tmpIMUtxu/0000700000175000017500000000000013162206567012642 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/0000755000175000017500000000000013162206570014477 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/test.php0000644000175000017500000001722013160205254016165 0ustar mathieumathieu * @author Chuck Hagenbuch * @author Michael Slusarz * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ /* Function to output fatal error message. */ function _hordeTestError($msg) { exit('ERROR

' . htmlspecialchars($msg) . '

'); } /* If we can't find the Autoloader, then the framework is not setup. A user * must at least correctly install the framework. */ ini_set('include_path', __DIR__ . '/lib' . PATH_SEPARATOR . ini_get('include_path')); if (file_exists(__DIR__ . '/config/horde.local.php')) { include __DIR__ . '/config/horde.local.php'; } if (!@include_once 'Horde/Autoloader.php') { _hordeTestError(sprintf('Could not find Horde\'s framework libraries in the following path(s): %s. Please read horde/docs/INSTALL for information on how to install these libraries.', get_include_path())); } /* Similarly, registry.php needs to exist. */ if (!file_exists(__DIR__ . '/config/registry.php')) { _hordeTestError('Could not find horde/config/registry.php. Please make sure this file exists. Read horde/docs/INSTALL for further information.'); } require_once __DIR__ . '/lib/Application.php'; try { Horde_Registry::appInit('horde', array( 'authentication' => 'none', 'test' => true )); $init_exception = null; } catch (Exception $e) { define('HORDE_TEMPLATES', __DIR__ . '/templates'); $init_exception = $e; } if (!empty($conf['testdisable'])) { _hordeTestError('Horde test scripts have been disabled in the local configuration. To enable, change the \'testdisable\' setting in horde/config/conf.php to false.'); } /* We should have loaded the String class, from the Horde_Util package. If it * isn't defined, then we're not finding some critical libraries. */ if (!class_exists('Horde_String')) { _hordeTestError('Required Horde libraries were not found. If PHP\'s error_reporting setting is high enough and display_errors is on, there should be error messages printed above that may help you in debugging the problem. If you are simply missing these files, then you need to install the framework module.'); } /* Initialize the Horde_Test:: class. */ if (!class_exists('Horde_Test')) { /* Try and provide enough information to debug the missing file. */ _hordeTestError('Unable to find the Horde_Test library. Your Horde installation may be missing critical files, or PHP may not have sufficient permissions to include files. There may be error messages printed above this message that will help you in debugging the problem.'); } /* Load the application. */ $app = Horde_Util::getFormData('app', 'horde'); $app_name = $registry->get('name', $app); $app_version = $registry->getVersion($app); /* If we've gotten this far, we should have found enough of Horde to run * tests. Create the testing object. */ if ($app != 'horde') { try { $registry->pushApp($app, array('check_perms' => false)); } catch (Exception $e) { _hordeTestError($e->getMessage()); } } $classname = ucfirst($app) . '_Test'; if (!class_exists($classname)) { _hordeTestError('No tests found for ' . ucfirst($app) . ' [' . $app_name . '].'); } $test_ob = new $classname(); /* Register a session. */ if ($session && !$session->exists('horde', 'test_count')) { $session->set('horde', 'test_count', 0); } /* Template location. */ $test_templates = HORDE_TEMPLATES . '/test'; /* Self URL. */ $url = Horde::url('test.php', false, array('app' => 'horde')); $self_url = $url->copy()->add('app', $app); /* Handle special modes. */ switch (Horde_Util::getGet('mode')) { case 'extensions': echo ''; $ext_get = Horde_Util::getGet('ext'); require $test_templates . '/extensions.inc'; exit; case 'phpinfo': echo ''; echo '<< Back to test.php'; phpinfo(); exit; case 'unregister': echo ''; $session->remove('horde', 'test_count'); ?> The test session has been unregistered.
Go back to the test.php page.
pearModuleCheck(); Horde::startBuffer(); require $test_templates . '/header.inc'; require $test_templates . '/version.inc'; if ($app == 'horde') { ?>

Horde Applications

requiredAppCheck()) { ?>

Other Horde Applications

getPhpVersionInformation(); require $test_templates . '/php_version.inc'; if ($module_output = $test_ob->phpModuleCheck()) { ?>

PHP Module Capabilities

phpSettingCheck()) { ?>

Miscellaneous PHP Settings

requiredFileCheck()) { ?>

Required Configuration Files

PHP Sessions

PEAR

appTests(); require $test_templates . '/footer.inc'; echo Horde::endBuffer(); tmpIMUtxu/horde-5.2.17/locale/0000755000175000017500000000000013162206570015736 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/tr/0000755000175000017500000000000013162206570016363 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/tr/help.xml0000644000175000017500000000434613160205253020037 0ustar mathieumathieu Giriş Sayfası Giriş sayfası size önemli bilgilerinizin kısa özetini verir. Örneğin, gelen kutunuzda kaç tane yeni elektronik posta olduğunu, takviminizdeki yaklaşan olayları, yapılacaklar listesindeki işlerinizi, seçili haber servisindeki başlıkları vs. gösterir. Bu özetlerin çoğu genel fonksiyonlar için kısayollar içerecektir, yeni posta oluşturmak, yeni takvim olayı ya da işi oluşturmak gibi. Giriş sayfasının içeriği düzenleme tuşu ile isteğe uyarlanabilir. "Örneğin, giriş sayfasının hangi öğeleri içereceğinin yanında bu öğelerin gösterilme sıraları da seçilebilir. tmpIMUtxu/horde-5.2.17/locale/tr/LC_MESSAGES/0000755000175000017500000000000013162206570020150 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/tr/LC_MESSAGES/horde.po0000644000175000017500000030417413160205253021615 0ustar mathieumathieu# Turkish language for Horde 4 # Horde 4 için türkçe dili # Copyright 2008-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde_Core package. # İstanbul Technical University - Office of Information Technologies - System Support Group sistemdestek [at] itu.edu.tr # İstanbul Teknik Üniversitesi - Bilgi İşleml Daire Başkanlığı - Sistem Destek Grubu - sistemdestek [at] itu.edu.tr # msgid "" msgstr "" "Project-Id-Version: Horde 5.2.15\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2017-06-05 17:05+0300\n" "PO-Revision-Date: 2017-06-09 16:14+0300\n" "Last-Translator: ITU-BIDB\n" "Language-Team: İTÜ BİDB \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.8.12\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" grup sistemine eklendi." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" izin sistemine eklendi." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" yaratılamadı: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB kullanıyor. İzin verilen %.2fMB . (%.2f%%)" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s ve %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Şifrenizin son kullanım tarihine %d gün kaldı." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d dakika" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d kişi bunu beğendi" msgstr[1] "%d kişi bunu beğendi" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d den %d e. toplam: %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "%d-günlük hava tahmini" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Uyarı" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "%s Yapılandırma" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "/%s Görevler - Onaylama" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Kullanım Koşulları" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s de %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s, Twitter hesabınızla etkileşimde bulunabilir." #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s, Facebook arkadaşlarınızla ilgili bilgileri okuyamıyor." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s, akış iletilerinizi ve diğer çeşitli Facebook veri öğelerini okuyamıyor." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s, durum iletilerinizi ayarlayamıyor veya başka içeriği Facebook'a " "yayınlayamıyor." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "%s aşağıdaki görevleri yapmaya hazır. Şimdi yapılacak işlemleri seçin." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", fırtınalı %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", değişim %s -> %s" #: lib/Application.php:332 msgid "1 Day" msgstr "1 Gün" #: lib/Application.php:336 msgid "1 Month" msgstr "1 Ay" #: lib/Application.php:334 msgid "1 Week" msgstr "1 Hafta" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12'lik Saat Biçimi" #: lib/Application.php:335 msgid "2 Weeks" msgstr "2 Hafta" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24'lük Saat Biçimi" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 saat" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "24'lük saat biçimi" #: lib/Application.php:333 msgid "3 Days" msgstr "3 Gün" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Bir cihaz temizleme isteği gönderildi. Cihaz bir sonraki senkronizasyon " "girişiminde temizlenecek." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Daha yeni bir sürüm (%s) var." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Cihaz kimliği %s için uzaktan cihaz temizleme başlatıldı. Cihaz bir sonraki " "eşleşme sırasında temizlenecek." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "Öğleden Önce / Öğleden Sonra" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Hesap Bilgileri" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "İşlemler" #: config/prefs.php:735 lib/Application.php:207 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "ActiveSync Yönetimi" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync Cihazları" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync etkinleştirilmedi." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:15 msgid "Add" msgstr "Ekle" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "İçerik Ekle" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Buraya Ekle:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Üye Ekle" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Grup Ekle" #: admin/user.php:26 msgid "Add a new user:" msgstr "Yeni kullanıcı ekle:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Yeni alarm ekle" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Eş ekle" #: admin/user.php:27 msgid "Add user" msgstr "Kullanıcı ekle" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "\"%s\" sisteme eklendi, fakat ek giriş bilgileri eklenemedi: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" sisteme eklendi. Giriş yapabilirsiniz." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Kullanıcı ekleme devre dışı." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adres" #: config/registry.php:134 msgid "Address Book" msgstr "Adres Defteri" #: lib/Application.php:55 msgid "Administration" msgstr "Yönetim" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarm sonu" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarm yöntemi" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarm başlangıcı" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarm metni" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarm başlığı" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmlar" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Alarmlar konfigürasyonda devde dışı bırakıldı." #: lib/Block/Fortune.php:93 msgid "All" msgstr "Tümü" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Oturum açmış tüm kullanıcılar" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Tüm policy anahtarları başarıyla sıfırlandı." #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Tüm durumlar ActiveSync aygıtlarınız için kaldırıldı. Sunucuya bir dahaki " "sefere bağlandıklarında tekrar eşleşecekler." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Tüm eşleşme oturumları silindi." #: lib/Application.php:243 msgid "Allow alphanumeric" msgstr "Alfanumerik izin ver" #: lib/Application.php:244 msgid "Allow any" msgstr "Herhangi birine izin ver" #: lib/Application.php:222 msgid "Allow non-provisionable devices" msgstr "Sağlanamayan cihazlara izin ver" #: lib/Application.php:242 msgid "Allow only numeric" msgstr "Yalnızca numerik izin ver" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "İkincil IMSP Girişi" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "İkincil IMSP Şifresi" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "İkincil IMSP Kullanıcı Adı" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "İkinci eposta adresi" #: services/resetpassword.php:52 msgid "Answer" msgstr "Cevap" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Uygulama" #: templates/admin/phpshell.html.php:8 msgid "Application Context" msgstr "Uygulama Bağlamı" #: admin/config/index.php:257 msgid "Application is ready." msgstr "Uygulama Hazır." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Onayla" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arapça (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "'%s'i silmek istediğinizden emin misiniz?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "\"%s\" için kayıt olma talebi iptal edilecek. Emin misiniz?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "\"%s\" i silmek istediğinize emin misiniz?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Ermenice (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Sanat" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii Sanatı" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "En az bir veritabanı şeması güncel değil." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Ek" #: lib/Application.php:266 msgid "Attachment Download" msgstr "Ek İndirme" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Var olmayan bir grubu silme girişimi." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Var olmayan bir izni silme girişimi." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Var olmayan bir grubu düzenleme girişimi." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Var olmayan bir paylaşımı düzenleme girişimi." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Yetkilendirilmiş Uygulamalar" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Yetki" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Arkadaş Verileri Erişimine Yetki" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Yayınlama Yetkisi" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Okuma Yetkisi" #: templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Otomatik" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Kullanılabilit alanlar:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Açıklamaları" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltık (ISO-8859-13)" #: templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Temel" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Engelle" #: templates/portal/layout.inc:91 msgid "Block Settings" msgstr "Blok Ayarları" #: templates/portal/layout.inc:73 msgid "Block Type" msgstr "Blok Tipi" #: lib/Application.php:299 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Yer İmleri" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Her İkisi" #: config/prefs.php:751 msgid "Bottom" msgstr "Alt" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Tarayıcı" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Önbelleklenmiş Kalpatışı (saniye)" #: config/registry.php:120 msgid "Calendar" msgstr "Takvim" #: lib/Application.php:287 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "İptal" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Sorun Raporunu İptal Et" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Silmeyi iptal et" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "Otomatik olarak şifre sıfırlanamadı, sistem yönetisi ile görüşünüz." #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Kategoriler ve Etiketler" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltik (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Orta Avrupa (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Değiştir" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Konumu Değiştir" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Şifre Değiştirme" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Kişisel bilgileri değiştir" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Geçerli yapılandırma, şifre değiştirmeyi desteklemiyor. Lütfen sistem " "yöneticiniz ile temasa geçiniz." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "İşaretle" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Yeni sürümü kontrol et" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Kontrol ediyor" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Basitleştirilmiş Çince (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Geleneksel Çince (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "%s seç" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Tarih biçimini seçin (kısaltılmış gösterim):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Tarih biçimini seçin (uzun gösterim):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Zaman biçimini seçin:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Sınıf" #: templates/admin/sqlshell.html.php:58 msgid "Clear Query" msgstr "Sorguyu temizle" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Kullanıcıyı temizle: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Kullanıcı temizle" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Kullanıcı verisini temizle" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Seçili adres defterlerinizden birine tıklayın ve aramak için tüm alanları " "seçin." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Devam etmek için tıklayın" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "İstemci Çapası" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Pencereyi Kapat" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Bulutlar" #: lib/Application.php:259 msgid "Codeword frequency" msgstr "Kod sözcük frekansı" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Daralt" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Koleksiyon kimliği" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Renk Seçici" #: config/registry.php:249 msgid "Comics" msgstr "Karikatürler" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:19 msgid "Command" msgstr "Komut" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Komut Kabuğu" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Yorum: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Yaygın İsim" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Bilgisayarlar" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Durum" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Koşullar" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Yapılandırma" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Yapılandırma Farkları" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "PDAs, Smartphones ve Outlook ile eşleme yapılandırması" #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "Yapılandırma güncel değil." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Yapılandırma yükseltme betikleri bulundu" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Yapılandır:%s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Paraloyı Doğrula" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Devam" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Çerez" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Sunucu \"%s\"'e FTP kullanılarak bağlanılamadı: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "Sunucuyla iletişime geçilemedi. Lütfen tekrar deneyin." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr " \"%s\" yapılandırma yükseltme betiği silinemedi." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Facebook hesabınızla etkileşim kurmak için \"%s\" için yetkilendirme " "bulunamadı. Bu, Facebook hesabınızda \"%s\" ile etkileşim kurmaya henüz izin " "vermediğiniz veya yetkinizin süresinin dolduğu ve yenilenmesi gerektiği " "anlamına gelir." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Twitter hesabınızla etkileşim kurmak için %s için yetkilendirme bulunamadı." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "İstenen kullancı için şifre sıfırlanamadı. Bazı ayrıntılar doğru değil. " "Yeniden deneyin yada daha fazla yardım için sistem yöneticinizle görüşün." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Yapılandırma geri döndürülemedi.." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Yedek bir yapılandırma kaydedilemedi: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr " \"%s\" yapılandırma yükseltme betiği kaydfedilemedi." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "%s konfigürasyon dosyası kaydedilemedi. Kaydetmek için aşağıdaki " "seçeneklerden birini kullanın." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Yapılandırma dosyası %s kaydedilemedi. Bu durumda, kodu tekrar %s içine " "kaydetmek yada takip eden kodu el ile %s içine kopyalamak, seçeneklerini " "kullanabilirsiniz." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "\"%s\" için yapılandırma yazılamadı: %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Ülke" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Yarat" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Yeni Kimlik Yarat" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Şu Andaki 4 Evre" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Şu Andaki Alarmlar" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Şu Andaki Kilitlemeler" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Şu Andaki Oturumlar" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Şu Andaki Zaman" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Şu Andaki Hava Durumu" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Şu Andaki Şartlar:" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kiril (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kiril (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kiril/Ukrayna (KOI8-U)" #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "Veritabanı erişimi henüz yapılandırılmadı." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "GG" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Veri" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Veritabanı" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "Veritabanı taşıma dosyaları bulunamadı. Lütfen PEAR data_dir konfigürasyon " "ayarlarını kontrol ediniz." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Tarih" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Geliş Tarihi" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Tarih: %s; zaman: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Gün" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "varsayılan" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "varsayılan Renk" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Varsayılan Kabuk" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Eposta gönderilirken kullanılacak varsayılan karakter seti:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Konum-bildirim özellikleri için kullanılacak varsayılan konum." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Tanımlar" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Sil" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Sil: \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Tüm SyncML Eşleme Verisini Sil" #: admin/groups.php:181 msgid "Delete Group" msgstr "Grup Sil" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Yapılandırma yükseltme betiği \"%s\" sil." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Aygıt \"%s\" ve veritabanı \"%s\" için oturum eşlemeyi sil." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Sorunu Tanımlayın" #: config/registry.php:209 msgid "Development" msgstr "Gelişim" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Aygıt" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Cihaz Kimliği" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Cihaz Bilgisi" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Cihaz Yönetimi" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Cihaz Tipi" #: lib/Application.php:319 msgid "Device encryption" msgstr "Cihaz şifrelemesi" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Cihaz Engellendi." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Cihaz Temizlenmiş. Cihazın yeniden bağlanabilmesi için cihazın durumunu " "kaldırın." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Cihaz başarıyla kaldırıldı." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Cihaz temizlenmesi başarıyla iptal edildi." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Çiğ Noktası" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Son saat için Çiğ Noktası:" #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Çiğ Noktası" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Devredışı bırak" #: lib/Application.php:223 msgid "Disable (not recommended)" msgstr "Devre Dışı Bırak (önerilmez)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "24 saatlik zaman mı gösterilsin?" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Seçenekleri Göster" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Detaylı tahmini görüntüle" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Hava tahminini görüntüle (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "İlk satır alan adlarını içeriyor mu? Evet ise bu kutuyu seçin:" #: templates/login/login.inc:97 msgid "Don't have an account? Sign up." msgstr "Hesabınız yok mu? Kayıt olun." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "%s indir" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Oluşturulan yapılandırmayı PHP betiği olarak indir." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "İlaçlar" #: templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinamik" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "AB KDV tanımlaması" #: lib/View/Sidebar.php:229 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Düzenle" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Düzenle \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Seçenekleri düzenle:" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "İzin Değiştirme" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "\"%s\" için izinleri düzenle" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Eğitim" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Elektronik Posta Adresi" #: lib/Application.php:221 msgid "Enable" msgstr "Etkin" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Bitiş Zamanı" #: lib/Block/Weather.php:92 msgid "English" msgstr "İngilizce" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Yeni kategori için bir isim girin:" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Facebook'a bağlanırken hata oluştu. Ayrıntılar yönetici için günlüklere " "kaydedildi." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Twitter'a bağlanırken hata oluştu. Ayrıntılar yönetici için günlüklere " "kaydedildi." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Twitter bağlantısında hata: %s Detaylar yönetici için günlüklere kaydedildi." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Eşleme oturumu silinirken hata:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Eşleme oturumları silinirken hata:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Şifre güncellenirken hata : %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnik" #: config/prefs.php:594 templates/portal/layout.inc:102 msgid "Every 15 minutes" msgstr "Her 15 dakika" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "Her 2 dakika" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:99 msgid "Every 30 seconds" msgstr "Her 30 saniye" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:101 msgid "Every 5 minutes" msgstr "Her 5 dakika" #: config/prefs.php:595 templates/portal/layout.inc:103 msgid "Every half hour" msgstr "Her yarım saat" #: templates/portal/layout.inc:104 msgid "Every hour" msgstr "Her saat" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:100 msgid "Every minute" msgstr "Her dakika" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Örnek değerler:" #: templates/admin/cmdshell.html.php:24 templates/admin/phpshell.html.php:23 #: templates/admin/sqlshell.html.php:57 msgid "Execute" msgstr "Çalıştır" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Genişlet" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Çok Büyük" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Yapılandırmanın FTP yüklemesi" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Facebook Entegrasyonu" #: lib/Application.php:254 msgid "Failed unlock attempts before device is wiped" msgstr "Cihaz temizlenmeden önce kilit açma denemeleri başarısız oldu" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Sık Kullanılan" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Besleme" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Besleme Adresi" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Hissediliyor" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Arama Alanları" #: config/registry.php:315 msgid "File Manager" msgstr "Dosya Yöneticisi" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Süzgeç" #: config/registry.php:90 msgid "Filters" msgstr "Süzgeçler" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "İlk Yarı" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "İlk Çeyrek" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Yemek" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Tahmin (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Tahmin Günleri (Not: Geri dönülecekler hem gün hem gece olarak " "dönülecek; )büyük bir sayı geniş bir öbekle sonuçlanacaktır)" #: templates/login/login.inc:104 msgid "Forgot your password?" msgstr "Şifrenizi mi unuttunuz?" #: config/registry.php:344 msgid "Forms" msgstr "Formlar" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Deyiş" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Deyiş türü" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Deyişler" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Deyişler 2" #: config/registry.php:338 msgid "Forums" msgstr "Forumlar" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Arkadaşlar etkin." #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "%s (%s °) 'den %s 'de %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "%s'den %s %s de" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Tam Betimleme" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Dolunay" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Açık Ad" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "%s Yapılandırmasını Oluştur" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Oluşturulan Kod" #: lib/Block/FbStream.php:150 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Daha Fazla" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Genel Seçenekler" #: templates/prefs/app.html:16 msgid "Go" msgstr "Git" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google Arama" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Yunanca (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Grup Yönetimi" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Grup Adı" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Grup yaratılamadı: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Gruplar" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Konuk İzinleri" #: lib/Application.php:323 msgid "HTML Email" msgstr "HTML E-posta" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "İbranice (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Yükseklik" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Akış içeriğinin yüksekliği (genişlik otomatik olarak engellenir)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Yardım" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Yardım _Başlıkları" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Yarıküre" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Dosyanın başlangıcı: " #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Gelişmiş Seçenekleri Gizle" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Sonuçları Gizle" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Ev Dizini" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Kaç alan (kolon) var?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Yeni makale kontrolleri arası kaç saniye olsun?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Nem" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Mizahçılar" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "%s için simgeler" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "ActiveSync ile e-posta gönderirken kullanılacak kimlik." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Kimliğin adı:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "İçeri Aktar, Adım %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "İçeri aktarılan alan: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "İçeri aktarılan alanlar:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Cevap olarak:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Aşağıdaki listeden, solda kaynak dosyadaki alanı ve sağda bununla eşleşen " "adres defteri alanını seçiniz. Daha sonra \"İkili Ekle\" butonuna " "tıklayarak, ikilileri içeri taşımak için işaretleyiniz. Bitirince \"Devam\" " "butonuna tıklayınız." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Yanlış kullanıcı adı veya öteki adres.Yeniden deneyin veya daha fazla yardım " "için yöneticinizle görüşün." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Bireysel Kullanıcılar" #: config/registry.php:243 msgid "Information" msgstr "Bilgi" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Miras Üyelikler" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Geçersiz KDV tanımlama numarası biçimi." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "geçersiz işlem %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Geçersiz uygulama." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Geçersiz hash." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Geçersiz üst izin." #: config/registry.php:296 msgid "Inventory" msgstr "Envanter" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonca (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript, tarayıcıda devre dışı bırakılmış veya mevcut değil. Minimal " "görünümle sınırlandırıldınız." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Sadece şimdi..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Çekirdek Acemileri" #: services/help/index.php:161 msgid "Keyword" msgstr "Anahtar Kelime" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Çocuklar" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korece (euc-KR)" #: login.php:365 msgid "Language" msgstr "Dil" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Geniş" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Son Dördün" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Son Şifre Değişimi" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Şişkin Ay" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Son Eşleşme Zamanı" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Son Güncelleme:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Son Giriş: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Son Giriş: %s zamanında %s üzerinden yapıldı." #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Son giriş: Daha önce giriş yapılmadı." #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Son eşleşme anahtarı" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "En son" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Yasa" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Beğen" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Nükteli Şiir" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux Çerezi" #: templates/admin/sqlshell.html.php:62 msgid "List Tables" msgstr "Çizelgeleri Listele" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Alarm listeleme başarısız oldu: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Kilit listeleme başarısız oldu: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Oturum listeleme başarısız oldu: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Kullanıcıların listesi bu hata mesajıyla başarısız oldu: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Kullanıcı listeleme başarısız." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Kullanıcı listeleme seçilemez kılındı." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Edebiyat" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Yerel zaman: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Konum ve Zaman" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Kunum" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Kullanıcıyı Kilitle" #: admin/locks.php:61 msgid "Locks" msgstr "Kilitler" #: login.php:291 templates/login/login.inc:86 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Oturum Aç" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Oturumu Kapat" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Facebook'ta oturum açtı" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "Giriş başarısız: Kullanıcı adı yada parola yanlış" #: login.php:316 msgid "Login failed." msgstr "Giriş başarısız." #: login.php:405 #, php-format msgid "Login to %s" msgstr "%s için Oturum Aç" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Facebook'a giriş yapın ve %s yetkilendirin" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Twitter'a giriş yapın ve %s yetkilendirin" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Oturumu Kapat" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Aşk" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "AA" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Büyü" #: config/registry.php:82 msgid "Mail" msgstr "Posta" #: config/registry.php:349 msgid "Mail Admin" msgstr "Posta Yöneticisi" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Öğeleri etiketleyeceğiniz kategori listesini ve kategorileri " "ilişkilendireceğiniz renkleri yönetin." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "ActıceSync aygıtlarınızı yönetin." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Eşleşen alanlar:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Son 24 saatteki en yüksek sıcaklık: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Son 6 saatteki en yüksek sıcaklık: " #: lib/Application.php:327 msgid "Maximum Email age" msgstr "En Yüksek Eposta yaşı" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "En Fazla Portal Bloğu Sayısı" #: lib/Application.php:271 msgid "Maximum attachment size in bytes" msgstr "Byte cinsinden en büyük ek boyutu" #: lib/Application.php:212 msgid "Maximum number of devices" msgstr "En fazla cihaz sayısı" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "En Fazla Girdi Sayısı" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Tıp" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Orta" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Üyeler" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "İmalar" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Hava Raporu" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Metrik" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Son 24 saatteki en düşük sıcaklık: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Son 6 saatteki en düşük sıcaklık: " #: lib/Application.php:233 msgid "Minimum PIN length" msgstr "Minimum PIN uzunluğu" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Çeşitli" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Yapılandırma yok." #: templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobil (Minimal)" #: templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobil (JavaScript Yok)" #: templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobil (Akıllı Telefon/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mobil Cihazlar için Optimize Edilen Uygulamalar" #: templates/login/login.inc:52 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Mod" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Model" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "Uygulama güncel." #: config/prefs.php:499 msgid "Monday" msgstr "Pazartesi" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Ay Evreleri" #: config/registry.php:309 msgid "My Account" msgstr "Hesabım" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Hesap Bilgilerim" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Facebook Akışım" #: services/portal/index.php:45 msgid "My Portal" msgstr "Portalım" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Portal Düzenim" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "Kabul etmiyorum" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "NOT: CİHAZIN TEMİZLENMESİ, CİHAZI FABRİKA AYARLARINA DÖNDÜREBİLİR. LÜTFEN " "TEMİZLEME İSTEĞİ GÖNDERMEDEN ÖNCE BUNU GERÇEKTEN İSTEDİĞİNİZE EMİN OLUNUZ" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Ad" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:98 msgid "Never" msgstr "Asla" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Yeni Kategori" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Yeni Ay" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Yeni Kullanıcı Adı (Seçimli)" #: services/changepassword.php:31 msgid "New password" msgstr "Yeni şifre" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Yeni şifre eşleşmedi." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Haberler" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Sonraki" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Sonraki 4 Evre" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Ses Yok" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Farkların gösterilebileceği kullanılabilir yapılandırma verisi yok." #: admin/config/diff.php:49 msgid "No change." msgstr "Değişiklik Yok" #: util/icon_browser.php:70 msgid "No icons found." msgstr "Hiçbir simge bulunamadı." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Görüntülenecek etkinlik yok" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Hiçbir yer belirtilmedi." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Saldırgan deyiş kullanma" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Üye olmak için bekleyen yok." #: lib/Application.php:340 msgid "No push while roaming" msgstr "Dolaşımdayken Push yok" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Güvenlik sorusu ayarlanmadı. Lütfen yöneticinize başvurun." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "Henüz kararlı bir sürüm yok." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Kullanıcı adı belirtilmedi." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "Özgün yapılandırmada sürüm bulunamadı.Yapılandırmayı tekrar üretin." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "Özgün yapılandırmanızda sürüm bulunamadı.Yapılandırmayı tekrar üretin." #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "NoSQL indexleri hazır." #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "%s için NoSQL indexleri" #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "NoSQL indexleri güncel değil." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Hiçbiri" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Kuzey Avrupalı (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Kuzey Yarımküre" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Sağlanmamış" #: config/registry.php:169 msgid "Notes" msgstr "Notlar" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Göz atılacak birşey yok, geri dönün." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Görüntülenecek makale sayısı" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Yenileme sıklığı (saniye)" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Nesne Tarayıcısı" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Nesne Yaratıcısı" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Saldırganlık süzgeci" #: config/registry.php:266 msgid "Office" msgstr "Ofis" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Eski ve yeni şifreler farklı olmalı." #: services/changepassword.php:30 msgid "Old password" msgstr "Eski şifre" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Eski şifre doğru değil." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Sadece saldırgan deyişler" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Bir paylaşımın sahipliğini veya sahibini sadece sisyem yöneticisi veya " "sahibi değiştirebilir." #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "İşletim Sistemi" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Yada bir kullanıcı adı girin:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Diğer Bilgiler" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Diğer Seçenekler" #: config/registry.php:180 msgid "Others" msgstr "Diğerleri" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Sahip" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Sahip:" #: templates/admin/phpshell.html.php:17 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:29 msgid "PHP Code" msgstr "PHP Kodu" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP Kabuğu" #: lib/Application.php:303 msgid "POP/IMAP Email accounts" msgstr "POP / IMAP E-posta hesapları" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX eklentisi yok" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "P_HP Kabuğu" #: login.php:211 admin/config/index.php:421 admin/user.php:39 admin/user.php:53 #: config/registry.php:327 templates/admin/user/update.inc:20 msgid "Password" msgstr "Şifre" #: lib/Application.php:238 msgid "Password Complexity" msgstr "Parola Karmaşıklığı" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Şifre başarı ile değiştirildi." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Şifreler eşleşmek zorundadır." #: templates/admin/sqlshell.html.php:45 msgid "Paste" msgstr "Yapıştır" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Bekleyen Üyelikler:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "İnsanlar" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Giriş Görevlerini Uygula" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr " \"%s\" izni silinmedi." #: admin/perms/index.php:29 msgid "Permissions" msgstr "İzinler" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "İzin Yönetimi" #: config/prefs.php:263 msgid "Personal Information" msgstr "Kişisel Bilgiler" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Evcil Hayvanlar" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefon Numarası" #: config/registry.php:197 msgid "Photos" msgstr "Fotoğraflar" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Beylik Sözler" #: login.php:217 msgid "Please enter a password." msgstr "Lütfen bir parola giriniz." #: login.php:216 msgid "Please enter a username." msgstr "Lütfen bir kullanıcı adı giriniz." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Lütfen sorunun bir özetini yapın." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lütfen aşağıdaki metni okuyunuz. Sistemi kullanma şartlarını KABUL " "ETMELİSİNİZ." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Cihazınızda e-postanızı yanıtlarken cevap metninin konumu. Bazı cihazların " "yanıt metninin sonundaki atıf dizesini daima göndereceğini unutmayın." #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "%s yayınladı" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "%s, %s ile yayınladı" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Son %d saat için yağış: " msgstr[1] "Son %d saat için yağış: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Yağış%solasılığı" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Basınç:" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Deniz seviyesindeki basınç:" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Asıl" #: services/problem.php:161 msgid "Problem Description" msgstr "Sorun Tanımlaması" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Hazırladı" #: lib/Application.php:217 msgid "Provisioning" msgstr "Sağlama" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Yayın etkinleştirildi." #: templates/admin/sqlshell.html.php:9 msgid "Query" msgstr "Sorgu" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Rastgele Deyiş" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Okuma" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Okuma etkin." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "\"%s\" gerçekten silinsin mi? Bu işlem geri döndürülemez." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Gerçekten \"%s\" için kullanıcı verilerinin silinmesini istiyor musunuz? Bu " "işlemin geri dönüşü yoktur." #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Dinamik Menü Öğelerini Yenile:" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Portal Görünümünü Yenile:" #: templates/portal/layout.inc:95 msgid "Refresh rate:" msgstr "Yenileme sıklığı" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Düzenli Uygulamalar" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Açıklamalar" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Uzaktaki Sunucu" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Sil" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Ikiliyi Sil" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "Kaydedilmiş betiği sunucunu geçici dizininden sil." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Kullanıcı Sil" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Kullanıcıyı sil: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Yanıtla" #: lib/Application.php:228 msgid "Require PIN" msgstr "PIN Gerektirir" #: lib/Application.php:311 msgid "Require S/MIME Encryption" msgstr "S / MIME Şifrelemesi Gerektirir" #: lib/Application.php:315 msgid "Require S/MIME Signature" msgstr "S / MIME İmzası Gerektirir" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Sıfırla" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Şifreyi Sıfırla" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Tüm cihaz durumlarını sıfırla" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Şifrenizi Sıfırlayın" #: templates/admin/sqlshell.html.php:60 msgid "Restore Last Query" msgstr "Son Sorguyu Geri Al" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:34 #: templates/admin/sqlshell.html.php:13 msgid "Results" msgstr "Sonuçlar" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "%s için sonuçlar" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "%s tarafından Retweetlendi" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Yeni şifreyi tekrar yazınız" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Yapılandırmayı Geri Döndür" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Bilmeceler" #: templates/admin/sqlshell.html.php:46 msgid "Run" msgstr "Çalıştır" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Giriş Görevlerini Uygula" #: lib/Application.php:283 msgid "SD card" msgstr "Sd kart" #: lib/Application.php:276 msgid "SD card encryption" msgstr "SD kart şifreleme" #: lib/Application.php:291 msgid "SMS Text messages" msgstr "SMS Metin mesajları" #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "SQL Veritabanı şeması güncel değil." #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "SQL Veritabanı şeması hazır." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL Kabuğu" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL Kabuğu" #: templates/portal/layout.inc:116 templates/prefs/end.html:4 msgid "Save" msgstr "Kaydet" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Sakla: \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Kaydet ve Sonlandır" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Oluşturulan yapılandırmayı PHP betiği olarak sunucunun geçici dizinine " "kaydet." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Yapılandırma yükseltme betiği kaydedildi: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Bilim" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Kapsam" #: services/help/index.php:95 msgid "Sea_rch" msgstr "A_ra" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Arama" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Ara:" #: lib/Application.php:249 msgid "Seconds of inactivity before device should lock" msgstr "Cihaz kilitlenmeden önce etkinliksiz gçeen saniyeler" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Eklenecek grubu seçin:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Bir sahip seçin:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Bir sunucu seçin" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Eklenecek kullanıcıyı seçin" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Adresleri genişletirken tüm alanları aramak için seç" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Tarih ve zaman biçimini seçin:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Tarih sınırlayıcısını seçın:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Tarih biçimini seçin:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Gün ve zaman sırasını seçin:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Saat sınırlayıcısını seçin:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Saat biçimini seçin:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Renk düzeninizi seçin." #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Tercih ettiğiniz dili seçin:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Sorun Raporu Gönder" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Algılayıcı:" #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Sunucu Kimliği" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Sunucu Saati" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Oturum Yönetimi" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Oturum Zaman Damgası" #: lib/Api.php:70 msgid "Sessions" msgstr "Oturum" #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Facebook hesabınızla entegrasyon kurun." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Twitter hesabınızla entegrasyon kurun." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "" "Tercih ettiğiniz dili, zaman dilimini ve tarih özelliklerini ayarlayın." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Başlangıç uygulamanızı, renk düzeninizi, sayfa tazeleme, ve diğer görüntü " "seçeneklerini belirleyin." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "%s parametresi ile mümkün olan çeşitli yerler:" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Kısa Özet" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Çoğu bağlantı için erişim anahtarı tanımlansın mı?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Göster" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Gelişmiş Seçenekleri Göster" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Tüm Seçeneklere Dön" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Halen kayıtlı olan yapılandırma ile yeni yaratılan yapılandırma arasındaki " "farkları göster." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Ek detay gösterilsin mi?" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Girişte en son giriş tarihi gösterilsin mi?" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Giriş Görevlerini Atla" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Küçük" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Kar Derinliği: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Yağan karın su eşiti: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Şarkılar & Şiirler" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Güney Avrupa (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Güney Yarımküre" #: config/registry.php:106 msgid "Spam" msgstr "İstenmeyen İleti" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sporlar" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standart" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Uzay Yolu" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Başlangıç Zamanı" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Durum Yöneticisi" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Durum" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Durum ayarlanamadı." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Akış" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "\"%s\" yi sisteme ekleme talebiniz alındı. Talep onaylanana kadar sisteme " "giriş yapamazsınız." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Facebook hesabınıza başarıyla bağlanıldı veya izinleriniz güncellendi." #: templates/admin/sqlshell.html.php:17 msgid "Success" msgstr "Başarı" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" başarıyla sisteme eklendi." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "\"%s\" kullanıcısının bilgileri başarıyla sistemden temizlendi." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" başarıyla silindi." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" başarıyla sistemden kaldırıldı." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Yapılandırma başarıyla geri döndürüldü. Değişiklikleri görmek için yeniden " "yükleyin." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Yedek yapılandırma başarıyla kaydedildi." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" başarıyla güncellendi" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s başarıyla yazıldı." #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Gün Doğumu" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Gün batımı" #: config/prefs.php:498 msgid "Sunday" msgstr "Pazar" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Gün doğumu" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Gün doğumu/Gün batımı" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Gün batımı" #: lib/Application.php:331 msgid "Sync all" msgstr "Hepsini eşitle" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Ortak Besleme" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Etiket Bulutu" #: config/registry.php:155 msgid "Tasks" msgstr "Görevler" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Son saat için sıcaklık: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Sıcaklık" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Sıcaklık%s(%sYük%s/%sAlç%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Geçici olarak Facebook ile iletişim kuramıyor Lütfen daha sonra tekrar " "deneyiniz." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Geçici olarak Twitter ile iletişim kuramıyor Lütfen daha sonra tekrar " "deneyiniz." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tai (TIS-620)" #: admin/sqlshell.php:97 #, php-format msgid "" "The DELETE command completed successfully. A total of %d rows were deleted." msgstr "DELETE komutu başarıyla tamamlandı. Toplam %d satır silindi" #: admin/sqlshell.php:89 msgid "The INSERT command completed successfully." msgstr "INSERT komutu başarıyla tamamlandı." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Cihaz kimliği %s için Uzaktan Temizleme işlemi iptal edildi." #: admin/sqlshell.php:93 #, php-format msgid "" "The UPDATE command completed successfully. A total of %d rows were modified." msgstr "UPDATE komutu başarıyla tamamlandı. Toplan %d satır değiştirildi." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarm silindi." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarm kaydedildi." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "%s konfigürsyonu otomatik olarak güncellenemedi. Lütfen konfigürasyonu elle " "güncelleyiniz." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Bu kimlikle kullanılacak varsayılan eposta adresi:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Kilit kaldırıldı." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Üye ülke hizmetine ulaşılamadı. Daha sonra ya da farklı bir üye seçerek " "tekrar deneyiniz." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Üye ülke hizmeti şuanda kullanılabilir değil. Daha sonra ya da farklı bir " "üye seçerek tekrar deneyiniz." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Belirtilen ülke kodu geçersiz." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Hizmet şu anda kullanılabilir değil. Daha sonra tekrar deneyin." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Hizmet şu anda çok yoğun. Lütfen daha sonra tekrar deneyin." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" için kayıt talebi iptal edildi." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "\"%s\" kullanıcısı için kayıt talebi iptal edildi." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Cihaz kimliği %s için durum sıfırlandı. Sunucuya bir dahaki sefer " "bağlandığında tekrar eşlenecek." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Test betikleri aktif. Güvenlik nedenlerinden dolayı, test betiklerini " "kapatın (bkz: horde/docs/INSTALL)" #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "\"%s\" kullanıcısı zaten var." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "\"%s\" bulunamadı." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "\"%s\"'in sisteme eklenmesinde sorun oluştu: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "\"%s\" kullanıcının verilerinin sistemden silinmesinde sorun var: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "\"%s\" kullanıcısını sistemden çıkartılmasında sorun var: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "\"%s\" güncellenirken sorun oluştu: %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "ActiveSync sunucusu ile iletişim kurarken bir hata oluştu: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Twitter ile iletişim kurarken bir hata oluştu: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Konfigürasyon dosyasında hata var. Gerekli bir alanı boş bırakmış " "olabilirsiniz." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:142 #, php-format msgid "There was an error making the request: %s" msgstr "İstekte hata oluştu: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Facebook oturumu alınırken bir hata oluştu. Lütfen daha sonra tekrar " "deneyiniz." #: lib/Application.php:198 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "%s için genel verileri kaldırırken bir hata oluştu. Ayrıntılar kaydedildi." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "İstenen izinlerle ilgili bir hata oluştu" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Bu KDV numarası geçersiz." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Bu KDV numarası geçerli." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" "Bu, tüm cihazların tüm öğeleri tekrar senkronize etmesine neden olacaktır." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Bu, cihazlarınızın tüm öğeleri tekrar eşitlemesine neden olacaktır." #: config/registry.php:226 msgid "Tickets" msgstr "Biletler" #: config/registry.php:272 msgid "Time Tracking" msgstr "Zaman İzleme" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Zaman Biçimi" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Zaman bilgisi ya da bilinmiyor" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Başarılı eşleşme oturumlarının zaman damgaları" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Başlık" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Dışarıdan taşınan veridenki bir alanı tipini almamak için ya da hatalı bir " "eşlemeyi düzeltmek için, aşağıdaki listeden bir alan seçerek \"İkili sil\".a " "tıklayınız." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Çoklu seçim yapmak için Ctrl (PC) yada Command (Mac) tuşuna basarak seçiniz." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Bugün" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Yarın" #: config/prefs.php:751 msgid "Top" msgstr "Üst" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Çeviriler" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Türkçe (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Twitter Entegrasyonu" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter Zaman Çizelgesi" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "%s için Twitter Zaman Çizelgesi" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter etkin değil." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "\"%s\" silinemedi: %s" #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "Böyle ayarlanamıyor." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "İstek belirteci doğrulanamadı. Lütfen isteğinizi tekrar deneyin." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Kullanım dışı" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Kilidi kaldır" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Değişiklikleri Geri Al" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Sık kullanılanlardan çıkar" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Doldurulmamış" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Birimler" #: admin/sessions.php:36 msgid "Unknown" msgstr "Bilinmiyor" #: admin/locks.php:43 msgid "Unlock" msgstr "Kilidi kaldır" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Desteklenmeyen eylem." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Güncelle" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Güncelle: %s" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Güncelle: %s şeması" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Tüm veritabanı şemalarını güncelle" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Tüm yapılandırmaları güncelle" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Kullanıcıyı güncelle" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" Güncellendi." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "%s şeması güncellendi." #: admin/config/index.php:419 msgid "Upload" msgstr "Yükle" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "Tüm uygulama konfigürasyon dosyaları sunucuya yüklendi." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Varsayılanı Kullan" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "Kullanıcı adınız/şifreniz IMSP sunucu için farklı ise kullanın." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Kullanıcı" #: admin/user.php:240 msgid "User Administration" msgstr "Kullanıcı Yönetimi" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Kullanıcı Aracı" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Kullanıcı Adı" #: signup.php:74 msgid "User Registration" msgstr "Kullanıcı Kaydı" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Kullanıcı kaydı bu site için devredışı bırakıldı." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Kullanıcı kaydı bu dite için yapılandırılmamış." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Kullanıcı hesabı bulunamadı" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Eklenecek kullanıcı:" #: login.php:206 admin/config/index.php:420 admin/user.php:36 admin/user.php:52 #: services/resetpassword.php:33 templates/admin/activesync.html.php:9 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Kullanıcı Adı" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Kullanıcılar" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Sistemdeki kullanıcılar:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "KDV numarası doğrulama" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "KDV numarası:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "KDV numarası" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Sürüm" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Sürüm Kontrol" #: config/registry.php:215 msgid "Version Control" msgstr "Sürüm Kontrol" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamca (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Bir dış web sayfası görüntüle" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Görünürlük" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Uyarı" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Hava Durumu" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Hava verisi sağlayıcısı" #: config/registry.php:332 msgid "Web Site" msgstr "Web Sitesi" #: lib/Application.php:307 msgid "Web browser" msgstr "İnternet tarayıcısı" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Hoşgeldiniz" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Hoşgeldiniz, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Batı (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Batı (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "%s girişten sonra hangi uygulamayı görüntülesin?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Şu anda ne yapıyorsunuz?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Sınırlayıcı karakter nedir?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Aktarım karakteri nedir?" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Haftanın ilk günü olarak hangi gün görüntülensin?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Hangi Evre" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "Soldaki %s menüsü genişliği:" #: lib/Application.php:295 msgid "Wifi" msgstr "Kablosuz" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Rüzgar" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Rüzgar Hızı (knot)" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Rüzgar:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Temizleme" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Temizleme Bekliyor" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Bilgelik" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "İle " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "İş" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Evet, Kabul Ediyorum" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Siz ve %d kişi daha bunu beğendiniz." msgstr[1] "Siz ve %d kişi daha bunu beğendiniz." #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Grup ekleme izniniz yok." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Paylaşım ekleme izniniz yok." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Grupları değiştirme izniniz yok." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Paylaşımları değiştirme izniniz yok." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Grupları silme izniniz yok." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Paylaşımları silme izniniz yok." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Paylaşım gruplarını listeleme izniniz yok." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Paylaşım izinlerini listeleme izniniz yok." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Paylaşımları listeleme izniniz yok." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Grup kullanıcılarını listeleme izniniz yok." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Paylaşım kullanıcılarını listeleme izniniz yok." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Facebook hesabınıza bağlı değilsiniz. Facebook ayarlarınızı %s 'nizde " "kontrol etmelisiniz." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:143 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Facebook ayarlarınızı %s 'nizde de kontrol edebilirsiniz." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Kullanım Şartlarını kabul etmediğini için sisteme girişinize izin " "verilmemektedir." #: login.php:312 msgid "You have been logged out." msgstr "Çıkış yaptınız." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Talep edilen izin reddedildi." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Horde ile Twitter hesabınızı doğru bir şekilde bağlamadınız. %s 'inizdeki " "Twitter ayarlarını kontrol etmelisiniz." #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Bunu beğendiniz" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Problem raporu göndermeden önce sorunu açıklamalısınız." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Temizlenmesi için bir kullanıcı adı belirtmelisiniz." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Silinmesi için bir kullanıcı adı belirtmelisiniz." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Eklenmesi için bir kullanıcı adı belirtmelisiniz." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Güncellenmesi için bir kullanıcı adı belirtmelisiniz." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Eposta Adresiniz" #: config/prefs.php:262 config/prefs.php:365 config/prefs.php:509 msgid "Your Information" msgstr "Bilgileriniz" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "IP adresiniz oturumun başlangıcından sonra değişti. Güvenliğinizi sağlamak " "için, tekrar giriş yapmalısınız." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Adınız" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Yetkilendirme arka aracınız, kullanıcı eklemeyi desteklemiyor. Horde'un " "kullanıcı hesaplarını yönetmesini istiyorsanız, farklı bir yetkilendirme " "arka aracı kullanmalısınız." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Kimlik denetiminiz kullanıcı listelemeyi desteklememektedir veya bu özellik " "bir neden yüzünden seçilemez kılınmıştır." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Tarayıcınız oturumun başlangıcından sonra değişti. Güvenliğinizi sağlamak " "için, tekrar giriş yapnalısınız." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Tarayıcınız bu özelliği desteklememektedir." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Zaman Diliminiz:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Tam Adınız:" #: login.php:324 msgid "Your login has expired." msgstr "Girişiniz zaman aşımına uğradı." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "%s için yeni şifreniz: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Şifreniz sıfırlandı." #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Şifreniz sıfırlandı, fakat size gönderilemedi. Lütfen sistem yöneticinizle " "iletişime geçiniz." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Şifreniz sıfırlandı, elektronik postanızı kontol edin ve yeni şifrenizle " "giriş yapın." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Parolanız başarıyla değiştirildi. Yeni şifrenizle sisteme yeniden giriş " "yapmanız gerekiyor." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Şifrenizin son kullanma tarihi doldu" #: login.php:178 msgid "Your password has expired." msgstr "Şifrenizin son kullanma tarihi doldu." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Oturumunuz zaman aşımına uğradı. Lütfen tekrar giriş yapın." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Oturumunuz zaman aşımına uğradı. Lütfen tekrar giriş yapın." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Hızlı" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Problem Raporu]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmlar" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Yapılandırma" #: lib/Api.php:50 msgid "_Groups" msgstr "_Gruplar" #: lib/Api.php:60 msgid "_Locks" msgstr "_Kilitler" #: lib/Api.php:55 msgid "_Permissions" msgstr "_İzinler" #: lib/Api.php:45 msgid "_Users" msgstr "K_ullanıcılar" #: services/problem.php:59 msgid "attachment" msgstr "Ek" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "ılımlı" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "%s (%s) den %s %s de" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "fırtına" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "Metne gömülü" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:143 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "seçenekler" #: admin/config/config.php:75 msgid "show differences" msgstr "farkları göster" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "şifreyi doğrulamak için iki defa girin" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "birleştirilmiş" tmpIMUtxu/horde-5.2.17/locale/tr/LC_MESSAGES/horde.mo0000644000175000017500000017742513160205253021621 0ustar mathieumathieuSL5HG$IG)nGG&G G$G H)H@HOH _HkH|HH H)H7HJIHcIRIIJ(J.J6J=JLJTJcJlJ{JVJJlJcKiK}K KKKKK K K K K L L'L0LN9L-LLL LL L L M M #M/M.6MeMiM#MlM%N8N KNUNuNNNNNN NN O"O*O%@O<fO%OOO O)O P!P'5P,]P*P%PP P Q!Q3Q BQLQ ^QkQQQQ Q Q QQQQQQQQR R@"RcRyRRRRR!RdR_SeS~SSS S1S*S%TBT HTTT gTrTQTT T TUUU $U 2U?UFU NU \U iU uU U U UU=UU'V @VMV^VgV.nV*V3VVIW+XX(X5YXMYY*9ZdZlZsZZZ ZZ ZZZZ[[;[X[[[`[Wi[[ [[[[ [ \,\4<\ q\}\ \\ \*\B\"] 7]C] J]T]g] y]]]B]]" ^ -^7^ Q^[^c^}^^^^C^_ =_/I_y____ ____ _ _` ``"`M?`L`O`'*a(Ra{aaaaaaa a abb b 'b3bOb-dbbb b bb bbb b bbc|cccc cc cccc d!d 2d oOoSo|fooo oop p)pDpIp Np\p8ep pppppp qE!qgqqEqAq$r=rRrmrrrrrrrr$rss"s1s@s(Gs ps}ss\st t6t HtVt]tctjtnt wttt tttttuu(u/uCu `uluuu uu uuu(uPvlvuv wwB(wkwww ww w wwwwwx x4xGMxxx x xx xx x6 y ByNy^y dypyyyyyyyyy zz%z9zNzVzZzjzrzzzz z zz zzR{,T{{{{{{/{{{||5'| ]|~|||||}}=}Q} Z} d}p}}}.}-};}[;~1~ ~-~ $O@%  2FKR [ epdC Q&Y8*ԁ;(;d~Âʂӂڂ  >8>wKŃ*4<Lqڄc5Xhf%y83؆- 2:emӇXv1Aƈ3%<?b)T̉)!KKI1*(>6g7֋ ދ 1 ?EVȌ%. 2?TZnˍDߍ $0 8 EPXhnv} Ɏ ;W2i ʏ2܏;K box~ ɐԐ ܐ (3;C\ eq y/ F; !Ԓڒ ߒ D"Y"|%%œ%%-7.e#,,c5vV*sH Eʖ)&:%a(×vԗ KUsyk+)9Qq\Qf=-ٛX`fw  Ɯ " /7О 3# W2c -Ο  6 O3[>SΠY"O|̡ &;CXd_Ģt!Y{ ̣ 6FO?`,!ͤ  & :FX5a#3¥#z ̦5Tjpy*;)"La g.u &%ڨ+2,_}" ǩЩ" 1 ; E Q\ `&kMѪ8M fqn $/I"X{3(Ь)DXWuͭ ,3 G Tb h v  :Ԯ+.Zj}493-Q"t&*@7kg *$<Qby1ϴ n  ϵ>B cm q {+;Ѷ !*1 @N ^i|X ,5Dcr!"˸!D e8 ȹҹڹ 0MUms #\[Sj $߻ % + 9 F Taq z !ݼB6GO ^k{  ͽVow ~ ۾   , =HZ^ er  ѿ޿ GJR it 1 (-9?y uZrx+ x!   (>O2^* %%?&eB#, )ETZq z :,+> jx}i' 1'D&l# %*2 :F(M'v 0JNT f p|   IXi? PqNR2Jc)!<?Sg' dT f   !#:!^   )6E%a$Y9 $.LR fr{ <n!n  5=Mdm | " '1DLh ( 3 T `m tT3$+066;r9 $)N!f" .;Lb)i(Jn2v <e1.-C^q `NI!C)!aK,  - 3@ [iy  UTC ?&? GM_4Ka`o 2BS?&5k3j ).;Cj@&?3VWSPP*PKT 6$Q+29 >I_ez!E@Raz   (!"Jm;G S_u;8!AXix #(7 >J fq 5?8Y  $*-MB#)"3.V,&/5 b?<Y9O{m>895r5: *x7uz0q %f^c%F&lCC# 4>CS \ fp   )4tVM`w N=#@:<"0,B|# .*z+PIAS8n)Rh}t2X 2{6y H.'kylLF5&,w;xtXc*-9.Sl ~ N)A`Akw0J+@F<Qm<1E9\'IZ~!j;H7C%qFq=  &Nx-  ]6G,Q/uo|@NQ Y3MZP7DK?bWrnh^GmYif5sH'1!iYUDF_T`[ez)>6kGE1~^ 7vBM4[3de20TXux>+JWpU'PW<L 8h&TS#6rA8%d{{9$j\s2!;^LR._-[}($1 f"LKO; *"o_Es| IOb30 j B3cVyMCl z>P%ro?:#K :m]  KJ,R*&= S?/B9d(4peZvEHa !$a7=bIO>n/u5?CgOg+5v:4(RU\-8Ci)$(%faq}cp"@/VD]QDJGg"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInvalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The DELETE command completed successfully. A total of %d rows were deleted.The INSERT command completed successfully.The Remote Wipe for device id %s has been cancelled.The UPDATE command completed successfully. A total of %d rows were modified.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde 5.2.15 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2017-06-05 17:05+0300 PO-Revision-Date: 2017-06-09 16:14+0300 Last-Translator: ITU-BIDB Language-Team: İTÜ BİDB Language: tr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Poedit 1.8.12 "%s" grup sistemine eklendi."%s" izin sistemine eklendi."%s" yaratılamadı: %s.%.2fMB kullanıyor. İzin verilen %.2fMB . (%.2f%%)%d %s ve %sŞifrenizin son kullanım tarihine %d gün kaldı.%d dakika%d kişi bunu beğendi%d kişi bunu beğendi%d den %d e. toplam: %d%d-günlük hava tahmini%s - Uyarı%s Yapılandırma/%s Görevler - Onaylama%s Kullanım Koşulları%s de %s %s%s, Twitter hesabınızla etkileşimde bulunabilir.%s, Facebook arkadaşlarınızla ilgili bilgileri okuyamıyor.%s, akış iletilerinizi ve diğer çeşitli Facebook veri öğelerini okuyamıyor.%s, durum iletilerinizi ayarlayamıyor veya başka içeriği Facebook'a yayınlayamıyor.%s aşağıdaki görevleri yapmaya hazır. Şimdi yapılacak işlemleri seçin., fırtınalı %s %s, değişim %s -> %s1 Gün1 Ay1 Hafta12'lik Saat Biçimi2 Hafta24'lük Saat Biçimi24 saat24'lük saat biçimi3 GünBir cihaz temizleme isteği gönderildi. Cihaz bir sonraki senkronizasyon girişiminde temizlenecek.Daha yeni bir sürüm (%s) var.Cihaz kimliği %s için uzaktan cihaz temizleme başlatıldı. Cihaz bir sonraki eşleşme sırasında temizlenecek.Öğleden Önce / Öğleden SonraHesap BilgileriİşlemlerActiveSyncActiveSync YönetimiActiveSync CihazlarıActiveSync etkinleştirilmedi.Ekleİçerik EkleBuraya Ekle:Üye EkleGrup EkleYeni kullanıcı ekle:Yeni alarm ekleEş ekleKullanıcı ekle"%s" sisteme eklendi, fakat ek giriş bilgileri eklenemedi: %s."%s" sisteme eklendi. Giriş yapabilirsiniz.Kullanıcı ekleme devre dışı.AdresAdres DefteriYönetimAlarm sonuAlarm yöntemiAlarm başlangıcıAlarm metniAlarm başlığıAlarmlarAlarmlar konfigürasyonda devde dışı bırakıldı.TümüOturum açmış tüm kullanıcılarTüm policy anahtarları başarıyla sıfırlandı.Tüm durumlar ActiveSync aygıtlarınız için kaldırıldı. Sunucuya bir dahaki sefere bağlandıklarında tekrar eşleşecekler.Tüm eşleşme oturumları silindi.Alfanumerik izin verHerhangi birine izin verSağlanamayan cihazlara izin verYalnızca numerik izin verİkincil IMSP Girişiİkincil IMSP Şifresiİkincil IMSP Kullanıcı Adıİkinci eposta adresiCevapUygulamaUygulama BağlamıUygulama Hazır.OnaylaArapça (Windows-1256)'%s'i silmek istediğinizden emin misiniz?"%s" için kayıt olma talebi iptal edilecek. Emin misiniz?"%s" i silmek istediğinize emin misiniz?Ermenice (ARMSCII-8)SanatAscii SanatıEn az bir veritabanı şeması güncel değil.EkEk İndirmeVar olmayan bir grubu silme girişimi.Var olmayan bir izni silme girişimi.Var olmayan bir grubu düzenleme girişimi.Var olmayan bir paylaşımı düzenleme girişimi.Yetkilendirilmiş UygulamalarYetkiArkadaş Verileri Erişimine YetkiYayınlama YetkisiOkuma YetkisiOtomatikKullanılabilit alanlar:BOFH AçıklamalarıBaltık (ISO-8859-13)TemelEngelleBlok AyarlarıBlok TipiBluetoothYer İmleriHer İkisiAltTarayıcıÖnbelleklenmiş Kalpatışı (saniye)TakvimKameraİptalSorun Raporunu İptal EtSilmeyi iptal etOtomatik olarak şifre sıfırlanamadı, sistem yönetisi ile görüşünüz.Kategoriler ve EtiketlerKeltik (ISO-8859-14)Orta Avrupa (ISO-8859-2)DeğiştirKonumu DeğiştirŞifre DeğiştirmeKişisel bilgileri değiştirGeçerli yapılandırma, şifre değiştirmeyi desteklemiyor. Lütfen sistem yöneticiniz ile temasa geçiniz.İşaretleYeni sürümü kontrol etKontrol ediyorBasitleştirilmiş Çince (GB2312)Geleneksel Çince (Big5)%s seçTarih biçimini seçin (kısaltılmış gösterim):Tarih biçimini seçin (uzun gösterim):Zaman biçimini seçin:SınıfSorguyu temizleKullanıcıyı temizle: %sKullanıcı temizleKullanıcı verisini temizleSeçili adres defterlerinizden birine tıklayın ve aramak için tüm alanları seçin.Devam etmek için tıklayınİstemci ÇapasıPencereyi KapatBulutlarKod sözcük frekansıDaraltKoleksiyon kimliğiRenk SeçiciKarikatürlerKomutKomut KabuğuYorum: %dYaygın İsimBilgisayarlarDurumKoşullarYapılandırmaYapılandırma FarklarıPDAs, Smartphones ve Outlook ile eşleme yapılandırmasıYapılandırma güncel değil.Yapılandırma yükseltme betikleri bulunduYapılandır:%sParaloyı DoğrulaDevamÇerezSunucu "%s"'e FTP kullanılarak bağlanılamadı: %sSunucuyla iletişime geçilemedi. Lütfen tekrar deneyin. "%s" yapılandırma yükseltme betiği silinemedi.Facebook hesabınızla etkileşim kurmak için "%s" için yetkilendirme bulunamadı. Bu, Facebook hesabınızda "%s" ile etkileşim kurmaya henüz izin vermediğiniz veya yetkinizin süresinin dolduğu ve yenilenmesi gerektiği anlamına gelir.Twitter hesabınızla etkileşim kurmak için %s için yetkilendirme bulunamadı.İstenen kullancı için şifre sıfırlanamadı. Bazı ayrıntılar doğru değil. Yeniden deneyin yada daha fazla yardım için sistem yöneticinizle görüşün.Yapılandırma geri döndürülemedi..Yedek bir yapılandırma kaydedilemedi: %s "%s" yapılandırma yükseltme betiği kaydfedilemedi.%s konfigürasyon dosyası kaydedilemedi. Kaydetmek için aşağıdaki seçeneklerden birini kullanın.Yapılandırma dosyası %s kaydedilemedi. Bu durumda, kodu tekrar %s içine kaydetmek yada takip eden kodu el ile %s içine kopyalamak, seçeneklerini kullanabilirsiniz."%s" için yapılandırma yazılamadı: %sÜlkeYaratYeni Kimlik YaratŞu Andaki 4 EvreŞu Andaki AlarmlarŞu Andaki KilitlemelerŞu Andaki OturumlarŞu Andaki ZamanŞu Andaki Hava DurumuŞu Andaki Şartlar:Kiril (Windows-1251)Kiril (Windows-1251)Kiril/Ukrayna (KOI8-U)Veritabanı erişimi henüz yapılandırılmadı.GGVeriVeritabanıVeritabanı taşıma dosyaları bulunamadı. Lütfen PEAR data_dir konfigürasyon ayarlarını kontrol ediniz.TarihGeliş TarihiTarih: %s; zaman: %sGünvarsayılanvarsayılan RenkVarsayılan KabukEposta gönderilirken kullanılacak varsayılan karakter seti:Konum-bildirim özellikleri için kullanılacak varsayılan konum.TanımlarSilSil: "%s"Tüm SyncML Eşleme Verisini SilGrup SilYapılandırma yükseltme betiği "%s" sil.Aygıt "%s" ve veritabanı "%s" için oturum eşlemeyi sil.Sorunu TanımlayınGelişimAygıtCihaz KimliğiCihaz BilgisiCihaz YönetimiCihaz TipiCihaz şifrelemesiCihaz Engellendi.Cihaz Temizlenmiş. Cihazın yeniden bağlanabilmesi için cihazın durumunu kaldırın.Cihaz başarıyla kaldırıldı.Cihaz temizlenmesi başarıyla iptal edildi.Çiğ NoktasıSon saat için Çiğ Noktası:Çiğ NoktasıDevredışı bırakDevre Dışı Bırak (önerilmez)24 saatlik zaman mı gösterilsin?Seçenekleri GösterDetaylı tahmini görüntüleHava tahminini görüntüle (TAF)İlk satır alan adlarını içeriyor mu? Evet ise bu kutuyu seçin:Hesabınız yok mu? Kayıt olun.%s indirOluşturulan yapılandırmayı PHP betiği olarak indir.İlaçlarDinamikAB KDV tanımlamasıDüzenleDüzenle "%s"Seçenekleri düzenle:İzin Değiştirme"%s" için izinleri düzenleEğitimElektronik Posta AdresiEtkinBitiş ZamanıİngilizceYeni kategori için bir isim girin:Facebook'a bağlanırken hata oluştu. Ayrıntılar yönetici için günlüklere kaydedildi.Twitter'a bağlanırken hata oluştu. Ayrıntılar yönetici için günlüklere kaydedildi.Twitter bağlantısında hata: %s Detaylar yönetici için günlüklere kaydedildi.Eşleme oturumu silinirken hata:Eşleme oturumları silinirken hata:Şifre güncellenirken hata : %sEtnikHer 15 dakikaHer 2 dakikaHer 30 saniyeHer 5 dakikaHer yarım saatHer saatHer dakikaÖrnek değerler:ÇalıştırGenişletÇok BüyükYapılandırmanın FTP yüklemesiFacebook EntegrasyonuCihaz temizlenmeden önce kilit açma denemeleri başarısız olduSık KullanılanBeslemeBesleme AdresiHissediliyorArama AlanlarıDosya YöneticisiSüzgeçSüzgeçlerİlk Yarıİlk ÇeyrekYemekTahmin (TAF)Tahmin Günleri (Not: Geri dönülecekler hem gün hem gece olarak dönülecek; )büyük bir sayı geniş bir öbekle sonuçlanacaktır)Şifrenizi mi unuttunuz?FormlarDeyişDeyiş türüDeyişlerDeyişler 2ForumlarArkadaşlar etkin.%s (%s °) 'den %s 'de %s%s'den %s %s deTam BetimlemeDolunayAçık Ad%s Yapılandırmasını OluşturOluşturulan KodDaha FazlaGenel SeçeneklerGitGoedelGoogle AramaYunanca (ISO-8859-7)Grup YönetimiGrup AdıGrup yaratılamadı: %s.GruplarKonuk İzinleriHTML E-postaİbranice (ISO-8859-8-I)YükseklikAkış içeriğinin yüksekliği (genişlik otomatik olarak engellenir)YardımYardım _BaşlıklarıYarıküreDosyanın başlangıcı: Gelişmiş Seçenekleri GizleSonuçları GizleEv DiziniHordeKaç alan (kolon) var?Yeni makale kontrolleri arası kaç saniye olsun?NemMizahçılarIMEI%s için simgelerActiveSync ile e-posta gönderirken kullanılacak kimlik.Kimliğin adı:İçeri Aktar, Adım %dİçeri aktarılan alan: %sİçeri aktarılan alanlar:Cevap olarak:Aşağıdaki listeden, solda kaynak dosyadaki alanı ve sağda bununla eşleşen adres defteri alanını seçiniz. Daha sonra "İkili Ekle" butonuna tıklayarak, ikilileri içeri taşımak için işaretleyiniz. Bitirince "Devam" butonuna tıklayınız.Yanlış kullanıcı adı veya öteki adres.Yeniden deneyin veya daha fazla yardım için yöneticinizle görüşün.Bireysel KullanıcılarBilgiMiras ÜyeliklerGeçersiz KDV tanımlama numarası biçimi.geçersiz işlem %sGeçersiz uygulama.Geçersiz hash.Geçersiz üst izin.EnvanterJaponca (ISO-2022-JP)JavaScript, tarayıcıda devre dışı bırakılmış veya mevcut değil. Minimal görünümle sınırlandırıldınız.Sadece şimdi...Çekirdek AcemileriAnahtar KelimeÇocuklarKolabKorece (euc-KR)DilGenişSon DördünSon Şifre DeğişimiŞişkin AySon Eşleşme ZamanıSon Güncelleme:Son Giriş: %sSon Giriş: %s zamanında %s üzerinden yapıldı.Son giriş: Daha önce giriş yapılmadı.Son eşleşme anahtarıEn sonYasaBeğenNükteli ŞiirLinux ÇereziÇizelgeleri ListeleAlarm listeleme başarısız oldu: %sKilit listeleme başarısız oldu: %sOturum listeleme başarısız oldu: %sKullanıcıların listesi bu hata mesajıyla başarısız oldu: %sKullanıcı listeleme başarısız.Kullanıcı listeleme seçilemez kılındı.EdebiyatYerel zaman: %s %s (UTC %s)Konum ve ZamanKunumKullanıcıyı KilitleKilitlerOturum AçOturumu KapatFacebook'ta oturum açtıGiriş başarısız: Kullanıcı adı yada parola yanlışGiriş başarısız.%s için Oturum AçFacebook'a giriş yapın ve %s yetkilendirinTwitter'a giriş yapın ve %s yetkilendirinOturumu KapatAşkAABüyüPostaPosta YöneticisiÖğeleri etiketleyeceğiniz kategori listesini ve kategorileri ilişkilendireceğiniz renkleri yönetin.ActıceSync aygıtlarınızı yönetin.Eşleşen alanlar:Son 24 saatteki en yüksek sıcaklık: Son 6 saatteki en yüksek sıcaklık: En Yüksek Eposta yaşıEn Fazla Portal Bloğu SayısıByte cinsinden en büyük ek boyutuEn fazla cihaz sayısıEn Fazla Girdi SayısıTıpOrtaÜyelerİmalarHava RaporuMetrikSon 24 saatteki en düşük sıcaklık: Son 6 saatteki en düşük sıcaklık: Minimum PIN uzunluğuÇeşitliYapılandırma yok.Mobil (Minimal)Mobil (JavaScript Yok)Mobil (Akıllı Telefon/Tablet)Mobil Cihazlar için Optimize Edilen UygulamalarModModelUygulama güncel.PazartesiAy EvreleriHesabımHesap BilgilerimFacebook AkışımPortalımPortal DüzenimN/AKabul etmiyorumNOT: CİHAZIN TEMİZLENMESİ, CİHAZI FABRİKA AYARLARINA DÖNDÜREBİLİR. LÜTFEN TEMİZLEME İSTEĞİ GÖNDERMEDEN ÖNCE BUNU GERÇEKTEN İSTEDİĞİNİZE EMİN OLUNUZAdAslaYeni KategoriYeni AyYeni Kullanıcı Adı (Seçimli)Yeni şifreYeni şifre eşleşmedi.HaberlerSonrakiSonraki 4 EvreSes YokFarkların gösterilebileceği kullanılabilir yapılandırma verisi yok.Değişiklik YokHiçbir simge bulunamadı.Görüntülenecek etkinlik yokHiçbir yer belirtilmedi.Saldırgan deyiş kullanmaÜye olmak için bekleyen yok.Dolaşımdayken Push yokGüvenlik sorusu ayarlanmadı. Lütfen yöneticinize başvurun.Henüz kararlı bir sürüm yok.Kullanıcı adı belirtilmedi.Özgün yapılandırmada sürüm bulunamadı.Yapılandırmayı tekrar üretin.Özgün yapılandırmanızda sürüm bulunamadı.Yapılandırmayı tekrar üretin.NoSQL indexleri hazır.%s için NoSQL indexleriNoSQL indexleri güncel değil.HiçbiriKuzey Avrupalı (ISO-8859-10)Kuzey YarımküreSağlanmamışNotlarGöz atılacak birşey yok, geri dönün.Görüntülenecek makale sayısıYenileme sıklığı (saniye)OSNesne TarayıcısıNesne YaratıcısıSaldırganlık süzgeciOfisEski ve yeni şifreler farklı olmalı.Eski şifreEski şifre doğru değil.Sadece saldırgan deyişlerBir paylaşımın sahipliğini veya sahibini sadece sisyem yöneticisi veya sahibi değiştirebilir.İşletim SistemiYada bir kullanıcı adı girin:Diğer BilgilerDiğer SeçeneklerDiğerleriSahipSahip:PHPPHP KoduPHP KabuğuPOP / IMAP E-posta hesaplarıPOSIX eklentisi yokP_HP KabuğuŞifreParola KarmaşıklığıŞifre başarı ile değiştirildi.Şifreler eşleşmek zorundadır.YapıştırBekleyen Üyelikler:İnsanlarGiriş Görevlerini Uygula "%s" izni silinmedi.İzinlerİzin YönetimiKişisel BilgilerEvcil HayvanlarTelefon NumarasıFotoğraflarBeylik SözlerLütfen bir parola giriniz.Lütfen bir kullanıcı adı giriniz.Lütfen sorunun bir özetini yapın.Lütfen aşağıdaki metni okuyunuz. Sistemi kullanma şartlarını KABUL ETMELİSİNİZ.PolitikaCihazınızda e-postanızı yanıtlarken cevap metninin konumu. Bazı cihazların yanıt metninin sonundaki atıf dizesini daima göndereceğini unutmayın.%s yayınladı%s, %s ile yayınladıSon %d saat için yağış: Son %d saat için yağış: Yağış%solasılığıBasınç:Deniz seviyesindeki basınç:AsılSorun TanımlamasıHazırladıSağlamaYayın etkinleştirildi.SorguKotaRastgele DeyişOkumaOkuma etkin."%s" gerçekten silinsin mi? Bu işlem geri döndürülemez.Gerçekten "%s" için kullanıcı verilerinin silinmesini istiyor musunuz? Bu işlemin geri dönüşü yoktur.Dinamik Menü Öğelerini Yenile:Portal Görünümünü Yenile:Yenileme sıklığıDüzenli UygulamalarAçıklamalarUzaktaki SunucuSilIkiliyi SilKaydedilmiş betiği sunucunu geçici dizininden sil.Kullanıcı SilKullanıcıyı sil: %sYanıtlaPIN GerektirirS / MIME Şifrelemesi GerektirirS / MIME İmzası GerektirirSıfırlaŞifreyi SıfırlaTüm cihaz durumlarını sıfırlaŞifrenizi SıfırlayınSon Sorguyu Geri AlSonuçlar%s için sonuçlarRetweet%s tarafından RetweetlendiYeni şifreyi tekrar yazınızYapılandırmayı Geri DöndürBilmecelerÇalıştırGiriş Görevlerini UygulaSd kartSD kart şifrelemeSMS Metin mesajlarıSQL Veritabanı şeması güncel değil.SQL Veritabanı şeması hazır.SQL KabuğuS_QL KabuğuKaydetSakla: "%s"Kaydet ve SonlandırOluşturulan yapılandırmayı PHP betiği olarak sunucunun geçici dizinine kaydet.Yapılandırma yükseltme betiği kaydedildi: "%s".BilimKapsamA_raAramaAra:Cihaz kilitlenmeden önce etkinliksiz gçeen saniyelerEklenecek grubu seçin:Bir sahip seçin:Bir sunucu seçinEklenecek kullanıcıyı seçinAdresleri genişletirken tüm alanları aramak için seçTarih ve zaman biçimini seçin:Tarih sınırlayıcısını seçın:Tarih biçimini seçin:Gün ve zaman sırasını seçin:Saat sınırlayıcısını seçin:Saat biçimini seçin:Renk düzeninizi seçin.Tercih ettiğiniz dili seçin:Sorun Raporu GönderAlgılayıcı:Sunucu KimliğiSunucu SaatiOturum YönetimiOturum Zaman DamgasıOturumFacebook hesabınızla entegrasyon kurun.Twitter hesabınızla entegrasyon kurun.Tercih ettiğiniz dili, zaman dilimini ve tarih özelliklerini ayarlayın.Başlangıç uygulamanızı, renk düzeninizi, sayfa tazeleme, ve diğer görüntü seçeneklerini belirleyin.%s parametresi ile mümkün olan çeşitli yerler:Kısa ÖzetÇoğu bağlantı için erişim anahtarı tanımlansın mı?GösterGelişmiş Seçenekleri GösterTüm Seçeneklere DönHalen kayıtlı olan yapılandırma ile yeni yaratılan yapılandırma arasındaki farkları göster.Ek detay gösterilsin mi?Girişte en son giriş tarihi gösterilsin mi?Giriş Görevlerini AtlaKüçükKar Derinliği: Yağan karın su eşiti: Şarkılar & ŞiirlerGüney Avrupa (ISO-8859-3)Güney Yarımküreİstenmeyen İletiSporlarStandartUzay YoluBaşlangıç ZamanıDurum YöneticisiDurumDurum ayarlanamadı.Akış"%s" yi sisteme ekleme talebiniz alındı. Talep onaylanana kadar sisteme giriş yapamazsınız.Facebook hesabınıza başarıyla bağlanıldı veya izinleriniz güncellendi.Başarı"%s" başarıyla sisteme eklendi."%s" kullanıcısının bilgileri başarıyla sistemden temizlendi."%s" başarıyla silindi."%s" başarıyla sistemden kaldırıldı.Yapılandırma başarıyla geri döndürüldü. Değişiklikleri görmek için yeniden yükleyin.Yedek yapılandırma başarıyla kaydedildi."%s" başarıyla güncellendi%s başarıyla yazıldı.Gün DoğumuGün batımıPazarGün doğumuGün doğumu/Gün batımıGün batımıHepsini eşitleSyncMLOrtak BeslemeEtiket BulutuGörevlerSon saat için sıcaklık: SıcaklıkSıcaklık%s(%sYük%s/%sAlç%s)Geçici olarak Facebook ile iletişim kuramıyor Lütfen daha sonra tekrar deneyiniz.Geçici olarak Twitter ile iletişim kuramıyor Lütfen daha sonra tekrar deneyiniz.Tai (TIS-620)DELETE komutu başarıyla tamamlandı. Toplam %d satır silindiINSERT komutu başarıyla tamamlandı.Cihaz kimliği %s için Uzaktan Temizleme işlemi iptal edildi.UPDATE komutu başarıyla tamamlandı. Toplan %d satır değiştirildi.Alarm silindi.Alarm kaydedildi.%s konfigürsyonu otomatik olarak güncellenemedi. Lütfen konfigürasyonu elle güncelleyiniz.Bu kimlikle kullanılacak varsayılan eposta adresi:Kilit kaldırıldı.Üye ülke hizmetine ulaşılamadı. Daha sonra ya da farklı bir üye seçerek tekrar deneyiniz.Üye ülke hizmeti şuanda kullanılabilir değil. Daha sonra ya da farklı bir üye seçerek tekrar deneyiniz.Belirtilen ülke kodu geçersiz.Hizmet şu anda kullanılabilir değil. Daha sonra tekrar deneyin.Hizmet şu anda çok yoğun. Lütfen daha sonra tekrar deneyin."%s" için kayıt talebi iptal edildi."%s" kullanıcısı için kayıt talebi iptal edildi.Cihaz kimliği %s için durum sıfırlandı. Sunucuya bir dahaki sefer bağlandığında tekrar eşlenecek.Test betikleri aktif. Güvenlik nedenlerinden dolayı, test betiklerini kapatın (bkz: horde/docs/INSTALL)"%s" kullanıcısı zaten var."%s" bulunamadı."%s"'in sisteme eklenmesinde sorun oluştu: %s"%s" kullanıcının verilerinin sistemden silinmesinde sorun var: "%s" kullanıcısını sistemden çıkartılmasında sorun var: "%s" güncellenirken sorun oluştu: %sActiveSync sunucusu ile iletişim kurarken bir hata oluştu: %sTwitter ile iletişim kurarken bir hata oluştu: %sKonfigürasyon dosyasında hata var. Gerekli bir alanı boş bırakmış olabilirsiniz.İstekte hata oluştu: %sFacebook oturumu alınırken bir hata oluştu. Lütfen daha sonra tekrar deneyiniz.%s için genel verileri kaldırırken bir hata oluştu. Ayrıntılar kaydedildi.İstenen izinlerle ilgili bir hata oluştuBu KDV numarası geçersiz.Bu KDV numarası geçerli.Bu, tüm cihazların tüm öğeleri tekrar senkronize etmesine neden olacaktır.Bu, cihazlarınızın tüm öğeleri tekrar eşitlemesine neden olacaktır.BiletlerZaman İzlemeZaman BiçimiZaman bilgisi ya da bilinmiyorBaşarılı eşleşme oturumlarının zaman damgalarıBaşlıkDışarıdan taşınan veridenki bir alanı tipini almamak için ya da hatalı bir eşlemeyi düzeltmek için, aşağıdaki listeden bir alan seçerek "İkili sil".a tıklayınız.Çoklu seçim yapmak için Ctrl (PC) yada Command (Mac) tuşuna basarak seçiniz.BugünYarınÜstÇevirilerTürkçe (ISO-8859-9)TweetTwitter EntegrasyonuTwitter Zaman Çizelgesi%s için Twitter Zaman ÇizelgesiTwitter etkin değil.URL"%s" silinemedi: %sBöyle ayarlanamıyor.İstek belirteci doğrulanamadı. Lütfen isteğinizi tekrar deneyin.Kullanım dışıKilidi kaldırDeğişiklikleri Geri AlSık kullanılanlardan çıkarDoldurulmamışUnicode (UTF-8)BirimlerBilinmiyorKilidi kaldırDesteklenmeyen eylem.GüncelleGüncelle: %sGüncelle: %s şemasıTüm veritabanı şemalarını güncelleTüm yapılandırmaları güncelleKullanıcıyı güncelle"%s" Güncellendi.%s şeması güncellendi.YükleTüm uygulama konfigürasyon dosyaları sunucuya yüklendi.Varsayılanı KullanKullanıcı adınız/şifreniz IMSP sunucu için farklı ise kullanın.KullanıcıKullanıcı YönetimiKullanıcı AracıKullanıcı AdıKullanıcı KaydıKullanıcı kaydı bu site için devredışı bırakıldı.Kullanıcı kaydı bu dite için yapılandırılmamış.Kullanıcı hesabı bulunamadıEklenecek kullanıcı:Kullanıcı AdıKullanıcılarSistemdeki kullanıcılar:KDV numarası doğrulamaKDV numarası:KDV numarasıSürümSürüm KontrolSürüm KontrolVietnamca (VISCII)Bir dış web sayfası görüntüleGörünürlükUyarıHava DurumuHava verisi sağlayıcısıWeb Sitesiİnternet tarayıcısıHoşgeldinizHoşgeldiniz, %sBatı (ISO-8859-1)Batı (ISO-8859-15)%s girişten sonra hangi uygulamayı görüntülesin?Şu anda ne yapıyorsunuz?Sınırlayıcı karakter nedir?Aktarım karakteri nedir?Haftanın ilk günü olarak hangi gün görüntülensin?Hangi EvreSoldaki %s menüsü genişliği:KablosuzWikiRüzgarRüzgar Hızı (knot)Rüzgar:TemizlemeTemizleme BekliyorBilgelikİle İşX-RefYYEvet, Kabul EdiyorumSiz ve %d kişi daha bunu beğendiniz.Siz ve %d kişi daha bunu beğendiniz.Grup ekleme izniniz yok.Paylaşım ekleme izniniz yok.Grupları değiştirme izniniz yok.Paylaşımları değiştirme izniniz yok.Grupları silme izniniz yok.Paylaşımları silme izniniz yok.Paylaşım gruplarını listeleme izniniz yok.Paylaşım izinlerini listeleme izniniz yok.Paylaşımları listeleme izniniz yok.Grup kullanıcılarını listeleme izniniz yok.Paylaşım kullanıcılarını listeleme izniniz yok.Facebook hesabınıza bağlı değilsiniz. Facebook ayarlarınızı %s 'nizde kontrol etmelisiniz.Facebook ayarlarınızı %s 'nizde de kontrol edebilirsiniz.Kullanım Şartlarını kabul etmediğini için sisteme girişinize izin verilmemektedir.Çıkış yaptınız.Talep edilen izin reddedildi.Horde ile Twitter hesabınızı doğru bir şekilde bağlamadınız. %s 'inizdeki Twitter ayarlarını kontrol etmelisiniz.Bunu beğendinizProblem raporu göndermeden önce sorunu açıklamalısınız.Temizlenmesi için bir kullanıcı adı belirtmelisiniz.Silinmesi için bir kullanıcı adı belirtmelisiniz.Eklenmesi için bir kullanıcı adı belirtmelisiniz.Güncellenmesi için bir kullanıcı adı belirtmelisiniz.Eposta AdresinizBilgilerinizIP adresiniz oturumun başlangıcından sonra değişti. Güvenliğinizi sağlamak için, tekrar giriş yapmalısınız.AdınızYetkilendirme arka aracınız, kullanıcı eklemeyi desteklemiyor. Horde'un kullanıcı hesaplarını yönetmesini istiyorsanız, farklı bir yetkilendirme arka aracı kullanmalısınız.Kimlik denetiminiz kullanıcı listelemeyi desteklememektedir veya bu özellik bir neden yüzünden seçilemez kılınmıştır.Tarayıcınız oturumun başlangıcından sonra değişti. Güvenliğinizi sağlamak için, tekrar giriş yapnalısınız.Tarayıcınız bu özelliği desteklememektedir.Zaman Diliminiz:Tam Adınız:Girişiniz zaman aşımına uğradı.%s için yeni şifreniz: %sŞifreniz sıfırlandı.Şifreniz sıfırlandı, fakat size gönderilemedi. Lütfen sistem yöneticinizle iletişime geçiniz.Şifreniz sıfırlandı, elektronik postanızı kontol edin ve yeni şifrenizle giriş yapın.Parolanız başarıyla değiştirildi. Yeni şifrenizle sisteme yeniden giriş yapmanız gerekiyor.Şifrenizin son kullanma tarihi dolduŞifrenizin son kullanma tarihi doldu.Oturumunuz zaman aşımına uğradı. Lütfen tekrar giriş yapın.Oturumunuz zaman aşımına uğradı. Lütfen tekrar giriş yapın.Hızlı[Problem Raporu]_Alarmlar_CLI_Yapılandırma_Gruplar_Kilitler_İzinlerK_ullanıcılarEkılımlı%s (%s) den %s %s defırtınaMetne gömülüseçeneklerfarkları gösterşifreyi doğrulamak için iki defa girinbirleştirilmiştmpIMUtxu/horde-5.2.17/locale/it/0000755000175000017500000000000013162206570016352 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/it/help.xml0000644000175000017500000000464613160205253020031 0ustar mathieumathieu Pagina di ingresso del portale Questa pagina di ingresso del portale fornisce un breve sommario di tutte le tue informazioni importanti. Ad esempio, ti può mostrare quanti nuovi messaggi ci sono nella tua INBOX, i prossimi eventi nel tuo calendario, le attività nella tua lista, le ultime notizie da servizi selezionati e così via. Molti di questi sommari conterranno dei collegamenti a funzioni comuni, quali ad esempio la composizione di una nuovo messaggio, la creazione di uno nuovo evento da inserire nel calendario o la creazione di una nuova attività da inserire nella lista, ecc. I contenuti di questa pagina del portale sono personalizzabili tramite il bottone Formato. Ad esempio, puoi scegliere quali informazioni inserire nella pagina come anche in quale ordine verranno mostrate. tmpIMUtxu/horde-5.2.17/locale/it/LC_MESSAGES/0000755000175000017500000000000013162206570020137 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/it/LC_MESSAGES/horde.po0000644000175000017500000031601513160205253021601 0ustar mathieumathieu# # Horde Italian translation. # Copyright 2001 Paola Carpenter. # Paola Carpenter , 2001. # Giovanni Meneghetti , 2001. # Copyright 2003 Sergio G. Caredda. # Sergio G. Caredda , 2003. # Copyright 2007 nethesis srl. # Cristian Manoni, Alessio Fattorini, Davide marini 2007 # Massimo Balestrieri 2015 msgid "" msgstr "" "Project-Id-Version: Horde 3.2-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2015-05-21 16:31+0200\n" "PO-Revision-Date: 2015-05-21 15:59+0100\n" "Last-Translator: Massimo \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Aggiunto '%s' al sistema di gruppi." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" aggiunto al sistema di permessi." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" non è stato creato: %s" #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB usati di %.2fMB permessi (%.2f%%) " #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s e %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d giorni prima della scadenza della tua password" #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minuti" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "A %d persona piace" msgstr[1] "A %d persone piace" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d a %d di %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "previsione di %d giorni " #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Attenzione" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "%s Configurazione" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Compiti - Conferma" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Termini d'Uso" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s a %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s puo' interagire con il tuo account Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s non puoi leggere le informazioni sui tuoi amici di Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s non puo' leggere i vostri messaggi e vari altri elementi di dati di " "Facebook." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s non e' possibile impostare i messaggi di stato o pubblicare altri " "contenuti su Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s è pronto per svolgere i compiti di seguito. Selezionare ogni operazione " "da eseguire in questo momento." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", folata %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variabile da %s a %s" #: lib/Application.php:336 msgid "1 Day" msgstr "1 Giorno" #: lib/Application.php:340 msgid "1 Month" msgstr "1 Mese" #: lib/Application.php:338 msgid "1 Week" msgstr "1 Settimana" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 ore" #: lib/Application.php:339 msgid "2 Weeks" msgstr "2 Settimane" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 ore" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 ore" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "Formato 24 ore" #: lib/Application.php:337 msgid "3 Days" msgstr "3 Giorni" #: templates/prefs/facebook.html:41 msgid " cannot read information about your Facebook friends." msgstr "" " non può leggere le informazioni sui tuoi amici di Facebook." #: templates/prefs/facebook.html:29 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " non può leggere i vostri messaggi e vari altri elementi di " "dati di Facebook." #: templates/prefs/facebook.html:17 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " non è possibile impostare i messaggi di stato o pubblicare " "altri contenuti su Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " può interagire con il tuo account Twitter" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Una pulizia del dispositivo è stata richiesta. Il dispositivo verrà pulito " "alla prossima sincronizzazione." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Esiste già una nuova versione (%s)." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Una pulizia remota per il dispositivo %s è stata avviata. Il dispositivo " "verrà pulito durante la prossima sincronizzazione." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informazioni Personali" #: config/prefs.php:325 msgid "Account Password" msgstr "Account Password" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Azioni" #: config/prefs.php:735 lib/Application.php:211 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "Amministrazione Dispositivi ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Dispositivi ActiveSync" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync non attivato" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Aggiungi" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Aggiungi un contenuto" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Aggiungi qui:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Aggiungi Membri" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Aggiungi un gruppo" #: admin/user.php:26 msgid "Add a new user:" msgstr "Aggiungi un nuovo utente:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Aggiungi un nuovo allarme:" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Aggiungi una coppia" #: admin/user.php:27 msgid "Add user" msgstr "Aggiungi utente" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Aggiunto \"%s\" al sistema, ma non era possibile inserire informazioni " "aggiuntive riguardo alla registrazione: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Aggiunto \"%s\" al sistema. Ora puoi iniziare la tua sessione." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "La funzione di aggiunta utenti non è attiva." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Rubrica" #: config/registry.php:134 msgid "Address Book" msgstr "Rubrica" #: lib/Application.php:55 msgid "Administration" msgstr "Amministrazione" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Fine allarme" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Modalita di allarme" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Inizio allarme" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Testo allarme" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Titolo allarme" #: admin/alarms.php:146 msgid "Alarms" msgstr "Allarmi" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Gli allarmi sono stati disattivati nella configurazione" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Tutti" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Tutti gli Utenti Autenticati" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Tutte le regole delle chiavi sono state resettate." #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Tutti gli stati sono stati rimossi per il tuo dispositivo ActiveSync. Essi " "verranno risincronizzati al prossimo collegamento al server." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Tutte le sessioni di sincronizzazione sono state cancellate" #: lib/Application.php:247 msgid "Allow alphanumeric" msgstr "Consentiti alfanumerici" #: lib/Application.php:248 msgid "Allow any" msgstr "Consenti qualsiasi" #: lib/Application.php:226 msgid "Allow non-provisionable devices" msgstr "Consenti dispositivi senza provisioning" #: lib/Application.php:246 msgid "Allow only numeric" msgstr "Solo numerico" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "Login IMSP alternativo" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "Password IMSP alternativa" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "Username IMSP alternativo" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Indirizzo email alternativo" #: services/resetpassword.php:52 msgid "Answer" msgstr "Risposta" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 #: templates/admin/config/index.html:27 msgid "Application" msgstr "Applicazione" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Contesto Applicazione" #: admin/config/index.php:257 msgid "Application is ready." msgstr "L'applicazione è pronta." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Approvato" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabo (Windows-1256" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Sicuro di voler cancellare '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Sei sicuro di voler eliminare la richiesta di iscrizione per \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Sei sicuro di voler cancellare \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeno (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Arte" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Arte Ascii" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Almeno uno schema database non è aggiornato." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Allegato" #: lib/Application.php:270 msgid "Attachment Download" msgstr "Allegato" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Tentativo di cancellazione di un gruppo inesistente." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Tentativo di eliminazione di un permesso inesistente." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Tentativo di modifica di un permesso inesistente" #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Tentativo di modifica di una condivisione inesistente" #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Autenticate applicazioni" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autorizza" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Autorizzare l'accesso agli Amici:" #: templates/prefs/facebook.html:42 msgid "Authorize Access to Friends Data:" msgstr "Autorizzare l'accesso a Dati Amici:" #: templates/prefs/facebook.html.php:21 templates/prefs/facebook.html:18 msgid "Authorize Publish" msgstr "Autorizza Pubblicazione" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Autorizza Lettura" #: templates/prefs/facebook.html:30 msgid "Authorize Read:" msgstr "Autorizza Lettura:" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatico" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Campi disponibili:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltico (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Semplice" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Blocca" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Impostazioni Blocco" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipo di Blocco" #: lib/Application.php:303 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Preferiti" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Entrambi" #: config/prefs.php:751 msgid "Bottom" msgstr "Sotto" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Browser" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Cached Heartbeat (secondi)" #: config/registry.php:120 msgid "Calendar" msgstr "Calendario" #: lib/Application.php:291 msgid "Camera" msgstr "Camera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Annulla" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Annulla il Rapporto del Problema" #: templates/activesync/device_table.html.php:36 #: templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Annulla Pulizia" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Non puoi resettare la password automaticamente, contatta l'amministratore" #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Categorie e Etichette" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtico (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Europa Centrale (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Modifica" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Cambia località" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Cambia la tua Password" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Modifica le tue informazioni personali" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Cambiamento password non supportato nella configurazione corrente. Contatta " "il tuo amministratore." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Controllo" #: templates/admin/config/index.html.php:4 templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Controllo per nuove versioni" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Verifica" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Cinese Simplificato (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Cinese Tradizionale (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Scegli %s" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Scegli come visualizzare le date (in formato abbreviato):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Scegli come visualizzare le date (in formato completo):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Scegli come visualizzare gli orari:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Classe" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Pulisci la Query" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Elimina utente: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Elimina utente" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Elimina le informazioni dell'utente" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Clicca su una delle rubriche selezionate e quindi seleziona tutti i campi da " "ricerca." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 #: templates/logintasks/logintasks.html:30 #: templates/logintasks/smartmobile.html:34 msgid "Click to Continue" msgstr "Clicca per Continuare" #: templates/prefs/syncml.html.php:13 templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Client Anchor" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Chiudi la Finestra" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Nuvole" #: lib/Application.php:263 msgid "Codeword frequency" msgstr "Frequenza Codeword" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Collassa" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Elenco id" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Seleziona Colore" #: config/registry.php:249 msgid "Comics" msgstr "Fumetti" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Comando" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Shell di Comandi" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Commenti: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Il tuo nome" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Computers" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Condizioni" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Condizioni" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 #: templates/admin/config/config.html:9 msgid "Configuration" msgstr "Configurazione" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Configurazione Differenze" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Configurazione per la sincronizzazione con PDA, Smartphone e Outlook" #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "La configurazione deve essere aggiornata." #: templates/admin/config/index.html.php:79 #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "È disponibile uno script di configurazione aggiornato" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Configura %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Conferma Password" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Continua" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Impossibile connettersi al server \"%s\" usando FTP: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "Impossibile contattare il server. Riprovare più tardi." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Impossibile eliminare lo script di aggiornamento \"%s\"." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Non posso trovare l'autorizzazione per \"%s\" per interagier con il tuo " "account Facebook Questo Significa che non sei ancora autorizzato al tuo " "account Facebook per interagire con \"%s\", o la tua autorizzazione e' " "scaduta e devi rinnovarla." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Impossibile trovare l'autorizzazione per %s di interagire con il tuo account " "Twitter" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Impossibile trovare l'autorizzazione per di interagire con " "il tuo account Twitter" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Impossibile resettare la password per l'utente specificato. Alcuni o tutti i " "dettagli non sono corretti. Prova ancora o contatta l'amministratore se hai " "bisogno di ulteriore aiuto" #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Impossibile rirpristinare la configurazione" #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Impossibile salvare una copia di backup della configurazione: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Impossibile salvare lo script di aggiornamento in: \"%s\"." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Impossibile salvare il file di configurazione %s. Usa una delle opzioni " "sotto per salvare il codice." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Impossibile salvare il file di configurazione %s. Potresti usare uno delle " "opzioni per salvare il codice dopo %s o copiare manualmente il codice sotto " "di %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Impossibile scrivere la configurazione per \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Paese" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Crea" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Crea una Nuova Identità" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "4 fasi correnti" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Allarmi attuali" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Blocchi attuali" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Sessioni Correnti" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Ora attuale" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Meteo Attuale" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "condizione attuale" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cirillico (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cirillico (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cirillico/Ucraino (KOI8-U)" #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "L'accesso DB non è configurato." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Dati" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Database" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "I files per la migrazione del database non sono stati trovati. Prova a " "controllare la directory PEAR data_dir se i settaggi sono corretti." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Dati" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Data Ricevuto" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s: tempo: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Giorno" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "Default" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Colore di Default" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Shell di Default" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Charset di default per l'invio di messaggi email:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Posizione predefinita da utilizzare per le funzioni di localizzazione." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Condizioni" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Cancella" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Cancella \"%s\"" #: templates/prefs/syncml.html.php:30 templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Cancella Tutti i Dati SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Elimina Gruppo" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Eliminato lo script di aggiornamento \"%s\"." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Cancellate le sessioni di sicronizzazione per il dispositivo \"%s\" e il " "database \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Descrivi il Problema" #: config/registry.php:209 msgid "Development" msgstr "Sviluppo" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 templates/prefs/activesync.html:20 #: templates/prefs/syncml.html:10 msgid "Device" msgstr "Dispositivo" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID Dispositivo" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Informazione Dispositivo" #: templates/prefs/activesync.html.php:20 templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Gestione Dispositivi" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Tipo Dispositivo" #: lib/Application.php:323 msgid "Device encryption" msgstr "Criptazione dispositivo" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Il dispositivo e' bloccato" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Il dispositivo e' stato cancellato. Rimuovi lo stato del dispositivo in modo " "che si riconnetta" #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Dispositivo rimosso con successo." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Pulizia del Dispositivo annullata correttamente." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Punto di Rugiada" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Punto di Rugiada per l'ultima ora: " #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Punto di Rugiada" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 #: templates/prefs/facebook.html:13 templates/prefs/facebook.html:25 #: templates/prefs/facebook.html:37 templates/prefs/twitter.html:10 msgid "Disable" msgstr "Disabilita" #: lib/Application.php:227 msgid "Disable (not recommended)" msgstr "Disabilitato (non raccomandato)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "Visualizza nel formato 24 ore?" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Preferenze di Visualizzazione" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Opzioni Visualizzazione previsioni" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Visualizza previsioni (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "La prima riga contiene i nomi dei campi? Se si, spunta questo campo" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Non hai un account? Registrati." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "Scarica: %s" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Scarica la configurazione generata come script PHP." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Droga" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinamico" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "identificazione Partita IVA" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Modifica" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Modifica \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Modificare le preferenze di" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Modifica Permessi" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Modifica permessi per \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Educazione" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Indirizzo di Posta" #: lib/Application.php:225 msgid "Enable" msgstr "Abilita" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Orario di fine" #: lib/Block/Weather.php:92 msgid "English" msgstr "Inglese" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Inserisci un nome per la nuova categoria:" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Inserisci una domanda di sicurezza che ti verrà chiesta se sarà necessario " #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Errore durante la connessione a Fasebook. I dettagli sono stati registrati " "per l'amministratore." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Errore durante la connessione a Twitter. I dettagli sono stati registrati " "per l'amministratore." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Errore durante la connessione a Twitter: %s I dettagli sono stati registrati " "per l'amministratore." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Errore durante la cancellazione della sessione di sicronizzazione:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Errore durante la cancellazione delle sessioni di sicronizzazione: %s" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Errore durante l'aggiornamento della password: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnico" #: config/prefs.php:594 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Ogni 15 minuti" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "Ogni 2 minuti" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Ogni 30 secondi" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Ogni 5 minuti" #: config/prefs.php:595 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Ogni Mezz'ora" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Ogni Ora" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Ogni minuto" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Valori di esempio:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Esegui" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Espandi" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra Large" #: templates/admin/config/index.html.php:93 #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "Caricamento FTP della configurazione" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Integrazione Facebook" #: lib/Application.php:258 msgid "Failed unlock attempts before device is wiped" msgstr "Tentativo fallito di sblocco prima che dispositivo e' cancellato" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Favoriti" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Feed" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Indirizzo Feed" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Si sente come" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Campi da ricercare" #: config/registry.php:315 msgid "File Manager" msgstr "File Manager" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtro" #: config/registry.php:90 msgid "Filters" msgstr "Filtri" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Prima Metà" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Primo Trimestre" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Cibo" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Previsioni (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Previsioni per i prossimi giorni (notare che le previsioni sono per il " "giorno e la notte; un alto numero di giorni potrebbe necessitare di un " "blocco largo)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Hai dimenticato la tua password?" #: config/registry.php:344 msgid "Forms" msgstr "Moduli" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Indovino" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Tipo di fortuna" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortune" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortune 2" #: config/registry.php:338 msgid "Forums" msgstr "Forum" #: templates/prefs/facebook.html:36 msgid "Friends enabled" msgstr "Amici abilitati" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Amici abilitati" #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Da il %s (%s °) a %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "dalle %s alle %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Descrizione Completa" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Luna Piena" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nome Completo" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Genera Configurazione %s " #: templates/admin/config/config.html.php:6 #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Codice Generato" #: lib/Block/FbStream.php:152 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Ottieni altro" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Preferenze Globali" #: templates/prefs/app.html:16 msgid "Go" msgstr "Vai a" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Ricerca Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Greco (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Amministrazione Gruppi" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "nome del gruppo" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Il gruppo non è stato creato: %s" #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Gruppi" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Permessi degli Ospiti" #: lib/Application.php:327 msgid "HTML Email" msgstr "Email HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Ebreo (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Altezza" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Altezza del contenuto (la larghezza si regola automaticamente al blocco)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Aiuto" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Elenca gli argomenti di Aiuto" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Emisfero" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Questo e l'inizio del file:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Nascondi Preferenze Avanzate" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Nascondi Risultati" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Home Directory" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Quanti campi (colonne) ci sono?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Quanti secondi prima di cercare nuovi articoli?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Umidità" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Umoristi" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Icone for %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Account da utilizzare quando mandi una email via ActiveSync" #: config/prefs.php:274 msgid "Identity's name:" msgstr "Nome dell'Identità:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importa, Passo %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Campo importato: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Campi importati:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "In risposta a:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Nelle liste sotto selezionare entrambi, un campo importato dal file sorgente " "a sinistra, e il campo corrispondente disponibile nella tua agenda a destra. " "Quindi clicca \"Aggiungi coppia\" per marcarli per l'importazione. Una volta " "finito clicca \"Prossimo\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nome Utente non corretto o indirizzo alternativo. Riprova o contatta " "l'amministratore " #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Utenti Individuali" #: config/registry.php:243 msgid "Information" msgstr "Informazione" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Membri ereditati" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "inserisci l'indirizzo email su cui ricevere la nuova password:" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "Rispondi alla domanda di sicurezza:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Formato partita IVA non valido" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Azione non valida %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Applicazione invalida." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Hash non valido." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Permesso padre non valido" #: config/registry.php:296 msgid "Inventory" msgstr "Inventario" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Giapponese (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "Javascript e' stato disabilitato e non e' installato sul tuo browser, " "ridotto a visualizzazione minimale" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Proprio ora..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Neofiti del Kernel" #: services/help/index.php:161 msgid "Keyword" msgstr "Parola chiave" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Bambini" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Coreano (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Lingua" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "largo" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Prima Metà" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Ultimo cambiamento password" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Ultimo Quarto" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Ultima Sincronizzazione" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Ultimo Aggiornamento:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Ultimo accesso: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Ultimo accesso: %s da %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Ultimo accesso: Mai" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Ultima Sincronizzazione" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Ultimo" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Legge" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Come" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick (poesia tipica inglese)" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Cookie Linux" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Elenco Tabelle" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Funzione elenco allarmi fallito: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Elenco dei blocchi fallito: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Elenco sessioni fallito: %s." #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Lista utenti fallita con questo messaggio di errore: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Elenco utenti. fallito" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Non è attiva la funzione di elenco utenti." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Letteratura" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Ora locale: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Lingua e Ora" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Luogo" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Blocca Utente" #: admin/locks.php:61 msgid "Locks" msgstr "Blocchi" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Utente" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Esci" #: templates/prefs/facebook.html.php:8 templates/prefs/facebook.html:8 msgid "Logged in to Facebook" msgstr "Loggato a Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "Accesso fallito: username o password non corretti." #: login.php:316 msgid "Login failed." msgstr "Accesso fallito" #: login.php:399 #, php-format msgid "Login to %s" msgstr "Accesso a: %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Accedere a Facebook e autorizzare %s" #: templates/prefs/facebook.html:49 msgid "Login to Facebook and authorize " msgstr "Accedere a Facebook e autorizzare " #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Accedere a Twitter e autorizzare %s" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Accedere a Twitter e autorizzare " #: templates/prefs/facebook.html.php:10 templates/prefs/facebook.html:9 msgid "Logout" msgstr "Esci" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Amore" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: themes/magdata/info.php:2 msgid "Magdata" msgstr "Magdata" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magia" #: config/registry.php:82 msgid "Mail" msgstr "Posta" #: config/registry.php:349 msgid "Mail Admin" msgstr "Indirizzo Amministratore" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Gestisci la lista delle categorie dando loro un'etichetta e associando loro " "un colore." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "Gestisci i tuoi dispositivi ActiveSync." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Campi corrispondenti" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Temperatura massima nelle ultime 24 ore: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Temperatura massima nelle ultime 6 ore: " #: lib/Application.php:331 msgid "Maximum Email age" msgstr "Massima eta' dell'email" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Numero massimo di blocchi portali" #: lib/Application.php:275 msgid "Maximum attachment size in bytes" msgstr "Dimesione massimo per l'allegato in bytes" #: lib/Application.php:216 msgid "Maximum number of devices" msgstr "Numero massimo di dispositivi" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Numero massimo di voci da visualizzare" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Medio" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Membri" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Citazioni" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Meteo Attuale" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "metrico" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Temperatura minima nelle ultime 24 ore" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Temperatura minima nelle ultime 6 ore" #: lib/Application.php:237 msgid "Minimum PIN length" msgstr "Lunghezza minima del PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Varie" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Configurazione mancante." #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobile (Cellulare)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobile (No JavaScript)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobile (Cellulare/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Applicazione ottimizzata per Mobile" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Modalità" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Modallo" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "L'applicazione e'aggiornata." #: config/prefs.php:499 msgid "Monday" msgstr "Lunedi" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fasi Lunari" #: config/registry.php:309 msgid "My Account" msgstr "Mio Account" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Dati del mio account" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "My Facebook Stream" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mio Portale" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Layout del Mio Portale" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "N.D." #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 #: templates/logintasks/logintasks.html:27 #: templates/logintasks/smartmobile.html:29 msgid "NO, I Do NOT Agree" msgstr "NO, NON Sono d'Accordo." #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "NOTA: Pulire un dispositivo può reimpostarlo alle impostazioni di fabbrica. " "Si prega di essere sicuri di voler fare questo prima di richiedere una " "pulizia" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Nome" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:97 msgid "Never" msgstr "Mai" #: templates/prefs/category.html.php:43 templates/prefs/category.html:3 msgid "New Category" msgstr "Nuova Categoria" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Luna nuova" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nuovo Nome Utente (Opzionale)" #: services/changepassword.php:31 msgid "New password" msgstr "Nuova Password" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Le password non corrispondono." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Notizie" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Prossimo" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Prossime 4 fasi" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Nessun suono" #: templates/admin/config/diff.html.php:2 templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "I dati della configurazione su cui mostrare le differenze non sono " "disponibili." #: admin/config/diff.php:49 msgid "No change." msgstr "Non modificato" #: util/icon_browser.php:70 msgid "No icons found." msgstr "Icone non trovate." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Niente da mostrare" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nessuna locazione configurata." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Nessuna fortuna offensiva" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nessuna registrazione in attesa." #: lib/Application.php:344 msgid "No push while roaming" msgstr "Funziona Push non disponibile in roaming" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Nessuna domanda di sicurezza è stato impostato. Si prega di contattare " "l'amministratore." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "versione stabile ancora non disponibile" #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nessun nome utente specificato." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Nessuna versione trovata nella configurazione originale. Rigenera la " "configurazione." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Nessuna versione trovata nella tua configurazione. Rigenera la " "configurazione." #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "Schemi SQL sono pronti" #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "Schema indici SQL per %s" #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "Lo schema SQL non e' aggiornato" #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 #: templates/prefs/activesync.html:43 templates/prefs/syncml.html:34 msgid "None" msgstr "Nessuno" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordico (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Emisfero Boreale" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Non Fornito" #: config/registry.php:169 msgid "Notes" msgstr "Note" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Non vi sono risorse da sfogliare, tona indietro." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Numero di articoli da mostrare" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Numero di secondi prima di aggiornare" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "S.O." #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Oggetto del Browser" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Creatore dell'oggetto" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtro per le offese" #: config/registry.php:266 msgid "Office" msgstr "Ufficio" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "La password nuova deve essere differente da quella vecchia." #: services/changepassword.php:30 msgid "Old password" msgstr "Vecchia Password" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "la vecchia password non è corretta" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Solo fortune offensive" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Solamente il proprietario o l'amministratore di sistema possono modificare " "permessi di appartenenza di una condivisione" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Sistema Operativo" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Oppure digita il nome utente:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Altre Informazioni" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Altre Opzioni" #: config/registry.php:180 msgid "Others" msgstr "Altro" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Proprietario" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Proprietario:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Codice PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "Shell PHP" #: lib/Application.php:307 msgid "POP/IMAP Email accounts" msgstr "Accounts Email POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Estensione POSIX mancante" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "Shell PHP" #: login.php:211 admin/config/index.php:421 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Password" #: lib/Application.php:242 msgid "Password Complexity" msgstr "Complessita' Password" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Password modificata con successo" #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Le password devono coincidere." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Incolla" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Registrazioni in Attesa:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Gente" #: templates/logintasks/logintasks.html.php:24 #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Esegui le operazioni di Login" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Permessi '%s' non eliminati." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Permessi" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Amministrazione dei Permessi" #: config/prefs.php:263 msgid "Personal Information" msgstr "Informazioni Personali" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Animali domestici" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Numero di telefono" #: config/registry.php:197 msgid "Photos" msgstr "Foto" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Sciocchezze" #: login.php:217 msgid "Please enter a password." msgstr "Si prega di inserire una password." #: login.php:216 msgid "Please enter a username." msgstr "Si prega di inserire un nome utente." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Fornire una descrizione del problema" #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Leggi il seguente testo. DEVI accettare i termini d'uso per utilizzare il " "sistema." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politica" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" #: lib/Block/FbStream.php:134 msgid "Post" msgstr "Post" #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "Inviato %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Inviato %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitazioni nell'ultima %d ora: " msgstr[1] "Precipitazioni nelle ultime %d ore: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Possibili %s precipitazioni" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Pressione" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Pressione al livello di mare: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Principale" #: services/problem.php:161 msgid "Problem Description" msgstr "Descrizione del problema" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Rifornito" #: lib/Application.php:221 msgid "Provisioning" msgstr "Rifornito" #: templates/prefs/facebook.html.php:16 templates/prefs/facebook.html:12 msgid "Publish enabled." msgstr "Pubblicazione abilitata." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Domanda" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Fortuna Casuale" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Leggi" #: templates/prefs/facebook.html:24 msgid "Read enabled" msgstr "Lettura abilitata" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Lettura abilitata" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Sicuro di voler eliminare %s? L'operazione non può essere annullata" #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Eliminare i dati di %s? L'operazione non può essere annullata" #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Rigenera elementi dinamici del menu" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Aggiorna la visualizzazione Portale:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Frequenza di refresh:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Applicazioni regolari" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Note" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Host remoto:" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Elimina" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Elimina paio" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "Elimina gli scripts salvati dalla directory temporanea del server" #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Elimina utente" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Elimina utente: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Rispondi" #: lib/Application.php:232 msgid "Require PIN" msgstr "Richiesto PIN" #: lib/Application.php:315 msgid "Require S/MIME Encryption" msgstr "Richiesto S/MIME Encryption" #: lib/Application.php:319 msgid "Require S/MIME Signature" msgstr "Richiede firma S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Annulla" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Annulla Password" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Resetta lo stato di tutti i dispositivi" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Ripristina tutti gli stati del dispositivo. Questo farà sì che il tuo " "dispositivo risincronizzerà tutti gli elementi." #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Reimposta la tua password" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Ripristina ultima richiesta" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Risultati" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Risultati per %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Ritweetato da %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Digita ancora la nuova password" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Torna alla configurazione precedente" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Riddles" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Esegui" #: templates/logintasks/smartmobile.html.php:29 #: templates/logintasks/smartmobile.html:22 msgid "Run Login Tasks" msgstr "Avvia Operazioni di Login" #: lib/Application.php:287 msgid "SD card" msgstr "SD Card" #: lib/Application.php:280 msgid "SD card encryption" msgstr "SD card encryption" #: lib/Application.php:295 msgid "SMS Text messages" msgstr "Nuovi SMS" #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "Lo schema SQL non e' aggiornato" #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "Lo schema SQL e' aggiornato" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "Shell SQL" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "Shell SQL" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Salva" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Salva \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Salva e Chiudi" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Salva la configurazione generate come script PHP nella cartella temporanea " "del tuo server." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Script di aggiornamento della configurazione salvato in: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Scienza" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Portata" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Ricerca" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Ricerca" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Ricerca" #: lib/Application.php:253 msgid "Seconds of inactivity before device should lock" msgstr "Secondi di inattivit' prima che il dispositivo venga bloccato" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Seleziona un gruppo da aggiungere" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Seleziona un nuovo proprietario" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Seleziona un server" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Seleziona un utente da aggiungere" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Seleziona tutti i campi di ricerca quando si espandono indirizzi." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Scegli il formato di data e ora:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Seleziona il delimitatore di data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Scegli il formato della data:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Scegli l'ordine di giorno e data" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Seleziona il delimitatore dell'ora:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Scegli il formato dell'ora:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Seleziona il tuo schema colori." #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Seleziona la lingua che preferisci:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Invia il report del problema" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensore: " #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Server Id" #: templates/prefs/syncml.html.php:12 templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Time Server" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Amministrazione delle sessioni" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Timestamp della Sessione:" #: lib/Api.php:70 msgid "Sessions" msgstr "sessioni" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Configura le opzioni per permetterti di resettare la password nel caso la " "dimentichi." #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Impostare l'integrazione con il tuo account Facebook." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Impostare l'integrazione con il tuo account Twitter." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "Impostare la lingua preferita, il fuso orario e il formato delle date." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Impostare l'applicazione all'avvio, lo schema colori, il refresh della " "pagina e le altre preferenze di visualizzazione." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Parecchie posizioni possibili con il parametro: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Breve Riassunto" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Definire gli accessi da tastiera per i link?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Mostra" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Mostra Preferenze Avanzate" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Mostra Preferenze dei Gruppi" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Mostra differenze tra la configurazione salvata e quella appena generata." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Mostra dettagli aggiuntivi?" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Mostra l'ultimo login all'accesso?" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 #: templates/logintasks/logintasks.html:23 #: templates/logintasks/smartmobile.html:23 msgid "Skip Login Tasks" msgstr "Salta le operazioni di Login" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Piccolo" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Profondità di neve: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Neve equivalente in acqua: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Canzoni e poemi" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Europa Meridionale (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Emisfero Australe" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sports" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Orario di Inizio" #: templates/prefs/activesync.html.php:13 templates/prefs/activesync.html:2 msgid "State Management" msgstr "Gestione dello stato" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/admin/config/index.html:39 templates/prefs/activesync.html:22 msgid "Status" msgstr "Stato" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Impossibile impostare lo stato" #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Stream" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "La richiesta per aggiungere '%s' al sistema è stata inoltrata. Non sarà " "possibile fare il login finché non sarà stata approvata." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Collegato con successo al tuo account Facebook o aggiornati i permessi." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Successo" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Aggiunto '%s' al sistema." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Dati di '%s' eliminati dal sistema." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "'%s' eliminato con successo." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Rimosso '%s' dal sistema." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Configurazione ripristinata. Ricaricare la pagina per vedere le modifiche." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Configurazione di backup salvata." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "'%s' aggiornato con successo" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Scritto con successo %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Alba" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Tramonto" #: config/prefs.php:498 msgid "Sunday" msgstr "Domenica" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Alba" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Alba/Tramonto" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Tramonto" #: lib/Application.php:335 msgid "Sync all" msgstr "Sincronizza tutto" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndicate Feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tag Cloud" #: config/registry.php:155 msgid "Tasks" msgstr "Attività" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatura ultima ora: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatura%s(%sMax%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Temporaneamente impossibile connettersi con Facebook, Riprova ancora." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Impossibile temporaneamente contattare Twitter. Riprovare più tardi." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "La pulizia da remoto del dispositivo id %s è stata annullata." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "L'allarme è stato eliminato." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "L'allarme è stato salvato." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "La configurazione per %s non può essere aggiornata automaticamente. Si prega " "di aggiornare la configurazione manualmente." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "L'indirizzo e-mail di default da utilizzare per questa identità:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Il blocco è stato rimosso." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Lo stato del servizio non può essere raggiunto, riprova più tardi o con un " "differente stato" #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Lo stato del servizio non è attualmente disponibile. Riprovare in seguito " "con un differente stato" #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Codice regionale immesso non valido" #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Servizio momentaneamente non disponibile. Riprova più tardi." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Il servizio è attualmente occupato. Riprova più tardi." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "La richiesta di registrazione per %s è stata eliminata." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "La richiesta di iscrizione per l'utente \"%s\" è stata rimossa." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Lo stato per il dispositivo id %s è stato reimpostato. Verrà risincronizzato " "la prossima volta che si connette al server." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Lo script di test è attualmente abilitato. Per motivi di sicurezza, " "disabilitare lo script di test quando si è completato il test (vedi horde/ " "docs/ INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "L'utente \"%s\" esiste già." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "L'utente \"%s\" non esiste." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Si è verificato un problema aggiungendo \"%s\" al sistema: %s." #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Si è verificato un problema rimuovendo i dati dell'utente \"%s\" dal sistema:" #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Si è verificato un problema rimuovendo \"%s\" dal sistema:" #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Si è verificato un problema aggiornando '%s': %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "" "Si è verificato un errore durante la comunicazione con il server ActiveSync: " "%s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Si è verificato un errore nel contattare Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Errore nella compilazione del form. Verificare di aver compilato tutti i " "campi necessari." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:144 #, php-format msgid "There was an error making the request: %s" msgstr "Si è verificato un errore nel fare la richiesta: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "C'è stato un errore per ottenere la tua sessione Facebook. Riprovare più " "tardi." #: lib/Application.php:202 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Si è verificato un errore durante la rimozione dati globali di %s. I " "dettagli sono stati registrati." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Si è verificato un errore nel richiedere i permessi" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Numero di partita IVA non valido" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Numero di partita IVA valido" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Questo forza il reset di tutti i dispositivi per risincronizzare tutto" #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Questo forza il reset di tutti i dispositivi per risincronizzare tutto" #: config/registry.php:226 msgid "Tickets" msgstr "Ticket" #: config/registry.php:272 msgid "Time Tracking" msgstr "Gestione del Tempo" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Formato Ora" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Timestamp o sconosciuto" #: templates/prefs/syncml.html.php:2 templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Timestamp delle sincronizzazioni avvenute con successo" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titolo" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Per escludere un campo dall'importazione o per correggere una corrispondenza " "errata scegliere un campo nell'elenco sottostante e selezionare \"Rimuovi " "coppia\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Per selezionare più voci, cliccare tenendo premuto contemporaneamente il " "tasto CTRL (Command su Mac)." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Oggi" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Domani" #: config/prefs.php:751 msgid "Top" msgstr "Alto" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Traduzioni" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turco (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Integrazione Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter Timeline" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter Timeline di %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter non e' abilitato" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Impossibile cancellare '%s': %s." #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "Impossibile impostare Mi Piace." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "Impossibile validare la richiesta di token. Riprova ancora." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Non disponibile" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Sblocca" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Annulla le Modifiche" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Unfavorite" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Indefinito" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Unità" #: admin/sessions.php:36 msgid "Unknown" msgstr "Sconosciuto" #: admin/locks.php:43 msgid "Unlock" msgstr "Sblocca" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Azione non supportata." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Aggiorna" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Aggiorna %s" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Aggiorna %s schema" #: templates/admin/config/index.html.php:19 #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Aggiorna tutti gli schemi DB" #: templates/admin/config/index.html.php:11 #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Aggiorna tutte le configurazione" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Aggiorna utente" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Aggiornato '%s'" #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "Aggiorna lòo schema per: %s." #: admin/config/index.php:419 msgid "Upload" msgstr "Aggiorna" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "Caricato tutti i file di configurazione dell'applicazione sul server." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Utilizza Horde predefinito" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "Utilizza se utente/password sono differenti dal server IMSP" #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Utente" #: admin/user.php:240 msgid "User Administration" msgstr "Amministrazione Utenti" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "User Agent" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nome Utente" #: signup.php:74 msgid "User Registration" msgstr "Registrazione Utente" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "La registrazione utente è stata disabilitata per questo sito." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" "La registrazione utente non è configurato correttamente per questo sito." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Account utente non trovato." #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Utente da aggiungere:" #: login.php:206 admin/config/index.php:420 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Nome Utente" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Utenti" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Utenti nel sistema:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Verifica Numero Partita IVA" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Numero Partita IVA" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "Partita IVA" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Versione" #: templates/admin/config/index.html.php:37 #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Controllo Versione" #: config/registry.php:215 msgid "Version Control" msgstr "Controllo Versione" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Visualizza una pagina web esterna" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Visibilità" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Attenzione" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Attenzione: il tuo maiuscolo e' attivato!" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Meteo" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Dati meteorologici forniti da" #: config/registry.php:332 msgid "Web Site" msgstr "Sito Web" #: lib/Application.php:311 msgid "Web browser" msgstr "Web browser" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Benvenuto" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Benvenuto, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Occidentale (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Occidentale (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "Che applicazione %s deve mostrare dopo il login?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "A cosa stai lavorando ora?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Cosa è il carattere delimitatore" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Cosa è il carattere virgolette?" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Quale giorno mostrare come primo della settimana?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Scegli fase" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "Larghezza del menu %s di sinistra:" #: lib/Application.php:299 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Vento" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Velocità del vento in nodi" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vento:" #: templates/activesync/device_table.html.php:33 #: templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Pulisci" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Pulizia in attesa" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Saggezza" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Con " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "lavoro" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 #: templates/logintasks/logintasks.html:26 #: templates/logintasks/smartmobile.html:28 msgid "Yes, I Agree" msgstr "Si, sono d'accordo" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Tu e %d altra persona piace questo elemento" msgstr[1] "Tu e %d altre persone piace questo elemento" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Non puoi creare gruppi." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Non puoi creare condivisioni." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Non puoi modificare gruppi." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "non puoi modificare condivisioni." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Non puoi eliminare gruppi." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Non puoi eliminare condivisioni." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Non puoi elencare gruppi di condivisioni." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Non puoi elencare permessi di condivisone." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Non puoi elencare condivisioni." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Non puoi elencare gli utenti dei gruppi." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Non puoi elencare gli utenti delle condivisioni." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Non hai collegato correttamente il tuo account Facebook con Horde. Si " "consiglia di verificare le impostazioni di Facebook nel tuo %s." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:145 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "È anche possibile controllare le impostazioni di Facebook nel tuo %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Non hai accettato i termini di utilizzo, per cui non puoi fare il login." #: login.php:312 msgid "You have been logged out." msgstr "La sessione è stata terminata." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Hai negato le autorizzazioni richieste." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Non hai collegato correttamente il tuo account Twitter con Horde. Si " "consiglia di verificare le impostazioni di Twitter nel tuo %s." #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Ti piace questo" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "E' necessario descrivere il problema prima di inviare il report del problema" #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Specificare lo username da rimuovere." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Specificare lo username da rimuovere." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Specificare lo username da aggiungere." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Specificare lo username da aggiornare." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Tuo Indirizzo Email" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "Vostra informazione" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Il tuo indirizzo IP è cambiato dall'inizio della tua sessione.Per ragioni di " "sicurezza è necessario effettuare nuovamente l'accesso." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Il tuo nome" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Il tuo backend di autenticazione non supporta la aggiunta di utenti.Se si " "desidera utilizzare Horde per l'amministrazione degli account utente è " "necessario utilizzare un differente backend di autenticazione." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Il tuo backend di autenticazione non supporta la elencazione degli utenti, o " "la caratteristica è stata disabilitata per qualche motivo." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Il tuo browser è cambiato dall'inizio della tua sessione. Per ragioni di " "sicurezza è necessario effettuare nuovamente l'accesso." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Il tuo browser non ha questa funzionalità.'." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Fuso orario attuale:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Il tuo nome:" #: login.php:324 msgid "Your login has expired." msgstr "Accesso scaduto " #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "la nuova password per %s è : %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "La password è stata resettata." #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "La tua password è stata resettata, ma non può esserti inviata. Si prega di " "contattare l'amministratore." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "La tua password è stata resettata, controlla l'email e accedi nuovamente con " "la tua nuova password." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "La tua password e' stata resettata, controlla l'email e accedi nuovamente " "con la tua nuova password." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "La password è scaduta." #: login.php:178 msgid "Your password has expired." msgstr "La password è scaduta." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "La tua sessione è scaduta. Effettua il login di nuovo." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "La tua sessione ha superato il limite massimo ed e' scaduta. Effettua il " "login di nuovo." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "vivace" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Documento di descrizione del problema]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Allarmi" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Configurazione" #: lib/Api.php:50 msgid "_Groups" msgstr "_Gruppi" #: lib/Api.php:60 msgid "_Locks" msgstr "_Blocchi" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Permessi" #: lib/Api.php:45 msgid "_Users" msgstr "_Utenti" #: services/problem.php:59 msgid "attachment" msgstr "allegato" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "calmo" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "dalle %s (%s) alle %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "soffiare" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "inline" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:145 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "Preferenze" #: admin/config/config.php:75 msgid "show differences" msgstr "mostra differenze" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "digita la password due volte per confermare" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unificato" tmpIMUtxu/horde-5.2.17/locale/it/LC_MESSAGES/horde.mo0000644000175000017500000020364413160205253021601 0ustar mathieumathieub,<6hH$iH)HH&H H$I +I)6I`IoI IIII I)I7JJ8JHJRJK/KHKNKVK]KlKtKKKKEKXKVAL6LVL&MlCMMMMM MMNN5N 9N EN ON [NgN wNNNNN-NO.O 6OCO RO \O jO vO OO.OOO#OlP%pPP PPPPPQ+QCQ JQVQjQQQ%Q<Q%R'RgNg_ggg g ggggggh hh)h >hIhdhkh }hhh?hh h h"i%i ?iLi[i$ai2ii ii i2ij"j2jEj VjcjjNkk kkBk4+l)`lll ll llgl cmom~mmmmmm mm mm mmnn 1n>nEnInNn Wn dnpnnn0nno !o,oGoWo `ojopowooGo o o"o0p!Kp>mpppppp php:qZqkqqqq qq$ r.r7r>rFr Or]rdr}rr rrrrrs&s+s1sGs Ns Zses|s ssss|s>tCt ItVt_t wtttt tt8t tuu(u>&45jc5:hUf%%8K3-2e"1@Ar3%?)NTx)͍KIC1*(67J 1Vtːѐڐ ސ+CX\wD Бܑ ")= DN_u ;ǒ2HM a lv2; $*?Z u  Ԕߔ" + 4@ HTi/ ̕F Q!^ –Ȗ͖Ӗ ֖D"("K%n%%%-.4#c,,c5EV{ҙ*s E)ߚ& %0(Vv $sƜy:+ @\]Qf s-X֟/5FNSbj q~  ʠ"۠#%) (13 e%o ̣ߣ -??P[Фj,ƥ ͥ٥  M^`i:)ld$ѧ}tz &ۨ  )7GZtp<$-a Ъ ߪ7<B2_;Vn' ά '4J dn B$  #-.\e4n50ٮ5 @ Y!c#ӯ  '07K Z dnw}  ۰I5Ka~&bֱ 9C`i 97#AHYl#{U ,3F OYjrz ĴӴD)26\ 5µ760gTWa+¸@8/dh͹3kúӺ  2E^ y6 ;I]dl~1F  *G*VU׽ )>Og^!04#Ei zĿ"C!e 3 #5 P[nv)M`_fbB)El1   &4 =I\c k$w@  1>E LXhm~ <CL\ dnt  *=CJYl! HCIgp/!*3 8;EV3 FS>d## =Hha  &2 N\t "#1Ut7+  3@ FT\ch2{ $2#$1HzV',)A(k!)&=FL S ]k&s% "#< `jr   "*3 COP (/ZX'TNP *0/`%;-#>bwy! 4B H Uc g r|  8>\y "$$4RY H <F ep D>C#$  A`o 'x  $4<C]e x  Z>M=!4!HAj " #/So# )U254Fw:2,")DIa"%AQq Gy#%J?!  &- < FP iuEE >/nzA#e]b#B=f88?{Vs=L931mP5Y&4Qe4m FF'nu 6f  %:Kb{ ;  ) 4?O Vbj  %E.t; >IT  &2;Na!u )   )B0\! 1 ")LQV\xW":X!t )*'(G0pF'Hn'L%%&,&Sz )5-@ Ub sidd7XP' "(AJ Q\+n 5ZHgkeMan/(;v' ./3j.aYU`<D}]?Fed'{Q  x); C *&11A^|fB9V}#S#@&\b0f@~n [Ji+NJ7D<oJz>$L`_9Q_rtBcb.69%HlV^)w\yK3*yX"qHepO#yM["k % u/\<gU:C7h^EWb 5|T DvNR tmR I6 3rQh98 :# Z pZ!%`=( M/GWO0f>x!2w8SAEz8(N= c4 m]mL&2D^TYu! wBT!'A,-7R*u;FZU4-Q$:a $65s>?P6?bIRXiSi<h_= )aWqYEOnz-I0Vxto+@&XY3_K2k.,:GP]4>G%=0'2,s`K}@\o5jXNH1" g+,[ cCSq)IO?FAdC|PF8v$d4~-*[U~L1jlW{sLPB"KpG{]T;EJ(M+Vl7r"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 Days cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize Access to Friends Data:Authorize PublishAuthorize ReadAuthorize Read:AutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabledFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Facebook and authorize Login to Twitter and authorize %sLogin to Twitter and authorize the applicationLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabledRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde 3.2-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2015-05-21 16:31+0200 PO-Revision-Date: 2015-05-21 15:59+0100 Last-Translator: Massimo Language-Team: Italian Language: it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Aggiunto '%s' al sistema di gruppi."%s" aggiunto al sistema di permessi."%s" non è stato creato: %s%.2fMB usati di %.2fMB permessi (%.2f%%) %d %s e %s%d giorni prima della scadenza della tua password%d minutiA %d persona piaceA %d persone piace%d a %d di %dprevisione di %d giorni %s - Attenzione%s Configurazione%s Compiti - Conferma%s Termini d'Uso%s a %s %s%s puo' interagire con il tuo account Twitter%s non puoi leggere le informazioni sui tuoi amici di Facebook.%s non puo' leggere i vostri messaggi e vari altri elementi di dati di Facebook.%s non e' possibile impostare i messaggi di stato o pubblicare altri contenuti su Facebook.%s è pronto per svolgere i compiti di seguito. Selezionare ogni operazione da eseguire in questo momento., folata %s %s, variabile da %s a %s1 Giorno1 Mese1 Settimana12 ore2 Settimane24 ore24 oreFormato 24 ore3 Giorni non può leggere le informazioni sui tuoi amici di Facebook. non può leggere i vostri messaggi e vari altri elementi di dati di Facebook. non è possibile impostare i messaggi di stato o pubblicare altri contenuti su Facebook. può interagire con il tuo account TwitterUna pulizia del dispositivo è stata richiesta. Il dispositivo verrà pulito alla prossima sincronizzazione.Esiste già una nuova versione (%s).Una pulizia remota per il dispositivo %s è stata avviata. Il dispositivo verrà pulito durante la prossima sincronizzazione.AM/PMInformazioni PersonaliAccount PasswordAzioniActiveSyncAmministrazione Dispositivi ActiveSyncDispositivi ActiveSyncActiveSync non attivatoAggiungiAggiungi un contenutoAggiungi qui:Aggiungi MembriAggiungi un gruppoAggiungi un nuovo utente:Aggiungi un nuovo allarme:Aggiungi una coppiaAggiungi utenteAggiunto "%s" al sistema, ma non era possibile inserire informazioni aggiuntive riguardo alla registrazione: %s.Aggiunto "%s" al sistema. Ora puoi iniziare la tua sessione.La funzione di aggiunta utenti non è attiva.RubricaRubricaAmministrazioneFine allarmeModalita di allarmeInizio allarmeTesto allarmeTitolo allarmeAllarmiGli allarmi sono stati disattivati nella configurazioneTuttiTutti gli Utenti AutenticatiTutte le regole delle chiavi sono state resettate.Tutti gli stati sono stati rimossi per il tuo dispositivo ActiveSync. Essi verranno risincronizzati al prossimo collegamento al server.Tutte le sessioni di sincronizzazione sono state cancellateConsentiti alfanumericiConsenti qualsiasiConsenti dispositivi senza provisioningSolo numericoLogin IMSP alternativoPassword IMSP alternativaUsername IMSP alternativoIndirizzo email alternativoRispostaApplicazioneContesto ApplicazioneL'applicazione è pronta.ApprovatoArabo (Windows-1256Sicuro di voler cancellare '%s'?Sei sicuro di voler eliminare la richiesta di iscrizione per "%s"?Sei sicuro di voler cancellare "%s"?Armeno (ARMSCII-8)ArteArte AsciiAlmeno uno schema database non è aggiornato.AllegatoAllegatoTentativo di cancellazione di un gruppo inesistente.Tentativo di eliminazione di un permesso inesistente.Tentativo di modifica di un permesso inesistenteTentativo di modifica di una condivisione inesistenteAutenticate applicazioniAutorizzaAutorizzare l'accesso agli Amici:Autorizzare l'accesso a Dati Amici:Autorizza PubblicazioneAutorizza LetturaAutorizza Lettura:AutomaticoCampi disponibili:BOFH ExcusesBaltico (ISO-8859-13)SempliceBloccaImpostazioni BloccoTipo di BloccoBluetoothPreferitiEntrambiSottoBrowserCached Heartbeat (secondi)CalendarioCameraAnnullaAnnulla il Rapporto del ProblemaAnnulla PuliziaNon puoi resettare la password automaticamente, contatta l'amministratoreCategorie e EtichetteCeltico (ISO-8859-14)Europa Centrale (ISO-8859-2)ModificaCambia localitàCambia la tua PasswordModifica le tue informazioni personaliCambiamento password non supportato nella configurazione corrente. Contatta il tuo amministratore.ControlloControllo per nuove versioniVerificaCinese Simplificato (GB2312)Cinese Tradizionale (Big5)Scegli %sScegli come visualizzare le date (in formato abbreviato):Scegli come visualizzare le date (in formato completo):Scegli come visualizzare gli orari:ClassePulisci la QueryElimina utente: %sElimina utenteElimina le informazioni dell'utenteClicca su una delle rubriche selezionate e quindi seleziona tutti i campi da ricerca.Clicca per ContinuareClient AnchorChiudi la FinestraNuvoleFrequenza CodewordCollassaElenco idSeleziona ColoreFumettiComandoShell di ComandiCommenti: %dIl tuo nomeComputersCondizioniCondizioniConfigurazioneConfigurazione DifferenzeConfigurazione per la sincronizzazione con PDA, Smartphone e OutlookLa configurazione deve essere aggiornata.È disponibile uno script di configurazione aggiornatoConfigura %sConferma PasswordContinuaCookieImpossibile connettersi al server "%s" usando FTP: %sImpossibile contattare il server. Riprovare più tardi.Impossibile eliminare lo script di aggiornamento "%s".Non posso trovare l'autorizzazione per "%s" per interagier con il tuo account Facebook Questo Significa che non sei ancora autorizzato al tuo account Facebook per interagire con "%s", o la tua autorizzazione e' scaduta e devi rinnovarla.Impossibile trovare l'autorizzazione per %s di interagire con il tuo account TwitterImpossibile trovare l'autorizzazione per di interagire con il tuo account TwitterImpossibile resettare la password per l'utente specificato. Alcuni o tutti i dettagli non sono corretti. Prova ancora o contatta l'amministratore se hai bisogno di ulteriore aiutoImpossibile rirpristinare la configurazioneImpossibile salvare una copia di backup della configurazione: %sImpossibile salvare lo script di aggiornamento in: "%s".Impossibile salvare il file di configurazione %s. Usa una delle opzioni sotto per salvare il codice.Impossibile salvare il file di configurazione %s. Potresti usare uno delle opzioni per salvare il codice dopo %s o copiare manualmente il codice sotto di %s.Impossibile scrivere la configurazione per "%s": %sPaeseCreaCrea una Nuova Identità4 fasi correntiAllarmi attualiBlocchi attualiSessioni CorrentiOra attualeMeteo Attualecondizione attualeCirillico (KOI8-R)Cirillico (Windows-1251)Cirillico/Ucraino (KOI8-U)L'accesso DB non è configurato.DDDatiDatabaseI files per la migrazione del database non sono stati trovati. Prova a controllare la directory PEAR data_dir se i settaggi sono corretti.DatiData RicevutoData: %s: tempo: %sGiornoDefaultColore di DefaultShell di DefaultCharset di default per l'invio di messaggi email:Posizione predefinita da utilizzare per le funzioni di localizzazione.CondizioniCancellaCancella "%s"Cancella Tutti i Dati SyncMLElimina GruppoEliminato lo script di aggiornamento "%s".Cancellate le sessioni di sicronizzazione per il dispositivo "%s" e il database "%s".Descrivi il ProblemaSviluppoDispositivoID DispositivoInformazione DispositivoGestione DispositiviTipo DispositivoCriptazione dispositivoIl dispositivo e' bloccatoIl dispositivo e' stato cancellato. Rimuovi lo stato del dispositivo in modo che si riconnettaDispositivo rimosso con successo.Pulizia del Dispositivo annullata correttamente.Punto di RugiadaPunto di Rugiada per l'ultima ora: Punto di RugiadaDisabilitaDisabilitato (non raccomandato)Visualizza nel formato 24 ore?Preferenze di VisualizzazioneOpzioni Visualizzazione previsioniVisualizza previsioni (TAF)La prima riga contiene i nomi dei campi? Se si, spunta questo campoNon hai un account? Registrati.Scarica: %sScarica la configurazione generata come script PHP.DrogaDinamicoidentificazione Partita IVAModificaModifica "%s"Modificare le preferenze diModifica PermessiModifica permessi per "%s"EducazioneIndirizzo di PostaAbilitaOrario di fineIngleseInserisci un nome per la nuova categoria:Inserisci una domanda di sicurezza che ti verrà chiesta se sarà necessario Errore durante la connessione a Fasebook. I dettagli sono stati registrati per l'amministratore.Errore durante la connessione a Twitter. I dettagli sono stati registrati per l'amministratore.Errore durante la connessione a Twitter: %s I dettagli sono stati registrati per l'amministratore.Errore durante la cancellazione della sessione di sicronizzazione:Errore durante la cancellazione delle sessioni di sicronizzazione: %sErrore durante l'aggiornamento della password: %sEtnicoOgni 15 minutiOgni 2 minutiOgni 30 secondiOgni 5 minutiOgni Mezz'oraOgni OraOgni minutoValori di esempio:EseguiEspandiExtra LargeCaricamento FTP della configurazioneIntegrazione FacebookTentativo fallito di sblocco prima che dispositivo e' cancellatoFavoritiFeedIndirizzo FeedSi sente comeCampi da ricercareFile ManagerFiltroFiltriPrima MetàPrimo TrimestreCiboPrevisioni (TAF)Previsioni per i prossimi giorni (notare che le previsioni sono per il giorno e la notte; un alto numero di giorni potrebbe necessitare di un blocco largo)Hai dimenticato la tua password?ModuliIndovinoTipo di fortunaFortuneFortune 2ForumAmici abilitatiAmici abilitatiDa il %s (%s °) a %s %sdalle %s alle %s %sDescrizione CompletaLuna PienaNome CompletoGenera Configurazione %s Codice GeneratoOttieni altroPreferenze GlobaliVai aGoedelRicerca GoogleGreco (ISO-8859-7)Amministrazione Gruppinome del gruppoIl gruppo non è stato creato: %sGruppiPermessi degli OspitiEmail HTMLEbreo (ISO-8859-8-I)AltezzaAltezza del contenuto (la larghezza si regola automaticamente al blocco)AiutoElenca gli argomenti di AiutoEmisferoQuesto e l'inizio del file:Nascondi Preferenze AvanzateNascondi RisultatiHome DirectoryHordeQuanti campi (colonne) ci sono?Quanti secondi prima di cercare nuovi articoli?UmiditàUmoristiIMEIIcone for %sAccount da utilizzare quando mandi una email via ActiveSyncNome dell'Identità:Importa, Passo %dCampo importato: %sCampi importati:In risposta a:Nelle liste sotto selezionare entrambi, un campo importato dal file sorgente a sinistra, e il campo corrispondente disponibile nella tua agenda a destra. Quindi clicca "Aggiungi coppia" per marcarli per l'importazione. Una volta finito clicca "Prossimo".Nome Utente non corretto o indirizzo alternativo. Riprova o contatta l'amministratore Utenti IndividualiInformazioneMembri ereditatiinserisci l'indirizzo email su cui ricevere la nuova password:Rispondi alla domanda di sicurezza:Formato partita IVA non validoAzione non valida %sApplicazione invalida.Hash non valido.Permesso padre non validoInventarioGiapponese (ISO-2022-JP)Javascript e' stato disabilitato e non e' installato sul tuo browser, ridotto a visualizzazione minimaleProprio ora...Neofiti del KernelParola chiaveBambiniKolabCoreano (EUC-KR)LingualargoPrima MetàUltimo cambiamento passwordUltimo QuartoUltima SincronizzazioneUltimo Aggiornamento:Ultimo accesso: %sUltimo accesso: %s da %sUltimo accesso: MaiUltima SincronizzazioneUltimoLeggeComeLimerick (poesia tipica inglese)Cookie LinuxElenco TabelleFunzione elenco allarmi fallito: %sElenco dei blocchi fallito: %sElenco sessioni fallito: %s.Lista utenti fallita con questo messaggio di errore: %sElenco utenti. fallitoNon è attiva la funzione di elenco utenti.LetteraturaOra locale: %s %s (UTC %s)Lingua e OraLuogoBlocca UtenteBlocchiUtenteEsciLoggato a FacebookAccesso fallito: username o password non corretti.Accesso fallitoAccesso a: %sAccedere a Facebook e autorizzare %sAccedere a Facebook e autorizzare Accedere a Twitter e autorizzare %sAccedere a Twitter e autorizzare EsciAmoreMMMagiaPostaIndirizzo AmministratoreGestisci la lista delle categorie dando loro un'etichetta e associando loro un colore.Gestisci i tuoi dispositivi ActiveSync.Campi corrispondentiTemperatura massima nelle ultime 24 ore: Temperatura massima nelle ultime 6 ore: Massima eta' dell'emailNumero massimo di blocchi portaliDimesione massimo per l'allegato in bytesNumero massimo di dispositiviNumero massimo di voci da visualizzareMedicinaMedioMembriCitazioniMeteo AttualemetricoTemperatura minima nelle ultime 24 oreTemperatura minima nelle ultime 6 oreLunghezza minima del PINVarieConfigurazione mancante.Mobile (Cellulare)Mobile (No JavaScript)Mobile (Cellulare/Tablet)Applicazione ottimizzata per MobileModalitàModalloL'applicazione e'aggiornata.LunediFasi LunariMio AccountDati del mio accountMy Facebook StreamMio PortaleLayout del Mio PortaleN.D.NO, NON Sono d'Accordo.NOTA: Pulire un dispositivo può reimpostarlo alle impostazioni di fabbrica. Si prega di essere sicuri di voler fare questo prima di richiedere una puliziaNomeMaiNuova CategoriaLuna nuovaNuovo Nome Utente (Opzionale)Nuova PasswordLe password non corrispondono.NotizieProssimoProssime 4 fasiNessun suonoI dati della configurazione su cui mostrare le differenze non sono disponibili.Non modificatoIcone non trovate.Niente da mostrareNessuna locazione configurata.Nessuna fortuna offensivaNessuna registrazione in attesa.Funziona Push non disponibile in roamingNessuna domanda di sicurezza è stato impostato. Si prega di contattare l'amministratore.versione stabile ancora non disponibileNessun nome utente specificato.Nessuna versione trovata nella configurazione originale. Rigenera la configurazione.Nessuna versione trovata nella tua configurazione. Rigenera la configurazione.Schemi SQL sono prontiSchema indici SQL per %sLo schema SQL non e' aggiornatoNessunoNordico (ISO-8859-10)Emisfero BorealeNon FornitoNoteNon vi sono risorse da sfogliare, tona indietro.Numero di articoli da mostrareNumero di secondi prima di aggiornareS.O.Oggetto del BrowserCreatore dell'oggettoFiltro per le offeseUfficioLa password nuova deve essere differente da quella vecchia.Vecchia Passwordla vecchia password non è correttaSolo fortune offensiveSolamente il proprietario o l'amministratore di sistema possono modificare permessi di appartenenza di una condivisioneSistema OperativoOppure digita il nome utente:Altre InformazioniAltre OpzioniAltroProprietarioProprietario:PHPCodice PHPShell PHPAccounts Email POP/IMAPEstensione POSIX mancanteShell PHPPasswordComplessita' PasswordPassword modificata con successoLe password devono coincidere.IncollaRegistrazioni in Attesa:GenteEsegui le operazioni di LoginPermessi '%s' non eliminati.PermessiAmministrazione dei PermessiInformazioni PersonaliAnimali domesticiNumero di telefonoFotoSciocchezzeSi prega di inserire una password.Si prega di inserire un nome utente.Fornire una descrizione del problemaLeggi il seguente testo. DEVI accettare i termini d'uso per utilizzare il sistema.PoliticaPostInviato %sInviato %s via %sPrecipitazioni nell'ultima %d ora: Precipitazioni nelle ultime %d ore: Possibili %s precipitazioniPressionePressione al livello di mare: PrincipaleDescrizione del problemaRifornitoRifornitoPubblicazione abilitata.DomandaQuotaFortuna CasualeLeggiLettura abilitataLettura abilitataSicuro di voler eliminare %s? L'operazione non può essere annullataEliminare i dati di %s? L'operazione non può essere annullataRigenera elementi dinamici del menuAggiorna la visualizzazione Portale:Frequenza di refresh:Applicazioni regolariNoteHost remoto:EliminaElimina paioElimina gli scripts salvati dalla directory temporanea del serverElimina utenteElimina utente: %sRispondiRichiesto PINRichiesto S/MIME EncryptionRichiede firma S/MIMEAnnullaAnnulla PasswordResetta lo stato di tutti i dispositiviRipristina tutti gli stati del dispositivo. Questo farà sì che il tuo dispositivo risincronizzerà tutti gli elementi.Reimposta la tua passwordRipristina ultima richiestaRisultatiRisultati per %sRetweetRitweetato da %sDigita ancora la nuova passwordTorna alla configurazione precedenteRiddlesEseguiAvvia Operazioni di LoginSD CardSD card encryptionNuovi SMSLo schema SQL non e' aggiornatoLo schema SQL e' aggiornatoShell SQLShell SQLSalvaSalva "%s"Salva e ChiudiSalva la configurazione generate come script PHP nella cartella temporanea del tuo server.Script di aggiornamento della configurazione salvato in: "%s".ScienzaPortataRicercaRicercaRicercaSecondi di inattivit' prima che il dispositivo venga bloccatoSeleziona un gruppo da aggiungereSeleziona un nuovo proprietarioSeleziona un serverSeleziona un utente da aggiungereSeleziona tutti i campi di ricerca quando si espandono indirizzi.Scegli il formato di data e ora:Seleziona il delimitatore di data:Scegli il formato della data:Scegli l'ordine di giorno e dataSeleziona il delimitatore dell'ora:Scegli il formato dell'ora:Seleziona il tuo schema colori.Seleziona la lingua che preferisci:Invia il report del problemaSensore: Server IdTime ServerAmministrazione delle sessioniTimestamp della Sessione:sessioniConfigura le opzioni per permetterti di resettare la password nel caso la dimentichi.Impostare l'integrazione con il tuo account Facebook.Impostare l'integrazione con il tuo account Twitter.Impostare la lingua preferita, il fuso orario e il formato delle date.Impostare l'applicazione all'avvio, lo schema colori, il refresh della pagina e le altre preferenze di visualizzazione.Parecchie posizioni possibili con il parametro: %sBreve RiassuntoDefinire gli accessi da tastiera per i link?MostraMostra Preferenze AvanzateMostra Preferenze dei GruppiMostra differenze tra la configurazione salvata e quella appena generata.Mostra dettagli aggiuntivi?Mostra l'ultimo login all'accesso?Salta le operazioni di LoginPiccoloProfondità di neve: Neve equivalente in acqua: Canzoni e poemiEuropa Meridionale (ISO-8859-3)Emisfero AustraleSpamSportsStandardStar TrekOrario di InizioGestione dello statoStatoImpossibile impostare lo statoStreamLa richiesta per aggiungere '%s' al sistema è stata inoltrata. Non sarà possibile fare il login finché non sarà stata approvata.Collegato con successo al tuo account Facebook o aggiornati i permessi.SuccessoAggiunto '%s' al sistema.Dati di '%s' eliminati dal sistema.'%s' eliminato con successo.Rimosso '%s' dal sistema.Configurazione ripristinata. Ricaricare la pagina per vedere le modifiche.Configurazione di backup salvata.'%s' aggiornato con successoScritto con successo %sAlbaTramontoDomenicaAlbaAlba/TramontoTramontoSincronizza tuttoSyncMLSyndicate FeedTag CloudAttivitàTemperatura ultima ora: TemperaturaTemperatura%s(%sMax%s/%sMin%s)Temporaneamente impossibile connettersi con Facebook, Riprova ancora.Impossibile temporaneamente contattare Twitter. Riprovare più tardi.Thai (TIS-620)La pulizia da remoto del dispositivo id %s è stata annullata.L'allarme è stato eliminato.L'allarme è stato salvato.La configurazione per %s non può essere aggiornata automaticamente. Si prega di aggiornare la configurazione manualmente.L'indirizzo e-mail di default da utilizzare per questa identità:Il blocco è stato rimosso.Lo stato del servizio non può essere raggiunto, riprova più tardi o con un differente statoLo stato del servizio non è attualmente disponibile. Riprovare in seguito con un differente statoCodice regionale immesso non validoServizio momentaneamente non disponibile. Riprova più tardi.Il servizio è attualmente occupato. Riprova più tardi.La richiesta di registrazione per %s è stata eliminata.La richiesta di iscrizione per l'utente "%s" è stata rimossa.Lo stato per il dispositivo id %s è stato reimpostato. Verrà risincronizzato la prossima volta che si connette al server.Lo script di test è attualmente abilitato. Per motivi di sicurezza, disabilitare lo script di test quando si è completato il test (vedi horde/ docs/ INSTALL).L'utente "%s" esiste già.L'utente "%s" non esiste.Si è verificato un problema aggiungendo "%s" al sistema: %s.Si è verificato un problema rimuovendo i dati dell'utente "%s" dal sistema:Si è verificato un problema rimuovendo "%s" dal sistema:Si è verificato un problema aggiornando '%s': %sSi è verificato un errore durante la comunicazione con il server ActiveSync: %sSi è verificato un errore nel contattare Twitter: %sErrore nella compilazione del form. Verificare di aver compilato tutti i campi necessari.Si è verificato un errore nel fare la richiesta: %sC'è stato un errore per ottenere la tua sessione Facebook. Riprovare più tardi.Si è verificato un errore durante la rimozione dati globali di %s. I dettagli sono stati registrati.Si è verificato un errore nel richiedere i permessiNumero di partita IVA non validoNumero di partita IVA validoQuesto forza il reset di tutti i dispositivi per risincronizzare tuttoQuesto forza il reset di tutti i dispositivi per risincronizzare tuttoTicketGestione del TempoFormato OraTimestamp o sconosciutoTimestamp delle sincronizzazioni avvenute con successoTitoloPer escludere un campo dall'importazione o per correggere una corrispondenza errata scegliere un campo nell'elenco sottostante e selezionare "Rimuovi coppia".Per selezionare più voci, cliccare tenendo premuto contemporaneamente il tasto CTRL (Command su Mac).OggiDomaniAltoTraduzioniTurco (ISO-8859-9)TweetIntegrazione TwitterTwitter TimelineTwitter Timeline di %sTwitter non e' abilitatoURLImpossibile cancellare '%s': %s.Impossibile impostare Mi Piace.Impossibile validare la richiesta di token. Riprova ancora.Non disponibileSbloccaAnnulla le ModificheUnfavoriteIndefinitoUnicode (UTF-8)UnitàSconosciutoSbloccaAzione non supportata.AggiornaAggiorna %sAggiorna %s schemaAggiorna tutti gli schemi DBAggiorna tutte le configurazioneAggiorna utenteAggiornato '%s'Aggiorna lòo schema per: %s.AggiornaCaricato tutti i file di configurazione dell'applicazione sul server.Utilizza Horde predefinitoUtilizza se utente/password sono differenti dal server IMSPUtenteAmministrazione UtentiUser AgentNome UtenteRegistrazione UtenteLa registrazione utente è stata disabilitata per questo sito.La registrazione utente non è configurato correttamente per questo sito.Account utente non trovato.Utente da aggiungere:Nome UtenteUtentiUtenti nel sistema:Verifica Numero Partita IVANumero Partita IVAPartita IVAVersioneControllo VersioneControllo VersioneVietnamita (VISCII)Visualizza una pagina web esternaVisibilitàAttenzioneAttenzione: il tuo maiuscolo e' attivato!MeteoDati meteorologici forniti daSito WebWeb browserBenvenutoBenvenuto, %sOccidentale (ISO-8859-1)Occidentale (ISO-8859-15)Che applicazione %s deve mostrare dopo il login?A cosa stai lavorando ora?Cosa è il carattere delimitatoreCosa è il carattere virgolette?Quale giorno mostrare come primo della settimana?Scegli faseLarghezza del menu %s di sinistra:WifiWikiVentoVelocità del vento in nodiVento:PulisciPulizia in attesaSaggezzaCon lavoroX-RefAASi, sono d'accordoTu e %d altra persona piace questo elementoTu e %d altre persone piace questo elementoNon puoi creare gruppi.Non puoi creare condivisioni.Non puoi modificare gruppi.non puoi modificare condivisioni.Non puoi eliminare gruppi.Non puoi eliminare condivisioni.Non puoi elencare gruppi di condivisioni.Non puoi elencare permessi di condivisone.Non puoi elencare condivisioni.Non puoi elencare gli utenti dei gruppi.Non puoi elencare gli utenti delle condivisioni.Non hai collegato correttamente il tuo account Facebook con Horde. Si consiglia di verificare le impostazioni di Facebook nel tuo %s.È anche possibile controllare le impostazioni di Facebook nel tuo %s.Non hai accettato i termini di utilizzo, per cui non puoi fare il login.La sessione è stata terminata.Hai negato le autorizzazioni richieste.Non hai collegato correttamente il tuo account Twitter con Horde. Si consiglia di verificare le impostazioni di Twitter nel tuo %s.Ti piace questoE' necessario descrivere il problema prima di inviare il report del problemaSpecificare lo username da rimuovere.Specificare lo username da rimuovere.Specificare lo username da aggiungere.Specificare lo username da aggiornare.Tuo Indirizzo EmailVostra informazioneIl tuo indirizzo IP è cambiato dall'inizio della tua sessione.Per ragioni di sicurezza è necessario effettuare nuovamente l'accesso.Il tuo nomeIl tuo backend di autenticazione non supporta la aggiunta di utenti.Se si desidera utilizzare Horde per l'amministrazione degli account utente è necessario utilizzare un differente backend di autenticazione.Il tuo backend di autenticazione non supporta la elencazione degli utenti, o la caratteristica è stata disabilitata per qualche motivo.Il tuo browser è cambiato dall'inizio della tua sessione. Per ragioni di sicurezza è necessario effettuare nuovamente l'accesso.Il tuo browser non ha questa funzionalità.'.Fuso orario attuale:Il tuo nome:Accesso scaduto la nuova password per %s è : %sLa password è stata resettata.La tua password è stata resettata, ma non può esserti inviata. Si prega di contattare l'amministratore.La tua password è stata resettata, controlla l'email e accedi nuovamente con la tua nuova password.La tua password e' stata resettata, controlla l'email e accedi nuovamente con la tua nuova password.La password è scaduta.La password è scaduta.La tua sessione è scaduta. Effettua il login di nuovo.La tua sessione ha superato il limite massimo ed e' scaduta. Effettua il login di nuovo.vivace[Documento di descrizione del problema]_Allarmi_CLI_Configurazione_Gruppi_Blocchi_Permessi_Utentiallegatocalmodalle %s (%s) alle %s %ssoffiareinlinePreferenzemostra differenzedigita la password due volte per confermareunificatotmpIMUtxu/horde-5.2.17/locale/ja/0000755000175000017500000000000013162206570016330 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ja/help.xml0000644000175000017500000000143113160205253017774 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/ja/LC_MESSAGES/0000755000175000017500000000000013162206570020115 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ja/LC_MESSAGES/horde.po0000644000175000017500000032036613160205253021563 0ustar mathieumathieu# Japanese translation for Horde. # Copyright 2004-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Hiromi Kimura # msgid "" msgstr "" "Project-Id-Version: Horde 5.2.0-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-06-04 11:28+0200\n" "PO-Revision-Date: 2014-06-07 18:19+0900\n" "Last-Translator: Hiromi Kimura \n" "Language-Team: i18n@lists.horde.org\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 1.6.5\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" がグループシステムに追加されました。" #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" が権限システムに追加されました。" #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" は作成されませんでした: %s。" #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "容量 %2$.2fMB 中の %1$.2fMB 使用(%3$.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s と %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "パスワードはあと %d 日有効です。" #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d 分" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d 人がこれをいいね!と言っています" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d から %d、合計 %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d 日間の予報" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "通知 - %s" #: admin/config/config.php:28 admin/config/index.php:458 #, php-format msgid "%s Configuration" msgstr "%s の設定" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s タスク - 確認" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s 同意条項" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s at %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s はあなたの Twitter アカウントと交流できます" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s はあなたの Facebook の友人情報を読めません。" #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "%s はあなたのストリームメッセージと他の Facebook データを読めません。" #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s は Facebook のあなたのステータスメッセージをセットしたり、他の内容を公開し" "たりできません。" #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s は以下の作業を実行する準備が整いました。実行したい操作のボックスをチェック" "してください。" #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr "、突風 %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr "、%s から %s へ変化" #: lib/Application.php:325 msgid "1 Day" msgstr "1日" #: lib/Application.php:329 msgid "1 Month" msgstr "1ヶ月" #: lib/Application.php:327 msgid "1 Week" msgstr "1週" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12時間形式" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2週" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24時間形式" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 時間" #: config/prefs.php:483 config/prefs.php:485 msgid "24-hour format" msgstr "24時間形式" #: lib/Application.php:326 msgid "3 Days" msgstr "3日" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "端末のワイプ(データ初期化)が要求されました。端末は次回の同期時にワイプされ" "ます。" #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "新しいバージョン(%s)があります。" #: lib/Prefs/Special/Activesync.php:95 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "端末 ID %s へのワイプ(データ初期化)が起動されました。端末は次回の同期時にワ" "イプされます。" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "アカウント情報" #: config/prefs.php:325 msgid "Account Password" msgstr "アカウントのパスワード" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "アクション" #: config/prefs.php:732 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:100 msgid "ActiveSync Administration" msgstr "ActiveSync の管理" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync 端末" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync が有効ではありません。" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "追加" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "コンテンツ追加" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "ここに追加:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "メンバを追加" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "グループを追加" #: admin/user.php:26 msgid "Add a new user:" msgstr "新規ユーザを追加:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "新しいアラームを追加" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "ペアを追加" #: admin/user.php:27 msgid "Add user" msgstr "ユーザを追加" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "システムに \"%s\" を追加しましたが、サインアップの情報が追加できませんでし" "た:%s" #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "システムに \"%s\" を追加しましたので、ログインできます。" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "ユーザの追加は禁止になっています。" #: lib/Block/Vatid.php:97 msgid "Address" msgstr "住所" #: config/registry.php:134 msgid "Address Book" msgstr "アドレス帳" #: lib/Application.php:55 msgid "Administration" msgstr "管理" #: admin/alarms.php:31 msgid "Alarm end" msgstr "アラーム終了" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "アラーム方法" #: admin/alarms.php:30 msgid "Alarm start" msgstr "アラーム開始" #: admin/alarms.php:32 msgid "Alarm text" msgstr "アラーム文" #: admin/alarms.php:29 msgid "Alarm title" msgstr "アラーム題名" #: admin/alarms.php:146 msgid "Alarms" msgstr "アラーム" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "アラームは環境設定で禁止になっています" #: lib/Block/Fortune.php:93 msgid "All" msgstr "全部" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "全認証ユーザ" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "全てのポリシーキイは正常にリセットされました。" #: lib/Prefs/Special/Activesync.php:110 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "ActiveSync 端末の全ステータスが削除されました。次に端末がサーバに接続された" "時、再同期されます。" #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "全ての同期セッションは削除しました。" #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "英数字を使用" #: lib/Application.php:237 msgid "Allow any" msgstr "全ての文字を使用" #: lib/Application.php:215 msgid "Allow non-provisionable devices" msgstr "プロビジョン不能な端末を許可" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "数字のみ使用" #: config/prefs.php:687 msgid "Alternate IMSP Login" msgstr "代替の IMSP ログイン" #: config/prefs.php:704 msgid "Alternate IMSP Password" msgstr "代替の IMSP パスワード" #: config/prefs.php:698 msgid "Alternate IMSP Username" msgstr "代替の IMSP ユーザ名" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "代替のメールアドレス" #: services/resetpassword.php:52 msgid "Answer" msgstr "答え" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "アプリケーション" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "アプリケーション・コンテキスト" #: admin/config/index.php:250 msgid "Application is ready." msgstr "アプリケーションは使用可能です。" #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "承認" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "アラビア語 (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "本当に '%s' を削除していいですか?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "\"%s\" のサインアップ要求を本当に削除していいですか?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "本当に \"%s\" を削除したいですか?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "アルメニア語 (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "芸術" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "ASCII アート" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "少なくとも1つのデータベース・スキーマが賞味期限切れです。" #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "添付" #: lib/Application.php:259 msgid "Attachment Download" msgstr "添付のダウンロード" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "存在しないグループを削除しようとしました。" #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "存在しない権限を削除しようとしました。" #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "存在しない権限を編集しようとしました。" #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "存在しない共有を編集しようとしました。" #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "認証済みアプリケーション" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "認可" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "友達データへのアクセスを認可" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "公開を認可" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "読み出しを認可" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "自動" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "使用可能なフィールド:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "嫌な管理人の言い訳" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "バルト言語 (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "基本" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "ブロック" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "ブロック設定" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "ブロック型" #: lib/Application.php:292 msgid "Bluetooth" msgstr "ブルートゥース" #: config/registry.php:185 msgid "Bookmarks" msgstr "ブックマーク" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "両方" #: config/prefs.php:748 msgid "Bottom" msgstr "最も下" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "ブラウザ" #: templates/activesync/device_table.html.php:29 #: templates/prefs/activesync.html.php:56 msgid "Cached Heartbeat (seconds)" msgstr "ハートビートのキャッシュ(秒)" #: config/registry.php:120 msgid "Calendar" msgstr "予定表" #: lib/Application.php:280 msgid "Camera" msgstr "カメラ" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "キャンセル" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "障害報告をキャンセルする" #: templates/activesync/device_table.html.php:36 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "ワイプを取り消す" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "パスワードは自動ではリセットできません。管理者に連絡して下さい。" #: config/prefs.php:507 msgid "Categories and Labels" msgstr "分類とラベル" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "ケルト語 (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "中央ヨーロッパ (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "変更" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "場所の変更" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "あなたのパスワードを変更" #: config/prefs.php:264 msgid "Change your personal information." msgstr "あなたの個人情報を変更します。" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "現在の設定ではパスワードの変更をサポートしていません。管理者に連絡して下さ" "い。" #: lib/Block/Vatid.php:42 msgid "Check" msgstr "確認" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "新しいバージョンを確認" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "確認中" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "簡体字中国語 (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "繁体字中国語 (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "%s から選択" #: config/prefs.php:475 msgid "Choose how to display dates (abbreviated format):" msgstr "日付の表示形式を選択(短縮形式):" #: config/prefs.php:451 msgid "Choose how to display dates (full format):" msgstr "日付の表示形式を選択(完全形式):" #: config/prefs.php:488 msgid "Choose how to display times:" msgstr "時間の表示形式を選択:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "クエリー消去" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "ユーザの退去:%s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "ユーザ消去" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "ユーザデータ消去" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "指定したアドレス帳の 1 つをクリックしてから、検索するフィールドをすべて指定し" "てください。" #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "クリックすると次へ" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "クライアント・アンカー" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "ウインドウを閉じる" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "雲" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "コードワードまでの回数" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "畳む" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "色選択" #: config/registry.php:249 msgid "Comics" msgstr "コミックス" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "コマンド" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "コマンドシェル" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "コメント: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "コモンネーム" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "コンピュータ" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "気象状況" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "気象状況" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "環境設定" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "環境設定の差分" #: config/prefs.php:714 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "PDA、スマートフォン、Outlookとの同期を設定します。" #: admin/config/index.php:245 msgid "Configuration is out of date." msgstr "環境設定は賞味期限切れです。" #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "環境設定の更新用スクリプトがあります" #: admin/config/index.php:182 #, php-format msgid "Configure %s" msgstr "%s を設定する" #: lib/Prefs/Special/Activesync.php:64 msgid "Configured Horde Default" msgstr "デフォルトに設定したもの" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "パスワードを確認" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "続く" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "クッキー" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "FTP でサーバ \"%s\" に接続できませんでした: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "サーバに接続できません。後で再度実行してください。" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "設定更新用スクリプト \"%s\" を削除できませんでした。" #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "あなたのFacebookアカウントと交流する\"%s\"の認証が見つかりません。原因は、あ" "なたが未だ\"%s\"を認証していないか、あるいは認証の期限が過ぎてしまったかで" "す。 " #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "%s があなたの Twitter アカウントを利用するたの許可が見つかりません" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "要求されたユーザのパスワードをリセットできませんでした。いくつかあるいは全て" "の情報は間違っています。再度試してみるか管理者に連絡して下さい。" #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "設定を元に戻せませんでした。" #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "設定のバックアップを保存できませんでした:%s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "設定更新用スクリプトを \"%s\" に保存できませんでした。" #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "設定ファイル %s に保存できませんでした。以下のオプションの何れかを使用して下" "さい。" #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "設定ファイル %s に保存できませんでした。%s に戻って保存オプションを実行する" "か、手でこの画面のコードを %s にコピーして下さい。" #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "\"%s\" の設定が書き込めません:%s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "国" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "作成" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "新しい ID の作成" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "現在の4相" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "現在のアラーム" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "現在のロック" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "現在のセッション" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "現在の時間" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "現在の天気" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "現在の天候" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "キリル言語 (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "キリル言語 (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "キリル/ウクライナ (KOI8-U)" #: admin/config/index.php:265 admin/config/index.php:317 msgid "DB access is not configured." msgstr "DB へのアクセスが設定されていません。" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "日" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "データ" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "データベース" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "日付" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "データ受信" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "日付:%s、時間:%s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "日" #: config/prefs.php:379 config/prefs.php:400 config/prefs.php:413 #: config/prefs.php:482 themes/default/info.php:2 msgid "Default" msgstr "デフォルト" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "デフォルト色" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "デフォルト Shell" #: config/prefs.php:403 msgid "Default charset for sending e-mail messages:" msgstr "電子メールメッセージ送信時のデフォルト文字セット:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "場所に依存する機能で使用されるデフォルトの場所" #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "定義" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "削除" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "\"%s\" を削除" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "全ての SyncML データを削除" #: admin/groups.php:181 msgid "Delete Group" msgstr "グループを削除" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "設定更新用スクリプト \"%s\" を削除しました。" #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "端末\"%s\"とデータベース\"%s\"との同期セッションは削除されました。" #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "障害内容の説明" #: config/registry.php:209 msgid "Development" msgstr "開発" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "端末" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "端末 id" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "端末情報" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "端末の管理" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "端末の種類" #: lib/Application.php:312 msgid "Device encryption" msgstr "端末の暗号化" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "端末はブロックされました。" #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "端末は初期化されました" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "端末はワイプされました。端末の再接続を可能にするために端末ステータスは削除さ" "れました。" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "端末は正常に取り外されました。" #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "端末のワイプは取り消されました。" #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "露点" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "この時間の露点:" #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "露点" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "無効" #: lib/Application.php:216 msgid "Disable (not recommended)" msgstr "禁止(推奨しません)" #: config/prefs.php:421 msgid "Display 24-hour times?" msgstr "24時間表示" #: config/prefs.php:532 msgid "Display Preferences" msgstr "表示の個人設定" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "詳細な予報の表示" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "予報表示(空港)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "最初の行がフィールド名を含んでいますか? そうならチェックしてください:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "アカウントが必要ならサインアップして下さい。" #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "%s のダウンロード" #: admin/config/index.php:393 msgid "Download generated configuration as PHP script." msgstr "生成された設定を PHP スクリプトをとしてダウンロードする。" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "薬物" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "動的" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU VAT(付加価値税)登録番号" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "編集" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "\"%s\" を編集" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "個人設定編集" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "権限の編集" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "\"%s\" の権限の編集" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "教育" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "電子メールアドレス" #: lib/Application.php:214 msgid "Enable" msgstr "有効" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "終了時間" #: lib/Block/Weather.php:83 msgid "English" msgstr "英語" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "新しい分類の名前を入力して下さい:" #: config/prefs.php:342 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "あなたのパスワードをリセットする時に尋ねる秘密の質問を入力して下さい。例え" "ば、「ペットの名前は?」など:" #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "Facebook への接続エラーです。詳細は管理者のために記録されました。" #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "Twitter への接続エラー。詳細は管理者のために記録されました。" #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Twitter への接続エラー:%s 詳細は管理者のために記録されました。" #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "同期セッションの削除エラー:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "同期セッションの削除エラー:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "パスワード更新エラー: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "民族的" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "イベント招待:" #: config/prefs.php:591 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "15分毎" #: config/prefs.php:610 msgid "Every 2 minutes" msgstr "2分毎" #: config/prefs.php:588 config/prefs.php:608 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "30秒毎" #: config/prefs.php:590 config/prefs.php:611 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "5分毎" #: config/prefs.php:592 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "30分毎" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "1時間毎" #: config/prefs.php:589 config/prefs.php:609 templates/portal/layout.inc:99 msgid "Every minute" msgstr "1分毎" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "値の例:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "実行" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "拡大" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "特大" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "設定を FTP でアップロード" #: config/prefs.php:635 msgid "Facebook Integration" msgstr "Facebook 統合" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "端末をワイプするまでのアンロックの失敗回数" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "お気に入り" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "フィード" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "フィードアドレス" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "気分" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "検索項目" #: config/registry.php:315 msgid "File Manager" msgstr "ファイル管理" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "フィルター" #: config/registry.php:90 msgid "Filters" msgstr "振り分け" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "上弦の半月" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "上弦の月" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "食べ物" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "予報(空港)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "予報日数(予報は昼だけでなく夜の分も含まれますので、大きな数を指定すると、ブ" "ロックは大きくなります)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "パスワードを忘れてしまいましたか?" #: config/registry.php:344 msgid "Forms" msgstr "フォーム" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "格言" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "格言の種類" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "格言" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "格言2" #: config/registry.php:338 msgid "Forums" msgstr "フォーラム" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "友達リクエスト:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "友人を許可済み。" #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "風向 %s(%s度)、風速 %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "風向 %s、風速 %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "詳しい説明" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "満月" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "氏名" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "%s 構成情報を生成する" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "生成されたコード" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "続きを見る" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "共通の個人設定" #: templates/prefs/app.html:16 msgid "Go" msgstr "実行" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "ゲーデル" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google 検索" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "ギリシャ語 (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "グループ管理" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "グループ名" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "グループは作成されませんでした: %s。" #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "グループ" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "ゲストの権限" #: lib/Application.php:316 msgid "HTML Email" msgstr "HTML形式メール" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "ヘブライ語 (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "高さ" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "ストリーム表示の高さ(幅は自動で調整されます)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "ヘルプ" #: services/help/index.php:94 msgid "Help _Topics" msgstr "_Tヘルプ項目" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "半球" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "ファイルの先頭部分です:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "拡張個人設定を隠す" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "結果を隠す" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "ホームディレクトリー" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "フィールド(列)の数はいくつですか?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "新着記事をチェックまで何秒待ちますか?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "湿度" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "ユーモア" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "%s のアイコン" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "ActiveSync経由で送信するメールの識別id。" #: config/prefs.php:274 msgid "Identity's name:" msgstr "ID の名前:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "インポート、ステップ %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "インポートされたフィールド: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "インポートされたフィールド:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "ここに返信:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "以下のリストは、左側にファイルからインポートされた項目が、右側にアドレス帳で" "使用可能な項目が並んでいますので、それぞれから1つづつクリックし、「ペアを追" "加」をクリックして下さい。最後に「次」をクリックします。" #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "ユーザ名か代替アドレスが正しくありません。再度試してみるか、管理者に連絡して" "下さい。" #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "個別ユーザ" #: config/registry.php:243 msgid "Information" msgstr "情報" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "継承されたメンバー" #: config/prefs.php:354 msgid "Insert an email address to which you can receive the new password:" msgstr "新しいパスワードを受け取るメールアドレスを入力:" #: config/prefs.php:348 msgid "Insert the required answer to the security question:" msgstr "秘密の質問の答えを入力:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "VAT(付加価値税)登録番号の形式が無効です。" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "不正なアクション %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "無効なアプリケーションです。" #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "不正なハッシュです。" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "上位の権限が無効です。" #: config/registry.php:296 msgid "Inventory" msgstr "一覧作成" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "日本語 (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "お使いのブラウザはJavaScriptの機能が無いか無効になっていますので、機能が限定" "されています。" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "ちょうど今..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "カーネル初心者" #: services/help/index.php:161 msgid "Keyword" msgstr "キイワード" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "子供" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "韓国語 (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "言語" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "特大" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "下弦の半月" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "パスワード最終変更日" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "下弦の月" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "最後の同期時間" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "最終更新:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "前回のログイン: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "前回のログイン: %2$s から %1$s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "前回のログイン: なし" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "最新" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "法律" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "いいね" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "リムリック" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux クッキー" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "テーブル一覧" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "アラームの一覧作成に失敗:%s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "ロックの一覧作成に失敗:%s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "セッション一覧取得に失敗:%s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "ユーザ一覧の作成はこのエラーで失敗しました:%s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "ユーザ一覧の作成に失敗しました。" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "ユーザのリストは無効になっています。" #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "文学" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "現地時間:%s %s (UTC %s)" #: config/prefs.php:363 msgid "Locale and Time" msgstr "地域と時間" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "場所" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "ユーザをロック" #: admin/locks.php:61 msgid "Locks" msgstr "ロック" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "ログイン" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "ログアウト" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Facebook にログイン" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "ユーザ名かパスワードが正しくないためにログインに失敗しました。" #: login.php:316 msgid "Login failed." msgstr "ログインに失敗しました。" #: login.php:399 #, php-format msgid "Login to %s" msgstr "%s にログイン" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Facebook にログインし %s を認可する" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Twitter にログインし %s を認可する" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "ログアウト" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "愛" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "月" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "魔法" #: config/registry.php:82 msgid "Mail" msgstr "メール" #: config/registry.php:349 msgid "Mail Admin" msgstr "メール管理" #: config/prefs.php:508 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "色付けされたラベルを対応させて分類を管理します。" #: config/prefs.php:733 msgid "Manage your ActiveSync devices." msgstr "ActiveSync 端末を管理します。" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "一致したフィールド:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "過去24時間の最高気温:" #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "過去6時間の最高気温:" #: lib/Application.php:320 msgid "Maximum Email age" msgstr "同期するメールの古さ" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "ポータルブロックの最大数" #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "最大添付サイズ" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "最大端末数" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "表示する項目の最大数" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "医学" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "中" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "メンバー" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "言及" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar Weather" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "メートル" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "過去24時間の最低気温:" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "過去6時間の最低気温:" #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "最低限の PIN の長さ" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "その他諸々" #: admin/config/index.php:222 msgid "Missing configuration." msgstr "設定がありません。" #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "携帯(文字のみ)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "携帯(JavaScriptなし)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "モバイル(スマホ/タブレット)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "携帯に適したアプリ" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "モード" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "型番" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 msgid "Module is up-to-date." msgstr "モジュールは最新です。" #: config/prefs.php:496 msgid "Monday" msgstr "月曜" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "月相" #: config/registry.php:309 msgid "My Account" msgstr "私のアカウント" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "私のアカウント情報" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Facebook ストリーム" #: services/portal/index.php:45 msgid "My Portal" msgstr "マイポータル" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "マイポータルの配置" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "いいえ、同意しません" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:69 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "注意:端末をワイプすると工場出荷時の状態になります。ワイプ(初期化)が本当に" "必要か十分に検討して下さい。" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "名前" #: config/prefs.php:587 config/prefs.php:607 templates/portal/layout.inc:97 msgid "Never" msgstr "なし" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "新規分類" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "新規メッセージ:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "新月" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "新しいユーザ名(任意)" #: services/changepassword.php:31 msgid "New password" msgstr "新しいパスワード" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "新しいパスワードが一致しません。" #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "ニュース" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "次" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "次の4相" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "音なし" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "差分を表示するための設定がありません。" #: admin/config/diff.php:49 msgid "No change." msgstr "変更なし。" #: util/icon_browser.php:70 msgid "No icons found." msgstr "アイコンがありません。" #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "表示する項目がありません" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "場所が設定されていません。" #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "耳に痛い格言は無し" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "保留のサインアップなし。" #: lib/Application.php:333 msgid "No push while roaming" msgstr "ローミング中はプッシュしない" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "秘密の質問が設定されていません。管理者に相談して下さい。" #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "まだ安定したバージョンはありません。" #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "ユーザ名が指定されていません。" #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "オリジナルの設定ファイルにバージョンがありません。設定を再生成します。" #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "設定ファイルにバージョンがありません。設定ファイルを作り直して下さい。" #: admin/config/index.php:289 msgid "NoSQL indices are ready." msgstr "NoSQL索引準備完了。" #: admin/config/index.php:284 #, php-format msgid "NoSQL indices for %s" msgstr "%s のNoSQL索引" #: admin/config/index.php:286 msgid "NoSQL indices out of date." msgstr "NoSQL の索引は賞味期限切れです。" #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:63 templates/prefs/syncml.html.php:34 msgid "None" msgstr "なし" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "北半球" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "未プロビジョン" #: config/registry.php:169 msgid "Notes" msgstr "メモ" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "表示するものがありません。戻って下さい。" #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "表示する記事数" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "再表示までの待ち時間(秒)" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "オブジェクト閲覧" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "オブジェクト作成者" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "耳に痛いものを選別" #: config/registry.php:266 msgid "Office" msgstr "オフィス" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "古いパスワードと新しいパスワードが同じではいけません。" #: services/changepassword.php:30 msgid "Old password" msgstr "古いパスワード" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "古いパスワードが正しくありません" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "耳に痛い格言だけ" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "所有者かシステム管理者だけが共有の所有権と権限を変更できます" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "オペレーティング・システム" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "あるいはユーザ名を入力:" #: config/prefs.php:531 config/prefs.php:634 config/prefs.php:660 #: config/prefs.php:686 config/prefs.php:712 config/prefs.php:731 msgid "Other Information" msgstr "その他の情報" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "その他のオプション" #: config/registry.php:180 msgid "Others" msgstr "その他" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "所有者" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "所有者:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHPコード" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHPシェル" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP メールアカウント" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX 拡張が見当たりません" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "_HPHPシェル" #: login.php:211 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "パスワード" #: lib/Application.php:231 msgid "Password Complexity" msgstr "パスワードの難易度" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "パスワードは正常に変更されました。" #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "パスワードが一致しません。" #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "貼り付け" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "保留中のサインアップ:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "人々" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "ログイン時にタスクを実行" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "権限 \"%s\" は削除されませんでした。" #: admin/perms/index.php:29 msgid "Permissions" msgstr "権限" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "権限の管理" #: config/prefs.php:263 msgid "Personal Information" msgstr "個人情報" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "ペット" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "電話番号" #: config/registry.php:197 msgid "Photos" msgstr "写真" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "陳腐" #: login.php:217 msgid "Please enter a password." msgstr "パスワードを入力してください。" #: login.php:216 msgid "Please enter a username." msgstr "ユーザ名を入力してください。" #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "障害内容の要約をご記入ください。" #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "次の文書を読んでください. このシステムを使用するための規定事項に同意する必要" "があります。" #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "あいさつ:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "政治" #: config/prefs.php:747 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "あなたの端末でメールの返信をする時の文章の位置。ただし、いくつかの端末では、" "返信文の後に引用文を挿入します。" #: lib/Block/FbStream.php:143 msgid "Post" msgstr "投稿" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "投稿 %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "%s は %s 経由でポストされました" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "過去 %d 時間の降水量:" #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "降水%s確率" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "気圧" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "海水面の気圧:" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "プリンシパル" #: services/problem.php:161 msgid "Problem Description" msgstr "障害内容の説明" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "プロビジョン済み" #: lib/Application.php:210 msgid "Provisioning" msgstr "プロビジョニング" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "公開は許可されています。" #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "クエリー" #: lib/Block/Account.php:79 msgid "Quota" msgstr "クォータ" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "無作為の格言" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "読出" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "読み出し許可済み。" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "本当に \"%s\" を削除しますか? この操作は元に戻せません。" #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "本当にユーザ \"%s\" のデータを削除しますか? この操作は取り消せません。" #: config/prefs.php:613 msgid "Refresh Dynamic Menu Elements:" msgstr "動的メニューの再表示間隔:" #: config/prefs.php:594 msgid "Refresh Portal View:" msgstr "ポータルの再表示:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "再表示頻度:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "普通のアプリ" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "備考" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "リモートホスト" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "削除" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "ペアを削除" #: admin/config/index.php:433 msgid "Remove saved script from server's temporary directory." msgstr "保存したスクリプトを作業ディレクトリから削除する。" #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "ユーザを削除" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "ユーザを削除: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "返信" #: lib/Application.php:221 msgid "Require PIN" msgstr "PIN 必須" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "S/MIME 暗号化必須" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "S/MIME 署名必須" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "リセット" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "パスワードをリセット" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "全ての端末ステータスをリセットする" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "あなたのパスワードをリセット" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "最後のクエリーを戻す" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "結果" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "%s の結果" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "リツイート" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "%s にリツイートされました" #: services/changepassword.php:32 msgid "Retype new password" msgstr "パスワードを再入力" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "元の設定に戻す" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "なぞなぞ" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "実行" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "ログインタスクを実行" #: lib/Application.php:276 msgid "SD card" msgstr "SD カード" #: lib/Application.php:269 msgid "SD card encryption" msgstr "SD カードの暗号化" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "SMSテキストメッセージ" #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is out of date." msgstr "SQL DB スキーマは賞味期限切れです。" #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "SQL DB スキーマは準備完了です。" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL シェル" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "_QSQL シェル" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "保存" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "\"%s\" を保存" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "保存して終了" #: admin/config/index.php:401 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "生成された設定を PHP スクリプトとしてサーバの作業ディレクトリに保存する。" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "設定更新用スクリプトを \"%s\" に保存しました。" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "科学" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "範囲" #: services/help/index.php:95 msgid "Sea_rch" msgstr "_R検索" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "検索" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "検索:" #: lib/Application.php:242 msgid "Seconds of inactivity before device should lock" msgstr "端末をロックするまでのアイドル時間(秒)" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "追加するグループを選択:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "新しい所持者を選択:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "サーバを選択" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "追加するユーザを選択:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "アドレスを拡張する際に検索する欄を全て選択して下さい。" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "日付と時間の形式を指定:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "日付の区切り文字を指定してください:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "日付の形式を指定してください:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "日付と時間の並びを指定:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "時刻の区切り文字を指定してください:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "時刻の形式を指定してください:" #: config/prefs.php:580 msgid "Select your color scheme." msgstr "色調を選択してください." #: config/prefs.php:376 msgid "Select your preferred language:" msgstr "優先する言語を選択してください:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "障害レポートを送信する" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "センサー:" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "サーバ時刻" #: admin/sessions.php:67 msgid "Session Administration" msgstr "セッション管理" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "セッション・タイムスタンプ" #: lib/Api.php:70 msgid "Sessions" msgstr "セッション" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "忘れてしまったパスワードをリセットできるように設定します。" #: config/prefs.php:636 msgid "Set up integration with your Facebook account." msgstr "Facebook アカウントとの統合を設定します。" #: config/prefs.php:662 msgid "Set up integration with your Twitter account." msgstr "Twitter アカウントとの統合を設定します。" #: config/prefs.php:364 msgid "Set your preferred language, timezone and date preferences." msgstr "あなたの言語、時間帯、日付を設定します。" #: config/prefs.php:533 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "開始時のアプリケーション、色調、ページ再表示、その他の表示用の設定をします。" #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "このパラメータではいくつもの場所が該当します:%s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "簡単な要約:" #: config/prefs.php:620 msgid "Should access keys be defined for most links?" msgstr "(メニューなどで)ショートカットキーが使えるようにしますか?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "表示" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "拡張個人設定を表示" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "全ての設定グループを表示" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "現在の設定と新しく生成された設定との差分を表示する。" #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "拡張詳細を表示しますか?" #: config/prefs.php:565 msgid "Show last login time when logging in?" msgstr "ログイン時に前回のログイン時間を表示しますか?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "通知を表示" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "ログインタスクをスキップ" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "小さい" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "積雪:" #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "降雪雨量:" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "唄と詩" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "南ヨーロッパ (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "南半球" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "スポーツ" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "標準" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "スター・トレック" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "開始時間" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "状態の管理" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "状態" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "ステータスがセットできません。" #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "ストリーム" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "システムへ \"%s\" の追加要求を送信しました。要求が受理されるまでログインは" "できません。" #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "あなたの Facebook アカウントに正常に接続されました。" #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "成功" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" はシステムに追加されました。" #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "\"%s\" がシステムから削除されました。" #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" が削除されました。" #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" がシステムから削除されました。" #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "設定は正常に戻されました。リロードして確認できます。" #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "設定のバックアップは正常に保存されました。" #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" は正常に更新されました" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s は正常に書き込まれました" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "日の出" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "日の入り" #: config/prefs.php:495 msgid "Sunday" msgstr "日曜" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "日の出" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "日の出/日の入り" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "日の入り" #: lib/Application.php:324 msgid "Sync all" msgstr "全て同期" #: config/prefs.php:713 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndicated Feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "タグ・クラウド" #: config/registry.php:155 msgid "Tasks" msgstr "タスク" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "この1時間の気温:" #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "気温" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "気温%s(%s最高%s/%s最低%s) " #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Facebook に一時的に接続できなくなっています。後で再度試して下さい。" #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Twitter への接続が一時的にできません。後で再度実行してください。" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "タイ語 (TIS-620)" #: lib/Prefs/Special/Activesync.php:101 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "端末 ID %s へのワイプは取り消されました。" #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "アラームは削除されました。" #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "アラームは保存されました。" #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "%s の設定は自動更新できませんでした。どうか、手動で設定して下さい。" #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "この ID でデフォルトで使用するメールアドレス:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "ロックは削除されました。" #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "メンバー用サービスに接続できませんでした。後で再度試すか、別のメンバーで試し" "て下さい。" #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "メンバー用サービスは使用できませんでした。後で再度試すか、別のメンバーで試し" "て下さい。" #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "指定された国コードは無効です。" #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "このサービスは現在使用できません。後で再度試して下さい。" #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "このサービスは現在混んでいます。後で再度試して下さい。" #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" へのサインアップ要求は削除されました。" #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "ユーザ \"%s\" へのサインアップ要求は削除されました。" #: lib/Prefs/Special/Activesync.php:116 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "端末 ID %s がリセットされました。次に端末がサーバに接続された時、再同期されま" "す。" #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "テストスクリプトが現在有効になっています。セキュリティー上、テストが済み次第" "禁止にして下さい(horde/docs/INSTALLをご覧下さい)。" #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "ユーザ \"%s\" は既に存在します。" #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "\"%s\" というユーザは存在しません。" #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "\"%s\" をシステムへ追加中に問題が発生しました: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "ユーザ \"%s\" のデータをシステムから消去中に問題が発生しました:" #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "\"%s\" をシステムから削除中に問題が発生しました:" #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "\"%s\" を更新中に問題が発生しました: %s" #: lib/Prefs/Special/Activesync.php:119 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "ActiveSync サーバへの通信でエラーがありました: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Twitter への接続時にエラーが起きました: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "設定フォーム中にエラーがありました。たぶん、必須項目が空白だったのでしょう。" #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "リクエスト作成中にエラーが発生しました:%s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "あなたの Facebook セッションを取得中にエラーが起きました。後で再度試して下さ" "い。" #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "共通データ %s の削除中にエラーが発生しました。詳細は記録されています。" #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "あなたの要求した権限でエラーが発生しました" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "この VAT(付加価値税)登録番号は無効です。" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "この VAT(付加価値税)登録番号は正しい。" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "この結果、全ての端末の全項目が再同期されます。" #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "この結果、あなたの端末の全ての項目が再同期されます。" #: config/registry.php:226 msgid "Tickets" msgstr "チケット" #: config/registry.php:272 msgid "Time Tracking" msgstr "経過追跡" #: lib/Block/Time.php:27 msgid "Time format" msgstr "時間書式" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "タイムスタンプが不明" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "成功した同期セッションの日時" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "タイトル" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "インポート中の一部の欄を除外する、あるいは間違った一致を修正するには、以下の" "一覧から欄を選び「ペアを削除」を押して下さい。" #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "複数の項目を選択するには、PCでは Control キイ、Macなら Command キイを押しなが" "らクリックします。" #: lib/Block/Weather.php:288 msgid "Today" msgstr "今日" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "明日" #: config/prefs.php:748 msgid "Top" msgstr "最も上" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "翻訳" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "トルコ語 (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "ツイート" #: config/prefs.php:661 msgid "Twitter Integration" msgstr "Twitter 統合" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter タイムライン" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "%s の Twitter タイムライン" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter は許可されていません。" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "\"%s\"を削除できません: %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "いいね!にできません。" #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "要求トークンの検証ができません。もう一度試して下さい。" #: admin/activesync.php:90 lib/Prefs/Special/Activesync.php:54 msgid "Unavailable" msgstr "ありません" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "アンブロック" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "変更を取り消す" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "嫌い" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "未整理" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "単位" #: admin/sessions.php:36 msgid "Unknown" msgstr "不明" #: admin/locks.php:43 msgid "Unlock" msgstr "アンロック" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "サポートされていない動作です。" #: templates/admin/user/list.inc:34 msgid "Update" msgstr "更新" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s を更新する。" #: admin/config/index.php:185 admin/config/index.php:303 #, php-format msgid "Update %s schema" msgstr "%s のスキーマを更新" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "全ての DB スキーマを更新する" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "全ての設定を更新" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "ユーザを更新する" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" を更新しました。" #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "%s のスキーマを更新しました。" #: admin/config/index.php:412 msgid "Upload" msgstr "アップロード" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "全てのアプリケーションの設定ファイルをサーバにアップロードしました。" #: config/prefs.php:688 msgid "Use if name/password is different for IMSP server." msgstr "IMSP サーバのユーザ名/パスワードが異なる場合に使用します。" #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "ユーザ" #: admin/user.php:240 msgid "User Administration" msgstr "ユーザ管理" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "ユーザエージェント" #: lib/Block/Account.php:68 msgid "User Name" msgstr "ユーザ名" #: signup.php:74 msgid "User Registration" msgstr "ユーザ登録" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "ユーザの登録はこのサイトでは禁止されています。" #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "このサイトではユーザ登録が正しく設定されていません。" #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "ユーザーアカウントがありません。。" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "追加するユーザ:" #: login.php:206 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "ユーザ名" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "ユーザ" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "システム中のユーザ:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "VAT(付加価値税)登録番号の確認" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "VAT(付加価値税)登録番号" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "VAT(付加価値税)番号" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "バージョン" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "バージョンの確認" #: config/registry.php:215 msgid "Version Control" msgstr "バージョン管理" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "ベトナム語 (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "外部の web ページを表示" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "視界" #: lib/Block/Account.php:96 msgid "Warning" msgstr "警告" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "警告:Caps Lockがオンです!" #: lib/Block/Weather.php:62 msgid "Weather" msgstr "天気" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "気象データの提供は" #: config/registry.php:332 msgid "Web Site" msgstr "Web サイト" #: lib/Application.php:300 msgid "Web browser" msgstr "Web ブラウザ" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "ようこそ" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "ようこそ、%s さん" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:545 #, php-format msgid "What application should %s display after login?" msgstr "%sログイン後どのアプリケーションを表示しますか?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "今何してる?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "区切り文字は何ですか?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "引用文字は何ですか?" #: config/prefs.php:498 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "どちらを週の始めの日として表示しますか?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "どちらの相" #: config/prefs.php:600 #, php-format msgid "Width of the %s menu on the left:" msgstr "左に表示する %s メニューの幅:" #: lib/Application.php:288 msgid "Wifi" msgstr "WiFi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "風" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "風速(ノット)" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "風:" #: templates/activesync/device_table.html.php:33 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "ワイプ" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "ワイプは保留中" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "知識" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "with" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "仕事" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "年" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "同意します" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "%d 人が「いいね!」と言っています" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "あなたにグループを追加することは許可されていません。" #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "あなたに共有を追加することは許可されていません。" #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "あなたにグループを変更することは許可されていません。" #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "あなたに共有を変更することは許可されていません。" #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "あなたにグループを削除することは許可されていません。" #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "あなたに共有を削除することは許可されていません。" #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "あなたに共有グループの一覧を見ることは許可されていません。" #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "あなたに共有のアクセス権一覧を見ることは許可されていません。" #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "あなたに共有の一覧を見ることは許可されていません。" #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "グループのユーザ一覧を取得することは許可されていません。" #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "共有のユーザ一覧を取得することは許可されていません。" #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "あなたは Facebook アカウントへ接続していません。%s で Facebook の設定を確認し" "て下さい。" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "%s で Facebook の設定が確認できます。" #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "あなたはサービス同意条項に合意していませんので、ログインは許可されません。" #: login.php:312 msgid "You have been logged out." msgstr "あなたはログアウトしました。" #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "あなたの要求は拒否されました。" #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Horde 経由での Twitter アカウントへの接続が正しくありません。%s で Twitter の" "設定を確認して下さい。" #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "いいね!" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "障害の内容を記述してから、障害レポートを送信してください。" #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "消去するユーザ名を指定してください。" #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "削除するユーザ名を指定してください。" #: admin/user.php:71 msgid "You must specify the username to add." msgstr "追加するユーザ名を指定してください。" #: admin/user.php:171 msgid "You must specify the username to update." msgstr "更新するユーザ名を指定してください。" #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "電子メールアドレス" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:362 #: config/prefs.php:506 msgid "Your Information" msgstr "あなたの情報" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "セッションの間にあなたのIPアドレスが変更されました。セキュリティー保護のため" "にログインし直すべきです。" #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "あなたの名前" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "この認証バックエンドでは、ユーザの追加がサポートされていません。もし Horde で" "ユーザアカウントを管理したいのなら、他の認証バックエンドを使うべきです。" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "この認証バックエンドでは、ユーザの一覧がサポートされていないか、あるいは何ら" "かの理由でこの機能が無効になっています。" #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "セッションの間にあなたのブラウザが変更されたようです。セキュリティー保護のた" "めにログインし直すべきです。" #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "お使いのブラウザはこの機能をサポートしていません。" #: config/prefs.php:410 msgid "Your current time zone:" msgstr "あなたのタイムゾーン:" #: config/prefs.php:282 msgid "Your full name:" msgstr "あなたの氏名" #: login.php:324 msgid "Your login has expired." msgstr "ログインは期限切れです。" #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "新しい %s 用のパスワード:%s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "パスワードはリセットされました。" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "パスワードはリセットされましたが、まだあなたに送信していません。管理者に相談" "して下さい。" #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "パスワードはリセットされましたので、新しいパスワードでログインしてみて下さ" "い。" #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "あなたのパスワードは変更されました。新しいパスワードでログインし直して下さ" "い。" #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "パスワードが期限切れです" #: login.php:178 msgid "Your password has expired." msgstr "パスワードが期限切れです。" #: login.php:296 msgid "Your session has expired. Please login again." msgstr "セッションの有効期限が切れました。ログインし直してください。" #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "セッションの有効期限が切れました。ログインし直してください。" #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "ジッピー" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[障害報告]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Aアラーム" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_C環境設定" #: lib/Api.php:50 msgid "_Groups" msgstr "_Gグループ" #: lib/Api.php:60 msgid "_Locks" msgstr "_Lロック" #: lib/Api.php:55 msgid "_Permissions" msgstr "_P権限" #: lib/Api.php:45 msgid "_Users" msgstr "_Uユーザ" #: services/problem.php:59 msgid "attachment" msgstr "添付" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "無風" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "from the %s (%s) at %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "突風" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "インライン" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "個人設定" #: admin/config/config.php:75 msgid "show differences" msgstr "差分を表示" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "確認のためパスワード2度入力して下さい" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "ユニファイド" #: lib/Block/Weather.php:35 msgid "weather" msgstr "天気" tmpIMUtxu/horde-5.2.17/locale/ja/LC_MESSAGES/horde.mo0000644000175000017500000021235613160205253021557 0ustar mathieumathieuY5G$G)GG&H 9H$FH kH)vHHH HHHH I)I7@IJxIHIR J_JoJJJJJJJJJJVJ9KlVKKKKK KLL.LHL LL XL bL nLzL LLLNL-L'MAM IMVM eM oM }M M MM.MMM#MlN%NN NNNNO&O>OVO ]OiO}OOO%O<O%P:POP SP)]P PP'P,P*P%&QLQ gQ qQQQ QQ QQQQQ R R !R+R0R7R?RZRcRjRqR R@RRRRS$S4S!ISdkSSSSST /T19T*kTT TT TTQT?U QU _UlUsUU UUU U U U U U U UU=VWV'uV VVVVV.V*W3>WrWIWXXDY(dY5YXYZ*ZZZZZ[ [+[ <[I[Y[k[}[[[[[[[ [[\ \ \ \,-\4Z\ \\ \\ \*\B\@] U]a] h]r]] ]]]]B]^"8^ [^e^ ^^^^^^^C_K_ k_/w_____ ___` ` $`2`9`B`"J`{m`M`L7aOa'a(a%bAbHbWbhbxbbb b bbbb bbc-cKcTc Yc fcqc ccc c ccc|cHd^ddd ldyd ddddddd d ee*e9eBeUeXe _emee eeee eee?eq Vqcq~qq qq8q qqqrr1rErE[rrrErAs^swsssssssst$%tJtMt\tktzt(t ttt\tIuZupu uuuuuu uuu uuvv5vKvQvbviv}v vvvv vv vvw(,wPUwwwwNx Sx]xBnxxxx xx y yy0y6yz Ez6Qz zzz zzzzzz{){<{D{S{[{k{{{{{{{{{{ | |(| -|7|RG|,||||||/|}3}G}W}5m} }}}}~1~I~c~~~ ~~~~J~.)-X;[1 P-^Oǀ%*Pct z ́  ";dBC&8S*n;(Ճ.7?FN]dmt  >҄>P4_cʅ5.dhf%O8u3-2eC.L1jA3މ%?8)xT)K!Im1*(6=7t ŒΌ1V *0DUmD   &.>DLSg nx ŏӏ;2-`e y 2;Ӑ &3<BWr  ґ ""*C LX `l/ǒ F" i!v Ɠӓړ D"@"c%%%Ҕ%-.L#{,,̕c5]V*s/ E)&!%H(nv 2<sޙyR+̚ 8X\uQқf$-XGM^fkz  ǝϝ ֝"&;ɟ5-;0i .֠3ݠ* = IVl |?@ȡa ky ʣѣ {2|5;!Qs ,#9UtqN 3XЧ 9MTEg67n*ũة/NU-n0ͪԪ0J$-oëWӫ+2?N99Ȭ9$<a*h! #0CSi| - Ȯ Үܮ$`*"ܯ$-uF!ð  %353i!ұ!ֲ! ) 9F\o Fҳ*6D{$̴ Ӵ;KHh]*AK+yw+Թع߹/HXhx"6Ӻ +2B\`pKE+29#Hl<Y/6 = GTdt'!ѽ-S0Ҿپ$=jVBSqx' "/36j]Ve[**C"n    #7?G     (;3 * 1;Kd#} 6 = JXu6 "E) oy$29;u |6!- *8c8v~.>EHa$?*+V!u ?Rhx '"Jho v)&)D10v6 0 :GW]p$.-5csw{ H& +!Ln$   $ 1!Rt- ;E!Lnu| 0( Yf j w9!$':$V*{T6-2i`i4O-a <'%MPi Q0GZ`'$ 7 A KX \ i!v$3', T!a$0  "-)*W07GN +.N]dz$ '.MJd%#?RelK !8 LY3x*  $?[ q~ 1+ GUel{k?:AHQ X<b$!Q$j6-$6-P"~.!'(PW`98<+rhG#Z6$N$(EM$    %29 R_o-vI4~/2 2 N<?&'  $1 8B Y fsz  `\O:''#cKC$-TJQ>H0vy,/BXHB3D;]r> sKg?'=g:EN& u * /6 =GN hu!)!!Q3 -+2H(d*fV  E,Nr3  %-D$r /6$=bi  G=!Pr<+ . 5?U\ahnr0NHNKHNH2W{ZK. Tz N w 1 o *8 -c    W& 6~ 6 6 6# Z v  "5K^!$'0,]uuX$'ZZv  + 4@GNho 77uYTgQ>*#G?!A'33E}(  3-{.U[BX=s.Uo |3^W  5=z%I/(smS#<--x> yxYj&+2>5Tt'S0FaDp{,%1K0EM?Vr"C6J\@].P`!kBK8D%yGrB"  'pO. ^7L/X2pCUR_:R_ Q:EN@cXvoi}_Hn^jg8wM)8&nZ\II`[eaf  ,ClN F2 c>~GN9" 9\4ej!97W]y|E2OXSZ=O?!m+UV#;sH9'k|<)rc t7#<eQW1d4 `~Y-$ N4k$MR P@/)tfH{ LVg85oC6h]}PHq~AT*zw$FA%P =ub LM1S1*(@ ZB4I:i)5xl[wLO&h (+fK$<bDiJT?v0v6DJnRl,:z;;/YVa0;Fq*&+,mbudq"A6WKdGQJh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfigured Horde DefaultConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 5.2.0-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-06-04 11:28+0200 PO-Revision-Date: 2014-06-07 18:19+0900 Last-Translator: Hiromi Kimura Language-Team: i18n@lists.horde.org Language: ja MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Generator: Poedit 1.6.5 "%s" がグループシステムに追加されました。"%s" が権限システムに追加されました。"%s" は作成されませんでした: %s。容量 %2$.2fMB 中の %1$.2fMB 使用(%3$.2f%%)%d %s と %sパスワードはあと %d 日有効です。%d 分%d 人がこれをいいね!と言っています%d から %d、合計 %d%d 日間の予報通知 - %s%s の設定%s タスク - 確認%s 同意条項%s at %s %s%s はあなたの Twitter アカウントと交流できます%s はあなたの Facebook の友人情報を読めません。%s はあなたのストリームメッセージと他の Facebook データを読めません。%s は Facebook のあなたのステータスメッセージをセットしたり、他の内容を公開したりできません。%s は以下の作業を実行する準備が整いました。実行したい操作のボックスをチェックしてください。、突風 %s %s、%s から %s へ変化1日1ヶ月1週12時間形式2週24時間形式24 時間24時間形式3日端末のワイプ(データ初期化)が要求されました。端末は次回の同期時にワイプされます。新しいバージョン(%s)があります。端末 ID %s へのワイプ(データ初期化)が起動されました。端末は次回の同期時にワイプされます。AM/PMアカウント情報アカウントのパスワードアクションActiveSyncActiveSync の管理ActiveSync 端末ActiveSync が有効ではありません。追加コンテンツ追加ここに追加:メンバを追加グループを追加新規ユーザを追加:新しいアラームを追加ペアを追加ユーザを追加システムに "%s" を追加しましたが、サインアップの情報が追加できませんでした:%sシステムに "%s" を追加しましたので、ログインできます。ユーザの追加は禁止になっています。住所アドレス帳管理アラーム終了アラーム方法アラーム開始アラーム文アラーム題名アラームアラームは環境設定で禁止になっています全部全認証ユーザ全てのポリシーキイは正常にリセットされました。ActiveSync 端末の全ステータスが削除されました。次に端末がサーバに接続された時、再同期されます。全ての同期セッションは削除しました。英数字を使用全ての文字を使用プロビジョン不能な端末を許可数字のみ使用代替の IMSP ログイン代替の IMSP パスワード代替の IMSP ユーザ名代替のメールアドレス答えアプリケーションアプリケーション・コンテキストアプリケーションは使用可能です。承認アラビア語 (Windows-1256)本当に '%s' を削除していいですか?"%s" のサインアップ要求を本当に削除していいですか?本当に "%s" を削除したいですか?アルメニア語 (ARMSCII-8)芸術ASCII アート少なくとも1つのデータベース・スキーマが賞味期限切れです。添付添付のダウンロード存在しないグループを削除しようとしました。存在しない権限を削除しようとしました。存在しない権限を編集しようとしました。存在しない共有を編集しようとしました。認証済みアプリケーション認可友達データへのアクセスを認可公開を認可読み出しを認可自動使用可能なフィールド:嫌な管理人の言い訳バルト言語 (ISO-8859-13)基本ブロックブロック設定ブロック型ブルートゥースブックマーク両方最も下ブラウザハートビートのキャッシュ(秒)予定表カメラキャンセル障害報告をキャンセルするワイプを取り消すパスワードは自動ではリセットできません。管理者に連絡して下さい。分類とラベルケルト語 (ISO-8859-14)中央ヨーロッパ (ISO-8859-2)変更場所の変更あなたのパスワードを変更あなたの個人情報を変更します。現在の設定ではパスワードの変更をサポートしていません。管理者に連絡して下さい。確認新しいバージョンを確認確認中簡体字中国語 (GB2312)繁体字中国語 (Big5)%s から選択日付の表示形式を選択(短縮形式):日付の表示形式を選択(完全形式):時間の表示形式を選択:クエリー消去ユーザの退去:%sユーザ消去ユーザデータ消去指定したアドレス帳の 1 つをクリックしてから、検索するフィールドをすべて指定してください。クリックすると次へクライアント・アンカーウインドウを閉じる雲コードワードまでの回数畳む色選択コミックスコマンドコマンドシェルコメント: %dコモンネームコンピュータ気象状況気象状況環境設定環境設定の差分PDA、スマートフォン、Outlookとの同期を設定します。環境設定は賞味期限切れです。環境設定の更新用スクリプトがあります%s を設定するデフォルトに設定したものパスワードを確認続くクッキーFTP でサーバ "%s" に接続できませんでした: %sサーバに接続できません。後で再度実行してください。設定更新用スクリプト "%s" を削除できませんでした。あなたのFacebookアカウントと交流する"%s"の認証が見つかりません。原因は、あなたが未だ"%s"を認証していないか、あるいは認証の期限が過ぎてしまったかです。 %s があなたの Twitter アカウントを利用するたの許可が見つかりません要求されたユーザのパスワードをリセットできませんでした。いくつかあるいは全ての情報は間違っています。再度試してみるか管理者に連絡して下さい。設定を元に戻せませんでした。設定のバックアップを保存できませんでした:%s設定更新用スクリプトを "%s" に保存できませんでした。設定ファイル %s に保存できませんでした。以下のオプションの何れかを使用して下さい。設定ファイル %s に保存できませんでした。%s に戻って保存オプションを実行するか、手でこの画面のコードを %s にコピーして下さい。"%s" の設定が書き込めません:%s国作成新しい ID の作成現在の4相現在のアラーム現在のロック現在のセッション現在の時間現在の天気現在の天候キリル言語 (KOI8-R)キリル言語 (Windows-1251)キリル/ウクライナ (KOI8-U)DB へのアクセスが設定されていません。日データデータベース日付データ受信日付:%s、時間:%s日デフォルトデフォルト色デフォルト Shell電子メールメッセージ送信時のデフォルト文字セット:場所に依存する機能で使用されるデフォルトの場所定義削除"%s" を削除全ての SyncML データを削除グループを削除設定更新用スクリプト "%s" を削除しました。端末"%s"とデータベース"%s"との同期セッションは削除されました。障害内容の説明開発端末端末 id端末情報端末の管理端末の種類端末の暗号化端末はブロックされました。端末は初期化されました端末はワイプされました。端末の再接続を可能にするために端末ステータスは削除されました。端末は正常に取り外されました。端末のワイプは取り消されました。露点この時間の露点:露点無効禁止(推奨しません)24時間表示表示の個人設定詳細な予報の表示予報表示(空港)最初の行がフィールド名を含んでいますか? そうならチェックしてください:アカウントが必要ならサインアップして下さい。%s のダウンロード生成された設定を PHP スクリプトをとしてダウンロードする。薬物動的EU VAT(付加価値税)登録番号編集"%s" を編集個人設定編集権限の編集"%s" の権限の編集教育電子メールアドレス有効終了時間英語新しい分類の名前を入力して下さい:あなたのパスワードをリセットする時に尋ねる秘密の質問を入力して下さい。例えば、「ペットの名前は?」など:Facebook への接続エラーです。詳細は管理者のために記録されました。Twitter への接続エラー。詳細は管理者のために記録されました。Twitter への接続エラー:%s 詳細は管理者のために記録されました。同期セッションの削除エラー:同期セッションの削除エラー:パスワード更新エラー: %s民族的イベント招待:15分毎2分毎30秒毎5分毎30分毎1時間毎1分毎値の例:実行拡大特大設定を FTP でアップロードFacebook 統合端末をワイプするまでのアンロックの失敗回数お気に入りフィードフィードアドレス気分検索項目ファイル管理フィルター振り分け上弦の半月上弦の月食べ物予報(空港)予報日数(予報は昼だけでなく夜の分も含まれますので、大きな数を指定すると、ブロックは大きくなります)パスワードを忘れてしまいましたか?フォーム格言格言の種類格言格言2フォーラム友達リクエスト:友人を許可済み。風向 %s(%s度)、風速 %s %s風向 %s、風速 %s %s詳しい説明満月氏名%s 構成情報を生成する生成されたコード続きを見る共通の個人設定実行ゲーデルGoogle 検索ギリシャ語 (ISO-8859-7)グループ管理グループ名グループは作成されませんでした: %s。グループゲストの権限HTML形式メールヘブライ語 (ISO-8859-8-I)高さストリーム表示の高さ(幅は自動で調整されます)ヘルプ_Tヘルプ項目半球ファイルの先頭部分です:拡張個人設定を隠す結果を隠すホームディレクトリーHordeフィールド(列)の数はいくつですか?新着記事をチェックまで何秒待ちますか?湿度ユーモアIMEI%s のアイコンActiveSync経由で送信するメールの識別id。ID の名前:インポート、ステップ %dインポートされたフィールド: %sインポートされたフィールド:ここに返信:以下のリストは、左側にファイルからインポートされた項目が、右側にアドレス帳で使用可能な項目が並んでいますので、それぞれから1つづつクリックし、「ペアを追加」をクリックして下さい。最後に「次」をクリックします。ユーザ名か代替アドレスが正しくありません。再度試してみるか、管理者に連絡して下さい。個別ユーザ情報継承されたメンバー新しいパスワードを受け取るメールアドレスを入力:秘密の質問の答えを入力:VAT(付加価値税)登録番号の形式が無効です。不正なアクション %s無効なアプリケーションです。不正なハッシュです。上位の権限が無効です。一覧作成日本語 (ISO-2022-JP)お使いのブラウザはJavaScriptの機能が無いか無効になっていますので、機能が限定されています。ちょうど今...カーネル初心者キイワード子供Kolab韓国語 (EUC-KR)言語特大下弦の半月パスワード最終変更日下弦の月最後の同期時間最終更新:前回のログイン: %s前回のログイン: %2$s から %1$s前回のログイン: なし最新法律いいねリムリックLinux クッキーテーブル一覧アラームの一覧作成に失敗:%sロックの一覧作成に失敗:%sセッション一覧取得に失敗:%sユーザ一覧の作成はこのエラーで失敗しました:%sユーザ一覧の作成に失敗しました。ユーザのリストは無効になっています。文学現地時間:%s %s (UTC %s)地域と時間場所ユーザをロックロックログインログアウトFacebook にログインユーザ名かパスワードが正しくないためにログインに失敗しました。ログインに失敗しました。%s にログインFacebook にログインし %s を認可するTwitter にログインし %s を認可するログアウト愛月魔法メールメール管理色付けされたラベルを対応させて分類を管理します。ActiveSync 端末を管理します。一致したフィールド:過去24時間の最高気温:過去6時間の最高気温:同期するメールの古さポータルブロックの最大数最大添付サイズ最大端末数表示する項目の最大数医学中メンバー言及Metar Weatherメートル過去24時間の最低気温:過去6時間の最低気温:最低限の PIN の長さその他諸々設定がありません。携帯(文字のみ)携帯(JavaScriptなし)モバイル(スマホ/タブレット)携帯に適したアプリモード型番モジュールは最新です。月曜月相私のアカウント私のアカウント情報Facebook ストリームマイポータルマイポータルの配置N/Aいいえ、同意しません注意:端末をワイプすると工場出荷時の状態になります。ワイプ(初期化)が本当に必要か十分に検討して下さい。名前なし新規分類新規メッセージ:新月新しいユーザ名(任意)新しいパスワード新しいパスワードが一致しません。ニュース次次の4相音なし差分を表示するための設定がありません。変更なし。アイコンがありません。表示する項目がありません場所が設定されていません。耳に痛い格言は無し保留のサインアップなし。ローミング中はプッシュしない秘密の質問が設定されていません。管理者に相談して下さい。まだ安定したバージョンはありません。ユーザ名が指定されていません。オリジナルの設定ファイルにバージョンがありません。設定を再生成します。設定ファイルにバージョンがありません。設定ファイルを作り直して下さい。NoSQL索引準備完了。%s のNoSQL索引NoSQL の索引は賞味期限切れです。なしNordic (ISO-8859-10)北半球未プロビジョンメモ表示するものがありません。戻って下さい。表示する記事数再表示までの待ち時間(秒)OSオブジェクト閲覧オブジェクト作成者耳に痛いものを選別オフィス古いパスワードと新しいパスワードが同じではいけません。古いパスワード古いパスワードが正しくありません耳に痛い格言だけ所有者かシステム管理者だけが共有の所有権と権限を変更できますオペレーティング・システムあるいはユーザ名を入力:その他の情報その他のオプションその他所有者所有者:PHPPHPコードPHPシェルPOP/IMAP メールアカウントPOSIX 拡張が見当たりません_HPHPシェルパスワードパスワードの難易度パスワードは正常に変更されました。パスワードが一致しません。貼り付け保留中のサインアップ:人々ログイン時にタスクを実行権限 "%s" は削除されませんでした。権限権限の管理個人情報ペット電話番号写真陳腐パスワードを入力してください。ユーザ名を入力してください。障害内容の要約をご記入ください。次の文書を読んでください. このシステムを使用するための規定事項に同意する必要があります。あいさつ:政治あなたの端末でメールの返信をする時の文章の位置。ただし、いくつかの端末では、返信文の後に引用文を挿入します。投稿投稿 %s%s は %s 経由でポストされました過去 %d 時間の降水量:降水%s確率気圧海水面の気圧:プリンシパル障害内容の説明プロビジョン済みプロビジョニング公開は許可されています。クエリークォータ無作為の格言読出読み出し許可済み。本当に "%s" を削除しますか? この操作は元に戻せません。本当にユーザ "%s" のデータを削除しますか? この操作は取り消せません。動的メニューの再表示間隔:ポータルの再表示:再表示頻度:普通のアプリ備考リモートホスト削除ペアを削除保存したスクリプトを作業ディレクトリから削除する。ユーザを削除ユーザを削除: %s返信PIN 必須S/MIME 暗号化必須S/MIME 署名必須リセットパスワードをリセット全ての端末ステータスをリセットするあなたのパスワードをリセット最後のクエリーを戻す結果%s の結果リツイート%s にリツイートされましたパスワードを再入力元の設定に戻すなぞなぞ実行ログインタスクを実行SD カードSD カードの暗号化SMSテキストメッセージSQL DB スキーマは賞味期限切れです。SQL DB スキーマは準備完了です。SQL シェル_QSQL シェル保存"%s" を保存保存して終了生成された設定を PHP スクリプトとしてサーバの作業ディレクトリに保存する。設定更新用スクリプトを "%s" に保存しました。科学範囲_R検索検索検索:端末をロックするまでのアイドル時間(秒)追加するグループを選択:新しい所持者を選択:サーバを選択追加するユーザを選択:アドレスを拡張する際に検索する欄を全て選択して下さい。日付と時間の形式を指定:日付の区切り文字を指定してください:日付の形式を指定してください:日付と時間の並びを指定:時刻の区切り文字を指定してください:時刻の形式を指定してください:色調を選択してください.優先する言語を選択してください:障害レポートを送信するセンサー:サーバ時刻セッション管理セッション・タイムスタンプセッション忘れてしまったパスワードをリセットできるように設定します。Facebook アカウントとの統合を設定します。Twitter アカウントとの統合を設定します。あなたの言語、時間帯、日付を設定します。開始時のアプリケーション、色調、ページ再表示、その他の表示用の設定をします。このパラメータではいくつもの場所が該当します:%s簡単な要約:(メニューなどで)ショートカットキーが使えるようにしますか?表示拡張個人設定を表示全ての設定グループを表示現在の設定と新しく生成された設定との差分を表示する。拡張詳細を表示しますか?ログイン時に前回のログイン時間を表示しますか?通知を表示ログインタスクをスキップ小さい積雪:降雪雨量:唄と詩南ヨーロッパ (ISO-8859-3)南半球Spamスポーツ標準スター・トレック開始時間状態の管理状態ステータスがセットできません。ストリームシステムへ "%s" の追加要求を送信しました。要求が受理されるまでログインはできません。あなたの Facebook アカウントに正常に接続されました。成功"%s" はシステムに追加されました。"%s" がシステムから削除されました。"%s" が削除されました。"%s" がシステムから削除されました。設定は正常に戻されました。リロードして確認できます。設定のバックアップは正常に保存されました。"%s" は正常に更新されました%s は正常に書き込まれました日の出日の入り日曜日の出日の出/日の入り日の入り全て同期SyncMLSyndicated Feedタグ・クラウドタスクこの1時間の気温:気温気温%s(%s最高%s/%s最低%s) Facebook に一時的に接続できなくなっています。後で再度試して下さい。Twitter への接続が一時的にできません。後で再度実行してください。タイ語 (TIS-620)端末 ID %s へのワイプは取り消されました。アラームは削除されました。アラームは保存されました。%s の設定は自動更新できませんでした。どうか、手動で設定して下さい。この ID でデフォルトで使用するメールアドレス:ロックは削除されました。メンバー用サービスに接続できませんでした。後で再度試すか、別のメンバーで試して下さい。メンバー用サービスは使用できませんでした。後で再度試すか、別のメンバーで試して下さい。指定された国コードは無効です。このサービスは現在使用できません。後で再度試して下さい。このサービスは現在混んでいます。後で再度試して下さい。"%s" へのサインアップ要求は削除されました。ユーザ "%s" へのサインアップ要求は削除されました。端末 ID %s がリセットされました。次に端末がサーバに接続された時、再同期されます。テストスクリプトが現在有効になっています。セキュリティー上、テストが済み次第禁止にして下さい(horde/docs/INSTALLをご覧下さい)。ユーザ "%s" は既に存在します。"%s" というユーザは存在しません。"%s" をシステムへ追加中に問題が発生しました: %sユーザ "%s" のデータをシステムから消去中に問題が発生しました:"%s" をシステムから削除中に問題が発生しました:"%s" を更新中に問題が発生しました: %sActiveSync サーバへの通信でエラーがありました: %sTwitter への接続時にエラーが起きました: %s設定フォーム中にエラーがありました。たぶん、必須項目が空白だったのでしょう。リクエスト作成中にエラーが発生しました:%sあなたの Facebook セッションを取得中にエラーが起きました。後で再度試して下さい。共通データ %s の削除中にエラーが発生しました。詳細は記録されています。あなたの要求した権限でエラーが発生しましたこの VAT(付加価値税)登録番号は無効です。この VAT(付加価値税)登録番号は正しい。この結果、全ての端末の全項目が再同期されます。この結果、あなたの端末の全ての項目が再同期されます。チケット経過追跡時間書式タイムスタンプが不明成功した同期セッションの日時タイトルインポート中の一部の欄を除外する、あるいは間違った一致を修正するには、以下の一覧から欄を選び「ペアを削除」を押して下さい。複数の項目を選択するには、PCでは Control キイ、Macなら Command キイを押しながらクリックします。今日明日最も上翻訳トルコ語 (ISO-8859-9)ツイートTwitter 統合Twitter タイムライン%s の Twitter タイムラインTwitter は許可されていません。URL"%s"を削除できません: %s.いいね!にできません。要求トークンの検証ができません。もう一度試して下さい。ありませんアンブロック変更を取り消す嫌い未整理Unicode (UTF-8)単位不明アンロックサポートされていない動作です。更新%s を更新する。%s のスキーマを更新全ての DB スキーマを更新する全ての設定を更新ユーザを更新する"%s" を更新しました。%s のスキーマを更新しました。アップロード全てのアプリケーションの設定ファイルをサーバにアップロードしました。IMSP サーバのユーザ名/パスワードが異なる場合に使用します。ユーザユーザ管理ユーザエージェントユーザ名ユーザ登録ユーザの登録はこのサイトでは禁止されています。このサイトではユーザ登録が正しく設定されていません。ユーザーアカウントがありません。。追加するユーザ:ユーザ名ユーザシステム中のユーザ:VAT(付加価値税)登録番号の確認VAT(付加価値税)登録番号VAT(付加価値税)番号バージョンバージョンの確認バージョン管理ベトナム語 (VISCII)外部の web ページを表示視界警告警告:Caps Lockがオンです!天気気象データの提供はWeb サイトWeb ブラウザようこそようこそ、%s さんWestern (ISO-8859-1)Western (ISO-8859-15)%sログイン後どのアプリケーションを表示しますか?今何してる?区切り文字は何ですか?引用文字は何ですか?どちらを週の始めの日として表示しますか?どちらの相左に表示する %s メニューの幅:WiFiWiki風風速(ノット)風:ワイプワイプは保留中知識with仕事X-Ref年同意します%d 人が「いいね!」と言っていますあなたにグループを追加することは許可されていません。あなたに共有を追加することは許可されていません。あなたにグループを変更することは許可されていません。あなたに共有を変更することは許可されていません。あなたにグループを削除することは許可されていません。あなたに共有を削除することは許可されていません。あなたに共有グループの一覧を見ることは許可されていません。あなたに共有のアクセス権一覧を見ることは許可されていません。あなたに共有の一覧を見ることは許可されていません。グループのユーザ一覧を取得することは許可されていません。共有のユーザ一覧を取得することは許可されていません。あなたは Facebook アカウントへ接続していません。%s で Facebook の設定を確認して下さい。%s で Facebook の設定が確認できます。あなたはサービス同意条項に合意していませんので、ログインは許可されません。あなたはログアウトしました。あなたの要求は拒否されました。Horde 経由での Twitter アカウントへの接続が正しくありません。%s で Twitter の設定を確認して下さい。いいね!障害の内容を記述してから、障害レポートを送信してください。消去するユーザ名を指定してください。削除するユーザ名を指定してください。追加するユーザ名を指定してください。更新するユーザ名を指定してください。電子メールアドレスあなたの情報セッションの間にあなたのIPアドレスが変更されました。セキュリティー保護のためにログインし直すべきです。あなたの名前この認証バックエンドでは、ユーザの追加がサポートされていません。もし Horde でユーザアカウントを管理したいのなら、他の認証バックエンドを使うべきです。この認証バックエンドでは、ユーザの一覧がサポートされていないか、あるいは何らかの理由でこの機能が無効になっています。セッションの間にあなたのブラウザが変更されたようです。セキュリティー保護のためにログインし直すべきです。お使いのブラウザはこの機能をサポートしていません。あなたのタイムゾーン:あなたの氏名ログインは期限切れです。新しい %s 用のパスワード:%sパスワードはリセットされました。パスワードはリセットされましたが、まだあなたに送信していません。管理者に相談して下さい。パスワードはリセットされましたので、新しいパスワードでログインしてみて下さい。あなたのパスワードは変更されました。新しいパスワードでログインし直して下さい。パスワードが期限切れですパスワードが期限切れです。セッションの有効期限が切れました。ログインし直してください。セッションの有効期限が切れました。ログインし直してください。ジッピー[障害報告]_Aアラーム_CLI_C環境設定_Gグループ_Lロック_P権限_Uユーザ添付無風from the %s (%s) at %s %s突風インライン個人設定差分を表示確認のためパスワード2度入力して下さいユニファイド天気tmpIMUtxu/horde-5.2.17/locale/nn/0000755000175000017500000000000013162206570016351 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nn/help.xml0000644000175000017500000000143113160205253020015 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/nn/LC_MESSAGES/0000755000175000017500000000000013162206570020136 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nn/LC_MESSAGES/horde.po0000644000175000017500000024752513160205253021611 0ustar mathieumathieu# Horde Norwegian Nynorsk translation # Copyright 2002 Per-Stian Vatne # This file is distributed under the same license as the Horde package. # Per-Stian Vatne , 2002. # msgid "" msgstr "" "Project-Id-Version: Horde 3.0-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2002-06-08 22:30+0100\n" "Last-Translator: Per-Stian Vatne \n" "Language-Team: Norwegian Nynorsk \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "'%s' vart lagt til gruppesystemet." #: admin/perms/addchild.php:43 #, fuzzy, php-format msgid "\"%s\" was added to the permissions system." msgstr "'%s' vart lagt til tilgangssystemet." #: admin/groups.php:56 admin/perms/addchild.php:47 #, fuzzy, php-format msgid "\"%s\" was not created: %s." msgstr "'%s' vart ikkje oppretta: %s" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "Kvart 5. minutt" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Notis" #: admin/config/config.php:21 admin/config/index.php:226 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s vedlikehaldsoperasjonar - Stadfesting" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Vilkår for avtale" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "Kryss av for operasjon(ar) du vil køyre no." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 #, fuzzy msgid "12 Hour Format" msgstr "Din informasjon" #: lib/Block/time.php:25 #, fuzzy msgid "24 Hour Format" msgstr "Din informasjon" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 timar" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "Sol" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Din informasjon" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Stadfest passord" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Alternativ" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Horde Brukaradministrering" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Legg til" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "Legg til brukar" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Medlemmar" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, fuzzy, php-format msgid "Add a child group to \"%s\"" msgstr "Legg til underordna objektgruppe til '%s'" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Legg til ny brukar:" #: admin/user.php:21 msgid "Add a new user:" msgstr "Legg til ny brukar:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Legg til ny brukar:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Legg til par" #: admin/user.php:22 msgid "Add user" msgstr "Legg til brukar" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Legg til brukarar er slått av." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Adresse" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Adressebok" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Alias" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 #, fuzzy msgid "All Groups" msgstr "Grupper" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Di e-postadresse:" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "Det skjedde ein katastrofal feil:" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 msgid "Application List" msgstr "" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Er du sikker på at du vil slette '%s'?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Er du sikker på at du vil slette '%s'?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Er du sikker på at du vil slette '%s'?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Prøvde å slette ei ikkje-eksisterande gruppe." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Prøvde å slette ein ikkje-eksisterande tilgang." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Prøvde å endre ein ikkje-eksisterande tilgang." #: services/shares/edit.php:66 #, fuzzy msgid "Attempt to edit a non-existent share." msgstr "Prøvde å endre ein ikkje-eksisterande tilgang." #: admin/sessions.php:40 msgid "Authenticated to:" msgstr "" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Tilgjengelege felt:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 msgid "Brown" msgstr "Brun" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Brun" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Brent oransje" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Kalender" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "Avbryt" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Kamuflasje" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Avbryt" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Avbryt problemrapport" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Avbryt" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "Avbryt" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Stadfest passord" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "Legg til underordna objekt" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 #, fuzzy msgid "Clear" msgstr "Kalender" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Klikk for å halde fram" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Lukk vindauget" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Firma" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Din informasjon" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Stadfest passord" #: services/changepassword.php:25 services/resetpassword.php:25 #, fuzzy msgid "Continue" msgstr "Klikk for å halde fram" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "Kunne ikkje kople til LDAP-tenaren." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Kunne ikkje kople til LDAP-tenaren." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Horde er ikkje ordentleg konfigurert" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/vatid.php:91 msgid "Country" msgstr "" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Standardidentitet" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "" #: admin/datatree.php:62 msgid "DataTree" msgstr "" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "" #: lib/Block/vatid.php:94 #, fuzzy msgid "Date" msgstr "Slette" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "Dagleg" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "Slette" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "Bruk standardverdi" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Standardidentitet" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Slette" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Slette" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "Slette" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Skildre problemet" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Filhandsaming" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Visingsalternativ" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Telefon" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 #, fuzzy msgid "Drugs" msgstr "Lus" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Endre" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Endre" #: admin/groups.php:214 #, fuzzy msgid "Edit Group" msgstr "Grupper" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Endre tilgang for '%s'" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Endre tilgang for '%s'" #: lib/Block/fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "Di e-postadresse:" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Feil" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Detaljar er logga for administratoren." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Kvart 15. minutt" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "Kvart 5. minutt" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Kvart 30. sekund" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Kvart 5. minutt" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Kvar halve time" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Kvar halve time" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Kvart minutt" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Eksempelverdiar:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Adresse, privat" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "Filhandsaming" #: lib/Block/fb_stream.php:82 msgid "Filter" msgstr "" #: config/registry.php.dist:93 msgid "Filters" msgstr "" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "Fnorre" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Notatar" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 msgid "Forums" msgstr "" #: config/registry.php.dist:113 msgid "Forwards" msgstr "" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "Full skildring:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Ditt namn:" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 msgid "Green" msgstr "Grøn" #: themes/grey/info.php:2 msgid "Grey" msgstr "Grå" #: admin/groups.php:195 msgid "Group Administration" msgstr "Gruppeadministrering" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "'%s' vart ikkje oppretta: %s" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupper" #: templates/shares/edit.inc:93 #, fuzzy msgid "Guest Permissions" msgstr "Tilgang" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Hjelp" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Vis emne frå Hjelp" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 #, fuzzy msgid "Horde Website" msgstr "Horde Trådlaus" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, fuzzy, php-format msgid "Import, Step %d" msgstr "Importerte felt: %s" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Importerte felt: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importerte felt:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "Din informasjon" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 msgid "Invalid application." msgstr "" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Språk" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Språk" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 #, fuzzy msgid "Last Updated:" msgstr "Oppdater" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Kalender" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Lys blå" #: lib/Block/weatherdotcom_strings.php:38 #, fuzzy msgid "Light Drizzle" msgstr "Lys blå" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Logg inn" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 #, fuzzy msgid "Light Snow" msgstr "Lys blå" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Listing av brukarar er slått av." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Listing av brukarar er slått av." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Logg inn" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Logg inn" #: login.php:286 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Kunne av ein eller annan grunn ikkje logge inn. Sannsynlegvis er brukarnamn " "eller passord tasta inn feil." #: login.php:282 msgid "Login failed." msgstr "" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 #, fuzzy msgid "Love" msgstr "Fjern" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "E-post" #: config/registry.php.dist:85 msgid "Mail" msgstr "E-post" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Samsvarande felt" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Medlemmar" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Detaljar er logga for administratoren." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Månadleg" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Din informasjon" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "NEI, eg er IKKJE samd" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Namn" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Aldri" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Melding" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Passord" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "Passorda må samsvare." #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "Notatar" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Angre endringar" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 #, fuzzy msgid "None" msgstr "Notatar" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "Notatar" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Passord" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 #, fuzzy msgid "Organizing" msgstr "Oransje" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Annan informasjon" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 #, fuzzy msgid "PM Sun" msgstr "Sol" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Passord" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "Passord" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Passorda må samsvare." #: admin/sqlshell.php:100 msgid "Paste" msgstr "" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Rolle" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 msgid "Permissions" msgstr "Tilgang" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Tilgangsadministrering" #: config/prefs.php.dist:213 #, fuzzy msgid "Personal Information" msgstr "Annan informasjon" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Skriv inn ditt brukarnamn og passord" #: login.php:86 msgid "Please enter a username." msgstr "" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Skriv inn eit samandrag av problemet." #: services/logintasks.php:73 #, fuzzy msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Ver venleg og les følgjande tekst. Du MÅ vere samd med vilkåra for å bruke " "systemet." #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Telefon" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "" #: services/problem.php:145 msgid "Problem Description" msgstr "Skildring av problemet" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Tilgang" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Les" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 #, fuzzy msgid "Refresh Portal View:" msgstr "Frisk opp oversiktvising:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Frisk opp oversiktvising:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 #, fuzzy msgid "Remote Servers" msgstr "Fjern" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Fjern" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Fjern par" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "Fjern par" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "Fjern par" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 #, fuzzy msgid "Requested service could not be found." msgstr "Kunne ikkje svare på førespurnad" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Nullstill" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Passord" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Stadfest passord" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 #, fuzzy msgid "Results" msgstr "Nullstill" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Tilbake til alternativ" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Nullstill" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 #, fuzzy msgid "Run" msgstr "Sol" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 #, fuzzy msgid "Save" msgstr "Lagre '%s'" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Lagre '%s'" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 msgid "Sea_rch" msgstr "" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Vel datoformat:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Vel teikna du treng frå boksane under. Du kan så kopiere og lime dei inn frå " "tekstboksa." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Vel datoformat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Vel skiljeteikn for dato:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Vel datoformat:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Vel datoformat:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Vel skiljeteikn for dato:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Vel tidsformat:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Vel fargeskjema." #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Vel ønska språk:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Send problemrapport" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Tilgangsadministrering" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Tilgang" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Vel ønska språk:" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "Set fargeskjema, sideoppfrisking og andre visingsalternativ." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "Kort samandrag:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Vis" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Showers" msgstr "Vis" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "E-post" #: lib/Block/weatherdotcom_strings.php:78 #, fuzzy msgid "Snow" msgstr "Vis" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Inntasting av spesialteikn" #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "Import" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "%s Standard" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Fann ikkje varsellyttar %s." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Suksess" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "La til '%s' til systemet." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Fjerna '%s' frå systemet." #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Sletta '%s'." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Fjerna '%s' frå systemet." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Sletta '%s'." #: admin/config/config.php:60 admin/config/index.php:47 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "Sletta '%s'." #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "Sol" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Sol" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "Sol" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "Sol" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "Sol" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Vis" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 #, fuzzy msgid "Tango Blue" msgstr "Lys blå" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Oppgåver" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Årleg" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Problem med å legge til '%s' til systemet." #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Problem ved fjerning av '%s' frå systemet." #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Problem ved fjerning av '%s' frå systemet." #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Problem med å legge til '%s' til systemet." #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, php-format msgid "There was an error making the request: %s" msgstr "" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Tittel" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 #, fuzzy msgid "Translations" msgstr "Presentasjonar" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Nullstill" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Annan informasjon" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "Kunne ikkje slette '%s': %s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Kunne ikkje slette '%s': %s." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Kunne ikkje slette '%s': %s." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Angre endringar" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Oppdater" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "Oppdaterte '%s'." #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Oppdater" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Oppdaterte '%s'." #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Brukarar" #: admin/user.php:224 msgid "User Administration" msgstr "Brukaradministrering" #: lib/Prefs/Ui.php:432 msgid "User Agent:" msgstr "" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Brukaradministrering" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Horde er ikkje ordentleg konfigurert" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Brukarnamn" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "Brukarnamn" #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "Brukarar" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Brukarar i systemet:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 msgid "Version Control" msgstr "" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Åtvaring" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Velkomen, %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Velkomen til %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Velkomen, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Lukk vindauget" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ÅÅ" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "Ja, eg er samd" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 #, fuzzy msgid "You have been logged out." msgstr "Alternativa dine har blitt oppdaterte." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Du må skildre problemet før du kan sende problemrapporten." #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Du må spesifisere eit brukarnamn å fjerne." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Du må spesifisere eit brukarnamn å fjerne." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Du må spesifisere eit brukarnamn å fjerne." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Du må spesifisere eit brukarnamn å legge til." #: admin/user.php:164 #, fuzzy msgid "You must specify the username to update." msgstr "Du må spesifisere eit brukarnamn å legge til." #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "Di e-postadresse:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Din informasjon" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "Ditt namn:" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "Autentiseringsbakdeln" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Listing av brukarar er ikkje støtta av bakre autentisering, eller funksjonen " "har av ein eller annan grunn blitt slått av." #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "Ditt namn:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Alternativa dine har blitt oppdaterte." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "Økta di (%s) har gått ut på tid. Logg inn på nytt." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Problemrapport]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Alias" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Din informasjon" #: lib/Api.php:52 msgid "_DataTree" msgstr "" #: lib/Api.php:37 #, fuzzy msgid "_Groups" msgstr "Grupper" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "Tilgang" #: lib/Api.php:32 #, fuzzy msgid "_Users" msgstr "Brukarar" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Åtvaring" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "Les" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/nn/LC_MESSAGES/horde.mo0000644000175000017500000001276713160205253021604 0ustar mathieumathieua$,8 9E[djn~ ',* ? Q X ^ k t             ( 8 E U b h m                " 4 = S _ (z         : Z n s              E! &g %  s 9]J  2 :/E1u0  !7O^ory   $,28L]d!m %%Kbf l v #*.>G \gp  <,/*Z{j(</EQ-M0@6I% #?,8WZ.C):_X*\2TH$^B7+9N' a>D1O"& =P5FR`V 4 GSJ[L;KAY] !U3%s - Notice%s Terms of Agreement24 hoursAM/PMAddAdd a new user:Add pairAdd userAdding users is disabled.AddressAddress BookAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Available fields:BarbieBrownBurnt OrangeCalendarCamouflageCancelCancel Problem ReportClick to ContinueClose WindowConfirm PasswordDDDeleteDescribe the ProblemEditErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:File ManagerGreenGreyGroup AdministrationGroupsHelpHordeImported field: %sImported fields:LanguageLight BlueListing users is disabled.Log inMMMailMembersNO, I Do NOT AgreeNameNeverNotesOther InformationPasswordPasswords must match.PermissionsPermissions AdministrationPlease provide a summary of the problem.Problem DescriptionReadRemoveRemove pairResetSelect the date delimiter:Select the date format:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportShowSpecial Character InputSuccessTasksTitleURLUndo ChangesUpdateUser AdministrationUsernameUsersUsers in the system:WarningWelcome to %sWelcome, %sYYYes, I AgreeYou must describe the problem before you can send the problem report.You must specify a username to remove.You must specify the username to add.Your InformationYour authentication backend does not support listing users, or the feature has been disabled for some other reason.[Problem Report]Project-Id-Version: Horde 3.0-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2002-06-08 22:30+0100 Last-Translator: Per-Stian Vatne Language-Team: Norwegian Nynorsk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s - Notis%s Vilkår for avtale24 timarAM/PMLegg tilLegg til ny brukar:Legg til parLegg til brukarLegg til brukarar er slått av.AdresseAdressebokPrøvde å slette ei ikkje-eksisterande gruppe.Prøvde å slette ein ikkje-eksisterande tilgang.Prøvde å endre ein ikkje-eksisterande tilgang.Tilgjengelege felt:BarbieBrunBrent oransjeKalenderKamuflasjeAvbrytAvbryt problemrapportKlikk for å halde framLukk vindaugetStadfest passordDDSletteSkildre problemetEndreFeilKvart 15. minuttKvart 30. sekundKvart 5. minuttKvar halve timeKvart minuttEksempelverdiar:FilhandsamingGrønGråGruppeadministreringGrupperHjelpHordeImporterte felt: %sImporterte felt:SpråkLys blåListing av brukarar er slått av.Logg innMME-postMedlemmarNEI, eg er IKKJE samdNamnAldriNotatarAnnan informasjonPassordPassorda må samsvare.TilgangTilgangsadministreringSkriv inn eit samandrag av problemet.Skildring av problemetLesFjernFjern parNullstillVel skiljeteikn for dato:Vel datoformat:Vel tidsformat:Vel fargeskjema.Vel ønska språk:Send problemrapportVisInntasting av spesialteiknSuksessOppgåverTittelURLAngre endringarOppdaterBrukaradministreringBrukarnamnBrukararBrukarar i systemet:ÅtvaringVelkomen til %sVelkomen, %sÅÅJa, eg er samdDu må skildre problemet før du kan sende problemrapporten.Du må spesifisere eit brukarnamn å fjerne.Du må spesifisere eit brukarnamn å legge til.Din informasjonListing av brukarar er ikkje støtta av bakre autentisering, eller funksjonen har av ein eller annan grunn blitt slått av.[Problemrapport]tmpIMUtxu/horde-5.2.17/locale/zh_TW/0000755000175000017500000000000013162206570016771 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/zh_TW/help.xml0000644000175000017500000000555013160205253020443 0ustar mathieumathieu 摘要頁面 這個頁面提供所有關於你的重點摘要資訊。例如, 它可以顯示出在你的收件箱中目前有幾封新郵件。行事曆中即將來到的事情, 代辦簿中的有哪些待辦事項,新聞服務的最新消息等等。 而這些摘要同時也包含了快捷功能,譬如郵件寫作,建立新的行事曆事件等等。 而這些摘要的內容是可以讓你經由選項設定自行安排的。 例如, 你可以選擇要加入哪一些項目到摘要頁面中。 tmpIMUtxu/horde-5.2.17/locale/zh_TW/LC_MESSAGES/0000755000175000017500000000000013162206570020556 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/zh_TW/LC_MESSAGES/horde.po0000644000175000017500000027530613160205253022227 0ustar mathieumathieu# Horde Traditional Chinese Translation. # Copyright 2001 David Chang,TAIWAN. 張良文,台灣 # David Chang , 2001. # msgid "" msgstr "" "Project-Id-Version: Horde 3.2\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2008-03-28 12:00+0800\n" "Last-Translator: David Chang \n" "Language-Team: Traditional Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "於" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\"已成功的加入到群組系統中." #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\"已加入權限系統." #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\"並未建立: %s." #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "已使用 %.2fMB ,容量 %.2fMB ,剩餘 (%.2f%%)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s 以及 %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "最近一次密碼變更於 %d 天前." #: lib/Block/metar.php:281 #, php-format msgid "%d minutes" msgstr "%d 分" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d 到 %d 共 %d" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "最近 %d 天氣象預報" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - 備忘錄" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "設定" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "密碼確認" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s 同意項目" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s 在 %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "%s 已就下列事項的維護操作就緒. 請於此時勾選你想要操作的項目." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "找不到 %s." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr ", 陣風 " #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr ", 陣風 %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ",變化量從 %s 到 %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12 小時制" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24 小時制" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 小時" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "A 系字元" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "此區塊必須要指定資料庫伺服端." #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "有較新版本 (%s)." #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "午前有雲" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "午前毛毛雨" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "午前有霧" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "午前小雨" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "午前小雪" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "午前有雨" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "午前陣雨" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "午前有雪" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "午前陣雪" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "午前晴" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "午前陣雨" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "午前雷雨" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "午前/午後" #: lib/Block/account.php:3 msgid "Account Information" msgstr "帳號資訊" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "帳號與密碼" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "選項" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "使用者管理" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "新增" #: services/portal/index.php:68 msgid "Add Content" msgstr "新增內容" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "在此新增:" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "新增成員" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "新增次群組到 \"%s\"" #: admin/groups.php:238 msgid "Add a new group" msgstr "新增一個群組" #: admin/user.php:21 msgid "Add a new user:" msgstr "新增一個使用者:" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "新增一個警示" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "新增對" #: admin/user.php:22 msgid "Add user" msgstr "新增使用者" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "已新增 \"%s\" 到系統中. 但無法新增額外的註冊資訊: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "已新增 \"%s\" 到系統中. 你現在可以進行登入了." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "新增使用者的功能目前被關閉." #: lib/Block/vatid.php:101 msgid "Address" msgstr "地址" #: config/registry.php.dist:142 msgid "Address Book" msgstr "通訊錄" #: admin/alarms.php:26 msgid "Alarm end" msgstr "截止日" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "方式" #: admin/alarms.php:25 msgid "Alarm start" msgstr "啟始日" #: admin/alarms.php:27 msgid "Alarm text" msgstr "內容" #: admin/alarms.php:24 msgid "Alarm title" msgstr "警示標題" #: admin/alarms.php:133 msgid "Alarms" msgstr "警示" #: lib/Block/fortune.php:94 msgid "All" msgstr "所有" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "所有通過驗證的使用者" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "所有群組" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "已刪除所有同步會期." #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "變更 IMSP 登入" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "變更 IMSP 密碼" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "變更 IMSP 使用者" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "變更電子郵件住址" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "發生了一個未知的錯誤." #: services/resetpassword.php:48 msgid "Answer" msgstr "答案" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "應用程式" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "應用程式內容: " #: util/icon_browser.php:45 msgid "Application List" msgstr "應用程式清單" #: admin/config/index.php:160 msgid "Application is ready." msgstr "已就緒" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "已是最新版本." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "批准" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "阿拉伯文 (Windows-1256)" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "你確定要刪除 '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "你確定要刪除 \"%s\" 的註冊申請嗎?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "你確定要刪除 \"%s\" 以及任何的次群組?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "亞美尼亞文 (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "藝術" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "文字藝術" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "附件" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "嚐試刪除一個不存在的群組." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "嚐試刪除一個不存在的權限." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "嚐試編輯一個不存在的群組." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "嚐試編輯一個不存在的共享." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "所有通過驗證的使用者" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "可用的欄位:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Azur" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH 藉口" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "波羅的海文 (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "找不到圖示目錄 \"%s\"." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "區塊設定" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "區塊型態" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Blue Moon" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Blue and White" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "書籤" #: lib/Block/fortune.php:103 msgid "Both" msgstr "全部" #: themes/brown/info.php:2 msgid "Brown" msgstr "Brown" #: admin/sessions.php:38 msgid "Browser:" msgstr "瀏覽:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Burnt Orange" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "快取初始化尚未完成." #: config/registry.php.dist:157 msgid "Calendar" msgstr "行事曆" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "零級風" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Camouflage" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "取消" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "取消問題回報" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "取消" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "無法自動重設密碼,請聯絡你的系統管理員." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "分類與標籤" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "塞爾特文 (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "中歐 (ISO-8859-20" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "更改" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "更改你的密碼" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "更改你的的全名以及回郵地址." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "目前的設定並未支援密碼變更. 請聯絡你的管理員." #: lib/Block/vatid.php:45 msgid "Check" msgstr "檢查" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "檢查新版本" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "查驗中..." #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "子" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "簡體中文 (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "正體中文 (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "選擇密碼" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "日期顯示方式:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "日期顯示方式:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "日期顯示方式:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "晴" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "清除查詢" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "清除使用者: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "清除使用者" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "清除使用者的資料" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "早轉晴" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "晚轉晴" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "按滑鼠鍵以繼續" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "客戶端錨點" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "關閉視窗" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "雲量" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "早多雲" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "晚有雲" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "陰" #: admin/sessions.php:31 msgid "Collapse" msgstr "折疊" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "折疊資料夾" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "調色盤" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "命令" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "批次命令" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "評論" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "電腦" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "環境" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "條件" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "設定" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "差異" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "與 PDA 掌上型電腦,智慧型手機以及 Outlook 的同步設定." #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "設定資料過期." #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "更新程式就緒" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "設定 %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "確認密碼" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "繼續" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Cookie" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "Cornflower" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "無法繫結 LDAP 伺服器" #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "無法連結至 LDAP 伺服器" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "無法連結至伺服器 \"%s\" 使用 FTP: %s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "伺服器傳回未預期的回應, 稍後在試." #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "無法刪除更新程式 \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "無法重新設定使用者的密碼. 部分的細節不正確. 請聯絡你的系統管理員以協助處理." #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "無法回復設定." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "無法儲存備份設定: %s." #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "無法儲存更新程式到: \"%s\"." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "無法儲存備份設定 %s." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "無法儲存設定檔 %s. 你可以使用 %s 中的其他功能儲存設定或手動複製下面程式碼到 %" "s." #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "無法覆寫 \"%s\": %s 的設定." #: lib/Block/vatid.php:91 msgid "Country" msgstr "國家" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "建立" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "預設的身份識別" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "目前的 4 個月相" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "目前警示" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "目前會期" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "目前時間" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "目前天氣" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "目前的狀況: " #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "西里爾文 (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "西里爾文 (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "西里爾文/烏克蘭文 (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "日" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "資料" #: admin/datatree.php:62 msgid "DataTree" msgstr "樹狀資料" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "樹狀資料瀏覽" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "資料庫" #: lib/Block/vatid.php:94 msgid "Date" msgstr "日期" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "收到日期" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "日期: %s; 時間: %s" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "白天" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "預設" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "預設顏色" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "預設命令解析器(Shell)" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "定義" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "刪除" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "刪除 \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "刪除所有 SyncML 資料" #: admin/groups.php:215 msgid "Delete Group" msgstr "刪除群組" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "更新程式 \"%s\" 已刪除." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "已刪除裝置 \"%s\" 的同步會期以及資料庫 \"%s\"." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "問題描述" #: config/registry.php.dist:239 msgid "Development" msgstr "研發" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "裝置" #: admin/activesync.php:119 #, fuzzy msgid "Device ID" msgstr "裝置" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "檔案總管" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Device id:" msgstr "裝置" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "已成功的覆寫 %s" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "露點溫度" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "最後一小時的露點溫度: " #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "露點溫度: " #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "列出表格" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "以 24 小時制顯示?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "顯示詳細的預報" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "顯示詳細的預報" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "顯示預報 (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "不刪除" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "不刪除" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "第一筆記錄是否包含欄位名稱? 如果是請勾選." #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "還沒有帳號嗎? 註冊." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "無" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "下載 %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "下載設定檔案另存為 PHP 程式." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "午前毛毛雨" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "藥品" #: services/keyboard.php:64 msgid "E characters" msgstr "E 系字元" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "EU VAT 識別" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "編輯" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "編輯 \"%s\"" #: admin/groups.php:214 msgid "Edit Group" msgstr "編輯群組" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "編輯權限" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "編輯\"%s\"的權限" #: lib/Block/fortune.php:42 msgid "Education" msgstr "教育" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "電子郵件住址" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "請輸入新增分類的名稱:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "如果你需要重設密碼,請輸入一個安全問句,例如 '你寵物的名稱?':" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "錯誤" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "內部 LDAP 錯誤: 細節請參考系統管理登錄." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "刪除同步會期時發生錯誤:" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "刪除同步會期時發生錯誤:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "更新密碼: %s 時發生錯誤" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "種族" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "每 15 分鐘" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "每 2 分鐘" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "每 30 秒鐘" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "每 5 分鐘" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "每 30 分鐘" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "每小時" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "每 1 分鐘" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "範例值:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "執行" #: admin/sessions.php:30 msgid "Expand" msgstr "展開" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "特大" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "設定 %s 已儲存." #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Fade to Green" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "普通" #: lib/Block/feed.php:41 msgid "Feed" msgstr "資訊提供" #: lib/Block/feed.php:17 msgid "Feed Address" msgstr "資訊位址" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "感覺" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "感覺: " #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "毛毛雨" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "短暫陣雪" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "檔案總管" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "過濾器" #: config/registry.php.dist:93 msgid "Filters" msgstr "過濾器" #: lib/Block/moon.php:164 msgid "First Half" msgstr "上半月" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "上弦" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "霧" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "早多霧" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "晚有霧" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "霧" #: lib/Block/fortune.php:44 msgid "Food" msgstr "食物" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "氣象預報 (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "預報天數 (預報天數包括白天以及夜間的資料;如果預報天數較長將佔用比較寬幅的版" "面)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "忘記密碼?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "小語" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "小語類型" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "小語" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "小語 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "論壇" #: config/registry.php.dist:113 msgid "Forwards" msgstr "自動轉信" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "凍毛毛雨" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "從" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "完整描述" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "滿月" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "全名" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "產生 %s 個系統設定" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "已產生的設定資料" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "前往" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "哥德爾" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Google 搜尋" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "Google 搜尋尚未啟用." #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "希臘文 (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Green" #: themes/grey/info.php:2 msgid "Grey" msgstr "Grey" #: admin/groups.php:195 msgid "Group Administration" msgstr "群組管理" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "群組未建立: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "群組" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "來賓" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "靄" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "大雨" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "大雷雨" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "希伯來文 (ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "高度" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "說明" #: services/help/index.php:70 msgid "Help _Topics" msgstr "說明標題_T" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "半球" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "這裡是檔案的開始:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Hi-Contrast" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "隱藏結果" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "高" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "家目錄" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "Horde Website" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "欄位數目共計?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "每幾秒檢查一次新文章?" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "溼度" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "溼度: " #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "滑稽大師" #: services/keyboard.php:78 msgid "I characters" msgstr "I 系字元" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "純圖示" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "%s的圖示" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "圖示及文字" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Ideas" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "身份識別的名稱:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "匯入, 步驟 %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "匯入欄位: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "匯入欄位:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "由於系統無法自動判斷下方左邊欄位的中文名稱,請於下方選擇左右各一個欄位新增配" "對.左邊是匯入檔案的欄位,右邊是可供映照的欄位. 點選 \"新增對\" 以標示配對. 點" "選 \"下一步\" 開始進行匯入." #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "使用者名稱不正確或者電子郵件住址已變更.請聯絡你的系統管理員以協助處理." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "個別使用者" #: templates/prefs/facebook.html:10 #, fuzzy msgid "Infinite sessions enabled." msgstr "列出會期失敗: %s" #: config/registry.php.dist:281 msgid "Information" msgstr "資訊" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "無可用的資訊." #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "已繼承的成員" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "新密碼將寄發到這個郵件地址:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "安全問句的答案:" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "無效的 VAT 識別號碼格式." #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "無效的應用程式." #: admin/config/config.php:24 msgid "Invalid application." msgstr "無效的應用程式." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "無效的批次號碼." #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "無效的授權碼." #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "無效的地區." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "無效的父權限." #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "無效的夥伴識別碼." #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "無效的產品碼." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "局部雷雨" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "日文 (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "核心新手" #: services/help/index.php:138 msgid "Keyword" msgstr "關鍵字" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "兒童" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "韓文 (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "語言" #: lib/Block/iframe.php:28 msgid "Large" msgstr "大" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "下半月" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "最近一次密碼變更於" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "下弦月" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "地區與時間" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "上次更新:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "上一次登入: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "上一次登入: %s 自 %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "上一次登入: 第一次登入" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Lesotho (賴索托)" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "Lavender" #: lib/Block/fortune.php:51 msgid "Law" msgstr "法律" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Light Blue" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "微雨" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "小雨" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "早有小雨" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "晚有小雨" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "小陣雨" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "小雨有雷" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "小雪" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "早有小雨" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "晚有小雨" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "小陣雪" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "連結" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "打油詩" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "列出表格" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "列出警示失敗: %s" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "列出會期失敗: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "列出使用者的功能被關閉" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "文學" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "當地時間: " #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "地區與時間" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "地區" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "登入" #: lib/Block/account.php:64 msgid "Login" msgstr "登入" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "登入失敗, 請檢查閣下的用戶名和密碼, 然後重試." #: login.php:282 msgid "Login failed." msgstr "登入失敗." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "愛情" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "低" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Loyola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Loyola Blue" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "月" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "魔術" #: config/registry.php.dist:85 msgid "Mail" msgstr "郵件" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "郵件管理" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "管理你的分類,並且為分類設定顏色." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 msgid "Matching fields:" msgstr "匹配中的欄位:" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "最近 24 小時的最高溫度: " #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "最近 6 小時的最高溫度: " #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "區塊上限數目" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "文章顯示數目" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "醫學" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "中" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "成員" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "選單模式:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "機場天氣報告" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Metar 區塊無法使用." #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Metar 區塊無法使用. 細節請參考系統管理登錄." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "MetarDB 尚未連接." #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "公制" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "最近 24 小時的最低溫度: " #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "最近 6 小時的最高溫度: " #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "雜項" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "設定檔遺失. 如果要使用這個應用程式你必須現在就產生他." #: lib/Block/weatherdotcom_strings.php:48 #, fuzzy msgid "Mist" msgstr "清單" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "溫和" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 msgid "Monday" msgstr "星期一" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "月相" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "多雲時晴" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "多雲時陰" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "多雲時陰有風" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "晴時多雲" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php.dist:333 msgid "My Account" msgstr "我的帳號" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "我的帳號資訊" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "個人站台" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "個人站台頁面配置" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "不,我不同意" #: lib/Block/vatid.php:98 msgid "Name" msgstr "名稱" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "從未" #: templates/prefs/category.html:3 msgid "New Category" msgstr "新增分類" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "寫信給 %s" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "新月" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "新使用者名稱 (非必要)" #: services/changepassword.php:29 msgid "New password" msgstr "新密碼" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "新密碼不符合." #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "新聞" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "下一步" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "下次 4 個月相" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "晚上" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "靜音" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "無可供顯示差異的設定資料." #: admin/config/diff.php:39 msgid "No change." msgstr "沒有變更." #: util/icon_browser.php:83 msgid "No icons found." msgstr "找不到圖示." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "位置資訊尚未設定" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "尚未提供位置資訊." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "無敏感小語" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "沒有待審的註冊申請." #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "尚未發行穩定版本." #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "無暫存目錄可供快取." #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "未指定名稱." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "原始設定檔中找不到版本資訊. 重新產生設定檔." #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "在你的設定檔中找不到版本資訊. 重新產生設定檔." #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "無" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "日耳曼文 (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "北半球" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "編輯權限" #: config/registry.php.dist:211 msgid "Notes" msgstr "備忘錄" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "沒有可瀏覽的,回去." #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "文章顯示數目" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "O 系字元" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "物件建立者" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "敏感小語過濾器" #: config/registry.php.dist:301 msgid "Office" msgstr "辦公室" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "新密碼必須與舊密碼不同." #: services/changepassword.php:28 msgid "Old password" msgstr "舊密碼" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "舊密碼不正確" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "僅限敏感小語" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "只有擁有者與系統管理員可以變更共享權限" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "作業系統" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "選擇一個使用者名稱" #: config/registry.php.dist:135 msgid "Organizing" msgstr "組織" #: services/keyboard.php:124 msgid "Other" msgstr "其他" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "其他資訊" #: services/keyboard.php:122 msgid "Other characters" msgstr "其他字元" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "擁有人" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "擁有者:" #: admin/phpshell.php:51 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "PHP 程式碼" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PHP 草稿" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "午後有雲" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "午後毛毛雨" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "午後有霧" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "午後小雨" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "午後小雪" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "午後有雨" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "午後陣雨" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "午後有雪" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "午後陣雪" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "午後晴" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "午後陣雨" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "午後雷雨" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "POSIX extension 遺失" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "PHP 草稿_H" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "多雲" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "密碼" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "密碼變更完成." #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "密碼:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "密碼必須吻合." #: admin/sqlshell.php:100 msgid "Paste" msgstr "貼上" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "待審登錄:" #: lib/Block/fortune.php:61 msgid "People" msgstr "成員" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "登入工作" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "\"%s\"的權限未被刪除." #: admin/perms/index.php:23 msgid "Permissions" msgstr "權限" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "權限管理" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "我的" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "寵物" #: config/registry.php.dist:385 msgid "Photos" msgstr "藝廊" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "Platitudes" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "請輸入一個有效的時間." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "請輸入一個有效的時間." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "請提供問題的摘要." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "請閱讀下列內容.你必須同意這些事項才能使用系統." #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "寵物" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "公開金鑰" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "公開金鑰" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "政治" #: services/facebook.php:101 #, fuzzy, php-format msgid "Posted %s" msgstr "發表" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s 以及 %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "最近 %d 小時的降雨量: " #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "降雨
機率" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "氣壓" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "海平面氣壓: " #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "氣壓: " #: services/problem.php:145 msgid "Problem Description" msgstr "問題描述" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "權限" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Purple Horde" #: admin/sqlshell.php:50 msgid "Query" msgstr "查詢" #: lib/Block/account.php:83 msgid "Quota" msgstr "磁碟配置" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "雨" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "早有雨" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "晚有雨" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "陣雨" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "雨有雪" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "雨轉雪" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "隨機小語" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "讀取" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "讀取郵件" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "真的要刪除 \"%s\" 嗎? 這項操作將無法恢復." #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "真的要清除使用者 \"%s\" 的資料嗎? 這項操作將無法恢復." #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "重新整理動態目錄元件:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "重新整理個人站台內容:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "重新整理個人站台內容:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "評論" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "遠端主機:" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "遠端伺服器" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "遠端網址 (http://www.example.com/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "移除" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "移除對" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "自伺服器暫存目錄中移除已儲存的設定程式." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "移除使用者" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "移除使用者: %s" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "回覆到" #: admin/activesync.php:138 #, fuzzy msgid "Reprovision All Devices" msgstr "存取遭拒" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "找不到所需的服務." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "重設" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "重設密碼" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "重設你的密碼:" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "回存最後一個查詢" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "結果" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "%s 的結果" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "返回選項" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "重設" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "再次輸入新密碼" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "回復設定" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "謎語" #: admin/sqlshell.php:101 msgid "Run" msgstr "執行" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "資料庫草稿" #: config/registry.php.dist:363 msgid "SSH" msgstr "加密終端機" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "資料庫草稿_Q" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "儲存" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "儲存 \"%s\"" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "儲存並結束" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "將產生的設定檔以 PHP 語言格式儲存到你的伺服器暫存目錄中." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "更新程式已儲存到: \"%s\"." #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "零星陣雨" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "零星雷雨" #: lib/Block/fortune.php:66 msgid "Science" msgstr "科學" #: services/help/index.php:71 msgid "Sea_rch" msgstr "搜尋_r" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "搜尋" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "搜尋:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "選擇一個群組以新增:" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "選擇一位新的擁有者:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "選擇一部伺服器" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "選擇一位使用者以新增" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "於以下的視窗中選取你要的字元.以滑鼠複製所選文字,然後貼上文件編輯區." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "選擇日期與時間格式:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "選擇日期分隔:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "選擇日期日期格式:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "選擇日期與時間順序:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "選擇時間分隔:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "選擇日期時間格式:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "選擇你的顏色配置" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "選擇偏好語言:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "傳送問題反應" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "感測器: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "伺服器時間" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "伺服器資料錯誤或者無法使用." #: admin/sessions.php:14 msgid "Session Admin" msgstr "會期管理" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "會期時戳:" #: lib/Api.php:57 msgid "Sessions" msgstr "會期" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "允許你於忘記密碼的時候,可以自行重設密碼." #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "設定遠端伺服器上屬於你的個人站台." #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "設定你的偏好語言, 時區以及日期格式." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "設定你的啟始應用程式,顏色配置,頁面更新頻率,及其他顯示選項." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "有好幾個地點和這個參數有關: " #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "簡短摘要" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "是否為大部份的連結定義快捷功能鍵?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "顯示" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "顯示差異" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "顯示新產生與原儲存設定檔的差異." #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "顯示更多資料?" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "每次登入後顯示上一次的登入時間?" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "蹦談通知" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "於左邊顯示 %s 功能表?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "持續陣雨" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "早有陣雨" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "晚有陣雨" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "遠方有陣雨" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "Simplex" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "登入工作" #: lib/Block/iframe.php:26 msgid "Small" msgstr "小" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "雪" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "早有陣雨" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "晚有陣雨" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "陣雪" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "陣雪" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "早有陣雪" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "晚有陣雪" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "積雪深度: " #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "雪水當量: " #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "歌與詩" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "南歐 (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "南半球" #: config/registry.php.dist:102 msgid "Spam" msgstr "垃圾郵件" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "特殊字元輸入" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "運動" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "標準" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "星際爭霸戰" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "狀態" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "找不到次目錄 \"%s\"" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "增加 \"%s\" 到系統的申請已送出. 你必須等到該申請被核准後才能登入." #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "成功" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "成功的加入 \"%s\" 到系統中." #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "成功的自系統中清除使用者 \"%s\" 的資料." #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\"已刪除完成." #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "成功的自系統中移除 \"%s\"." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "已成功的回復設定. 請重新載入檢視差異." #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "已成功的備份設定資料." #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "已成功的備份設定資料 %s." #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "成功的更新 \"%s\"" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "已成功的覆寫 %s" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "日出" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "日落" #: config/prefs.php.dist:429 msgid "Sunday" msgstr "星期天" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "晴" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "日出" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "日出/日落" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "日出: " #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "日落" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "日落: " #: config/prefs.php.dist:664 msgid "SyncML" msgstr "同步行動裝置" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "聯合資訊提供" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "持續陣雨" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "早有陣雨" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "晚有陣雨" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "雷雨" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "雷雨有風" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "雷雨" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "早有持續雷雨" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "晚有持續雷雨" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "所有標籤" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "Tango Blue" #: config/registry.php.dist:184 msgid "Tasks" msgstr "待辦事項" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "Teal" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "最近一小時的溫度: " #: lib/Block/metar.php:209 msgid "Temperature" msgstr "溫度" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "溫度: " #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "溫度
(%s高%s/%s低%s) °%s" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "更新聯絡人資料時發生了一個錯誤. 請稍後再試." #: services/keyboard.php:148 msgid "Text Area" msgstr "本文區" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "純文字" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "泰文 (TIS-620)" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "此伺服器 \"%s\" 已被刪除." #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "警示已被刪除." #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "警示已儲存." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "成員身份服務無法及時連線. 請稍後再試或使用其他成員身份." #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "成員身份服務無法及時連線. 請稍後再試或使用其他成員身份" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "所提供的國碼不正確." #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "此伺服器 \"%s\" 已被刪除." #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "此伺服器 \"%s\" 已被儲存." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "此服務目前無法使用. 稍後再試." #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "此服務目前忙碌中. 稍後再試." #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" 的註冊請求已被移除." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "\"%s\" 的註冊請求已被移除." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "使用者 \"%s\" 已存在." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "共享 \"%s\" 並不存在." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "weather.com 區塊無法使用." #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "找不到樣式配置目錄 \"%s\"." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "找不到樣式配置目錄 \"%s\"." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "新增 \"%s\" 到系統: %s 時發生一個問題." #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "自系統清除 \"%s\" 的資料時發生一個問題:" #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "自系統移除 \"%s\" 時發生一個問題:" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "更新 \"%s\": %s 時發生一個問題" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "匯入聯絡人資料時發生錯誤:" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "在設定表單中發生了一個錯誤.有可能你遺漏了必須填寫的欄位." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "讀取聯絡人資料時發生錯誤." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "此 VAT 識別號碼無效." #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "此 VAT 識別號碼有效." #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "雷" #: config/registry.php.dist:260 msgid "Tickets" msgstr "問題追蹤" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "時間指南" #: lib/Block/time.php:23 msgid "Time format" msgstr "時間格式" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "時間戳記或未知" #: templates/prefs/syncml.html:2 #, fuzzy msgid "Timestamps of successful synchronization sessions" msgstr "刪除同步會期時發生錯誤:" #: lib/Block/iframe.php:22 msgid "Title" msgstr "標題" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "欲排除配對請點選下方欄位後再點選 \"移除對\"." #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "如果要複選,請在點選滑鼠的同時按 Control鍵(個人電腦) 或 Command鍵(蘋果電腦)." #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "今天" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "明天" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "變化" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "土耳其文 (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "內容" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "其他資訊" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "U 系字元" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "紫外線指數: " #: lib/Block/iframe.php:19 msgid "URL" msgstr "網址" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "無法刪除 \"%s\": %s" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "無法刪除 \"%s\": %s" #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "無法執行 smbclient." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "取消更改" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "未分類" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "萬國碼 (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "單位" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "未知的位置資訊." #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "變更" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "更新 %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "更新使用者" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\"已更新." #: admin/config/index.php:190 msgid "Upload" msgstr "上傳" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "已上傳所有應用程式的設定檔到伺服器." #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "如果你的使用者名稱/密碼與 IMSP 伺服器不同,可在此設定." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "使用者" #: admin/user.php:224 msgid "User Administration" msgstr "使用者管理" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "使用目前的: %s" #: signup.php:67 msgid "User Registration" msgstr "使用者註冊" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "此站台的使用者註冊系統已停用." #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "此站台的使用者註冊系統已停用." #: lib/Block/account.php:561 msgid "User account not found" msgstr "找不到使用者帳號" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "欲新增的使用者:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "使用者名稱" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "使用者名稱:" #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "使用者" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "系統中的使用者:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "VAT 識別號碼驗證" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "VAT 識別號碼:" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "VAT 號碼" #: config/registry.php.dist:122 msgid "Vacation" msgstr "假期" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "變化" #: config/registry.php.dist:246 msgid "Version Control" msgstr "版本控制" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "非常高" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "越南文 (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "在新視窗開啟" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "能見度" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "能見度: " #: lib/Block/account.php:98 msgid "Warning" msgstr "警告" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "天氣預測" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "氣象資料提供" #: config/registry.php.dist:369 msgid "Web Site" msgstr "網站" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "歡迎" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "歡迎到 %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "歡迎, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "西歐 (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "西歐 (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "登入後應該先顯示 %s 哪一個應用程式?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "欄位的分隔字元?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "引述的前置字元?" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "每週的第一天?" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "哪個月相" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "於左邊顯示 %s 功能表?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "集體創作" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "風" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "早有風" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "晚有風" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "風速(節)" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "風速:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "風速: " #: lib/Block/account.php:634 msgid "Windows" msgstr "Windows" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "星期三" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "智慧" #: lib/Block/fortune.php:72 msgid "Work" msgstr "工作" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "交互參考" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "年" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "是的,我同意" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "你沒有建立群組的權限." #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "你沒有建立共享的權限." #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "你沒有變更群組的權限." #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "你沒有變更共享的權限." #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "你沒有刪除群組的權限." #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "你沒有刪除共享的權限." #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "你沒有列出共享群組的權限." #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "你沒有列出共享的權限." #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "你沒有列出共享的權限." #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "你沒有列出群組用戶的權限." #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "你沒有列出共享用戶的權限." #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "你沒有移除用戶資料的權限." #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "你已經登出." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "請描述問題,在你傳送問題報告之前." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "請指定要刪除的伺服器." #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "請指定要清除的使用者." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "請指定要移除的使用者." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "請指定要新增的使用者." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "請指定要更新的使用者." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "你的電子郵件住址" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "你的資訊" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "自從你的 %s 會期開始以來你的網際網路位址已變更. 為保護你的安全起見,你必須重新" "登入." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "你的名稱" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "你的驗證伺服端並不支援新增使用者. 如果你希望管理使用者帳號,你必須另選其他的驗" "證伺服端." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "你的驗證端並未支援列出使用者或該功能已被關閉." #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "自從你的 %s 會期開始以來你的瀏覽器似乎已變更. 為保護你的安全起見,你必須重新登" "入." #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "你的瀏覽器並未支援這個功能." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "你目前所設定的時區:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "你的全名:" #: login.php:290 msgid "Your login has expired." msgstr "你的登入已到期." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "你在 %s 中的新密碼是: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "你的密碼已重新設定" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "密碼已被重新設定,新的密碼已透過電子郵件寄發請以該密碼登入." #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "密碼已被重新設定,新的密碼已透過電子郵件寄發請以該密碼登入." #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "你的密碼已到期" #: login.php:178 msgid "Your password has expired." msgstr "你的密碼已到期." #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "你的遠端伺服器:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "你的 %s 會期已過時.請重新登入." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[問題反映]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "[未知的]" #: lib/Api.php:47 msgid "_Alarms" msgstr "警示_A" #: lib/Api.php:72 msgid "_CLI" msgstr "命令列_C" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "設定" #: lib/Api.php:52 msgid "_DataTree" msgstr "樹狀資料_D" #: lib/Api.php:37 msgid "_Groups" msgstr "群組_G" #: lib/Api.php:42 msgid "_Permissions" msgstr "權限_P" #: lib/Api.php:32 msgid "_Users" msgstr "使用者_U" #: services/problem.php:56 msgid "attachment" msgstr "附件" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "無風" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "落下" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "從 %s (%s) 於 %s %s" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "陣風" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "直接顯示於本文區" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "上升" #: admin/config/config.php:80 msgid "show differences" msgstr "顯示差異" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "穩定" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "再次輸入你的密碼以確認無誤" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "整合" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com 網站" tmpIMUtxu/horde-5.2.17/locale/zh_TW/LC_MESSAGES/horde.mo0000644000175000017500000013621513160205253022217 0ustar mathieumathieu<\0x@y@$~@)@@&@ A$A @AKAZA jAvA A A AAAAAA B.B=B ZBdB kB yBB BBBB BBBBB B C CC0C@C PC^CgCNpC-CCD D D &D 4D @D KDWD^DbD zD%DDDDDE&E -E9EOE`EvEEE%E<E8FKF`F dF nF'yF,F*F%FG1G 6GCGXG'_GG G GG GGGG GGH H HH#H@9HzHHHHHTHd4IIIIIIII JJ #J.J>J MJ[J mJ {JJ J JJJJ JJ J J J K KK=3KqK KKKK KK!K. L8LL(L0$MUM*MNN"N3NBN SN`NpNNNNNNNNNN NOOO 'O 5O COOO VObO yOBOO OO OO P!P8PRPCiPP P/P Q QQ2Q 7Q AQLQ]Q wQ Q{Q R'R(9RbR~RRRRRR R RRRS S S(S-S 2S ?S JS WScS tSS S SS SSSSS|SPTfT nT{T TTTT TT T TTTU U U U>UQUWU\UqUUUU U UUUU U U"U V ,V9V>VMV SV$aV2VV V V V V VV WW#W3WFWWWjBXX X XXBX4@Y)uYYYYYYZ)Z;ZRZaZiZnZtZZZ ZZ Z ZZZZ[[ [ [ +[6[G[W[i[ [[[ [ [[[[ \ \)\9\B\I\GO\ \\\\ \\\\ \h\C]T]m]]]]] ] ]]J]<^V^]^v^ ^J^^^ ^ _ __ 6_C_ K_V_ m_w_____ ___ __`` ```8(` a`l`|`````+`EaA`aaaaaaa bb,b;b(Bb kbxbb\b c c&c,c>cOcUc\c`c ic sc}c c cc cccc cc c ddd :dDdZd`dqdxd ddddd d(dPebekeBteeee ee ff$f*f /f :f Df Pf ^fkfzf4fGffg 0g>g FgSg*bgg g6g gg%ghh.hBhUh]hlhhhh hh hh hhRh,i>iQiYiaihipiiiiii +jLjgjjjjjj kk (k#4k Xkfkyk?k/k k-l.lO3ll%lll l llmm#m (m 4mAmTm fmsm mmmmmmm mn nd'nn&n8nn*o;:o(vo4ooop ppp"p*p 9pCpJpSpZpjprppp p p pppp p p(p "q ,q6qEqaqh{qfq%Kr!qrr8r3r- sNs'ls s1sAs3)t%]tTt*t(u,u4u } O}Y}s}+o~~~~~~Qj     :BIPa"h ")&Pk0&‚* : G U_n +    , 9 F S ` j w  Ąф &0F@<(ą   -4; Zgن  " 5?SZv+1 %$%J%p%͈ ҈ވ  , 9CRY`f n{ 8щ 5IP(cBϊ֊  ! %2FV o y  NjыՋ܋   &F-t  Ԍ,n pލ Opw~ Ȏڎ" /3 :G Zd kx ǏΏ Տ 9 CPW ^ kɐ<ܐ 5'?g n z ɑБU9"@"c  ɒ ג " )7 > KX_ h r   Óʓsݓ Q_ fsz  Ôݔ 0GM R_t{ Еו   ,@`g p } ̖ޖ hdt{(˘!/@Tn  ™șؙߙ  !5 Pqz  ˚ Қ ܚ !.PWfv}A ͛ۛ  /H!\ ~ ĜҜ<<R!Y {N  $ 7D LY ly Þʞ  +2%9 _m~ޟ?BU ˠ  +"5 Xbu9 ¡ϡ֡ ݡ    ) 6 C P ] j w  ̢Ӣڢ !(C JW^e lwD֣ݣ1 : GT [h l v 6H/Oo , :-=Qk r  ֦# *6QF §ɧѧ !c@ը  :Sg z( ̩ک1) =1J|..ƪ  -:JRVZa h u  ȫի Z%"4߬!6M"m­ ɭӭ׭ ޭ+ 2?FY l y %   Q1Pԯ*1'\!!043+h%S*F J W dq=̲Ӳڲ  6 CM_f} K  +*Vo ȴߴ  !4 G Q] dq 2ӵ4 H Ub f p z ϶/Oo%շ%%%Ag/xȸ(H a n{C(?h  ˺V>Tk  ǻл ٻ0 7D'Ksz3+0PH8E\B/AQRwPv<Fx3Zal`9SsWD ]! \|MG]FqRlCUwy4t;^j}_-km05,WXpN2~ r+6d,l|~Oi-k{6!= jY%cy)'g*J9<#fo4%'g*Js3ZCf"p!A^_mrU1MD-pHLVfhXL 1cba $;,gSu Xxnz(`7dO2Ho.">RtA~P(W7 I>b6aNrTKUE*hF7.:=e_4KG}#}` C@&h bI\VKsY5x)tB> ? oE iMmz]ynI#Q$c^ivJVeTv8{%u@QkS:&j<D  =uq/[+@|L8$e."O1G&9?('0;)/q:n Tz{ZYw[B?[  5d2N at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d to %d of %d%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA charactersA database backend is required for this block.A newer version (%s) exists.AM CloudsAM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM T-StormsAM/PMAccount InformationAccount PasswordAddAdd ContentAdd Here:Add MembersAdd a child group to "%s"Add a new groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll GroupsAll synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s" and any sub-groups?Armenian (ARMSCII-8)ArtAscii ArtAttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBrowser:Burnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChildChinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick to ContinueClient AnchorClose WindowCloudsClouds EarlyClouds LateCloudyCollapseCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configure %sConfirm PasswordContinueCookieCornflowerCould not bind to LDAP server.Could not connect to LDAP server.Could not connect to server "%s" using FTP: %sCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCurrent 4 PhasesCurrent AlarmsCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataDataTreeDataTree BrowserDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsE charactersEU VAT identificationEditEdit "%s"Edit GroupEdit permissionsEdit permissions for "%s"EducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFade to GreenFairFeedFeed AddressFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFog EarlyFog LateFoggyFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFreezing DrizzleFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoedelGoogle SearchGoogle search is not enabled.Greek (ISO-8859-7)GreenGreyGroup AdministrationGroup was not created: %s.GroupsGuest PermissionsHazeHeavy RainHeavy T-StormHebrew (ISO-8859-8-I)HeightHelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHide ResultsHighHome DirectoryHordeHorde WebsiteHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid application.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLimerickLinux CookieList TablesListing alarms failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLogin failed because your username or password was entered incorrectly.Login failed.LoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMedicineMediumMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration. You must generate it before using this application.ModerateMondayMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeXTNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo SoundNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No stable version exists yet.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.Number of articles to displayO charactersObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationOther charactersOwnerOwner:PHPPHP CodePHP ShellPM CloudsPM FogPM Light RainPM Light SnowPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPostnukePrecipitation for last %d hour: Precipitation for last %d hours: Precipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionPurple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:RemarksRemote Host:Remote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sRequested service could not be found.ResetReset PasswordReset Your PasswordRestore Last QueryResultsResults for %sRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Scattered ShowersScattered T-StormsScienceSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeServer data wrong or not available.Session AdminSession Timestamp:SessionsSet up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSmallSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLSyndicated FeedT-StormT-Storm and WindyT-StormsT-Storms EarlyT-Storms LateTag CloudTango BlueTasksTealTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sText AreaText OnlyThai (TIS-620)The alarm has been deleted.The alarm has been saved.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The server "%s" has been deleted.The server "%s" has been saved.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The user "%s" already exists.The weather.com block is not available.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error in the configuration form. Perhaps you left out a required field.This VAT identification number is invalid.This VAT identification number is valid.ThunderTicketsTime TrackingTime formatTimestamp or unknownTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".TodayTomorrowTranslationsTurkish (ISO-8859-9)U charactersU.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.UserUser AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWikiWindWind EarlyWind LateWind speed in knotsWind:Wind: WindowsWisdomWorkX-RefYYYes, I AgreeYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not allowed to remove user data.You have been logged out.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Zippy[Problem Report][Unknown]_Alarms_CLI_DataTree_Groups_Permissions_Usersattachmentcalmfallingfrom the %s (%s) at %s %sgustinginlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 3.2 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2008-03-28 12:00+0800 Last-Translator: David Chang Language-Team: Traditional Chinese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit Plural-Forms: nplurals=1; plural=0; 於"%s"已成功的加入到群組系統中."%s"已加入權限系統."%s"並未建立: %s.已使用 %.2fMB ,容量 %.2fMB ,剩餘 (%.2f%%)%d %s 以及 %s最近一次密碼變更於 %d 天前.%d 分%d 到 %d 共 %d最近 %d 天氣象預報%s - 備忘錄%s 同意項目%s 在 %s %s找不到 %s., 陣風 , 陣風 %s %s,變化量從 %s 到 %s12 小時制24 小時制24 小時A 系字元此區塊必須要指定資料庫伺服端.有較新版本 (%s).午前有雲午前有霧午前小雨午前小雪午前有雨午前陣雨午前有雪午前陣雪午前晴午前雷雨午前/午後帳號資訊帳號與密碼新增新增內容在此新增:新增成員新增次群組到 "%s"新增一個群組新增一個使用者:新增一個警示新增對新增使用者已新增 "%s" 到系統中. 但無法新增額外的註冊資訊: %s.已新增 "%s" 到系統中. 你現在可以進行登入了.新增使用者的功能目前被關閉.地址通訊錄截止日方式啟始日內容警示標題警示所有所有通過驗證的使用者所有群組已刪除所有同步會期.變更 IMSP 登入變更 IMSP 密碼變更 IMSP 使用者變更電子郵件住址發生了一個未知的錯誤.答案應用程式應用程式內容: 應用程式清單已就緒已是最新版本.批准阿拉伯文 (Windows-1256)你確定要刪除 '%s'?你確定要刪除 "%s" 的註冊申請嗎?你確定要刪除 "%s" 以及任何的次群組?亞美尼亞文 (ARMSCII-8)藝術文字藝術附件嚐試刪除一個不存在的群組.嚐試刪除一個不存在的權限.嚐試編輯一個不存在的群組.嚐試編輯一個不存在的共享.可用的欄位:AzurBOFH 藉口波羅的海文 (ISO-8859-13)Barbie找不到圖示目錄 "%s".區塊設定區塊型態Blue MoonBlue and White書籤全部Brown瀏覽:Burnt Orange快取初始化尚未完成.行事曆零級風Camouflage取消取消問題回報無法自動重設密碼,請聯絡你的系統管理員.分類與標籤塞爾特文 (ISO-8859-14)中歐 (ISO-8859-20更改更改你的密碼更改你的的全名以及回郵地址.目前的設定並未支援密碼變更. 請聯絡你的管理員.檢查檢查新版本查驗中...子簡體中文 (GB2312)正體中文 (Big5)晴清除查詢清除使用者: %s清除使用者清除使用者的資料早轉晴晚轉晴按滑鼠鍵以繼續客戶端錨點關閉視窗雲量早多雲晚有雲陰折疊折疊資料夾調色盤命令批次命令電腦環境條件設定差異與 PDA 掌上型電腦,智慧型手機以及 Outlook 的同步設定.設定資料過期.設定 %s確認密碼繼續CookieCornflower無法繫結 LDAP 伺服器無法連結至 LDAP 伺服器無法連結至伺服器 "%s" 使用 FTP: %s無法重新設定使用者的密碼. 部分的細節不正確. 請聯絡你的系統管理員以協助處理.無法回復設定.無法儲存備份設定: %s.無法儲存備份設定 %s.無法儲存設定檔 %s. 你可以使用 %s 中的其他功能儲存設定或手動複製下面程式碼到 %s.無法覆寫 "%s": %s 的設定.國家建立目前的 4 個月相目前警示目前會期目前時間目前天氣目前的狀況: 西里爾文 (KOI8-R)西里爾文 (Windows-1251)西里爾文/烏克蘭文 (KOI8-U)日資料樹狀資料樹狀資料瀏覽資料庫日期收到日期日期: %s; 時間: %s白天預設預設顏色預設命令解析器(Shell)定義刪除刪除 "%s"刪除所有 SyncML 資料刪除群組已刪除裝置 "%s" 的同步會期以及資料庫 "%s".問題描述研發裝置露點溫度最後一小時的露點溫度: 露點溫度: 以 24 小時制顯示?顯示詳細的預報顯示預報 (TAF)第一筆記錄是否包含欄位名稱? 如果是請勾選.還沒有帳號嗎? 註冊.下載 %s下載設定檔案另存為 PHP 程式.藥品E 系字元EU VAT 識別編輯編輯 "%s"編輯群組編輯權限編輯"%s"的權限教育電子郵件住址如果你需要重設密碼,請輸入一個安全問句,例如 '你寵物的名稱?':錯誤刪除同步會期時發生錯誤:刪除同步會期時發生錯誤:更新密碼: %s 時發生錯誤種族每 15 分鐘每 2 分鐘每 30 秒鐘每 5 分鐘每 30 分鐘每小時每 1 分鐘範例值:執行展開特大Fade to Green普通資訊提供資訊位址感覺感覺: 毛毛雨短暫陣雪檔案總管過濾器上半月上弦霧早多霧晚有霧霧食物氣象預報 (TAF)預報天數 (預報天數包括白天以及夜間的資料;如果預報天數較長將佔用比較寬幅的版面)忘記密碼?小語小語類型小語小語 2論壇自動轉信凍毛毛雨從完整描述滿月全名產生 %s 個系統設定已產生的設定資料前往哥德爾Google 搜尋Google 搜尋尚未啟用.希臘文 (ISO-8859-7)GreenGrey群組管理群組未建立: %s.群組來賓靄大雨大雷雨希伯來文 (ISO-8859-8-I)高度說明說明標題_T半球這裡是檔案的開始:Hi-Contrast隱藏結果高家目錄HordeHorde Website欄位數目共計?每幾秒檢查一次新文章?溼度溼度: 滑稽大師I 系字元純圖示%s的圖示圖示及文字Ideas身份識別的名稱:匯入, 步驟 %d匯入欄位: %s匯入欄位:由於系統無法自動判斷下方左邊欄位的中文名稱,請於下方選擇左右各一個欄位新增配對.左邊是匯入檔案的欄位,右邊是可供映照的欄位. 點選 "新增對" 以標示配對. 點選 "下一步" 開始進行匯入.使用者名稱不正確或者電子郵件住址已變更.請聯絡你的系統管理員以協助處理.個別使用者資訊無可用的資訊.已繼承的成員新密碼將寄發到這個郵件地址:安全問句的答案:無效的 VAT 識別號碼格式.無效的應用程式.無效的授權碼.無效的地區.無效的父權限.無效的夥伴識別碼.無效的產品碼.局部雷雨日文 (ISO-2022-JP)核心新手關鍵字兒童Kolab韓文 (EUC-KR)語言大下半月最近一次密碼變更於下弦月上次更新:上一次登入: %s上一次登入: %s 自 %s上一次登入: 第一次登入Lavender法律Light Blue微雨小雨早有小雨晚有小雨小陣雨小雨有雷小雪小陣雪打油詩Linux Cookie列出表格列出警示失敗: %s列出會期失敗: %s列出使用者的功能被關閉文學當地時間: 地區與時間地區登入登入登入失敗, 請檢查閣下的用戶名和密碼, 然後重試.登入失敗.愛情低LoyolaLoyola Blue月魔術郵件郵件管理管理你的分類,並且為分類設定顏色.匹配中的欄位:最近 24 小時的最高溫度: 最近 6 小時的最高溫度: 區塊上限數目醫學中成員選單模式:機場天氣報告Metar 區塊無法使用.Metar 區塊無法使用. 細節請參考系統管理登錄.MetarDB 尚未連接.公制最近 24 小時的最低溫度: 最近 6 小時的最高溫度: 雜項設定檔遺失. 如果要使用這個應用程式你必須現在就產生他.溫和星期一月相多雲時晴多雲時陰多雲時陰有風晴時多雲Mozilla我的帳號我的帳號資訊個人站台個人站台頁面配置不,我不同意名稱NeXT從未新增分類新月新使用者名稱 (非必要)新密碼新密碼不符合.新聞下一步下次 4 個月相晚上靜音無可供顯示差異的設定資料.沒有變更.找不到圖示.位置資訊尚未設定尚未提供位置資訊.無敏感小語沒有待審的註冊申請.尚未發行穩定版本.無暫存目錄可供快取.原始設定檔中找不到版本資訊. 重新產生設定檔.在你的設定檔中找不到版本資訊. 重新產生設定檔.無日耳曼文 (ISO-8859-10)北半球備忘錄沒有可瀏覽的,回去.文章顯示數目O 系字元物件建立者敏感小語過濾器辦公室新密碼必須與舊密碼不同.舊密碼舊密碼不正確僅限敏感小語只有擁有者與系統管理員可以變更共享權限作業系統組織其他其他資訊其他字元擁有人擁有者:PHPPHP 程式碼PHP 草稿午後有雲午後有霧午後小雨午後小雪午後有雨午後陣雨午後有雪午後陣雪午後晴午後雷雨POSIX extension 遺失PHP 草稿_H多雲密碼密碼變更完成.密碼:密碼必須吻合.貼上待審登錄:成員"%s"的權限未被刪除.權限權限管理我的寵物藝廊Platitudes請提供問題的摘要.請閱讀下列內容.你必須同意這些事項才能使用系統.政治Postnuke最近 %d 小時的降雨量: 降雨
機率氣壓海平面氣壓: 氣壓: 問題描述Purple Horde查詢磁碟配置雨早有雨晚有雨陣雨雨有雪雨轉雪隨機小語讀取真的要刪除 "%s" 嗎? 這項操作將無法恢復.真的要清除使用者 "%s" 的資料嗎? 這項操作將無法恢復.重新整理動態目錄元件:重新整理個人站台內容:重新整理個人站台內容:評論遠端主機:遠端伺服器遠端網址 (http://www.example.com/horde):移除移除對自伺服器暫存目錄中移除已儲存的設定程式.移除使用者移除使用者: %s找不到所需的服務.重設重設密碼重設你的密碼:回存最後一個查詢結果%s 的結果再次輸入新密碼回復設定謎語執行資料庫草稿加密終端機資料庫草稿_Q儲存儲存 "%s"儲存並結束將產生的設定檔以 PHP 語言格式儲存到你的伺服器暫存目錄中.零星陣雨零星雷雨科學搜尋_r搜尋搜尋:選擇一個群組以新增:選擇一位新的擁有者:選擇一部伺服器選擇一位使用者以新增於以下的視窗中選取你要的字元.以滑鼠複製所選文字,然後貼上文件編輯區.選擇日期與時間格式:選擇日期分隔:選擇日期日期格式:選擇日期與時間順序:選擇時間分隔:選擇日期時間格式:選擇你的顏色配置選擇偏好語言:傳送問題反應感測器: 伺服器時間伺服器資料錯誤或者無法使用.會期管理會期時戳:會期設定遠端伺服器上屬於你的個人站台.有好幾個地點和這個參數有關: 簡短摘要是否為大部份的連結定義快捷功能鍵?顯示顯示新產生與原儲存設定檔的差異.顯示更多資料?每次登入後顯示上一次的登入時間?於左邊顯示 %s 功能表?持續陣雨早有陣雨晚有陣雨遠方有陣雨Simplex小雪陣雪陣雪早有陣雪晚有陣雪積雪深度: 雪水當量: 歌與詩南歐 (ISO-8859-3)南半球垃圾郵件特殊字元輸入運動標準星際爭霸戰狀態找不到次目錄 "%s"增加 "%s" 到系統的申請已送出. 你必須等到該申請被核准後才能登入.成功成功的加入 "%s" 到系統中.成功的自系統中清除使用者 "%s" 的資料."%s"已刪除完成.成功的自系統中移除 "%s".已成功的回復設定. 請重新載入檢視差異.已成功的備份設定資料.已成功的備份設定資料 %s.成功的更新 "%s"已成功的覆寫 %s日出日落星期天晴日出日出/日落日出: 日落日落: 同步行動裝置聯合資訊提供雷雨雷雨有風雷雨早有持續雷雨晚有持續雷雨所有標籤Tango Blue待辦事項Teal最近一小時的溫度: 溫度溫度: 溫度
(%s高%s/%s低%s) °%s本文區純文字泰文 (TIS-620)警示已被刪除.警示已儲存.成員身份服務無法及時連線. 請稍後再試或使用其他成員身份.成員身份服務無法及時連線. 請稍後再試或使用其他成員身份所提供的國碼不正確.此伺服器 "%s" 已被刪除.此伺服器 "%s" 已被儲存.此服務目前無法使用. 稍後再試.此服務目前忙碌中. 稍後再試."%s" 的註冊請求已被移除.使用者 "%s" 已存在.weather.com 區塊無法使用.找不到樣式配置目錄 "%s".新增 "%s" 到系統: %s 時發生一個問題.自系統清除 "%s" 的資料時發生一個問題:自系統移除 "%s" 時發生一個問題:更新 "%s": %s 時發生一個問題在設定表單中發生了一個錯誤.有可能你遺漏了必須填寫的欄位.此 VAT 識別號碼無效.此 VAT 識別號碼有效.雷問題追蹤時間指南時間格式時間戳記或未知標題欲排除配對請點選下方欄位後再點選 "移除對".今天明天變化土耳其文 (ISO-8859-9)U 系字元紫外線指數: 網址無法刪除 "%s": %s取消更改未分類萬國碼 (UTF-8)單位未知的位置資訊.變更更新 %s更新使用者"%s"已更新.上傳如果你的使用者名稱/密碼與 IMSP 伺服器不同,可在此設定.使用者使用者管理使用者註冊此站台的使用者註冊系統已停用.找不到使用者帳號欲新增的使用者:使用者名稱使用者名稱:使用者系統中的使用者:VAT 識別號碼驗證VAT 識別號碼:VAT 號碼假期變化版本控制非常高越南文 (VISCII)在新視窗開啟能見度能見度: 警告天氣預測氣象資料提供網站歡迎歡迎到 %s歡迎, %s西歐 (ISO-8859-1)西歐 (ISO-8859-15)登入後應該先顯示 %s 哪一個應用程式?欄位的分隔字元?引述的前置字元?每週的第一天?哪個月相集體創作風早有風晚有風風速(節)風速:風速: Windows智慧工作交互參考年是的,我同意你沒有建立群組的權限.你沒有建立共享的權限.你沒有變更群組的權限.你沒有變更共享的權限.你沒有刪除群組的權限.你沒有刪除共享的權限.你沒有列出共享群組的權限.你沒有列出共享的權限.你沒有列出共享的權限.你沒有列出群組用戶的權限.你沒有列出共享用戶的權限.你沒有移除用戶資料的權限.你已經登出.請描述問題,在你傳送問題報告之前.請指定要刪除的伺服器.請指定要清除的使用者.請指定要移除的使用者.請指定要新增的使用者.請指定要更新的使用者.你的電子郵件住址你的資訊你的名稱你的驗證伺服端並不支援新增使用者. 如果你希望管理使用者帳號,你必須另選其他的驗證伺服端.你的驗證端並未支援列出使用者或該功能已被關閉.你的瀏覽器並未支援這個功能.你目前所設定的時區:你的全名:你的登入已到期.你在 %s 中的新密碼是: %s你的密碼已重新設定密碼已被重新設定,新的密碼已透過電子郵件寄發請以該密碼登入.你的密碼已到期你的密碼已到期.你的遠端伺服器:Zippy[問題反映][未知的]警示_A命令列_C樹狀資料_D群組_G權限_P使用者_U附件無風落下從 %s (%s) 於 %s %s陣風直接顯示於本文區上升顯示差異穩定再次輸入你的密碼以確認無誤整合weather.com 網站tmpIMUtxu/horde-5.2.17/locale/is/0000755000175000017500000000000013162206570016351 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/is/LC_MESSAGES/0000755000175000017500000000000013162206570020136 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/is/LC_MESSAGES/horde.po0000644000175000017500000025547413160205253021613 0ustar mathieumathieu# Icelandic translations for disk package. # Copyright 2005-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the disk package. # msgid "" msgstr "" "Project-Id-Version: Horde 3.0.5\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2005-11-19 20:33+0000\n" "Last-Translator: Bjorn Davidsson \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "Netfangið \"%s\" var bætt í netfangabókina" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, fuzzy, php-format msgid "%d %s and %s" msgstr "%d til %d af %d skeytum" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "Á fimm mínútna fresti" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%d til %d af %d skeytum" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, fuzzy, php-format msgid "%s - Notice" msgstr "Engin" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Upplýsingar netþjóns" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Viðhaldsaðgerðir" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, fuzzy, php-format msgid "%s at %s %s" msgstr "%d til %d af %d skeytum" #: services/logintasks.php:63 #, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 #, fuzzy msgid "12 Hour Format" msgstr "Upplýsingar" #: lib/Block/time.php:25 #, fuzzy msgid "24 Hour Format" msgstr "Upplýsingar" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "Afrit" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 #, fuzzy msgid "AM Rain" msgstr "Spássía" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Upplýsingar" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Lykilorð" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Aðgerð" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 msgid "ActiveSync Device Administration" msgstr "" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 #, fuzzy msgid "Add" msgstr "Sendandanetfang" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "Sendandanetfang" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 msgid "Add a new group" msgstr "" #: admin/user.php:21 msgid "Add a new user:" msgstr "" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "" #: admin/user.php:22 msgid "Add user" msgstr "" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 #, fuzzy msgid "Address" msgstr "Sendandanetfang" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Netfangabók" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 msgid "Alarms" msgstr "" #: lib/Block/fortune.php:94 msgid "All" msgstr "Öll skeyti" #: templates/shares/edit.inc:58 #, fuzzy msgid "All Authenticated Users" msgstr "Endurvísun misheppaðist." #: admin/groups.php:26 admin/groups.php:244 #, fuzzy msgid "All Groups" msgstr "Eyða" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 #, fuzzy msgid "Alternate IMSP Password" msgstr "Lykilorð" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Netfang" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "" #: services/resetpassword.php:48 #, fuzzy msgid "Answer" msgstr "Svarað" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 #, fuzzy msgid "Application" msgstr "Aðgerð" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "Aðgerð" #: util/icon_browser.php:45 #, fuzzy msgid "Application List" msgstr "Aðgerð" #: admin/config/index.php:160 #, fuzzy msgid "Application is ready." msgstr "Aðgerð" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Ert þú viss um að þú viljir tæma þessa möppu?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Ert þú viss um að þú viljir gera þetta?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Ert þú viss um að þú viljir tæma þessa möppu?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Endurvísun misheppaðist." #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 #, fuzzy msgid "Available fields:" msgstr "Tiltækar netfangabækur:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Nýr póstur" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Bæði" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "Hætta við" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Hætta við" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Hætta við" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Breyta" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Lykilorð" #: config/prefs.php.dist:214 #, fuzzy msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Hér getur þú breytt því hvaða nafn, netfang og skeytisbotn kemur fram í " "skeytum þínum." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "Efnisþráður" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Semja nýtt skeyti" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 #, fuzzy msgid "Clear" msgstr "Breyta" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 #, fuzzy msgid "Clear user data" msgstr "Veldu stafasett:" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "" #: lib/Block/metar.php:239 #, fuzzy msgid "Clouds" msgstr "Afrit" #: lib/Block/weatherdotcom_strings.php:22 #, fuzzy msgid "Clouds Early" msgstr "Afrit" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Leiðréttur texti" #: lib/Block/weatherdotcom_strings.php:24 #, fuzzy msgid "Cloudy" msgstr "Afrit" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Loka möppu" #: templates/sidebar/sidebar.inc:3 #, fuzzy msgid "Collapse Sidebar" msgstr "Loka möppu" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Afrit" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 #, fuzzy msgid "Computers" msgstr "Semja" #: lib/Block/weatherdotcom.php:300 #, fuzzy msgid "Condition" msgstr "Valstillingar" #: lib/Block/metar.php:244 #, fuzzy msgid "Conditions" msgstr "Skilgreining á síureglu" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Upplýsingar netþjóns" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "Lykilorð" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 #, fuzzy msgid "Cookie" msgstr "Semja" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "" #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Gat ekki eytt skeytum frá %s: %s" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Gat ekki eytt skeytum frá %s: %s" #: admin/config/index.php:41 #, fuzzy, php-format msgid "Could not save a backup configuation: %s" msgstr "Gat ekki eytt skeytum frá %s: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Gat ekki eytt skeytum frá %s: %s" #: admin/config/config.php:53 #, fuzzy, php-format msgid "Could not save the backup configuration file %s." msgstr "Gat ekki eytt skeytum frá %s: %s" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Gat ekki eytt skeytum frá %s: %s" #: lib/Block/vatid.php:91 #, fuzzy msgid "Country" msgstr "Semja" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Búa til" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Sjálfgefið kennimark" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "Leiðréttur texti" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Leiðréttur texti" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "Leiðréttur texti" #: lib/Block/time.php:3 lib/Block/time.php:36 #, fuzzy msgid "Current Time" msgstr "Leiðréttur texti" #: lib/Block/metar.php:31 #, fuzzy msgid "Current Weather" msgstr "Leiðréttur texti" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "Dags" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "Dags" #: admin/datatree.php:59 #, fuzzy msgid "DataTree Browser" msgstr "Dags" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Dags" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Dags" #: templates/admin/user/approve.inc:23 #, fuzzy msgid "Date Received" msgstr "Móttekið þann:" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "maí" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "Eyða" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "Nota sjálfgefið gildi" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Eyða" #: lib/Block/fortune.php:40 #, fuzzy msgid "Definitions" msgstr "Skilgreining á síureglu" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Eyða" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Eyða" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "Eyða" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Gat ekki eytt skeytum frá %s: %s" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Fyrri blaðsíða" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Skrárnafn" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "Mappan \"%s\" var endurnefnd \"%s\"." #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 #, fuzzy msgid "Display 24-hour times?" msgstr "Útlit" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Útlit" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Útlit" #: lib/Block/metar.php:84 #, fuzzy msgid "Display forecast (TAF)" msgstr "Útlit" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Endurvekja" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Endurvekja" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Engin" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Sækja %s yfir á vinnustöð" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "Tæma ruslakörfumöppu" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Breyta" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Breyta" #: admin/groups.php:214 #, fuzzy msgid "Edit Group" msgstr "Eyða" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Valkostir notanda" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Valstillingar" #: lib/Block/fortune.php:42 #, fuzzy msgid "Education" msgstr "Aðgerð" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Netfang" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Sláðu inn nýtt möppunafn:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Villa" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Þetta skeyti hefur verið sent til kerfisumsjónar sem tilkynning um ruslpóst " "(SPAM)." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Á korters fresti" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "Á fimm mínútna fresti" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Á 30 sek. fresti" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Á fimm mínútna fresti" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Á hálftíma fresti" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Á hálftíma fresti" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Á mínútu fresti" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 #, fuzzy msgid "Expand" msgstr "Opna allar" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 #, fuzzy msgid "Fair" msgstr "Frá" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Sendandanetfang" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 #, fuzzy msgid "File Manager" msgstr "Skrárnafn" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Síur" #: config/registry.php.dist:93 msgid "Filters" msgstr "Síur" #: lib/Block/moon.php:164 #, fuzzy msgid "First Half" msgstr "Fyrsta síða" #: lib/Block/moon.php:72 lib/Block/moon.php:74 #, fuzzy msgid "First Quarter" msgstr "Fyrsta síða" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "Möppur" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Möppur" #: lib/Block/fortune.php:46 #, fuzzy msgid "Fortunes 2" msgstr "Möppur" #: config/registry.php.dist:376 #, fuzzy msgid "Forums" msgstr "Möppur" #: config/registry.php.dist:113 #, fuzzy msgid "Forwards" msgstr "Áframsenda" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 #, fuzzy msgid "From the " msgstr "Frá" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "Skilgreining á síureglu" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Nafn" #: admin/config/config.php:31 #, fuzzy, php-format msgid "Generate %s Configuration" msgstr "Upplýsingar netþjóns" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 #, fuzzy msgid "Google Search" msgstr "Leita í skeytum" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "Efnisþráður" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 #, fuzzy msgid "Group Administration" msgstr "Upplýsingar um notanda" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "" #: templates/shares/edit.inc:93 #, fuzzy msgid "Guest Permissions" msgstr "Eyða skeytum" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Hjálp" #: services/help/index.php:70 msgid "Help _Topics" msgstr "" #: lib/Block/moon.php:27 #, fuzzy msgid "Hemisphere" msgstr "Hjálp" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Niðurstaða leitar" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 #, fuzzy msgid "Home Directory" msgstr "Röðunarátt" #: config/registry.php.dist:76 #, fuzzy msgid "Horde" msgstr "Möppur" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "" #: util/icon_browser.php:53 #, fuzzy, php-format msgid "Icons for %s" msgstr "Valstillingar" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Kenninafn:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "Upplýsingar" #: lib/Block/weatherdotcom.php:332 #, fuzzy msgid "Information no longer available." msgstr "Það eru engin skeyti í þessu pósthólfi." #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "Aðgerð" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 #, fuzzy msgid "Invalid parent permission." msgstr "Eyða skeytum" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Tungumál" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Tungumál" #: lib/Block/moon.php:167 #, fuzzy msgid "Last Half" msgstr "síðasta bls." #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "Lykilorð" #: lib/Block/moon.php:84 lib/Block/moon.php:86 #, fuzzy msgid "Last Quarter" msgstr "síðasta bls." #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "síðast uppfært:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Síðast tengst: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Síðast tengst: %s frá %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Síðast tengst: Aldrei" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Dags" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Tengjast" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "Líbería" #: lib/Block/fortune.php:53 #, fuzzy msgid "Linux Cookie" msgstr "Semja" #: admin/sqlshell.php:113 #, fuzzy msgid "List Tables" msgstr "síðasta bls." #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Endurvísun misheppaðist." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 #, fuzzy msgid "Literature" msgstr "Undirskrift þín:" #: lib/Block/weatherdotcom.php:215 #, fuzzy msgid "Local time: " msgstr "Aðgerð" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 #, fuzzy msgid "Location" msgstr "Aðgerð" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Tengjast" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Tengjast" #: login.php:286 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Tenging mistókst. Líklega er notandanafn þitt eða lykilorð rangt innslegið." #: login.php:282 #, fuzzy msgid "Login failed." msgstr "Endurvísun misheppaðist." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 #, fuzzy msgid "Love" msgstr "Halda áfram" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "Spássía" #: config/registry.php.dist:85 msgid "Mail" msgstr "Vefpóstur" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Svæði" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 #, fuzzy msgid "Medicine" msgstr "Eytt" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 #, fuzzy msgid "Members" msgstr "desember" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 #, fuzzy msgid "Metar block not available." msgstr "Það eru engin skeyti í þessu pósthólfi." #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" "Þetta skeyti hefur verið sent til kerfisumsjónar sem tilkynning um ruslpóst " "(SPAM)." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 #, fuzzy msgid "Metric" msgstr "Mexíkó" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "Ýmislegt" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Meginmál" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 #, fuzzy msgid "Mostly Cloudy" msgstr "Afrit" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 #, fuzzy msgid "My Account" msgstr "Hækkandi" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Upplýsingar" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Nafn" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Aldrei" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Skeyti" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 #, fuzzy msgid "New Moon" msgstr "Nýr póstur" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Lykilorð" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "Nýtt" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Næsta" #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "Næsta síða" #: lib/Block/weatherdotcom.php:382 #, fuzzy msgid "Night" msgstr "Aldrei" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Breyta" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Engin mappa var tilgreind" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "enginn texti tilgreindur" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Engin" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 #, fuzzy msgid "Notes" msgstr "Engin" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 #, fuzzy msgid "Object Creator" msgstr "Efni" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Lykilorð" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "Lykilorð" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Semja nýtt skeyti" #: config/registry.php.dist:135 #, fuzzy msgid "Organizing" msgstr "Aðvörun" #: services/keyboard.php:124 #, fuzzy msgid "Other" msgstr "október" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 #, fuzzy msgid "Other Information" msgstr "Upplýsingar netþjóns" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "október" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Afrit" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "Spássía" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 #, fuzzy msgid "Partly Cloudy" msgstr "Afrit" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Lykilorð" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "Lykilorð" #: admin/user.php:168 admin/user.php:220 #, fuzzy msgid "Passwords must match." msgstr "Netfang" #: admin/sqlshell.php:100 #, fuzzy msgid "Paste" msgstr "Dags" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Vandamál?" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Verkefni við tengingu" #: admin/perms/delete.php:42 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "Kenninu \"%s\" hefur verið eytt." #: admin/perms/index.php:23 #, fuzzy msgid "Permissions" msgstr "Persónulegt" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 #, fuzzy msgid "Permissions Administration" msgstr "Upplýsingar um notanda" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Upplýsingar um notanda" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Sláðu inn gildar leitarforsendur." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Sláðu inn gildar leitarforsendur." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "" #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d til %d af %d skeytum" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Dags" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "Lykilorð" #: services/problem.php:145 #, fuzzy msgid "Problem Description" msgstr "Skilgreining á síureglu" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Persónulegt" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "Spássía" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 #, fuzzy msgid "Read" msgstr "Ólesið" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Ný skeyti" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 #, fuzzy msgid "Refresh Portal View:" msgstr "Endurhlaða möppuham:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Endurhlaða möppuham:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Fjarlægja valin" #: config/prefs.php.dist:583 #, fuzzy msgid "Remote Servers" msgstr "Fjarlægja valin" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 #, fuzzy msgid "Remove" msgstr "Halda áfram" #: templates/data/csvmap.inc:118 #, fuzzy msgid "Remove pair" msgstr "færa upp" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "fjarlægja handrit" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "fjarlægja handrit" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Svar:" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 #, fuzzy msgid "Requested service could not be found." msgstr "Ekki var hægt að skipta um undirskrift." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Endursetja" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Lykilorð" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Lykilorð" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 #, fuzzy msgid "Restore Last Query" msgstr "síðasta bls." #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 #, fuzzy msgid "Results" msgstr "Niðurstaða leitar" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Niðurstaða leitar" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Valkostir notanda" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Endursetja" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Retype new password" msgstr "Lykilorð" #: admin/config/config.php:33 admin/config/config.php:37 #, fuzzy msgid "Revert Configuration" msgstr "Upplýsingar netþjóns" #: lib/Block/fortune.php:65 #, fuzzy msgid "Riddles" msgstr "Endursetja" #: admin/sqlshell.php:101 msgid "Run" msgstr "" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 #, fuzzy msgid "Save" msgstr "Vista sem" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Vista sem" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Leita" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Leita" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Leita" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Veldu stafasett:" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Velja ekkert" #: templates/prefs/rpc.html:4 #, fuzzy msgid "Select a server" msgstr "Veldu stafasett:" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Veldu stafasett:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Veldu stafasett:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 #, fuzzy msgid "Select the date delimiter:" msgstr "Veldu stafasett:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 #, fuzzy msgid "Select the date format:" msgstr "Veldu stafasett:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Veldu stafasett:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Veldu stafasett:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 #, fuzzy msgid "Select the time format:" msgstr "Veldu stafasett:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Veldu sjálfgefið tungumál:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "" #: lib/Block/metar.php:311 #, fuzzy msgid "Sensor: " msgstr " Efnislína: " #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Eyða" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "Það eru engin skeyti í þessu pósthólfi." #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Upplýsingar um notanda" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Persónulegt" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Veldu sjálfgefið tungumál:" #: config/prefs.php.dist:469 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 #, fuzzy msgid "Show last login time when logging in?" msgstr "Sýna hvenær þú tengdist síðast" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Verkefni við tengingu" #: lib/Block/iframe.php:26 msgid "Small" msgstr "" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 #, fuzzy msgid "Snow depth: " msgstr " Efnislína: " #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 #, fuzzy msgid "Special Character Input" msgstr "Sértákn" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Framkvæmt" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "Netfangið \"%s\" var bætt í netfangabókina" #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Netfangið \"%s\" var bætt í netfangabókina" #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Mappan \"%s\" var endurnefnd \"%s\"." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Netfangið \"%s\" var bætt í netfangabókina" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Mappan \"%s\" var endurnefnd \"%s\"." #: admin/config/config.php:60 admin/config/index.php:47 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "Mappan \"%s\" var endurnefnd \"%s\"." #: lib/Block/sunrise.php:63 #, fuzzy msgid "Sun Rise" msgstr "Efni" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "Efni" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Notandanafn" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "Efni" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 #, fuzzy msgid "Sunrise/Sunset" msgstr "Efni" #: lib/Block/weatherdotcom.php:219 #, fuzzy msgid "Sunrise: " msgstr " Efnislína: " #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "Efni" #: lib/Block/weatherdotcom.php:222 #, fuzzy msgid "Sunset: " msgstr " Efnislína: " #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 msgid "T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 #, fuzzy msgid "T-Storms" msgstr "Frá" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Afrit" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 #, fuzzy msgid "Tasks" msgstr "Verkefni við tengingu" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Nýr póstur" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Villa kom upp við birtingu þessa hluta skeytisins" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Næsta síða" #: config/prefs.php.dist:544 #, fuzzy msgid "Text Only" msgstr "Texti" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Kenninu \"%s\" hefur verið eytt." #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "Kenninu \"%s\" hefur verið eytt." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Kennið \"%s\" hefur verið vistað." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, fuzzy, php-format msgid "The server \"%s\" has been deleted." msgstr "Kenninu \"%s\" hefur verið eytt." #: lib/Prefs/Ui.php:676 #, fuzzy, php-format msgid "The server \"%s\" has been saved." msgstr "Kennið \"%s\" hefur verið vistað." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Kennið \"%s\" hefur verið vistað." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Kennið \"%s\" hefur verið vistað." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "Mappan \"%s\" er nú þegar til" #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "Kenninu \"%s\" hefur verið eytt." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 #, fuzzy msgid "The weather.com block is not available." msgstr "Það eru engin skeyti í þessu pósthólfi." #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" "Vandamál kom upp við tæmingu á %s. Villutilkynning netþjónsins fylgir hér á " "eftir" #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Vandamál kom upp við tæmingu pósthólfs. Villutilkynning netþjónsins fylgir " "hér á eftir" #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" "Vandamál kom upp við tæmingu á %s. Villutilkynning netþjónsins fylgir hér á " "eftir" #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Ekki tókst að senda skeytið: %s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Villa kom upp þegar átti að sýna umbeðið skeyti." #: admin/config/config.php:70 #, fuzzy msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "Villa kom upp þegar átti að sýna umbeðið skeyti." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Villa kom upp þegar átti að sýna umbeðið skeyti." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 #, fuzzy msgid "Time format" msgstr "Tímabelti" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 #, fuzzy msgid "Title" msgstr "Tímabelti" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 #, fuzzy msgid "Today" msgstr "Meginmál" #: lib/Block/weatherdotcom.php:315 #, fuzzy msgid "Tomorrow" msgstr "Semja" #: lib/Block/fortune.php:70 #, fuzzy msgid "Translations" msgstr "Aðgerð" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Texti" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Upplýsingar netþjóns" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 #, fuzzy msgid "Undo Changes" msgstr "Breyta" #: lib/Prefs/Ui.php:266 #, fuzzy msgid "Unfiled" msgstr "Ólesið" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 #, fuzzy msgid "Update" msgstr "Dags" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "Dags" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Dags" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Dags" #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Notandanafn" #: admin/user.php:224 #, fuzzy msgid "User Administration" msgstr "Valkostir notanda" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Notandanafn" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Valkostir notanda" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Veldu stafasett:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Notandanafn" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "Notandanafn" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Notandanafn" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "nóvember" #: config/registry.php.dist:122 #, fuzzy msgid "Vacation" msgstr "Aðgerð" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 #, fuzzy msgid "Version Control" msgstr "Persónulegt" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Aðvörun" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Velkomin(n) í %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Velkomin(n) í %s" #: templates/portal/mobile.inc:1 #, fuzzy, php-format msgid "Welcome, %s" msgstr "Velkomin(n) í %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, fuzzy, php-format msgid "What application should %s display after login?" msgstr "Mappa eða hamur sem á að sýna í upphafi:" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 #, fuzzy msgid "Wind" msgstr "Finna" #: lib/Block/weatherdotcom_strings.php:96 #, fuzzy msgid "Wind Early" msgstr "Finna" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Finna" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 #, fuzzy msgid "Wind:" msgstr "Finna" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "Finna" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Finna" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 #, fuzzy msgid "Wisdom" msgstr "Finna" #: lib/Block/fortune.php:72 #, fuzzy msgid "Work" msgstr "eða" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 #, fuzzy msgid "You have been logged out." msgstr "Stillingar þínar hafa verið uppfærðar." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Veldu hvaða kenni þú vilt eyða." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Tilgreindu viðtakanda." #: admin/user.php:114 #, fuzzy msgid "You must specify a username to remove." msgstr "Tilgreindu viðtakanda." #: admin/user.php:70 #, fuzzy msgid "You must specify the username to add." msgstr "Þú þarft fyrst að velja þau viðhengi sem þú vilt senda með skeytinu." #: admin/user.php:164 #, fuzzy msgid "You must specify the username to update." msgstr "Þú þarft fyrst að velja þau viðhengi sem þú vilt senda með skeytinu." #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "Netfang" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Upplýsingar" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "Fullt nafn þitt:" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 #, fuzzy msgid "Your browser does not support this feature." msgstr "" "Vefskoðari þinn styður ekki þessa prentaðgerð. Notaðu CTRL/Option og P til " "að prenta." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Núverandi tímabelti:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Fullt nafn þitt:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Stillingar þínar hafa verið uppfærðar." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 #, fuzzy msgid "Your remote servers:" msgstr "Fullt netfang þitt (Frá:) :" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "Lotan %s er runnin út á tíma. Tengdu þig aftur." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 #, fuzzy msgid "[Problem Report]" msgstr "Vandamál?" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 msgid "_Alarms" msgstr "" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Upplýsingar netþjóns" #: lib/Api.php:52 #, fuzzy msgid "_DataTree" msgstr "Dags" #: lib/Api.php:37 msgid "_Groups" msgstr "" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "Persónulegt" #: lib/Api.php:32 #, fuzzy msgid "_Users" msgstr "Notandanafn" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, fuzzy, php-format msgid "calm" msgstr "Hætta við" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr "ágúst" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "enginn" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Aðvörun" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "Ólesið" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "Ólesið" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/is/LC_MESSAGES/horde.mo0000644000175000017500000000456713160205253021603 0ustar mathieumathieu-=   $ )7=N_o   #(1FLSs{ V * 7C JV]fkq   !+>Rn       % / A N e *'! &% ($ ,"+# -  )Address BookAllBothCancelChangeCreateDateDeleteDownload %sEditEmail AddressErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteFiltersHelpIdentity's name:LanguageLast Updated:Last login: %sLast login: %s from %sLast login: NeverLog inMailMiscellaneousNameNeverNextNonePasswordPersonal InformationResetSearchSelect your preferred language:SuccessUsernameWarningWelcome to %sYour InformationYour current time zone:Your full name:Project-Id-Version: Horde 3.0.5 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2005-11-19 20:33+0000 Last-Translator: Bjorn Davidsson Language-Team: Icelandic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NetfangabókÖll skeytiBæðiHætta viðBreytaBúa tilDagsEyðaSækja %s yfir á vinnustöðBreytaNetfangVillaÁ korters frestiÁ 30 sek. frestiÁ fimm mínútna frestiÁ hálftíma frestiÁ mínútu frestiSíurHjálpKenninafn:Tungumálsíðast uppfært:Síðast tengst: %sSíðast tengst: %s frá %sSíðast tengst: AldreiTengjastVefpósturÝmislegtNafnAldreiNæstaEnginLykilorðUpplýsingar um notandaEndursetjaLeitaVeldu sjálfgefið tungumál:FramkvæmtNotandanafnAðvörunVelkomin(n) í %sUpplýsingarNúverandi tímabelti:Fullt nafn þitt:tmpIMUtxu/horde-5.2.17/locale/cs/0000755000175000017500000000000013162206570016343 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/cs/help.xml0000644000175000017500000000422113160205253020007 0ustar mathieumathieu Portál Stránka Portálu poskytuje stručný přehled všech důležitých informací. Například může zobrazovat počet emailů, informaci o schůzkách ve Vaěem kalendáři, úkolech, atd. Většina těchto informcí poskytují linky k běžným funkcím, jako například vytvoření nové emailové zprávy, vytvořenmí nové schůzky, atd. Rozvržení této stránky portálu lze nastavit pomocí tlačítka Rozložení. Například, můžete si vybrat, které prvky si přejete zobrazit a také v jakém pořadí. tmpIMUtxu/horde-5.2.17/locale/cs/LC_MESSAGES/0000755000175000017500000000000013162206570020130 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/cs/LC_MESSAGES/horde.po0000644000175000017500000030742713160205253021601 0ustar mathieumathieu# Czech translations for Horde. # Copyright 2004-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Pavel Chytil , 2001-2004. # Petra Kostinkova , 2012 # Michal Foist , 2012 # Michael Grafnetter , 2014-2015 # msgid "" msgstr "" "Project-Id-Version: Horde 3.0.9\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-10-14 14:39+0200\n" "PO-Revision-Date: 2015-05-06 16:03+0100\n" "Last-Translator: Michael Grafnetter \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Poedit 1.6.10\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" byl přidán do systému skupin." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" byl přidán do systému přístupových práv." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nebyl vytvořen: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB použito z %.2fMB povolených (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s a %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dní do vypršení hesla." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minut" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d osoba jako tato" msgstr[1] "%d osoby jako tato" msgstr[2] "%d osob jako tato" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d až %d z %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d-denní předpověď" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Oznámení" #: admin/config/config.php:28 admin/config/index.php:460 #, php-format msgid "%s Configuration" msgstr "%s Nastavení" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Úkoly - Potvrzení" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Podmínky používání" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s na %s %s" #: templates/prefs/twitter.html.php:9 #, fuzzy, php-format msgid "%s can interact with your Twitter account" msgstr " může interagovat s Vaším Twitter accountem." #: templates/prefs/facebook.html.php:48 #, fuzzy, php-format msgid "%s cannot read information about your Facebook friends." msgstr " nelze číst informace o Vašich facebook přátelích." #: templates/prefs/facebook.html.php:34 #, fuzzy, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" " nelze číst vaše sdílené zprávy ani různé další facebookové " "položky." #: templates/prefs/facebook.html.php:20 #, fuzzy, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" " nelze nastavit vaše stavové zprávy nebo publikovat jiný " "obsah do sítě facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s je připraven provést níže označené úkoly. Vyberte všechny operace, které " "chcete nyní provést." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", nárazový %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", proměnná z %s do %s" #: lib/Application.php:338 #, fuzzy msgid "1 Day" msgstr "Datum Ukončení" #: lib/Application.php:342 #, fuzzy msgid "1 Month" msgstr "Měsíc" #: lib/Application.php:340 #, fuzzy msgid "1 Week" msgstr "Týden" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 hodinový formát" #: lib/Application.php:341 #, fuzzy msgid "2 Weeks" msgstr "Týden" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 hodinový formát" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 hodin" #: config/prefs.php:483 config/prefs.php:485 msgid "24-hour format" msgstr "24 hodinový formát" #: lib/Application.php:339 msgid "3 Days" msgstr "3 dny" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Vymazání zařízení požadováno. Zařízení bude vymazáno při příštím pokusu o " "synchronizaci." #: admin/config/index.php:166 admin/config/index.php:210 #: admin/config/index.php:343 admin/config/index.php:369 #, php-format msgid "A newer version (%s) exists." msgstr "Novější verze (%s) existuje." #: lib/Prefs/Special/Activesync.php:97 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Vzdálené vymazání pro zařízení id %s spuštěno. Zařízení bude vymazáno při " "příští synchronizaci." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "Dopoledne/Odpoledne" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informace o účtu" #: config/prefs.php:325 msgid "Account Password" msgstr "Heslo účtu" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Akce" #: config/prefs.php:732 lib/Application.php:213 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "Správa ActiveSyncu" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync zařízení" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync není aktivováno." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Přidat" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Vložit obsah" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Přidat:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Přidat členy" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Přidat skupinu" #: admin/user.php:26 msgid "Add a new user:" msgstr "Přidat nového uživatele:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Přidat nové upozornění" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Přidat pár" #: admin/user.php:27 msgid "Add user" msgstr "Přidat uživatele" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" bylo přidáno do systému, ale nelze přidat následující informace: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" bylo přidáno do systému. Nyní se můžete přihlásit." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Přidávání uživatelů je vypnuto." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adresa" #: config/registry.php:134 msgid "Address Book" msgstr "Kontakty" #: lib/Application.php:55 msgid "Administration" msgstr "Administrace" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Konec upozornění" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Metody upozornění" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Start upozornění" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Text upozornění" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Název upozornění" #: admin/alarms.php:146 msgid "Alarms" msgstr "Upozornění" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Vše" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Všichni ověření uživatelé" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Všechny klíče politik resetovány." #: lib/Prefs/Special/Activesync.php:112 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Všechny stavy odstraněny pro Vaše ActiveSync zařízení. Budou " "resynchronizovány při příštím připojení na server." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Všechny relace synchronizace smazány." #: lib/Application.php:249 msgid "Allow alphanumeric" msgstr "" #: lib/Application.php:250 msgid "Allow any" msgstr "" #: lib/Application.php:228 #, fuzzy msgid "Allow non-provisionable devices" msgstr "Znovu upravit všechna zařízení" #: lib/Application.php:248 msgid "Allow only numeric" msgstr "" #: config/prefs.php:687 msgid "Alternate IMSP Login" msgstr "Alternativní IMSP login" #: config/prefs.php:704 msgid "Alternate IMSP Password" msgstr "Alternativní IMSP heslo" #: config/prefs.php:698 msgid "Alternate IMSP Username" msgstr "Alternativní IMSP uživatelské jméno" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Alternativní emailová adresa" #: services/resetpassword.php:52 msgid "Answer" msgstr "Odpověď" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplikace" #: templates/admin/phpshell.html.php:6 #, fuzzy msgid "Application Context" msgstr "Kontext aplikací:" #: admin/config/index.php:252 msgid "Application is ready." msgstr "Aplikace je připravená." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Schválit" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabsky (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Skutečně chcete vymazat %s?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Skutečně chcete vymazat žádost o registraci pro \"%s\" ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Skutečně chcete vymazat \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Arménský (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Umění" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii umění" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Nejméně jedno databázové schéma není aktuální." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Příloha" #: lib/Application.php:272 #, fuzzy msgid "Attachment Download" msgstr "Příloha" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Pokus o vymazání neexistující skupiny." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Pokus o vymazání neexistujících uživatelských práv." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Pokus o editaci neexistujících uživatelských práv." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Pokus o editaci neexistujícího sdíleného objektu." #: templates/admin/sessions.html.php:11 #, fuzzy msgid "Authenticated Applications" msgstr "Ověřeno pro:" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 #, fuzzy msgid "Authorize" msgstr "Autorizovat čtení:" #: templates/prefs/facebook.html.php:49 #, fuzzy msgid "Authorize Access to Friends Data" msgstr "Autorizovat Přistup k datům přátel:" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Autorizovat publikování" #: templates/prefs/facebook.html.php:35 #, fuzzy msgid "Authorize Read" msgstr "Autorizovat čtení:" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automaticky" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Dostupná pole:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH výmluvy" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltické (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Základní" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Zablokovat" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Nastavení bloku" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Typ bloku" #: lib/Application.php:305 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Záložky" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Oba" #: config/prefs.php:748 msgid "Bottom" msgstr "Dole" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Prohlížeč" #: templates/activesync/device_table.html.php:29 #: templates/prefs/activesync.html.php:56 msgid "Cached Heartbeat (seconds)" msgstr "Interval obnovování (s)" #: config/registry.php:120 msgid "Calendar" msgstr "Kalendář" #: lib/Application.php:293 msgid "Camera" msgstr "Fotoaparát" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Storno" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Stornovat hlášení problému" #: templates/activesync/device_table.html.php:36 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "Storno vymazání" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Heslo nelze změnit automaticky, prosím kontaktujte Vašeho administrátora." #: config/prefs.php:507 msgid "Categories and Labels" msgstr "Kategorie a značky" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltský (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Středoevropský (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Změnit" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Změna umístění" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Změnit Vaše heslo" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Změnit Vaše osobní informace" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "V součastné konfiguraci není podporována změna hesel. Kontaktujte Vašeho " "administrátora." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Zkontrolovat" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Zkontrolovat nové verze" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Kontrola probíhá ..." #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Zjednodušená Čínština (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Tradiční Čínština (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Zvolit %s" #: config/prefs.php:475 msgid "Choose how to display dates (abbreviated format):" msgstr "Zvolte zobrazení datumu (zkrácený formát):" #: config/prefs.php:451 msgid "Choose how to display dates (full format):" msgstr "Zvolte zobrazení datumu (plný formát):" #: config/prefs.php:488 msgid "Choose how to display times:" msgstr "Zvolte zobrazení času:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Vyčistit frontu" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Odstranění uživatele: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Odstranit uživatele" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Odstranění údajů o uživateli" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Klikněte na jeden z Vašich vybraných adresářů a vyberte pole pro vyhledávání." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "pro pokračování klikněte" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Kotva klienta" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Zavřít okno" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Zataženo" #: lib/Application.php:265 msgid "Codeword frequency" msgstr "" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Sbalit" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Výběr barev" #: config/registry.php:249 msgid "Comics" msgstr "Komiksy" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Příkaz" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Příkazová konzola" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Komentáře: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Název" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Počítače" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Podmínka" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Podmínky" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Nastavení" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Rozdíly v nastavení" #: config/prefs.php:714 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Nastavení pro synchronizaci s PDA, Smartfony a Outlookem." #: admin/config/index.php:247 msgid "Configuration is out of date." msgstr "Nastavení již není aktuální." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Aktualizační konfigurační skripty jsou dostupné" #: admin/config/index.php:184 #, php-format msgid "Configure %s" msgstr "Nastavit %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Potvrdit heslo" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Pokračovat" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Koláček" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Nelze se připojit na server \"%s\" pomocí FTP: %s" #: admin/config/index.php:90 msgid "Could not contact server. Try again later." msgstr "Není možné kontaktovat server, zkuste to prosím později." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nelze smazat aktualizační skript pro \"%s\"'." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" #: templates/prefs/twitter.html.php:15 #, fuzzy, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Nelze nalézt autorizaci pro , aby bylo možné interagovat s " "Vaším twitter účtem" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Nelze resetovat heslo pro danného uživatele. Všechny nebo některé z detailů " "nebyly správně zadány. Zkuste to znovu a pokud potřebujete pomoc, " "kontaktujte správce systémů." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Nelze přepnout konfiguraci." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nelze uložit záložní konfiguraci: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nelze uložit konfigurační skript pro aktualizaci do: \"%s\"." #: admin/config/index.php:111 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nelze uložit konfigurační soubor %s. Pro uložení kódu můžete použít jednu z " "možností níže." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Nelze uložit konfigurační soubor %s. Pro uložení kódu do %s, můžete použít " "jednu z možností nebo ručně zkopírovat níže uvedený kód do %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nelze uložit konfiguraci pro \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Země" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Vytvořit" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Vytvořit novou identitu" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Aktuální 4 fáze" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktuální upozornění" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Aktuální zámky" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Aktuální sessions" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktuální čas" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Aktuální počasí" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "Aktuální podmínka" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Azbuka (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Azbuka (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Azbuka/Ukrajina (KOI8-U)" #: admin/config/index.php:267 admin/config/index.php:319 msgid "DB access is not configured." msgstr "DB přístup není nastaven." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Datum" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Databáze" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Přijato dne" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; čas: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "Den" #: config/prefs.php:379 config/prefs.php:400 config/prefs.php:413 #: config/prefs.php:482 themes/default/info.php:2 msgid "Default" msgstr "Implicitní" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Implicitní barva" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Výchozí shell" #: config/prefs.php:403 msgid "Default charset for sending e-mail messages:" msgstr "Výchozí znaková sada posílaných e-mailových zpráv:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "" "Výchozí umístění pro použití ve vlastnosti location-aware (místní povědomí)." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definice" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Smazat" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Smazat \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Smazat všechna SyncML data" #: admin/groups.php:181 msgid "Delete Group" msgstr "Smazat skupinu" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Konfigurační skript pro aktualizaci \"%s\" byl smazán." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Smazána synchronizační relace pro zařízení \"%s\" a databáze \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Popsat problém" #: config/registry.php:209 msgid "Development" msgstr "Vývoj" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Zařízení" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID zařízení" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "Informace o zařízení" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Správce zařízení" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Typ zařízení" #: lib/Application.php:325 msgid "Device encryption" msgstr "Šifrování zařízení" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Zařízení je blokováno" #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "Zařízení vymazáno" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Zařízení úspěšně odstraněno." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Vymazání zařízení úspěšně stornováno." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Rosný bod" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Rosný bod za poslední hodinu: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Rosný bod: " #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Deaktivovat" #: lib/Application.php:229 msgid "Disable (not recommended)" msgstr "" #: config/prefs.php:421 msgid "Display 24-hour times?" msgstr "Zobrazit 24-hodinový čas?" #: config/prefs.php:532 msgid "Display Preferences" msgstr "Nastavení zobrazení" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Zobrazit detailní předpověď" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Zobrazit předpověď (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Obsahuje první řádek název sloupců? Pokud ano, zatrhněte tento rámeček:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Nemáte účet? Zaregistrujte se." #: admin/config/index.php:166 admin/config/index.php:210 #: admin/config/index.php:343 admin/config/index.php:369 #, php-format msgid "Download %s" msgstr "Download %s" #: admin/config/index.php:395 msgid "Download generated configuration as PHP script." msgstr "Načíst generovanout konfiguraci jako PHP skript." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogy" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Plnohodnotný" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU DPH Identifikace" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Upravit" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Upravit \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Upravit nastavení pro" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Upravit práva" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Upravit práva pro \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Vzdělání" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Emailová adresa" #: lib/Application.php:227 msgid "Enable" msgstr "Povolit" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Koečný čas" #: lib/Block/Weather.php:83 msgid "English" msgstr "" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Prosím zadejte název nové kategorie:" #: config/prefs.php:342 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Zadejte bezpečnostní otázku, na kterou budete muset odpovědět, pokud si bude " "přát resetovat Vaše heslo, např. 'Jaké je jméno Vašeho domácího mazlíčka?':" #: lib/Ajax/Application/FacebookHandler.php:264 #, fuzzy msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Chyby přihlášení do Twitteru: %s Detaily byly zaznamenány do log souboru pro " "administrátora." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 #, fuzzy msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Chyby přihlášení do Twitteru: %s Detaily byly zaznamenány do log souboru pro " "administrátora." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Chyby přihlášení do Twitteru: %s Detaily byly zaznamenány do log souboru pro " "administrátora." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Chyba při mazání synchronizační relace:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Chyba při mazání synchronizačních relací:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Chyba při změně hesla: %s." #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnické" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Pozvánky událostí:" #: config/prefs.php:591 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Každých 15 minut" #: config/prefs.php:610 msgid "Every 2 minutes" msgstr "Každé 2 minuty" #: config/prefs.php:588 config/prefs.php:608 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Každých 30 sekund" #: config/prefs.php:590 config/prefs.php:611 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Každých 5 minut" #: config/prefs.php:592 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Každou půlhodinu" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Každou hodinu" #: config/prefs.php:589 config/prefs.php:609 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Každou minutu" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Vzorové hodnoty:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Provést" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Rozvinout" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra velké" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "FTP nahrání konfigurace" #: config/prefs.php:635 msgid "Facebook Integration" msgstr "Integrace facebooku" #: lib/Application.php:260 msgid "Failed unlock attempts before device is wiped" msgstr "" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 #, fuzzy msgid "Favorite" msgstr "Zapsat" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "RSS kanál" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Adresa RSS kanálu" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Cítit jak" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Pole pro vyhledávání" #: config/registry.php:315 msgid "File Manager" msgstr "Správce souborů" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtr" #: config/registry.php:90 msgid "Filters" msgstr "Filtry" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "První půlka" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "První čtvrtka" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Jídlo" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Předpověď (TAF)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Dny pro předpověď (poznámka: předpověď zobrazuje dny i noci, což může " "vytvořit poměrně obsáhlý seznam)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Zapoměli jste Vaše heslo?" #: config/registry.php:344 msgid "Forms" msgstr "Formuláře" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortuna" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Typ fortuny" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortuny" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortuny 2" #: config/registry.php:338 msgid "Forums" msgstr "Fóra" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Žádosti přátel" #: templates/prefs/facebook.html.php:44 #, fuzzy msgid "Friends enabled." msgstr "Přátelé aktivováni" #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Od %s (%s °) do %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "Od %s do %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Detailní popis" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Úplněk" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Celé jméno" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Vytvořit %s konfiguraci" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Vygenerovaný kód" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Získat více" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Globální nastavení" #: templates/prefs/app.html:16 msgid "Go" msgstr "Jdi na" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Vyhledávání pomocí Googlu" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Řecké (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Administrace skupiny" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Název skupiny" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Skupina nebyla vytvořena: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Skupiny" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Práva hostů" #: lib/Application.php:329 msgid "HTML Email" msgstr "HTML e-mail" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrejština (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Výška" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Výška streamového obsahu (šíře se automaticky přizpůsobí bloku)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Nápověda" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Seznam témat nápovědy" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Polokoule" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Zde je začátek souboru:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Skrýt pokročilé nastavení" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Schovat výsledky" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Domovský adresář" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Kolik je tam polí (sloupců)?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Po kolika sekundách se mají kontrolovat nové články?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Vlhkost" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humorné" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Ikony pro %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identita, která se použije při odesílání e-mailů přes ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Název identity:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Import, krok %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Importované pole: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importovaná pole:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "V odpovědi komu:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "V seznamu níže vyberte obojí, pole importované ze zdrojového souboru na levé " "straně a odpovídající pole ve vašem adresáři na pravé straně. Potom klepněte " "na \"Přidat pár\" pro označení pro import. Když jste hotovi, klepněte na " "\"Další\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nesprávné uživatelské jméno nebo alternativní adresa. Zkuste jěště jednou, " "nebo kontaktujte Vašeho administrátora." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Jednotliví uživatelé" #: config/registry.php:243 msgid "Information" msgstr "Informace" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Zdědění členové" #: config/prefs.php:354 msgid "Insert an email address to which you can receive the new password:" msgstr "Vložte emailovou adresu, na kterou obdržíte nové heslo:" #: config/prefs.php:348 msgid "Insert the required answer to the security question:" msgstr "Vložte požadovanou odpověď na bezpečnostní otázku:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Neplatný fotmát DIČ" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Neplatná akce %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Neplatná aplikace." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Neplatný řetězec." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Neplatná vlastnická práva." #: config/registry.php:296 msgid "Inventory" msgstr "" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonština (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Právě teď..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Nováčci kernelu" #: services/help/index.php:161 msgid "Keyword" msgstr "Klíčové slovo" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Děti" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korejsky (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Jazyk" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Velké" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Druhá polovina" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Změnit heslo" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Poslední čtvrtina" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "Poslední synchronizace" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Poslední aktualizace:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Poslední přihlášení: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Poslední přihlášení: %s z %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Poslední přihlášení: nikdy" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Poslední" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Právo" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Lííbí se" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux cookie" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Seznam tabulek" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Výpis upozornění selhal: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Výpis zámků selhal: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Výpis sessions se nezdařil: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" #: templates/admin/user/listfail.inc:2 #, fuzzy msgid "Listing users failed." msgstr "Výpis uživatelů není dostupný." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Výpis uživatelů není dostupný." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/Weather.php:167 #, fuzzy, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Místní čas: %s %s" #: config/prefs.php:363 msgid "Locale and Time" msgstr "Lokalizace a čas" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "Místo" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Zamknout uživatele" #: admin/locks.php:61 msgid "Locks" msgstr "Zámky" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Přihlásit se" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Odhlášení" #: templates/prefs/facebook.html.php:8 #, fuzzy msgid "Logged in to Facebook" msgstr "Přihlásit se do facebooku a autorizovat " #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Selhalo přihlášení do systému, protože Vaše uživatelské jméno a/nebo heslo " "není správné." #: login.php:316 msgid "Login failed." msgstr "Přihlášení selhalo." #: login.php:399 #, php-format msgid "Login to %s" msgstr "Přihlásit se do %s" #: templates/prefs/facebook.html.php:62 #, fuzzy, php-format msgid "Login to Facebook and authorize %s" msgstr "Přihlásit se do facebooku a autorizovat " #: templates/prefs/twitter.html.php:18 #, fuzzy, php-format msgid "Login to Twitter and authorize %s" msgstr "Přihlásit se do twitteru a autorizovat aplikaci" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Odhlásit se" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Láska" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magie" #: config/registry.php:82 msgid "Mail" msgstr "Pošta" #: config/registry.php:349 msgid "Mail Admin" msgstr "Poštovní administrátor" #: config/prefs.php:508 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Pro umožnění ovládání kategorií je zapotřebí označit položky barvami, které " "jsou přiřazeny k těmto kategoriím." #: config/prefs.php:733 msgid "Manage your ActiveSync devices." msgstr "Spravovat Vaše ActiveSync zařízení" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Shodující se pole:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Nejvyšší teplota za posledních 24 hodin: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Nejvyšší teplota za posledních 6 hodin: " #: lib/Application.php:333 msgid "Maximum Email age" msgstr "Maximální stáří e-mailů" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maximální počet portal-bloků" #: lib/Application.php:277 msgid "Maximum attachment size in bytes" msgstr "Maximální velikost přílohy v bytech" #: lib/Application.php:218 msgid "Maximum number of devices" msgstr "Maximální počet zařízení" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Maximální počet zobrayených položek" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicína" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Střední" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Členové" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Zmínky" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Počasí" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Metrický" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Nejnižší teplota za posledních 24 hodin: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Nejnižší teplota za posledních 6 hodin: " #: lib/Application.php:239 msgid "Minimum PIN length" msgstr "Minimální délka PINu" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Různé" #: admin/config/index.php:224 msgid "Missing configuration." msgstr "Chybějící konfigurace." #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobilní (Minimalistický)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobilní (Bez JavaScriptu)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobilní (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mobilní aplikace" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Mód" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Model" #: admin/config/index.php:169 admin/config/index.php:213 #: admin/config/index.php:346 admin/config/index.php:372 msgid "Module is up-to-date." msgstr "Modul je aktuální." #: config/prefs.php:496 msgid "Monday" msgstr "Pondělí" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fáze měsíce" #: config/registry.php:309 msgid "My Account" msgstr "Můj účet" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Informace o mém účtu" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Můj facebook stream" #: services/portal/index.php:45 msgid "My Portal" msgstr "Můj portál" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Moje rozložení portálu" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NE, NESOUHLASÍM" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:69 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "POZNÁMKA: VYMAZÁNÍ ZAŘÍZENÍ MŮŽE ZPŮSOBIT NÁVRAT DO VÝROBCEM NASTAVENÝCH " "HODNOT. PROSÍME UJISTĚTE SE PŘED PROVEDENÍM VYMAZÁNÍ, ZDALI TO CHCETE " "OPRAVDU PROVÉST." #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Jméno" #: config/prefs.php:587 config/prefs.php:607 templates/portal/layout.inc:97 msgid "Never" msgstr "Nikdy" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Nová kategorie" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Nové zprávy:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Měsíc v první čtvrti" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nové uživatelské jméno (nepovinné)" #: services/changepassword.php:31 msgid "New password" msgstr "Nové heslo" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nová hesla se neshodují." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Novinky" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Další" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Další 4 fáze" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Bez zvuku" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Žadná konfigurační data nejsou dostupná pro zobrazení rozdílů." #: admin/config/diff.php:49 msgid "No change." msgstr "Beze změny." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Nebyly nalezeny žádné ikony." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Žádné položky k zobrazení" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nebylo nastaveno žádné místo." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Žádné neslušné" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Žádné nevyřízené žádosti o přihlášení." #: lib/Application.php:346 msgid "No push while roaming" msgstr "" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Nebyla nastavena bezpečnostní otázka. Kontaktujte prosím správce." #: admin/config/index.php:163 admin/config/index.php:207 #: admin/config/index.php:340 admin/config/index.php:366 msgid "No stable version exists yet." msgstr "Zatím neexistuje žádná stabilní verze." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nebylo zadáno žádné uživatelské jméno." #: admin/config/index.php:230 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "V originální konfiguraci nebyla nalezena verze. Přegenerujte konfiguraci." #: admin/config/index.php:239 msgid "No version found in your configuration. Regenerate configuration." msgstr "Ve Vaší konfiguraci nebyla nalezena verze. Přegenerujte konfiguraci." #: admin/config/index.php:291 #, fuzzy msgid "NoSQL indices are ready." msgstr "Ikony pro %s" #: admin/config/index.php:286 #, fuzzy, php-format msgid "NoSQL indices for %s" msgstr "Ikony pro %s" #: admin/config/index.php:288 #, fuzzy msgid "NoSQL indices out of date." msgstr "DB schéma není aktuální." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:63 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Žádné" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Severský (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Severní polokoule" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "Nespravováno" #: config/registry.php:169 msgid "Notes" msgstr "Poznámky" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nic k prohlédnutí, běžte zpět." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Počet článků pro zobrazení" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Sekund do aktualizace" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "" #: templates/services/obrowser.html.php:5 #, fuzzy msgid "Object Browser" msgstr "Vytvářeč objektů" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Vytvářeč objektů" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtrovat neslušné" #: config/registry.php:266 msgid "Office" msgstr "Kancelář" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Staré a nové heslo se musí lišit." #: services/changepassword.php:30 msgid "Old password" msgstr "Staré heslo" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Staré heslo je nesprávně." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Pouze neslušné" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Pouze vlastník nebo administrátor může změnit vlastnicví nebo práva pro " "sdílený objekt" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operační systém" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Nebo uveďte uživatelské jméno:" #: config/prefs.php:531 config/prefs.php:634 config/prefs.php:660 #: config/prefs.php:686 config/prefs.php:712 config/prefs.php:731 msgid "Other Information" msgstr "Ostatní informace" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Další Možnosti" #: config/registry.php:180 msgid "Others" msgstr "Ostatní" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Vlastník" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Vlastník:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP kód" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP konsole" #: lib/Application.php:309 msgid "POP/IMAP Email accounts" msgstr "" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Chybí POSIX rozšíření." #: lib/Api.php:75 msgid "P_HP Shell" msgstr "P_HP konsole" #: login.php:211 admin/config/index.php:416 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Heslo" #: lib/Application.php:244 msgid "Password Complexity" msgstr "" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Heslo úspěšně změněno." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Hesla se musí shodovat." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Vložit" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Žádosti o přihlášení:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Lidé" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Provést úkoly prováděné při přihlášení" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Právo \"%s\" nebylo smazáno." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Práva" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administrační práva" #: config/prefs.php:263 msgid "Personal Information" msgstr "Osobní informace" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Domácí zvířata" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefonní číslo" #: config/registry.php:197 msgid "Photos" msgstr "Fotky" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Fráze" #: login.php:217 msgid "Please enter a password." msgstr "Prosím zadejte heslo." #: login.php:216 msgid "Please enter a username." msgstr "Prosím zadejte uživatelské jméno." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Prosím uveďte shrnutí Vašeho problému." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Prosím přečtěte si následující text. MUSÍTE souhlasit s podmínkami používání " "systému." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Štouchance:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:747 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Umístění textu odpovědi při odepisování na mobilním zařízení. Poznámka: " "Některá zařízení vždy umístí citaci na konec zprávy." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Pošta" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Napsáno %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Napsáno %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Srážky za poslední %d hodinu" msgstr[1] "Srážky za poslední %d hodiny" msgstr[2] "Srážky za posledních %d hodin" #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "Pravděpodobnost%ssrážek" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Barometrický tlak" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Barometrický tlak na úrovni moře: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Hlavní" #: services/problem.php:161 msgid "Problem Description" msgstr "Popis problému" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "upraveno" #: lib/Application.php:223 #, fuzzy msgid "Provisioning" msgstr "upraveno" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publikování zapnuto." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Vyhledání" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvóta" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Náhodné štěstí" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Přečíst" #: templates/prefs/facebook.html.php:30 #, fuzzy msgid "Read enabled." msgstr "Čtení zapnuto" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Opravdu smazat \"%s\"? Tato operace je nevratná." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Opravdu smazat uživatelská data uživatele \"%s\"? Tato operace je nevratná." #: config/prefs.php:613 msgid "Refresh Dynamic Menu Elements:" msgstr "Obnovit dynamické elementy menu:" #: config/prefs.php:594 msgid "Refresh Portal View:" msgstr "Obnovit zobrazení portálu: " #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Obnovovací frekvence:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Ostatní aplikace" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Hodnoty" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Vzdálený hostitel" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "Odstranit" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Odstranit pár" #: admin/config/index.php:435 msgid "Remove saved script from server's temporary directory." msgstr "Odstratit uložený skript z dočasného adresáře serveru." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Odstranit uživatele" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Odstranit uživatele: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Odpovědět" #: lib/Application.php:234 #, fuzzy msgid "Require PIN" msgstr "Povinné" #: lib/Application.php:317 #, fuzzy msgid "Require S/MIME Encryption" msgstr "Nastavení podpory S/MIME v %s." #: lib/Application.php:321 #, fuzzy msgid "Require S/MIME Signature" msgstr "S/MIME podepsaná zpráva" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Smazat" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Vymazat heslo" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Vynulovat stav všech zařízení" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Reset Vašeho hesla" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Obnovit poslední vyhledání" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Výsledky" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Výsledky pro %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweetnout" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweetnuto %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Znovu zapište nové heslo" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Přepnout konfiguraci" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Hádanky" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Provést" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Spustit úkoly prováděné při přihlášení" #: lib/Application.php:289 msgid "SD card" msgstr "" #: lib/Application.php:282 #, fuzzy msgid "SD card encryption" msgstr "Šifrování:" #: lib/Application.php:297 #, fuzzy msgid "SMS Text messages" msgstr "Vložit zprávy" #: admin/config/index.php:273 admin/config/index.php:326 #, fuzzy msgid "SQL DB schema is out of date." msgstr "DB schéma není aktuální." #: admin/config/index.php:278 admin/config/index.php:331 #, fuzzy msgid "SQL DB schema is ready." msgstr "DB schéma je připraverné." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL konsole" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL konsole" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Uložit" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Uložit \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Uložit a ukončit" #: admin/config/index.php:403 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Uložit vyvořený konfigurační PHP skript do dočasného adresáře na serveru." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Konfigurační skript pro aktualizaci byl uložen do: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Věda" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Rozsah" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Sea_rch" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Vyhledat" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Vyhledat:" #: lib/Application.php:255 msgid "Seconds of inactivity before device should lock" msgstr "" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Vybrat skupinu pro přidání:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Vybrat nového vlastníka:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Vybrat server" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Vybrat uživatele pro přidání:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Vybrat všechna pole pro vyhledávání během rozšiřování adres." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Vyberte formát datumu a času:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Vyberte oddělovací znak pro datum:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Vyberte formát datumu:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Vyberte způsob řazení datumu a času:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Vyberte oddělovací znak pro čas:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Vyberte formát času:" #: config/prefs.php:580 msgid "Select your color scheme." msgstr "Vyberte barevný motiv." #: config/prefs.php:376 msgid "Select your preferred language:" msgstr "Vyberte Vámi preferovaný jazyk:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Poslat zprávu o problému" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor:" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Serverový čas" #: admin/sessions.php:67 #, fuzzy msgid "Session Administration" msgstr "Administrační práva" #: templates/admin/sessions.html.php:8 #, fuzzy msgid "Session Timestamp" msgstr "Datum a čas relace:" #: lib/Api.php:70 msgid "Sessions" msgstr "Relace" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Nastavit možnosti tak, abyste mohli resetovat heslo, pokud ho zapomenete." #: config/prefs.php:636 msgid "Set up integration with your Facebook account." msgstr "Nastavit integraci vašeho facebook účtu." #: config/prefs.php:662 msgid "Set up integration with your Twitter account." msgstr "Nastavit integraci vašeho twitter účtu." #: config/prefs.php:364 msgid "Set your preferred language, timezone and date preferences." msgstr "Nastavte Vámi preferovaný jazyk, časové pásmo a datum." #: config/prefs.php:533 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Nastavit počáteční aplikaci, barevné schéma, obnovu stránek a další " "zobrazovací možnosti." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Některá místa lze nastavit s tímto paramentrem: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Krátké shrnutí" #: config/prefs.php:620 msgid "Should access keys be defined for most links?" msgstr "Mají být klávesové zkratky definovány pro většinu odkazů?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Ukázat" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Zobrazit pokročilé nastavení" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Zobrazit všechny skupiny nastavení" #: admin/config/index.php:385 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Zobrazit odlišnosti mezi současnou a předchozí konfigurací." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Zobrazit popisky článků?" #: config/prefs.php:565 msgid "Show last login time when logging in?" msgstr "Zobrazit čas posledního přihlašení do systému?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Zobrazit upozornění" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Přeskočit úkoly prováděné při přihlášení" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Malé" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Sněhový pokryv: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Vodní ekvivalent pro sníh: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Písně a básně" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Jihoevropský (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Jižní polokoule" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Čas spuštění" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Správa stavu" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "Stav" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Status není možné nastavit." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Stream" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Byla podána žádost o přidání \"%s\" do systému. Nemůžete se přihlásit do " "systému, dokud nebude Vaše žádost vyřízena." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Úspěšně připojeno k vašemu facebook účtu nebo aktualizována práva." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Úspěšně" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" byl(a) úspěšně přidán(a) do systému." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Data pro uživatele \"%s\" byla úspěšně odstraněna ze systému." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Úspěšně odstraněno \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" úspěšně odstraněn(a) ze systému." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Konfigurace byla úspěšně změněna. Obnovte stránku." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Úspěšné uložení záložní konfigurace." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Úspěšně aktualizováno \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s bylo úspěšně zapsáno" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Svítání" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Západ slunce" #: config/prefs.php:495 msgid "Sunday" msgstr "Neděle" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Východ slunce" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Východ/Západ slunce" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Západ slunce" #: lib/Application.php:337 msgid "Sync all" msgstr "Synchronizovat vše" #: config/prefs.php:713 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "RSS kanál" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tag Cloud" #: config/registry.php:155 msgid "Tasks" msgstr "Úkoly" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Teplota za poslední hodinu: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Teplota" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Teplota%s(%sNejvyšší%s/%sNejnižší%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Dočasně nemožné spojit se s facebookem, prosíme zkuste to znovu." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Dočasně nemožné kontaktovat twitter. Prosíme, zkuste to později." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thajsky (TIS-620)" #: lib/Prefs/Special/Activesync.php:103 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Vzdálené vymazání pro zařízení id %s bylo zrušeno." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Upozornění bylo vymazáno." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Upozornění bylo uloženo." #: admin/config/index.php:114 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfigurace pro %s nemůže být aktualizována automaticky. Prosíme " "aktualizujte toto nastavení ručně." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Výchozí adresa pro použití s touto identitou:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Zámek odstraněn." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Služba stavu členů nemohla být momentálně dosažena. Zkuste znovu později " "nebo s jiným stavem člena." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Služba stavu členů je momentálně nedostupná. Zkuste znovu později nebo s " "jiným stavem člena." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Uvedený kód země je neplatný." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Služba je momentálně nedostupná. Zkuste prosím znovu později." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Služba je momentálně příliš vytížená. Zkuste prosim znovu později." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Žádost o registraci pro \"%s\" byla odstraněna." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Žádost o registraci pro uživatele \"%s\" byla odstraněna." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Stav pro zařízení id %s byl resetován. Bude resynchronizován při příštím " "připojení k serveru." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Testovací skript je momentálně zapnutý. Z bezpečnostních důvodů, vypněte " "testovací skript po dotestování (viz horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Uživatel \"%s\" již existuje." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Uživatel \"%s\" neexistuje." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Nastala chyba při přidávání \"%s\" do systému: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Nastala chyba při odstraňování uživatelských dat \"%s\" ze systému: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Nastala chyba při odstraňování \"%s\" ze systému: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Nastala chyba při aktualizaci \"%s\": %s" #: lib/Prefs/Special/Activesync.php:121 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Nastala chyba při komunikaci s ActiveSync serverem: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Nastala chyba při komunikaci s twittrem: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Chyba v konfiguračním formuláři. Zřejmě jste vynechali požadované pole." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Nastala chyba provedení žádosti: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "Nastala chyba získávání dat z facebooku. Prosíme, zkuste to později." #: lib/Application.php:204 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Vyskytla se chyba odstraňování globálních dat pro %s. Detaily byly " "zalogovány." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Nastala chyba s požadovanými právy." #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Toto DIČ je neplatné." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Toto DIČ je platné." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Toto zapříčiní resynchronizaci všech položek do Vašich zařízení." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Toto zapříčiní resynchronizaci všech položek do Vašich zařízení." #: config/registry.php:226 msgid "Tickets" msgstr "Tikety" #: config/registry.php:272 msgid "Time Tracking" msgstr "Sledování času" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Formát času" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Datum a čas nebo neznámé" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Datum a čas úspěšných synchronizačních relací" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titulek" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Pro vyjmutí jednotlivého pole z importu nebo pro opravu špatného výběru " "vyberte pole v seznamu níže a klepněte na \"Odstranit Pár\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Více položek vyberete stisknutím klávesy Control (PC) nebo Command (Mac) a " "kliknutím na položku." #: lib/Block/Weather.php:288 msgid "Today" msgstr "Dnes" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "Zítra" #: config/prefs.php:748 msgid "Top" msgstr "Nahoře" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Překlady" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turecky (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:661 msgid "Twitter Integration" msgstr "Integrace twittru" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Časová osa twitteru" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Časová osa twitteru pro %s " #: lib/Ajax/Application/TwitterHandler.php:37 #, fuzzy msgid "Twitter not enabled." msgstr "Filtrovací pravidla nebyli nalezeny." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Nelze vymazat \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Nelze nastavit jako." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:56 msgid "Unavailable" msgstr "Neznámý" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Odblokovat" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Stornovat změny" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 #, fuzzy msgid "Unfavorite" msgstr "Zapsat" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Nevyplněno" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "Jednotky" #: admin/sessions.php:36 msgid "Unknown" msgstr "Neznámé" #: admin/locks.php:43 msgid "Unlock" msgstr "Odemknout" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Nepodporovaná akce." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Aktualizovat" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Aktualizovat %s" #: admin/config/index.php:187 admin/config/index.php:305 #, php-format msgid "Update %s schema" msgstr "Aktualizovat %s schéma" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Aktualizovat všechna DB schémata" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Aktualizovat všechny konfigurace." #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Aktualizovat uživatele" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Aktualizovaný \"%s\"." #: admin/config/index.php:129 #, php-format msgid "Updated schema for %s." msgstr "Aktualizované schéma pro %s." #: admin/config/index.php:414 msgid "Upload" msgstr "Poskytnutí" #: admin/config/index.php:422 msgid "Uploaded all application configuration files to the server." msgstr "Všechny konfigurační soubory pro nastavení byly uloženy na server." #: lib/Prefs/Special/Activesync.php:66 msgid "Use Horde Default" msgstr "Použít globální nastavení" #: config/prefs.php:688 msgid "Use if name/password is different for IMSP server." msgstr "Použít pokud jméno/heslo jsou jiné než na IMSP serveru." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Uživatel" #: admin/user.php:240 msgid "User Administration" msgstr "Administrace uživatelů" #: templates/admin/activesync.html.php:12 #, fuzzy msgid "User Agent" msgstr "Agent uživatele:" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Uživatelské jméno" #: signup.php:74 msgid "User Registration" msgstr "Registrace uživatelů" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Na této stránce není možná registrace uživatelů." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Uživatelská registrace není nastavena pro tuto stránku." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Uživatelský účet nenalezen" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Vybrat uživatele pro přidání:" #: login.php:206 admin/config/index.php:415 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Uživatelské jméno" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Uživatelé" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Seznam uživatelů:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Ověření DIČ" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "DIČ:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "DIČ" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Verze" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Kontrola verzí" #: config/registry.php:215 msgid "Version Control" msgstr "Kontrola verze" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamsky (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Zobrazit externí webstránku" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Viditelnost" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Upozornění" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Upozornění: Máte zapnutý Caps Lock!" #: lib/Block/Weather.php:35 lib/Block/Weather.php:62 msgid "Weather" msgstr "Počasí" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Data o počasí poskytuje" #: config/registry.php:332 msgid "Web Site" msgstr "Webstránka" #: lib/Application.php:313 msgid "Web browser" msgstr "Prohlížeč" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Vítejte" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Vítejte, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Západní (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Západní (ISO-8859-15)" #: config/prefs.php:545 #, php-format msgid "What application should %s display after login?" msgstr "Kterou aplikaci má %s zobrazit po přihlášení do systému?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Na čem momentálně pracujete?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Jaký je oddělovací znak?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Jaký je znak pro citaci?" #: config/prefs.php:498 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Který den chcete nastavit jako první den týdne?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Které fáze" #: config/prefs.php:600 #, php-format msgid "Width of the %s menu on the left:" msgstr "Šíře levého menu %s:" #: lib/Application.php:301 msgid "Wifi" msgstr "" # msgid "Width of the %s menu on the left:" # msgstr "Šíře %s menu nalevo:" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Vítr" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Rychlost větru v uzlech" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vítr:" #: templates/activesync/device_table.html.php:33 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "Vymazat data" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "Výmaz čeká na zpracování" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Moudrost" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Práce" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "RR" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Ano, souhlasím" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Vám a %d jiné osobě se to líbí" msgstr[1] "Vám a %d jiným osobám se to líbí" msgstr[2] "Vám a %d jiným osobám se to líbí" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Nejste oprávněni vytvářet skupiny." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Nejste oprávněni vytvářet sdílené." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Nejste oprávněni měnit skupiny." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Nejste oprávněni měnit sdílené." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Nejste oprávněni mazat skupiny." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Nejste oprávněni mazat sdílené." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Nejste oprávněni pro prohlížení skupin sdílení." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Nejste oprávněni pro prohlížení práv sdílení." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Nejste oprávněni pro prohlížení sdílení." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Nejste oprávněni pro prohlížení uživatelů skupin." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Nejste oprávněni pro prohlížení uživatelů sdílení." #: lib/Block/FbStream.php:107 #, fuzzy, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Nepřihlásili jste se hordem úspěšně k facebooku. Měli byste zkontrolovat " "Vaše facebooková nastavení ve vašem %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Můžete rovněž zkontrolovat Vaše facebooková nastavení ve vašem %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "Nesouhlasil jste se smluvními podmínkami, takže se nemůžete přihlásit." #: login.php:312 msgid "You have been logged out." msgstr "Byli jste odhlášeni ze systému." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Máte zakázané požadované oprávnění." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Nepřihlásili jste se hordem úspěšně k twittru. Měli byste zkontrolovat Vaše " "twitter nastavení ve vašem %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Líbí se Vám to" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Musíte nejdříve popsat problém a pak ho lze poslat." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Musíte vybrat uživatelské jméno, které bude smazáno." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Musíte udat uživatelské jméno, které bude odstraněno." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Neuvedli jste uživatelské jméno, které bude přidáno." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Neuvedli jste uživatelské jméno pro aktualizaci." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Vaše emailová adresa" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:362 #: config/prefs.php:506 msgid "Your Information" msgstr "Vaše informace" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Během relace se změnila Vaše internetová adresa. Z bezpečnostních důvodů se " "musíte opět přihlásit." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Vaše jméno" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Váš ověřovací backend systém nepodporuje přidávání uživatelů. Pokud chcete, " "aby Horde mohlo spravovat Vaše účty, musíte použít jiný autorizační backend " "systém." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Váš ověřovací systém nepodporuje výpis uživatelů, nebo tato možnost není " "přístupná z jiných důvodů." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "V průběhu relace se změnil Váš prohlížeč. Z bezpečnostních důvodů se musíte " "opět přihlásit." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Váš prohlížeč nepodporuje tuto možnost." #: config/prefs.php:410 msgid "Your current time zone:" msgstr "Vaše současné časové pásmo:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Vaše celé jméno:" #: login.php:324 msgid "Your login has expired." msgstr "Vaše přihlášení vypršelo." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Vaše nové heslo pro %s je: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Vaše heslo bylo vymazáno" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Vaše heslo bylo vynulováno, ale nemůže být Vámi znovu nastaveno. Kontaktujte " "prosím správce." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Vaše heslo bylo vynulováno, zkontrolujte si schránku a přihlaste se Vaším " "novým heslem." #: services/changepassword.php:50 #, fuzzy msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Vaše heslo bylo vynulováno, zkontrolujte si schránku a přihlaste se Vaším " "novým heslem." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Platnost Vašeho hesla vypršela" #: login.php:178 msgid "Your password has expired." msgstr "Platnost Vašeho hesla vypršela." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Vaše relace vypršela.Opět se přihlašte, prosím." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Vaše relace vypršela. Opět se přihlašte, prosím." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Hlášení problému]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Upozornění" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Konfigurace" #: lib/Api.php:50 msgid "_Groups" msgstr "_Skupiny" #: lib/Api.php:60 msgid "_Locks" msgstr "_Zámky" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Práva" #: lib/Api.php:45 msgid "_Users" msgstr "_Uživatelé" #: services/problem.php:59 msgid "attachment" msgstr "Příloha" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "bezvětří" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "z %s (%s) rychlostí %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "nárazový" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "v řadě" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "Nastavení" #: admin/config/config.php:75 msgid "show differences" msgstr "zobrazit rozdíly" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "pro potvrzení napište heslo dvakrát" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "sjednocený" tmpIMUtxu/horde-5.2.17/locale/cs/LC_MESSAGES/horde.mo0000644000175000017500000016542413160205253021575 0ustar mathieumathieu%l1B$B)&BPB&jB B$B B)BBC C#C4CLC bCRnCCCCCDD DV'D~DlDEE"E3E ;EFE`EsEE E E E EE EEENE->FlFF FF F F F F FFFF#Gl,G%GGGGHH #H/HEHMH%cH<H%HHI I)I 9I'DI,lI*I%II IJ J%J:J@JFJ UJ `J jJtJyJJJJJJJ J@JK3KHKfKmK}K!KdKLL8LAL]L xL1L*LL LM M&MQ6MM M MMM MMM M M M N N N 'N5N=ONN'N NNNN.O*0O3[OO2P(RP5{PXP Q*QQQQQQ RR *R7RGRYRkRRRRRRR RRRR R S,S4HS }SS SS S*SBS.T CTOT VT`TsT TTTTT"T UU *U4UVFV\V aVkVVV V VVV"V{VOrW'W(WX/X6XEXVXfXwXX X XXXX XXX Y Y Y(Y 9YFYMY UY `YnYsY|YYZZ #Z0Z 9ZDZKZ\Z|ZZ Z ZZZZZZZ [[&[ ;[F[a[h[ z[[[?[[ [ ["["\ <\I\X\$^\2\\ \\ \2\]]/]B] S]`]jK^^ ^^B^4(_)]___ ___ __ ````,`5` ;`E` Z`g` v```````` ` ``a!a=a Xacasa |aaaaGa a aab b bb bh"bbbbbbb c@c$Zccccc ccccc cdd/dFdadwd|ddd d ddd dddd|eee e eee eeef ff8f XfcfsffffEf g)gE@gAgggggh h(h$Fhkhzhh(h hhh\hXiiii iiiiii ii iiij.j4jEjLj`j }jjjj jj jjj(kP8kkkk1l 6l@lBQllll ll llm mm!m4&mG[mmm m mm mn n6n Pn\nlnrnxnnnnnnnnnoo%o)o 9o CoNo So]oRmo,oooop pp)p=pMp5cp pppp q'q?qYqyqq qqJq.q-%r;Sr[r1r s-+sYs^sxsOss%st0tAt GtTt ot}ttttt t ttttuduCtuu&u8u v*;v;fv(vvvvw www*w1w:wAw Qw[waw vww>w>wx4,xax}xcx5x1yhLyfy%z8Bz3{z-z2ze{v{{|17|Ai|3|%|?})E}To})}K}I:~1~*~(~6 7Ay  1Vk€Ȁр Հ":>Y my ρ ց ! -;R;Y2ڂ߂ 2;B~ ƃ  -A [f"n DŽ τۄ/6 StF ؅! %+ 0=DIO RD_""dž%%%6%\-.#߇,,05]V*s/ E)&!%H(nv 2<sދyR+̌ 8X\uQҍ$>-YX "/ 6AF`h o{"%4- /:W7` Βܒ kƓۓhhq !. 3>Ri ŕ  P?m%Ӗږ *< P]b%}'&Ng' ǘјژ :3n 6 *:'7b5К   , 7B S ] gqu z ޛM>Ri_֜ 6C\#s .)1B^!sV  %/ 6DLUjz :Ÿ!4 T` o {1=-#ۡ(=!h_Ȣ&e ȣ*?Oe~  դ ٤9WA ѥ7G`p wϦ$/= m x ΧO !p 2Ѩ ר %4 LXi q'bP,/.7M`qȫګ  (3 FQi{ u6 R^ fr zƭ֭ ߭ &<CJh} Ȯ ֮H OZ s}ǯۯ9:BK PI]Ȱް} ;90GYmʳܳ  (6Jby! ش   9 S#t е׵ eYq ~Ķ&Cj-,ڷ 'A(`  -¸,5=Wrǹ ܹ  .;UYj$*:I'b  ѻFۻ "/O!n2F׼+-JLxGŽ . A O#Y}Ⱦ ݾ% 8_I"߿ "& /; Wdj06H[nt{%+c HU^ `w%  */5Me! $ 8B<Q  ! 1; LXg/  R;n  !E<$(#,C![}J+*.;Yd61AC$@4/d3z$)/ 8B SafL ]0iB+9'-a   4 ; FPWu*}EF5:Gk1'Ymle!@CbL0;$i`Yw5I5'H7p,O&%KLT&,JBJ 5QYfMRY ak  #/? H R\ q~"" 8GD<   77;o!  !17<BRau '  &=>U2 *CHNg n{o&2(Y"$!#65G/}8;J"Mm"+t 7:;:@3{n ERtk}-!9Mmd^ l!56" 9G LYbj r    & Ks=_Y[SC6xkVxZo;dai(3s|N  Swo #F5id)C{ 1JhI %2>pQ(']AqlE>}vrz,~}n\<0&NqDrR;Gf4*2UgNH KD_$tE'c.Xm! s &R#$mZ\l<*lT<`!aiPnBQD- 9^U@/V7@+0w+^LjYRmw BSb/"KZrH: X/x=!JQW{t8_2&f[GP4;^X  jT5nL}h3>PF]-e]hy, BIu|y)8o9 z6g@Vj a#?" Lp A?HO%e$t)f18,9:~3gbbq+euM`WcI 7G 6O0-Uy=E(1uM7vd|WYCpJ`*c ?Av"4kzM%.['{:  5OF\~.Tk"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authorize PublishAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.Japanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocale and TimeLocationLock UserLocksLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOSIX extension is missingP_HP ShellPasswordPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedPublish enabled.QueryQuotaRandom FortuneReadReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to delete "%s": %s.Unable to set like.UnavailableUnblockUndo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind speed in knotsWind:WipeWipe PendingWisdomWorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde 3.0.9 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-10-14 14:39+0200 PO-Revision-Date: 2015-05-06 16:03+0100 Last-Translator: Michael Grafnetter Language-Team: Czech Language: cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; X-Generator: Poedit 1.6.10 "%s" byl přidán do systému skupin."%s" byl přidán do systému přístupových práv."%s" nebyl vytvořen: %s.%.2fMB použito z %.2fMB povolených (%.2f%%)%d %s a %s%d dní do vypršení hesla.%d minut%d osoba jako tato%d osoby jako tato%d osob jako tato%d až %d z %d%d-denní předpověď%s - Oznámení%s Nastavení%s Úkoly - Potvrzení%s Podmínky používání%s na %s %s%s je připraven provést níže označené úkoly. Vyberte všechny operace, které chcete nyní provést., nárazový %s %s, proměnná z %s do %s12 hodinový formát24 hodinový formát24 hodin24 hodinový formát3 dnyVymazání zařízení požadováno. Zařízení bude vymazáno při příštím pokusu o synchronizaci.Novější verze (%s) existuje.Vzdálené vymazání pro zařízení id %s spuštěno. Zařízení bude vymazáno při příští synchronizaci.Dopoledne/OdpoledneInformace o účtuHeslo účtuAkceActiveSyncSpráva ActiveSyncuActiveSync zařízeníActiveSync není aktivováno.PřidatVložit obsahPřidat:Přidat členyPřidat skupinuPřidat nového uživatele:Přidat nové upozorněníPřidat párPřidat uživatele"%s" bylo přidáno do systému, ale nelze přidat následující informace: %s."%s" bylo přidáno do systému. Nyní se můžete přihlásit.Přidávání uživatelů je vypnuto.AdresaKontaktyAdministraceKonec upozorněníMetody upozorněníStart upozorněníText upozorněníNázev upozorněníUpozorněníVšeVšichni ověření uživateléVšechny klíče politik resetovány.Všechny stavy odstraněny pro Vaše ActiveSync zařízení. Budou resynchronizovány při příštím připojení na server.Všechny relace synchronizace smazány.Alternativní IMSP loginAlternativní IMSP hesloAlternativní IMSP uživatelské jménoAlternativní emailová adresaOdpověďAplikaceAplikace je připravená.SchválitArabsky (Windows-1256)Skutečně chcete vymazat %s?Skutečně chcete vymazat žádost o registraci pro "%s" ?Skutečně chcete vymazat "%s"?Arménský (ARMSCII-8)UměníAscii uměníNejméně jedno databázové schéma není aktuální.PřílohaPokus o vymazání neexistující skupiny.Pokus o vymazání neexistujících uživatelských práv.Pokus o editaci neexistujících uživatelských práv.Pokus o editaci neexistujícího sdíleného objektu.Autorizovat publikováníAutomatickyDostupná pole:BOFH výmluvyBaltické (ISO-8859-13)ZákladníZablokovatNastavení blokuTyp blokuBluetoothZáložkyObaDoleProhlížečInterval obnovování (s)KalendářFotoaparátStornoStornovat hlášení problémuStorno vymazáníHeslo nelze změnit automaticky, prosím kontaktujte Vašeho administrátora.Kategorie a značkyKeltský (ISO-8859-14)Středoevropský (ISO-8859-2)ZměnitZměna umístěníZměnit Vaše hesloZměnit Vaše osobní informaceV součastné konfiguraci není podporována změna hesel. Kontaktujte Vašeho administrátora.ZkontrolovatZkontrolovat nové verzeKontrola probíhá ...Zjednodušená Čínština (GB2312)Tradiční Čínština (Big5)Zvolit %sZvolte zobrazení datumu (zkrácený formát):Zvolte zobrazení datumu (plný formát):Zvolte zobrazení času:Vyčistit frontuOdstranění uživatele: %sOdstranit uživateleOdstranění údajů o uživateliKlikněte na jeden z Vašich vybraných adresářů a vyberte pole pro vyhledávání.pro pokračování klikněteKotva klientaZavřít oknoZataženoSbalitVýběr barevKomiksyPříkazPříkazová konzolaKomentáře: %dNázevPočítačePodmínkaPodmínkyNastaveníRozdíly v nastaveníNastavení pro synchronizaci s PDA, Smartfony a Outlookem.Nastavení již není aktuální.Aktualizační konfigurační skripty jsou dostupnéNastavit %sPotvrdit hesloPokračovatKoláčekNelze se připojit na server "%s" pomocí FTP: %sNení možné kontaktovat server, zkuste to prosím později.Nelze smazat aktualizační skript pro "%s"'.Nelze resetovat heslo pro danného uživatele. Všechny nebo některé z detailů nebyly správně zadány. Zkuste to znovu a pokud potřebujete pomoc, kontaktujte správce systémů.Nelze přepnout konfiguraci.Nelze uložit záložní konfiguraci: %sNelze uložit konfigurační skript pro aktualizaci do: "%s".Nelze uložit konfigurační soubor %s. Pro uložení kódu můžete použít jednu z možností níže.Nelze uložit konfigurační soubor %s. Pro uložení kódu do %s, můžete použít jednu z možností nebo ručně zkopírovat níže uvedený kód do %s.Nelze uložit konfiguraci pro "%s": %sZeměVytvořitVytvořit novou identituAktuální 4 fázeAktuální upozorněníAktuální zámkyAktuální sessionsAktuální časAktuální počasíAktuální podmínkaAzbuka (KOI8-R)Azbuka (Windows-1251)Azbuka/Ukrajina (KOI8-U)DB přístup není nastaven.DDDatumDatabázeDatumPřijato dneDatum: %s; čas: %sDenImplicitníImplicitní barvaVýchozí shellVýchozí znaková sada posílaných e-mailových zpráv:Výchozí umístění pro použití ve vlastnosti location-aware (místní povědomí).DefiniceSmazatSmazat "%s"Smazat všechna SyncML dataSmazat skupinuKonfigurační skript pro aktualizaci "%s" byl smazán.Smazána synchronizační relace pro zařízení "%s" a databáze "%s".Popsat problémVývojZařízeníID zařízeníInformace o zařízeníSprávce zařízeníTyp zařízeníŠifrování zařízeníZařízení je blokovánoZařízení vymazánoZařízení úspěšně odstraněno.Vymazání zařízení úspěšně stornováno.Rosný bodRosný bod za poslední hodinu: Rosný bod: DeaktivovatZobrazit 24-hodinový čas?Nastavení zobrazeníZobrazit detailní předpověďZobrazit předpověď (TAF)Obsahuje první řádek název sloupců? Pokud ano, zatrhněte tento rámeček:Nemáte účet? Zaregistrujte se.Download %sNačíst generovanout konfiguraci jako PHP skript.DrogyPlnohodnotnýEU DPH IdentifikaceUpravitUpravit "%s"Upravit nastavení proUpravit právaUpravit práva pro "%s"VzděláníEmailová adresaPovolitKoečný časProsím zadejte název nové kategorie:Zadejte bezpečnostní otázku, na kterou budete muset odpovědět, pokud si bude přát resetovat Vaše heslo, např. 'Jaké je jméno Vašeho domácího mazlíčka?':Chyby přihlášení do Twitteru: %s Detaily byly zaznamenány do log souboru pro administrátora.Chyba při mazání synchronizační relace:Chyba při mazání synchronizačních relací:Chyba při změně hesla: %s.EtnickéPozvánky událostí:Každých 15 minutKaždé 2 minutyKaždých 30 sekundKaždých 5 minutKaždou půlhodinuKaždou hodinuKaždou minutuVzorové hodnoty:ProvéstRozvinoutExtra velkéFTP nahrání konfiguraceIntegrace facebookuRSS kanálAdresa RSS kanáluCítit jakPole pro vyhledáváníSprávce souborůFiltrFiltryPrvní půlkaPrvní čtvrtkaJídloPředpověď (TAF)Dny pro předpověď (poznámka: předpověď zobrazuje dny i noci, což může vytvořit poměrně obsáhlý seznam)Zapoměli jste Vaše heslo?FormulářeFortunaTyp fortunyFortunyFortuny 2FóraŽádosti přátelOd %s (%s °) do %s %sOd %s do %s %sDetailní popisÚplněkCelé jménoVytvořit %s konfiguraciVygenerovaný kódZískat víceGlobální nastaveníJdi naGoedelVyhledávání pomocí GoogluŘecké (ISO-8859-7)Administrace skupinyNázev skupinySkupina nebyla vytvořena: %s.SkupinyPráva hostůHTML e-mailHebrejština (ISO-8859-8-I)VýškaVýška streamového obsahu (šíře se automaticky přizpůsobí bloku)NápovědaSeznam témat nápovědyPolokouleZde je začátek souboru:Skrýt pokročilé nastaveníSchovat výsledkyDomovský adresářHordeKolik je tam polí (sloupců)?Po kolika sekundách se mají kontrolovat nové články?VlhkostHumornéIMEIIkony pro %sIdentita, která se použije při odesílání e-mailů přes ActiveSync.Název identity:Import, krok %dImportované pole: %sImportovaná pole:V odpovědi komu:V seznamu níže vyberte obojí, pole importované ze zdrojového souboru na levé straně a odpovídající pole ve vašem adresáři na pravé straně. Potom klepněte na "Přidat pár" pro označení pro import. Když jste hotovi, klepněte na "Další".Nesprávné uživatelské jméno nebo alternativní adresa. Zkuste jěště jednou, nebo kontaktujte Vašeho administrátora.Jednotliví uživateléInformaceZdědění členovéVložte emailovou adresu, na kterou obdržíte nové heslo:Vložte požadovanou odpověď na bezpečnostní otázku:Neplatný fotmát DIČNeplatná akce %sNeplatná aplikace.Neplatný řetězec.Neplatná vlastnická práva.Japonština (ISO-2022-JP)Právě teď...Nováčci kerneluKlíčové slovoDětiKolabKorejsky (EUC-KR)JazykVelkéDruhá polovinaZměnit hesloPoslední čtvrtinaPoslední synchronizacePoslední aktualizace:Poslední přihlášení: %sPoslední přihlášení: %s z %sPoslední přihlášení: nikdyPosledníPrávoLííbí seLimerickLinux cookieSeznam tabulekVýpis upozornění selhal: %sVýpis zámků selhal: %sVýpis sessions se nezdařil: %sVýpis uživatelů není dostupný.LiteraturaLokalizace a časMístoZamknout uživateleZámkyPřihlásit seOdhlášeníSelhalo přihlášení do systému, protože Vaše uživatelské jméno a/nebo heslo není správné.Přihlášení selhalo.Přihlásit se do %sOdhlásit seLáskaMMMagiePoštaPoštovní administrátorPro umožnění ovládání kategorií je zapotřebí označit položky barvami, které jsou přiřazeny k těmto kategoriím.Spravovat Vaše ActiveSync zařízeníShodující se pole:Nejvyšší teplota za posledních 24 hodin: Nejvyšší teplota za posledních 6 hodin: Maximální stáří e-mailůMaximální počet portal-blokůMaximální velikost přílohy v bytechMaximální počet zařízeníMaximální počet zobrayených položekMedicínaStředníČlenovéZmínkyPočasíMetrickýNejnižší teplota za posledních 24 hodin: Nejnižší teplota za posledních 6 hodin: Minimální délka PINuRůznéChybějící konfigurace.Mobilní (Minimalistický)Mobilní (Bez JavaScriptu)Mobilní (Smartphone/Tablet)Mobilní aplikaceMódModelModul je aktuální.PondělíFáze měsíceMůj účetInformace o mém účtuMůj facebook streamMůj portálMoje rozložení portáluN/ANE, NESOUHLASÍMPOZNÁMKA: VYMAZÁNÍ ZAŘÍZENÍ MŮŽE ZPŮSOBIT NÁVRAT DO VÝROBCEM NASTAVENÝCH HODNOT. PROSÍME UJISTĚTE SE PŘED PROVEDENÍM VYMAZÁNÍ, ZDALI TO CHCETE OPRAVDU PROVÉST.JménoNikdyNová kategorieNové zprávy:Měsíc v první čtvrtiNové uživatelské jméno (nepovinné)Nové hesloNová hesla se neshodují.NovinkyDalšíDalší 4 fázeBez zvukuŽadná konfigurační data nejsou dostupná pro zobrazení rozdílů.Beze změny.Nebyly nalezeny žádné ikony.Žádné položky k zobrazeníNebylo nastaveno žádné místo.Žádné neslušnéŽádné nevyřízené žádosti o přihlášení.Nebyla nastavena bezpečnostní otázka. Kontaktujte prosím správce.Zatím neexistuje žádná stabilní verze.Nebylo zadáno žádné uživatelské jméno.V originální konfiguraci nebyla nalezena verze. Přegenerujte konfiguraci.Ve Vaší konfiguraci nebyla nalezena verze. Přegenerujte konfiguraci.ŽádnéSeverský (ISO-8859-10)Severní polokouleNespravovánoPoznámkyNic k prohlédnutí, běžte zpět.Počet článků pro zobrazeníSekund do aktualizaceVytvářeč objektůFiltrovat neslušnéKancelářStaré a nové heslo se musí lišit.Staré hesloStaré heslo je nesprávně.Pouze neslušnéPouze vlastník nebo administrátor může změnit vlastnicví nebo práva pro sdílený objektOperační systémNebo uveďte uživatelské jméno:Ostatní informaceDalší MožnostiOstatníVlastníkVlastník:PHPPHP kódPHP konsoleChybí POSIX rozšíření.P_HP konsoleHesloHeslo úspěšně změněno.Hesla se musí shodovat.VložitŽádosti o přihlášení:LidéProvést úkoly prováděné při přihlášeníPrávo "%s" nebylo smazáno.PrávaAdministrační právaOsobní informaceDomácí zvířataTelefonní čísloFotkyFrázeProsím zadejte heslo.Prosím zadejte uživatelské jméno.Prosím uveďte shrnutí Vašeho problému.Prosím přečtěte si následující text. MUSÍTE souhlasit s podmínkami používání systému.Štouchance:PolitikaUmístění textu odpovědi při odepisování na mobilním zařízení. Poznámka: Některá zařízení vždy umístí citaci na konec zprávy.PoštaNapsáno %sNapsáno %s via %sSrážky za poslední %d hodinuSrážky za poslední %d hodinySrážky za posledních %d hodinPravděpodobnost%ssrážekBarometrický tlakBarometrický tlak na úrovni moře: HlavníPopis problémuupravenoPublikování zapnuto.VyhledáníKvótaNáhodné štěstíPřečístOpravdu smazat "%s"? Tato operace je nevratná.Opravdu smazat uživatelská data uživatele "%s"? Tato operace je nevratná.Obnovit dynamické elementy menu:Obnovit zobrazení portálu: Obnovovací frekvence:Ostatní aplikaceHodnotyVzdálený hostitelOdstranitOdstranit párOdstratit uložený skript z dočasného adresáře serveru.Odstranit uživateleOdstranit uživatele: %sOdpovědětSmazatVymazat hesloVynulovat stav všech zařízeníReset Vašeho heslaObnovit poslední vyhledáníVýsledkyVýsledky pro %sRetweetnoutRetweetnuto %sZnovu zapište nové hesloPřepnout konfiguraciHádankyProvéstSpustit úkoly prováděné při přihlášeníSQL konsoleS_QL konsoleUložitUložit "%s"Uložit a ukončitUložit vyvořený konfigurační PHP skript do dočasného adresáře na serveru.Konfigurační skript pro aktualizaci byl uložen do: "%s".VědaRozsahSea_rchVyhledatVyhledat:Vybrat skupinu pro přidání:Vybrat nového vlastníka:Vybrat serverVybrat uživatele pro přidání:Vybrat všechna pole pro vyhledávání během rozšiřování adres.Vyberte formát datumu a času:Vyberte oddělovací znak pro datum:Vyberte formát datumu:Vyberte způsob řazení datumu a času:Vyberte oddělovací znak pro čas:Vyberte formát času:Vyberte barevný motiv.Vyberte Vámi preferovaný jazyk:Poslat zprávu o problémuSensor:Serverový časRelaceNastavit možnosti tak, abyste mohli resetovat heslo, pokud ho zapomenete.Nastavit integraci vašeho facebook účtu.Nastavit integraci vašeho twitter účtu.Nastavte Vámi preferovaný jazyk, časové pásmo a datum.Nastavit počáteční aplikaci, barevné schéma, obnovu stránek a další zobrazovací možnosti.Některá místa lze nastavit s tímto paramentrem: %sKrátké shrnutíMají být klávesové zkratky definovány pro většinu odkazů?UkázatZobrazit pokročilé nastaveníZobrazit všechny skupiny nastaveníZobrazit odlišnosti mezi současnou a předchozí konfigurací.Zobrazit popisky článků?Zobrazit čas posledního přihlašení do systému?Zobrazit upozorněníPřeskočit úkoly prováděné při přihlášeníMaléSněhový pokryv: Vodní ekvivalent pro sníh: Písně a básněJihoevropský (ISO-8859-3)Jižní polokouleSpamSportStandardStar TrekČas spuštěníSpráva stavuStavStatus není možné nastavit.StreamByla podána žádost o přidání "%s" do systému. Nemůžete se přihlásit do systému, dokud nebude Vaše žádost vyřízena.Úspěšně připojeno k vašemu facebook účtu nebo aktualizována práva.Úspěšně"%s" byl(a) úspěšně přidán(a) do systému.Data pro uživatele "%s" byla úspěšně odstraněna ze systému.Úspěšně odstraněno "%s"."%s" úspěšně odstraněn(a) ze systému.Konfigurace byla úspěšně změněna. Obnovte stránku.Úspěšné uložení záložní konfigurace.Úspěšně aktualizováno "%s"%s bylo úspěšně zapsánoSvítáníZápad slunceNeděleVýchod slunceVýchod/Západ slunceZápad slunceSynchronizovat všeSyncMLRSS kanálTag CloudÚkolyTeplota za poslední hodinu: TeplotaTeplota%s(%sNejvyšší%s/%sNejnižší%s)Dočasně nemožné spojit se s facebookem, prosíme zkuste to znovu.Dočasně nemožné kontaktovat twitter. Prosíme, zkuste to později.Thajsky (TIS-620)Vzdálené vymazání pro zařízení id %s bylo zrušeno.Upozornění bylo vymazáno.Upozornění bylo uloženo.Konfigurace pro %s nemůže být aktualizována automaticky. Prosíme aktualizujte toto nastavení ručně.Výchozí adresa pro použití s touto identitou:Zámek odstraněn.Služba stavu členů nemohla být momentálně dosažena. Zkuste znovu později nebo s jiným stavem člena.Služba stavu členů je momentálně nedostupná. Zkuste znovu později nebo s jiným stavem člena.Uvedený kód země je neplatný.Služba je momentálně nedostupná. Zkuste prosím znovu později.Služba je momentálně příliš vytížená. Zkuste prosim znovu později.Žádost o registraci pro "%s" byla odstraněna.Žádost o registraci pro uživatele "%s" byla odstraněna.Stav pro zařízení id %s byl resetován. Bude resynchronizován při příštím připojení k serveru.Testovací skript je momentálně zapnutý. Z bezpečnostních důvodů, vypněte testovací skript po dotestování (viz horde/docs/INSTALL).Uživatel "%s" již existuje.Uživatel "%s" neexistuje.Nastala chyba při přidávání "%s" do systému: %sNastala chyba při odstraňování uživatelských dat "%s" ze systému: Nastala chyba při odstraňování "%s" ze systému: Nastala chyba při aktualizaci "%s": %sNastala chyba při komunikaci s ActiveSync serverem: %sNastala chyba při komunikaci s twittrem: %sChyba v konfiguračním formuláři. Zřejmě jste vynechali požadované pole.Nastala chyba provedení žádosti: %sNastala chyba získávání dat z facebooku. Prosíme, zkuste to později.Vyskytla se chyba odstraňování globálních dat pro %s. Detaily byly zalogovány.Nastala chyba s požadovanými právy.Toto DIČ je neplatné.Toto DIČ je platné.Toto zapříčiní resynchronizaci všech položek do Vašich zařízení.Toto zapříčiní resynchronizaci všech položek do Vašich zařízení.TiketySledování časuFormát časuDatum a čas nebo neznáméDatum a čas úspěšných synchronizačních relacíTitulekPro vyjmutí jednotlivého pole z importu nebo pro opravu špatného výběru vyberte pole v seznamu níže a klepněte na "Odstranit Pár".Více položek vyberete stisknutím klávesy Control (PC) nebo Command (Mac) a kliknutím na položku.DnesZítraNahořePřekladyTurecky (ISO-8859-9)TweetIntegrace twittruČasová osa twitteruČasová osa twitteru pro %s URLNelze vymazat "%s": %s.Nelze nastavit jako.NeznámýOdblokovatStornovat změnyNevyplněnoUnicode (UTF-8)JednotkyNeznáméOdemknoutNepodporovaná akce.AktualizovatAktualizovat %sAktualizovat %s schémaAktualizovat všechna DB schémataAktualizovat všechny konfigurace.Aktualizovat uživateleAktualizovaný "%s".Aktualizované schéma pro %s.PoskytnutíVšechny konfigurační soubory pro nastavení byly uloženy na server.Použít globální nastaveníPoužít pokud jméno/heslo jsou jiné než na IMSP serveru.UživatelAdministrace uživatelůUživatelské jménoRegistrace uživatelůNa této stránce není možná registrace uživatelů.Uživatelská registrace není nastavena pro tuto stránku.Uživatelský účet nenalezenVybrat uživatele pro přidání:Uživatelské jménoUživateléSeznam uživatelů:Ověření DIČDIČ:DIČVerzeKontrola verzíKontrola verzeVietnamsky (VISCII)Zobrazit externí webstránkuViditelnostUpozorněníUpozornění: Máte zapnutý Caps Lock!PočasíData o počasí poskytujeWebstránkaProhlížečVítejteVítejte, %sZápadní (ISO-8859-1)Západní (ISO-8859-15)Kterou aplikaci má %s zobrazit po přihlášení do systému?Na čem momentálně pracujete?Jaký je oddělovací znak?Jaký je znak pro citaci?Který den chcete nastavit jako první den týdne?Které fázeŠíře levého menu %s:WikiVítrRychlost větru v uzlechVítr:Vymazat dataVýmaz čeká na zpracováníMoudrostPráceX-RefRRAno, souhlasímVám a %d jiné osobě se to líbíVám a %d jiným osobám se to líbíVám a %d jiným osobám se to líbíNejste oprávněni vytvářet skupiny.Nejste oprávněni vytvářet sdílené.Nejste oprávněni měnit skupiny.Nejste oprávněni měnit sdílené.Nejste oprávněni mazat skupiny.Nejste oprávněni mazat sdílené.Nejste oprávněni pro prohlížení skupin sdílení.Nejste oprávněni pro prohlížení práv sdílení.Nejste oprávněni pro prohlížení sdílení.Nejste oprávněni pro prohlížení uživatelů skupin.Nejste oprávněni pro prohlížení uživatelů sdílení.Můžete rovněž zkontrolovat Vaše facebooková nastavení ve vašem %s.Nesouhlasil jste se smluvními podmínkami, takže se nemůžete přihlásit.Byli jste odhlášeni ze systému.Máte zakázané požadované oprávnění.Nepřihlásili jste se hordem úspěšně k twittru. Měli byste zkontrolovat Vaše twitter nastavení ve vašem %s.Líbí se Vám toMusíte nejdříve popsat problém a pak ho lze poslat.Musíte vybrat uživatelské jméno, které bude smazáno.Musíte udat uživatelské jméno, které bude odstraněno.Neuvedli jste uživatelské jméno, které bude přidáno.Neuvedli jste uživatelské jméno pro aktualizaci.Vaše emailová adresaVaše informaceBěhem relace se změnila Vaše internetová adresa. Z bezpečnostních důvodů se musíte opět přihlásit.Vaše jménoVáš ověřovací backend systém nepodporuje přidávání uživatelů. Pokud chcete, aby Horde mohlo spravovat Vaše účty, musíte použít jiný autorizační backend systém.Váš ověřovací systém nepodporuje výpis uživatelů, nebo tato možnost není přístupná z jiných důvodů.V průběhu relace se změnil Váš prohlížeč. Z bezpečnostních důvodů se musíte opět přihlásit.Váš prohlížeč nepodporuje tuto možnost.Vaše současné časové pásmo:Vaše celé jméno:Vaše přihlášení vypršelo.Vaše nové heslo pro %s je: %sVaše heslo bylo vymazánoVaše heslo bylo vynulováno, ale nemůže být Vámi znovu nastaveno. Kontaktujte prosím správce.Vaše heslo bylo vynulováno, zkontrolujte si schránku a přihlaste se Vaším novým heslem.Platnost Vašeho hesla vypršelaPlatnost Vašeho hesla vypršela.Vaše relace vypršela.Opět se přihlašte, prosím.Vaše relace vypršela. Opět se přihlašte, prosím.Zippy[Hlášení problému]_Upozornění_CLI_Konfigurace_Skupiny_Zámky_Práva_UživateléPřílohabezvětříz %s (%s) rychlostí %s %snárazovýv řaděNastavenízobrazit rozdílypro potvrzení napište heslo dvakrátsjednocenýtmpIMUtxu/horde-5.2.17/locale/ar/0000755000175000017500000000000013162206570016340 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ar/LC_MESSAGES/0000755000175000017500000000000013162206570020125 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ar/LC_MESSAGES/horde.po0000644000175000017500000024661513160205253021577 0ustar mathieumathieu# HORDE Arabic translation # This file is distributed under the same license as the Horde package. # Copyright 2003 Platinum Inc. # Custom Web Applications # Platinum Development Team # msgid "" msgstr "" "Project-Id-Version: HORDE v2.0.0\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2010-08-18 16:07+0200\n" "Last-Translator: Platinum Development Team \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "كل 5 دقيقة" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, fuzzy, php-format msgid "%s - Notice" msgstr "تنبيه" #: admin/config/config.php:21 admin/config/index.php:226 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:64 #, php-format msgid "%s Tasks - Confirmation" msgstr "" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "ضع علامة في مربع العملية (العمليات) التي تريد تنفيذها حالاً." #: lib/Block/vatid.php:58 #, fuzzy, php-format msgid "%s not found." msgstr "غير موجود" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 #, fuzzy msgid "12 Hour Format" msgstr "بياناتك:" #: lib/Block/time.php:25 #, fuzzy msgid "24 Hour Format" msgstr "بياناتك:" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 ساعة" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "نهاراً/ليلاً" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "بياناتك:" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "كلمة المرور" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "خيارات" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 msgid "ActiveSync Device Administration" msgstr "" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 #, fuzzy msgid "Add" msgstr "العنوان" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "العنوان" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 msgid "Add a new group" msgstr "" #: admin/user.php:21 msgid "Add a new user:" msgstr "" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "أضف ثنائي" #: admin/user.php:22 #, fuzzy msgid "Add user" msgstr "أضف ثنائي" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 msgid "Address" msgstr "العنوان" #: config/registry.php.dist:142 msgid "Address Book" msgstr "دفتر عناوين" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 msgid "Alarms" msgstr "" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "عنوان بريدك الإلكتروني:" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "حصل خطأ:" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 #, fuzzy msgid "Application" msgstr "التطبيقات الموجودة: %s" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 #, fuzzy msgid "Application List" msgstr "التطبيقات الموجودة: %s" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 msgid "Authenticated to:" msgstr "" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "الحقول المتوفرة:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "أجندة" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "إلغاء البلاغ عن مشكلة" #: admin/activesync.php:183 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "تراجع عن التغييرات" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 #, fuzzy msgid "Clear" msgstr "أجندة" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "إغلاق النافذة" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "الأوامر:" #: admin/cmdshell.php:14 #, fuzzy msgid "Command Shell" msgstr "الأوامر:" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "الأوامر:" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 #, fuzzy msgid "Condition" msgstr "تنفيذ" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "بياناتك:" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "كلمة المرور" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "لاإمكانية للإتصال بالمخدم LDAP." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "لاإمكانية للإتصال بالمخدم LDAP." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "لم يتم إعداد هوردي بشكل صحيح" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "لاإمكانية لإنشاء مجلد محلي (local) من أجل ملف اللغة %s:" #: lib/Block/vatid.php:91 msgid "Country" msgstr "" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "التحقق الافتراضي" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "يوم - رقمين" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "" #: admin/datatree.php:62 msgid "DataTree" msgstr "" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "" #: lib/Block/vatid.php:94 msgid "Date" msgstr "" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "يومي" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "التحقق الافتراضي" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "استخدم القيم الإفتراضية" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "التحقق الافتراضي" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "شرح المشكلة" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "خيارات العرض" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "تم بنجاح" #: admin/config/index.php:92 admin/config/index.php:124 #, fuzzy, php-format msgid "Download %s" msgstr "أمر غير معروف %s:" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "" #: admin/groups.php:214 msgid "Edit Group" msgstr "" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "عنوان بريدك الإلكتروني:" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "خطأ" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "تم حفظ التفاصيل لمدير النظام" #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "كل 15 دقيقة" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "كل 5 دقيقة" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "كل 30 دقيقة" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "كل 5 دقيقة" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "كل نصف ساعة" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "كل نصف ساعة" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "كل دقيقة" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "أمثلة على القيم:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 #, fuzzy msgid "Execute" msgstr "تنفيذ:" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "عنوان المنزل" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "" #: lib/Block/fb_stream.php:82 msgid "Filter" msgstr "" #: config/registry.php.dist:93 msgid "Filters" msgstr "" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "ملاحظات" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 msgid "Forums" msgstr "" #: config/registry.php.dist:113 msgid "Forwards" msgstr "" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "الشرح التفصيلي:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "اسمك:" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 msgid "Green" msgstr "" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 msgid "Group Administration" msgstr "" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "المساعدة" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "قائمة عناوين المساعدة" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "هوردي" #: themes/hordeweb/info.php:2 #, fuzzy msgid "Horde Website" msgstr "نظام هوردي" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "أيقونات فقط" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "أيقونات مع نصوص" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, fuzzy, php-format msgid "Import, Step %d" msgstr "الحقول المستوردة: %s" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "الحقول المستوردة: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "الحقول المستوردة:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "بياناتك:" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "التطبيقات الموجودة: %s" #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "التطبيقات الموجودة: %s" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "اللغة" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "اللغة" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "أجندة" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "دخول" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "دخول" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "دخول" #: login.php:286 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "حصل خطأ لسبب ما أثناء الدخول. على الأرجح أن اسم المستخدم أو كلمة المرورليست " "صحيحة" #: login.php:282 #, fuzzy msgid "Login failed." msgstr "فشل" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "شهر - رقمين" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "البريد" #: config/registry.php.dist:85 msgid "Mail" msgstr "البريد" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "مطابقة الحقول" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 #, fuzzy msgid "Members" msgstr "مذكرات" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "وضع المذكرات:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "تم حفظ التفاصيل لمدير النظام" #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "شهرياً" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "بياناتك:" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "الاسم" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "أبداً" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "رسالة" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "كلمة المرور" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "ملاحظات" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "غير موجود" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "تراجع عن التغييرات" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "لم يتم تحديد لغة محلية." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "لم يتم تحديد لغة محلية." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 #, fuzzy msgid "None" msgstr "تم بنجاح" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "ملاحظات" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "كلمة المرور" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "خطأ في اسم المستخدم و/أو كلمة السر." #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "اسم المستخدم غبر مقبول (كيربيروس)" #: config/registry.php.dist:135 msgid "Organizing" msgstr "" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "معلومات آخرى" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "هوردي" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "كلمة المرور" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "كلمة المرور" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "" #: admin/sqlshell.php:100 msgid "Paste" msgstr "" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "الدور" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 msgid "Permissions" msgstr "" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "" #: config/prefs.php.dist:213 #, fuzzy msgid "Personal Information" msgstr "معلومات آخرى" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "كلمة مرور غبر مقبولة (كيربيروس)" #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "اسم المستخدم غبر مقبول (كيربيروس)" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "الرجاء تزويدنا ملخص المشكلة." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "هاتف" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "" #: services/problem.php:145 msgid "Problem Description" msgstr "شرح المشكلة" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 msgid "Provisioned" msgstr "" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 #, fuzzy msgid "Remove" msgstr "إزلة الثنائي" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "إزلة الثنائي" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "إزلة الثنائي" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "إزلة الثنائي" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "كلمة المرور" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "عودة إلى الخيارات" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 msgid "Run" msgstr "" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 msgid "Sea_rch" msgstr "" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "اختر تنسيق التاريخ:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "حدد الحروف/الرموز التي تريدها أدناه. ومن ثم يمكن نسخهاولصقها ضمن النص." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "اختر تنسيق التاريخ:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "اختر الفواصل للتاريخ:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "اختر تنسيق التاريخ:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "اختر تنسيق التاريخ:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "اختر الفواصل للتاريخ:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "اختر تنسيق الوقت:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "إختر لغتك المفضلة:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "أرسل تقريراً بمشكلة حصلت" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 msgid "Session Admin" msgstr "" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "حفظ الخيارات" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "إختر لغتك المفضلة:" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "اختر تحديث الصفحة وخيارات الشاشة الأخرى." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "النتيجة المختصرة:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "البريد الإلكتروني" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "إدخار حروف خاصة" #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "استيراد" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "أجندة" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "لم يعثر على المستمع %s." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "تم بنجاح" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "" #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "" #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "" #: config/prefs.php.dist:429 msgid "Sunday" msgstr "" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 msgid "T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "المهمات" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "سنوياً" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "نص فقط" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, php-format msgid "There was an error making the request: %s" msgstr "" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "اللقب" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 msgid "Tweet" msgstr "" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "معلومات آخرى" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "عنوان الإنترنيت" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "لا توجد إمكانية لتغيير اسم ملف الـ VFS %s/%s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "تراجع عن التغييرات" #: lib/Prefs/Ui.php:266 #, fuzzy msgid "Unfiled" msgstr "فشل" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "" #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "اسم المستخدم" #: admin/user.php:224 msgid "User Administration" msgstr "" #: lib/Prefs/Ui.php:432 msgid "User Agent:" msgstr "" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "خيارات المستخدم" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "لم يتم إعداد هوردي بشكل صحيح" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "اسم المستخدم" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "اسم المستخدم" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "اسم المستخدم" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 msgid "Version Control" msgstr "" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "تنبيه" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "أهلا وسهلا %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "أهلا بكم إلى %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "أهلا وسهلا %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, fuzzy, php-format msgid "What application should %s display after login?" msgstr "ما البرنامج المترض عرضه من هوردي بعد الدخول؟" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "تنبيه:" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "إغلاق النافذة" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "سنة - ××" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 #, fuzzy msgid "You have been logged out." msgstr "تم تحديث الخيارات" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "يجب شرح المشكلة قبل ارسال تقريراً بها." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "عنوان بريدك الإلكتروني:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "بياناتك:" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "اسمك:" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "اسمك:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "تم تحديث الخيارات" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "انتهت صلاحية الاتصال %s. الرجاء إعادة الدخول." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[تقرير المشكلة]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 msgid "_Alarms" msgstr "" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "بياناتك:" #: lib/Api.php:52 msgid "_DataTree" msgstr "" #: lib/Api.php:37 msgid "_Groups" msgstr "" #: lib/Api.php:42 msgid "_Permissions" msgstr "" #: lib/Api.php:32 msgid "_Users" msgstr "" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "تنبيه" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "فشل" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/ar/LC_MESSAGES/horde.mo0000644000175000017500000000726713160205253021572 0ustar mathieumathieu:O &8A Wdg|  +4;> CNSY_q(z .BZb hrx |  Eh       ' 5 O c y         - #J n       40 e { ' #  ! -! O l |  "    7EE173 %) 2 !/ 0&$4' .#(*+"9-68:,5 24 hoursAM/PMAdd pairAddressAddress BookAvailable fields:CalendarCancel Problem ReportClose WindowDDDescribe the ProblemErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:HelpHordeIcons OnlyIcons with textImported field: %sImported fields:LanguageLog inMMMailMenu mode:NameNeverNotesOther InformationPasswordPlease provide a summary of the problem.Problem DescriptionRemove pairSelect the date delimiter:Select the date format:Select the time format:Select your preferred language:Send Problem ReportSpecial Character InputSuccessTasksText OnlyTitleURLUndo ChangesUsernameWarningWelcome to %sWelcome, %sYYYou must describe the problem before you can send the problem report.Your Information[Problem Report]Project-Id-Version: HORDE v2.0.0 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2010-08-18 16:07+0200 Last-Translator: Platinum Development Team Language-Team: Arabic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 24 ساعةنهاراً/ليلاًأضف ثنائيالعنواندفتر عناوينالحقول المتوفرة:أجندةإلغاء البلاغ عن مشكلةإغلاق النافذةيوم - رقمينشرح المشكلةخطأكل 15 دقيقةكل 30 دقيقةكل 5 دقيقةكل نصف ساعةكل دقيقةأمثلة على القيم:المساعدةهورديأيقونات فقطأيقونات مع نصوصالحقول المستوردة: %sالحقول المستوردة:اللغةدخولشهر - رقمينالبريدوضع المذكرات:الاسمأبداًملاحظاتمعلومات آخرىكلمة المرورالرجاء تزويدنا ملخص المشكلة.شرح المشكلةإزلة الثنائياختر الفواصل للتاريخ:اختر تنسيق التاريخ:اختر تنسيق الوقت:إختر لغتك المفضلة:أرسل تقريراً بمشكلة حصلتإدخار حروف خاصةتم بنجاحالمهماتنص فقطاللقبعنوان الإنترنيتتراجع عن التغييراتاسم المستخدمتنبيهأهلا بكم إلى %sأهلا وسهلا %sسنة - ××يجب شرح المشكلة قبل ارسال تقريراً بها.بياناتك:[تقرير المشكلة]tmpIMUtxu/horde-5.2.17/locale/he/0000755000175000017500000000000013162206570016332 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/he/LC_MESSAGES/0000755000175000017500000000000013162206570020117 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/he/LC_MESSAGES/horde.po0000644000175000017500000023717513160205253021572 0ustar mathieumathieu# Hebrew translations for Horde package. # Copyright 2006 Matt Selsky # This file is distributed under the same license as the Horde package. # Automatically generated, 2006. # msgid "" msgstr "" "Project-Id-Version: Horde 3.2-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2006-02-07 04:08-0500\n" "Last-Translator: Matt Selsky \n" "Language-Team: i18n@lists.horde.org\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, php-format msgid "%d minutes" msgstr "" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "" #: admin/config/config.php:21 admin/config/index.php:226 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:64 #, php-format msgid "%s Tasks - Confirmation" msgstr "" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "שמים מעוננים" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "ערפל" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "סופת–רעמים עזה" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "" #: lib/Block/account.php:3 msgid "Account Information" msgstr "" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "סיסמא" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "אפשרויות" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 msgid "ActiveSync Device Administration" msgstr "" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 msgid "Add a new group" msgstr "" #: admin/user.php:21 msgid "Add a new user:" msgstr "" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "" #: admin/user.php:22 msgid "Add user" msgstr "" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 #, fuzzy msgid "Address" msgstr "ספר כתובות" #: config/registry.php.dist:142 msgid "Address Book" msgstr "ספר כתובות" #: admin/alarms.php:26 #, fuzzy msgid "Alarm end" msgstr "ארמניה" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 msgid "Alarms" msgstr "" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 msgid "Application List" msgstr "" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 msgid "Authenticated to:" msgstr "" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 #, fuzzy msgid "Barbie" msgstr "בחריין" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 #, fuzzy msgid "Brown" msgstr "בוצוונה" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 #, fuzzy msgid "Calendar" msgstr "שמים בהירם" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "שנה" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "שנה" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "שנה" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "שנה" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "צילי" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "סין" #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "צילי" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "שמים בהירם" #: admin/sqlshell.php:109 #, fuzzy msgid "Clear Query" msgstr "שמים בהירם" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 #, fuzzy msgid "Clear user" msgstr "שמים בהירם" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "" #: lib/Block/metar.php:239 #, fuzzy msgid "Clouds" msgstr "שמים מעוננים" #: lib/Block/weatherdotcom_strings.php:22 #, fuzzy msgid "Clouds Early" msgstr "שמים מעוננים" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "שמים מעוננים" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "קנדה" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "סיסמא" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "" #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/vatid.php:91 #, fuzzy msgid "Country" msgstr "שמים מעוננים" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "מלטה" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "קטר" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "" #: lib/Block/vatid.php:94 msgid "Date" msgstr "" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 msgid "Done" msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "" #: admin/groups.php:214 msgid "Edit Group" msgstr "" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 msgid "Feed Address" msgstr "" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "" #: lib/Block/fb_stream.php:82 msgid "Filter" msgstr "" #: config/registry.php.dist:93 msgid "Filters" msgstr "" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "ערפל" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "ערפל" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "צרפת" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 msgid "Forums" msgstr "" #: config/registry.php.dist:113 msgid "Forwards" msgstr "" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "שם" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "לך" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 #, fuzzy msgid "Google Search" msgstr "חיפוש" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "יוון" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "יוון" #: admin/groups.php:195 msgid "Group Administration" msgstr "" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "סופת–רעמים עזה" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "עזרה" #: services/help/index.php:70 msgid "Help _Topics" msgstr "" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "הונדורס" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "לחות" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr ":לחית" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 #, fuzzy msgid "Ideas" msgstr "הודו" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 msgid "Invalid application." msgstr "" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 #, fuzzy msgid "Isolated T-Storms" msgstr "סופת–רעמים עזה" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "" #: lib/Block/iframe.php:28 msgid "Large" msgstr "" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "סיסמא: " #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "ליבריה" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "" #: login.php:261 templates/login/login.inc:64 #, fuzzy msgid "Log in" msgstr "התנתקות" #: lib/Block/account.php:64 msgid "Login" msgstr "" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:282 msgid "Login failed." msgstr "" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "מלי" #: config/registry.php.dist:85 #, fuzzy msgid "Mail" msgstr "מלי" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 msgid "Matching fields:" msgstr "" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 #, fuzzy msgid "Medium" msgstr "בלגיה" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 #, fuzzy msgid "Metric" msgstr "מכסיקו" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "מונקו" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 #, fuzzy msgid "Mostly Cloudy" msgstr "שמים מעוננים" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 #, fuzzy msgid "My Portal" msgstr "פורטוגל" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "שם" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 #, fuzzy msgid "Never" msgstr "ניזר" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 msgid "New Messages:" msgstr "" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "סיסמא" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 #, fuzzy msgid "Night" msgstr "ניזר" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 msgid "No change." msgstr "" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "סיסמא" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 msgid "Organizing" msgstr "" #: services/keyboard.php:124 msgid "Other" msgstr "אחר" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "אחר" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "שמים מעוננים" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "ערפל" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 #, fuzzy msgid "PM T-Storms" msgstr "סופת–רעמים עזה" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 #, fuzzy msgid "Partly Cloudy" msgstr "שמים מעוננים" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "סיסמא" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "סיסמא:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "" #: admin/sqlshell.php:100 #, fuzzy msgid "Paste" msgstr "פקיסתן" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 msgid "People" msgstr "" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 #, fuzzy msgid "Permissions" msgstr "גירסה" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 msgid "Please enter a password." msgstr "" #: login.php:86 msgid "Please enter a username." msgstr "" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "" #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "סיסמא: " #: services/problem.php:145 msgid "Problem Description" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 msgid "Provisioned" msgstr "" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 #, fuzzy msgid "Quota" msgstr "קטר" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "ספרד" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 #, fuzzy msgid "Read" msgstr "רואנדה" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 #, fuzzy msgid "Remarks" msgstr "דניה" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "נפל" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "סיסמא" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 msgid "Run" msgstr "" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "חיפוש" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "חיפוש" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "חיפוש" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 msgid "Session Admin" msgstr "" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "גירסה" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 msgid "Set your preferred language, timezone and date preferences." msgstr "" #: config/prefs.php.dist:469 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "סומליה" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 #, fuzzy msgid "Spam" msgstr "ספרד" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "" #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "" #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "סודן" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "סודן" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "סורינם" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 msgid "T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 #, fuzzy msgid "T-Storm" msgstr "סופת–רעמים עזה" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 #, fuzzy msgid "T-Storms" msgstr "סופת–רעמים עזה" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "שמים מעוננים" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "נפל" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, php-format msgid "There was an error making the request: %s" msgstr "" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 #, fuzzy msgid "Title" msgstr "צילי" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 #, fuzzy msgid "Today" msgstr "קבוצת–איי–טונגה" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 msgid "Tweet" msgstr "" #: config/prefs.php.dist:625 msgid "Twitter Integration" msgstr "" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "אתר" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "" #: admin/config/index.php:190 msgid "Upload" msgstr "העלאה" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "שם משתמש" #: admin/user.php:224 msgid "User Administration" msgstr "" #: lib/Prefs/Ui.php:432 msgid "User Agent:" msgstr "" #: signup.php:67 msgid "User Registration" msgstr "" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "שם משתמש" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "שם משתמש" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "שם משתמש" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 #, fuzzy msgid "Version Control" msgstr "גירסה" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "רוח" #: lib/Block/weatherdotcom_strings.php:96 #, fuzzy msgid "Wind Early" msgstr "רוח: " #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "רוח: " #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "רוח:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "רוח: " #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "רוח" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 #, fuzzy msgid "Wisdom" msgstr "רוח" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "שם" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "" #: login.php:290 msgid "Your login has expired." msgstr "" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 msgid "Your session has expired. Please login again." msgstr "" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 msgid "_Alarms" msgstr "" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 msgid "_Configuration" msgstr "" #: lib/Api.php:52 msgid "_DataTree" msgstr "" #: lib/Api.php:37 msgid "_Groups" msgstr "" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "גירסה" #: lib/Api.php:32 msgid "_Users" msgstr "" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "פינלנד" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "גירסה" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/he/LC_MESSAGES/horde.mo0000644000175000017500000000232013160205253021545 0ustar mathieumathieu|   ', 5@EK T^eipy~N !*/LU ^hm t        Address BookCancelClearCloudyFogGoHeavy T-StormHelpHumidityHumidity: NameOtherPasswordPassword:SearchURLUploadUsernameWindWind:Wind: Project-Id-Version: Horde 3.2-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2006-02-07 04:08-0500 Last-Translator: Matt Selsky Language-Team: i18n@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ספר כתובותשנהשמים בהירםשמים מעונניםערפללךסופת–רעמים עזהעזרהלחות:לחיתשםאחרסיסמאסיסמא:חיפושאתרהעלאהשם משתמשרוחרוח:רוח: tmpIMUtxu/horde-5.2.17/locale/eu/0000755000175000017500000000000013162206570016347 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/eu/help.xml0000644000175000017500000000151213160205253020013 0ustar mathieumathieu Atari-orria Zure informazio garrantzitsu guztiaren laburpen bat aurkituko duzu atari-orri honetan. Adibidez, zenbat mezu berri dituzun SARRERAKO ONTZIAN, egutegian hurrengo egunetarako dituzun gertaerak, egitekoetan dituzun zereginak, hautatutako albiste-zerbitzuetako titularrak, etab. Laburpen askotan ohiko funtzioetarako lasterbideak aurkituko dituzu, hau da, mezu elektroniko berri bat idazteko, egutegiko gertaera edo zeregin berri bat sortzeko, etab. Atari-orri honetako edukia pertsonaliza dezakezu, Diseinua botoia sakatuz. Adibidez, atari-orrian zein eduki bistaratuko diren hauta dezakezu, baita zein ordenatan agertuko diren ere. tmpIMUtxu/horde-5.2.17/locale/eu/LC_MESSAGES/0000755000175000017500000000000013162206570020134 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/eu/LC_MESSAGES/horde.po0000644000175000017500000030721413160205253021577 0ustar mathieumathieu# Basque translation for horde package. # This file is distributed under the same license as the horde package. # msgid "" msgstr "" "Project-Id-Version: Horde\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2016-04-14 15:27+0200\n" "PO-Revision-Date: 2016-04-15 09:43+0200\n" "Last-Translator: Ibon Igartua \n" "Language-Team: Euskal Herriko Unibertsitatea \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.8.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" gehitu da talde-sisteman." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" gehitu da baimen-sisteman." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" ez da sortu: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB erabilita / %.2fMB onartuta (%%%.2f)" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s eta %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d egun falta pasahitza iraungitzeko." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minutu" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d pertsonak hau atsegin du" msgstr[1] "%d pertsonak hau atsegin dute" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d - %d / %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "%d eguneko iragarpena" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Abisua" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "%s konfigurazioa" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s atazak - Berrespena" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s kontratu-baldintzak" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s - %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s(e)k Twitter kontuarekin interakzioan jardun dezake" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "" "%s(e)k ezin du Facebook-en dituzun lagunei buruzko informaziorik irakurri." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s(e)k ezin ditu irakurri zure korronte-mezuak eta Facebook-eko beste " "hainbat datu-elementu." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s(e)k ezin ditu ezarri zure egoera-mezuak, ezta Facebook-eko bestelako " "edukiak argitaratu ere." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s prest dago behean hautatutako atazak egiteko. Hautatu oraingoan egin nahi " "duzun eragiketa bakoitza." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", haizetsu %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", aldakorra %s -> %s" #: lib/Application.php:336 msgid "1 Day" msgstr "1 egun" #: lib/Application.php:340 msgid "1 Month" msgstr "1 hilabete" #: lib/Application.php:338 msgid "1 Week" msgstr "1 aste" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 orduko formatua" #: lib/Application.php:339 msgid "2 Weeks" msgstr "2 aste" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 orduko formatua" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 ordu" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "24 orduko formatua" #: lib/Application.php:337 msgid "3 Days" msgstr "3 egun" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Gailu-garbiketa bat eskatu da. Gailua garbituko da hurrengo sinkronizazio-" "saioan." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Badago lehendik bertsio berriago bat (%s)." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "%s IDa duen gailuaren urruneko garbiketa hasi da. Gailua garbituko da " "hurrengo sinkronizazioan." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Kontuaren informazioa" #: config/prefs.php:325 msgid "Account Password" msgstr "Kontuaren pasahitza" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Ekintzak" #: config/prefs.php:735 lib/Application.php:211 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "ActiveSync administrazioa" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync gailuak" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync ez dago aktibatuta." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Gehitu" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Gehitu edukia" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Gehitu hemen:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Gehitu kideak" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Gehitu taldea" #: admin/user.php:26 msgid "Add a new user:" msgstr "Gehitu erabiltzaile berria:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Gehitu alarma berria" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Gehitu bikotea" #: admin/user.php:27 msgid "Add user" msgstr "Gehitu erabiltzailea" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" gehitu da sisteman, baina ezin izan da erregistratzeko informazio " "osagarririk gehitu: \"%s\"." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" behar bezala gehitu da sisteman. Saioa has dezakezu bertan." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Erabiltzaileak gehitzea desgaituta dago." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Helbidea" #: config/registry.php:134 msgid "Address Book" msgstr "Helbide-liburua" #: lib/Application.php:55 msgid "Administration" msgstr "Administrazioa" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarma-amaiera" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarma-metodoak" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarma-hasiera" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarma-testua" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarma-izenburua" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmak" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Alarmak desgaituta daude konfigurazioan" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Denak" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Erabiltzaile autentifikatu guztiak" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Gidalerro-gako guztiak behar bezala berrezarri dira." #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Egoera guztiak kendu zaizkie ActiveSync gailuei. Zerbitzarira konektatzen " "diren hurrengo aldian berriro sinkronizatuko dira." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Sinkronizazio-saio guztiak ezabatu dira." #: lib/Application.php:247 msgid "Allow alphanumeric" msgstr "Onartu alfazenbakizkoak" #: lib/Application.php:248 msgid "Allow any" msgstr "Onartu denak" #: lib/Application.php:226 msgid "Allow non-provisionable devices" msgstr "Baimendu hornitu gabeko gailuak" #: lib/Application.php:246 msgid "Allow only numeric" msgstr "Onartu zenbakizkoak soilik" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "Ordezko IMSP saio-hasiera" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "Ordezko IMSP pasahitza" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "Ordezko IMSP erabiltzaile-izena" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Ordezko helbide elektronikoa" #: services/resetpassword.php:52 msgid "Answer" msgstr "Erantzun" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplikazioa" #: templates/admin/phpshell.html.php:8 msgid "Application Context" msgstr "Aplikazio-testuingurua" #: admin/config/index.php:257 msgid "Application is ready." msgstr "Aplikazioa prest dago." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Onartu" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabiarra (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Ziur zaude '%s' ezabatu nahi duzula?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Ziur zaude \"%s\" erregistratzeko eskaera kendu nahi duzula?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Ziur zaude \"%s\"' ezabatu nahi duzula?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeniarra (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Artea" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii artea" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Datu-base eskema bat gutxienez zaharkituta dago." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Eranskina" #: lib/Application.php:270 msgid "Attachment Download" msgstr "Eranskina deskargatzea" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Ez dagoen talde bat ezabatzen saiatu zara." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Ez dagoen baimen bat ezabatzen saiatu zara." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Ez dagoen baimen bat editatzen saiatu zara." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Ez dagoen baliabide partekatu bat editatzen saiatu zara." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Autentifikatutako aplikazioak" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Baimendu" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Baimendu lagunen datuetan sartzea" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Baimendu argitaratzea" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Baimendu irakurketa" #: templates/login/login.inc:61 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatikoa" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Eremu erabilgarriak:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH aitzakiak" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltikokoa (ISO-8859-13)" #: templates/login/login.inc:63 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Oinarrizkoa" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Blokeatu" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Bloke-ezarpenak" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloke mota" #: lib/Application.php:303 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Laster-markak" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Biak" #: config/prefs.php:751 msgid "Bottom" msgstr "Behealdea" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Arakatzailea" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Heartbeat cacheatuta (segunduetan)" #: config/registry.php:120 msgid "Calendar" msgstr "Egutegia" #: lib/Application.php:291 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Utzi" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Utzi arazoaren berri emateari" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Utzi garbiketa" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "Ezin da pasahitza automatikoki berrezarri; esan administratzaileari." #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Kategoriak eta etiketak" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Zeltikoa (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Europako Erdialdekoa (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Aldatu" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Aldatu kokalekua" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Aldatu pasahitza" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Aldatu zure informazio pertsonala." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Uneko konfigurazioak ez du onartzen pasahitza aldatzea. Galdetu " "administratzaileari." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Egiaztatu" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Begiratu bertsio berririk dagoen" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Egiaztatzen" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Txinatar soildua (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Txinatar tradizionala (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Aukeratu %s" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Aukeratu datak bistaratzeko modua (formatu laburra):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Aukeratu datak bistaratzeko modua (formatu osoa):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Aukeratu orduak bistaratzeko modua:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Klasea" #: templates/admin/sqlshell.html.php:58 msgid "Clear Query" msgstr "Garbitu kontsulta" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Garbitu erabat erabiltzailea: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Garbitu erabiltzailea" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Garbitu erabiltzaile-datuak" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Egin klik hautatutako helbide-liburu batean, eta ondoren hautatu bilatzeko " "eremu guztiak." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Egin klik aurrera jarraitzeko" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Bezero-aingura" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Itxi leihoa" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Hodeiak" #: lib/Application.php:263 msgid "Codeword frequency" msgstr "Kode-hitzen maiztasuna" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Tolestu" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Bildumaren IDa" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Kolore-hautatzailea" #: config/registry.php:249 msgid "Comics" msgstr "Komikiak" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:19 msgid "Command" msgstr "Komandoa" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Komando shell-a" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Iruzkinak: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Izen arrunta" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Ordenagailuak" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Baldintza" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Baldintzak" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfigurazioa" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Konfigurazio-desberdintasunak" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "PDA, smartphone eta Outlook-ekin sinkronizatzeko konfigurazioa." #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "Konfigurazioa iraungita dago." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Konfigurazioa eguneratzeko scriptak erabilgarri daude" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Konfiguratu %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Berretsi pasahitza" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Jarraitu" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie-ak" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Ezin izan da \"%s\" zerbitzariarekin konektatu FTP bidez: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "Ezin izan da zerbitzarira konektatu. Saiatu berriro geroago." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Ezin izan da ezabatu konfigurazioa eguneratzeko \"%s\" scripta." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "\"%s\"(e)k ez dauka baimenik zure Facebook kontuarekin jarduteko. Agian ez " "duzu \"%s\" baimendu Facebook kontuarekin jarduteko edo baliteke baimena " "iraungita egotea." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Ez da aurkitu %s(e)rako Twitter kontuarekin interakzioan jarduteko baimenik" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Ezin izan da eskatutako erabiltzailearen pasahitza berrezarri. Xehetasunen " "bat ez dago ondo. Saiatu berriro, edo eskatu laguntza administratzaileari, " "behar izanez gero." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Ezin izan da konfigurazioa leheneratu." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Ezin izan da gorde babeskopiaren konfigurazioa: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Ezin izan da gorde konfigurazioa eguneratzeko scripta hemen: \"%s\"." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Ezin izan da gorde %s konfigurazio-fitxategia. Erabili ondorengo bi " "aukeretako bat kodea gordetzeko." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Ezin izan da gorde %s konfigurazio-fitxategia. Bi aukera dituzu: kodea " "berriz gordetzea %s(e)n, edo kodea eskuz kopiatzea %s azpian." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Ezin izan da idatzi \"%s\"(r)en konfigurazioa: %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Herrialdea" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Sortu" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Sortu identitate berria" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Uneko 4 faseak" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Uneko alarmak" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Uneko blokeoak" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Uneko saioak" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Uneko ordua" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Uneko eguraldia" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Uneko baldintza" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Zirilikoa (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Zirilikoa (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Zirilikoa/Ukrainarra (KOI8-R)" #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "Datu-baserako sarbidea ez dago konfiguratuta." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "EE" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Datuak" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Datu-basea" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "Datu-basea migratzeko fitxategiak ez dira aurkitu. Egiaztatu mesedez PEAR " "data_dir karpetaren konfigurazioa." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Data jaso da" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; ordua: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Eguna" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "Lehenetsia" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Kolore lehenetsia" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Shell lehenetsia" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Mezu elektronikoak bidaltzeko karaktere-joko lehenetsia:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "" "Kokalekua kontuan hartzen duten eginbideak erabiltzeko kokaleku lehenetsia." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definizioak" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Ezabatu" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Ezabatu \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Ezabatu SyncML datu guztiak" #: admin/groups.php:181 msgid "Delete Group" msgstr "Ezabatu taldea" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Konfigurazioa eguneratzeko \"%s\" scripta ezabatu da." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "\"%s\" gailuaren eta \"%s\" datu-basearen sinkronizazio-saioa ezabatu da." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Azaldu arazoa" #: config/registry.php:209 msgid "Development" msgstr "Garapena" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Gailua" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Gailuaren IDa" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Gailuaren informazioa" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Gailu-kudeaketa" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Gailu mota" #: lib/Application.php:323 msgid "Device encryption" msgstr "Gailu-enkriptatzea" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Gailua blokeatu da." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Gailua garbitu egin da. Kendu gailuaren egoera berriro konektatu ahal " "izateko." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Gailua behar bezala kendu da." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Gailu-garbiketa bertan behera utzi da." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Kondentsazio-puntua" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Azken orduko kondentsazio-puntua: " #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Kondentsazio-puntua" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Desgaitu" #: lib/Application.php:227 msgid "Disable (not recommended)" msgstr "Desgaitu (ez dago gomendatua)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "Ordua 24 orduko formatuan erakutsi" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Bistaratzeko hobespenak" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Bistaratu iragarpen xehea" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Bistaratu iragarpena (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Lehenengo errenkadak eremu-izenak dauzka? Baiezkoan, hautatu koadro hau:" #: templates/login/login.inc:119 msgid "Don't have an account? Sign up." msgstr "Ez duzu konturik? Erregistratu." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "Deskargatu %s" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Deskargatu sortutako konfigurazioa PHP script gisa." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogak" #: templates/login/login.inc:64 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinamikoa" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU BEZ identifikazioa" #: lib/View/Sidebar.php:229 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Editatu" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Editatu \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Editatu honen hobespenak" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Editatu baimenak" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Editatu \"%s\"(r)en baimenak" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Hezkuntza" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Helbide elektronikoa" #: lib/Application.php:225 msgid "Enable" msgstr "Gaitu" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Amaiera-ordua" #: lib/Block/Weather.php:92 msgid "English" msgstr "Ingelesa" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Idatzi izen bat kategoria berriarentzat:" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Sartu pasahitza etab. berrezarri behar dituzunean egingo zaizun segurtasun--" "galdera, esate baterako, 'zein da zure maskotaren izena?':" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Errorea Facebookera konektatzean. Administratzailearentzako xehetasunak " "erregistratu dira." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Errorea Twitterera konektatzean. Administratzailearentzako xehetasunak " "erregistratu dira." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Errorea Twitter-era konektatzean: %s Administratzailearentzako xehetasunak " "erregistratu dira." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Errorea sinkronizazio-saioa ezabatzean:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Errorea sinkronizazio-saioak ezabatzean:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Errorea pasahitza eguneratzean: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnikoak" #: config/prefs.php:594 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "15 minutuz behin" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "2 minutuz behin" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "30 segundoz behin" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "5 minutuz behin" #: config/prefs.php:595 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Ordu erdiz behin" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Orduan behin" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Minutuan behin" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Balio-adibideak:" #: templates/admin/cmdshell.html.php:24 templates/admin/phpshell.html.php:23 #: templates/admin/sqlshell.html.php:57 msgid "Execute" msgstr "Exekutatu" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Zabaldu" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Oso handia" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Konfigurazioa FTPn kargatzea" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Facebook-en integrazioa" #: lib/Application.php:258 msgid "Failed unlock attempts before device is wiped" msgstr "Desblokeatzeko huts egiten diren saioak gailua garbitu aurretik" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Gogokoa" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Iturria" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Iturriaren helbidea" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Sentsazio termikoa" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Bilatzeko eremuak" #: config/registry.php:315 msgid "File Manager" msgstr "Fitxategi-kudeatzailea" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Iragazkia" #: config/registry.php:90 msgid "Filters" msgstr "Iragazkiak" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Ilgora (lehen erdia)" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Ilgora" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Janariak" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Iragarpena (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Iragarpen-egunak (kontuan hartu bai egunak, eta bai gauak azalduko direla; " "egun asko aukeratuz gero, bloke oso handia aterako litzateke)" #: templates/login/login.inc:126 msgid "Forgot your password?" msgstr "Pasahitza ahaztu zaizu?" #: config/registry.php:344 msgid "Forms" msgstr "Inprimakiak" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortuna" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Fortuna mota" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortunak" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortunak 2" #: config/registry.php:338 msgid "Forums" msgstr "Foroak" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Lagunak gaituta." #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Noiztik: %s (%s °); zein ordutatik: %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "Noiztik: %s; zein ordutatik: %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Azalpen osoa" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Ilbetea" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Izen osoa" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Sortu %s konfigurazioa" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Sortutako kodea" #: lib/Block/FbStream.php:150 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Eskuratu gehiago" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Hobespen orokorrak" #: templates/prefs/app.html:16 msgid "Go" msgstr "Joan" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google bilaketa" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grekoa (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Talde-administrazioa" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Taldearen izena" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Taldea ez da sortu: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Taldeak" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Gonbidatu-baimenak" #: lib/Application.php:327 msgid "HTML Email" msgstr "HTML posta" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrearra (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Altuera" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Korronte-edukiaren altuera (zabalera automatikoki egokitzen zaio blokeari)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Laguntza" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Laguntza-gaiak" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisferioa" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Fitxategi-hasiera hemen dago:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Ezkutatu hobespen aurreratuak" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Ezkutatu emaitzak" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Direktorio nagusia" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Zenbat eremu (zutabe) daude hor?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Zenbat segundo igaro behar dira artikulu berririk dagoen begiratzeko?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Hezetasuna" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Umoristak" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "%s(r)en ikonoak" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "" "ActiveSync-en bidez posta elektronikoak bidaltzean erabiliko den identitatea." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Identitatearen izena:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Inportatu, %d urratsa" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Inportatutako eremua: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Inportatutako eremuak:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Honentzako erantzunean:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Beheko zerrendetan hautatu biak, bai jatorrizko fitxategitik inportatutako " "eremu bat ezkerraldean, bai zure helbide elektronikoan erabilgarri dagoen " "eremua eskuinaldean. Ondoren, sakatu \"Gehitu bikotea\", inportatzeko " "markatzeko. Amaitutakoan, sakatu \"Hurrengoa\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Erabiltzaile-izen edo ordezko helbide okerra. Saiatu berriro, edo eskatu " "laguntza administratzaileari, behar izanez gero." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Erabiltzaile indibidualak" #: config/registry.php:243 msgid "Information" msgstr "Informazioa" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Heredatutako kideak" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "Sartu pasahitz berria jasotzeko helbide elektronikoa:" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "Txertatu segurtasun-galderak eskatutako erantzuna:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "BEZaren identifikazio-zenbakiaren formatua ez da baliozkoa." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Ekintza baliogabea: %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Aplikazioa ez da baliozkoa." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Hash baliogabea." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Guraso-baimena ez da baliozkoa." #: config/registry.php:296 msgid "Inventory" msgstr "Inbentarioa" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japoniarra (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "Zure nabigatzailean JavaScripta ez dago aktibatuta edo ez dago erabilgarri. " "Ikuspegi minimalistara mugatuta zaude." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Justu orain..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel-ekin hasiberriak" #: services/help/index.php:161 msgid "Keyword" msgstr "Gako-hitza" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Haurrak" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korearra (EUC-KR)" #: login.php:365 templates/login/login.inc:99 msgid "Language" msgstr "Hizkuntza" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Handia" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Ilbehera (azken erdia)" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Azken pasahitz-aldaketa" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Ilbehera" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Azken sinkronizazioaren ordua" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Azken eguneratzea:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Azken saio-hasiera: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Azken saio-hasiera: %s - %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Azken saio-hasiera: inoiz ez" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Azken sinkronizazio-klabea" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Azkena" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Zuzenbidea" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Atsegin" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux cookie-a" #: templates/admin/sqlshell.html.php:62 msgid "List Tables" msgstr "Zerrenda - taulak" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Huts egin du alarmak zerrendatzean: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Huts egin du blokeoak zerrendatzean: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Huts egin du saioak zerrendatzean: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Erabiltzaileak zerrendatzean errorea gertatu da: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Huts egin du erabiltzaileak zerrendatzean." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Erabiltzaileak zerrendatzea desgaituta dago." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Ordu lokala: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Konfigurazio lokala eta ordua" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Kokalekua" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Blokeatu erabiltzailea" #: admin/locks.php:61 msgid "Locks" msgstr "Blokeoak" #: login.php:291 templates/login/login.inc:108 #: templates/topbar/_menubar.html.php:9 msgid "Log in" msgstr "Hasi saioa" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:7 msgid "Log out" msgstr "Itxi saioa" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Facebook-eko saioa hasita" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Saio-hasierak huts egin du: erabiltzaile-izena edo pasahitza ez dira ondo " "sartu." #: login.php:316 msgid "Login failed." msgstr "Saio-hasierak huts egin du." #: login.php:405 #, php-format msgid "Login to %s" msgstr "Saioa hasi %s(e)n" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Hasi Facebook-eko saioa eta baimendu %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Hasi Twitter-eko saioa eta baimendu %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Itxi saioa" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Maitasuna" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "HH" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magia" #: config/registry.php:82 msgid "Mail" msgstr "Posta" #: config/registry.php:349 msgid "Mail Admin" msgstr "Posta-adm." #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Kudeatu elementuak etiketatzeko kategorien zerrenda eta kategoriekin " "lotutako koloreak." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "Kudeatu ActiveSync gailuak." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Bat datozen eremuak:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Azken 24 orduetako tenp. altuena: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Azken 6 orduetako tenp. altuena: " #: lib/Application.php:331 msgid "Maximum Email age" msgstr "Mezu elektronikoen gehieneko denbora" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Atari-blokeen gehieneko kopurua" #: lib/Application.php:275 msgid "Maximum attachment size in bytes" msgstr "Eranskinen gehieneko tamaina byte-etan" #: lib/Application.php:216 msgid "Maximum number of devices" msgstr "Gehieneko gailu kopurua" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Bistaratzeko gehieneko sarrera kopurua" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medikuntza" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Ertaina" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Kideak" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Aipamenak" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar eguraldia" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Metrikoa" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Azken 24 orduetako tenp. baxuena: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Azken 6 orduetako tenp. baxuena: " #: lib/Application.php:237 msgid "Minimum PIN length" msgstr "Gutxieneko PIN luzera" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Askotarikoak" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Konfigurazioa falta da." #: templates/login/login.inc:66 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mugikorra (txikiena)" #: templates/login/login.inc:67 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mugikorra (JavaScript gabe)" #: templates/login/login.inc:65 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mugikorra (Smartphone/Tableta)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mugikorretarako optimizatutako aplikazioak" #: templates/login/login.inc:58 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Modua" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Mota" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "Modulua eguneratuta dago." #: config/prefs.php:499 msgid "Monday" msgstr "Astelehena" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Ilargiaren faseak" #: config/registry.php:309 msgid "My Account" msgstr "Nire kontua" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Nire kontuaren informazioa" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Nire Facebook korrontea" #: services/portal/index.php:45 msgid "My Portal" msgstr "Nire ataria" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Nire atariaren diseinua" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "E/E" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "EZ, EZ nago ados" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "OHARRA: GAILU BAT GARBITZEAN BEHARBADA FABRIKATIK EKARRITAKO LEHENESPENAK " "BERREZARRIKO DIRA. ZIURTATU HORI EGIN NAHI DUZULA GARBITZE BAT ESKATU " "AURRETIK" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Izena" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:97 msgid "Never" msgstr "Inoiz ez" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Kategoria berria" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Ilberria" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Erabiltzaile-izen berria (aukerakoa)" #: services/changepassword.php:31 msgid "New password" msgstr "Pasahitz berria" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Pasahitz berriak ez datoz bat." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Berriak" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Hurrengoa" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Hurrengo 4 faseak" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Soinurik ez" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Ez dago konfigurazio-datu erabilgarririk desberdintasunak erakusteko." #: admin/config/diff.php:49 msgid "No change." msgstr "Aldaketarik ez." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Ez da ikonorik aurkitu." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Ez dago elementurik bistaratzeko" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Ez da kokalekurik ezarri." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Fortuna iraingarririk ez" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Ez dago erregistrorik zain." #: lib/Application.php:344 msgid "No push while roaming" msgstr "Push-ik ez ibiltaritzan dagoen bitartean" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Ez da segurtasun-galderarik ezarri. Jarri harremanetan " "administratzailearekin." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "Oraindik ez dago bertsio egonkorrik." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Ez da erabiltzaile-izenik zehaztu." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Ez da bertsiorik aurkitu jatorrizko konfigurazioan. Birsortu konfigurazioa." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "Ez da bertsiorik aurkitu zure konfigurazioan. Birsortu konfigurazioa." #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "NoSQL indizeak prest daude." #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "%s(k) ez dauka NoSQL indizerik" #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "NoSQL indizeak iraungita daude." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Bat ere ez" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordikoa (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Ipar-hemisferioa" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Hornitu gabe" #: config/registry.php:169 msgid "Notes" msgstr "Oharrak" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Ez dago non arakatu, joan atzera." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Bistaratzeko artikulu kopurua" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Freskatu aurretik itxaron beharreko segundo kopurua" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "SE" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objektu-nabigatzailea" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Objektu-sortzailea" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Irainen iragazkia" #: config/registry.php:266 msgid "Office" msgstr "Bulegoa" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Pasahitz zaharrak eta berriak desberdinak izan behar dute." #: services/changepassword.php:30 msgid "Old password" msgstr "Pasahitz zaharra" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Pasahitz zaharra okerra da." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Fortuna iraingarriak bakarrik" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Jabeak edo sistema-administratzaileak bakarrik alda ditzake baliabide " "partekatu baten jabetza edo jabe-baimenak" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Sistema eragilea" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Edo sartu erabiltzaile-izen bat:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Bestelako informazioa" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Beste aukera batzuk" #: config/registry.php:180 msgid "Others" msgstr "Beste batzuk" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Jabea" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Jabea:" #: templates/admin/phpshell.html.php:17 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:29 msgid "PHP Code" msgstr "PHP kodea" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP shell-a" #: lib/Application.php:307 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP posta-kontuak" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX luzapena falta da" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "_PHP shell-a" #: login.php:211 admin/config/index.php:421 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Pasahitza" #: lib/Application.php:242 msgid "Password Complexity" msgstr "Pasahitz-konplexutasuna" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Pasahitza behar bezala aldatu da." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Pasahitzek bat etorri behar dute." #: templates/admin/sqlshell.html.php:45 msgid "Paste" msgstr "Itsatsi" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Zain dauden erregistroak:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Jendea" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Egin saio-hasierako atazak" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "\"%s\" baimena ez da ezabatu." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Baimenak" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Baimenen administrazioa" #: config/prefs.php:263 msgid "Personal Information" msgstr "Informazio pertsonala" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Maskotak" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefono zenbakia" #: config/registry.php:197 msgid "Photos" msgstr "Argazkiak" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Topikoak" #: login.php:217 msgid "Please enter a password." msgstr "Idatzi pasahitz bat." #: login.php:216 msgid "Please enter a username." msgstr "Idatzi erabiltzaile-izen bat." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Eman arazoari buruzko laburpen bat." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Irakurri ondoko testua. Ados egon BEHAR duzu baldintzekin, sistema erabili " "ahal izateko." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Erantzun-testuaren posizioa zure gailutik mezuei erantzuten diezunean. " "Kontuan izan zenbait gailuk beti bidaltzen dutela aipu-katea erantzun-" "testuaren amaieran." #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "Bidalketa: %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Bidalketa: %s, %s bidez" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Azken ordubeteko (%d) prezipitazioak: " msgstr[1] "Azken %d orduetako prezipitazioak: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Prezipitazio-%saukera" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Presioa" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Presioa itsas mailan: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Nagusia" #: services/problem.php:161 msgid "Problem Description" msgstr "Arazoaren azalpena" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Hornituta" #: lib/Application.php:221 msgid "Provisioning" msgstr "Hornitzea" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Argitaratzea gaituta." #: templates/admin/sqlshell.html.php:9 msgid "Query" msgstr "Kontsulta" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kuota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Fortunaren gurpila" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Irakurri" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Irakurketa gaituta." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Benetan ezabatu nahi duzu \"%s\"? Eragiketa hau ezin da desegin." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Benetan kendu nahi dituzu \"%s\" erabiltzailearen erabiltzaile-datuak? " "Ezingo duzu eragiketa desegin." #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Freskatu menu dinamikoko elementuak:" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Freskatu atariaren ikuspegia:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Freskatzeko ratioa:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Aplikazio arruntak" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Oharrak" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Urruneko ostalaria" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Kendu" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Kendu bikotea" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "Kendu gordetako scripta zerbitzariaren aldi baterako direktoriotik." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Kendu erabiltzailea" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Kendu erabiltzailea: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Erantzun" #: lib/Application.php:232 msgid "Require PIN" msgstr "Eskatu PIN" #: lib/Application.php:315 msgid "Require S/MIME Encryption" msgstr "Eskatu S/MIME enkriptatzea" #: lib/Application.php:319 msgid "Require S/MIME Signature" msgstr "Eskatu S/MIME sinadura" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Berrezarri" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Berrezarri pasahitza" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Berrezarri gailu guztien egoera" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Berrezarri pasahitza" #: templates/admin/sqlshell.html.php:60 msgid "Restore Last Query" msgstr "Leheneratu azken kontsulta" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:34 #: templates/admin/sqlshell.html.php:13 msgid "Results" msgstr "Emaitzak" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Honen emaitzak: %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Birtuiteatu" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "%s(e)k birtuiteatua" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Idatzi berriro pasahitz berria" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Leheneratu konfigurazioa" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Asmakariak" #: templates/admin/sqlshell.html.php:46 msgid "Run" msgstr "Exekutatu" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Exekutatu saio-hasierako atazak" #: lib/Application.php:287 msgid "SD card" msgstr "SD txartela" #: lib/Application.php:280 msgid "SD card encryption" msgstr "SD card enkriptatzea" #: lib/Application.php:295 msgid "SMS Text messages" msgstr "SMS testu-mezuak" #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "SQL DB eskema iraungita dago." #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "SQL DB eskema prest dago." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL shell-a" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL shell-a" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Gorde" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Gorde \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Gorde eta amaitu" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Gorde sortutako konfigurazioa PHP script gisa zerbitzariaren aldi baterako " "direktorioan." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Konfigurazioa berritzeko scripta hemen gorde da: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Zientzia" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Esparrua" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Bi_latu" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Bilatu" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Bilatu:" #: lib/Application.php:253 msgid "Seconds of inactivity before device should lock" msgstr "Inaktibo igarotzen diren minutuak gailua blokeatu aurretik" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Hautatu gehitu nahi duzun taldea:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Hautatu jabe berria:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Hautatu zerbitzaria" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Hautatu gehitu nahi duzun erabiltzailea:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Hautatu helbideak zabaltzean bilatzeko eremu guztiak." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Hautatu data eta orduaren formatua:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Hautatu data-mugatzailea:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Hautatu data-formatua:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Hautatu egunaren eta orduaren ordena:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Hautatu ordu-mugatzailea:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Hautatu ordu-formatua:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Hautatu kolore-eskema" #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Hautatu gogokoen duzun hizkuntza:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Eman arazoaren berri" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sentsorea: " #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Zerbitzariaren IDa" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Zerbitzariaren ordua" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Saioaren administrazioa" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Saioaren ordu-zigilua" #: lib/Api.php:70 msgid "Sessions" msgstr "Saioak" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "Ezarri hobespenak pasahitza berrezarri ahal izateko, ahaztuz gero." #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Konfiguratu Facebook kontuarekiko integrazioa." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Konfiguratu Twitter kontuarekiko integrazioa." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "Ezarri hizkuntza gogokoenaren, ordu-zonaren eta dataren hobespenak." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Ezarri abioko aplikazioa, kolore-eskema, orri-freskatzea eta bestelako " "bistaratze-hobespenak." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Parametroarekin posible diren hainbat kokaleku: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Laburpen txikia" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Sarbide-gakoak definitu beharko lirateke esteka gehienetarako?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Erakutsi" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Erakutsi hobespen aurreratuak" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Erakutsi hobespen talde guztiak" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Erakutsi une honetako konfigurazioaren eta sortu berri den konfigurazioaren " "artean dauden desberdintasunak." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Erakutsi xehetasun gehiago?" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Erakutsi azken saio-hasierako ordua saioa hastean?" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Saltatu saio-hasierako atazak" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Txikia" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Elur-sakonera: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Elurraren baliokidea uretan: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Abestiak eta poemak" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Europako Hegoaldekoa (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Hego-hemisferioa" #: config/registry.php:106 msgid "Spam" msgstr "Mezu baztergarriak" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Kirolak" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Estandarra" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Hasiera-ordua" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Egoera-kudeaketa" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Egoera" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Ezin da egoera ezarri." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Korrontea" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "\"%s\" sisteman gehitzeko eskaera bidali da. Ezin duzu saioa hasi zure " "eskaera onartzen den arte." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Behar bezala konektatu da Facebook kontua edo eguneratu dira baimenak." #: templates/admin/sqlshell.html.php:17 msgid "Success" msgstr "Ongi" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" behar bezala gehitu da sisteman." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Behar bezala ezabatu dira sistematik \"%s\" erabiltzailearen datuak." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Beha bezala ezabatu da \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Behar bezala kendu da \"%s\" sistematik." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Behar bezala leheneratu da konfigurazioa. Kargatu berriro aldaketak ikusteko." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Behar bezala gorde da babeskopiaren konfigurazioa." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Behar bezala eguneratu da \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Behar bezala idatzi da %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Egunsentia" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Eguzki-sartzea" #: config/prefs.php:498 msgid "Sunday" msgstr "Igandea" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Egunsentia" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Egunsentia/Eguzki-sartzea" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Eguzki-sartzea" #: lib/Application.php:335 msgid "Sync all" msgstr "Sinkronizatu denak" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Iturri sindikatua" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Etiketa-hodeia" #: config/registry.php:155 msgid "Tasks" msgstr "Zereginak" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Azken orduko tenp.: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Tenperatura" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Tenperatura%s(%sHi%s/%sLo%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Une honetan ezin da konektatu Facebook-ekin. Saiatu berriro geroago." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Une honetan ezin da Twitter-era konektatu. Saiatu berriro geroago." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thailandiarra (TIS-620)" #: admin/sqlshell.php:97 #, php-format msgid "" "The DELETE command completed successfully. A total of %d rows were deleted." msgstr "DELETE komandoa ondo burutu da. Guztira %d lerro ezabatu dira." #: admin/sqlshell.php:89 msgid "The INSERT command completed successfully." msgstr "INSERT komandoa ondo burutu da." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Bertan behera utzi da %s gailuaren urruneko garbiketa." #: admin/sqlshell.php:93 #, php-format msgid "" "The UPDATE command completed successfully. A total of %d rows were modified." msgstr "UPDATE komandoa ondo burutu da. Guztira %d lerro aldatu dira." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarma ezabatu da." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarma gorde da." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "%s(r)en konfigurazioa ezin da automatikoki eguneratu. Eguneratu " "konfigurazioa eskuz." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Identitate honekin erabiltzeko helbide elektroniko lehenetsia:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Blokeoa kendu da." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Ezin izan da kide-egoeraren zerbitzua denboraz atzitu. Saiatu berriro " "geroago, edo saiatu beste kide-egoera batekin." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Kide-egoeraren zerbitzua ez dago erabilgarri une honetan. Saiatu berriro " "geroago, edo saiatu beste kide-egoera batekin." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Emandako herrialde-kodea ez da baliozkoa." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Zerbitzua ez dago erabilgarri une honetan. Saiatu berriro geroago." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Zerbitzua lanpetuegi dago une honetan. Saiatu berriro geroago." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" erregistratzeko eskaera kendu egin da." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "\"%s\" erabiltzailea erregistratzeko eskaera kendu egin da." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "%s gailuaren egoera berrezarri da. Birsinkronizatu egingo da zerbitzarira " "konektatzen den hurrengo aldian." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Probako script-a gaituta dago une honetan. Segurtasun-arrazoiak direla-eta, " "desgaitu probako script-ak proba-fasea amaitzean (ikus horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "\"%s\" erabiltzailea badago lehendik." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "\"%s\" erabiltzailea ez dago." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Arazo bat gertatu da \"%s\" sisteman gehitzean: %s " #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Arazo bat gertatu da \"%s\" erabiltzailearen datuak sistematik ezabatzean: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Arazo bat gertatu da \"%s\" sistematik kentzean: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Arazo bat gertatu da \"%s\" eguneratzean: %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Errore bat gertatu da ActiveSync zerbitzariarekin komunikatzean: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Errore bat gertatu da Twitter-ekin konektatzean: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Errore bat gertatu da konfigurazio-inprimakian. Baliteke beharrezkoa zen " "eremu bat bete gabe utzi izana." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:142 #, php-format msgid "There was an error making the request: %s" msgstr "Errore bat gertatu da eskaera egitean: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Errore bat gertatu da Facebook-eko saioa eskuratzean. Saiatu berriro geroago." #: lib/Application.php:202 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Errore bat gertatu da %s(r)en datu orokorrak kentzean. Xehetasunak " "erregistratu dira." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Errore bat gertatu da eskatutako baimenekin" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "BEZaren identifikazio-zenbaki hau ez da baliozkoa." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "BEZaren identifikazio-zenbaki hau baliozkoa da." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Gailu guztiek elementu guztiak birsinkronizatzea eragingo du honek." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Zure gailuek elementu guztiak birsinkronizatzea eragingo du honek." #: config/registry.php:226 msgid "Tickets" msgstr "Txartelak" #: config/registry.php:272 msgid "Time Tracking" msgstr "Denbora-pistak" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Ordu-formatua" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Ordu-zigilua edo ezezaguna" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Behar bezala osatutako sinkronizazio-saioen ordu-zigiluak" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Izenburua" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Eremu jakin bat inportaziotik kanpo uzteko edo okerreko parekatze bat " "zuzentzeko, hautatu eremu bat beheko zerrendan, eta hautatu \"Kendu bikotea" "\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Hainbat eremu hautatzeko, sakatu Ktrl (PC) edo Komandoa (Mac) tekla klik " "egiten duzun bitartean." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Gaur" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Bihar" #: config/prefs.php:751 msgid "Top" msgstr "Goian" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Itzulpenak" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkiarra (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tuiteatu" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Twitter-eko integrazioa" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter Timeline" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "%s(r)en Twitter Timeline" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter ez dago gaituta." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URLa" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Ezin da \"%s\" ezabatu: %s." #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "Ezin da Atsegin ezarri." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "Ezin da eskaera-tokena balidatu. Saiatu berriro eskaerarekin." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Ez dago erabilgarri" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Desblokeatu" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Desegin aldaketak" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Ez da gogokoa" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Sailkatu gabea" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Unitateak" #: admin/sessions.php:36 msgid "Unknown" msgstr "Ezezaguna" #: admin/locks.php:43 msgid "Unlock" msgstr "Desblokeatu" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Ekintza hau ez da onartzen." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Eguneratu" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Eguneratu %s" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Eguneratu %s eskema" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Eguneratu datu-baseen eskema guztiak" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Eguneratu konfigurazio guztiak" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Eguneratu erabiltzailea" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" eguneratu da." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "%s(r)en eskema eguneratu da." #: admin/config/index.php:419 msgid "Upload" msgstr "Kargatu" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "Aplikazioa konfiguratzeko fitxategi guztiak kargatu dira zerbitzarian." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Erabili balio lehenetsia" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "Erabili izena/pasahitza IMSP zerbitzariarena ez bada bakarrik." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Erabiltzailea" #: admin/user.php:240 msgid "User Administration" msgstr "Erabiltzaile-administrazioa" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Erabiltzaile-agentea" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Erabiltzaile-izena" #: signup.php:74 msgid "User Registration" msgstr "Erabiltzaile-erregistratzea" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Erabiltzaile-erregistratzea desgaitu da gune honetan." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" "Erabiltzaile-erregistratzea ez dago behar bezala konfiguratuta gune " "honetarako." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Ez da aurkitu erabiltzaile-kontua" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Gehitzeko erabiltzailea:" #: login.php:206 admin/config/index.php:420 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Erabiltzaile-izena" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Erabiltzaileak" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Sistemako erabiltzaileak:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "BEZaren ID zenbakiaren egiaztapena" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "BEZaren identifikazio-zenbakia:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "BEZ zenbakia" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Bertsioa" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Bertsio-egiaztapena" #: config/registry.php:215 msgid "Version Control" msgstr "Bertsioaren kontrola" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamdarra (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Ikusi kanpoko web-orri bat" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Ikusgaitasuna" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Abisua" #: templates/login/login.inc:81 msgid "Warning: Your Caps Lock key is on!" msgstr "Kontuz: Blok Maius tekla sakatuta dago!" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Eguraldia" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Eguraldi-datuen hornitzailea:" #: config/registry.php:332 msgid "Web Site" msgstr "Webgunea" #: lib/Application.php:311 msgid "Web browser" msgstr "Web-arakatzailea" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Ongi etorri" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Ongi etorri, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Mendebaldekoa (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Mendebaldekoa (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "" "Zein aplikazio bistaratu beharko luke %s(e)k aplikazioak saioa hasitakoan?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Zertan ari zara orain?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Zein da karaktere mugatzailea?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Zein da aipamen-karakterea?" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Zein egun nahi duzu asteko lehen egun gisa agertzea?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Zein fase" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "%s menuaren zabalera ezkerrean:" #: lib/Application.php:299 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wikia" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Haizea" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Haizearen abiadura korapilotan" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Haizea:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Garbiketa" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Garbiketa egiteke dago" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Jakinduria" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Honekin" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Lana" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "UU" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Bai, ados nago" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Zuk eta beste %d pertsonak hau atsegin duzue" msgstr[1] "Zuk eta beste %d pertsonak hau atsegin duzue" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Ez daukazu baimenik taldeak gehitzeko." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Ez daukazu baimenik partekatzeak gehitzeko." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Ez daukazu baimenik taldeak aldatzeko." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Ez daukazu baimenik partekatzeak aldatzeko." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Ez daukazu baimenik taldeak ezabatzeko." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Ez daukazu baimenik partekatzeak ezabatzeko." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Ez daukazu baimenik partekatze taldeak zerrendatzeko." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Ez daukazu baimenik partekatze-baimenak zerrendatzeko." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Ez daukazu baimenik partekatzeak zerrendatzeko." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Ez daukazu baimenik talde-erabiltzaileak zerrendatzeko." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Ez daukazu baimenik partekatze-erabiltzaileak zerrendatzeko." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Ez zaude Facebook kontura konektatuta. Facebook-eko ezarpenak egiaztatu " "behar dituzu %s(e)n." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:143 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Zuk ere Facebook-eko ezarpenak egiazta ditzakezu zure %s(e)an." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Ez duzu onartu Zerbitzu-baldintzen hitzarmena, eta horregatik ez zaizu utzi " "saioa hasten." #: login.php:312 msgid "You have been logged out." msgstr "Saioa itxi duzu." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Eskatutako baimenak ukatu dituzu." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Ez duzu behar bezala konektatu Twitter kontua Horde-rekin. Twitter-eko " "ezarpenak egiaztatu behar dituzu %s(e)n." #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Hau atsegin duzu" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Arazoa deskribatu behar duzu, hari buruzko txostena bidali ahal izateko." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Erabiltzaile-izen bat zehaztu behar duzu garbitzeko." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Erabiltzaile-izen bat zehaztu behar duzu kentzeko." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Erabiltzaile-izena zehaztu behar duzu gehitzeko." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Erabiltzaile-izena zehaztu behar duzu eguneratzeko." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Helbide elektronikoa" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "Zure informazioa" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Zure Internet helbidea aldatu da saioa hasi duzunetik. Zure segurtasuna " "babesteko, saioa hasi behar duzu berriro." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Zure izena" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Zure autentifikazio-moduluak ez du erabiltzaileak gehitzerik onartzen. Horde " "erabili nahi baduzu erabiltzaile-kontuak kudeatzeko, beste autentifikazio-" "modulu bat erabili beharko duzu." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Zure autentifikazio-moduluak ez du onartzen erabiltzaileak zerrendatzea, edo " "eginbidea desgaitu egin da, beste zerbait dela-eta." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Badirudi arakatzailea aldatu dela saioa hasi duzunetik. Zure segurtasuna " "babesteko, saioa hasi behar duzu berriro." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Arakatzaileak ez du eginbide hori onartzen." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Uneko ordu-zona:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Zure izena:" #: login.php:324 msgid "Your login has expired." msgstr "Saio-hasiera iraungi da." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "%s(r)en pasahitz berria: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Pasahitza berrezarri da." #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Pasahitza berrezarri da, baina ezin izan zaizu bidali. Jarri harremanetan " "administratzailearekin." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Pasahitza berrezarri da; begiratu posta, eta hasi saioa pasahitz berriarekin." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Pasahitza behar bezala aldatu da. Saioa berriro hasi behar duzu pasahitz " "berriarekin." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Pasahitza iraungi da" #: login.php:178 msgid "Your password has expired." msgstr "Pasahitza iraungi da." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Saioa iraungi da. Hasi saioa berriro." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Saioak gainditu egin du onartutako gehieneko denbora. Hasi saioa berriro." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Arazoari buruzko txostena]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmak" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Konfigurazioa" #: lib/Api.php:50 msgid "_Groups" msgstr "_Taldeak" #: lib/Api.php:60 msgid "_Locks" msgstr "_Blokeoak" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Baimenak" #: lib/Api.php:45 msgid "_Users" msgstr "_Erabiltzaileak" #: services/problem.php:59 msgid "attachment" msgstr "eranskina" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "barealdia" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "noiztik: %s (%s); zein ordutatik: %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "haizetsu" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "barnean" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:143 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "hobespenak" #: admin/config/config.php:75 msgid "show differences" msgstr "erakutsi desberdintasunak" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "idatzi pasahitza bitan berresteko" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "bateratua" tmpIMUtxu/horde-5.2.17/locale/eu/LC_MESSAGES/horde.mo0000644000175000017500000020223713160205253021573 0ustar mathieumathieuY5G$G)GG&H 9H$FH kH)vHHH HHHH I)I7@IJxIHIR J_JoJJJJJJJJJJVJ9KlVKKKKK KLL.LHL LL XL bL nLzL LLLNL-L'MAM IMVM eM oM }M M MM.MMM#MlN%NN NNNNO&O>OVO ]OiO}OOO%O<O%P:POP SP)]P PP'P,P*P%&QLQ gQ qQQQ QQ QQQQQ R R !R+R0R7R?RZRcRjRqR R@RRRRS$S4S!ISdkSSSSST /T19T*kTTT TT TTQTEU WU eUrUyUU U UUU U U U U U U VV=-VkV'V VVVV.V*W39WmWIRXX?Y(_Y5YXYZ*ZZZZZ [ [&[ 7[D[T[f[x[[[[[[W[2\ 7\E\X\\\ d\ r\,\4\ \\ \] ]*%]BP]] ]] ]]] ]]^B^^^"{^ ^^ ^^^^__3_CJ__ _/____` ``2`C` ]` g`u`|``"`{`M,aLzaOa'b(?bhbbbbbbb b bbc c c cw(WwPwww rx|xBxxxx yy %y 1y>yOyUy[yjy oy4}yGyyz .z >'fKu*4L!nc5>hYf‡%)8O3-2e&1DAv3%?)RT|)ыKIG1*Ì(67N 1VxώՎގ  /G\`{D ԏ &-A HRcy Đ;ː2LQ e pz2; (.C^ y  ؒ"/ 8D LXm/ ГF U!b Ɣ̔єה ڔD","O%r%%%- .8#g,,c5IV֗*s E)& %4(Zv (sʚy>+ $D\aQfw-Xڝ39JRWfn u  žΞ"ߞ + B%O u9 ơ ܡ '52Jh\_fpף )0CK^Qe*_BH^r {ҥ ٥ -BQ`f@Ǧ(1:JYhx '֧"ܧ4|4(ڨ :Tk ө$ :/%j 0 * +6+b8ǫ!& :F[j  ˬ Ь ڬ" =DL!" U. ծ 413#e ïٯYOm |Ұ۰    ' 2@?^5 :'<b=ݲK˳&t2Bδdv/ +6<T cq ̶-14 ;lF ŷٷ ߷8 KF  ϸ3޸E Xfo v ȹNܹ+&Ip"ĺ"7HR 3ɻ $ ,9Rc ~ (ZjYŽ^'~("Ͼ .> O\k | ?ο2EW n xB Zf n{ -"  .>Obgn~ Jaj y E S ^hmM}'?yF 520;c r(  -6Tg~ &'=%e3*, "> \f} P#'5&]  W '"<!_$&& ,7? FP`"i! *9djo     $4 <F XEd  &(BNk$"KEN  "/!7Y3w:,=Yow / CPV] a kw !!!;B]y #X5 8FJ^  #-3FO>cc$+I]px C #> U`u  9 DN nz  X6l:!)>(R5{#%,F]!s  B.V-C]2U>k2,!@bs  _FJ%B&MC2  *DSfm  DB^>v6= J]Tn>tw)B+>n+9j~#:1VI/*C-3qh)M8U+2/;CkB  94 nx` lqw }"=:x     *$>cF>2 q5O!e" ,5I^t '  *EJa4 3=]bho  Y&A+h&+',5<6r/7<\N>YD!UowH4A2v03#q4 ir+] aMVU%%IK    '=F NY!s 6uXQe|P>' D@B(20D})$ 4,{-VZBY>r/Tm y3\ 4:z&I/(p~mPL9*-x=yxYh#+3?2Tq$ T-GaCo{"1K1FJ>Wq#@7K[=]+M^!k?J8D%vGrC" 'O}. ^7M.U1pBRR]7S^!Q9EM@cXvoiz_Hn]jg7wN)5'mZYJH`Xd_f +D8lK F2 b;{HN:  \4ei"64V\y|B /P[tW-RY=N<!l,UU#<sE9'i|;*oa t8#<cRX0c1 _~.$  O3j$MO PA0&s dGx KSf96nC5gZ}OIp~@T+wt!C>%Q <ra LL2S.(? WA5F:h)5uj[wIL&f %(e%=`AgJU?s0v6EGlQk,;z;8,VV`/:En*&*)kbudq"A3WHbSFNIh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The DELETE command completed successfully. A total of %d rows were deleted.The INSERT command completed successfully.The Remote Wipe for device id %s has been cancelled.The UPDATE command completed successfully. A total of %d rows were modified.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2016-04-14 15:27+0200 PO-Revision-Date: 2016-04-15 09:43+0200 Last-Translator: Ibon Igartua Language-Team: Euskal Herriko Unibertsitatea Language: eu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Poedit 1.8.4 "%s" gehitu da talde-sisteman."%s" gehitu da baimen-sisteman."%s" ez da sortu: %s.%.2fMB erabilita / %.2fMB onartuta (%%%.2f)%d %s eta %s%d egun falta pasahitza iraungitzeko.%d minutu%d pertsonak hau atsegin du%d pertsonak hau atsegin dute%d - %d / %d%d eguneko iragarpena%s - Abisua%s konfigurazioa%s atazak - Berrespena%s kontratu-baldintzak%s - %s %s%s(e)k Twitter kontuarekin interakzioan jardun dezake%s(e)k ezin du Facebook-en dituzun lagunei buruzko informaziorik irakurri.%s(e)k ezin ditu irakurri zure korronte-mezuak eta Facebook-eko beste hainbat datu-elementu.%s(e)k ezin ditu ezarri zure egoera-mezuak, ezta Facebook-eko bestelako edukiak argitaratu ere.%s prest dago behean hautatutako atazak egiteko. Hautatu oraingoan egin nahi duzun eragiketa bakoitza., haizetsu %s %s, aldakorra %s -> %s1 egun1 hilabete1 aste12 orduko formatua2 aste24 orduko formatua24 ordu24 orduko formatua3 egunGailu-garbiketa bat eskatu da. Gailua garbituko da hurrengo sinkronizazio-saioan.Badago lehendik bertsio berriago bat (%s).%s IDa duen gailuaren urruneko garbiketa hasi da. Gailua garbituko da hurrengo sinkronizazioan.AM/PMKontuaren informazioaKontuaren pasahitzaEkintzakActiveSyncActiveSync administrazioaActiveSync gailuakActiveSync ez dago aktibatuta.GehituGehitu edukiaGehitu hemen:Gehitu kideakGehitu taldeaGehitu erabiltzaile berria:Gehitu alarma berriaGehitu bikoteaGehitu erabiltzailea"%s" gehitu da sisteman, baina ezin izan da erregistratzeko informazio osagarririk gehitu: "%s"."%s" behar bezala gehitu da sisteman. Saioa has dezakezu bertan.Erabiltzaileak gehitzea desgaituta dago.HelbideaHelbide-liburuaAdministrazioaAlarma-amaieraAlarma-metodoakAlarma-hasieraAlarma-testuaAlarma-izenburuaAlarmakAlarmak desgaituta daude konfigurazioanDenakErabiltzaile autentifikatu guztiakGidalerro-gako guztiak behar bezala berrezarri dira.Egoera guztiak kendu zaizkie ActiveSync gailuei. Zerbitzarira konektatzen diren hurrengo aldian berriro sinkronizatuko dira.Sinkronizazio-saio guztiak ezabatu dira.Onartu alfazenbakizkoakOnartu denakBaimendu hornitu gabeko gailuakOnartu zenbakizkoak soilikOrdezko IMSP saio-hasieraOrdezko IMSP pasahitzaOrdezko IMSP erabiltzaile-izenaOrdezko helbide elektronikoaErantzunAplikazioaAplikazio-testuinguruaAplikazioa prest dago.OnartuArabiarra (Windows-1256)Ziur zaude '%s' ezabatu nahi duzula?Ziur zaude "%s" erregistratzeko eskaera kendu nahi duzula?Ziur zaude "%s"' ezabatu nahi duzula?Armeniarra (ARMSCII-8)ArteaAscii arteaDatu-base eskema bat gutxienez zaharkituta dago.EranskinaEranskina deskargatzeaEz dagoen talde bat ezabatzen saiatu zara.Ez dagoen baimen bat ezabatzen saiatu zara.Ez dagoen baimen bat editatzen saiatu zara.Ez dagoen baliabide partekatu bat editatzen saiatu zara.Autentifikatutako aplikazioakBaimenduBaimendu lagunen datuetan sartzeaBaimendu argitaratzeaBaimendu irakurketaAutomatikoaEremu erabilgarriak:BOFH aitzakiakBaltikokoa (ISO-8859-13)OinarrizkoaBlokeatuBloke-ezarpenakBloke motaBluetoothLaster-markakBiakBehealdeaArakatzaileaHeartbeat cacheatuta (segunduetan)EgutegiaKameraUtziUtzi arazoaren berri emateariUtzi garbiketaEzin da pasahitza automatikoki berrezarri; esan administratzaileari.Kategoriak eta etiketakZeltikoa (ISO-8859-14)Europako Erdialdekoa (ISO-8859-2)AldatuAldatu kokalekuaAldatu pasahitzaAldatu zure informazio pertsonala.Uneko konfigurazioak ez du onartzen pasahitza aldatzea. Galdetu administratzaileari.EgiaztatuBegiratu bertsio berririk dagoenEgiaztatzenTxinatar soildua (GB2312)Txinatar tradizionala (Big5)Aukeratu %sAukeratu datak bistaratzeko modua (formatu laburra):Aukeratu datak bistaratzeko modua (formatu osoa):Aukeratu orduak bistaratzeko modua:KlaseaGarbitu kontsultaGarbitu erabat erabiltzailea: %sGarbitu erabiltzaileaGarbitu erabiltzaile-datuakEgin klik hautatutako helbide-liburu batean, eta ondoren hautatu bilatzeko eremu guztiak.Egin klik aurrera jarraitzekoBezero-ainguraItxi leihoaHodeiakKode-hitzen maiztasunaTolestuBildumaren IDaKolore-hautatzaileaKomikiakKomandoaKomando shell-aIruzkinak: %dIzen arruntaOrdenagailuakBaldintzaBaldintzakKonfigurazioaKonfigurazio-desberdintasunakPDA, smartphone eta Outlook-ekin sinkronizatzeko konfigurazioa.Konfigurazioa iraungita dago.Konfigurazioa eguneratzeko scriptak erabilgarri daudeKonfiguratu %sBerretsi pasahitzaJarraituCookie-akEzin izan da "%s" zerbitzariarekin konektatu FTP bidez: %sEzin izan da zerbitzarira konektatu. Saiatu berriro geroago.Ezin izan da ezabatu konfigurazioa eguneratzeko "%s" scripta."%s"(e)k ez dauka baimenik zure Facebook kontuarekin jarduteko. Agian ez duzu "%s" baimendu Facebook kontuarekin jarduteko edo baliteke baimena iraungita egotea.Ez da aurkitu %s(e)rako Twitter kontuarekin interakzioan jarduteko baimenikEzin izan da eskatutako erabiltzailearen pasahitza berrezarri. Xehetasunen bat ez dago ondo. Saiatu berriro, edo eskatu laguntza administratzaileari, behar izanez gero.Ezin izan da konfigurazioa leheneratu.Ezin izan da gorde babeskopiaren konfigurazioa: %sEzin izan da gorde konfigurazioa eguneratzeko scripta hemen: "%s".Ezin izan da gorde %s konfigurazio-fitxategia. Erabili ondorengo bi aukeretako bat kodea gordetzeko.Ezin izan da gorde %s konfigurazio-fitxategia. Bi aukera dituzu: kodea berriz gordetzea %s(e)n, edo kodea eskuz kopiatzea %s azpian.Ezin izan da idatzi "%s"(r)en konfigurazioa: %sHerrialdeaSortuSortu identitate berriaUneko 4 faseakUneko alarmakUneko blokeoakUneko saioakUneko orduaUneko eguraldiaUneko baldintzaZirilikoa (KOI8-R)Zirilikoa (Windows-1251)Zirilikoa/Ukrainarra (KOI8-R)Datu-baserako sarbidea ez dago konfiguratuta.EEDatuakDatu-baseaDatu-basea migratzeko fitxategiak ez dira aurkitu. Egiaztatu mesedez PEAR data_dir karpetaren konfigurazioa.DataData jaso daData: %s; ordua: %sEgunaLehenetsiaKolore lehenetsiaShell lehenetsiaMezu elektronikoak bidaltzeko karaktere-joko lehenetsia:Kokalekua kontuan hartzen duten eginbideak erabiltzeko kokaleku lehenetsia.DefinizioakEzabatuEzabatu "%s"Ezabatu SyncML datu guztiakEzabatu taldeaKonfigurazioa eguneratzeko "%s" scripta ezabatu da."%s" gailuaren eta "%s" datu-basearen sinkronizazio-saioa ezabatu da.Azaldu arazoaGarapenaGailuaGailuaren IDaGailuaren informazioaGailu-kudeaketaGailu motaGailu-enkriptatzeaGailua blokeatu da.Gailua garbitu egin da. Kendu gailuaren egoera berriro konektatu ahal izateko.Gailua behar bezala kendu da.Gailu-garbiketa bertan behera utzi da.Kondentsazio-puntuaAzken orduko kondentsazio-puntua: Kondentsazio-puntuaDesgaituDesgaitu (ez dago gomendatua)Ordua 24 orduko formatuan erakutsiBistaratzeko hobespenakBistaratu iragarpen xeheaBistaratu iragarpena (TAF)Lehenengo errenkadak eremu-izenak dauzka? Baiezkoan, hautatu koadro hau:Ez duzu konturik? Erregistratu.Deskargatu %sDeskargatu sortutako konfigurazioa PHP script gisa.DrogakDinamikoaEU BEZ identifikazioaEditatuEditatu "%s"Editatu honen hobespenakEditatu baimenakEditatu "%s"(r)en baimenakHezkuntzaHelbide elektronikoaGaituAmaiera-orduaIngelesaIdatzi izen bat kategoria berriarentzat:Sartu pasahitza etab. berrezarri behar dituzunean egingo zaizun segurtasun--galdera, esate baterako, 'zein da zure maskotaren izena?':Errorea Facebookera konektatzean. Administratzailearentzako xehetasunak erregistratu dira.Errorea Twitterera konektatzean. Administratzailearentzako xehetasunak erregistratu dira.Errorea Twitter-era konektatzean: %s Administratzailearentzako xehetasunak erregistratu dira.Errorea sinkronizazio-saioa ezabatzean:Errorea sinkronizazio-saioak ezabatzean:Errorea pasahitza eguneratzean: %sEtnikoak15 minutuz behin2 minutuz behin30 segundoz behin5 minutuz behinOrdu erdiz behinOrduan behinMinutuan behinBalio-adibideak:ExekutatuZabalduOso handiaKonfigurazioa FTPn kargatzeaFacebook-en integrazioaDesblokeatzeko huts egiten diren saioak gailua garbitu aurretikGogokoaIturriaIturriaren helbideaSentsazio termikoaBilatzeko eremuakFitxategi-kudeatzaileaIragazkiaIragazkiakIlgora (lehen erdia)IlgoraJanariakIragarpena (TAF)Iragarpen-egunak (kontuan hartu bai egunak, eta bai gauak azalduko direla; egun asko aukeratuz gero, bloke oso handia aterako litzateke)Pasahitza ahaztu zaizu?InprimakiakFortunaFortuna motaFortunakFortunak 2ForoakLagunak gaituta.Noiztik: %s (%s °); zein ordutatik: %s %sNoiztik: %s; zein ordutatik: %s %sAzalpen osoaIlbeteaIzen osoaSortu %s konfigurazioaSortutako kodeaEskuratu gehiagoHobespen orokorrakJoanGoedelGoogle bilaketaGrekoa (ISO-8859-7)Talde-administrazioaTaldearen izenaTaldea ez da sortu: %s.TaldeakGonbidatu-baimenakHTML postaHebrearra (ISO-8859-8-I)AltueraKorronte-edukiaren altuera (zabalera automatikoki egokitzen zaio blokeari)LaguntzaLaguntza-gaiakHemisferioaFitxategi-hasiera hemen dago:Ezkutatu hobespen aurreratuakEzkutatu emaitzakDirektorio nagusiaHordeZenbat eremu (zutabe) daude hor?Zenbat segundo igaro behar dira artikulu berririk dagoen begiratzeko?HezetasunaUmoristakIMEI%s(r)en ikonoakActiveSync-en bidez posta elektronikoak bidaltzean erabiliko den identitatea.Identitatearen izena:Inportatu, %d urratsaInportatutako eremua: %sInportatutako eremuak:Honentzako erantzunean:Beheko zerrendetan hautatu biak, bai jatorrizko fitxategitik inportatutako eremu bat ezkerraldean, bai zure helbide elektronikoan erabilgarri dagoen eremua eskuinaldean. Ondoren, sakatu "Gehitu bikotea", inportatzeko markatzeko. Amaitutakoan, sakatu "Hurrengoa".Erabiltzaile-izen edo ordezko helbide okerra. Saiatu berriro, edo eskatu laguntza administratzaileari, behar izanez gero.Erabiltzaile indibidualakInformazioaHeredatutako kideakSartu pasahitz berria jasotzeko helbide elektronikoa:Txertatu segurtasun-galderak eskatutako erantzuna:BEZaren identifikazio-zenbakiaren formatua ez da baliozkoa.Ekintza baliogabea: %sAplikazioa ez da baliozkoa.Hash baliogabea.Guraso-baimena ez da baliozkoa.InbentarioaJaponiarra (ISO-2022-JP)Zure nabigatzailean JavaScripta ez dago aktibatuta edo ez dago erabilgarri. Ikuspegi minimalistara mugatuta zaude.Justu orain...Kernel-ekin hasiberriakGako-hitzaHaurrakKolabKorearra (EUC-KR)HizkuntzaHandiaIlbehera (azken erdia)Azken pasahitz-aldaketaIlbeheraAzken sinkronizazioaren orduaAzken eguneratzea:Azken saio-hasiera: %sAzken saio-hasiera: %s - %sAzken saio-hasiera: inoiz ezAzken sinkronizazio-klabeaAzkenaZuzenbideaAtseginLimerickLinux cookie-aZerrenda - taulakHuts egin du alarmak zerrendatzean: %sHuts egin du blokeoak zerrendatzean: %sHuts egin du saioak zerrendatzean: %sErabiltzaileak zerrendatzean errorea gertatu da: %sHuts egin du erabiltzaileak zerrendatzean.Erabiltzaileak zerrendatzea desgaituta dago.LiteraturaOrdu lokala: %s %s (UTC %s)Konfigurazio lokala eta orduaKokalekuaBlokeatu erabiltzaileaBlokeoakHasi saioaItxi saioaFacebook-eko saioa hasitaSaio-hasierak huts egin du: erabiltzaile-izena edo pasahitza ez dira ondo sartu.Saio-hasierak huts egin du.Saioa hasi %s(e)nHasi Facebook-eko saioa eta baimendu %sHasi Twitter-eko saioa eta baimendu %sItxi saioaMaitasunaHHMagiaPostaPosta-adm.Kudeatu elementuak etiketatzeko kategorien zerrenda eta kategoriekin lotutako koloreak.Kudeatu ActiveSync gailuak.Bat datozen eremuak:Azken 24 orduetako tenp. altuena: Azken 6 orduetako tenp. altuena: Mezu elektronikoen gehieneko denboraAtari-blokeen gehieneko kopuruaEranskinen gehieneko tamaina byte-etanGehieneko gailu kopuruaBistaratzeko gehieneko sarrera kopuruaMedikuntzaErtainaKideakAipamenakMetar eguraldiaMetrikoaAzken 24 orduetako tenp. baxuena: Azken 6 orduetako tenp. baxuena: Gutxieneko PIN luzeraAskotarikoakKonfigurazioa falta da.Mugikorra (txikiena)Mugikorra (JavaScript gabe)Mugikorra (Smartphone/Tableta)Mugikorretarako optimizatutako aplikazioakModuaMotaModulua eguneratuta dago.AstelehenaIlargiaren faseakNire kontuaNire kontuaren informazioaNire Facebook korronteaNire atariaNire atariaren diseinuaE/EEZ, EZ nago adosOHARRA: GAILU BAT GARBITZEAN BEHARBADA FABRIKATIK EKARRITAKO LEHENESPENAK BERREZARRIKO DIRA. ZIURTATU HORI EGIN NAHI DUZULA GARBITZE BAT ESKATU AURRETIKIzenaInoiz ezKategoria berriaIlberriaErabiltzaile-izen berria (aukerakoa)Pasahitz berriaPasahitz berriak ez datoz bat.BerriakHurrengoaHurrengo 4 faseakSoinurik ezEz dago konfigurazio-datu erabilgarririk desberdintasunak erakusteko.Aldaketarik ez.Ez da ikonorik aurkitu.Ez dago elementurik bistaratzekoEz da kokalekurik ezarri.Fortuna iraingarririk ezEz dago erregistrorik zain.Push-ik ez ibiltaritzan dagoen bitarteanEz da segurtasun-galderarik ezarri. Jarri harremanetan administratzailearekin.Oraindik ez dago bertsio egonkorrik.Ez da erabiltzaile-izenik zehaztu.Ez da bertsiorik aurkitu jatorrizko konfigurazioan. Birsortu konfigurazioa.Ez da bertsiorik aurkitu zure konfigurazioan. Birsortu konfigurazioa.NoSQL indizeak prest daude.%s(k) ez dauka NoSQL indizerikNoSQL indizeak iraungita daude.Bat ere ezNordikoa (ISO-8859-10)Ipar-hemisferioaHornitu gabeOharrakEz dago non arakatu, joan atzera.Bistaratzeko artikulu kopuruaFreskatu aurretik itxaron beharreko segundo kopuruaSEObjektu-nabigatzaileaObjektu-sortzaileaIrainen iragazkiaBulegoaPasahitz zaharrak eta berriak desberdinak izan behar dute.Pasahitz zaharraPasahitz zaharra okerra da.Fortuna iraingarriak bakarrikJabeak edo sistema-administratzaileak bakarrik alda ditzake baliabide partekatu baten jabetza edo jabe-baimenakSistema eragileaEdo sartu erabiltzaile-izen bat:Bestelako informazioaBeste aukera batzukBeste batzukJabeaJabea:PHPPHP kodeaPHP shell-aPOP/IMAP posta-kontuakPOSIX luzapena falta da_PHP shell-aPasahitzaPasahitz-konplexutasunaPasahitza behar bezala aldatu da.Pasahitzek bat etorri behar dute.ItsatsiZain dauden erregistroak:JendeaEgin saio-hasierako atazak"%s" baimena ez da ezabatu.BaimenakBaimenen administrazioaInformazio pertsonalaMaskotakTelefono zenbakiaArgazkiakTopikoakIdatzi pasahitz bat.Idatzi erabiltzaile-izen bat.Eman arazoari buruzko laburpen bat.Irakurri ondoko testua. Ados egon BEHAR duzu baldintzekin, sistema erabili ahal izateko.PolitikaErantzun-testuaren posizioa zure gailutik mezuei erantzuten diezunean. Kontuan izan zenbait gailuk beti bidaltzen dutela aipu-katea erantzun-testuaren amaieran.Bidalketa: %sBidalketa: %s, %s bidezAzken ordubeteko (%d) prezipitazioak: Azken %d orduetako prezipitazioak: Prezipitazio-%saukeraPresioaPresioa itsas mailan: NagusiaArazoaren azalpenaHornitutaHornitzeaArgitaratzea gaituta.KontsultaKuotaFortunaren gurpilaIrakurriIrakurketa gaituta.Benetan ezabatu nahi duzu "%s"? Eragiketa hau ezin da desegin.Benetan kendu nahi dituzu "%s" erabiltzailearen erabiltzaile-datuak? Ezingo duzu eragiketa desegin.Freskatu menu dinamikoko elementuak:Freskatu atariaren ikuspegia:Freskatzeko ratioa:Aplikazio arruntakOharrakUrruneko ostalariaKenduKendu bikoteaKendu gordetako scripta zerbitzariaren aldi baterako direktoriotik.Kendu erabiltzaileaKendu erabiltzailea: %sErantzunEskatu PINEskatu S/MIME enkriptatzeaEskatu S/MIME sinaduraBerrezarriBerrezarri pasahitzaBerrezarri gailu guztien egoeraBerrezarri pasahitzaLeheneratu azken kontsultaEmaitzakHonen emaitzak: %sBirtuiteatu%s(e)k birtuiteatuaIdatzi berriro pasahitz berriaLeheneratu konfigurazioaAsmakariakExekutatuExekutatu saio-hasierako atazakSD txartelaSD card enkriptatzeaSMS testu-mezuakSQL DB eskema iraungita dago.SQL DB eskema prest dago.SQL shell-aS_QL shell-aGordeGorde "%s"Gorde eta amaituGorde sortutako konfigurazioa PHP script gisa zerbitzariaren aldi baterako direktorioan.Konfigurazioa berritzeko scripta hemen gorde da: "%s".ZientziaEsparruaBi_latuBilatuBilatu:Inaktibo igarotzen diren minutuak gailua blokeatu aurretikHautatu gehitu nahi duzun taldea:Hautatu jabe berria:Hautatu zerbitzariaHautatu gehitu nahi duzun erabiltzailea:Hautatu helbideak zabaltzean bilatzeko eremu guztiak.Hautatu data eta orduaren formatua:Hautatu data-mugatzailea:Hautatu data-formatua:Hautatu egunaren eta orduaren ordena:Hautatu ordu-mugatzailea:Hautatu ordu-formatua:Hautatu kolore-eskemaHautatu gogokoen duzun hizkuntza:Eman arazoaren berriSentsorea: Zerbitzariaren IDaZerbitzariaren orduaSaioaren administrazioaSaioaren ordu-zigiluaSaioakEzarri hobespenak pasahitza berrezarri ahal izateko, ahaztuz gero.Konfiguratu Facebook kontuarekiko integrazioa.Konfiguratu Twitter kontuarekiko integrazioa.Ezarri hizkuntza gogokoenaren, ordu-zonaren eta dataren hobespenak.Ezarri abioko aplikazioa, kolore-eskema, orri-freskatzea eta bestelako bistaratze-hobespenak.Parametroarekin posible diren hainbat kokaleku: %sLaburpen txikiaSarbide-gakoak definitu beharko lirateke esteka gehienetarako?ErakutsiErakutsi hobespen aurreratuakErakutsi hobespen talde guztiakErakutsi une honetako konfigurazioaren eta sortu berri den konfigurazioaren artean dauden desberdintasunak.Erakutsi xehetasun gehiago?Erakutsi azken saio-hasierako ordua saioa hastean?Saltatu saio-hasierako atazakTxikiaElur-sakonera: Elurraren baliokidea uretan: Abestiak eta poemakEuropako Hegoaldekoa (ISO-8859-3)Hego-hemisferioaMezu baztergarriakKirolakEstandarraStar TrekHasiera-orduaEgoera-kudeaketaEgoeraEzin da egoera ezarri.Korrontea"%s" sisteman gehitzeko eskaera bidali da. Ezin duzu saioa hasi zure eskaera onartzen den arte.Behar bezala konektatu da Facebook kontua edo eguneratu dira baimenak.Ongi"%s" behar bezala gehitu da sisteman.Behar bezala ezabatu dira sistematik "%s" erabiltzailearen datuak.Beha bezala ezabatu da "%s".Behar bezala kendu da "%s" sistematik.Behar bezala leheneratu da konfigurazioa. Kargatu berriro aldaketak ikusteko.Behar bezala gorde da babeskopiaren konfigurazioa.Behar bezala eguneratu da "%s"Behar bezala idatzi da %sEgunsentiaEguzki-sartzeaIgandeaEgunsentiaEgunsentia/Eguzki-sartzeaEguzki-sartzeaSinkronizatu denakSyncMLIturri sindikatuaEtiketa-hodeiaZereginakAzken orduko tenp.: TenperaturaTenperatura%s(%sHi%s/%sLo%s)Une honetan ezin da konektatu Facebook-ekin. Saiatu berriro geroago.Une honetan ezin da Twitter-era konektatu. Saiatu berriro geroago.Thailandiarra (TIS-620)DELETE komandoa ondo burutu da. Guztira %d lerro ezabatu dira.INSERT komandoa ondo burutu da.Bertan behera utzi da %s gailuaren urruneko garbiketa.UPDATE komandoa ondo burutu da. Guztira %d lerro aldatu dira.Alarma ezabatu da.Alarma gorde da.%s(r)en konfigurazioa ezin da automatikoki eguneratu. Eguneratu konfigurazioa eskuz.Identitate honekin erabiltzeko helbide elektroniko lehenetsia:Blokeoa kendu da.Ezin izan da kide-egoeraren zerbitzua denboraz atzitu. Saiatu berriro geroago, edo saiatu beste kide-egoera batekin.Kide-egoeraren zerbitzua ez dago erabilgarri une honetan. Saiatu berriro geroago, edo saiatu beste kide-egoera batekin.Emandako herrialde-kodea ez da baliozkoa.Zerbitzua ez dago erabilgarri une honetan. Saiatu berriro geroago.Zerbitzua lanpetuegi dago une honetan. Saiatu berriro geroago."%s" erregistratzeko eskaera kendu egin da."%s" erabiltzailea erregistratzeko eskaera kendu egin da.%s gailuaren egoera berrezarri da. Birsinkronizatu egingo da zerbitzarira konektatzen den hurrengo aldian.Probako script-a gaituta dago une honetan. Segurtasun-arrazoiak direla-eta, desgaitu probako script-ak proba-fasea amaitzean (ikus horde/docs/INSTALL)."%s" erabiltzailea badago lehendik."%s" erabiltzailea ez dago.Arazo bat gertatu da "%s" sisteman gehitzean: %s Arazo bat gertatu da "%s" erabiltzailearen datuak sistematik ezabatzean: Arazo bat gertatu da "%s" sistematik kentzean: Arazo bat gertatu da "%s" eguneratzean: %sErrore bat gertatu da ActiveSync zerbitzariarekin komunikatzean: %sErrore bat gertatu da Twitter-ekin konektatzean: %sErrore bat gertatu da konfigurazio-inprimakian. Baliteke beharrezkoa zen eremu bat bete gabe utzi izana.Errore bat gertatu da eskaera egitean: %sErrore bat gertatu da Facebook-eko saioa eskuratzean. Saiatu berriro geroago.Errore bat gertatu da %s(r)en datu orokorrak kentzean. Xehetasunak erregistratu dira.Errore bat gertatu da eskatutako baimenekinBEZaren identifikazio-zenbaki hau ez da baliozkoa.BEZaren identifikazio-zenbaki hau baliozkoa da.Gailu guztiek elementu guztiak birsinkronizatzea eragingo du honek.Zure gailuek elementu guztiak birsinkronizatzea eragingo du honek.TxartelakDenbora-pistakOrdu-formatuaOrdu-zigilua edo ezezagunaBehar bezala osatutako sinkronizazio-saioen ordu-zigiluakIzenburuaEremu jakin bat inportaziotik kanpo uzteko edo okerreko parekatze bat zuzentzeko, hautatu eremu bat beheko zerrendan, eta hautatu "Kendu bikotea".Hainbat eremu hautatzeko, sakatu Ktrl (PC) edo Komandoa (Mac) tekla klik egiten duzun bitartean.GaurBiharGoianItzulpenakTurkiarra (ISO-8859-9)TuiteatuTwitter-eko integrazioaTwitter Timeline%s(r)en Twitter TimelineTwitter ez dago gaituta.URLaEzin da "%s" ezabatu: %s.Ezin da Atsegin ezarri.Ezin da eskaera-tokena balidatu. Saiatu berriro eskaerarekin.Ez dago erabilgarriDesblokeatuDesegin aldaketakEz da gogokoaSailkatu gabeaUnicode (UTF-8)UnitateakEzezagunaDesblokeatuEkintza hau ez da onartzen.EguneratuEguneratu %sEguneratu %s eskemaEguneratu datu-baseen eskema guztiakEguneratu konfigurazio guztiakEguneratu erabiltzailea"%s" eguneratu da.%s(r)en eskema eguneratu da.KargatuAplikazioa konfiguratzeko fitxategi guztiak kargatu dira zerbitzarian.Erabili balio lehenetsiaErabili izena/pasahitza IMSP zerbitzariarena ez bada bakarrik.ErabiltzaileaErabiltzaile-administrazioaErabiltzaile-agenteaErabiltzaile-izenaErabiltzaile-erregistratzeaErabiltzaile-erregistratzea desgaitu da gune honetan.Erabiltzaile-erregistratzea ez dago behar bezala konfiguratuta gune honetarako.Ez da aurkitu erabiltzaile-kontuaGehitzeko erabiltzailea:Erabiltzaile-izenaErabiltzaileakSistemako erabiltzaileak:BEZaren ID zenbakiaren egiaztapenaBEZaren identifikazio-zenbakia:BEZ zenbakiaBertsioaBertsio-egiaztapenaBertsioaren kontrolaVietnamdarra (VISCII)Ikusi kanpoko web-orri batIkusgaitasunaAbisuaKontuz: Blok Maius tekla sakatuta dago!EguraldiaEguraldi-datuen hornitzailea:WebguneaWeb-arakatzaileaOngi etorriOngi etorri, %sMendebaldekoa (ISO-8859-1)Mendebaldekoa (ISO-8859-15)Zein aplikazio bistaratu beharko luke %s(e)k aplikazioak saioa hasitakoan?Zertan ari zara orain?Zein da karaktere mugatzailea?Zein da aipamen-karakterea?Zein egun nahi duzu asteko lehen egun gisa agertzea?Zein fase%s menuaren zabalera ezkerrean:WifiWikiaHaizeaHaizearen abiadura korapilotanHaizea:GarbiketaGarbiketa egiteke dagoJakinduriaHonekinLanaX-RefUUBai, ados nagoZuk eta beste %d pertsonak hau atsegin duzueZuk eta beste %d pertsonak hau atsegin duzueEz daukazu baimenik taldeak gehitzeko.Ez daukazu baimenik partekatzeak gehitzeko.Ez daukazu baimenik taldeak aldatzeko.Ez daukazu baimenik partekatzeak aldatzeko.Ez daukazu baimenik taldeak ezabatzeko.Ez daukazu baimenik partekatzeak ezabatzeko.Ez daukazu baimenik partekatze taldeak zerrendatzeko.Ez daukazu baimenik partekatze-baimenak zerrendatzeko.Ez daukazu baimenik partekatzeak zerrendatzeko.Ez daukazu baimenik talde-erabiltzaileak zerrendatzeko.Ez daukazu baimenik partekatze-erabiltzaileak zerrendatzeko.Ez zaude Facebook kontura konektatuta. Facebook-eko ezarpenak egiaztatu behar dituzu %s(e)n.Zuk ere Facebook-eko ezarpenak egiazta ditzakezu zure %s(e)an.Ez duzu onartu Zerbitzu-baldintzen hitzarmena, eta horregatik ez zaizu utzi saioa hasten.Saioa itxi duzu.Eskatutako baimenak ukatu dituzu.Ez duzu behar bezala konektatu Twitter kontua Horde-rekin. Twitter-eko ezarpenak egiaztatu behar dituzu %s(e)n.Hau atsegin duzuArazoa deskribatu behar duzu, hari buruzko txostena bidali ahal izateko.Erabiltzaile-izen bat zehaztu behar duzu garbitzeko.Erabiltzaile-izen bat zehaztu behar duzu kentzeko.Erabiltzaile-izena zehaztu behar duzu gehitzeko.Erabiltzaile-izena zehaztu behar duzu eguneratzeko.Helbide elektronikoaZure informazioaZure Internet helbidea aldatu da saioa hasi duzunetik. Zure segurtasuna babesteko, saioa hasi behar duzu berriro.Zure izenaZure autentifikazio-moduluak ez du erabiltzaileak gehitzerik onartzen. Horde erabili nahi baduzu erabiltzaile-kontuak kudeatzeko, beste autentifikazio-modulu bat erabili beharko duzu.Zure autentifikazio-moduluak ez du onartzen erabiltzaileak zerrendatzea, edo eginbidea desgaitu egin da, beste zerbait dela-eta.Badirudi arakatzailea aldatu dela saioa hasi duzunetik. Zure segurtasuna babesteko, saioa hasi behar duzu berriro.Arakatzaileak ez du eginbide hori onartzen.Uneko ordu-zona:Zure izena:Saio-hasiera iraungi da.%s(r)en pasahitz berria: %sPasahitza berrezarri da.Pasahitza berrezarri da, baina ezin izan zaizu bidali. Jarri harremanetan administratzailearekin.Pasahitza berrezarri da; begiratu posta, eta hasi saioa pasahitz berriarekin.Pasahitza behar bezala aldatu da. Saioa berriro hasi behar duzu pasahitz berriarekin.Pasahitza iraungi daPasahitza iraungi da.Saioa iraungi da. Hasi saioa berriro.Saioak gainditu egin du onartutako gehieneko denbora. Hasi saioa berriro.Zippy[Arazoari buruzko txostena]_Alarmak_CLI_Konfigurazioa_Taldeak_Blokeoak_Baimenak_Erabiltzaileakeranskinabarealdianoiztik: %s (%s); zein ordutatik: %s %shaizetsubarneanhobespenakerakutsi desberdintasunakidatzi pasahitza bitan berrestekobateratuatmpIMUtxu/horde-5.2.17/locale/mk/0000755000175000017500000000000013162206570016345 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/mk/LC_MESSAGES/0000755000175000017500000000000013162206570020132 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/mk/LC_MESSAGES/horde.po0000644000175000017500000025016413160205253021576 0ustar mathieumathieu# translation of mk_MK.po to Macedonian # This file is distributed under the same license as the Horde package. # Copyright 2003 Eureka Informatika # Stojan Pesov , 2003 # msgid "" msgstr "" "Project-Id-Version: mk_MK\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2003-06-26 15:18+0200\n" "Last-Translator: Stojan Pesov \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.1\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "'%s' успешно додаден на системот." #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, php-format msgid "%d minutes" msgstr "" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "" #: admin/config/config.php:21 admin/config/index.php:226 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s Операции за одржување - Потврда" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "Вклучи ако сакаш да извршиш некои операции во моментов." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 часа" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 msgid "Account Information" msgstr "" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Потврди лозинка" #: admin/activesync.php:126 msgid "Actions" msgstr "" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Horde Администратор" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 #, fuzzy msgid "Add" msgstr "Адреса" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "Додади корисник" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Додади корисник" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Додади нов корисник:" #: admin/user.php:21 msgid "Add a new user:" msgstr "Додади нов корисник:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Додади нов корисник:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Додади пар" #: admin/user.php:22 msgid "Add user" msgstr "Додади корисник" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Додавањето на корисници е оневозможено." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Адреса" #: config/registry.php.dist:142 #, fuzzy msgid "Address Book" msgstr "Адресар" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Alias" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Ваша Email адреса:" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 msgid "Application List" msgstr "" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 msgid "Authenticated to:" msgstr "" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Достапни полиња:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Откажи Проблем Репорт" #: admin/activesync.php:183 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "Откажи ги промените" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Потврди лозинка" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Затвори го прозорецот" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Фирма" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Потврди лозинка" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "Неуспешна конекција со LDAP серверот." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Неуспешна конекција со LDAP серверот." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Horde не е правилно конфигуриран" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/vatid.php:91 msgid "Country" msgstr "" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Стандарден идентитет" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "" #: admin/datatree.php:62 msgid "DataTree" msgstr "" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "" #: lib/Block/vatid.php:94 #, fuzzy msgid "Date" msgstr "Избриши" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "Дневно" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "Избриши" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "Користи стандардна вредност" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Стандарден идентитет" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Избриши" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Избриши" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "Избриши" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Опис на проблемот" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Телефон" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "" #: admin/groups.php:214 msgid "Edit Group" msgstr "" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "Ваша Email адреса:" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Грешка" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "Секое пријавување" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 #, fuzzy msgid "Every 5 minutes" msgstr "Секое пријавување" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Секое пријавување" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 #, fuzzy msgid "Every minute" msgstr "Секое пријавување" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Пример:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Домашна адреса:" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "" #: lib/Block/fb_stream.php:82 msgid "Filter" msgstr "" #: config/registry.php.dist:93 msgid "Filters" msgstr "" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Забелешки" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 msgid "Forums" msgstr "" #: config/registry.php.dist:113 msgid "Forwards" msgstr "" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "Комплетен опис:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Ваше име:" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 msgid "Green" msgstr "" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 #, fuzzy msgid "Group Administration" msgstr "Администрација" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Помош" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Излистај теми за помош" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 #, fuzzy msgid "Horde Website" msgstr "Систем Horde" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, fuzzy, php-format msgid "Import, Step %d" msgstr "Импортирано поле: %s" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Импортирано поле: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Импортирани полиња:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 msgid "Invalid application." msgstr "" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "" #: lib/Block/iframe.php:28 msgid "Large" msgstr "" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Логирање" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Листањето на корисници е оневозможено." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Листањето на корисници е оневозможено." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Логирање" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Логирање" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:282 msgid "Login failed." msgstr "" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "Пошта" #: config/registry.php.dist:85 msgid "Mail" msgstr "Пошта" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Кореспондирачки полиња" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Месечно" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Име" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Порака" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Лозинка" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "Лозинките мора да бидат исти." #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "Забелешки" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Откажи ги промените" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 #, fuzzy msgid "None" msgstr "Забелешки" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "Забелешки" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Лозинка" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 msgid "Organizing" msgstr "" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Лозинка" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "Лозинка" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Лозинките мора да бидат исти." #: admin/sqlshell.php:100 msgid "Paste" msgstr "" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Улога" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 msgid "Permissions" msgstr "" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 #, fuzzy msgid "Permissions Administration" msgstr "Администрација" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Ве молиме наведете ваше корисничко име и лозинка" #: login.php:86 msgid "Please enter a username." msgstr "" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Ве молиме наведете го проблемот." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Телефон" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "" #: services/problem.php:145 msgid "Problem Description" msgstr "Опис на проблемот" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 msgid "Provisioned" msgstr "" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 #, fuzzy msgid "Remove" msgstr "Одстрани пар" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Одстрани пар" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "Одстрани пар" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "Одстрани пар" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Reset" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Лозинка" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Потврди лозинка" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 #, fuzzy msgid "Results" msgstr "Reset" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Назад кон опциите" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Reset" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 msgid "Run" msgstr "" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 msgid "Sea_rch" msgstr "" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Избери формат за датумот:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Избери кои карактери ти требаат. Можеш потоа нив да ги ископираш од полето " "за текст." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Избери формат за датумот:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Избери сепаратор за датумот:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Избери формат за датумот:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Избери формат за датумот:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Избери сепаратор за датумот:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Избери формат за времето:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Прати извештај за проблемот" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 msgid "Session Admin" msgstr "" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Зачувај опции" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 msgid "Set your preferred language, timezone and date preferences." msgstr "" #: config/prefs.php.dist:469 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "Кратко резиме:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "е-пошта" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Внесување на специјални знаци" #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "Импорт" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Успешно" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "'%s' успешно додаден на системот." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "'%s' успешно отстранет од системот." #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "'%s' успешно додаден на системот." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "'%s' успешно отстранет од системот." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "'%s' успешно додаден на системот." #: admin/config/config.php:60 admin/config/index.php:47 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "'%s' успешно додаден на системот." #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "" #: config/prefs.php.dist:429 msgid "Sunday" msgstr "" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 msgid "T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Годишно" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Настана проблем при додавање на %s во системот." #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Настана проблем при отстранување на %s од системот." #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Настана проблем при отстранување на %s од системот." #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Настана проблем при додавање на %s во системот." #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, php-format msgid "There was an error making the request: %s" msgstr "" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Наслов" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Reset" #: config/prefs.php.dist:625 msgid "Twitter Integration" msgstr "" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Не можев да ги изменам подесувањата." #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Откажи ги промените" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Додади корисник" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "" #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Корисничко име" #: admin/user.php:224 #, fuzzy msgid "User Administration" msgstr "Horde Администратор" #: lib/Prefs/Ui.php:432 msgid "User Agent:" msgstr "" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Horde Администратор" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Horde не е правилно конфигуриран" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Корисничко име" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "Корисничко име" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Корисничко име" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Корисници во системот:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 msgid "Version Control" msgstr "" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Внимание" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Добредојде, %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, fuzzy, php-format msgid "Welcome to %s" msgstr "Добредојде, %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Добредојде, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Затвори го прозорецот" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ГГ" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Опишете го проблемот пред да испратете извештај." #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Наведете кое корисничко име да се отстрани." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Наведете кое корисничко име да се отстрани." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Наведете кое корисничко име да се отстрани." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Наведете кое корисничко име да се додаде." #: admin/user.php:164 #, fuzzy msgid "You must specify the username to update." msgstr "Наведете кое корисничко име да се додаде." #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "Ваша Email адреса:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "Ваше име:" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Вашиот авторизационен протокол не подржува додавање корисници, или таа " "можност е оневозможена од други причини." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Вашиот авторизационен протокол не подржува листање корисници, или таа " "можност е оневозможена од други причини." #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "Ваше име:" #: login.php:290 msgid "Your login has expired." msgstr "" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 msgid "Your session has expired. Please login again." msgstr "" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Извештај за проблемот]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Alias" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 msgid "_Configuration" msgstr "" #: lib/Api.php:52 msgid "_DataTree" msgstr "" #: lib/Api.php:37 msgid "_Groups" msgstr "" #: lib/Api.php:42 msgid "_Permissions" msgstr "" #: lib/Api.php:32 msgid "_Users" msgstr "" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Внимание" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/mk/LC_MESSAGES/horde.mo0000644000175000017500000001011113160205253021555 0ustar mathieumathieu4G\xy 17GLRev( 4Ldx  E&*%Qswl i u %{   I  * (I (r      # $< Ga      5 ;' c   4 . . 35 7i   $  ),=VY[OKQ*%(4,2/&.! $ -3 +" 1*0# ')24 hoursAM/PMAdd a new user:Add pairAdd userAdding users is disabled.AddressAvailable fields:Cancel Problem ReportClose WindowConfirm PasswordDDDeleteDescribe the ProblemErrorExample values:HelpHordeImported field: %sImported fields:Listing users is disabled.Log inMMMailNameNotesPasswordPasswords must match.Please provide a summary of the problem.Problem DescriptionRemove pairResetSelect the date delimiter:Select the date format:Select the time format:Send Problem ReportSpecial Character InputSuccessTitleURLUndo ChangesUsernameUsers in the system:WarningWelcome, %sYYYou must describe the problem before you can send the problem report.You must specify a username to remove.You must specify the username to add.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.[Problem Report]Project-Id-Version: mk_MK Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2003-06-26 15:18+0200 Last-Translator: Stojan Pesov Language-Team: Macedonian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.0.1 24 часаAM/PMДодади нов корисник:Додади парДодади корисникДодавањето на корисници е оневозможено.АдресаДостапни полиња:Откажи Проблем РепортЗатвори го прозорецотПотврди лозинкаDDИзбришиОпис на проблемотГрешкаПример:ПомошHordeИмпортирано поле: %sИмпортирани полиња:Листањето на корисници е оневозможено.ЛогирањеMMПоштаИмеЗабелешкиЛозинкаЛозинките мора да бидат исти.Ве молиме наведете го проблемот.Опис на проблемотОдстрани парResetИзбери сепаратор за датумот:Избери формат за датумот:Избери формат за времето:Прати извештај за проблемотВнесување на специјални знациУспешноНасловURLОткажи ги променитеКорисничко имеКорисници во системот:ВниманиеДобредојде, %sГГОпишете го проблемот пред да испратете извештај.Наведете кое корисничко име да се отстрани.Наведете кое корисничко име да се додаде.Вашиот авторизационен протокол не подржува листање корисници, или таа можност е оневозможена од други причини.[Извештај за проблемот]tmpIMUtxu/horde-5.2.17/locale/en/0000755000175000017500000000000013162206570016340 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/en/help.xml0000644000175000017500000000122613160205253020006 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. The contents of this portal page are customizable via the "Add Content" button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/pt/0000755000175000017500000000000013162206570016361 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pt/help.xml0000644000175000017500000000445613160205253020037 0ustar mathieumathieu A Página do Portal Esta página fornece um breve sumário de toda a sua informação importante. Por exemplo, pode mostrar quantas mensagens novas de e-mail existem na sua INBOX, os eventos agendados no seu calendário, tarefas na sua lista de afazeres,os cabeçalhos dos serviços de notícias seleccionados, e muito mais. Muitos destes sumários contêm atalhos rápidos para as funções mais comuns, como composição de uma nova mensagem de e-mail, criação de um novo calendário de eventos ou tarefas, etc. Os conteúdos deste portal são personalizáveis através de um botão de Layout. Por exemplo, pode escolher quais os items a incluir neste portal e a sua ordem de apresentação tmpIMUtxu/horde-5.2.17/locale/pt/LC_MESSAGES/0000755000175000017500000000000013162206570020146 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pt/LC_MESSAGES/horde.po0000644000175000017500000030777613160205253021626 0ustar mathieumathieu# Horde Portugal Portuguese translation. # Manuel Menezes de Sequeira , 2005. # Based on a previous translation by Nuno Loureiro , 2002. # msgid "" msgstr "" "Project-Id-Version: Horde 3.0-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2007-01-06 10:10-0000\n" "Last-Translator: Manuel Menezes de Sequeira \n" "Language-Team: Portugal Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " com " #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" foi adicionado ao sistema de grupos." #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\"' foi adicionado ao sistema de permissões." #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" não foi criado: %s." #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2f MB usados de %.2f MB autorizados (%.2f %%)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s e %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "%d dias até a sua palavra-passe expirar." #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s minutos" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s a %s de %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "previsão de %d dias" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Notificação" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Gerar Configuração %s" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Palavra-Passe com confirmação" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Termos do Acordo" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s em %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s está preparado para realizar as operações de manutenção assinaladas " "abaixo. Assinale as operações que deseja realizar neste momento. " #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "%s não foi encontrado." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr ", com rajadas" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr ", com rajadas %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", variável de %s a %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "Formato de 12 horas (AM/PM)" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "Formato de 24 horas" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 horas" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 #, fuzzy msgid "A characters" msgstr "Número de caracteres" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "Este bloco exige um mecanismo usando bases de dados." #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "Núvens de manhã" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "Chuva \"Molha-Tolos\"" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "Nevoeiro" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "Chuviscos de Manhã" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "Neve Ligeira de Manhã" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "Chuva de manhã" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "Aguaceiros de manhã" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "Neve à Tarde" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "Nevões de manhã" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "Sol à Tarde" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "Aguaceiros de manhã" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "Temporais-T à Tarde" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 msgid "Account Information" msgstr "Informação de Conta" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "Palavra-Passe da Conta" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Opções" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Administração de Utilizadores" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Adicionar" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Acrescentar Aqui:" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "Adicionar Membros" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "Adicionar um grupo filho a \"%s\"" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Addicionar Novo Grupo" #: admin/user.php:21 msgid "Add a new user:" msgstr "Adicionar novo utilizador:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Adicionar novo utilizador:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Adicionar parceiro" #: admin/user.php:22 msgid "Add user" msgstr "Adicionar utilizador" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Adicionei \"%s\" ao sistema, mas não pude adicionar informação de subscrição " "adicional: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Adicionei \"%s\" ao sistema. Já pode entrar." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "A adição de utilizadores está desactivada." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Endereço" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Contactos" #: admin/alarms.php:26 #, fuzzy msgid "Alarm end" msgstr "Arménia" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "Mensagem-pronto" #: admin/alarms.php:24 #, fuzzy msgid "Alarm title" msgstr "Títulos das colunas" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Alcunha" #: lib/Block/fortune.php:94 msgid "All" msgstr "Tudo" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Todos os Utilizadores Autenticados" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Todos os Grupos" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Entrada IMSP Alternativa" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Palavra-Passe IMSP Alternativa" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Nome de Utilizador IMSP Alternativo" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Endereço inválido" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "Ocorreu um erro desconhecido." #: services/resetpassword.php:48 msgid "Answer" msgstr "Resposta" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "Aplicação" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "Lista de Aplicações" #: util/icon_browser.php:45 msgid "Application List" msgstr "Lista de Aplicações" #: admin/config/index.php:160 msgid "Application is ready." msgstr "Aplicação pronta." #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "Aplicação pronta." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Aprovar" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "Arábico (Windows-1256)" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Tem a certeza que quer remover \"%s\" e quaisquer sub-grupos?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Tem a certeza que quer remover o pedido de subscrição para %s ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Tem a certeza que quer remover \"%s\" e quaisquer sub-grupos?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Arménio (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "Arte" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "Arte ASCII" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Tentativa de remoção de um grupo inexistente." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Tentativa de remoção de uma permissão inexistente." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Tentativa de edição de uma permissão inexistente." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Tentativa de edição de uma partilha inexistente." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Todos os Utilizadores Autenticados" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Campos disponíveis:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "Desculpas \"BOFH\"" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Báltico (ISO-8859-13)" #: themes/barbie/info.php:2 #, fuzzy msgid "Barbie" msgstr "Barém" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "A pasta base de gráficos \"%s\" não foi encontrada." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Configurações de Blocos" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipo de Bloco" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Lua Nova" #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "Localização e Fuso Horário" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Marcadores" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Ambas" #: themes/brown/info.php:2 #, fuzzy msgid "Brown" msgstr "Botsuana" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Linhas:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" # c-format #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "Inicialização da \"cache\" não foi concluída." #: config/registry.php.dist:157 msgid "Calendar" msgstr "Calendário" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "Calmo" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Cancelar" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Cancelar Relatório de Problemas" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Cancelar" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Não é possível reiniciar a palavra-passe automaticamente, contacte o seu " "administrador de sistemas." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Categorias e Cores" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Céltico (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Europa Central (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Alterar" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Altere a Sua Palavra-Passe" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Altere o nome e endereço que as pessoas verão quando lerem e responderem às " "suas mensagens." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Não é possível alterar a sua palavra-passe com a configuração corrente. " "Contacte o seu administrador de sistemas." #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "República do Chile" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "Veri_ficar Ligação..." #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "República do Chile" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Chinês Simplificados (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Chinês Tradicional (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Cursos" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Escolha como mostrar as datas:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Escolha como mostrar as datas:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Escolha como mostrar as datas:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Limpar" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "Limpar Interrogação" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Limpar dados do utilizador: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Limpar dados do utilizador" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Limpar dados do utilizador" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "Chuva Matinal" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "Limpa Tarde" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Clique para Continuar" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Fechar janela" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "Núvens" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "Núvens Matinais" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Núvens" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "Enevoado" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Colapsar Barra Lateral" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Colapsar Barra Lateral" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Palete" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Comando" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Consola de Comandos" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Comentário" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "Computadores" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "Condição" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "Condições" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Reverter Configuração" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Diferenças de Configuração" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "A configuração está desactualizada" #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "\"Scripts\" de actualização disponíveis" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "Configurar %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Confirme a Palavra-Passe" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Continuar" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Bolinho chinês" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "Cores" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "Falha na ligação (bind) ao servidor LDAP." #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "Falha na ligação ao servidor LDAP." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Não foi possível conectar ao servidor \"%s\" usando FTP: %s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "Não foi possível conectar ao servidor \"%s\" usando FTP: %s" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Não foi possível remover o \"script\" de actualização \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Não foi possível reiniciar a palavra-passe do utilizador indicado. Algum ou " "todos os pormenores não estavam correctos. Por favor tente de novo ou " "contacte o seu administrador de sistemas se precisar de mais ajuda." #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "Não foi possível reverter a configuração." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Não foi possível guardar a configuração de salvaguarda: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Não foi possível guardar o \"script\" de actualização em: \"%s\"." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Não foi possível guardar a configuração de salvaguarda %s." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Não foi possível guardar o arquivo de configuração %s. Pode usar uma das " "opções para guardar o código em %s ou copiar manualmente o código abaixo " "para %s." #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Não foi possível escrever a configuração para \"%s\": %s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "País" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Criar" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Identidade Padrão" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "Quatro fases correntes" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Utilizadores Correntes" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "Sessões Correntes" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "Data/Hora" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "Estado do Tempo" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "Situação actual: " #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "Cirílico (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "Cirílico (Windows-1256)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cirílico/Ucraniano (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "Data" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "Ár_vore" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "Navegador de Árvore de Dados" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Listar Bases de Dados" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Data de Recepção" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; hora: %s" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "Dia" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "Por Omissão" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Cor Por Omissão" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "Consola de Comandos Por Omissão" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Definições" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Remover" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Remover" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "Remover Grupo" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "\"Script\" de actualização \"%s\" removido." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Descreva o Problema" #: config/registry.php.dist:239 msgid "Development" msgstr "Desenvolvimento" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Previsão" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Gestão de Ficheiros" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "%s escrito com sucesso" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "Ponto de Orvalho" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "Ponto de Orvalho na última hora: " #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "Ponto de orvalho: " #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "Listar Tabelas" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Mostrar tempos com 24 horas?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Mostrar previsão pormenorizada" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "Mostrar previsão pormenorizada" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Mostrar previsão (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Não remover" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Não remover" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "A primeira linha contém os nomes dos campos? Se sim, assinalar esta caixa:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Não tem uma conta? Subscreva o serviço." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Nenhuma" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Receber %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "Descarregar a configuração gerada como um \"script\" PHP." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "Chuva \"Molha-Tolos\"" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "Drogas" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "Número de caracteres" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Editar" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "\"%s\" actualizado." #: admin/groups.php:214 msgid "Edit Group" msgstr "Editar Grupo" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "Editar permissões de %s" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Editar Permissões" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Editar permissões de \"%s\"" #: lib/Block/fortune.php:42 msgid "Education" msgstr "Educação" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Endereço de Correio Electrónico" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Por favor introduza o nome da nova categoria:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Introduza uma pergunta de segurança que será convidado a responder se " "precisar de reiniciar a sua palavra-passe, e.g., 'como se chama o seu animal " "de estimação?':" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Erro" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Os detalhes foram enviados para o administrador do sistema." #: lib/Prefs/Ui.php:715 #, fuzzy msgid "Error deleting synchronization session:" msgstr "Erro ao remover âncora de sincronização: %s" #: lib/Prefs/Ui.php:722 #, fuzzy msgid "Error deleting synchronization sessions:" msgstr "Erro ao remover âncora de sincronização: %s" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Erro ao actualizar a palavra-passe: %s" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "Ético" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Cada 15 minutos" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Cada 2 minutos" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Cada 30 segundos" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Cada 5 minutos" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Cada meia hora" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Cada meia hora" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Cada minuto" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Valores exemplo:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "Executar" #: admin/sessions.php:30 msgid "Expand" msgstr "Expandir" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Guardei configuração %s." #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "Bom" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Endereço de Rua" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "Aparenta" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "Aparenta: " #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "Alguns Aguaceiros" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "Alguns Nevões" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "Gestão de Ficheiros" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Filtros" #: config/registry.php.dist:93 msgid "Filters" msgstr "Filtros" #: lib/Block/moon.php:164 msgid "First Half" msgstr "Quarto Crescente" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "Quarto Crescente" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "Nevoeiro" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "Núvens Matinais" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "Flutuante" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "Nevoeiro" #: lib/Block/fortune.php:44 msgid "Food" msgstr "Comida" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "Previsão (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Dias de Previsão (note-se que as previsões incluem tanto dias como noites; " "um valor demasiado grande pode resultar num bloco muito largo)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "Esqueceu-se da palavra-passe?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "Ditos" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "Tipo de ditos" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "Ditos" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "Ditos 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "Fóruns" #: config/registry.php.dist:113 msgid "Forwards" msgstr "Reenvios" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "Chuva \"Molha-Tolos\" Gelada" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "De " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Descrição Completa" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "Lua Cheia" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nome Completo" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "Gerar Configuração %s" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Código Gerado" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Ir" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Pesquisa Google" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Grego (ISO-8859-7)" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "Grécia" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "Guernsey" # #: admin/groups.php:195 msgid "Group Administration" msgstr "Administração de Grupos" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "\"%s\" não foi criado: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupos" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Permissões das Visitas" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "Neblina" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "Temporal-T Forte" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreu (ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "Altura" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Ajuda" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Mostrar Tópicos de Ajuda" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "Hemisfério" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Aqui está o início do arquivo:" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "Contactos" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Resultados" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "Alta" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "Directório Casa" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "Quantos campos (colunas) existem?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "Humidade" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "Humidade: " #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "Humoristas" #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "Número de caracteres" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Apenas Ícones" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ícones de %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Ícones com Texto" #: themes/ideas/info.php:2 #, fuzzy msgid "Ideas" msgstr "República da Índia" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Nome da identidade:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importar, Passo %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Campo importado: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Campos importados:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nome de utilizador ou endereço alternativo errados. Contacte o seu " "administrador de sistema para obter ajuda." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Utilizadores Individuais" #: templates/prefs/facebook.html:10 #, fuzzy msgid "Infinite sessions enabled." msgstr "Falha ao listar sessões: %s" #: config/registry.php.dist:281 msgid "Information" msgstr "Informação" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "Informação já não está disponível" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "Membros Herdados" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" "Introduza um endereço de correio electrónico onde possa receber a nova " "palavra-passe:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "Introduza a resposta exigida para a pergunta de segurança:" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr "Formato do arquivo inválido" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Aplicação inválida." #: admin/config/config.php:24 msgid "Invalid application." msgstr "Aplicação inválida." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "ID de lote (\"batch\") inválido." #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "Chave da licença inválida." #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "Localização inválida especificada." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "Permissão parental inválida." #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "ID de parceiro inválido." #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "Código de produto inválido." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "Temporais-T Isolados" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "Japonês (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "Novatos no \"Kernel\"" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "Miúdos" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "Coreano (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Idioma" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Alvo:" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "Quarto Decrescente" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "Última Alteração de Palavra-Passe" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "Quarto Decrescente" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Localização e Fuso Horário" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "Última Actualização:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Última entrada: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Última entrada: %s de %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Última entrada: Nunca" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Lesoto" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Calendário" #: lib/Block/fortune.php:51 msgid "Law" msgstr "Lei" #: themes/lightblue/info.php:2 #, fuzzy msgid "Light Blue" msgstr "Valores à direita" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "Chuva \"Molha-Tolos\"" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "Chuviscos" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "Chuviscos Matinais" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "Chuviscos Vespertinos" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "Pequeno Aguaceiro" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "Chuvisco com Trovoada" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "Queda de Neve" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "Chuviscos Matinais" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "Chuviscos Vespertinos" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "Neve" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "Ligação" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "\"Limerick\"" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Bolinho linuxês" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "Listar Tabelas" #: admin/alarms.php:130 #, fuzzy, php-format msgid "Listing alarms failed: %s" msgstr "Falha ao listar utilizadores: %s" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "Falha ao listar sessões: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "A listagem de utilizadores está desactivada." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "Literatura:" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "Tempo local:" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Localização e Fuso Horário" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Localização" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Entrar" #: lib/Block/account.php:64 msgid "Login" msgstr "Entrar" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "A autenticação falhou por o Nome de Utilizador ou a Palavra-Passe estarem " "incorrectos." #: login.php:282 msgid "Login failed." msgstr "A autenticação falhou." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "Amor" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "Baixo" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "Magia" #: config/registry.php.dist:85 msgid "Mail" msgstr "Correio" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "Administração de Correio" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Gira a lista de categorias que pode atribuir aos itens, bem como as cores " "que lhes estão associadas." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Campos que correspondem" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "Temperatura máxima nas últimas 24 horas: " #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "Temperatura máxima nas últimas 6 horas: " #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "Número Máximo de Blocos de Portal" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "Número Máximo de Blocos de Portal" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/iframe.php:27 #, fuzzy msgid "Medium" msgstr "Bélgica" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Membros" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Modo do menu:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "Meteorologia METAR" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Bloco METAR indisponível." #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" "Bloco METAR indisponível. Os pormenores foram registados para o " "administrador." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "A MetarDB não está conectada." #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "Métrico" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "Temperatura mínima nas últimas 24 horas" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "Temperatura mínima nas últimas 6 horas" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "Miscelânea" #: admin/config/index.php:135 #, fuzzy msgid "" "Missing configuration. You must generate it before using this application." msgstr "" "Configuração em falta. Terá de a gerar agora se quiser usar esta aplicação." #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "Moderado" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Hoje" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "Fase da Lua" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "Sobretudo Limpo" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "Sobretudo Enevoado" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Sobretudo Enevoado e Ventoso" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "Sobretudo Solarengo" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "A Minha Conta" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "Neve Ligeira de Manhã" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "O Meu Portal" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "Disposição do Portal" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "Não, não concordo" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Nome" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Nunca" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nova Categoria" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Mensagem" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "Lua Nova" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Novo Nome de Utilizador (opcional)" #: services/changepassword.php:29 msgid "New password" msgstr "Nova palavra-passe" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "As novas palavras-passe não correspondem." #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Notícias" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Próxima" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "Próximas 4 Fases" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "Noite" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "Não encontrado." #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "Não há dados de configuração disponíveis em relação aos quais mostrar " "diferenças." #: admin/config/diff.php:39 msgid "No change." msgstr "Sem modificações." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ícones não encontrados." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "Falta indicar uma localização." #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "A localização não foi especificada." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "Sem ditos ofensivos" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Não há subscrições pendentes." #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "Não há pasta temporária disponível para \"cache\"." #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "Nenhum nome especificado." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Não foi encontrada versão na configuração original. Regenerar configuração." #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "Não foi encontrada versão na sua configuração. Regenerar configuração." #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Nenhuma" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "Nórdico (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "Hemisfério Norte" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "Editar Permissões" #: config/registry.php.dist:211 msgid "Notes" msgstr "Notas" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Nada para navegar, volte para trás." #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "Número de caracteres" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "Número de caracteres" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Criador do Objecto" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "Filtro de material ofensivo" #: config/registry.php.dist:301 msgid "Office" msgstr "Gabinete" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "A nova palavra-passe tem de ser diferente da antiga." #: services/changepassword.php:28 msgid "Old password" msgstr "Palavra-passe antiga" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Palavra-passe antiga incorrecta." #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "Apenas ditos ofensivos" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Apenas o dono ou um administrador de sistemas pode alterar a titularidade de " "uma partilha ou as permissões do seu dono" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "Sistema Operativo" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Escolha um Nome de Utilizador" #: config/registry.php.dist:135 msgid "Organizing" msgstr "Organização" #: services/keyboard.php:124 msgid "Other" msgstr "Outro" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Outras Informações" #: services/keyboard.php:122 #, fuzzy msgid "Other characters" msgstr "Número de caracteres" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "Listagem-Dono" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 #, fuzzy msgid "Owner:" msgstr "Listagem-Dono" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "Código PHP" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "Comandos PHP" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Núvens de manhã" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "Chuva \"Molha-Tolos\"" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "Nevoeiro" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "Chuviscos pela Tarde" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "Neve Ligeira de Manhã" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "Chuva à Tarde" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "Aguaceiros de Tarde" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "Neve à Tarde" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "Nevões à Tarde" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "Sol à Tarde" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "Aguaceiros de Tarde" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "Temporais-T à Tarde" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "Falta extensão POSIX" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "Comandos P_HP" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "Parcialmente Encoberto" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Palavra-Passe" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Palavra-passe alterada com sucesso." #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Palavra-Passe:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "As palavras-passe têm de ser iguais." #: admin/sqlshell.php:100 msgid "Paste" msgstr "Colar" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Subscrições Pendentes:" #: lib/Block/fortune.php:61 msgid "People" msgstr "Pessoas" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Tarefas de Entrada" # c-format #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "A permissão \"%s\" não foi removida." #: admin/perms/index.php:23 msgid "Permissions" msgstr "Permissões" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Administração de Permissões" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Informações Pessoais" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "Animais de Estimação" #: config/registry.php.dist:385 msgid "Photos" msgstr "Fotografias" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "Platitudes" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Por favor introduza uma hora válida." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Por favor introduza uma hora válida." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Por favor, forneça uma breve descrição do problema." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Por favor leia o texto seguinte. Tem de CONCORDAR com os seus termos para " "usar o sistema." #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "Animais de Estimação" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "Chave Pública" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "Chave Pública" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "Política" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s e %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Continuar" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitação nas últimas %s hora(s): " msgstr[1] "Precipitação nas últimas %s hora(s): " #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "Probabilidade de
Precipitação" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "Pressão" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "Pressão ao nível do mar: " #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "Pressão: " #: services/problem.php:145 msgid "Problem Description" msgstr "Descrição do Problema" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Permissão" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "Interrogação" #: lib/Block/account.php:83 msgid "Quota" msgstr "Quota" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "Chuva" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "Chuva Matinal" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "Chuva Vespertina" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "Aguaceiro" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "Chuva e Neve" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "Chuva a Neve" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "Dito Aleatório" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Ler" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Ler mensagens" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Quer mesmo remover %s? Esta operação não tem regresso." #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Remover mesmo os dados do utilizador %s? Esta operação não tem regresso." #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "Refrescar Elementos de Menu Dinâmico:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Refrescar Visualização do Portal:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Refrescar Visualização do Portal:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "Observações" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Remover o" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Servidores Remotos" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "URL Remoto (http://www.exemplo.pt/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Remover" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Remover par" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "Remover o \"script\" guardado da pasta temporária do servidor." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Remover Utilizador" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Remover utilizador: %s" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Nepal" #: admin/activesync.php:138 #, fuzzy msgid "Reprovision All Devices" msgstr "Permissão Negada" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "O serviço pedido não foi encontrada." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Limpar" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Reiniciar Palavra-Passe" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "Reinicie a Sua Palavra-Passe" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "Recuperar Última Interrogação" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "Resultados" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Resultados" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Voltar às Opções" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Limpar" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Reintroduza a nova palavra-passe" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "Reverter Configuração" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "Adivinhas" #: admin/sqlshell.php:101 msgid "Run" msgstr "Executar" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "Comandos SQL" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "Comandos S_QL" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Guardar" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "Guardar \"%s\"" #: templates/shares/edit.inc:331 #, fuzzy msgid "Save and Finish" msgstr "São Tomé e Príncipe" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Guardar configuração gerada como um \"script\" PHP no directório temporário " "do seu servidor." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Guardei o \"script\" de actualização em: \"%s\"." #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "Temporais-T Dispersos" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "Temporais-T Dispersos" #: lib/Block/fortune.php:66 msgid "Science" msgstr "Ciência" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Procurar" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Procurar" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Procurar" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Seleccione um grupo a acrescentar" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Seleccionar um novo dono" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Seleccione um servidor" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Seleccione um utilizador a adicionar" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Seleccione os caracteres nas caixas abaixo. Poderá então copiá-los e colá-" "los na área de texto." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Seleccione o formato da data e da hora:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Seleccione o delimitador da data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Seleccione o formato da data:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Seleccione a ordem do dia e hora:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Seleccione o delimitador das horas:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Seleccione o formato da hora:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Escolha o seu conjunto de cores." #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Seleccione o seu idioma preferido:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Enviar Relatório de Problemas" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr " Sensor: " #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Momento de entrega" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "Dados do servidor errados ou indisponíveis." #: admin/sessions.php:14 msgid "Session Admin" msgstr "Administração de Sessões" #: admin/sessions.php:37 #, fuzzy msgid "Session Timestamp:" msgstr "Sessões" #: lib/Api.php:57 msgid "Sessions" msgstr "Sessões" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Estabeleça opções que lhe permitam reiniciar a sua palavra-passe se alguma " "vez dela se esquecer." #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "Especificar servidores remotos que deseja aceder no seu portal." #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "" "Seleccione o seu idioma preferido, o seu fuso horário e as suas opções de " "datas." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Escolha a sua aplicação inicial, o esquema de cores, o refrescamento de " "páginas e outras opções de visualização." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "Várias localizações possíveis com o parâmetro: " #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Breve Sumário" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "Devem-se definir teclas de acesso para a maioria das ligações?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Mostrar" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "mostrar diferenças" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Mostrar diferenças entre a configuração guardada e aque foi agora gerada." #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "Mostrar momento da última entrada no sistema?" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "Notificação de Disposição" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Mostrar o Menu %s à esquerda?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "Aguaceiros" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "Aguaceiros Matinais" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "Aguaceiros Vespertinos" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "Aguaceiros na Vizinhança" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Tarefas de Entrada" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "Somália" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "Neve" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "Aguaceiros Matinais" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "Aguaceiros Vespertinos" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "Nevão" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "Nevões" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "Nevões Matinais" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "Nevões Vespertinos" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "Altura de neve: " #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "Mostrar equivalente na água: " #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "Canções e Poemas" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "Europa do Sul (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "Hemisfério Sul" #: config/registry.php.dist:102 msgid "Spam" msgstr "Correio não solicitado" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Inserir Caracter Especial" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "Desportos" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "Padrão" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Status" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Sub-pasta \"%s\" não foi encontrada." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Submetido pedido para adicionar \"%s\" ao sistema. Não poderá entrar " "enquanto o seu pedido não for aprovado." #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Sucesso" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" adicionado com sucesso ao sistema." #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" "Limpeza do sistema dos dados do utilizador \"%s\" realizada com sucesso." #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Remoção de \"%s\" com sucesso." #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Remoção de \"%s\" do sistema com sucesso." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Configuração revertida com sucesso. Recarregue para ver as mudanças." #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "Configuração de salvaguarda guardada com sucesso." #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Ficheiro de configuração de salvaguarda %s guardado com sucesso." #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" actualizado com sucesso" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "%s escrito com sucesso" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "Nascer do Sol" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "Pôr do Sol" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "República do Sudão" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "Solarengo" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "Nascer do Sol" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "Nascer/Pôr do Sol" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "Nascer do Sol: " #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "Pôr do Sol" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "Pôr do Sol: " #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Aguaceiros" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "Aguaceiros Matinais" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "Aguaceiros Vespertinos" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "Temporal-T" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "Temporal-T e Ventoso" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "Temporais-T" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "Temporais-T Matinais" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "Temporais-T" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Núvens de manhã" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Tarefas" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Nepal" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "Temperatura da última hora:" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "Temperatura" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "Temperatura: " #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatura
(%sAlta%s/%sBaixa%s) °%s" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Ocorreu um erro ao actualizar os pormenores do contacto. Por favor tente de " "novo mais tarde." #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Alinhamento do texto" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Apenas Texto" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "Tailandês (TIS-620)" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "O servidor \"%s\" foi removido." #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "O servidor \"%s\" foi removido." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "O servidor \"%s\" foi guardado." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "O servidor \"%s\" foi removido." #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "O servidor \"%s\" foi guardado." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "O pedido de subscrição de %s foi removido." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "O pedido de subscrição de %s foi removido." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "O Nome de Utilizador \"%s\" já existe." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "O arquivo temporário \"%s\" não existe." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "O bloco weather.com não está disponível." #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "A pasta de temas \"%s\" não foi encontrada." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "A pasta de temas \"%s\" não foi encontrada." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Ocorreu um problema na adição de \"%s\" ao sistema: %s" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Ocorreu um problema ao limpar os dados do utilizador \"%s\" do sistema." #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Ocorreu um problema na remoção de \"%s\" do sistema." #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Ocorreu um problema ao actualizar \"%s\": %s." #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Ocorreu um erro ao importar dados iCalendar." #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Ocorreu um erro no formulário de configuração. Talvez tenha omitido um campo " "obrigatório." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Ocorreu um erro ao importar dados de contacto." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "Trovoada" #: config/registry.php.dist:260 msgid "Tickets" msgstr "Bilhetes" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "Seguimento Temporal" #: lib/Block/time.php:23 msgid "Time format" msgstr "Formato do tempo" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Marca temporal ou desconhecido" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Título" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Para seleccionar múltiplos itens, carregue em Control (PC) ou Command (Mac) " "enquanto clicar." #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "Hoje" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "Amanhã" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "Traduções" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "Turco (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Texto" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Outras Informações" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "Editar permissões de %s" #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "Número de caracteres" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "Índice U.V.: " #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Não foi possível remover \"%s\": %s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Não foi possível remover \"%s\": %s." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Não foi possível criar o arquivo VFS." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Desfazer Alterações" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Sem categoria" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "Unidades" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "Foi fornecida uma localização desconhecida." #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Modificar" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Actualizar %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "Actualizar utilizador" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" actualizado." #: admin/config/index.php:190 msgid "Upload" msgstr "Upload" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "Carregados no servidor todos os arquivos de instalação de aplicações." #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" "Usar se o nome de utilizador ou a palavra-passe forem diferentes no servidor " "IMSP." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "Utilizador" #: admin/user.php:224 msgid "User Administration" msgstr "Administração de Utilizadores" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Usar o Corrente: %s" #: signup.php:67 msgid "User Registration" msgstr "Registo de Utilizadores" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "O Registo de Utilizadores está inactivo." #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "O Registo de Utilizadores está inactivo." #: lib/Block/account.php:561 msgid "User account not found" msgstr "Conta de utilizador não encontrada." #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Seleccione um utilizador a adicionar" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Nome de Utilizador" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Nome de Utilizador:" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "_Utilizadores" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Utilizadores do sistema:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "Número" #: config/registry.php.dist:122 msgid "Vacation" msgstr "Ausência" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "Variável" #: config/registry.php.dist:246 msgid "Version Control" msgstr "Controlo de Versões" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "Muito Alto" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "Ver uma página externa" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "Visibilidade" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "Visibilidade: " #: lib/Block/account.php:98 msgid "Warning" msgstr "Aviso" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "Previsão do Tempo" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "Dados meteorológicos fornecidos por" #: config/registry.php.dist:369 msgid "Web Site" msgstr "Página" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Bem-vinda(o)" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Bem-vinda(o) a %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Bem-vinda(o), %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "Ocidental (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "Ocidental (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "Que aplicação deve o %s mostrar após a entrada?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Qual é o caractere delimitador?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "Qual é o caractere de citação?" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "Que fases" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Mostrar o Menu %s à esquerda?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "Wiki" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "Vento" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "Vento Matinal" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Chuva Vespertina" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "Velocidade do vento em nós" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "Vento:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "Vento: " #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Vento" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "4ª" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "Sabedoria" #: lib/Block/fortune.php:72 msgid "Work" msgstr "Trabalho" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "Referências cruzadas" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "Sim, Concordo" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:327 #, fuzzy msgid "You are not allowed to delete groups." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:820 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:448 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:786 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Não tem permissão para criar mais de %d blocos." #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "Acabou de sair." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Deve descrever o problema antes de enviar o relatório." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "Tem de seleccionar um servidor a remover." #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "Deve especificar o utilizador a limpar." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Deve especificar o nome do utilizador a remover." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Tem de especificar o nome do utilizador a adicionar." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "Tem de especificar o utilizador a actualizar." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "O seu Endereço de Correio Electrónico:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "A sua Informação" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "O seu endereço IP parece ter mudado desde o início da sessão %s. Para " "garantir a sua segurança, deve autenticar-se de novo." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "O Seu Nome" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "O seu mecanismo de autenticação não suporta a adição de utilizadores. Se " "deseja usar o Horde para administrar contas de utilizadores, terá de " "recorrer a um outro mecanismo de autenticação." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "O seu mecanismo de autenticação não suporta listagem de utilizadores ou esta " "opção foi desactivada por algum outro motivo." #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "O seu navegador parece ter mudado desde o início da sessão %s. Para garantir " "a sua segurança, deve autenticar-se de novo." #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "O seu navegador não suporta esta funcionalidade." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Fuso horário actual:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Nome completo:" #: login.php:290 msgid "Your login has expired." msgstr "A sua entrada no sistema expirou." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "A sua nova palavra-passe para %s é: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "A sua palavra-passe foi recriada" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "A sua palavra-passe foi recriada, verifique o seu correio electrónico e " "entre com a sua nova palavra-passe." #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "A sua palavra-passe foi recriada, verifique o seu correio electrónico e " "entre com a sua nova palavra-passe." #: lib/Block/account.php:689 lib/Block/account.php:704 #, fuzzy msgid "Your password has expired" msgstr "A sua palavra-passe expirou." #: login.php:178 msgid "Your password has expired." msgstr "A sua palavra-passe expirou." #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Os seus servidores remotos:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "A sua sessão %s expirou. Por favor entre de novo." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Relatório de Problemas] " #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "Desconhecido" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Alcunha" #: lib/Api.php:72 msgid "_CLI" msgstr "_Consola" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Reverter Configuração" #: lib/Api.php:52 msgid "_DataTree" msgstr "Ár_vore" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grupos" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Permissões" #: lib/Api.php:32 msgid "_Users" msgstr "_Utilizadores" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "calmo" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "diminuindo" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "do %s (%s) às %s %s" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "rajadas" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "em linha" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "subindo" #: admin/config/config.php:80 msgid "show differences" msgstr "mostrar diferenças" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "estável" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "introduza a palavra-passe duas vezes, para confirmação" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "unificado" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/pt/LC_MESSAGES/horde.mo0000644000175000017500000012054113160205253021602 0ustar mathieumathieu\)%22$2)22&2 3$#3H3 X3d3 z3 3 333333.3 4 (4 64D4 L4W4g4m444 4 44444N4-75e55 555 55556666 =6I6Z6p6x68666 6'6,7*?7%j77 77'77 7 88838<8A8H8@^888888T9dY9999 9: :%: 5:C: U:b: i:v:}: :: : : : ::: ;;&;/;6;!U;.w;;I<(i<0<<*V===== ===== >)>,>=> B>P>c>g> o> }> >> >> > >> >>?-?CD?? ?/??? ?? @ @{,@@@@@@@AA #A0A@AHAOA TA _A lAxA AA A AAAA|ALBbB jBwB BBBB BB B BBBCC CC/CDCKC]C bCpCCC C"CCCC$CC D D D (D5DEDVDfDyDjDD E E3EBEE4EEEEFF1FGFYFpFFFF FF F FFFFG G !G,G=GMG_G wGGG G GGG G GHHH%HG+H sHHHHHH HhH I%I=I]IfI nI yIIJIIJJ'J ?JMJ VJ bJ oJ}J J JJ JJJJJ J KK +K8KSKXK ]KkK8qK KKKKKL+LEELALLLLLMM,M;M(BM kMxMM\M N N&N,N>N GN QN_N gNrNzNN NN N NNN NOOO0O7O TO`O{OOO O(OPO!P*PDPMP ePpPPPP P P P P PPPPQQ!Q*0Q[Q bQ6nQ QQ%QQQQR#R+R?RTR\R `RjR nRyR ~RRRRRRRi S wSSSSSTT7TWTkT#tT TT?T/T U--U[UO`U%UUU U VV/V 4V @VMV`V rVV VVVVVVV WWWd3WW&W8WX*X;FX(X4XXXYY!Y'Y/Y >YHYOYXY`YrY{YYY Y Y(Y YY!Z#Z'CZ kZ1ZAZ3[%4[TZ[[[ [ [[[[[ \\ %\2\6\ Q\^\f\v\|\\ \ \ \\2\\]]2']Z]q] z]]]]] ]]] ] ] ^^$^=^F^ N^ \^h^}^/^ ^^ ___ _#_7_=_D_K_P_V_ Y_f_E_(_)_&`%@`(f``` ``s_a+aab'b?b_bQ|bbbbcc c$c ,c9c@cEcMcgcocvc}cc"cc cwcDe)Je/tee/e e)e#f8fKf _fkf ffffff4f*gq>q2r:rsss3s FsPs`stssssssss t tt +t LtYt atottt"ttttuK/u){u u9uuu uv v!+vMvv&v w'w7wFwWwfw uwwwwww wwwwww xx%x,x!\#~ " #,-Zv?4@DLL.Ȑ 7<CK\pΑޑ  ",#3mWŒ'͒F<)[G3͓BDa x  ͔ ٔ  (0 M Y-g Օ+*6JE4ǖ+](ܗ $#H ^l|- ˘R MXx)$ߙ  )3 HSg $ٚ (2@ s! ś ˛ٛ - 0>7N)'0؜4 ->(l x1*@!O'q l'D`f  Ǡܠ 8 K Uxmf:rZsc5%'sbF~+RU >1 wN;Y &"S$&Qdh7 GV6 G# Jq?zY[JRy7{N-9XgDQeC4?QCFH)DNn>5Zf pH!+//e-IE9[_ aD6]"X<',KW%P8m_V \>386Fn*2TT{x 0@=wOUS!Kc*L5z!$tAi%`Ru~:PW(.[,EhHB=j$Iji}pB(KZ r )Al3uv 7L=gA/\8oMb|9JG `^0<}dy-;@vMOYkTtkL^@I;MPV#X( *3WaBl4 ,241 O#].1\&?C"'ES+0q:)|U< o2. at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA database backend is required for this block.AM CloudsAM Light RainAM Light SnowAM RainAM ShowersAM Snow ShowersAM/PMAccount InformationAccount PasswordAddAdd Here:Add MembersAdd a child group to "%s"Add a new user:Add pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication ListApplication is ready.ApproveArabic (Windows-1256)Are you sure you wish to delete "%s" and any sub-groups?Armenian (ARMSCII-8)ArtAscii ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:BOFH ExcusesBaltic (ISO-8859-13)Base graphics directory "%s" not found.Block SettingsBlock TypeBookmarksBothCache init was not completed.CalendarCalmCancelCancel Problem ReportCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.Chinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear QueryClear out user: %sClear userClear user dataClearing LateClick to ContinueClose WindowCloudsClouds EarlyCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfiguration DifferencesConfiguration is out of date.Configure %sConfirm PasswordContinueCookieCould not bind to LDAP server.Could not connect to LDAP server.Could not connect to server "%s" using FTP: %sCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCurrent 4 PhasesCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataTree BrowserDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsEditEdit GroupEdit permissions for "%s"EducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:ExecuteExpandFairFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFreezing DrizzleFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroupsGuest PermissionsHazeHeavy T-StormHebrew (ISO-8859-8-I)HeightHelpHemisphereHere is the beginning of the file:HighHome DirectoryHordeHow many fields (columns) are there?HumidityHumidity: HumoristsIcons OnlyIcons for %sIcons with textIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Kernel NewbiesKidsKorean (EUC-KR)LanguageLast HalfLast Password ChangeLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLawLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLimerickLinux CookieList TablesListing sessions failed: %sListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLogin failed because your username or password was entered incorrectly.Login failed.LoveLowMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMedicineMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousModerateMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.Object CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationPHP CodePHP ShellPM Light RainPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPrecipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Dynamic Menu Elements:Refresh Portal View:RemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sRequested service could not be found.ResetReset PasswordReset Your PasswordRestore Last QueryResultsRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave "%s"Save generated configuration as a PHP script to your server's temporary directory.Scattered T-StormsScienceSearchSelect a serverSelect the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server data wrong or not available.Session AdminSessionsSet up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: T-StormT-Storm and WindyT-StormsT-Storms EarlyTasksTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sText OnlyThai (TIS-620)The server "%s" has been deleted.The server "%s" has been saved.The weather.com block is not available.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error in the configuration form. Perhaps you left out a required field.ThunderTicketsTime TrackingTime formatTimestamp or unknownTitleTodayTomorrowTranslationsTurkish (ISO-8859-9)U.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.UserUser AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUsernameUsername:Users in the system:VacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which phasesWikiWindWind EarlyWind speed in knotsWind:Wind: WisdomWorkX-RefYYYes, I AgreeYou have been logged out.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your password has expired.Your remote servers:Zippy[Problem Report]_CLI_DataTree_Groups_Permissions_Userscalmfallingfrom the %s (%s) at %s %sgustinginlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 3.0-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2007-01-06 10:10-0000 Last-Translator: Manuel Menezes de Sequeira Language-Team: Portugal Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit com "%s" foi adicionado ao sistema de grupos."%s"' foi adicionado ao sistema de permissões."%s" não foi criado: %s.%.2f MB usados de %.2f MB autorizados (%.2f %%)%d %s e %s%d dias até a sua palavra-passe expirar.previsão de %d dias%s - Notificação%s Termos do Acordo%s em %s %s%s não foi encontrado., com rajadas, com rajadas %s %s, variável de %s a %sFormato de 12 horas (AM/PM)Formato de 24 horas24 horasEste bloco exige um mecanismo usando bases de dados.Núvens de manhãChuviscos de ManhãNeve Ligeira de ManhãChuva de manhãAguaceiros de manhãNevões de manhãAM/PMInformação de ContaPalavra-Passe da ContaAdicionarAcrescentar Aqui:Adicionar MembrosAdicionar um grupo filho a "%s"Adicionar novo utilizador:Adicionar parceiroAdicionar utilizadorAdicionei "%s" ao sistema, mas não pude adicionar informação de subscrição adicional: %s.Adicionei "%s" ao sistema. Já pode entrar.A adição de utilizadores está desactivada.EndereçoContactosTudoTodos os Utilizadores AutenticadosTodos os GruposEntrada IMSP AlternativaPalavra-Passe IMSP AlternativaNome de Utilizador IMSP AlternativoEndereço inválidoOcorreu um erro desconhecido.RespostaAplicaçãoLista de AplicaçõesAplicação pronta.AprovarArábico (Windows-1256)Tem a certeza que quer remover "%s" e quaisquer sub-grupos?Arménio (ARMSCII-8)ArteArte ASCIITentativa de remoção de um grupo inexistente.Tentativa de remoção de uma permissão inexistente.Tentativa de edição de uma permissão inexistente.Tentativa de edição de uma partilha inexistente.Campos disponíveis:Desculpas "BOFH"Báltico (ISO-8859-13)A pasta base de gráficos "%s" não foi encontrada.Configurações de BlocosTipo de BlocoMarcadoresAmbasInicialização da "cache" não foi concluída.CalendárioCalmoCancelarCancelar Relatório de ProblemasNão é possível reiniciar a palavra-passe automaticamente, contacte o seu administrador de sistemas.Categorias e CoresCéltico (ISO-8859-14)Europa Central (ISO-8859-2)AlterarAltere a Sua Palavra-PasseAltere o nome e endereço que as pessoas verão quando lerem e responderem às suas mensagens.Não é possível alterar a sua palavra-passe com a configuração corrente. Contacte o seu administrador de sistemas.Chinês Simplificados (GB2312)Chinês Tradicional (Big5)LimparLimpar InterrogaçãoLimpar dados do utilizador: %sLimpar dados do utilizadorLimpar dados do utilizadorLimpa TardeClique para ContinuarFechar janelaNúvensNúvens MatinaisEnevoadoColapsar Barra LateralPaleteComandoConsola de ComandosComputadoresCondiçãoCondiçõesDiferenças de ConfiguraçãoA configuração está desactualizadaConfigurar %sConfirme a Palavra-PasseContinuarBolinho chinêsFalha na ligação (bind) ao servidor LDAP.Falha na ligação ao servidor LDAP.Não foi possível conectar ao servidor "%s" usando FTP: %sNão foi possível reiniciar a palavra-passe do utilizador indicado. Algum ou todos os pormenores não estavam correctos. Por favor tente de novo ou contacte o seu administrador de sistemas se precisar de mais ajuda.Não foi possível reverter a configuração.Não foi possível guardar a configuração de salvaguarda: %sNão foi possível guardar a configuração de salvaguarda %s.Não foi possível guardar o arquivo de configuração %s. Pode usar uma das opções para guardar o código em %s ou copiar manualmente o código abaixo para %s.Não foi possível escrever a configuração para "%s": %sPaísCriarQuatro fases correntesSessões CorrentesData/HoraEstado do TempoSituação actual: Cirílico (KOI8-R)Cirílico (Windows-1256)Cirílico/Ucraniano (KOI8-U)DDNavegador de Árvore de DadosDataData de RecepçãoData: %s; hora: %sDiaPor OmissãoCor Por OmissãoConsola de Comandos Por OmissãoDefiniçõesRemoverRemover GrupoDescreva o ProblemaDesenvolvimentoPonto de OrvalhoPonto de Orvalho na última hora: Ponto de orvalho: Mostrar tempos com 24 horas?Mostrar previsão pormenorizadaMostrar previsão (TAF)A primeira linha contém os nomes dos campos? Se sim, assinalar esta caixa:Não tem uma conta? Subscreva o serviço.Receber %sDescarregar a configuração gerada como um "script" PHP.DrogasEditarEditar GrupoEditar permissões de "%s"EducaçãoEndereço de Correio ElectrónicoIntroduza uma pergunta de segurança que será convidado a responder se precisar de reiniciar a sua palavra-passe, e.g., 'como se chama o seu animal de estimação?':ErroErro ao actualizar a palavra-passe: %sÉticoCada 15 minutosCada 2 minutosCada 30 segundosCada 5 minutosCada meia horaCada minutoValores exemplo:ExecutarExpandirBomAparentaAparenta: Alguns AguaceirosAlguns NevõesGestão de FicheirosFiltrosQuarto CrescenteQuarto CrescenteNevoeiroComidaPrevisão (TAF)Dias de Previsão (note-se que as previsões incluem tanto dias como noites; um valor demasiado grande pode resultar num bloco muito largo)Esqueceu-se da palavra-passe?DitosTipo de ditosDitosDitos 2FórunsReenviosChuva "Molha-Tolos" GeladaDe Descrição CompletaLua CheiaNome CompletoGerar Configuração %sCódigo GeradoIrGödelPesquisa GoogleGrego (ISO-8859-7)Administração de GruposGruposPermissões das VisitasNeblinaTemporal-T ForteHebreu (ISO-8859-8-I)AlturaAjudaHemisférioAqui está o início do arquivo:AltaDirectório CasaHordeQuantos campos (colunas) existem?HumidadeHumidade: HumoristasApenas ÍconesÍcones de %sÍcones com TextoNome da identidade:Importar, Passo %dCampo importado: %sCampos importados:Nome de utilizador ou endereço alternativo errados. Contacte o seu administrador de sistema para obter ajuda.Utilizadores IndividuaisInformaçãoInformação já não está disponívelMembros HerdadosIntroduza um endereço de correio electrónico onde possa receber a nova palavra-passe:Introduza a resposta exigida para a pergunta de segurança:Aplicação inválida.Chave da licença inválida.Localização inválida especificada.Permissão parental inválida.ID de parceiro inválido.Código de produto inválido.Temporais-T IsoladosJaponês (ISO-2022-JP)Novatos no "Kernel"MiúdosCoreano (EUC-KR)IdiomaQuarto DecrescenteÚltima Alteração de Palavra-PasseQuarto DecrescenteÚltima Actualização:Última entrada: %sÚltima entrada: %s de %sÚltima entrada: NuncaLeiChuva "Molha-Tolos"ChuviscosChuviscos MatinaisChuviscos VespertinosPequeno AguaceiroChuvisco com TrovoadaQueda de NeveNeve"Limerick"Bolinho linuxêsListar TabelasFalha ao listar sessões: %sA listagem de utilizadores está desactivada.Literatura:Tempo local:Localização e Fuso HorárioLocalizaçãoEntrarEntrarA autenticação falhou por o Nome de Utilizador ou a Palavra-Passe estarem incorrectos.A autenticação falhou.AmorBaixoMMMagiaCorreioAdministração de CorreioGira a lista de categorias que pode atribuir aos itens, bem como as cores que lhes estão associadas.Temperatura máxima nas últimas 24 horas: Temperatura máxima nas últimas 6 horas: Número Máximo de Blocos de PortalMedicinaMembrosModo do menu:Meteorologia METARBloco METAR indisponível.Bloco METAR indisponível. Os pormenores foram registados para o administrador.A MetarDB não está conectada.MétricoTemperatura mínima nas últimas 24 horasTemperatura mínima nas últimas 6 horasMiscelâneaModeradoFase da LuaSobretudo LimpoSobretudo EnevoadoSobretudo Enevoado e VentosoSobretudo SolarengoA Minha ContaNeve Ligeira de ManhãO Meu PortalDisposição do PortalNão, não concordoNomeNuncaNova CategoriaLua NovaNovo Nome de Utilizador (opcional)Nova palavra-passeAs novas palavras-passe não correspondem.NotíciasPróximaPróximas 4 FasesNoiteNão há dados de configuração disponíveis em relação aos quais mostrar diferenças.Sem modificações.Ícones não encontrados.Falta indicar uma localização.A localização não foi especificada.Sem ditos ofensivosNão há subscrições pendentes.Não há pasta temporária disponível para "cache".Não foi encontrada versão na configuração original. Regenerar configuração.Não foi encontrada versão na sua configuração. Regenerar configuração.NenhumaNórdico (ISO-8859-10)Hemisfério NorteNotasNada para navegar, volte para trás.Criador do ObjectoFiltro de material ofensivoGabineteA nova palavra-passe tem de ser diferente da antiga.Palavra-passe antigaPalavra-passe antiga incorrecta.Apenas ditos ofensivosApenas o dono ou um administrador de sistemas pode alterar a titularidade de uma partilha ou as permissões do seu donoSistema OperativoOrganizaçãoOutroOutras InformaçõesCódigo PHPComandos PHPChuviscos pela TardeChuva à TardeAguaceiros de TardeNeve à TardeNevões à TardeSol à TardeTemporais-T à TardeFalta extensão POSIXComandos P_HPParcialmente EncobertoPalavra-PassePalavra-passe alterada com sucesso.Palavra-Passe:As palavras-passe têm de ser iguais.ColarSubscrições Pendentes:PessoasA permissão "%s" não foi removida.PermissõesAdministração de PermissõesInformações PessoaisAnimais de EstimaçãoFotografiasPlatitudesPor favor, forneça uma breve descrição do problema.Por favor leia o texto seguinte. Tem de CONCORDAR com os seus termos para usar o sistema.PolíticaProbabilidade de
PrecipitaçãoPressãoPressão ao nível do mar: Pressão: Descrição do ProblemaInterrogaçãoQuotaChuvaChuva MatinalChuva VespertinaAguaceiroChuva e NeveChuva a NeveDito AleatórioLerRefrescar Elementos de Menu Dinâmico:Refrescar Visualização do Portal:ObservaçõesServidores RemotosURL Remoto (http://www.exemplo.pt/horde):RemoverRemover parRemover o "script" guardado da pasta temporária do servidor.Remover UtilizadorRemover utilizador: %sO serviço pedido não foi encontrada.LimparReiniciar Palavra-PasseReinicie a Sua Palavra-PasseRecuperar Última InterrogaçãoResultadosReintroduza a nova palavra-passeReverter ConfiguraçãoAdivinhasExecutarComandos SQLSSHComandos S_QLGuardarGuardar "%s"Guardar configuração gerada como um "script" PHP no directório temporário do seu servidor.Temporais-T DispersosCiênciaProcurarSeleccione um servidorSeleccione os caracteres nas caixas abaixo. Poderá então copiá-los e colá-los na área de texto.Seleccione o formato da data e da hora:Seleccione o delimitador da data:Seleccione o formato da data:Seleccione a ordem do dia e hora:Seleccione o delimitador das horas:Seleccione o formato da hora:Escolha o seu conjunto de cores.Seleccione o seu idioma preferido:Enviar Relatório de Problemas Sensor: Dados do servidor errados ou indisponíveis.Administração de SessõesSessõesEspecificar servidores remotos que deseja aceder no seu portal.Várias localizações possíveis com o parâmetro: Breve SumárioDevem-se definir teclas de acesso para a maioria das ligações?MostrarMostrar diferenças entre a configuração guardada e aque foi agora gerada.Mostrar momento da última entrada no sistema?Mostrar o Menu %s à esquerda?AguaceirosAguaceiros MatinaisAguaceiros VespertinosAguaceiros na VizinhançaNeveNevãoNevõesNevões MatinaisNevões VespertinosAltura de neve: Mostrar equivalente na água: Canções e PoemasEuropa do Sul (ISO-8859-3)Hemisfério SulCorreio não solicitadoInserir Caracter EspecialDesportosPadrãoStar TrekStatusSub-pasta "%s" não foi encontrada.Submetido pedido para adicionar "%s" ao sistema. Não poderá entrar enquanto o seu pedido não for aprovado.Sucesso"%s" adicionado com sucesso ao sistema.Limpeza do sistema dos dados do utilizador "%s" realizada com sucesso.Remoção de "%s" com sucesso.Remoção de "%s" do sistema com sucesso.Configuração revertida com sucesso. Recarregue para ver as mudanças.Configuração de salvaguarda guardada com sucesso.Ficheiro de configuração de salvaguarda %s guardado com sucesso."%s" actualizado com sucesso%s escrito com sucessoNascer do SolPôr do SolSolarengoNascer do SolNascer/Pôr do SolNascer do Sol: Pôr do SolPôr do Sol: Temporal-TTemporal-T e VentosoTemporais-TTemporais-T MatinaisTarefasTemperatura da última hora:TemperaturaTemperatura: Temperatura
(%sAlta%s/%sBaixa%s) °%sApenas TextoTailandês (TIS-620)O servidor "%s" foi removido.O servidor "%s" foi guardado.O bloco weather.com não está disponível.A pasta de temas "%s" não foi encontrada.Ocorreu um problema na adição de "%s" ao sistema: %sOcorreu um problema ao limpar os dados do utilizador "%s" do sistema.Ocorreu um problema na remoção de "%s" do sistema.Ocorreu um problema ao actualizar "%s": %s.Ocorreu um erro no formulário de configuração. Talvez tenha omitido um campo obrigatório.TrovoadaBilhetesSeguimento TemporalFormato do tempoMarca temporal ou desconhecidoTítuloHojeAmanhãTraduçõesTurco (ISO-8859-9)Índice U.V.: URLNão foi possível remover "%s": %s.Desfazer AlteraçõesSem categoriaUnicode (UTF-8)UnidadesFoi fornecida uma localização desconhecida.ModificarActualizar %sActualizar utilizador"%s" actualizado.UploadUsar se o nome de utilizador ou a palavra-passe forem diferentes no servidor IMSP.UtilizadorAdministração de UtilizadoresRegisto de UtilizadoresO Registo de Utilizadores está inactivo.Conta de utilizador não encontrada.Nome de UtilizadorNome de Utilizador:Utilizadores do sistema:AusênciaVariávelControlo de VersõesMuito AltoVietnamita (VISCII)Ver uma página externaVisibilidadeVisibilidade: AvisoPrevisão do TempoDados meteorológicos fornecidos porPáginaBem-vinda(o)Bem-vinda(o) a %sBem-vinda(o), %sOcidental (ISO-8859-1)Ocidental (ISO-8859-15)Que aplicação deve o %s mostrar após a entrada?Qual é o caractere delimitador?Qual é o caractere de citação?Que fasesWikiVentoVento MatinalVelocidade do vento em nósVento:Vento: SabedoriaTrabalhoReferências cruzadasAASim, ConcordoAcabou de sair.Deve descrever o problema antes de enviar o relatório.Tem de seleccionar um servidor a remover.Deve especificar o utilizador a limpar.Deve especificar o nome do utilizador a remover.Tem de especificar o nome do utilizador a adicionar.Tem de especificar o utilizador a actualizar.O seu Endereço de Correio Electrónico:A sua InformaçãoO Seu NomeO seu mecanismo de autenticação não suporta a adição de utilizadores. Se deseja usar o Horde para administrar contas de utilizadores, terá de recorrer a um outro mecanismo de autenticação.O seu mecanismo de autenticação não suporta listagem de utilizadores ou esta opção foi desactivada por algum outro motivo.O seu navegador não suporta esta funcionalidade.Fuso horário actual:Nome completo:A sua entrada no sistema expirou.A sua nova palavra-passe para %s é: %sA sua palavra-passe foi recriadaA sua palavra-passe foi recriada, verifique o seu correio electrónico e entre com a sua nova palavra-passe.A sua palavra-passe expirou.Os seus servidores remotos:Zippy[Relatório de Problemas] _ConsolaÁr_vore_Grupos_Permissões_Utilizadorescalmodiminuindodo %s (%s) às %s %srajadasem linhasubindomostrar diferençasestávelintroduza a palavra-passe duas vezes, para confirmaçãounificadoweather.comtmpIMUtxu/horde-5.2.17/locale/sv/0000755000175000017500000000000013162206570016366 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sv/help.xml0000644000175000017500000000143113160205253020032 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/sv/LC_MESSAGES/0000755000175000017500000000000013162206570020153 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sv/LC_MESSAGES/horde.po0000644000175000017500000032210013160205253021605 0ustar mathieumathieu# Horde Swedish translation # Copyright 2002-2005 Andreas Dahlén. # Andreas Dahlén , 2005. # Updates by Jakob Alvermark 2012-05-25 # msgid "" msgstr "" "Project-Id-Version: Horde 3.0-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2012-05-24 10:00+0200\n" "PO-Revision-Date: 2012-05-04 15:48+0100\n" "Last-Translator: Jakob Alvermark \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: lib/Block/Weatherdotcom.php:240 lib/Block/Weatherdotcom.php:343 #: lib/Block/Weatherdotcom.php:389 msgid " at " msgstr " vid " #: admin/groups.php:33 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" lades till i gruppsystemet." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" lades till i behörighetssystemet." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" skapades inte: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB använt av %.2fMB (%2f%%)" #: lib/Block/Weather.php:197 lib/Block/Weatherdotcom.php:221 #, php-format msgid "%d %s and %s" msgstr "%d %s och %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Ditt lösenord går ut om %d dagar." #: lib/Block/Metar.php:259 #, php-format msgid "%d minutes" msgstr "%d minuter" #: services/facebook/index.php:122 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d person gillar detta" msgstr[1] "%d personer gillar detta" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d till %d av %d" #: lib/Block/Weather.php:237 lib/Block/Weatherdotcom.php:268 #, php-format msgid "%d-day forecast" msgstr "%d-dygnsprognos" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - För kännedom" #: admin/config/config.php:26 admin/config/index.php:358 #, php-format msgid "%s Configuration" msgstr "Konfiguration för %s" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s uppgifter - bekräftelse" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "Licensavtal för %s" #: lib/Block/Metar.php:132 lib/Block/Metar.php:138 lib/Block/Metar.php:212 #: lib/Block/Metar.php:318 lib/Block/Metar.php:324 #, php-format msgid "%s at %s %s" msgstr "%s vid %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s kommer att utföra de underhållsaktiviteterna som kryssats i nedan. Kryssa " "i de aktiviteter som du vill utföra." #: lib/Block/Weatherdotcom.php:347 lib/Block/Weatherdotcom.php:392 msgid ", gusting " msgstr ", byar" #: lib/Block/Metar.php:161 lib/Block/Metar.php:166 #, php-format msgid ", gusting %s %s" msgstr ", byar %s %s" #: lib/Block/Metar.php:174 #, php-format msgid ", variable from %s to %s" msgstr ", variabel mellan %s och %s" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-timmarsformat" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-timmarsformat" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 timmar" #: config/prefs.php:438 config/prefs.php:440 msgid "24-hour format" msgstr "24-timmarsformat" #: templates/prefs/facebook.html:14 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" " can kopplas till ditt Facebook-konto, men du måste logga in " "till Facebook manuellt varje gång." #: templates/prefs/facebook.html:49 msgid " cannot read information about your Facebook friends." msgstr " kan inte hämta information om dina Facebook-vänner." #: templates/prefs/facebook.html:37 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " kan inte hämta dina meddelanden och andra Facebook-data " #: templates/prefs/facebook.html:25 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " kan inte sätta din status eller posta annat innehåll till " "Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " kan kopplas till ditt Twitter-konto" #: services/keyboard.php:46 msgid "A characters" msgstr "Antal tecken" #: admin/activesync.php:36 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "En fjärradering har begärts. Enheten kommer att raderas vid nästa " "synkroniseringsförsök." #: admin/config/index.php:147 admin/config/index.php:188 #, php-format msgid "A newer version (%s) exists." msgstr "En nyare version (%s) finns." #: lib/Prefs/Ui.php:708 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "En fjärradering för enhetsid %s har påbörjats. Enheten kommer att raderas " "vid nästa synkronisering." #: lib/Block/WeatherdotcomStrings.php:7 msgid "AM Clouds" msgstr "Mulet på FM" #: lib/Block/WeatherdotcomStrings.php:8 msgid "AM Drizzle" msgstr "Duggregn på FM" #: lib/Block/WeatherdotcomStrings.php:9 msgid "AM Fog" msgstr "Dimma på FM" #: lib/Block/WeatherdotcomStrings.php:10 msgid "AM Light Rain" msgstr "Lättare regn på FM" #: lib/Block/WeatherdotcomStrings.php:11 msgid "AM Light Snow" msgstr "Lättare snö på FM" #: lib/Block/WeatherdotcomStrings.php:12 msgid "AM Rain" msgstr "Regn på FM" #: lib/Block/WeatherdotcomStrings.php:13 msgid "AM Showers" msgstr "Skurar på FM" #: lib/Block/WeatherdotcomStrings.php:14 msgid "AM Snow" msgstr "Snö på FM" #: lib/Block/WeatherdotcomStrings.php:15 msgid "AM Snow Showers" msgstr "Snöbyar på FM" #: lib/Block/WeatherdotcomStrings.php:16 msgid "AM Sun" msgstr "Soligt på FM" #: lib/Block/WeatherdotcomStrings.php:17 msgid "AM T-Showers" msgstr "Åskbyar på FM" #: lib/Block/WeatherdotcomStrings.php:18 msgid "AM T-Storms" msgstr "Åskskurar på FM" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "FM/EM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Kontoinformation" #: config/prefs.php:296 msgid "Account Password" msgstr "Kontolösenord" #: admin/activesync.php:128 msgid "Actions" msgstr "Åtgärder" #: config/prefs.php:673 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:73 msgid "ActiveSync Device Administration" msgstr "ActiveSync enhetsadministration" #: admin/activesync.php:201 lib/Api.php:85 msgid "ActiveSync Devices" msgstr "ActiveSync-enheter" #: admin/activesync.php:25 lib/Prefs/Ui.php:351 msgid "ActiveSync not activated." msgstr "ActiveSync ej aktiverad." #: templates/admin/groups/add.inc:11 templates/portal/add.inc:14 msgid "Add" msgstr "Lägg till" #: services/portal/index.php:49 msgid "Add Content" msgstr "Lägg till innehåll" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Lägg till här:" #: templates/admin/groups/edit.inc:56 msgid "Add Members" msgstr "Lägg till medlemmar" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Lägg till en grupp" #: admin/user.php:26 msgid "Add a new user:" msgstr "Lägg till en ny användare:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Lägg till nytt alarm" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Lägg till par" #: admin/user.php:27 msgid "Add user" msgstr "Lägg till användare" #: admin/signup_confirm.php:80 admin/user.php:97 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" lades till i systemet, men kunde inte lägga till extra information: " "%s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" lades till i systemet. Du kan logga in nu." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Upplägg av användare är inaktiverat." #: lib/Block/Vatid.php:117 msgid "Address" msgstr "Adress" #: config/registry.php:122 msgid "Address Book" msgstr "Adressbok" #: lib/Application.php:46 msgid "Administration" msgstr "Administration" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarmslut" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarmmetod" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarmstart" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarmtext:" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarmtitel" #: admin/alarms.php:138 msgid "Alarms" msgstr "Alarm" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Alla" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Alla authentiserade användare" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Alla policynycklar återställda." #: lib/Prefs/Ui.php:718 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Alla enhettillstånd har raderats för dina ActiveSync-enheter. De kommer att " "omsynkroniseras nästa gång de kopplar upp sig mot servern." #: lib/Prefs/Ui.php:688 msgid "All synchronization sessions deleted." msgstr "Alla synkroniseringssessioner borttagna." #: config/prefs.php:639 msgid "Alternate IMSP Login" msgstr "Alternativ IMSP-inloggning" #: config/prefs.php:653 msgid "Alternate IMSP Password" msgstr "Alternativt lösenord för IMSP" #: config/prefs.php:647 msgid "Alternate IMSP Username" msgstr "Alternativt användarnamn för IMSP" #: services/resetpassword.php:32 msgid "Alternate email address" msgstr "Alternativ e-post adress" #: lib/Block/Weatherdotcom.php:150 msgid "An unknown error has occured." msgstr "Ett okänt fel har inträffat" #: services/resetpassword.php:49 msgid "Answer" msgstr "Svar" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Applikation" #: admin/phpshell.php:49 msgid "Application Context: " msgstr "Applikationskontext" #: util/icon_browser.php:45 msgid "Application List" msgstr "Applikationslista" #: admin/config/index.php:228 msgid "Application is ready." msgstr "Applikationen är klar." #: admin/config/index.php:150 admin/config/index.php:191 msgid "Application is up-to-date." msgstr "Applikationen är den senaste." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Godkänn" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabiska (Windows-1256)" #: admin/alarms.php:128 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Är det säkert att du vill radera '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Är det säkert att du vill ta bort anmälningbegäran för \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Är det säkert att du vill radera \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenska (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Konst" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Asciikonst" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Minst ett databasschema är gammalt." #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "Bilaga" #: admin/groups.php:58 msgid "Attempt to delete a non-existent group." msgstr "Försökte radera en grupp som inte finns." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Försökte radera en behörighet som inte finns." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Försökte ändra en behörighet som inte finns." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Försökte ändra en utdelning som inte finns." #: admin/sessions.php:44 msgid "Authenticated to:" msgstr "Authentiserad till:" #: templates/prefs/facebook.html:50 msgid "Authorize Access to Friends Data:" msgstr "Tillåt tillgång till vänner-data:" #: templates/prefs/facebook.html:26 msgid "Authorize Publish" msgstr "Tillåt publicering" #: templates/prefs/facebook.html:38 msgid "Authorize Read:" msgstr "Tillåt läsning:" #: templates/prefs/facebook.html:15 msgid "Authorize an infinite session:" msgstr "Tillåt en oändlig session:" #: login.php:219 msgid "Automatic" msgstr "Automatisk" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Tillgängliga fält:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Azur" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH ursäkter" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltisk (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Grundkatalog \"%s\" för grafik hittades inte." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Blockinställningar" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Blocktyp" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Blue Moon" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Blue and White" #: config/registry.php:204 msgid "Bookmarks" msgstr "Bokmärken" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Båda" #: themes/brown/info.php:2 msgid "Brown" msgstr "Brun" #: admin/sessions.php:42 msgid "Browser:" msgstr "Webläsare:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Burnt Orange" #: lib/Block/Weatherdotcom.php:146 msgid "Cache init was not completed." msgstr "Initiering av cache slutfördes ej." #: config/registry.php:144 msgid "Calendar" msgstr "Kalender" #: lib/Block/Weatherdotcom.php:230 msgid "Calm" msgstr "Lugnt" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Camouflage" #: admin/user.php:120 admin/user.php:140 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Avbryt" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Avbryt problemrapport" #: admin/activesync.php:185 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Avbryt radering" #: services/resetpassword.php:18 msgid "Cannot reset password automatically, contact your administrator." msgstr "Kan inte återställa lösenord automatiskt, kontakta din administratör." #: config/prefs.php:463 msgid "Categories and Labels" msgstr "Kategorier och etiketter" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Centraleuropeisk (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Ändra" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Ändra plats" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Ändra ditt lösenord" #: config/prefs.php:233 msgid "Change your personal information." msgstr "Ändra din personliga information." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Ändring av lösenord stöds inte med nuvarande konfiguration. Kontakta din " "administratör." #: lib/Block/Vatid.php:41 msgid "Check" msgstr "Kontrollera" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Leta efter nyare versioner" #: lib/Block/Vatid.php:43 msgid "Checking" msgstr "Kontrollerar" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Förenklad kinesiska (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Traditionell kinesiska (Big5)" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "Välj %s" #: config/prefs.php:429 msgid "Choose how to display dates (abbreviated format):" msgstr "Välj hur datum skall visas (kort format):" #: config/prefs.php:404 msgid "Choose how to display dates (full format):" msgstr "Välj hur datum skall visas (långt format):" #: config/prefs.php:443 msgid "Choose how to display times:" msgstr "Välj hur tid skall visas:" #: lib/Block/WeatherdotcomStrings.php:19 msgid "Clear" msgstr "Rensa" #: admin/sqlshell.php:122 msgid "Clear Query" msgstr "Rensa fråga" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Rensa användare: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Rensa användare" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Rensa användardata" #: lib/Block/WeatherdotcomStrings.php:20 msgid "Clearing Early" msgstr "Tidigt uppklarnande" #: lib/Block/WeatherdotcomStrings.php:21 msgid "Clearing Late" msgstr "Sent uppklarnande" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Klicka på en av dina adressböcker och ange sedan vilka fält som skall " "genomsökas." #: templates/logintasks/logintasks.html:30 templates/logintasks/mobile.html:37 msgid "Click to Continue" msgstr "Klicka för att fortsätta" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Klientankare" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Stäng fönster" #: lib/Block/Metar.php:217 msgid "Clouds" msgstr "Moln" #: lib/Block/WeatherdotcomStrings.php:22 msgid "Clouds Early" msgstr "Tidiga moln" #: lib/Block/WeatherdotcomStrings.php:23 msgid "Clouds Late" msgstr "Sena moln" #: lib/Block/WeatherdotcomStrings.php:24 msgid "Cloudy" msgstr "Mulet" #: admin/sessions.php:35 msgid "Collapse" msgstr "Slå ihop" #: lib/Prefs/Ui.php:213 msgid "Color Picker" msgstr "Färgväljare" #: config/registry.php:254 msgid "Comics" msgstr "Serier" #: admin/cmdshell.php:25 admin/cmdshell.php:47 msgid "Command" msgstr "Kommando" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Kommandoskal" #: services/facebook/index.php:109 #, php-format msgid "Comments: %d" msgstr "Kommentarer: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Datorer" #: lib/Block/Weather.php:250 lib/Block/Weatherdotcom.php:280 msgid "Condition" msgstr "Förhållande" #: lib/Block/Metar.php:222 msgid "Conditions" msgstr "Förhållanden" #: admin/config/config.php:74 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Konfiguration" #: admin/config/diff.php:85 msgid "Configuration Differences" msgstr "Konfigurationsskillnader" #: config/prefs.php:662 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" "Konfiguration för synkronisering med handdatorer, smarta telefoner och " "Outlook" #: admin/config/index.php:223 msgid "Configuration is out of date." msgstr "Konfiguration behöver uppdateras." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Uppdateringsskript för konfiguration är tillgängliga" #: admin/config/index.php:165 #, php-format msgid "Configure %s" msgstr "Konfigurera %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Bekräfta lösenord" #: services/changepassword.php:25 services/resetpassword.php:26 msgid "Continue" msgstr "Fortsätt" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Kaka" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "Cornflower" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Kan inte kontakta server \"%s\" via FTP: %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Kunde inte kontakta servern. Försök igen senare." #: admin/config/scripts.php:40 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Kunde inte ta bort upgraderingsskript \"%s\" för konfiguration." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Kunde inte hitta autorisering för för koppling med ditt " "Twitter-konto" #: services/resetpassword.php:97 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Kunde inte återställa lösenordet för den begärda användaren. Några eller " "alla detaljer är inte rätt. Försök igen eller kontakta din administratör om " "du behöver mer hjälp." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Kunde inte återskapa konfiguration." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Kunde inte spara en backup-konfiguration: %s." #: admin/config/scripts.php:101 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Kunde inte spara uppgraderingsscript för konfiguration till: \"%s\"." #: admin/config/config.php:62 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Kunde inte spara backup-konfiguration %s." #: admin/config/index.php:100 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Kunde inte spara konfigurationfilen %s. Välj något alternativ nedan för att " "spara koden." #: admin/config/config.php:74 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Kunde inte spara konfigurationsfilen %s. Du kan antingen välja något " "alternativ för att spara koden tillbaka på %s eller manuellt kopiera koden " "nedan till %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Kunde inta skriva konfiguration för \"%s\": %s" #: lib/Block/Vatid.php:105 msgid "Country" msgstr "Land" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Skapa" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Skapa ny identitet" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Aktuella 4 faser" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktuella alarm" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Aktuella lås" #: admin/sessions.php:27 msgid "Current Sessions" msgstr "Aktuella sessioner" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktuell tid" #: lib/Block/Metar.php:29 msgid "Current Weather" msgstr "Aktuellt väder" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Aktuella förhållanden" #: lib/Block/Weatherdotcom.php:259 msgid "Current condition: " msgstr "Aktuella förhållanden: " #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Krylliska (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Krylliska (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Krylliska/Ukrainska (KOI8-U)" #: admin/config/index.php:241 admin/config/index.php:279 msgid "DB access is not configured." msgstr "Databastillgång är inte konfigurerad" #: admin/config/index.php:247 admin/config/index.php:286 msgid "DB schema is out of date." msgstr "Databasschema behöver uppdateras." #: admin/config/index.php:252 admin/config/index.php:291 msgid "DB schema is ready." msgstr "Databasschema är klart." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Data" #: admin/datatree.php:65 msgid "DataTree" msgstr "DataTree" #: admin/datatree.php:62 msgid "DataTree Browser" msgstr "DataTree-bläddrare" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Databas" #: lib/Block/Vatid.php:108 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Datum mottaget" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; tid: %s" #: lib/Block/Weather.php:245 lib/Block/Weatherdotcom.php:275 #: lib/Block/Weatherdotcom.php:304 msgid "Day" msgstr "Dag" #: config/prefs.php:354 config/prefs.php:437 lib/Prefs/Ui.php:80 #: lib/Prefs/Ui.php:94 msgid "Default" msgstr "Förvalt" #: lib/Prefs/Ui.php:228 lib/Prefs/Ui.php:258 msgid "Default Color" msgstr "Förvald färg" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Förvalt skal" #: config/prefs.php:357 msgid "Default charset for sending e-mail messages:" msgstr "Förvald teckenuppsättning vid sändning av e-postmeddelanden:" #: config/prefs.php:269 msgid "Default location to use for location-aware features." msgstr "Förvald plats att använda för platsmedvetna funktioner." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definitioner" #: admin/groups.php:54 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Radera" #: admin/alarms.php:127 admin/groups.php:210 #, php-format msgid "Delete \"%s\"" msgstr "Radera \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Ta bort all SyncML-data" #: admin/groups.php:184 msgid "Delete Group" msgstr "Radera grupp" #: admin/config/scripts.php:38 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Tog bort uppgraderingsskript för konfiguration \"%s\"." #: lib/Prefs/Ui.php:680 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Tog bort synkroniseringssession för enheten \"%s\" och databasen \"%s\"." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Beskriv problemet" #: config/registry.php:216 msgid "Development" msgstr "Utveckling" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Enhet" #: admin/activesync.php:121 msgid "Device ID" msgstr "Enhets-ID" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Enhetshantering" #: lib/Prefs/Ui.php:404 msgid "Device id:" msgstr "Enhets-ID:" #: admin/activesync.php:169 lib/Prefs/Ui.php:392 msgid "Device is wiped" msgstr "Enheten är raderad" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Enheten borttagen." #: admin/activesync.php:41 msgid "Device wipe successfully canceled." msgstr "Enhetsraderingen avbruten." #: lib/Block/Metar.php:190 msgid "Dew Point" msgstr "Daggpunkt" #: lib/Block/Metar.php:267 msgid "Dew Point for last hour: " msgstr "Daggpunkt senaste timmen: " #: lib/Block/Weather.php:180 msgid "Dew point" msgstr "Daggpunkt" #: lib/Block/Weatherdotcom.php:211 msgid "Dew point: " msgstr "Daggpunkt:" #: templates/prefs/facebook.html:10 templates/prefs/facebook.html:21 #: templates/prefs/facebook.html:33 templates/prefs/facebook.html:45 #: templates/prefs/twitter.html:10 msgid "Disable" msgstr "Inaktivera" #: config/prefs.php:373 msgid "Display 24-hour times?" msgstr "Visa 24-timmarsklocka?" #: config/prefs.php:489 msgid "Display Preferences" msgstr "Visningsinställningar" #: lib/Block/Weather.php:87 lib/Block/Weatherdotcom.php:79 msgid "Display detailed forecast" msgstr "Visa detaljerad prognos" #: lib/Block/Metar.php:71 msgid "Display forecast (TAF)" msgstr "Visa prognos (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Innehåller första raden fältnamn? Om ja, markera denna ruta:" #: templates/login/login.inc:54 msgid "Don't have an account? Sign up." msgstr "Har du inget konto? Anmäl dig." #: admin/config/index.php:147 admin/config/index.php:188 #, php-format msgid "Download %s" msgstr "Hämta %s" #: admin/config/index.php:309 msgid "Download generated configuration as PHP script." msgstr "Hämta genererad konfiguration som PHP-skript." #: lib/Block/WeatherdotcomStrings.php:25 msgid "Drizzle" msgstr "Duggregn" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Droger" #: login.php:227 msgid "Dynamic" msgstr "Dynamisk" #: services/keyboard.php:64 msgid "E characters" msgstr "Antal tecken" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU momsnummer" #: templates/shares/edit.inc:65 templates/shares/edit.inc:82 #: templates/shares/edit.inc:100 templates/shares/edit.inc:117 #: templates/shares/edit.inc:136 templates/shares/edit.inc:153 #: templates/shares/edit.inc:171 templates/shares/edit.inc:192 #: templates/shares/edit.inc:227 templates/shares/edit.inc:254 #: templates/shares/edit.inc:273 templates/shares/edit.inc:295 #: templates/shares/edit.inc:324 msgid "Edit" msgstr "Redigera" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Redigera \"%s\"." #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "Redigera inställningar för" #: services/shares/edit.php:256 msgid "Edit permissions" msgstr "Redigera behörigheter" #: services/shares/edit.php:257 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Redigera behörigheter för \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Utbildning" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-postadress" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Sluttid" #: lib/Prefs/Ui.php:201 msgid "Enter a name for the new category:" msgstr "Ange namn för den nya kategorin:" #: config/prefs.php:307 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Skriv en säkerhetsfråga som kommer att ställas till dig om du behöver " "återställa ditt lösenord, t.ex. 'Vad heter ditt husdjur?':" #: lib/Prefs/Ui.php:546 services/twitter/index.php:182 #: services/twitter/index.php:205 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Fel uppstod vid anslutning till Twitter: %s Detaljer har loggats för " "administratören." #: lib/Prefs/Ui.php:682 msgid "Error deleting synchronization session:" msgstr "Fel uppstod vid borttagning av synkroniseringssessionen:" #: lib/Prefs/Ui.php:690 msgid "Error deleting synchronization sessions:" msgstr "Fel uppstod vid borttagning av synkroniseringsessionerna:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Fel vid uppdatering av lösenord: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnisk" #: services/facebook/index.php:77 msgid "Event Invites:" msgstr "Händelseinbjudningar:" #: config/prefs.php:539 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Var 15:e minut" #: config/prefs.php:575 msgid "Every 2 minutes" msgstr "Varannan minut" #: config/prefs.php:536 config/prefs.php:573 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Var 30:e sekund" #: config/prefs.php:538 config/prefs.php:576 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Var 5:e minut" #: config/prefs.php:540 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Varje halvtimma" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Varje timme" #: config/prefs.php:537 config/prefs.php:574 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Varje minut" #: templates/data/datemap.inc:26 msgid "Example values:" msgstr "Exempelvärden:" #: admin/cmdshell.php:53 admin/phpshell.php:60 admin/sqlshell.php:121 msgid "Execute" msgstr "Kör" #: admin/sessions.php:34 msgid "Expand" msgstr "Expandera" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra stor:" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "FTP-uppladdning av konfiguration" #: config/prefs.php:600 msgid "Facebook Integration" msgstr "Facebook-integration" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Fade to Green" #: lib/Block/WeatherdotcomStrings.php:26 msgid "Fair" msgstr "Klart" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Flöde" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Flödesadress" #: lib/Block/Metar.php:193 msgid "Feels Like" msgstr "Känns som" #: lib/Block/Weatherdotcom.php:215 msgid "Feels like: " msgstr "Känns som:" #: lib/Block/WeatherdotcomStrings.php:27 msgid "Few Showers" msgstr "Några skurar" #: lib/Block/WeatherdotcomStrings.php:28 msgid "Few Snow Showers" msgstr "Några snöbyar" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "Fält att söka i" #: config/registry.php:310 msgid "File Manager" msgstr "Filhanterare" #: lib/Block/FbStream.php:54 msgid "Filter" msgstr "Filter" #: config/registry.php:88 msgid "Filters" msgstr "Filter" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Första halvan" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Första kvarten" #: lib/Block/WeatherdotcomStrings.php:29 msgid "Fog" msgstr "Dimma" #: lib/Block/WeatherdotcomStrings.php:30 msgid "Fog Early" msgstr "Tidig dimma" #: lib/Block/WeatherdotcomStrings.php:31 msgid "Fog Late" msgstr "Sen dimma" #: lib/Block/WeatherdotcomStrings.php:32 msgid "Foggy" msgstr "Dimmigt" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Mat" #: lib/Block/Metar.php:307 msgid "Forecast (TAF)" msgstr "Prognos (TAF)" #: lib/Block/Weather.php:81 lib/Block/Weatherdotcom.php:67 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Prognosdygn (observera att prognosen innehåller både dag och natt; ett högt " "värde här kan resultera i ett brett block)" #: templates/login/login.inc:61 msgid "Forgot your password?" msgstr "Glömt ditt lösenord?" #: config/registry.php:338 msgid "Forms" msgstr "Formulär" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Lyckokaka" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Typ av lyckokaka" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Lyckokakor" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Lyckokakor 2" #: config/registry.php:332 msgid "Forums" msgstr "Forum" #: lib/Block/WeatherdotcomStrings.php:33 msgid "Freezing Drizzle" msgstr "Underkylt duggregn" #: services/facebook/index.php:76 msgid "Friend Requests:" msgstr "Vänförfrågningar:" #: templates/prefs/facebook.html:44 msgid "Friends enabled" msgstr "Vänner aktiva" #: lib/Block/Weatherdotcom.php:232 lib/Block/Weatherdotcom.php:342 #: lib/Block/Weatherdotcom.php:388 msgid "From the " msgstr "Från den " #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Från den %s (%s °) kl %s %s" #: lib/Block/Weather.php:316 #, php-format msgid "From the %s at %s %s" msgstr "Från den %s kl %s %s" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Fullständig beskrivning" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Fullmåne" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Namn" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Generera konfiguration för %s" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Genererad kod" #: lib/Block/FbStream.php:170 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Hämta mer" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "Allmänna inställningar" #: templates/prefs/app.html:17 msgid "Go" msgstr "Gå" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Googlesökning" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grekiska (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Green" #: themes/grey/info.php:2 msgid "Grey" msgstr "Grey" #: admin/groups.php:165 msgid "Group Administration" msgstr "Gruppadministration" #: templates/admin/groups/add.inc:9 msgid "Group name" msgstr "Gruppnamn" #: admin/groups.php:36 #, php-format msgid "Group was not created: %s." msgstr "Gruppen skapades inte: %s." #: admin/groups.php:224 templates/shares/edit.inc:269 msgid "Groups" msgstr "Grupper" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Gästbehörigheter" #: lib/Block/WeatherdotcomStrings.php:34 msgid "Haze" msgstr "Torrdis" #: lib/Block/WeatherdotcomStrings.php:35 msgid "Heavy Rain" msgstr "Kraftigt regn" #: lib/Block/WeatherdotcomStrings.php:36 msgid "Heavy T-Storm" msgstr "Kraftigt åskväder" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreiska (ISO-8859-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Höjd" #: lib/Block/FbStream.php:69 lib/Block/TwitterTimeline.php:70 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Höjd på flödesinnehåll (bredden justeras automatiskt till rutan)" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Hjälp" #: services/help/index.php:70 msgid "Help _Topics" msgstr "Hjälprubriker" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Halvklot" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Här är början av filen:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Hi-Contrast" #: templates/prefs/app.html:24 msgid "Hide Advanced Preferences" msgstr "Göm avancerade inställningar" #: services/portal/cloud_search.php:37 msgid "Hide Results" msgstr "Göm resultat" #: templates/sidebar/sidebar.inc:3 msgid "Hide Sidebar" msgstr "Göm sidomeny" #: lib/Block/WeatherdotcomStrings.php:100 msgid "High" msgstr "Hög" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Hemkatalog" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "Horde websida" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Hur många fält (kolumner) finns det?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Hur många sekunder mellan vi letar efter nya artiklar?" #: lib/Block/Metar.php:203 lib/Block/Weather.php:219 lib/Block/Weather.php:258 #: lib/Block/Weatherdotcom.php:283 msgid "Humidity" msgstr "Luftfuktighet" #: lib/Block/Weatherdotcom.php:243 msgid "Humidity: " msgstr "Luftfuktighet: " #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humorister" #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "Antal tecken" #: config/prefs.php:562 msgid "Icons Only" msgstr "Enbart ikoner" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikoner för %s" #: config/prefs.php:563 msgid "Icons with text" msgstr "Ikoner med text" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Idéer" #: config/prefs.php:244 msgid "Identity's name:" msgstr "Identitetens namn:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importera, steg %d" #: templates/data/datemap.inc:17 #, php-format msgid "Imported field: %s" msgstr "Importerat fält: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importerade fält:" #: lib/Block/TwitterTimeline.php:118 msgid "In reply to:" msgstr "Som svar till:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "I listan nedan välj både ett importerat fält från källfilen till vänster och " "det motsvarande fältet tillgängligt i din adressbok till höger. Tryck sedan " "\"Lägg till par\" för att markera dem för import. När du är klar tryck " "\"Nästa\"." #: services/resetpassword.php:55 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Ogiltigt användarnamn eller alternativ adress. Försök igen eller kontakta " "din administratör om du behöver mer hjälp." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Individuella användare" #: templates/prefs/facebook.html:9 msgid "Infinite sessions enabled." msgstr "Oändliga sessioner aktiverade." #: config/registry.php:249 msgid "Information" msgstr "Information" #: lib/Block/Weatherdotcom.php:312 msgid "Information no longer available." msgstr "Information är inte längre tillgänglig." #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Ärvda medlemmar" #: config/prefs.php:321 msgid "Insert an email address to which you can receive the new password:" msgstr "Skriv in en e-postadress som det nya lösenordet kan skickas till:" #: config/prefs.php:314 msgid "Insert the required answer to the security question:" msgstr "Skriv in svaret på säkerhetsfrågan:" #: lib/Block/Vatid.php:57 msgid "Invalid VAT identification number format." msgstr "Felaktigt format på VAT-nummret." #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "Felaktig åtgärd %s" #: admin/config/config.php:29 msgid "Invalid application." msgstr "Felaktig applikation." #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "Felaktig hash." #: lib/Block/Weatherdotcom.php:160 msgid "Invalid license key." msgstr "Ogiltig licensnyckel." #: lib/Block/Weatherdotcom.php:154 msgid "Invalid location provided." msgstr "Felaktig plats angiven." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Felaktig huvudbehörighet." #: lib/Block/Weatherdotcom.php:156 msgid "Invalid partner id." msgstr "Felaktigt partner-ID." #: lib/Block/Weatherdotcom.php:158 msgid "Invalid product code." msgstr "Ogiltig produktkod." #: config/registry.php:364 msgid "Inventory" msgstr "Inventarie" #: lib/Block/WeatherdotcomStrings.php:37 msgid "Isolated T-Storms" msgstr "Enskilda åskväder" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanska (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:120 msgid "Just now..." msgstr "Alldeles nyss..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:134 msgid "Keyword" msgstr "Nyckelord" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Barn" #: config/registry.php:300 themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Koreanska (EUC-KR)" #: login.php:363 templates/login/login.inc:34 msgid "Language" msgstr "Språk" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Stor" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Sista halvan" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Senaste lösenordsbyte" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Sista kvarten" #: admin/activesync.php:100 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Senaste synktid" #: lib/Block/Metar.php:124 msgid "Last Updated:" msgstr "Senast uppdaterad:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Senaste inloggning: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Senaste inloggning: %s från %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Senaste inloggning: Aldrig" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Senaste" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "Lavender" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Lag" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Light Blue" #: lib/Block/WeatherdotcomStrings.php:38 msgid "Light Drizzle" msgstr "Lättare duggregn" #: lib/Block/WeatherdotcomStrings.php:39 msgid "Light Rain" msgstr "Lättare regn" #: lib/Block/WeatherdotcomStrings.php:40 msgid "Light Rain Early" msgstr "Tidigt lättare regn" #: lib/Block/WeatherdotcomStrings.php:41 msgid "Light Rain Late" msgstr "Sent lättare regn" #: lib/Block/WeatherdotcomStrings.php:42 msgid "Light Rain Shower" msgstr "Lättare regnskur" #: lib/Block/WeatherdotcomStrings.php:43 msgid "Light Rain with Thunder" msgstr "Lättare regn med åska" #: lib/Block/WeatherdotcomStrings.php:44 msgid "Light Snow" msgstr "Lättare snöfall" #: lib/Block/WeatherdotcomStrings.php:45 msgid "Light Snow Early" msgstr "Tidigt lättare snöfall" #: lib/Block/WeatherdotcomStrings.php:46 msgid "Light Snow Late" msgstr "Sent lättare snöfall" #: lib/Block/WeatherdotcomStrings.php:47 msgid "Light Snow Shower" msgstr "Lättare snöby" #: services/facebook/index.php:113 msgid "Like" msgstr "Gilla" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: admin/sqlshell.php:126 msgid "List Tables" msgstr "Listtabeller" #: admin/alarms.php:135 #, php-format msgid "Listing alarms failed: %s" msgstr "Listning av alarm misslyckades: %s" #: admin/locks.php:55 #, php-format msgid "Listing locks failed: %s" msgstr "Listning av lås misslyckades: %s" #: admin/sessions.php:71 #, php-format msgid "Listing sessions failed: %s" msgstr "Listning av sessioner misslyckades: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Listning av användare är avaktiverad." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Litteratur" #: templates/sidebar/sidebar.inc:5 msgid "Loading..." msgstr "Laddar..." #: lib/Block/Weatherdotcom.php:195 msgid "Local time: " msgstr "Lokal tid: " #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Lokal tid: %s %s" #: config/prefs.php:330 msgid "Locale and Time" msgstr "Språk och tid" #: lib/Block/Metar.php:51 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 #: lib/Block/Weatherdotcom.php:52 msgid "Location" msgstr "Plats" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Lås användare" #: admin/locks.php:58 msgid "Locks" msgstr "Lås" #: login.php:303 templates/login/login.inc:43 msgid "Log in" msgstr "Logga in" #: templates/portal/mobile.inc:7 msgid "Log out" msgstr "Logga ut" #: login.php:328 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Inloggning misslyckades p.g.a. att användarnamn eller lösenord var felaktigt." #: login.php:324 msgid "Login failed." msgstr "Inloggning misslyckades." #: templates/prefs/facebook.html:57 msgid "Login to Facebook and authorize " msgstr "Logga in på Facebook och tillåt " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Logga in på Twitter och tillåt applikationen " #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Kärlek" #: lib/Block/WeatherdotcomStrings.php:98 msgid "Low" msgstr "Låg" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Loyola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Loyoa Blue" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magisk" #: config/registry.php:80 msgid "Mail" msgstr "E-post" #: config/registry.php:355 msgid "Mail Admin" msgstr "E-postadministration" #: config/prefs.php:464 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "Hantera dina kategorier och dess färger " #: config/prefs.php:674 msgid "Manage your ActiveSync devices." msgstr "Hantera dina ActiveSync-enheter" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Matchande fält:" #: lib/Block/Metar.php:279 msgid "Max temp last 24 hours: " msgstr "Högsta temperatur senaste dygnet: " #: lib/Block/Metar.php:271 msgid "Max temp last 6 hours: " msgstr "Högsta temperatur senaste 6 timmarna: " #: lib/Application.php:42 msgid "Maximum Number of Portal Blocks" msgstr "Maximalt antal portalblock" #: lib/Block/FbStream.php:60 msgid "Maximum number of entries to display" msgstr "Maximalt antal inlägg att visa" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicin" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Medium" #: templates/admin/groups/edit.inc:19 msgid "Members" msgstr "Medlemmar" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Omnämningar" #: config/prefs.php:565 msgid "Menu mode:" msgstr "Menyutseende:" #: lib/Block/Metar.php:22 msgid "Metar Weather" msgstr "METAR-väder" #: lib/Block/Weatherdotcom.php:148 msgid "MetarDB is not connected." msgstr "MetarDB är inte ansluten." #: lib/Block/Metar.php:61 lib/Block/Weather.php:76 #: lib/Block/Weatherdotcom.php:62 msgid "Metric" msgstr "Metrisk" #: lib/Block/Metar.php:283 msgid "Min temp last 24 hours: " msgstr "Lägsta temperatur senaste dygnet: " #: lib/Block/Metar.php:275 msgid "Min temp last 6 hours: " msgstr "Lägsta temperatur senaste 6 timmarna: " #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Diverse" #: admin/config/index.php:200 msgid "Missing configuration." msgstr "Konfiguration saknas." #: lib/Block/WeatherdotcomStrings.php:48 msgid "Mist" msgstr "Fuktdis" #: login.php:235 msgid "Mobile" msgstr "Mobil" #: login.php:231 msgid "Mobile (Smartphone)" msgstr "Mobil (Smartphone)" #: login.php:215 msgid "Mode" msgstr "Läge" #: lib/Block/WeatherdotcomStrings.php:99 msgid "Moderate" msgstr "Måttligt" #: config/prefs.php:452 msgid "Monday" msgstr "Måndag" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Månfaser" #: lib/Block/WeatherdotcomStrings.php:49 msgid "Mostly Clear" msgstr "Mestadels klart" #: lib/Block/WeatherdotcomStrings.php:50 msgid "Mostly Cloudy" msgstr "Mestadels mulet" #: lib/Block/WeatherdotcomStrings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Mestadels mulet och blåsigt" #: lib/Block/WeatherdotcomStrings.php:52 msgid "Mostly Sunny" msgstr "Mestadels soligt" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php:305 msgid "My Account" msgstr "Mitt konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Min kontoinformation" #: lib/Block/FbStream.php:30 msgid "My Facebook Stream" msgstr "Mitt Facebook-flöde" #: services/portal/index.php:43 msgid "My Portal" msgstr "Min portal" #: services/portal/edit.php:32 msgid "My Portal Layout" msgstr "Min portallayout" #: lib/Block/Weather.php:306 lib/Block/Weather.php:310 #: lib/Block/Weather.php:326 msgid "N/A" msgstr "Ej tillgängligt" #: templates/logintasks/logintasks.html:27 templates/logintasks/mobile.html:31 msgid "NO, I Do NOT Agree" msgstr "NEJ, Jag accepterar INTE" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "OBS: ATT RADERA EN ENHET KAN ÅTERSTÄLLA DEN TILL FABRIKSINSTÄLLNINGAR. " "VÄNLIGEN BESTÄM DIG FÖR ATT DU VERKLIGEN VILL GÖRA DETTA INNAN DU BEGÄR " "RADERING" #: lib/Block/Vatid.php:113 msgid "Name" msgstr "Namn" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: config/prefs.php:535 config/prefs.php:572 templates/portal/layout.inc:97 msgid "Never" msgstr "Aldrig" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Ny kategori" #: services/facebook/index.php:73 msgid "New Messages:" msgstr "Nya meddelanden:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Nymåne" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nytt användarnamn (valfritt)" #: services/changepassword.php:29 msgid "New password" msgstr "Nytt lösenord" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "De nya lösenorden är inte lika." #: config/registry.php:259 lib/Block/Fortune.php:59 msgid "News" msgstr "Nyheter" #: templates/data/csvinfo.inc:21 templates/data/csvmap.inc:120 #: templates/data/datemap.inc:43 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Nästa" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Nästa 4 faser" #: lib/Block/Weatherdotcom.php:362 msgid "Night" msgstr "Natt" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Inget ljud" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Det finns inget konfigurationdata att visa skillnader för." #: admin/config/diff.php:44 msgid "No change." msgstr "Ingen ändring." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Inga ikoner hittades." #: lib/Block/Metar.php:99 lib/Block/Sunrise.php:45 #: lib/Block/Weatherdotcom.php:113 msgid "No location is set." msgstr "Ingen plats är inställd." #: lib/Block/Weatherdotcom.php:152 msgid "No location provided." msgstr "Ingen plats angiven." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Inga stötande lyckokakor" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Inga väntande anmälningar." #: services/resetpassword.php:51 msgid "No security question has been set. Please contact your administrator." msgstr "" "Ingen säkerhetsfråga har angivits. Vänligen kontakta din administratör." #: admin/config/index.php:144 admin/config/index.php:185 msgid "No stable version exists yet." msgstr "Ingen stabil version finns ännu." #: lib/Block/Weatherdotcom.php:123 msgid "No temporary directory available for cache." msgstr "Temporärkatalog ej tillgänglig för cache." #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "Inget användarnamn angivet." #: admin/config/index.php:206 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Ingen version funnen i originalkonfigurationen. Återgenerera konfiguration." #: admin/config/index.php:215 msgid "No version found in your configuration. Regenerate configuration." msgstr "Ingen version funnen i din konfiguration. Återgenerera konfiguration." #: lib/Prefs/Ui.php:383 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Ingen" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordisk (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Norra halvklotet" #: admin/activesync.php:173 lib/Prefs/Ui.php:398 msgid "Not Provisioned" msgstr "Ej förberedd" #: config/registry.php:192 msgid "Notes" msgstr "Anteckningar" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Inget att bläddra, gå tillbaka." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Antal artiklar att visa" #: lib/Block/TwitterTimeline.php:75 msgid "Number of seconds to wait to refresh" msgstr "Antal sekunder mellan uppdateringar" #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "Antal tecken" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Objektskapare" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filter för stötande innehåll" #: config/registry.php:271 msgid "Office" msgstr "Kontor" #: themes/hordeweb1/info.php:2 msgid "Old Horde Website" msgstr "Gammal Horde websida" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Gammalt och nytt lösenord måste vara olika." #: services/changepassword.php:28 msgid "Old password" msgstr "Gammalt lösenord" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Gammalt lösenord felaktigt." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Bara stötande lyckokakor" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Endast ägaren eller systemadministratören kan ändra ägare eller behörigheter " "på en utdelning" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operativsystem" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Eller skriv ett användarnamn:" #: config/registry.php:117 msgid "Organizing" msgstr "Kontor" #: services/keyboard.php:124 msgid "Other" msgstr "Annan" #: config/prefs.php:488 config/prefs.php:599 config/prefs.php:619 #: config/prefs.php:638 config/prefs.php:660 config/prefs.php:672 msgid "Other Information" msgstr "Övrig information" #: services/keyboard.php:122 msgid "Other characters" msgstr "Andra tecken" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Ägare" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Ägare:" #: admin/phpshell.php:56 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:76 msgid "PHP Code" msgstr "PHP-kod" #: admin/phpshell.php:37 msgid "PHP Shell" msgstr "PHP-skal" #: lib/Block/WeatherdotcomStrings.php:54 msgid "PM Clouds" msgstr "Mulet på EM" #: lib/Block/WeatherdotcomStrings.php:55 msgid "PM Drizzle" msgstr "Duggregn på EM" #: lib/Block/WeatherdotcomStrings.php:56 msgid "PM Fog" msgstr "Dimma på EM" #: lib/Block/WeatherdotcomStrings.php:57 msgid "PM Light Rain" msgstr "Lättare regn på EM" #: lib/Block/WeatherdotcomStrings.php:58 msgid "PM Light Snow" msgstr "Lättare snö på EM" #: lib/Block/WeatherdotcomStrings.php:59 msgid "PM Rain" msgstr "Regn på EM" #: lib/Block/WeatherdotcomStrings.php:60 msgid "PM Showers" msgstr "Skurar på EM" #: lib/Block/WeatherdotcomStrings.php:61 msgid "PM Snow" msgstr "Snö på EM" #: lib/Block/WeatherdotcomStrings.php:62 msgid "PM Snow Showers" msgstr "Snöbyar på EM" #: lib/Block/WeatherdotcomStrings.php:63 msgid "PM Sun" msgstr "Soligt på EM" #: lib/Block/WeatherdotcomStrings.php:64 msgid "PM T-Showers" msgstr "Åskskurar på EM" #: lib/Block/WeatherdotcomStrings.php:65 msgid "PM T-Storms" msgstr "Åskväder på EM" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX-extension fattas" #: lib/Api.php:67 msgid "P_HP Shell" msgstr "P_HP-skal" #: lib/Block/WeatherdotcomStrings.php:53 msgid "Partly Cloudy" msgstr "Delvis mulet" #: login.php:194 admin/config/index.php:322 admin/user.php:40 #: admin/user.php:54 config/registry.php:322 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Lösenord" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Lösenord ändrades." #: lib/Prefs/Ui.php:302 msgid "Password:" msgstr "Lösenord:" #: admin/user.php:173 admin/user.php:233 msgid "Passwords must match." msgstr "Lösenorden måste vara lika." #: admin/sqlshell.php:110 msgid "Paste" msgstr "Klistra in" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Väntande anmälningar:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Folk" #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Utför inloggningsaktiviteter" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Behörighet \"%s\" raderades inte." #: admin/perms/index.php:28 msgid "Permissions" msgstr "Behörigheter" #: admin/perms/addchild.php:57 admin/perms/delete.php:52 #: admin/perms/edit.php:116 admin/perms/index.php:22 msgid "Permissions Administration" msgstr "Behörighetsadministration" #: config/prefs.php:232 msgid "Personal Information" msgstr "Personlig information" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Husdjur" #: config/registry.php:343 msgid "Photos" msgstr "Foton" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Plattityder" #: login.php:200 msgid "Please enter a password." msgstr "Var god ange ett lösenord." #: login.php:199 msgid "Please enter a username." msgstr "Var god ange ett användarnamn." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Var god sammanfatta ditt problem." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Var god läs igenom följande text. Du MÅSTE samtycka med villkoren för att " "använda systemet." #: services/facebook/index.php:75 msgid "Pokes:" msgstr "Petningar:" #: admin/activesync.php:107 msgid "Policy Key" msgstr "Policynyckel" #: lib/Prefs/Ui.php:404 msgid "Policy Key:" msgstr "Policynyckel" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politik" #: services/facebook/index.php:109 #, php-format msgid "Posted %s" msgstr "Postade %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Postade %s via %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/Metar.php:239 lib/Block/Metar.php:244 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Nederbörd senaste timmen: " msgstr[1] "Nederbörd senaste %d timmarna: " #: lib/Block/Weather.php:254 #, php-format msgid "Precipitation%schance" msgstr "Nederbörds%srisk" #: lib/Block/Weatherdotcom.php:281 msgid "Precipitation
chance" msgstr "Nederbörd
risk" #: lib/Block/Metar.php:198 lib/Block/Weather.php:191 msgid "Pressure" msgstr "Tryck" #: lib/Block/Metar.php:232 msgid "Pressure at sea level: " msgstr "Tryck vid havsnivå: " #: lib/Block/Weatherdotcom.php:219 msgid "Pressure: " msgstr "Tryck: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Huvudman" #: services/problem.php:145 msgid "Problem Description" msgstr "Problembeskrivning" #: admin/activesync.php:173 lib/Prefs/Ui.php:397 msgid "Provisioned" msgstr "Förberedd" #: templates/prefs/facebook.html:20 msgid "Publish enabled." msgstr "Publicering aktiverad." #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Purple Horde" #: admin/sqlshell.php:59 msgid "Query" msgstr "Fråga" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvot" #: lib/Block/WeatherdotcomStrings.php:66 msgid "Rain" msgstr "Regn" #: lib/Block/WeatherdotcomStrings.php:67 msgid "Rain Early" msgstr "Tidigt regn" #: lib/Block/WeatherdotcomStrings.php:68 msgid "Rain Late" msgstr "Sent regn" #: lib/Block/WeatherdotcomStrings.php:69 msgid "Rain Shower" msgstr "Skur" #: lib/Block/WeatherdotcomStrings.php:70 msgid "Rain and Snow" msgstr "Regn och snö" #: lib/Block/WeatherdotcomStrings.php:71 msgid "Rain to Snow" msgstr "Regn till snö" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Slumpmässig lyckokaka" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Läs" #: templates/prefs/facebook.html:32 msgid "Read enabled" msgstr "Läs aktiverad" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Säkert att du vill radera \"%s\"? Raderingen kan inte ångras." #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Säkert att du vill radera användardata för \"%s\"? Raderingen kan inte " "ångras." #: config/prefs.php:578 msgid "Refresh Dynamic Menu Elements:" msgstr "Uppdatera dynamiska menyelement:" #: config/prefs.php:542 msgid "Refresh Portal View:" msgstr "Uppdatera portalvy:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Uppdateringsintervall:" #: admin/activesync.php:136 msgid "Registered User Devices" msgstr "Registrerade användarenheter" #: lib/Block/Metar.php:299 msgid "Remarks" msgstr "Kommentarer" #: admin/sessions.php:43 admin/sessions.php:59 msgid "Remote Host:" msgstr "Fjärrvärd:" msgid "Remote Servers" msgstr "Fjärrservrar" #: lib/Prefs/Ui.php:300 msgid "Remote URL (http://www.example.com/horde):" msgstr "Fjärr-URL (http://www.exempel.se/horde):" #: admin/activesync.php:187 templates/admin/groups/edit.inc:26 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Ta bort" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Ta bort par" #: admin/config/index.php:341 msgid "Remove saved script from server's temporary directory." msgstr "Ta bort sparat skript från serverns temporära katalog." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Ta bort användare" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Ta bort användare: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Svar" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Gör om förberedelse för alla enheter" #: lib/Block/Weatherdotcom.php:140 msgid "Requested service could not be found." msgstr "Begärd tjänst kunde inte hittas." #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Återställ" #: services/resetpassword.php:46 msgid "Reset Password" msgstr "Återställ lösenord" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Återställ alla enhetstillstånd. Detta innebär att att dina enhter kommer att " "omsynkronisera allt innehåll." #: services/resetpassword.php:24 msgid "Reset your password" msgstr "Återställ ditt lösenord" #: admin/sqlshell.php:124 msgid "Restore Last Query" msgstr "Återställ senaste fråga" #: admin/cmdshell.php:28 admin/phpshell.php:79 admin/sqlshell.php:62 msgid "Results" msgstr "Resultat" #: services/portal/cloud_search.php:34 #, php-format msgid "Results for %s" msgstr "Resultat för %s" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Återvänd till huvudmeny" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweetad av %s" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Skriv nytt lösenord igen" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Återställ konfiguration" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Gåtor" #: admin/sqlshell.php:111 msgid "Run" msgstr "Kör" #: templates/logintasks/mobile.html:26 msgid "Run Login Tasks" msgstr "Kör inloggningsaktiviteter" #: admin/sqlshell.php:43 msgid "SQL Shell" msgstr "SQL-skal" #: lib/Api.php:72 msgid "S_QL Shell" msgstr "S_QL-skal" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Spara" #: templates/admin/groups/edit.inc:70 templates/shares/edit.inc:338 #, php-format msgid "Save \"%s\"" msgstr "Spara \"%s\"" #: templates/shares/edit.inc:339 msgid "Save and Finish" msgstr "Spara och avsluta" #: admin/config/index.php:313 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Spare genererad konfiguration som ett PHP-skript i din servers temporär " "katalog." #: admin/config/scripts.php:99 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Kan inte spara uppgraderingsscript till: \"%s\"." #: lib/Block/WeatherdotcomStrings.php:72 msgid "Scattered Showers" msgstr "Spridda skurar" #: lib/Block/WeatherdotcomStrings.php:73 msgid "Scattered T-Storms" msgstr "Spridda åskväder" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Vetenskap" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Omfattning" #: services/help/index.php:71 msgid "Sea_rch" msgstr "Sök" #: services/help/index.php:130 templates/admin/user/list.inc:16 msgid "Search" msgstr "Sök" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Sök:" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Välj grupp att lägga till:" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Välj en ny ägare:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Välj en server" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Välj en användare att lägga till:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Välj alla fält som ska genomsökas vid autokomplettering av adresser." #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Ange de tecken du behöver i rutorna nedan. Du kan sedan kopiera och klistra " "in dem från textrutan." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Välj datum- och tidsformat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Välj avgränsare för datum:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Välj datumformat:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Välj dag och tidsordning:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Välj tidsavgränsare:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Välj tidsformat:" #: config/prefs.php:528 msgid "Select your color scheme." msgstr "Välj ditt färgschema." #: config/prefs.php:345 msgid "Select your preferred language:" msgstr "Ange ditt förvalda språk:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Sänd problemrapport" #: lib/Block/Metar.php:289 msgid "Sensor: " msgstr "Givare: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Servertid" #: lib/Block/Weatherdotcom.php:144 msgid "Server data wrong or not available." msgstr "Serverdata felaktig eller ej tillgänglig." #: admin/sessions.php:19 msgid "Session Admin" msgstr "Sessionsadministration" #: admin/sessions.php:41 msgid "Session Timestamp:" msgstr "Sessionstidsstämpel:" #: lib/Api.php:62 msgid "Sessions" msgstr "Sessioner" #: config/prefs.php:297 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Välj inställningar för att låta dig återställa ditt lösenord om du skulle " "glömma det." #: config/prefs.php:601 msgid "Set up integration with your Facebook account." msgstr "Ställ in koppling till ditt Facebook-konto." #: config/prefs.php:621 msgid "Set up integration with your Twitter account." msgstr "Ställ in koppling till ditt Twitter-konto." msgid "Set up remote servers that you want to access from your portal." msgstr "Inställningar för fjärrservrar som du vill visa i din portal." #: config/prefs.php:331 msgid "Set your preferred language, timezone and date preferences." msgstr "Ställ in ditt förvalda språk, tidszon och datuminställningar." #: config/prefs.php:490 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Ställ in din startapplikation, färgschema, siduppdatering och andra " "visningsinställningar." #: lib/Block/Weatherdotcom.php:170 msgid "Several locations possible with the parameter: " msgstr "Flera platser möjliga med parametern: " #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Flera möjliga platser med parametern: %s" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Kort sammanfattning" #: config/prefs.php:585 msgid "Should access keys be defined for most links?" msgstr "Använd snabbtangenter för länkar?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Visa" #: templates/prefs/app.html:22 msgid "Show Advanced Preferences" msgstr "Visa avancerade inställningar" #: templates/sidebar/sidebar.inc:10 msgid "Show Sidebar" msgstr "Visa sidomeny" #: admin/config/index.php:303 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Visa skillnader mellan innevarande sparad och den nyligen genererade " "konfigurationen." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Visa extra detaljer?" #: config/prefs.php:511 msgid "Show last login time when logging in?" msgstr "Visa senaste inloggningstid vid inloggning?" #: lib/Block/FbStream.php:65 msgid "Show notifications" msgstr "Visa notifieringar" #: config/prefs.php:548 #, php-format msgid "Show the %s Menu on the left?" msgstr "Visa meny för %s till vänster?" #: lib/Block/WeatherdotcomStrings.php:74 msgid "Showers" msgstr "Skurar" #: lib/Block/WeatherdotcomStrings.php:75 msgid "Showers Early" msgstr "Tidiga skurar" #: lib/Block/WeatherdotcomStrings.php:76 msgid "Showers Late" msgstr "Sena skurar" #: lib/Block/WeatherdotcomStrings.php:77 msgid "Showers in the Vicinity" msgstr "Skurar i närheten" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "Simplex" #: templates/logintasks/logintasks.html:23 templates/logintasks/mobile.html:25 msgid "Skip Login Tasks" msgstr "Hoppa över inloggningsaktiviteter" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Liten" #: lib/Block/WeatherdotcomStrings.php:78 msgid "Snow" msgstr "Snö" #: lib/Block/WeatherdotcomStrings.php:79 msgid "Snow Early" msgstr "Tidigt snöfall" #: lib/Block/WeatherdotcomStrings.php:80 msgid "Snow Late" msgstr "Sent snöfall" #: lib/Block/WeatherdotcomStrings.php:81 msgid "Snow Shower" msgstr "Snöby" #: lib/Block/WeatherdotcomStrings.php:82 msgid "Snow Showers" msgstr "Snöbyar" #: lib/Block/WeatherdotcomStrings.php:83 msgid "Snow Showers Early" msgstr "Tidiga snöbyar" #: lib/Block/WeatherdotcomStrings.php:84 msgid "Snow Showers Late" msgstr "Sena snöbyar" #: lib/Block/Metar.php:251 msgid "Snow depth: " msgstr "Snödjup: " #: lib/Block/Metar.php:255 msgid "Snow equivalent in water: " msgstr "Snö motsvarande i vatten: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Sånger och dikter" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Sydeuropeisk (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Södra halvklotet" #: config/registry.php:103 msgid "Spam" msgstr "Skräppost" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Inmatning av speciella tecken" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:60 lib/Block/Weather.php:75 #: lib/Block/Weatherdotcom.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Starttid" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Tillståndhantering" #: admin/activesync.php:114 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Status" #: services/facebook/index.php:147 msgid "Status unable to be set." msgstr "Det går inte att uppdatera status." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Flöde" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Kan inte hitta underkatalog \"%s\"." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Begäran att lägga till \"%s\" till systemet skickad. Du kan inte logga in " "förrän din begärad har blivit godkänd." #: services/facebook/index.php:35 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Kopplingen till ditt Facebook-konto eller uppdateringen av behörighet " "lyckades." #: admin/sqlshell.php:97 msgid "Success" msgstr "Lyckat" #: admin/signup_confirm.php:85 admin/user.php:105 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" lades till i systemet." #: admin/user.php:143 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Användar-data för användaren \"%s\" rensades från systemet." #: admin/groups.php:65 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" raderades." #: admin/user.php:123 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" togs bort från systemet." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Återkallade konfiguration. Ladda om för att se ändringar." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Sparade backupkonfiguration." #: admin/config/config.php:60 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Sparade backupkonfigurationsfilen %s." #: admin/user.php:197 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" uppdaterades." #: admin/config/config.php:69 admin/config/index.php:52 #: admin/config/index.php:98 #, php-format msgid "Successfully wrote %s" msgstr "Skrev %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Soluppgång" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Solnedgång" #: config/prefs.php:451 msgid "Sunday" msgstr "Söndag" #: lib/Block/WeatherdotcomStrings.php:85 msgid "Sunny" msgstr "Soligt" #: lib/Block/Weather.php:165 lib/Block/Weather.php:166 #: lib/Block/Weatherdotcom.php:200 msgid "Sunrise" msgstr "Soluppgång" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Soluppgång/solnedgång" #: lib/Block/Weatherdotcom.php:199 msgid "Sunrise: " msgstr "Soluppgång: " #: lib/Block/Weather.php:168 lib/Block/Weather.php:169 #: lib/Block/Weatherdotcom.php:203 msgid "Sunset" msgstr "Solnedgång" #: lib/Block/Weatherdotcom.php:202 msgid "Sunset: " msgstr "Solnedgång: " #: config/prefs.php:661 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndikerat flöde" #: lib/Block/WeatherdotcomStrings.php:86 msgid "T-Showers" msgstr "Åskskurar" #: lib/Block/WeatherdotcomStrings.php:87 msgid "T-Showers Early" msgstr "Tidiga åskskurar" #: lib/Block/WeatherdotcomStrings.php:88 msgid "T-Showers Late" msgstr "Sena åskskurar" #: lib/Block/WeatherdotcomStrings.php:89 msgid "T-Storm" msgstr "Åskväder" #: lib/Block/WeatherdotcomStrings.php:90 msgid "T-Storm and Windy" msgstr "Åskväder och blåsigt" #: lib/Block/WeatherdotcomStrings.php:91 msgid "T-Storms" msgstr "Åskväder" #: lib/Block/WeatherdotcomStrings.php:92 msgid "T-Storms Early" msgstr "Tidigt åskväder" #: lib/Block/WeatherdotcomStrings.php:93 msgid "T-Storms Late" msgstr "Sent åskväder" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tagg-moln" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "Tango Blue" #: config/registry.php:168 msgid "Tasks" msgstr "Uppgifter" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "Teal" #: lib/Block/Metar.php:263 msgid "Temp for last hour: " msgstr "Temperatur senaste timmen: " #: lib/Block/Metar.php:187 lib/Block/Weather.php:175 msgid "Temperature" msgstr "Temperatur" #: lib/Block/Weather.php:246 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatur%s(%sHö%s/%sLå%s)" #: lib/Block/Weatherdotcom.php:207 msgid "Temperature: " msgstr "Temperatur: " #: lib/Block/Weatherdotcom.php:276 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatur
(%sHö%s/%sLå%s) °%s" #: lib/Prefs/Ui.php:478 services/facebook/index.php:40 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "För närvarande ej möjligt att koppla upp mot Facebook. Var god försök igen." #: lib/Block/TwitterTimeline.php:104 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "För närvarande ej möjligt att kontakta Twitter. Var god försök igen." #: services/keyboard.php:148 msgid "Text Area" msgstr "Textruta" #: config/prefs.php:561 msgid "Text Only" msgstr "Enbart text" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Ui.php:712 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Fjärradering för enhets-id %s har avbrutits." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarmet har raderats." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarmet har sparats." #: admin/config/index.php:103 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfigurationen för %s kan inte uppdateras automatiskt. Var vänlig uppdatera " "manuellt." #: config/prefs.php:262 msgid "The default e-mail address to use with this identity:" msgstr "Den förvalda e-postadressen för denna identitet:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Låset har tagits bort." #: lib/Block/Vatid.php:87 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Medlemsstatens tjänst kunde inte nås i tid. Försök igen senare eller med en " "annan medlemsstat." #: lib/Block/Vatid.php:83 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Medlemsstatens tjänst är för närvarande inte tillgänglig. Försök igen senare " "eller med en annan medlemsstat." #: lib/Block/Vatid.php:75 msgid "The provided country code is invalid." msgstr "Angiven landskod är ogiltig." #: lib/Prefs/Ui.php:645 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Servern \"%s\" har raderats." #: lib/Prefs/Ui.php:640 #, php-format msgid "The server \"%s\" has been saved." msgstr "Servern \"%s\" sparades." #: lib/Block/Vatid.php:79 msgid "The service is currently not available. Try again later." msgstr "Tjänsten är för närvarande inte tillgänglig. Försök igen senare." #: lib/Block/Vatid.php:91 msgid "The service is currently too busy. Try again later." msgstr "Tjänsten är för närvarande upptagen. Försök igen senare." #: admin/user.php:222 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Anmälningsbegäran för \"%s\" has tagits bort." #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Anmälningsbegäran för användaren \"%s\" har tagits bort." #: lib/Prefs/Ui.php:721 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Tillståndet för för enhets-id %s har återställts. Enheten kommer att " "omsynkronisera nästa gång den kopplar upp sig mot servern." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Testskriptet är för närvarande aktiverat. Avaktivera testskript av " "säkerhetsskäl när du testa klart (läs horde/docs/INSTALL)." #: admin/signup_confirm.php:60 admin/user.php:77 #, php-format msgid "The user \"%s\" already exists." msgstr "Användaren \"%s\" finns redan." #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "Användaren \"%s\" finns inte." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Temakatalog \"%s\" ej funnen." #: signup.php:38 signup.php:59 admin/signup_confirm.php:74 admin/user.php:89 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Problem med att lägga till \"%s\" till systemet: %s" #: admin/user.php:145 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Problem med att rensa information om användare \"%s\" från systemet: " #: admin/user.php:125 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Problem med att ta bort \"%s\" från systemet: " #: admin/user.php:178 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Problem vid uppdatering av \"%s\": %s" #: lib/Prefs/Ui.php:724 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Det uppstod ett fel vid kommunikation med ActiveSync-servern: %s." #: lib/Block/TwitterTimeline.php:92 lib/Block/TwitterTimeline.php:108 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Det uppstod ett vid kontakt med Twitter: %s." #: admin/config/config.php:80 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Det var ett fel i konfigurationsformuläret. Du kanske glömde att fylla i ett " "obligatoriskt fält." #: lib/Block/FbStream.php:135 lib/Block/FbStream.php:161 #: services/facebook/index.php:62 services/facebook/index.php:79 #, php-format msgid "There was an error making the request: %s" msgstr "Fel vid begäran: %s." #: services/facebook/index.php:37 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Det uppstod ett fel vid hämtning av din Facebook-session. Var god försök " "igen senare." #: lib/Application.php:177 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Det uppstod ett fel vid radering av global data för %s. Detaljer har loggats." #: services/facebook/index.php:49 msgid "There was an error with the requested permissions" msgstr "Det uppstod ett fel med de begärda rättigheterna" #: lib/Block/Vatid.php:102 msgid "This VAT identification number is invalid." msgstr "Detta VAT-nummer är ogiltigt." #: lib/Block/Vatid.php:99 msgid "This VAT identification number is valid." msgstr "Detta VAT-nummer är giltigt." #: lib/Block/WeatherdotcomStrings.php:94 msgid "Thunder" msgstr "Åska" #: config/registry.php:232 msgid "Tickets" msgstr "Ärenden" #: config/registry.php:276 msgid "Time Tracking" msgstr "Tidsredovisning" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Tidsformat" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Tidsstämpel eller okänt" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Tidstämplar för lyckade synkroniseringssessioner" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titel" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "För att exkludera ett specifikt fält från importen eller för att korrigera " "en felaktig matchning, välj ett fält i listorna nedan och tryck \"Ta bort par" "\"." #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "För att välja flera fält, håll ned Control (på PC) eller Command (på Mac) " "medan du klickar." #: lib/Block/Weather.php:278 lib/Block/Weatherdotcom.php:293 msgid "Today" msgstr "Idag" #: lib/Block/Weather.php:280 lib/Block/Weatherdotcom.php:295 msgid "Tomorrow" msgstr "Imorgon" #: login.php:223 msgid "Traditional" msgstr "Traditionell" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Översättningar" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkiska (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Kvitter" #: config/prefs.php:620 msgid "Twitter Integration" msgstr "Twitterintegration" #: lib/Block/TwitterTimeline.php:41 msgid "Twitter Timeline" msgstr "Twitter tidslinje" #: lib/Block/TwitterTimeline.php:57 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter tidslinje för %s" #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "Antal tecken" #: lib/Block/Weatherdotcom.php:253 msgid "U.V. index: " msgstr "UV-index: " #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:78 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" "Ej möjligt att kontakta Twitter. Var god försök igen senare. Felmeddelande: " "%s" #: admin/groups.php:68 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Kan inte radera \"%s\": %s" #: services/facebook/index.php:172 msgid "Unable to set like." msgstr "Ej möjligt att gilla." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Ångra ändringar" #: lib/Prefs/Ui.php:242 msgid "Unfiled" msgstr "Ej kategoriserad" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:57 lib/Block/Weather.php:72 #: lib/Block/Weatherdotcom.php:57 msgid "Units" msgstr "Enheter" #: lib/Block/Weatherdotcom.php:142 msgid "Unknown location provided." msgstr "Okänd plats angiven." #: admin/locks.php:41 msgid "Unlock" msgstr "Lås upp" #: lib/Block/FbStream.php:157 templates/admin/user/list.inc:36 msgid "Update" msgstr "Uppdatera" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Uppdatera %s" #: admin/config/index.php:168 admin/config/index.php:266 #, php-format msgid "Update %s schema" msgstr "Uppdatera schema %s" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Uppdatera alla databas-scheman" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Uppdatera alla konfigurationer" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Uppdatera användare" #: admin/groups.php:108 admin/perms/edit.php:110 services/shares/edit.php:248 #, php-format msgid "Updated \"%s\"." msgstr "Uppdaterade \"%s\"." #: admin/config/index.php:118 #, php-format msgid "Updated schema for %s." msgstr "Uppdaterade schema för \"%s\"." #: admin/config/index.php:320 msgid "Upload" msgstr "Ladda upp" #: admin/config/index.php:328 msgid "Uploaded all application configuration files to the server." msgstr "Alla applikationskonfigurationer laddades upp till servern." #: config/prefs.php:640 msgid "Use if name/password is different for IMSP server." msgstr "Använd om namn/lösenord ej är lika för IMSP servern." #: templates/admin/groups/edit.inc:24 templates/admin/groups/edit.inc:67 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Användare" #: admin/user.php:237 msgid "User Administration" msgstr "Användaradministration" #: lib/Prefs/Ui.php:404 msgid "User Agent:" msgstr "Användarklient:" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Användarnamn" #: signup.php:67 msgid "User Registration" msgstr "Användarregistrering" #: signup.php:19 admin/signup_confirm.php:18 msgid "User Registration has been disabled for this site." msgstr "Användarregistrering har avaktiverats för denna plats." #: signup.php:27 admin/signup_confirm.php:25 msgid "User Registration is not properly configured for this site." msgstr "Användarregistrering är ej korrekt konfigurerad för denna plats." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Användarkonto hittades inte" #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Användare att lägga till:" #: login.php:189 admin/config/index.php:321 admin/user.php:37 #: admin/user.php:53 services/resetpassword.php:30 #: templates/admin/user/approve.inc:22 msgid "Username" msgstr "Användarnamn" #: lib/Prefs/Ui.php:301 msgid "Username:" msgstr "Användarnamn:" #: templates/admin/groups/edit.inc:60 msgid "Users" msgstr "Användare" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Användare i systemet:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "VAT-nummerverifikation" #: lib/Block/Vatid.php:39 msgid "VAT identification number:" msgstr "VAT-nummer:" #: lib/Block/Vatid.php:107 msgid "VAT number" msgstr "VAT-nummer" #: lib/Block/Weatherdotcom.php:228 msgid "Variable" msgstr "Varierande" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Versionkontroll" #: config/registry.php:221 msgid "Version Control" msgstr "Versionhantering" #: lib/Block/WeatherdotcomStrings.php:101 msgid "Very High" msgstr "Mycket hög" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamesiska (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Visa en extern hemsida" #: lib/Block/Metar.php:182 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Sikt" #: lib/Block/Weatherdotcom.php:247 msgid "Visibility: " msgstr "Sikt: " #: lib/Block/Account.php:96 msgid "Warning" msgstr "Varning" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Väder" #: lib/Block/Weatherdotcom.php:41 msgid "Weather Forecast" msgstr "Väderprognos" #: lib/Block/Weather.php:338 lib/Block/Weather.php:346 #: lib/Block/Weatherdotcom.php:409 msgid "Weather data provided by" msgstr "Väderdata tillhandahålls av" #: config/registry.php:327 msgid "Web Site" msgstr "Hemsida" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Välkommen" #: templates/portal/mobile.inc:5 #, php-format msgid "Welcome, %s" msgstr "Välkommen, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:504 #, php-format msgid "What application should %s display after login?" msgstr "Vilken applikation skall %s visa efter inloggning?" #: lib/Block/TwitterTimeline.php:113 msgid "What are you working on now?" msgstr "Vad arbetar du med nu?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Vilket är avgränsningstecknet?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Vilket är tecknet för citerad text?" #: lib/Block/FbStream.php:143 msgid "What's on your mind?" msgstr "Vad tänker du på?" #: config/prefs.php:454 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Vilken dag vill du ska visas som första dagen i veckan?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Vilka faser" #: config/prefs.php:554 #, php-format msgid "Width of the %s menu on the left:" msgstr "Bredd för menyn %s till vänster?" #: config/registry.php:349 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:204 lib/Block/Weather.php:262 #: lib/Block/Weatherdotcom.php:283 lib/Block/WeatherdotcomStrings.php:95 msgid "Wind" msgstr "Vind" #: lib/Block/WeatherdotcomStrings.php:96 msgid "Wind Early" msgstr "Tidig vind" #: lib/Block/WeatherdotcomStrings.php:97 msgid "Wind Late" msgstr "Sen vind" #: lib/Block/Metar.php:66 msgid "Wind speed in knots" msgstr "Vindhastighet i knop" #: lib/Block/Metar.php:129 msgid "Wind:" msgstr "Vind:" #: lib/Block/Weatherdotcom.php:226 msgid "Wind: " msgstr "Vind: " #: admin/activesync.php:183 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Radera" #: admin/activesync.php:164 lib/Prefs/Ui.php:387 msgid "Wipe is pending" msgstr "Avvaktar radering" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Visdom" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Arbete" #: config/registry.php:244 msgid "X-Ref" msgstr "Korsreferens" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html:26 templates/logintasks/mobile.html:32 msgid "Yes, I Agree" msgstr "Ja, jag samtycker" #: services/facebook/index.php:118 services/facebook/index.php:166 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Du och %d till gillar detta" msgstr[1] "Du och %d andra gillar detta" #: lib/Api.php:248 msgid "You are not allowed to add groups." msgstr "Du har inte behörighet lägga till grupper." #: lib/Api.php:365 msgid "You are not allowed to add shares." msgstr "Du har inte behörighet att lägga till delningar." #: lib/Api.php:291 lib/Api.php:314 msgid "You are not allowed to change groups." msgstr "Du har inte behörighet att ändra grupper." #: lib/Api.php:446 lib/Api.php:483 lib/Api.php:517 lib/Api.php:542 msgid "You are not allowed to change shares." msgstr "Du har inte behörighet att ändra delningar." #: lib/Api.php:270 msgid "You are not allowed to delete groups." msgstr "Du har inte behörighet ta bort grupper." #: lib/Api.php:390 msgid "You are not allowed to delete shares." msgstr "Du har inte behörighet att ta bort delningar." #: lib/Api.php:674 msgid "You are not allowed to list groups of shares." msgstr "Du har inte behörighet att lista delningsgrupper." #: lib/Api.php:568 lib/Api.php:606 msgid "You are not allowed to list share permissions." msgstr "Du har inte behörighet lista delningsbehörigheter." #: lib/Api.php:415 msgid "You are not allowed to list shares." msgstr "Du har inte behörighet lista delningar." #: lib/Api.php:337 msgid "You are not allowed to list users of groups." msgstr "Du har inte behörighet att lista gruppanvändare." #: lib/Api.php:644 msgid "You are not allowed to list users of shares." msgstr "Du har inte behörighet delningsanvändare." #: lib/Block/FbStream.php:136 lib/Block/FbStream.php:162 #: services/facebook/index.php:63 services/facebook/index.php:80 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Du kan även kontrollera dina Facebook-inställningar i din %s." #: lib/LoginTasks/Task/TosAgreement.php:64 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "Eftersom du inte godkänt användningsvillkoren får du inte logga in." #: login.php:320 msgid "You have been logged out." msgstr "Du är utloggad." #: services/facebook/index.php:47 msgid "You have denied the requested permissions." msgstr "Du har nekat de begärda rättigheterna." #: lib/Block/FbStream.php:97 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" "Du har inte kopplat ditt Facebook-konto till Horde korrekt. Du bör " "kontrollera dina Facebook-inställningar i din %s." #: lib/Block/TwitterTimeline.php:169 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Du har inte kopplat ditt Twitter-konto till Horde korrekt. Du bör " "kontrollera dina Twitter-inställningar i din %s." #: services/facebook/index.php:120 services/facebook/index.php:160 #: services/facebook/index.php:168 msgid "You like this" msgstr "Du gillar detta" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Du måste beskriva problemet innan du kan skicka problemrapporten." #: lib/Prefs/Ui.php:643 msgid "You must select an server to be deleted." msgstr "Du måste ange en server som skall raderas." #: admin/user.php:139 msgid "You must specify a username to clear out." msgstr "Du måste ange ett användarnamn som skall rensas." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Du måste ange ett användarnamn som skall raderas." #: admin/user.php:75 msgid "You must specify the username to add." msgstr "Du måste ange ett användarnamn som skall läggas till." #: admin/user.php:169 msgid "You must specify the username to update." msgstr "Du måste ange ett användarnamn som skall uppdateras." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Din e-postadress" #: config/prefs.php:231 config/prefs.php:295 config/prefs.php:329 #: config/prefs.php:462 msgid "Your Information" msgstr "Din information" #: login.php:312 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Din Internetadress har ändrats sedan du startade din session. För din " "säkerhet måste du logga in igen." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Ditt namn" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Din användardatabas stödjer inte upplägg av användare, Om du önskar använda " "Horde för att administrera användarkonton så måste du använda en annan " "användardatabas." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Din användardatabas stödjer inte listning av användare, eller så är " "funktionen avstängd." #: login.php:316 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Du verkar ha bytt webläsare sedan början av din session. För din säkerhet " "måste du logga in igen." #: lib/Block/Iframe.php:67 msgid "Your browser does not support this feature." msgstr "Din webläsare stödjer inte den här funktionen." #: config/prefs.php:366 msgid "Your current time zone:" msgstr "Din nuvarande tidszon:" #: config/prefs.php:253 msgid "Your full name:" msgstr "Ditt fullständiga namn:" #: login.php:336 msgid "Your login has been locked." msgstr "Ditt konto har blivit låst." #: login.php:332 msgid "Your login has expired." msgstr "Din inloggning har upphört att gälla." #: services/resetpassword.php:79 #, php-format msgid "Your new password for %s is: %s" msgstr "Ditt nya lösenord för %s är: %s" #: services/resetpassword.php:78 msgid "Your password has been reset" msgstr "Ditt lösenord har blivit återställt" #: services/resetpassword.php:92 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Ditt lösnord har återställts, men kunde inte skickas till dig. Var god " "kontakta administratören." #: services/resetpassword.php:87 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Ditt lösnord har återställts, kontrollera din epost och logga in med ditt " "nya lösenord." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Ditt lösenord har upphört att gälla" #: login.php:163 msgid "Your password has expired." msgstr "Ditt lösenord har upphört att gälla." #: lib/Prefs/Ui.php:298 msgid "Your remote servers:" msgstr "Dina fjärrservrar:" #: login.php:308 msgid "Your session has expired. Please login again." msgstr "Din %s session har upphört att gälla. Var god logga in igen." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:109 msgid "[Problem Report]" msgstr "[Problemrapport]" #: admin/sessions.php:43 msgid "[Unknown]" msgstr "[Okänd]" #: lib/Api.php:52 msgid "_Alarms" msgstr "_Alarm" #: lib/Api.php:77 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 msgid "_Configuration" msgstr "Konfiguration" #: lib/Api.php:57 msgid "_DataTree" msgstr "_DataTree" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grupper" #: lib/Application.php:77 msgid "_Home" msgstr "_Hem" #: lib/Api.php:47 msgid "_Locks" msgstr "_Lås" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Behörigheter" #: lib/Api.php:32 msgid "_Users" msgstr "_Användare" #: services/problem.php:56 msgid "attachment" msgstr "bilaga" #: lib/Block/Metar.php:145 lib/Block/Metar.php:331 #, php-format msgid "calm" msgstr "lugnt" #: lib/Block/WeatherdotcomStrings.php:102 msgid "falling" msgstr "fallande" #: lib/Block/Metar.php:147 lib/Block/Metar.php:333 lib/Block/Metar.php:359 #, php-format msgid "from the %s (%s) at %s %s" msgstr "från den %s (%s) kl %s %s" #: lib/Block/Weather.php:213 lib/Block/Weather.php:321 #: lib/Block/Weatherdotcom.php:234 msgid "gusting" msgstr "byar" #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "inline" msgstr "inline" #: lib/Block/FbStream.php:97 lib/Block/FbStream.php:136 #: lib/Block/FbStream.php:162 lib/Block/TwitterTimeline.php:169 #: services/facebook/index.php:63 services/facebook/index.php:80 msgid "preferences" msgstr "inställningar" #: lib/Block/WeatherdotcomStrings.php:104 msgid "rising" msgstr "stigande" #: admin/config/config.php:90 msgid "show differences" msgstr "visa skillnader" #: lib/Block/WeatherdotcomStrings.php:103 msgid "steady" msgstr "stadigt" #: admin/user.php:40 admin/user.php:54 msgid "type the password twice to confirm" msgstr "ange lösenordet två gånger för att bekräfta" #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "unified" msgstr "sammanslagen" #: lib/Block/Weather.php:33 msgid "weather" msgstr "väder" #: lib/Block/Weatherdotcom.php:34 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/sv/LC_MESSAGES/horde.mo0000644000175000017500000020760213160205253021613 0ustar mathieumathieu<0Q1Q$6Q)[QQ&Q Q$Q Q)R-RYVYnYYY YYYYYZZ%-Z<SZ%ZZZ Z)Z ['[,6[*c[%[[![[[ \ )\3\E\ J\W\l\'s\\ \ \\ \\\\ \\] ] %]0]7] M]@Y]]]]]]]!^d1^^^^^^ ^1^*1_\_y_ __ ___ _Q_(` :` H`U` \` i`u`|` ``` ` ` ` ` ` ``=aAa'_a aaaa a.a*a3bVNbbHc(hc5c0cXcQd*deee2eCe Re`e qe~eeeeeeef1fEfHfMfVfgfpf uffff f f,f4f g,g 3g?g Vg*cgBgg gg gh h h0h"Mh phzh h hhhhhhCiRi ri/~iiii iii ii jj 6j @jNj"Wj{zjOj'Fk(nkkkkkkkk l l &l3lClKl Rl^lzl lll l l l lll lmm m !m/m 3m=mFmLmQm|`mmmm nn n"n)n:nKn [nennn n nnnnnoo oo/o5o:o OoZouo|oo o ooo?o p p p"&p IpUp op |pppp p$p2p q q q 'q 2q?qOqUqfqvqq qqjrrs )s 5sVsBhs4s)s tt 1t?tTtottt ttt ttu uuu%u.u 4u>u Su`u ou}uuuuuu u u uuuv v 8vCvTvdvvv{v v vvvvv w w w*ww:x?xCx JxVxYx_x dxhoxxx y"y:y$Zyyyyy y yyyyy zz0z5z> 4"Wsc5'hBf%!8Z8z3-2eH3Q o1A—3%8?^)TȘ)KGI1ݙ*(:ck s 1ԚښV] Û ϛܛ  4AEE ǜϜߜ )? Y es;2͝  %/2A;t ǞԞ ݞ 8C LZ jt Ÿʟ۟ &/<l ǠFܠ #!0RW \ gq Dɡ""1%T%z%%Ƣ-.#I,m,5ǣVT*nus E(ץ)&*%Q(wvĦ ;Esy[+ը)E]}\QIc~-Ǫ ت  * 1<AIck r~"ȫ Ыܫy 'ȭ! # 3/>nծ tk r ǯqدFJJVܰ33 g]tұh Xe u ƲҲ ) 8 CNn ˳'6ML/'ʴ    ' 2 =HNS!r(Hc#޶ -LU(mA(ط $'L*S0~0.$#H\n չ,ܹ  &0 ?JP U a#n ɺIٺ#<Qo v"\ % @Mk*, ->RfUxν  ! ' 1?F O\l t O"7+cr  )2ʿ>W<$M-rC)[j- ;@FYj y &1"X{ ?:S   5E O al r|    5Ld?w . ) 6DM\y !W{89 $Fkr    9 N\b i w    {.  , ; Fg}  &,1 EOjr D'0 KW v   &7 # 3 >L[krz@X x*B&!*Law /@ OY^dw~  *2; ?J \j  *"7!Z&|'  "'0O92>! (36=D)Y#';C J T a o|#' * 0: BL\l   ! BJQ` e;pK9!,LF> !# +9Y`-ubO^}    " . <H Xfx    #( F gu !`   <!6<RZc v    =PW    +)9c k8w'" *6oL &.>Xry~  Q."Q` s }$GdF+=Uq * ],Y+@A]5')$# BUP+  " 0<O"Wz   % 7B`f oy#!tP_=!<@}%   ' 5 AOV hs    %0 N)[PI )5.DsX2*bBs7RGi>.:Zf2E-6#dA,c[XqN2Lk 2a "3IQdv Q !3DT\r {   );38o  8C9}     #.> O[r  2P g%8 "*/ 4?H]cjq 8,2+L-x(.241(f2+?F.u(vt&B+2 3M 8 6   j  }  ^7 f 1 / F _ '| " & d [S & '  >QWhqx }  )01 bo v<^az?(HpF~J Gxu<>^NRCxkt fy^k#?O?:&B5-mXo %fP -+1aGd7Uh(L7g[0<I:\~a/=]Y6z)`7*D)q) Zlx.jJLpM!1LSVVE$Y Z"'wSw>_jUGH *Hgy1==X!`|s>]&byMl.K ;briA RETx_sPcNc9\n3(3|8Q=neO+V6#&g>a@zRS3_q2fKAiPD"8N{ ;rI[i:FT$At,ocY+O$]9wtS3 2 $5[t; * NB4% /hBFl~'%Deo~@0o)dvCEEs'?-%9v{KOeur,:d  umW4wpYkZ4c{2h@}vlvhP"^LC\H} J,# dmUU55_+ bZ}V0f6.'`AjM7jG!mI/W!QX*qXn{k\;`/Tnyq -&Wp]g64IDCeQQ  9rsRub|z[T(<2#} MWB.i,@81FJ08|"K at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hours24-hour format can interact with your Facebook account, but you must login to Facebook manually each time. cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA charactersA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM CloudsAM DrizzleAM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM T-ShowersAM T-StormsAM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated to:Authorize Access to Friends Data:Authorize PublishAuthorize Read:Authorize an infinite session:AutomaticAvailable fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBrowser:Burnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsClouds EarlyClouds LateCloudyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCornflowerCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the backup configuration file %s.Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDataTreeDataTree BrowserDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDew point: DisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrizzleDrugsDynamicE charactersEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFade to GreenFairFeedFeed AddressFeels LikeFeels like: Few ShowersFew Snow ShowersFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFogFog EarlyFog LateFoggyFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFreezing DrizzleFriend Requests:Friends enabledFrom the From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHazeHeavy RainHeavy T-StormHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHide Advanced PreferencesHide ResultsHide SidebarHighHome DirectoryHordeHorde WebsiteHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumidity: HumoristsIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInfinite sessions enabled.InformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.InventoryIsolated T-StormsJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow EarlyLight Snow LateLight Snow ShowerLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLoading...Local time: Local time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMaximum number of entries to displayMedicineMediumMembersMentionsMenu mode:Metar WeatherMetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration.MistMobileMobile (Smartphone)ModeModerateMondayMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeXTNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo SoundNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No temporary directory available for cache.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject CreatorOffense filterOfficeOld Horde WebsiteOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:OrganizingOtherOther InformationOther charactersOwnerOwner:PHPPHP CodePHP ShellPM CloudsPM DrizzlePM FogPM Light RainPM Light SnowPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-ShowersPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosted %sPosted %s via %sPostnukePrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePrecipitation
chancePressurePressure at sea level: Pressure: PrincipalProblem DescriptionProvisionedPublish enabled.Purple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRemarksRemote Host:Remote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequested service could not be found.ResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".Scattered ShowersScattered T-StormsScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeServer data wrong or not available.Session AdminSession Timestamp:SessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set up remote servers that you want to access from your portal.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow SidebarShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsShow the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSkip Login TasksSmallSnowSnow EarlySnow LateSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLSyndicated FeedT-ShowersT-Showers EarlyT-Showers LateT-StormT-Storm and WindyT-StormsT-Storms EarlyT-Storms LateTag CloudTango BlueTasksTealTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temperature: Temperature
(%sHi%s/%sLo%s) °%sTemporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Text AreaText OnlyThai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The server "%s" has been deleted.The server "%s" has been saved.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.ThunderTicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTraditionalTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sU.V. index: URLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVariableVersion CheckVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeatherWeather ForecastWeather data provided byWeb SiteWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?What's on your mind?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind EarlyWind LateWind speed in knotsWind:Wind: WipeWipe is pendingWisdomWorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Facebook account with Horde. You should check your Facebook settings in your %s.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has been locked.Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Your session has expired. Please login again.Zippy[Problem Report][Unknown]_Alarms_CLI_Configuration_DataTree_Groups_Home_Locks_Permissions_Usersattachmentcalmfallingfrom the %s (%s) at %s %sgustinginlinepreferencesrisingshow differencessteadytype the password twice to confirmunifiedweatherweather.comProject-Id-Version: Horde 3.0-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2012-05-24 10:00+0200 PO-Revision-Date: 2012-05-04 15:48+0100 Last-Translator: Jakob Alvermark Language-Team: Swedish Language: sv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); vid "%s" lades till i gruppsystemet."%s" lades till i behörighetssystemet."%s" skapades inte: %s.%.2fMB använt av %.2fMB (%2f%%)%d %s och %sDitt lösenord går ut om %d dagar.%d minuter%d person gillar detta%d personer gillar detta%d till %d av %d%d-dygnsprognos%s - För kännedomKonfiguration för %s%s uppgifter - bekräftelseLicensavtal för %s%s vid %s %s%s kommer att utföra de underhållsaktiviteterna som kryssats i nedan. Kryssa i de aktiviteter som du vill utföra., byar, byar %s %s, variabel mellan %s och %s12-timmarsformat24-timmarsformat24 timmar24-timmarsformat can kopplas till ditt Facebook-konto, men du måste logga in till Facebook manuellt varje gång. kan inte hämta information om dina Facebook-vänner. kan inte hämta dina meddelanden och andra Facebook-data kan inte sätta din status eller posta annat innehåll till Facebook. kan kopplas till ditt Twitter-kontoAntal teckenEn fjärradering har begärts. Enheten kommer att raderas vid nästa synkroniseringsförsök.En nyare version (%s) finns.En fjärradering för enhetsid %s har påbörjats. Enheten kommer att raderas vid nästa synkronisering.Mulet på FMDuggregn på FMDimma på FMLättare regn på FMLättare snö på FMRegn på FMSkurar på FMSnö på FMSnöbyar på FMSoligt på FMÅskbyar på FMÅskskurar på FMFM/EMKontoinformationKontolösenordÅtgärderActiveSyncActiveSync enhetsadministrationActiveSync-enheterActiveSync ej aktiverad.Lägg tillLägg till innehållLägg till här:Lägg till medlemmarLägg till en gruppLägg till en ny användare:Lägg till nytt alarmLägg till parLägg till användare"%s" lades till i systemet, men kunde inte lägga till extra information: %s."%s" lades till i systemet. Du kan logga in nu.Upplägg av användare är inaktiverat.AdressAdressbokAdministrationAlarmslutAlarmmetodAlarmstartAlarmtext:AlarmtitelAlarmAllaAlla authentiserade användareAlla policynycklar återställda.Alla enhettillstånd har raderats för dina ActiveSync-enheter. De kommer att omsynkroniseras nästa gång de kopplar upp sig mot servern.Alla synkroniseringssessioner borttagna.Alternativ IMSP-inloggningAlternativt lösenord för IMSPAlternativt användarnamn för IMSPAlternativ e-post adressEtt okänt fel har inträffatSvarApplikationApplikationskontextApplikationslistaApplikationen är klar.Applikationen är den senaste.GodkännArabiska (Windows-1256)Är det säkert att du vill radera '%s'?Är det säkert att du vill ta bort anmälningbegäran för "%s"?Är det säkert att du vill radera "%s"?Armenska (ARMSCII-8)KonstAsciikonstMinst ett databasschema är gammalt.BilagaFörsökte radera en grupp som inte finns.Försökte radera en behörighet som inte finns.Försökte ändra en behörighet som inte finns.Försökte ändra en utdelning som inte finns.Authentiserad till:Tillåt tillgång till vänner-data:Tillåt publiceringTillåt läsning:Tillåt en oändlig session:AutomatiskTillgängliga fält:AzurBOFH ursäkterBaltisk (ISO-8859-13)BarbieGrundkatalog "%s" för grafik hittades inte.BlockinställningarBlocktypBlue MoonBlue and WhiteBokmärkenBådaBrunWebläsare:Burnt OrangeInitiering av cache slutfördes ej.KalenderLugntCamouflageAvbrytAvbryt problemrapportAvbryt raderingKan inte återställa lösenord automatiskt, kontakta din administratör.Kategorier och etiketterCeltic (ISO-8859-14)Centraleuropeisk (ISO-8859-2)ÄndraÄndra platsÄndra ditt lösenordÄndra din personliga information.Ändring av lösenord stöds inte med nuvarande konfiguration. Kontakta din administratör.KontrolleraLeta efter nyare versionerKontrollerarFörenklad kinesiska (GB2312)Traditionell kinesiska (Big5)Välj %sVälj hur datum skall visas (kort format):Välj hur datum skall visas (långt format):Välj hur tid skall visas:RensaRensa frågaRensa användare: %sRensa användareRensa användardataTidigt uppklarnandeSent uppklarnandeKlicka på en av dina adressböcker och ange sedan vilka fält som skall genomsökas.Klicka för att fortsättaKlientankareStäng fönsterMolnTidiga molnSena molnMuletSlå ihopFärgväljareSerierKommandoKommandoskalKommentarer: %dDatorerFörhållandeFörhållandenKonfigurationKonfigurationsskillnaderKonfiguration för synkronisering med handdatorer, smarta telefoner och OutlookKonfiguration behöver uppdateras.Uppdateringsskript för konfiguration är tillgängligaKonfigurera %sBekräfta lösenordFortsättKakaCornflowerKan inte kontakta server "%s" via FTP: %sKunde inte kontakta servern. Försök igen senare.Kunde inte ta bort upgraderingsskript "%s" för konfiguration.Kunde inte hitta autorisering för för koppling med ditt Twitter-kontoKunde inte återställa lösenordet för den begärda användaren. Några eller alla detaljer är inte rätt. Försök igen eller kontakta din administratör om du behöver mer hjälp.Kunde inte återskapa konfiguration.Kunde inte spara en backup-konfiguration: %s.Kunde inte spara uppgraderingsscript för konfiguration till: "%s".Kunde inte spara backup-konfiguration %s.Kunde inte spara konfigurationfilen %s. Välj något alternativ nedan för att spara koden.Kunde inte spara konfigurationsfilen %s. Du kan antingen välja något alternativ för att spara koden tillbaka på %s eller manuellt kopiera koden nedan till %s.Kunde inta skriva konfiguration för "%s": %sLandSkapaSkapa ny identitetAktuella 4 faserAktuella alarmAktuella låsAktuella sessionerAktuell tidAktuellt väderAktuella förhållandenAktuella förhållanden: Krylliska (KOI8-R)Krylliska (Windows-1251)Krylliska/Ukrainska (KOI8-U)Databastillgång är inte konfigureradDatabasschema behöver uppdateras.Databasschema är klart.DDDataDataTreeDataTree-bläddrareDatabasDatumDatum mottagetDatum: %s; tid: %sDagFörvaltFörvald färgFörvalt skalFörvald teckenuppsättning vid sändning av e-postmeddelanden:Förvald plats att använda för platsmedvetna funktioner.DefinitionerRaderaRadera "%s"Ta bort all SyncML-dataRadera gruppTog bort uppgraderingsskript för konfiguration "%s".Tog bort synkroniseringssession för enheten "%s" och databasen "%s".Beskriv problemetUtvecklingEnhetEnhets-IDEnhetshanteringEnhets-ID:Enheten är raderadEnheten borttagen.Enhetsraderingen avbruten.DaggpunktDaggpunkt senaste timmen: DaggpunktDaggpunkt:InaktiveraVisa 24-timmarsklocka?VisningsinställningarVisa detaljerad prognosVisa prognos (TAF)Innehåller första raden fältnamn? Om ja, markera denna ruta:Har du inget konto? Anmäl dig.Hämta %sHämta genererad konfiguration som PHP-skript.DuggregnDrogerDynamiskAntal teckenEU momsnummerRedigeraRedigera "%s".Redigera inställningar förRedigera behörigheterRedigera behörigheter för "%s"UtbildningE-postadressSluttidAnge namn för den nya kategorin:Skriv en säkerhetsfråga som kommer att ställas till dig om du behöver återställa ditt lösenord, t.ex. 'Vad heter ditt husdjur?':Fel uppstod vid anslutning till Twitter: %s Detaljer har loggats för administratören.Fel uppstod vid borttagning av synkroniseringssessionen:Fel uppstod vid borttagning av synkroniseringsessionerna:Fel vid uppdatering av lösenord: %sEtniskHändelseinbjudningar:Var 15:e minutVarannan minutVar 30:e sekundVar 5:e minutVarje halvtimmaVarje timmeVarje minutExempelvärden:KörExpanderaExtra stor:FTP-uppladdning av konfigurationFacebook-integrationFade to GreenKlartFlödeFlödesadressKänns somKänns som:Några skurarNågra snöbyarFält att söka iFilhanterareFilterFilterFörsta halvanFörsta kvartenDimmaTidig dimmaSen dimmaDimmigtMatPrognos (TAF)Prognosdygn (observera att prognosen innehåller både dag och natt; ett högt värde här kan resultera i ett brett block)Glömt ditt lösenord?FormulärLyckokakaTyp av lyckokakaLyckokakorLyckokakor 2ForumUnderkylt duggregnVänförfrågningar:Vänner aktivaFrån den Från den %s (%s °) kl %s %sFrån den %s kl %s %sFullständig beskrivningFullmåneNamnGenerera konfiguration för %sGenererad kodHämta merAllmänna inställningarGåGödelGooglesökningGrekiska (ISO-8859-7)GreenGreyGruppadministrationGruppnamnGruppen skapades inte: %s.GrupperGästbehörigheterTorrdisKraftigt regnKraftigt åskväderHebreiska (ISO-8859-I)HöjdHöjd på flödesinnehåll (bredden justeras automatiskt till rutan)HjälpHjälprubrikerHalvklotHär är början av filen:Hi-ContrastGöm avancerade inställningarGöm resultatGöm sidomenyHögHemkatalogHordeHorde websidaHur många fält (kolumner) finns det?Hur många sekunder mellan vi letar efter nya artiklar?LuftfuktighetLuftfuktighet: HumoristerEnbart ikonerIkoner för %sIkoner med textIdéerIdentitetens namn:Importera, steg %dImporterat fält: %sImporterade fält:Som svar till:I listan nedan välj både ett importerat fält från källfilen till vänster och det motsvarande fältet tillgängligt i din adressbok till höger. Tryck sedan "Lägg till par" för att markera dem för import. När du är klar tryck "Nästa".Ogiltigt användarnamn eller alternativ adress. Försök igen eller kontakta din administratör om du behöver mer hjälp.Individuella användareOändliga sessioner aktiverade.InformationInformation är inte längre tillgänglig.Ärvda medlemmarSkriv in en e-postadress som det nya lösenordet kan skickas till:Skriv in svaret på säkerhetsfrågan:Felaktigt format på VAT-nummret.Felaktig åtgärd %sFelaktig applikation.Felaktig hash.Ogiltig licensnyckel.Felaktig plats angiven.Felaktig huvudbehörighet.Felaktigt partner-ID.Ogiltig produktkod.InventarieEnskilda åskväderJapanska (ISO-2022-JP)Alldeles nyss...Kernel NewbiesNyckelordBarnKolabKoreanska (EUC-KR)SpråkStorSista halvanSenaste lösenordsbyteSista kvartenSenaste synktidSenast uppdaterad:Senaste inloggning: %sSenaste inloggning: %s från %sSenaste inloggning: AldrigSenasteLavenderLagLight BlueLättare duggregnLättare regnTidigt lättare regnSent lättare regnLättare regnskurLättare regn med åskaLättare snöfallTidigt lättare snöfallSent lättare snöfallLättare snöbyGillaLimerickLinux CookieListtabellerListning av alarm misslyckades: %sListning av lås misslyckades: %sListning av sessioner misslyckades: %sListning av användare är avaktiverad.LitteraturLaddar...Lokal tid: Lokal tid: %s %sSpråk och tidPlatsLås användareLåsLogga inLogga utInloggning misslyckades p.g.a. att användarnamn eller lösenord var felaktigt.Inloggning misslyckades.Logga in på Facebook och tillåt Logga in på Twitter och tillåt applikationen KärlekLågLoyolaLoyoa BlueMMMagiskE-postE-postadministrationHantera dina kategorier och dess färger Hantera dina ActiveSync-enheterMatchande fält:Högsta temperatur senaste dygnet: Högsta temperatur senaste 6 timmarna: Maximalt antal portalblockMaximalt antal inlägg att visaMedicinMediumMedlemmarOmnämningarMenyutseende:METAR-väderMetarDB är inte ansluten.MetriskLägsta temperatur senaste dygnet: Lägsta temperatur senaste 6 timmarna: DiverseKonfiguration saknas.FuktdisMobilMobil (Smartphone)LägeMåttligtMåndagMånfaserMestadels klartMestadels muletMestadels mulet och blåsigtMestadels soligtMozillaMitt kontoMin kontoinformationMitt Facebook-flödeMin portalMin portallayoutEj tillgängligtNEJ, Jag accepterar INTEOBS: ATT RADERA EN ENHET KAN ÅTERSTÄLLA DEN TILL FABRIKSINSTÄLLNINGAR. VÄNLIGEN BESTÄM DIG FÖR ATT DU VERKLIGEN VILL GÖRA DETTA INNAN DU BEGÄR RADERINGNamnNeXTAldrigNy kategoriNya meddelanden:NymåneNytt användarnamn (valfritt)Nytt lösenordDe nya lösenorden är inte lika.NyheterNästaNästa 4 faserNattInget ljudDet finns inget konfigurationdata att visa skillnader för.Ingen ändring.Inga ikoner hittades.Ingen plats är inställd.Ingen plats angiven.Inga stötande lyckokakorInga väntande anmälningar.Ingen säkerhetsfråga har angivits. Vänligen kontakta din administratör.Ingen stabil version finns ännu.Temporärkatalog ej tillgänglig för cache.Inget användarnamn angivet.Ingen version funnen i originalkonfigurationen. Återgenerera konfiguration.Ingen version funnen i din konfiguration. Återgenerera konfiguration.IngenNordisk (ISO-8859-10)Norra halvklotetEj förbereddAnteckningarInget att bläddra, gå tillbaka.Antal artiklar att visaAntal sekunder mellan uppdateringarObjektskapareFilter för stötande innehållKontorGammal Horde websidaGammalt och nytt lösenord måste vara olika.Gammalt lösenordGammalt lösenord felaktigt.Bara stötande lyckokakorEndast ägaren eller systemadministratören kan ändra ägare eller behörigheter på en utdelningOperativsystemEller skriv ett användarnamn:KontorAnnanÖvrig informationAndra teckenÄgareÄgare:PHPPHP-kodPHP-skalMulet på EMDuggregn på EMDimma på EMLättare regn på EMLättare snö på EMRegn på EMSkurar på EMSnö på EMSnöbyar på EMSoligt på EMÅskskurar på EMÅskväder på EMPOSIX-extension fattasP_HP-skalDelvis muletLösenordLösenord ändrades.Lösenord:Lösenorden måste vara lika.Klistra inVäntande anmälningar:FolkUtför inloggningsaktiviteterBehörighet "%s" raderades inte.BehörigheterBehörighetsadministrationPersonlig informationHusdjurFotonPlattityderVar god ange ett lösenord.Var god ange ett användarnamn.Var god sammanfatta ditt problem.Var god läs igenom följande text. Du MÅSTE samtycka med villkoren för att använda systemet.Petningar:PolicynyckelPolicynyckelPolitikPostade %sPostade %s via %sPostnukeNederbörd senaste timmen: Nederbörd senaste %d timmarna: Nederbörds%sriskNederbörd
riskTryckTryck vid havsnivå: Tryck: HuvudmanProblembeskrivningFörbereddPublicering aktiverad.Purple HordeFrågaKvotRegnTidigt regnSent regnSkurRegn och snöRegn till snöSlumpmässig lyckokakaLäsLäs aktiveradSäkert att du vill radera "%s"? Raderingen kan inte ångras.Säkert att du vill radera användardata för "%s"? Raderingen kan inte ångras.Uppdatera dynamiska menyelement:Uppdatera portalvy:Uppdateringsintervall:Registrerade användarenheterKommentarerFjärrvärd:FjärrservrarFjärr-URL (http://www.exempel.se/horde):Ta bortTa bort parTa bort sparat skript från serverns temporära katalog.Ta bort användareTa bort användare: %sSvarGör om förberedelse för alla enheterBegärd tjänst kunde inte hittas.ÅterställÅterställ lösenordÅterställ alla enhetstillstånd. Detta innebär att att dina enhter kommer att omsynkronisera allt innehåll.Återställ ditt lösenordÅterställ senaste frågaResultatResultat för %sÅtervänd till huvudmenyRetweetRetweetad av %sSkriv nytt lösenord igenÅterställ konfigurationGåtorKörKör inloggningsaktiviteterSQL-skalS_QL-skalSparaSpara "%s"Spara och avslutaSpare genererad konfiguration som ett PHP-skript i din servers temporär katalog.Kan inte spara uppgraderingsscript till: "%s".Spridda skurarSpridda åskväderVetenskapOmfattningSökSökSök:Välj grupp att lägga till:Välj en ny ägare:Välj en serverVälj en användare att lägga till:Välj alla fält som ska genomsökas vid autokomplettering av adresser.Ange de tecken du behöver i rutorna nedan. Du kan sedan kopiera och klistra in dem från textrutan.Välj datum- och tidsformat:Välj avgränsare för datum:Välj datumformat:Välj dag och tidsordning:Välj tidsavgränsare:Välj tidsformat:Välj ditt färgschema.Ange ditt förvalda språk:Sänd problemrapportGivare: ServertidServerdata felaktig eller ej tillgänglig.SessionsadministrationSessionstidsstämpel:SessionerVälj inställningar för att låta dig återställa ditt lösenord om du skulle glömma det.Ställ in koppling till ditt Facebook-konto.Ställ in koppling till ditt Twitter-konto.Inställningar för fjärrservrar som du vill visa i din portal.Ställ in ditt förvalda språk, tidszon och datuminställningar.Ställ in din startapplikation, färgschema, siduppdatering och andra visningsinställningar.Flera platser möjliga med parametern: Flera möjliga platser med parametern: %sKort sammanfattningAnvänd snabbtangenter för länkar?VisaVisa avancerade inställningarVisa sidomenyVisa skillnader mellan innevarande sparad och den nyligen genererade konfigurationen.Visa extra detaljer?Visa senaste inloggningstid vid inloggning?Visa notifieringarVisa meny för %s till vänster?SkurarTidiga skurarSena skurarSkurar i närhetenSimplexHoppa över inloggningsaktiviteterLitenSnöTidigt snöfallSent snöfallSnöbySnöbyarTidiga snöbyarSena snöbyarSnödjup: Snö motsvarande i vatten: Sånger och dikterSydeuropeisk (ISO-8859-3)Södra halvklotetSkräppostInmatning av speciella teckenSportStandardStar TrekStarttidTillståndhanteringStatusDet går inte att uppdatera status.FlödeKan inte hitta underkatalog "%s".Begäran att lägga till "%s" till systemet skickad. Du kan inte logga in förrän din begärad har blivit godkänd.Kopplingen till ditt Facebook-konto eller uppdateringen av behörighet lyckades.Lyckat"%s" lades till i systemet.Användar-data för användaren "%s" rensades från systemet."%s" raderades."%s" togs bort från systemet.Återkallade konfiguration. Ladda om för att se ändringar.Sparade backupkonfiguration.Sparade backupkonfigurationsfilen %s."%s" uppdaterades.Skrev %sSoluppgångSolnedgångSöndagSoligtSoluppgångSoluppgång/solnedgångSoluppgång: SolnedgångSolnedgång: SyncMLSyndikerat flödeÅskskurarTidiga åskskurarSena åskskurarÅskväderÅskväder och blåsigtÅskväderTidigt åskväderSent åskväderTagg-molnTango BlueUppgifterTealTemperatur senaste timmen: TemperaturTemperatur%s(%sHö%s/%sLå%s)Temperatur: Temperatur
(%sHö%s/%sLå%s) °%sFör närvarande ej möjligt att koppla upp mot Facebook. Var god försök igen.För närvarande ej möjligt att kontakta Twitter. Var god försök igen.TextrutaEnbart textThai (TIS-620)Fjärradering för enhets-id %s har avbrutits.Alarmet har raderats.Alarmet har sparats.Konfigurationen för %s kan inte uppdateras automatiskt. Var vänlig uppdatera manuellt.Den förvalda e-postadressen för denna identitet:Låset har tagits bort.Medlemsstatens tjänst kunde inte nås i tid. Försök igen senare eller med en annan medlemsstat.Medlemsstatens tjänst är för närvarande inte tillgänglig. Försök igen senare eller med en annan medlemsstat.Angiven landskod är ogiltig.Servern "%s" har raderats.Servern "%s" sparades.Tjänsten är för närvarande inte tillgänglig. Försök igen senare.Tjänsten är för närvarande upptagen. Försök igen senare.Anmälningsbegäran för "%s" has tagits bort.Anmälningsbegäran för användaren "%s" har tagits bort.Tillståndet för för enhets-id %s har återställts. Enheten kommer att omsynkronisera nästa gång den kopplar upp sig mot servern.Testskriptet är för närvarande aktiverat. Avaktivera testskript av säkerhetsskäl när du testa klart (läs horde/docs/INSTALL).Användaren "%s" finns redan.Användaren "%s" finns inte.Temakatalog "%s" ej funnen.Problem med att lägga till "%s" till systemet: %sProblem med att rensa information om användare "%s" från systemet: Problem med att ta bort "%s" från systemet: Problem vid uppdatering av "%s": %sDet uppstod ett fel vid kommunikation med ActiveSync-servern: %s.Det uppstod ett vid kontakt med Twitter: %s.Det var ett fel i konfigurationsformuläret. Du kanske glömde att fylla i ett obligatoriskt fält.Fel vid begäran: %s.Det uppstod ett fel vid hämtning av din Facebook-session. Var god försök igen senare.Det uppstod ett fel vid radering av global data för %s. Detaljer har loggats.Det uppstod ett fel med de begärda rättigheternaDetta VAT-nummer är ogiltigt.Detta VAT-nummer är giltigt.ÅskaÄrendenTidsredovisningTidsformatTidsstämpel eller okäntTidstämplar för lyckade synkroniseringssessionerTitelFör att exkludera ett specifikt fält från importen eller för att korrigera en felaktig matchning, välj ett fält i listorna nedan och tryck "Ta bort par".För att välja flera fält, håll ned Control (på PC) eller Command (på Mac) medan du klickar.IdagImorgonTraditionellÖversättningarTurkiska (ISO-8859-9)KvitterTwitterintegrationTwitter tidslinjeTwitter tidslinje för %sUV-index: URLEj möjligt att kontakta Twitter. Var god försök igen senare. Felmeddelande: %sKan inte radera "%s": %sEj möjligt att gilla.Ångra ändringarEj kategoriseradUnicode (UTF-8)EnheterOkänd plats angiven.Lås uppUppdateraUppdatera %sUppdatera schema %sUppdatera alla databas-schemanUppdatera alla konfigurationerUppdatera användareUppdaterade "%s".Uppdaterade schema för "%s".Ladda uppAlla applikationskonfigurationer laddades upp till servern.Använd om namn/lösenord ej är lika för IMSP servern.AnvändareAnvändaradministrationAnvändarklient:AnvändarnamnAnvändarregistreringAnvändarregistrering har avaktiverats för denna plats.Användarregistrering är ej korrekt konfigurerad för denna plats.Användarkonto hittades inteAnvändare att lägga till:AnvändarnamnAnvändarnamn:AnvändareAnvändare i systemet:VAT-nummerverifikationVAT-nummer:VAT-nummerVarierandeVersionkontrollVersionhanteringMycket högVietnamesiska (VISCII)Visa en extern hemsidaSiktSikt: VarningVäderVäderprognosVäderdata tillhandahålls avHemsidaVälkommenVälkommen, %sWestern (ISO-8859-1)Western (ISO-8859-15)Vilken applikation skall %s visa efter inloggning?Vad arbetar du med nu?Vilket är avgränsningstecknet?Vilket är tecknet för citerad text?Vad tänker du på?Vilken dag vill du ska visas som första dagen i veckan?Vilka faserBredd för menyn %s till vänster?WikiVindTidig vindSen vindVindhastighet i knopVind:Vind: RaderaAvvaktar raderingVisdomArbeteKorsreferensYYJa, jag samtyckerDu och %d till gillar dettaDu och %d andra gillar dettaDu har inte behörighet lägga till grupper.Du har inte behörighet att lägga till delningar.Du har inte behörighet att ändra grupper.Du har inte behörighet att ändra delningar.Du har inte behörighet ta bort grupper.Du har inte behörighet att ta bort delningar.Du har inte behörighet att lista delningsgrupper.Du har inte behörighet lista delningsbehörigheter.Du har inte behörighet lista delningar.Du har inte behörighet att lista gruppanvändare.Du har inte behörighet delningsanvändare.Du kan även kontrollera dina Facebook-inställningar i din %s.Eftersom du inte godkänt användningsvillkoren får du inte logga in.Du är utloggad.Du har nekat de begärda rättigheterna.Du har inte kopplat ditt Facebook-konto till Horde korrekt. Du bör kontrollera dina Facebook-inställningar i din %s.Du har inte kopplat ditt Twitter-konto till Horde korrekt. Du bör kontrollera dina Twitter-inställningar i din %s.Du gillar dettaDu måste beskriva problemet innan du kan skicka problemrapporten.Du måste ange en server som skall raderas.Du måste ange ett användarnamn som skall rensas.Du måste ange ett användarnamn som skall raderas.Du måste ange ett användarnamn som skall läggas till.Du måste ange ett användarnamn som skall uppdateras.Din e-postadressDin informationDin Internetadress har ändrats sedan du startade din session. För din säkerhet måste du logga in igen.Ditt namnDin användardatabas stödjer inte upplägg av användare, Om du önskar använda Horde för att administrera användarkonton så måste du använda en annan användardatabas.Din användardatabas stödjer inte listning av användare, eller så är funktionen avstängd.Du verkar ha bytt webläsare sedan början av din session. För din säkerhet måste du logga in igen.Din webläsare stödjer inte den här funktionen.Din nuvarande tidszon:Ditt fullständiga namn:Ditt konto har blivit låst.Din inloggning har upphört att gälla.Ditt nya lösenord för %s är: %sDitt lösenord har blivit återställtDitt lösnord har återställts, men kunde inte skickas till dig. Var god kontakta administratören.Ditt lösnord har återställts, kontrollera din epost och logga in med ditt nya lösenord.Ditt lösenord har upphört att gällaDitt lösenord har upphört att gälla.Dina fjärrservrar:Din %s session har upphört att gälla. Var god logga in igen.Zippy[Problemrapport][Okänd]_Alarm_CLIKonfiguration_DataTree_Grupper_Hem_Lås_Behörigheter_Användarebilagalugntfallandefrån den %s (%s) kl %s %sbyarinlineinställningarstigandevisa skillnaderstadigtange lösenordet två gånger för att bekräftasammanslagenväderweather.comtmpIMUtxu/horde-5.2.17/locale/fr/0000755000175000017500000000000013162206570016345 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fr/help.xml0000644000175000017500000000457313160205253020023 0ustar mathieumathieu La page portail Cette page portail vous fournit un résumé de vos informations importantes. Par exemple, cela pourrait vous permettre d'afficher le nombre de nouveaux messages dans votre boîte de réception, les nouveaux évènements de votre calendrier, les tâches de votre liste de travaux à faire, les grands titres de nouvelles, etc. La plupart des résumés contiendront des raccourcis vers des fonctions classiques comme la composition d'un nouveau message, la création d'un nouvel évènement dans le calendrier ou d'une nouvelle tâche. Le contenu de cette page portail peut être personnalisé à l'aide du bouton 'Présentation'. Par exemple, vous pouvez choisir les points présents sur cette page portail et l'ordre dans lequel ils seront présentés. tmpIMUtxu/horde-5.2.17/locale/fr/LC_MESSAGES/0000755000175000017500000000000013162206570020132 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fr/LC_MESSAGES/horde.po0000644000175000017500000030240313160205253021570 0ustar mathieumathieu# translation of horde to french # Horde 3.2-cvs French translation. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # # Pierre Lachance et Benoit St-André (ben@benoitst-andre.net), 2003, 2004. # Frederic Trudeau , 2001. # Thierry Thomas , 2002, 2005, 2006, 2007, 2011. # Country tranlations from Miguel Tremblay , 2004. # Benoit St-André , 2004. # Yannick Sebastia , 2008. # Paul De Vlieger , 2013 msgid "" msgstr "" "Project-Id-Version: Horde 5.0.4-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2013-01-14 09:19+0100\n" "PO-Revision-Date: 2013-01-18 13:31+0100\n" "Last-Translator: Paul De Vlieger \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "« %s » a été ajouté au système des groupes." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "« %s » a été ajouté au système des permissions." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "« %s » n'a pas été créé : %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2f Mo utilisés sur %.2f Mo permis (%.2f %%)" #: lib/Block/Weather.php:198 #, php-format msgid "%d %s and %s" msgstr "%d %s et %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d jours avant l'expiration de votre mot de passe." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minutes" #: services/facebook/index.php:97 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d personne aime ça" msgstr[1] "%d personnes aiment ça" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d à %d de %d" #: lib/Block/Weather.php:238 #, php-format msgid "%d-day forecast" msgstr "%d-prévision du jour" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - Notice" #: admin/config/config.php:28 admin/config/index.php:358 #, php-format msgid "%s Configuration" msgstr "Configuration de %s" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "Tâches %s - Confirmation" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "Conditions d'utilisation de %s" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr " %s à %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s est prêt à effectuer les tâches ci-dessous. Sélectionnez chaque opération " "que vous voulez effectuer cette fois-ci." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", rafale %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variable du %s au %s" #: lib/Application.php:317 msgid "1 Day" msgstr "1 jour" #: lib/Application.php:321 msgid "1 Month" msgstr "1 mois" #: lib/Application.php:319 msgid "1 Week" msgstr "1 semaine" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "Format 12 heures" #: lib/Application.php:320 msgid "2 Weeks" msgstr "2 semaines" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "Format 24 heures" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 heures" #: config/prefs.php:509 config/prefs.php:511 msgid "24-hour format" msgstr "format sur 24 heures" #: lib/Application.php:318 msgid "3 Days" msgstr "3 jours" #: templates/prefs/facebook.html:41 msgid " cannot read information about your Facebook friends." msgstr "" " ne peut pas lire les informations sur vos amis de Facebook." #: templates/prefs/facebook.html:29 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " ne peut pas lire votre flux de messages ainsi que d'autres " "données de Facebook." #: templates/prefs/facebook.html:17 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " ne peut pas modifier votre statut ou publier du contenu sur " "Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " peut interagir avec votre compte Twitter" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Un effacement de l'appareil a été demandé. L'appareil sera effacé lors de la " "prochaine tentative de synchronisation." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "A newer version (%s) exists." msgstr "Une version plus récente (%s) existe." #: lib/Prefs/Special/Activesync.php:107 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Un effacement distant de l'appareil %s a été demandé. L'appareil sera effacé " "lors de la prochaine tentative de synchronisation." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Données personnelles" #: config/prefs.php:341 msgid "Account Password" msgstr "Mot de passe du compte" #: admin/activesync.php:129 msgid "Actions" msgstr "Actions" #: config/prefs.php:758 lib/Application.php:197 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:74 msgid "ActiveSync Device Administration" msgstr "Administration des appareils ActiveSync" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "Appareil ActiveSync" #: admin/activesync.php:22 lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync non activé." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Ajouter" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Ajouter du contenu" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Ajouter ici :" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Ajouter des membres" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Ajouter un groupe" #: admin/user.php:26 msgid "Add a new user:" msgstr "Ajouter un nouvel utilisateur :" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Ajouter une alarme" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Ajouter la paire" #: admin/user.php:27 msgid "Add user" msgstr "Ajouter un utilisateur" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "« %s » a été ajouté au système, mais l'ajout d'informations supplémentaires " "n'est pas possible : %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "« %s » a été ajouté. Vous pouvez vous connecter." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "La fonction d'ajout d'utilisateurs est désactivée." #: lib/Block/Vatid.php:94 msgid "Address" msgstr "Adresse" #: config/registry.php:131 msgid "Address Book" msgstr "Carnet d'adresses" #: lib/Application.php:52 msgid "Administration" msgstr "Administration" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Fin d'alarme" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Début d'alarme" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Début de l'alarme" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Texte de l'alarme" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Titres de l'alarme" #: admin/alarms.php:141 msgid "Alarms" msgstr "Alarmes" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Tout" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Tous les utilisateurs authentifiés" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Toutes les clés d'accès ont été réinitialisées." #: lib/Prefs/Special/Activesync.php:120 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Tous les états ont été retirés de vos appareils ActiveSync. Ils seront " "resynchronisés lors de la prochaine connexion au serveur." #: lib/Prefs/Special/Syncml.php:74 msgid "All synchronization sessions deleted." msgstr "Suppression de toutes les sessions de synchronisation." #: lib/Application.php:208 msgid "Allow" msgstr "Autoriser" #: lib/Application.php:228 msgid "Allow alphanumeric" msgstr "Autoriser les caractères alphanumériques" #: lib/Application.php:229 msgid "Allow any" msgstr "Autoriser tous" #: lib/Application.php:227 msgid "Allow only numeric" msgstr "Autoriser seulement les nombres" #: config/prefs.php:717 msgid "Alternate IMSP Login" msgstr "Nom d'utilisateur IMSP alternatif" #: config/prefs.php:734 msgid "Alternate IMSP Password" msgstr "Mot de passe IMSP alternatif" #: config/prefs.php:728 msgid "Alternate IMSP Username" msgstr "Nom d'utilisateur IMSP alternatif" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Adresse de courriel alternative" #: services/resetpassword.php:52 msgid "Answer" msgstr "Réponse" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Application" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Contexte de l'application" #: util/icon_browser.php:45 msgid "Application List" msgstr "Liste d'applications" #: admin/config/index.php:225 msgid "Application is ready." msgstr "L'application est prête." #: admin/config/index.php:147 admin/config/index.php:188 msgid "Application is up-to-date." msgstr "L'application est à jour." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Approuver" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabe (Windows-1256)" #: admin/alarms.php:130 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Êtes-vous certain de vouloir effacer « %s » ?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" "Êtes-vous certain de vouloir supprimer cette requête d'inscription pour " "« %s » ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Êtes-vous certain de vouloir effacer « %s » ?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Arménien (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Art" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Art ASCII" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Il y a au moins un schéma de base qui n'est pas à jour." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Pièce jointe" #: lib/Application.php:251 msgid "Attachment Download" msgstr "Télécharger les Pièces jointes" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Tentative d'effacement d'un groupe inexistant." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Tentative d'effacement d'une permission inexistante." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Tentative de modification d'une permission inexistante." #: services/shares/edit.php:68 msgid "Attempt to edit a non-existent share." msgstr "Tentative de modification d'un partage inexistant." #: templates/admin/sessions.html.php:27 msgid "Authenticated to" msgstr "Authentifié auprès de" #: templates/prefs/facebook.html:42 msgid "Authorize Access to Friends Data:" msgstr "Autoriser l'accès aux données des amis :" #: templates/prefs/facebook.html:18 msgid "Authorize Publish" msgstr "Autoriser la publication" #: templates/prefs/facebook.html:30 msgid "Authorize Read:" msgstr "Autoriser la lecture :" #: login.php:225 msgid "Automatic" msgstr "Automatique" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Champs disponibles :" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "Excuses BOFH" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Balte (ISO-8859-13)" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Répertoire des graphiques « %s » non trouvé." #: login.php:230 msgid "Basic" msgstr "Basique" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Préférences de bloc" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Type de bloc" #: lib/Application.php:284 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:182 msgid "Bookmarks" msgstr "Signets" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Les deux" #: config/prefs.php:774 msgid "Bottom" msgstr "Bas" #: templates/admin/sessions.html.php:19 msgid "Browser" msgstr "Navigateur" #: config/registry.php:117 msgid "Calendar" msgstr "Agenda" #: lib/Application.php:272 msgid "Camera" msgstr "Camera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Annuler" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Annuler le rapport du problème" #: admin/activesync.php:184 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Annuler l'effacement" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Impossible de réinitialiser le mot de passe automatiquement, contactez votre " "administrateur." #: config/prefs.php:534 msgid "Categories and Labels" msgstr "Catégories et Étiquettes" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celte (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Européen central (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Modifier" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Changer d'emplacement" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Modifier votre mot de passe" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Modifier vos données personnelles." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "La modification de votre mot de passe n'est pas supportée avec la " "configuration actuelle. Contactez votre administrateur." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Vérifier" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Vérifier les nouvelles versions" #: lib/Block/Vatid.php:44 msgid "Checking" msgstr "Vérification" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinois simplifié (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinois traditionnel (Big5)" #: services/obrowser/index.php:94 #, php-format msgid "Choose %s" msgstr "Choisir %s" #: config/prefs.php:500 msgid "Choose how to display dates (abbreviated format):" msgstr "Choisir le mode d'affichage des dates (format court) :" #: config/prefs.php:475 msgid "Choose how to display dates (full format):" msgstr "Choisir le mode d'affichage des dates (format long) :" #: config/prefs.php:514 msgid "Choose how to display times:" msgstr "Choisir le mode d'affichage des heures :" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Effacer la requête" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Retirer l'utilisateur: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Effacer l'utilisateur" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Effacer les données de l'utilisateur" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Cliquez sur un de vos carnets d'adresses puis sélectionnez tous les champs à " "rechercher." #: templates/logintasks/logintasks.html:30 #: templates/logintasks/smartmobile.html:34 msgid "Click to Continue" msgstr "Cliquer pour poursuivre" # TODO: à vérifier #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Ancre du client" #: templates/shares/edit.inc:12 msgid "Close Window" msgstr "Fermer la fenêtre" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Nuages" #: lib/Application.php:244 msgid "Codeword frequency" msgstr "Fréquence des mots-clés" #: lib/View/Sidebar.php:65 templates/admin/sessions.html.php:9 #: templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Réduire" #: lib/Prefs/Special/Category.php:44 msgid "Color Picker" msgstr "Palette de couleurs" #: config/registry.php:246 msgid "Comics" msgstr "BD" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Commande" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Commande shell" #: services/facebook/index.php:38 #, php-format msgid "Comments: %d" msgstr "Commentaires : %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Ordinateurs" #: lib/Block/Weather.php:251 msgid "Condition" msgstr "Condition" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Conditions" #: admin/config/config.php:59 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Configuration" #: admin/config/diff.php:88 msgid "Configuration Differences" msgstr "Différences de configuration" #: config/prefs.php:743 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Synchronisation des assistants personnels, ordiphones et Outlook." #: admin/config/index.php:220 msgid "Configuration is out of date." msgstr "La configuration n'est pas à jour." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Scripts de configuration de mise à jour disponibles" #: admin/config/index.php:162 #, php-format msgid "Configure %s" msgstr "Configurer %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Confirmer le mot de passe" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Poursuivre" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Témoin (cookie)" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Échec de la connexion au serveur « %s » via FTP : %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Impossible de contacter le serveur. Réessayez plus tard." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" "Impossible de supprimer le script de mise à jour de la configuration « %s »." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Impossible de trouver une autorisation à interagir avec votre compte Twitter " "pour " #: services/resetpassword.php:100 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Impossible de réinitialiser le mot de passe pour l'utilisateur demandé. " "Certains (ou tous) les détails ne sont pas corrects. Réessayez ou contactez " "votre administrateur pour de l'aide." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Impossible de revenir à la configuration précédente." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Impossible d'enregistrer une copie de la configuration : %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" "Impossible d'enregistrer le script de mise à jour de la configuration dans : " "« %s »." #: admin/config/index.php:97 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Impossible d'enregistrer le fichier de configuration %s. Utilisez une des " "options ci-dessous pour sauvegarder le code." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Impossible d'enregistrer le fichier de configuration %s. Vous pouvez soit " "utiliser une des options pour sauver le code sur %s soit copier manuellement " "le code ci-dessous dans %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Impossible de enregistrer la configuration pour « %s » : %s" #: lib/Block/Vatid.php:82 msgid "Country" msgstr "Pays" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Créer" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Créer une nouvelle identité" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "4 phases courantes" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Alarmes en cours" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Courant" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:35 msgid "Current Sessions" msgstr "Sessions en cours" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Heure actuelle" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Observations actuelles" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Condition actuelle :" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillique (KOI8-R)" # config/nls.php.dist: #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillique (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillique/Ukrainien (KOI8-U)" #: admin/config/index.php:238 admin/config/index.php:276 msgid "DB access is not configured." msgstr "Accès à la base non configuré" #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is out of date." msgstr "Le schéma de la base n'est pas à jour." #: admin/config/index.php:249 admin/config/index.php:288 msgid "DB schema is ready." msgstr "Le schéma de la base est prêt." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "JJ" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Données" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Base de données" #: lib/Block/Vatid.php:85 msgid "Date" msgstr "Date" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Date de réception" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Date : %s ; heure : %s" #: lib/Block/Weather.php:246 msgid "Day" msgstr "Jour" #: config/prefs.php:399 config/prefs.php:421 config/prefs.php:435 #: config/prefs.php:508 themes/default/info.php:2 msgid "Default" msgstr "Défaut" #: lib/Prefs/Special/Category.php:59 lib/Prefs/Special/Category.php:89 msgid "Default Color" msgstr "Couleur par défaut" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Interpréteur de commande par défaut" #: config/prefs.php:424 msgid "Default charset for sending e-mail messages:" msgstr "Jeu de caractères par défaut pour l'envoi des messages :" #: config/prefs.php:309 msgid "Default location to use for location-aware features." msgstr "Lieu par défaut pour les fonctionnalités géolocalisées." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Définitions" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Effacer" #: admin/alarms.php:129 admin/groups.php:206 #, php-format msgid "Delete \"%s\"" msgstr "Effacer « %s »" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Suppression de toutes les données SyncML" #: admin/groups.php:180 msgid "Delete Group" msgstr "Supprimer un groupe" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Script de mise à jour de la configuration supprimé « %s »." #: lib/Prefs/Special/Syncml.php:66 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Session supprimée pour l'appareil « %s » et la base « %s »." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Décrire le problème" #: config/registry.php:206 msgid "Development" msgstr "Développement" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Appareil" #: admin/activesync.php:122 msgid "Device ID" msgstr "Id. de l'appareil" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Gestion des appareils" #: lib/Application.php:304 msgid "Device encryption" msgstr "Chiffrement" #: lib/Prefs/Special/Activesync.php:83 msgid "Device id:" msgstr "Id. de l'appareil :" #: admin/activesync.php:168 lib/Prefs/Special/Activesync.php:71 msgid "Device is wiped" msgstr "L'appareil est effacé" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Appareil effectivement retiré." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Annulation effective de l'effacement de l'appareil." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Point de rosée" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Point de rosée pour la dernière heure : " #: lib/Block/Weather.php:181 msgid "Dew point" msgstr "Point de rosée" #: templates/prefs/facebook.html:13 templates/prefs/facebook.html:25 #: templates/prefs/facebook.html:37 templates/prefs/twitter.html:10 msgid "Disable" msgstr "Désactiver" #: config/prefs.php:444 msgid "Display 24-hour times?" msgstr "Afficher sur 24 heures ?" #: config/prefs.php:561 msgid "Display Preferences" msgstr "Afficher les préférences" #: lib/Block/Weather.php:87 msgid "Display detailed forecast" msgstr "Afficher la prévision détaillée" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Afficher la prévision (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Le premier enregistrement contient-il le nom des champs ? Dans " "l'affirmative, cochez cette boîte :" #: templates/login/login.inc:57 msgid "Don't have an account? Sign up." msgstr "Vous n'avez pas de compte ? Enregistrez-vous." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "Download %s" msgstr "Télécharger %s" #: admin/config/index.php:306 msgid "Download generated configuration as PHP script." msgstr "Télécharger la configuration générée comme un script PHP" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogues" #: login.php:234 msgid "Dynamic" msgstr "Dynamique" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identification TVA Eu." #: lib/View/Sidebar.php:222 templates/shares/edit.inc:65 #: templates/shares/edit.inc:82 templates/shares/edit.inc:100 #: templates/shares/edit.inc:117 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:171 #: templates/shares/edit.inc:192 templates/shares/edit.inc:227 #: templates/shares/edit.inc:254 templates/shares/edit.inc:273 #: templates/shares/edit.inc:295 templates/shares/edit.inc:324 msgid "Edit" msgstr "Modifier" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Modifier « %s »" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Édition des préférences de" #: services/shares/edit.php:247 msgid "Edit permissions" msgstr "Éditer les permissions" #: services/shares/edit.php:246 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Éditer les permissions pour « %s »" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Éducation" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Adresse électronique" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Fin à" #: lib/Block/Weather.php:75 msgid "English" msgstr "Anglais" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Saisissez un nom pour la nouvelle catégorie :" #: config/prefs.php:359 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Écrivez une question de sécurité qu'on vous posera si vous devez " "réinitialiser votre mot de passe, par exemple « Quel est le nom de votre " "animal préféré ? » :" #: lib/Prefs/Special/Twitter.php:49 services/twitter/index.php:184 #: services/twitter/index.php:207 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Erreur de connexion à Twitter : %s détails ont été consignés pour " "l'administrateur." #: lib/Prefs/Special/Syncml.php:68 msgid "Error deleting synchronization session:" msgstr "Erreur lors de la suppression de la session de synchronisation :" #: lib/Prefs/Special/Syncml.php:76 msgid "Error deleting synchronization sessions:" msgstr "Erreur lors de la suppression des sessions de synchronisation :" #: services/changepassword.php:59 #, php-format msgid "Error updating password: %s" msgstr "Erreur lors de la mise à jour du mot de passe : %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Ethnique" #: services/facebook/index.php:189 msgid "Event Invites:" msgstr "Invités à l'événement :" #: config/prefs.php:622 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Tous les ¼ d'heure" #: config/prefs.php:641 msgid "Every 2 minutes" msgstr "Toutes les 2 minutes" #: config/prefs.php:619 config/prefs.php:639 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Toutes les 30 secondes" #: config/prefs.php:621 config/prefs.php:642 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Toutes les 5 minutes" #: config/prefs.php:623 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Toutes les ½ heures" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Toutes les heures" #: config/prefs.php:620 config/prefs.php:640 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Toutes les minutes" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Exemple de valeurs :" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Exécuter" #: lib/View/Sidebar.php:66 templates/admin/sessions.html.php:8 #: templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Développer" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Très grand" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "Transfert FTP de la configuration" #: config/prefs.php:666 msgid "Facebook Integration" msgstr "Intégration à Facebook" #: lib/Application.php:239 msgid "Failed unlock attempts before device is wiped" msgstr "Erreur de déblocage avant l'effacement de l'appareil" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Flux" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Flux" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Température ressentie" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Champs à rechercher" #: config/registry.php:312 msgid "File Manager" msgstr "Gestionnaire de fichiers" #: lib/Block/FbStream.php:60 msgid "Filter" msgstr "Filtre" #: config/registry.php:88 msgid "Filters" msgstr "Filtres" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Première demie" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Premier quartier" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Nourriture" #: lib/Application.php:207 msgid "Force" msgstr "Force" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Prévision (TAF)" #: lib/Block/Weather.php:81 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Jours de prévision (notez que les prévisions fournies donnent le jour et la " "nuit ; un grand nombre ici peut faire un bloc très large)" #: templates/login/login.inc:64 msgid "Forgot your password?" msgstr "Vous avez oublié votre mot de passe ?" #: config/registry.php:341 msgid "Forms" msgstr "Formulaires" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Citation" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Type de citation" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Citations" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Citations 2" #: config/registry.php:335 msgid "Forums" msgstr "Forums" #: services/facebook/index.php:188 msgid "Friend Requests:" msgstr "Demandes d'amis :" #: templates/prefs/facebook.html:36 msgid "Friends enabled" msgstr "Amis activés" #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "depuis le %s (%s °) à %s %s" #: lib/Block/Weather.php:318 #, php-format msgid "From the %s at %s %s" msgstr "depuis le %s à %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Description complète" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Pleine lune" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nom complet" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Générer la configuration de %s" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Code généré" #: lib/Block/FbStream.php:155 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "La suite" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Préférences globales" #: templates/prefs/app.html:16 msgid "Go" msgstr "Aller" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Recherche Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grec (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Administration des groupes" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Nom du groupe" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Le groupe n'a pas été créé : %s." #: admin/groups.php:219 templates/shares/edit.inc:269 msgid "Groups" msgstr "Groupes" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Permissions des invités" #: lib/Application.php:308 msgid "HTML Email" msgstr "Courrier HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hébreu (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Hauteur" #: lib/Block/FbStream.php:75 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Hauteur de la zone de flux (la largeur s'ajustera automatiquement au bloc)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Aide" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Suje_ts de l'aide" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hémisphère" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Voici le début du fichier :" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Cacher les préférences avancées" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Résultats" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Répertoire personnel" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Combien de champs (colonnes) y a-t-il ?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Combien de secondes avant de vérifier pour de nouvelles publications ?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:219 lib/Block/Weather.php:259 msgid "Humidity" msgstr "Humidité" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristes" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Icônes pour %s" #: config/prefs.php:284 msgid "Identity's name:" msgstr "Nom du compte :" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importation, étape %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Champ importé : %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Champs importés :" #: lib/Block/TwitterTimeline.php:110 msgid "In reply to:" msgstr "En réponse à :" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Dans les listes ci-dessous, sélectionnez un champ importé du fichier source " "à gauche, et le champ correspondant disponible dans votre carnet d'adresses " "à droite. Puis cliquez sur « Ajouter la paire » afin de les marquer pour " "l'importation. Cliquez sur « Suivant » quand vous avez fini." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nom d'utilisateur ou adresse alternative incorrect. Réessayez ou contactez " "votre administrateur système pour de l'aide." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Utilisateurs individuels" #: config/registry.php:240 msgid "Information" msgstr "Information" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Membres hérités" #: config/prefs.php:373 msgid "Insert an email address to which you can receive the new password:" msgstr "" "Inscrivez une adresse de courrier à laquelle vous recevrez le nouveau mot de " "passe :" #: config/prefs.php:366 msgid "Insert the required answer to the security question:" msgstr "Inscrivez la réponse à la question de sécurité :" #: lib/Block/Vatid.php:58 msgid "Invalid VAT identification number format." msgstr "Format numérique de l'identification de la TVA invalide." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Action invalide %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Application invalide." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Résultat du hachage invalide." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Permission invalide." #: config/registry.php:293 msgid "Inventory" msgstr "Inventaire" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonais (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:111 msgid "Just now..." msgstr "À l'instant…" #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Débutants du noyau" #: services/help/index.php:161 msgid "Keyword" msgstr "Mot clé" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Enfants" #: config/registry.php:301 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Coréen (EUC-KR)" #: login.php:382 templates/login/login.inc:37 msgid "Language" msgstr "Langue" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Grand" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Dernière demie" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Dernière modification du mot de passe" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Dernier quartier" #: admin/activesync.php:101 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Heure de la dernière synchro." #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Dernière mise à jour :" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Dernière connexion : %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Dernière connexion : %s à partir de %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Dernière connexion : jamais" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Dernier" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Loi" #: services/facebook/index.php:81 msgid "Like" msgstr "Aimer" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Rimes" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Biscuit Linux" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Afficher les tables" #: admin/alarms.php:137 #, php-format msgid "Listing alarms failed: %s" msgstr "Échec de la liste des alarmes : %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Échec de la liste des verrous : %s" #: templates/admin/sessions.html.php:37 #, php-format msgid "Listing sessions failed: %s" msgstr "Échec de la liste des sessions : %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "L'affichage de la liste des utilisateurs est désactivé." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Littérature" #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Heure locale : %s %s" #: config/prefs.php:382 msgid "Locale and Time" msgstr "Heure et locale" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 msgid "Location" msgstr "Lieu" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Verrouiller l'utilisateur" #: admin/locks.php:61 msgid "Locks" msgstr "Verrous" #: login.php:310 templates/login/login.inc:46 msgid "Log in" msgstr "Connexion" #: templates/portal/smartmobile.inc:5 msgid "Log out" msgstr "Déconnexion" #: templates/prefs/facebook.html:8 msgid "Logged in to Facebook" msgstr "Authentifié sur Facebook" #: login.php:339 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "La connexion est refusée. Il est probable que votre nom d'utilisateur ou " "votre mot de passe ait été mal saisi." #: login.php:335 msgid "Login failed." msgstr "Échec de connexion." #: templates/prefs/facebook.html:49 msgid "Login to Facebook and authorize " msgstr "Connectez vous sur Facebook et autorisez " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Connectez vous sur Twitter et autorisez l'application " #: templates/prefs/facebook.html:9 msgid "Logout" msgstr "Déconnection" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Amour" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magie" #: config/registry.php:80 msgid "Mail" msgstr "Courrier" #: config/registry.php:346 msgid "Mail Admin" msgstr "Administration du courriel" #: config/prefs.php:535 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Administrez la liste de catégories et les couleurs liées à ces catégories." #: config/prefs.php:759 msgid "Manage your ActiveSync devices." msgstr "Gestion des appareils ActiveSync." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Champs apparentés :" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Température maximale des 24 dernières heures : " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Température maximale des 6 dernières heures : " #: lib/Application.php:312 msgid "Maximum Email age" msgstr "Age maximum d'un fichier" #: lib/Application.php:48 msgid "Maximum Number of Portal Blocks" msgstr "Nombre maximum de blocs du portail" #: lib/Application.php:256 msgid "Maximum attachment size" msgstr "Taille maximale de la pièce jointe" #: lib/Block/FbStream.php:66 msgid "Maximum number of entries to display" msgstr "Nombre maximum d'éléments à afficher" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Médicament" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Moyen" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Membres" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Mentions" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Météo Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:76 msgid "Metric" msgstr "Métrique" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Température minimum des 24 dernières heures : " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Température minimum des 6 dernières heures : " #: lib/Application.php:218 msgid "Minimum PIN length" msgstr "Longueur maximale du code pin" #: lib/Application.php:234 msgid "Minutes of inactivity before device should lock" msgstr "Minutes d'inactivité avant verrouillage de l'appareil" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Variés" #: admin/config/index.php:197 msgid "Missing configuration." msgstr "Configuration absente." #: login.php:242 msgid "Mobile (Minimal)" msgstr "Vue Smartphone" #: login.php:238 msgid "Mobile (Smartphone)" msgstr "Mobile (ordiphone)" #: templates/portal/smartmobile.inc:11 msgid "Mobile Optimized Apps" msgstr "Application optimisées pour smartphone" #: login.php:221 msgid "Mode" msgstr "Mode" #: config/prefs.php:523 msgid "Monday" msgstr "Lundi" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Phases de la lune" #: config/registry.php:306 msgid "My Account" msgstr "Paramétrage du compte" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Mes données personnelles" #: lib/Block/FbStream.php:37 msgid "My Facebook Stream" msgstr "Mon flux Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mon portail" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Présentation de mon portail" #: lib/Block/Weather.php:308 lib/Block/Weather.php:312 #: lib/Block/Weather.php:328 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html:27 #: templates/logintasks/smartmobile.html:29 msgid "NO, I Do NOT Agree" msgstr "NON, je n'accepte pas" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "N.B.: EFFACER UN APPAREIL PEUT LE RÉINITIALISER À SON ÉTAT DE SORTIE " "D'USINE. VEUILLEZ VOUS ASSURER QUE C'EST BIEN CE QUE VOUS VOULEZ FAIRE AVANT " "DE DEMANDER UN EFFACEMENT" #: lib/Block/Vatid.php:90 msgid "Name" msgstr "Nom" #: config/prefs.php:618 config/prefs.php:638 lib/Application.php:206 #: templates/portal/layout.inc:97 msgid "Never" msgstr "Jamais" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nouvelle catégorie" #: services/facebook/index.php:185 msgid "New Messages:" msgstr "Nouveaux messages : %s" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Nouvelle lune" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nouveau nom de connexion (facultatif)" #: services/changepassword.php:32 msgid "New password" msgstr "Nouveau mot de passe" #: services/changepassword.php:43 msgid "New passwords don't match." msgstr "Les nouveaux mots de passe diffèrent." #: config/registry.php:251 lib/Block/Fortune.php:59 msgid "News" msgstr "Nouvelles" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Suivant" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "4 phases suivantes" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Pas de son" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "Pas de données de configuration pour lesquelles montrer les différences." #: admin/config/diff.php:45 msgid "No change." msgstr "Non modifié." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Aucun icône trouvé." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Aucun élément à afficher" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Aucun lieu n'est sélectionné." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Pas d'aphorismes choquants" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Aucune confirmation en attente" #: lib/Application.php:325 msgid "No push while roaming" msgstr "Pas de push mail en itinérance" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Aucune question de sécurité n'a été configurée. Veuillez contacter votre " "administrateur." #: admin/config/index.php:141 admin/config/index.php:182 msgid "No stable version exists yet." msgstr "Pas de version stable pour l'instant." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Aucun nom d'utilisateur spécifié." #: admin/config/index.php:203 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Pas de version trouvée dans la configuration originale. Régénérez la " "configuration." #: admin/config/index.php:212 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Pas de version trouvée dans votre configuration. Régénérez la configuration." #: lib/Prefs/Special/Activesync.php:62 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Aucun" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordique (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Hémisphère Nord" #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:77 msgid "Not Provisioned" msgstr "Sans provision" #: config/registry.php:166 msgid "Notes" msgstr "Notes" #: services/obrowser/index.php:35 msgid "Nothing to browse, go back." msgstr "Rien à naviguer, retournez en arrière." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Nombre d'articles à afficher" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Nombre de secondes d'attente avant de rafraîchir" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Créateur d'objet" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtre anti-offensant" #: config/registry.php:263 msgid "Office" msgstr "Bureau" #: services/changepassword.php:45 msgid "Old and new passwords must be different." msgstr "L'ancien et le nouveau mots de passe doivent être différents." #: services/changepassword.php:31 msgid "Old password" msgstr "Ancien mot de passe" #: services/changepassword.php:41 msgid "Old password is not correct." msgstr "L'ancien mot de passe est incorrect" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Seulement les « fortunes » offensantes" #: services/shares/edit.php:89 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Seuls le propriétaire et l'administrateur du système peuvent changer la " "propriété ou les permissions du propriétaire d'un partage" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Système d'exploitation" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Ou entrer un nom d'utilisateur :" #: config/prefs.php:560 config/prefs.php:665 config/prefs.php:691 #: config/prefs.php:716 config/prefs.php:741 config/prefs.php:757 msgid "Other Information" msgstr "Autres informations" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Autres options" #: config/registry.php:177 msgid "Others" msgstr "Autres" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Propriétaire" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Propriétaire :" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Code PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "Interpréteur PHP" #: lib/Application.php:288 msgid "POP/IMAP Email accounts" msgstr "Comptes e-mail POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Extension POSIX absente" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "Interpréteur P_HP" #: login.php:204 admin/config/index.php:319 admin/user.php:39 #: admin/user.php:53 config/registry.php:324 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Mot de passe" #: lib/Application.php:223 msgid "Password Complexity" msgstr "Robustesse du mot de passe" #: services/changepassword.php:50 msgid "Password changed successfully." msgstr "Changement du mot de passe effectué." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Les mots de passe doivent être identiques." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Coller" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Confirmations en attente :" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Personnes" #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Effectuer les tâches de connexion" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "La permission « %s » n'est pas supprimée." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Droits d'accès" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:129 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administration des permissions" #: config/prefs.php:272 msgid "Personal Information" msgstr "Données personnelles" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Animaux" #: config/registry.php:194 msgid "Photos" msgstr "Photos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Platitudes" #: login.php:210 msgid "Please enter a password." msgstr "Veuillez saisir un mot de passe." #: login.php:209 msgid "Please enter a username." msgstr "Veuillez saisir un nom d'utilisateur." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Veuillez fournir un résumé du problème." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Veuillez lire le texte suivant. Vous devez accepter les conditions pour " "utiliser le système." #: services/facebook/index.php:187 msgid "Pokes:" msgstr "Pichenettes :" #: admin/activesync.php:108 msgid "Policy Key" msgstr "Clef d'accès" #: lib/Prefs/Special/Activesync.php:83 msgid "Policy Key:" msgstr "Clef d'accès :" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politique" #: config/prefs.php:773 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "Position du texte cité dans un e-mail. Sur certains " # TODO: à vérifier #: services/facebook/index.php:33 #, php-format msgid "Posted %s" msgstr "%s envoyé" # TODO: à vérifier #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Envoyé %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Précipitations pour la %d dernière heure : " msgstr[1] "Précipitations pour les %d dernières heures : " #: lib/Block/Weather.php:255 #, php-format msgid "Precipitation%schance" msgstr "%s de probabilité de pluie" #: lib/Block/Metar.php:199 lib/Block/Weather.php:192 msgid "Pressure" msgstr "Pression" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Pression au niveau de la mer : " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Principal" #: services/problem.php:161 msgid "Problem Description" msgstr "Description du problème" #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:76 msgid "Provisioned" msgstr "Approvisionné" #: lib/Application.php:202 msgid "Provisioning" msgstr "Approvisionné" #: templates/prefs/facebook.html:12 msgid "Publish enabled." msgstr "Publication activée." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Requête" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Aphorisme au hasard" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Lire" #: templates/prefs/facebook.html:24 msgid "Read enabled" msgstr "Lecture activée" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Suppression définitive de « %s » ?" #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Suppression définitive des données pour l'utilisateur « %s » ?" #: config/prefs.php:644 msgid "Refresh Dynamic Menu Elements:" msgstr "Rafraîchir les éléments du menu dynamique :" #: config/prefs.php:625 msgid "Refresh Portal View:" msgstr "Rafraîchir l'écran du sommaire :" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Taux de rafraîchissement :" #: admin/activesync.php:137 msgid "Registered User Devices" msgstr "Appareils déclarés" #: templates/portal/smartmobile.inc:17 msgid "Regular Apps" msgstr "Application courante" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Remarques" #: templates/admin/sessions.html.php:23 msgid "Remote Host" msgstr "Hôte distant" #: admin/activesync.php:186 templates/admin/groups/edit.inc:25 #: templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Retirer" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Retirer la paire" #: admin/config/index.php:338 msgid "Remove saved script from server's temporary directory." msgstr "Enlever le script enregistré du répertoire temporaire du serveur." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Retirer l'utilisateur" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Retirer l'utilisateur : %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Répondre" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Approvisionner tous les appareils" #: lib/Application.php:213 msgid "Require PIN" msgstr "Code requis" #: lib/Application.php:296 msgid "Require S/MIME Encryption" msgstr "Nécessite un chiffrement S/MIME" #: lib/Application.php:300 msgid "Require S/MIME Signature" msgstr "Nécessite une signature S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "RÀZ" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Remise à zéro du mot de passe" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Réinitialisation des états de l'appareil. Cela provoquera la " "resynchronisation de tous les éléments." #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Réinitialiser votre mot de passe" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Revenir à la dernière requête" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Résultats" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Résultats de %s" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Retour à l'écran principal" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweeter" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweeté par %s" #: services/changepassword.php:33 msgid "Retype new password" msgstr "Ré-entrer le nouveau mot de passe" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Revenir à la configuration précédente" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Devinettes" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Lancer" #: templates/logintasks/smartmobile.html:22 msgid "Run Login Tasks" msgstr "Exécuter les tâches de connexion" #: lib/Application.php:268 msgid "SD card" msgstr "Envoyer une Ecard" #: lib/Application.php:261 msgid "SD card encryption" msgstr "Chiffrement" #: lib/Application.php:276 msgid "SMS Text messages" msgstr "SMS" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "Interpréteur SQL" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "Interpréteur S_QL" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Enregistrer" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:335 #, php-format msgid "Save \"%s\"" msgstr "Enregistrer « %s »" #: templates/shares/edit.inc:336 msgid "Save and Finish" msgstr "Enregistrer et terminer" #: admin/config/index.php:310 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Enregistrer la configuration générée comme un script PHP dans le répertoire " "temporaire de votre serveur." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Script de mise à jour de la configuration enregistré sous : « %s »" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Science" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Portée" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Reche_rche" #: lib/View/Topbar.php:58 services/help/index.php:156 #: templates/admin/user/list.inc:14 msgid "Search" msgstr "Rechercher" #: templates/admin/user/list.inc:12 msgid "Search:" msgstr "Recherche :" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Sélectionnez un groupe à ajouter :" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Sélectionnez un nouveau propriétaire :" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Sélectionnez un serveur" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Sélectionnez un utilisateur à ajouter :" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" "Sélectionnez tous les champs à rechercher pour la complétion des adresses." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Sélectionnez le format de date et d'heure :" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Sélectionnez le délimiteur de date :" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Sélectionnez le format de date :" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Sélectionnez l'ordre du jour et de la date :" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Sélectionnez le délimiteur d'heure :" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Sélectionnez le format de l'heure :" #: config/prefs.php:611 msgid "Select your color scheme." msgstr "Sélectionnez votre thème de couleurs." #: config/prefs.php:396 msgid "Select your preferred language:" msgstr "Sélectionnez votre langue préférée :" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Envoyer le rapport d'anomalie" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sonde : " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Heure du serveur" #: admin/sessions.php:69 msgid "Session Administration" msgstr "Administration de la session" #: templates/admin/sessions.html.php:15 msgid "Session Timestamp" msgstr "Début de la session" #: lib/Api.php:57 msgid "Sessions" msgstr "Sessions" #: config/prefs.php:342 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Configurer les options pour vous permettre de remettre à zéro votre mot de " "passe si jamais vous l'oubliez." #: config/prefs.php:667 msgid "Set up integration with your Facebook account." msgstr "Configuration de l'intégration avec votre compte Facebook." #: config/prefs.php:693 msgid "Set up integration with your Twitter account." msgstr "Configuration de l'intégration avec votre compte Twitter." #: config/prefs.php:383 msgid "Set your preferred language, timezone and date preferences." msgstr "" "Sélectionnez votre langue préférée, le fuseau horaire et les options de date." #: config/prefs.php:562 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Définissez la première application lancée, le thème de couleurs, le " "rafraîchissement des pages, et d'autres options d'affichage." #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Plusieurs endroits possibles avec le paramètre : %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Résumé" #: config/prefs.php:651 msgid "Should access keys be defined for most links?" msgstr "Doit-on définir des touches de raccourcis pour la plupart des liens ?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Afficher" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Montrer les préférences avancées" #: admin/config/index.php:300 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Montrer les différences entre la configuration enregistrée actuellement et " "celle nouvellement générée." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Montrer les détails additionnels?" #: config/prefs.php:595 msgid "Show last login time when logging in?" msgstr "Montrer l'heure de la dernière connexion à l'entrée ?" #: lib/Block/FbStream.php:71 msgid "Show notifications" msgstr "Montrer les notifications" #: templates/logintasks/logintasks.html:23 #: templates/logintasks/smartmobile.html:23 msgid "Skip Login Tasks" msgstr "Sauter les tâches de connexion" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Petit" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Hauteur de neige : " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Quantité d'eau équivalente à la quantité de neige : " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Chansons et poèmes" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Sud-européen (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Hémisphère sud" #: config/registry.php:103 msgid "Spam" msgstr "Pourriel" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sports" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Heure de début" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Gestion des états" #: admin/activesync.php:115 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Statut" #: services/facebook/index.php:232 msgid "Status unable to be set." msgstr "Impossible de mettre à jour le statut." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Flux" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Sous-répertoire « %s » non trouvé." #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "La demande d'ajout de « %s » au système a été soumise. Vous ne pourrez pas " "vous connecter jusqu'à son approbation." #: services/facebook/index.php:138 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Connexion effective à votre compte Facebook ou permissions modifiées." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Succès" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "« %s » a bien été ajouté(e)." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Les données de l'utilisateur « %s » ont bien été retirées du système.." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "« %s » a bien été supprimé(e)." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "« %s » a bien été retiré(e)." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Retour à la configuration initiale réussi. Rafraîchir la page pour voir les " "modifications." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Enregistrement de la configuration de la sauvegarde réussi." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "« %s » a bien été mis(e) à jour." #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Écriture de %s réussi" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Lever du Soleil" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Coucher du Soleil" #: config/prefs.php:522 msgid "Sunday" msgstr "Dimanche" #: lib/Block/Weather.php:166 lib/Block/Weather.php:167 msgid "Sunrise" msgstr "Lever du Soleil" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Lever/Coucher du Soleil" #: lib/Block/Weather.php:169 lib/Block/Weather.php:170 msgid "Sunset" msgstr "Coucher du Soleil" #: lib/Application.php:316 msgid "Sync all" msgstr "Tout synchroniser" #: config/prefs.php:742 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Flux de syndication" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Nuage de mots clés" #: config/registry.php:152 msgid "Tasks" msgstr "Tâches" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Température pour la dernière heure : " #: lib/Block/Metar.php:188 lib/Block/Weather.php:176 msgid "Temperature" msgstr "Température" #: lib/Block/Weather.php:247 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Température%s(%sMax%s/%sMini%s)" #: lib/Prefs/Special/Facebook.php:76 services/facebook/index.php:147 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Impossibilité temporaire de connexion à Facebook. Veuillez réessayer." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Impossibilité temporaire de contacter Twitter. Veuillez réessayer plus tard." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thaï (TIS-620)" #: lib/Prefs/Special/Activesync.php:111 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "L'effacement à distance pour l'appareil d'id. %s a été annulé." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "L'alarme a été supprimée." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "L'alarme a été enregistrée." #: admin/config/index.php:100 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "La configuration de %s ne peut pas être modifiée automatiquement. Veuillez " "mettre à jour la configuration manuellement." #: config/prefs.php:302 msgid "The default e-mail address to use with this identity:" msgstr "Adresse par défaut pour cette identité :" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Le blocage a été retiré." #: lib/Block/Vatid.php:113 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Le service du statut des membres n'a pas pu être joint dans les délais. " "Réessayez plus tard ou avec le statut d'un autre membre." #: lib/Block/Vatid.php:109 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Le service du statut des membres n'est pas disponible actuellement. " "Réessayez plus tard ou avec le statut d'un autre membre." #: lib/Block/Vatid.php:101 msgid "The provided country code is invalid." msgstr "Le code du pays saisi est invalide." #: lib/Block/Vatid.php:105 msgid "The service is currently not available. Try again later." msgstr "Le service n'est pas disponible actuellement. Réessayez plus tard." #: lib/Block/Vatid.php:117 msgid "The service is currently too busy. Try again later." msgstr "Le service est trop sollicité actuellement. Réessayez plus tard." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "La requête d'enregistrement pour « %s » a été supprimée." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "La requête de connexion pour l'utilisateur « %s » a été retirée." #: lib/Prefs/Special/Activesync.php:126 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "L'état de l'appareil d'id. %s a été réinitialisé. Il sera resynchronisé lors " "de la prochaine connexion au serveur." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Le script de test est actuellement actif. Pour des raisons de sécurité, " "désactivez les scripts de test après usage (Cf. horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "L'utilisateur « %s » existe déjà." #: services/shares/edit.php:91 services/shares/edit.php:176 #, php-format msgid "The user \"%s\" does not exist." msgstr "L'utilisateur « %s » n'existe pas." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Répertoire des thèmes « %s » non trouvé" #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Un problème est apparu lors de l'ajout de « %s » : %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Un problème est apparu lors de la suppression des données de l'utilisateur " "« %s » : " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Un problème est apparu lors de la suppression de « %s » : " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Un problème est apparu lors de la mise à jour de « %s » : %s" #: lib/Prefs/Special/Activesync.php:129 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Une erreur s'est produite en contactant le serveur ActiveSync : %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:102 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Une erreur s'est produite en contactant Twitter : %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Il y avait une erreur dans le formulaire de configuration. Peut-être avez-" "vous laissé un champ requis vide." #: lib/Block/FbStream.php:147 services/facebook/index.php:174 #: services/facebook/index.php:191 #, php-format msgid "There was an error making the request: %s" msgstr "Une erreur s'est produite lors de la requête : %s" #: services/facebook/index.php:142 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Il y a eu une erreur lors de l'établissement de votre session Facebook. " "Veuillez réessayer plus tard." #: lib/Application.php:188 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Une erreur s'est produite lors du retrait des données globales de %s. Les " "détails ont été consignés." #: services/facebook/index.php:157 msgid "There was an error with the requested permissions" msgstr "Une erreur est survenue pour les permissions demandées" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is invalid." msgstr "Ce numéro d'identification de la TVA est invalide." #: lib/Block/Vatid.php:76 msgid "This VAT identification number is valid." msgstr "Ce numéro d'identification de la TVA est valide." #: config/registry.php:223 msgid "Tickets" msgstr "Tickets" #: config/registry.php:269 msgid "Time Tracking" msgstr "Suivi horaire" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Format d'heure" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Format date ou inconnu" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Horodatage des sessions de synchronisation réussies" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titre" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Pour exclure un champ particulier de l'importation ou pour corriger un " "mauvais appariement, sélectionner un champ dans la liste ci-dessous et " "cliquez sur « Retirer la paire »." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Pour sélectionner plusieurs champs à la fois, maintenez enfoncé le bouton " "« Ctrl » (PC) ou « Commande » (Mac) en cliquant." #: lib/Block/Weather.php:280 msgid "Today" msgstr "Aujourd'hui" #: lib/Block/Weather.php:282 msgid "Tomorrow" msgstr "Demain" #: config/prefs.php:774 msgid "Top" msgstr "Haut" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Traductions" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turc (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:692 msgid "Twitter Integration" msgstr "Intégration à Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Fil de Twitter" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Fil de Twitter pour %s" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:80 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" "Impossible de contacter Twitter. Veuillez réessayer plus tard. Erreur " "retournée : %s" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Suppression impossible de « %s » : %s." #: services/facebook/index.php:257 msgid "Unable to set like." msgstr "Impossible d'envoyer votre appréciation." #: services/facebook/index.php:126 msgid "Unable to validate the request token. Please try your request again." msgstr "Impossible de valider la requête. Merci de recommencer" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Annuler les modifications" #: lib/Prefs/Special/Category.php:73 msgid "Unfiled" msgstr "Hors catégorie" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:72 msgid "Units" msgstr "Unités" #: admin/sessions.php:36 msgid "Unknown" msgstr "Inconnu" #: admin/locks.php:43 msgid "Unlock" msgstr "Débloquer" #: lib/Block/FbStream.php:142 templates/admin/user/list.inc:34 msgid "Update" msgstr "Modifier" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Modifier %s" #: admin/config/index.php:165 admin/config/index.php:263 #, php-format msgid "Update %s schema" msgstr "Modifier le schéma %s" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Mettre à jour tous les schémas de la base" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Mettre à jour toutes les configurations" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Modifier l'utilisateur" #: admin/groups.php:105 admin/perms/edit.php:110 services/shares/edit.php:239 #, php-format msgid "Updated \"%s\"." msgstr "Mise à jour de « %s »." #: admin/config/index.php:115 #, php-format msgid "Updated schema for %s." msgstr "Mise à jour du schéma pour %s." #: admin/config/index.php:317 msgid "Upload" msgstr "Charger" #: admin/config/index.php:325 msgid "Uploaded all application configuration files to the server." msgstr "" "Tous les fichiers de configuration des applications ont été envoyés sur le " "serveur." #: config/prefs.php:718 msgid "Use if name/password is different for IMSP server." msgstr "" "Utiliser si le nom d'utilisateur/mot de passe est différent du serveur IMSP." #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Utilisateur" #: admin/user.php:240 msgid "User Administration" msgstr "Administration des utilisateurs" #: lib/Prefs/Special/Activesync.php:83 msgid "User Agent:" msgstr "Logiciel client utilisé : %s" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nom d'utilisateur" #: signup.php:74 msgid "User Registration" msgstr "Enregistrement des utilisateurs" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "L'enregistrement d'utilisateur est désactivé sur ce système." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" "L'enregistrement d'utilisateur n'est pas configuré correctement sur ce " "système." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Compte utilisateur non trouvé" #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Utilisateur à ajouter :" #: login.php:199 admin/config/index.php:318 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Nom d'utilisateur" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Utilisateurs" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Utilisateurs définis :" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Vérification de l'id. numérique de la TVA" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Identifiant numérique de la TVA :" #: lib/Block/Vatid.php:84 msgid "VAT number" msgstr "Numéro de TVA" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Contrôle de version" #: config/registry.php:212 msgid "Version Control" msgstr "Contrôle de version" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Viêt-namien (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Voir une page web externe" #: lib/Block/Metar.php:183 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Visibilité" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Attention" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Météo" #: lib/Block/Weather.php:340 lib/Block/Weather.php:348 msgid "Weather data provided by" msgstr "Données météo fournies par" #: config/registry.php:329 msgid "Web Site" msgstr "Site web" #: lib/Application.php:292 msgid "Web browser" msgstr "Navigateur" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Bienvenue" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Bienvenue, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Occidental (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Occidental (ISO-8859-15)" #: config/prefs.php:575 #, php-format msgid "What application should %s display after login?" msgstr "Quelle application %s doit-il présenter après la connexion ?" #: lib/Block/TwitterTimeline.php:107 msgid "What are you working on now?" msgstr "À quoi travaillez-vous ?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Quel est le caractère de séparation ?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Quel est le caractère de citation ?" #: config/prefs.php:525 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Quel jour voudriez-vous afficher en début de semaine ?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Quelles phases" #: config/prefs.php:631 #, php-format msgid "Width of the %s menu on the left:" msgstr "Largeur du menu %s à gauche :" #: lib/Application.php:280 msgid "Wifi" msgstr "Wifi" #: config/registry.php:200 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:205 lib/Block/Weather.php:263 msgid "Wind" msgstr "Vent" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Vitesse du vent en nœuds" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vent :" #: admin/activesync.php:182 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Effacer" #: admin/activesync.php:163 lib/Prefs/Special/Activesync.php:66 msgid "Wipe is pending" msgstr "Effacement demandé" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Sagesse" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Avec" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Travail" #: config/registry.php:235 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html:26 #: templates/logintasks/smartmobile.html:28 msgid "Yes, I Agree" msgstr "Oui, j'accepte" #: services/facebook/index.php:89 services/facebook/index.php:251 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Vous et %d autre personne aiment ceci" msgstr[1] "Vous et %d autres personnes aiment ceci" #: lib/Api.php:246 msgid "You are not allowed to add groups." msgstr "Vous n'êtes pas autorisé à ajouter des groupes." #: lib/Api.php:363 msgid "You are not allowed to add shares." msgstr "Vous n'êtes pas autorisé à ajouter des partages." #: lib/Api.php:289 lib/Api.php:312 msgid "You are not allowed to change groups." msgstr "Vous n'êtes pas autorisé à changer de groupe." #: lib/Api.php:444 lib/Api.php:481 lib/Api.php:515 lib/Api.php:540 msgid "You are not allowed to change shares." msgstr "Vous n'êtes pas autorisé à changer de partage" #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Vous n'êtes pas autorisé à supprimer des groupes" #: lib/Api.php:388 msgid "You are not allowed to delete shares." msgstr "Vous n'êtes pas autorisé à supprimer des partages." #: lib/Api.php:672 msgid "You are not allowed to list groups of shares." msgstr "Vous n'êtes pas autorisé à lister les groupes de partages." #: lib/Api.php:566 lib/Api.php:604 msgid "You are not allowed to list share permissions." msgstr "Vous n'êtes pas autorisé à lister les permissions des partages." #: lib/Api.php:413 msgid "You are not allowed to list shares." msgstr "Vous n'êtes pas autorisé à lister les partages." #: lib/Api.php:335 msgid "You are not allowed to list users of groups." msgstr "Vous n'êtes pas autorisé à lister les utilisateurs des groupes." #: lib/Api.php:642 msgid "You are not allowed to list users of shares." msgstr "Vous n'êtes pas autorisé à lister les utilisateurs des partages." #: lib/Block/FbStream.php:106 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Vous n'avez pas configuré correctement votre compte Facebook. Vous devriez " "vérifier la configuration de Facebook dans votre %s." #: lib/Block/FbStream.php:148 services/facebook/index.php:175 #: services/facebook/index.php:192 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Vous pouvez aussi vérifier votre configuration Facebook dans votre %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Vous n'avez pas accepté les conditions d'utilisation, vous n'êtes donc pas " "autorisé à vous connecter." #: login.php:331 msgid "You have been logged out." msgstr "Vous avez été déconnecté." #: services/facebook/index.php:155 msgid "You have denied the requested permissions." msgstr "Vous n'avez pas autorisé les permissions demandées." #: lib/Block/TwitterTimeline.php:160 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Vous n'avez pas configuré correctement votre compte Twitter avec Horde. Vous " "devriez vérifier la configuration de Twitter dans votre %s." #: services/facebook/index.php:92 services/facebook/index.php:245 #: services/facebook/index.php:253 msgid "You like this" msgstr "Vous aimez ça" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Vous devez décrire le problème avant de nous faire parvenir le rapport." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Vous devez spécifier un utilisateur à retirer. " #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Vous devez spécifier un utilisateur à retirer." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Vous devez spécifier un utilisateur à ajouter." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Vous devez spécifier le nom de l'utilisateur à modifier." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Votre adresse électronique" #: config/prefs.php:271 config/prefs.php:340 config/prefs.php:381 #: config/prefs.php:533 msgid "Your Information" msgstr "Vos données personnelles" #: login.php:319 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Votre adresse Internet a changé depuis l'ouverture de votre session. Pour " "votre sécurité, vous devez vous reconnecter." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Votre nom" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Votre module d'authentification ne supporte pas l'ajout d'utilisateurs. Si " "vous souhaitez utilisez Horde pour administrer les comptes utilisateurs, " "vous devez utiliser un autre module d'authentification." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Votre module d'authentification n'est pas en mesure d'établir une liste des " "utilisateurs, ou cette fonction a été retirée pour une autre raison." #: login.php:323 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Votre navigateur semble avoir changé depuis le début de votre session. Pour " "votre sécurité, vous devez vous reconnecter." #: lib/Block/Iframe.php:65 msgid "Your browser does not support this feature." msgstr "Votre navigateur ne supporte pas cette option." #: config/prefs.php:432 msgid "Your current time zone:" msgstr "Votre fuseau horaire actuel :" #: config/prefs.php:293 msgid "Your full name:" msgstr "Votre nom complet :" #: login.php:343 msgid "Your login has expired." msgstr "Votre compte a expiré." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Votre nouveau mot de passe pour %s est :%s" #: services/resetpassword.php:81 msgid "Your password has been reset" msgstr "Votre mot de passe a été réinitialisé" #: services/resetpassword.php:95 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Votre mot de passe a été réinitialisé, mais il n'a pas pu vous être " "transmis. Veuillez contacter l'administrateur." #: services/resetpassword.php:90 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Votre mot de passe a été réinitialisé, vérifier votre courrier et connectez-" "vous avez votre nouveau mot de passe." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Votre mot de passe a expiré" #: login.php:173 msgid "Your password has expired." msgstr "Votre mot de passe a expiré." #: login.php:315 msgid "Your session has expired. Please login again." msgstr "Votre session a expiré. Veuillez vous reconnecter." #: login.php:327 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Votre session a expiré. Veuillez vous reconnecter." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Rapport de problème]" #: lib/Api.php:52 msgid "_Alarms" msgstr "_Alarmes" #: lib/Api.php:72 msgid "_CLI" msgstr "Ligne de _commande" #: lib/Api.php:27 msgid "_Configuration" msgstr "_Configuration" #: lib/Api.php:37 msgid "_Groups" msgstr "_Groupes" #: lib/Api.php:47 msgid "_Locks" msgstr "_Locks" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Permissions" #: lib/Api.php:32 msgid "_Users" msgstr "_Utilisateurs" #: services/problem.php:59 msgid "attachment" msgstr "pièce jointe" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "calme" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "depuis le %s (%s) à %s %s" #: lib/Block/Weather.php:213 lib/Block/Weather.php:323 msgid "gusting" msgstr "en rafale" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "inline" msgstr "incorporée" #: lib/Block/FbStream.php:107 lib/Block/FbStream.php:148 #: lib/Block/TwitterTimeline.php:160 services/facebook/index.php:175 #: services/facebook/index.php:192 msgid "preferences" msgstr "préférences" #: admin/config/config.php:72 msgid "show differences" msgstr "montrer les différences" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "entrez le mot de passe deux fois pour confirmer" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "unified" msgstr "unifié" #: lib/Block/Weather.php:33 msgid "weather" msgstr "Météo" tmpIMUtxu/horde-5.2.17/locale/fr/LC_MESSAGES/horde.mo0000644000175000017500000020170713160205253021572 0ustar mathieumathieu:O3D$D)EHE&bE E$E E)EEE FF,FDF ZFRfFFFFFFFGGG&G5GELSLkLLL LLLLLM M%"M<HM%MMM M)M MN'N,?N*lN%NN!NNO OO .O;O'POxO~O O O OOOOOOOO O@O:PPPePPPP!PdP6QgFgG\g g0g>g"h)h.h1h7h t Vtct ktwt ~t6t tttt tu!u:u@uOOuuuuuuuu vv4v >L4c5ihf#%83-2Ke~i 1ƃA3:%n?)ԄT)SK}IɅ1*E(p 1ІV 1BZE^Dӈ %-=CKR Yct Չ;܉2KP d pz2; (.C^ y  Ћۋ  !-B/X ƌF *!7Y^ch| D""'%J%p%%-.#?,c,c5!VW*Ȑs gEu)&% (2[nv sy+Ԕ\9Q-XKÖȖזߖ   $, 3?"Ps{3H7|&1ۙ 2 L,W ʚ z ʛ ۛ LakV͜8$x]&֝ 'Ǟ#6EY koǟ774o ͠ڠ"*#/5S6 F*P{!̢! + 4@Zo 3ãW3O 9 !.4@7u2+$= Ua w2˦Ӧ   '.6V]kɧ 6#Rzv *F b7m6)ܩ4%JZp˪ '0DGP_ r ~ A#4% Zh :9٬Qbeȭ7<ZvU̯@Ṵ̋(7Ndx (ѱ '8=Pjow%;; )6>)Q{@Dг+:CU kw3ô+3 COi"eĵ.*Y=j Ѷڶ '$ LWmt/|YXA@45jsֹ+ A K W!c5Ժٺ޺ #*2B S^du' '3< M Wcj } ¼ ؼ  )@FM^p%Ƚ JY^ p}" ɾ߾(H W al|Ϳ)߿y  V59G $-5;LSY&i)<DHN Tb$v$%9 -CSXr z q92El N!Bd2z1"#'? gsy 106#Zby' #/LPf 4 L%Z&  J 7E[w]%O#uWPBH_q(1'?.n#*X p ) <I%d+ ".5Edz %*]d s 5 `Pl u (&EO/# 0 :HPCa !  0PUhu! !,= Zd"u( " * =I`lxI/7 ? J U%b)*M-D'r".'%':)b l;m:Q65GC#Lkp"99Ssy9 !+;N'U}(zG&n#vO%#]4<'1:Jbt( HN]Bz;+}#C$Bh@Hx5'?&g.;[@UCC5mT3gi^7314f n|4 $+ 0<NTl{W+)7D|  +()Ri VM S_?Qb +##2G\r   ?%e(%87<AFemuM2370k035=7Bu2BC.rGi<5I100A:ry ]g3|.Et+)wv"3@3t   )/ J T `n/VOL Lybfi|_OR.rt'1hMK1)mS @gew=8(g9$,'?5l>jGNe@M~y 5;}CA bIk$;H^: HcE[ P_k#?^~53+7]/q">w, d'w&u U}<W+>8KuW:"X&,+oix7`4 0 vasq 7xhubY\ cP e!d?ov 9 3Q\kSD=RjA<U*Hz,JL A2=G.1#sCKh#~Rn$@m8p %J{;BJrM60Y%((3VS&:dWQqf|)/-n89 4[E*+`B]Z.tgF)jFB"t{'v\%#}T"XT/|Z4< -& 1oXyG%-pl*PnN*Nza02V2i/9`{Cp_:Z zfxEO76r.2 !Y$!cIF!-5DQ4TU6Dm0a3( [6]l^ Is)"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 Days cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.AllowAllow alphanumericAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated toAuthorize Access to Friends Data:Authorize PublishAuthorize Read:AutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)Base graphics directory "%s" not found.BasicBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice encryptionDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForceForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabledFrom the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIcons for %sIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMinutes of inactivity before device should lockMiscellaneousMissing configuration.Mobile (Minimal)Mobile (Smartphone)Mobile Optimized AppsModeMondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRegular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe is pendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 5.0.4-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2013-01-14 09:19+0100 PO-Revision-Date: 2013-01-18 13:31+0100 Last-Translator: Paul De Vlieger Language-Team: French Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); X-Generator: Lokalize 1.4 « %s » a été ajouté au système des groupes.« %s » a été ajouté au système des permissions.« %s » n'a pas été créé : %s.%.2f Mo utilisés sur %.2f Mo permis (%.2f %%)%d %s et %s%d jours avant l'expiration de votre mot de passe.%d minutes%d personne aime ça%d personnes aiment ça%d à %d de %d%d-prévision du jour%s - NoticeConfiguration de %sTâches %s - ConfirmationConditions d'utilisation de %s %s à %s %s%s est prêt à effectuer les tâches ci-dessous. Sélectionnez chaque opération que vous voulez effectuer cette fois-ci., rafale %s %s, variable du %s au %s1 jour1 mois1 semaineFormat 12 heures2 semainesFormat 24 heures24 heuresformat sur 24 heures3 jours ne peut pas lire les informations sur vos amis de Facebook. ne peut pas lire votre flux de messages ainsi que d'autres données de Facebook. ne peut pas modifier votre statut ou publier du contenu sur Facebook. peut interagir avec votre compte TwitterUn effacement de l'appareil a été demandé. L'appareil sera effacé lors de la prochaine tentative de synchronisation.Une version plus récente (%s) existe.Un effacement distant de l'appareil %s a été demandé. L'appareil sera effacé lors de la prochaine tentative de synchronisation.AM/PMDonnées personnellesMot de passe du compteActionsActiveSyncAdministration des appareils ActiveSyncAppareil ActiveSyncActiveSync non activé.AjouterAjouter du contenuAjouter ici :Ajouter des membresAjouter un groupeAjouter un nouvel utilisateur :Ajouter une alarmeAjouter la paireAjouter un utilisateur« %s » a été ajouté au système, mais l'ajout d'informations supplémentaires n'est pas possible : %s.« %s » a été ajouté. Vous pouvez vous connecter.La fonction d'ajout d'utilisateurs est désactivée.AdresseCarnet d'adressesAdministrationFin d'alarmeDébut d'alarmeDébut de l'alarmeTexte de l'alarmeTitres de l'alarmeAlarmesToutTous les utilisateurs authentifiésToutes les clés d'accès ont été réinitialisées.Tous les états ont été retirés de vos appareils ActiveSync. Ils seront resynchronisés lors de la prochaine connexion au serveur.Suppression de toutes les sessions de synchronisation.AutoriserAutoriser les caractères alphanumériquesAutoriser tousAutoriser seulement les nombresNom d'utilisateur IMSP alternatifMot de passe IMSP alternatifNom d'utilisateur IMSP alternatifAdresse de courriel alternativeRéponseApplicationContexte de l'applicationListe d'applicationsL'application est prête.L'application est à jour.ApprouverArabe (Windows-1256)Êtes-vous certain de vouloir effacer « %s » ?Êtes-vous certain de vouloir supprimer cette requête d'inscription pour « %s » ?Êtes-vous certain de vouloir effacer « %s » ?Arménien (ARMSCII-8)ArtArt ASCIIIl y a au moins un schéma de base qui n'est pas à jour.Pièce jointeTélécharger les Pièces jointesTentative d'effacement d'un groupe inexistant.Tentative d'effacement d'une permission inexistante.Tentative de modification d'une permission inexistante.Tentative de modification d'un partage inexistant.Authentifié auprès deAutoriser l'accès aux données des amis :Autoriser la publicationAutoriser la lecture :AutomatiqueChamps disponibles :Excuses BOFHBalte (ISO-8859-13)Répertoire des graphiques « %s » non trouvé.BasiquePréférences de blocType de blocBluetoothSignetsLes deuxBasNavigateurAgendaCameraAnnulerAnnuler le rapport du problèmeAnnuler l'effacementImpossible de réinitialiser le mot de passe automatiquement, contactez votre administrateur.Catégories et ÉtiquettesCelte (ISO-8859-14)Européen central (ISO-8859-2)ModifierChanger d'emplacementModifier votre mot de passeModifier vos données personnelles.La modification de votre mot de passe n'est pas supportée avec la configuration actuelle. Contactez votre administrateur.VérifierVérifier les nouvelles versionsVérificationChinois simplifié (GB2312)Chinois traditionnel (Big5)Choisir %sChoisir le mode d'affichage des dates (format court) :Choisir le mode d'affichage des dates (format long) :Choisir le mode d'affichage des heures :Effacer la requêteRetirer l'utilisateur: %sEffacer l'utilisateurEffacer les données de l'utilisateurCliquez sur un de vos carnets d'adresses puis sélectionnez tous les champs à rechercher.Cliquer pour poursuivreAncre du clientFermer la fenêtreNuagesFréquence des mots-clésRéduirePalette de couleursBDCommandeCommande shellCommentaires : %dOrdinateursConditionConditionsConfigurationDifférences de configurationSynchronisation des assistants personnels, ordiphones et Outlook.La configuration n'est pas à jour.Scripts de configuration de mise à jour disponiblesConfigurer %sConfirmer le mot de passePoursuivreTémoin (cookie)Échec de la connexion au serveur « %s » via FTP : %sImpossible de contacter le serveur. Réessayez plus tard.Impossible de supprimer le script de mise à jour de la configuration « %s ».Impossible de trouver une autorisation à interagir avec votre compte Twitter pour Impossible de réinitialiser le mot de passe pour l'utilisateur demandé. Certains (ou tous) les détails ne sont pas corrects. Réessayez ou contactez votre administrateur pour de l'aide.Impossible de revenir à la configuration précédente.Impossible d'enregistrer une copie de la configuration : %sImpossible d'enregistrer le script de mise à jour de la configuration dans : « %s ».Impossible d'enregistrer le fichier de configuration %s. Utilisez une des options ci-dessous pour sauvegarder le code.Impossible d'enregistrer le fichier de configuration %s. Vous pouvez soit utiliser une des options pour sauver le code sur %s soit copier manuellement le code ci-dessous dans %s.Impossible de enregistrer la configuration pour « %s » : %sPaysCréerCréer une nouvelle identité4 phases courantesAlarmes en coursCourantSessions en coursHeure actuelleObservations actuellesCondition actuelle :Cyrillique (KOI8-R)Cyrillique (Windows-1251)Cyrillique/Ukrainien (KOI8-U)Accès à la base non configuréLe schéma de la base n'est pas à jour.Le schéma de la base est prêt.JJDonnéesBase de donnéesDateDate de réceptionDate : %s ; heure : %sJourDéfautCouleur par défautInterpréteur de commande par défautJeu de caractères par défaut pour l'envoi des messages :Lieu par défaut pour les fonctionnalités géolocalisées.DéfinitionsEffacerEffacer « %s »Suppression de toutes les données SyncMLSupprimer un groupeScript de mise à jour de la configuration supprimé « %s ».Session supprimée pour l'appareil « %s » et la base « %s ».Décrire le problèmeDéveloppementAppareilId. de l'appareilGestion des appareilsChiffrementId. de l'appareil :L'appareil est effacéAppareil effectivement retiré.Annulation effective de l'effacement de l'appareil.Point de roséePoint de rosée pour la dernière heure : Point de roséeDésactiverAfficher sur 24 heures ?Afficher les préférencesAfficher la prévision détailléeAfficher la prévision (TAF)Le premier enregistrement contient-il le nom des champs ? Dans l'affirmative, cochez cette boîte :Vous n'avez pas de compte ? Enregistrez-vous.Télécharger %sTélécharger la configuration générée comme un script PHPDroguesDynamiqueIdentification TVA Eu.ModifierModifier « %s »Édition des préférences deÉditer les permissionsÉditer les permissions pour « %s »ÉducationAdresse électroniqueFin àAnglaisSaisissez un nom pour la nouvelle catégorie :Écrivez une question de sécurité qu'on vous posera si vous devez réinitialiser votre mot de passe, par exemple « Quel est le nom de votre animal préféré ? » :Erreur de connexion à Twitter : %s détails ont été consignés pour l'administrateur.Erreur lors de la suppression de la session de synchronisation :Erreur lors de la suppression des sessions de synchronisation :Erreur lors de la mise à jour du mot de passe : %sEthniqueInvités à l'événement :Tous les ¼ d'heureToutes les 2 minutesToutes les 30 secondesToutes les 5 minutesToutes les ½ heuresToutes les heuresToutes les minutesExemple de valeurs :ExécuterDévelopperTrès grandTransfert FTP de la configurationIntégration à FacebookErreur de déblocage avant l'effacement de l'appareilFluxFluxTempérature ressentieChamps à rechercherGestionnaire de fichiersFiltreFiltresPremière demiePremier quartierNourritureForcePrévision (TAF)Jours de prévision (notez que les prévisions fournies donnent le jour et la nuit ; un grand nombre ici peut faire un bloc très large)Vous avez oublié votre mot de passe ?FormulairesCitationType de citationCitationsCitations 2ForumsDemandes d'amis :Amis activésdepuis le %s (%s °) à %s %sdepuis le %s à %s %sDescription complètePleine luneNom completGénérer la configuration de %sCode généréLa suitePréférences globalesAllerGoedelRecherche GoogleGrec (ISO-8859-7)Administration des groupesNom du groupeLe groupe n'a pas été créé : %s.GroupesPermissions des invitésCourrier HTMLHébreu (ISO-8859-8-I)HauteurHauteur de la zone de flux (la largeur s'ajustera automatiquement au bloc)AideSuje_ts de l'aideHémisphèreVoici le début du fichier :Cacher les préférences avancéesRésultatsRépertoire personnelHordeCombien de champs (colonnes) y a-t-il ?Combien de secondes avant de vérifier pour de nouvelles publications ?HumiditéHumoristesIcônes pour %sNom du compte :Importation, étape %dChamp importé : %sChamps importés :En réponse à :Dans les listes ci-dessous, sélectionnez un champ importé du fichier source à gauche, et le champ correspondant disponible dans votre carnet d'adresses à droite. Puis cliquez sur « Ajouter la paire » afin de les marquer pour l'importation. Cliquez sur « Suivant » quand vous avez fini.Nom d'utilisateur ou adresse alternative incorrect. Réessayez ou contactez votre administrateur système pour de l'aide.Utilisateurs individuelsInformationMembres héritésInscrivez une adresse de courrier à laquelle vous recevrez le nouveau mot de passe :Inscrivez la réponse à la question de sécurité :Format numérique de l'identification de la TVA invalide.Action invalide %sApplication invalide.Résultat du hachage invalide.Permission invalide.InventaireJaponais (ISO-2022-JP)À l'instant…Débutants du noyauMot cléEnfantsKolabCoréen (EUC-KR)LangueGrandDernière demieDernière modification du mot de passeDernier quartierHeure de la dernière synchro.Dernière mise à jour :Dernière connexion : %sDernière connexion : %s à partir de %sDernière connexion : jamaisDernierLoiAimerRimesBiscuit LinuxAfficher les tablesÉchec de la liste des alarmes : %sÉchec de la liste des verrous : %sÉchec de la liste des sessions : %sL'affichage de la liste des utilisateurs est désactivé.LittératureHeure locale : %s %sHeure et localeLieuVerrouiller l'utilisateurVerrousConnexionDéconnexionAuthentifié sur FacebookLa connexion est refusée. Il est probable que votre nom d'utilisateur ou votre mot de passe ait été mal saisi.Échec de connexion.Connectez vous sur Facebook et autorisez Connectez vous sur Twitter et autorisez l'application DéconnectionAmourMMMagieCourrierAdministration du courrielAdministrez la liste de catégories et les couleurs liées à ces catégories.Gestion des appareils ActiveSync.Champs apparentés :Température maximale des 24 dernières heures : Température maximale des 6 dernières heures : Age maximum d'un fichierNombre maximum de blocs du portailTaille maximale de la pièce jointeNombre maximum d'éléments à afficherMédicamentMoyenMembresMentionsMétéo MetarMétriqueTempérature minimum des 24 dernières heures : Température minimum des 6 dernières heures : Longueur maximale du code pinMinutes d'inactivité avant verrouillage de l'appareilVariésConfiguration absente.Vue SmartphoneMobile (ordiphone)Application optimisées pour smartphoneModeLundiPhases de la luneParamétrage du compteMes données personnellesMon flux FacebookMon portailPrésentation de mon portailN/ANON, je n'accepte pasN.B.: EFFACER UN APPAREIL PEUT LE RÉINITIALISER À SON ÉTAT DE SORTIE D'USINE. VEUILLEZ VOUS ASSURER QUE C'EST BIEN CE QUE VOUS VOULEZ FAIRE AVANT DE DEMANDER UN EFFACEMENTNomJamaisNouvelle catégorieNouveaux messages : %sNouvelle luneNouveau nom de connexion (facultatif)Nouveau mot de passeLes nouveaux mots de passe diffèrent.NouvellesSuivant4 phases suivantesPas de sonPas de données de configuration pour lesquelles montrer les différences.Non modifié.Aucun icône trouvé.Aucun élément à afficherAucun lieu n'est sélectionné.Pas d'aphorismes choquantsAucune confirmation en attentePas de push mail en itinéranceAucune question de sécurité n'a été configurée. Veuillez contacter votre administrateur.Pas de version stable pour l'instant.Aucun nom d'utilisateur spécifié.Pas de version trouvée dans la configuration originale. Régénérez la configuration.Pas de version trouvée dans votre configuration. Régénérez la configuration.AucunNordique (ISO-8859-10)Hémisphère NordSans provisionNotesRien à naviguer, retournez en arrière.Nombre d'articles à afficherNombre de secondes d'attente avant de rafraîchirCréateur d'objetFiltre anti-offensantBureauL'ancien et le nouveau mots de passe doivent être différents.Ancien mot de passeL'ancien mot de passe est incorrectSeulement les « fortunes » offensantesSeuls le propriétaire et l'administrateur du système peuvent changer la propriété ou les permissions du propriétaire d'un partageSystème d'exploitationOu entrer un nom d'utilisateur :Autres informationsAutres optionsAutresPropriétairePropriétaire :PHPCode PHPInterpréteur PHPComptes e-mail POP/IMAPExtension POSIX absenteInterpréteur P_HPMot de passeRobustesse du mot de passeChangement du mot de passe effectué.Les mots de passe doivent être identiques.CollerConfirmations en attente :PersonnesEffectuer les tâches de connexionLa permission « %s » n'est pas supprimée.Droits d'accèsAdministration des permissionsDonnées personnellesAnimauxPhotosPlatitudesVeuillez saisir un mot de passe.Veuillez saisir un nom d'utilisateur.Veuillez fournir un résumé du problème.Veuillez lire le texte suivant. Vous devez accepter les conditions pour utiliser le système.Pichenettes :Clef d'accèsClef d'accès :PolitiquePosition du texte cité dans un e-mail. Sur certains %s envoyéEnvoyé %s via %sPrécipitations pour la %d dernière heure : Précipitations pour les %d dernières heures : %s de probabilité de pluiePressionPression au niveau de la mer : PrincipalDescription du problèmeApprovisionnéApprovisionnéPublication activée.RequêteQuotaAphorisme au hasardLireLecture activéeSuppression définitive de « %s » ?Suppression définitive des données pour l'utilisateur « %s » ?Rafraîchir les éléments du menu dynamique :Rafraîchir l'écran du sommaire :Taux de rafraîchissement :Appareils déclarésApplication couranteRemarquesHôte distantRetirerRetirer la paireEnlever le script enregistré du répertoire temporaire du serveur.Retirer l'utilisateurRetirer l'utilisateur : %sRépondreApprovisionner tous les appareilsCode requisNécessite un chiffrement S/MIMENécessite une signature S/MIMERÀZRemise à zéro du mot de passeRéinitialisation des états de l'appareil. Cela provoquera la resynchronisation de tous les éléments.Réinitialiser votre mot de passeRevenir à la dernière requêteRésultatsRésultats de %sRetour à l'écran principalRetweeterRetweeté par %sRé-entrer le nouveau mot de passeRevenir à la configuration précédenteDevinettesLancerExécuter les tâches de connexionEnvoyer une EcardChiffrementSMSInterpréteur SQLInterpréteur S_QLEnregistrerEnregistrer « %s »Enregistrer et terminerEnregistrer la configuration générée comme un script PHP dans le répertoire temporaire de votre serveur.Script de mise à jour de la configuration enregistré sous : « %s »SciencePortéeReche_rcheRechercherRecherche :Sélectionnez un groupe à ajouter :Sélectionnez un nouveau propriétaire :Sélectionnez un serveurSélectionnez un utilisateur à ajouter :Sélectionnez tous les champs à rechercher pour la complétion des adresses.Sélectionnez le format de date et d'heure :Sélectionnez le délimiteur de date :Sélectionnez le format de date :Sélectionnez l'ordre du jour et de la date :Sélectionnez le délimiteur d'heure :Sélectionnez le format de l'heure :Sélectionnez votre thème de couleurs.Sélectionnez votre langue préférée :Envoyer le rapport d'anomalieSonde : Heure du serveurAdministration de la sessionDébut de la sessionSessionsConfigurer les options pour vous permettre de remettre à zéro votre mot de passe si jamais vous l'oubliez.Configuration de l'intégration avec votre compte Facebook.Configuration de l'intégration avec votre compte Twitter.Sélectionnez votre langue préférée, le fuseau horaire et les options de date.Définissez la première application lancée, le thème de couleurs, le rafraîchissement des pages, et d'autres options d'affichage.Plusieurs endroits possibles avec le paramètre : %sRésuméDoit-on définir des touches de raccourcis pour la plupart des liens ?AfficherMontrer les préférences avancéesMontrer les différences entre la configuration enregistrée actuellement et celle nouvellement générée.Montrer les détails additionnels?Montrer l'heure de la dernière connexion à l'entrée ?Montrer les notificationsSauter les tâches de connexionPetitHauteur de neige : Quantité d'eau équivalente à la quantité de neige : Chansons et poèmesSud-européen (ISO-8859-3)Hémisphère sudPourrielSportsStandardStar TrekHeure de débutGestion des étatsStatutImpossible de mettre à jour le statut.FluxSous-répertoire « %s » non trouvé.La demande d'ajout de « %s » au système a été soumise. Vous ne pourrez pas vous connecter jusqu'à son approbation.Connexion effective à votre compte Facebook ou permissions modifiées.Succès« %s » a bien été ajouté(e).Les données de l'utilisateur « %s » ont bien été retirées du système..« %s » a bien été supprimé(e).« %s » a bien été retiré(e).Retour à la configuration initiale réussi. Rafraîchir la page pour voir les modifications.Enregistrement de la configuration de la sauvegarde réussi.« %s » a bien été mis(e) à jour.Écriture de %s réussiLever du SoleilCoucher du SoleilDimancheLever du SoleilLever/Coucher du SoleilCoucher du SoleilTout synchroniserSyncMLFlux de syndicationNuage de mots clésTâchesTempérature pour la dernière heure : TempératureTempérature%s(%sMax%s/%sMini%s)Impossibilité temporaire de connexion à Facebook. Veuillez réessayer.Impossibilité temporaire de contacter Twitter. Veuillez réessayer plus tard.Thaï (TIS-620)L'effacement à distance pour l'appareil d'id. %s a été annulé.L'alarme a été supprimée.L'alarme a été enregistrée.La configuration de %s ne peut pas être modifiée automatiquement. Veuillez mettre à jour la configuration manuellement.Adresse par défaut pour cette identité :Le blocage a été retiré.Le service du statut des membres n'a pas pu être joint dans les délais. Réessayez plus tard ou avec le statut d'un autre membre.Le service du statut des membres n'est pas disponible actuellement. Réessayez plus tard ou avec le statut d'un autre membre.Le code du pays saisi est invalide.Le service n'est pas disponible actuellement. Réessayez plus tard.Le service est trop sollicité actuellement. Réessayez plus tard.La requête d'enregistrement pour « %s » a été supprimée.La requête de connexion pour l'utilisateur « %s » a été retirée.L'état de l'appareil d'id. %s a été réinitialisé. Il sera resynchronisé lors de la prochaine connexion au serveur.Le script de test est actuellement actif. Pour des raisons de sécurité, désactivez les scripts de test après usage (Cf. horde/docs/INSTALL).L'utilisateur « %s » existe déjà.L'utilisateur « %s » n'existe pas.Répertoire des thèmes « %s » non trouvéUn problème est apparu lors de l'ajout de « %s » : %sUn problème est apparu lors de la suppression des données de l'utilisateur « %s » : Un problème est apparu lors de la suppression de « %s » : Un problème est apparu lors de la mise à jour de « %s » : %sUne erreur s'est produite en contactant le serveur ActiveSync : %sUne erreur s'est produite en contactant Twitter : %sIl y avait une erreur dans le formulaire de configuration. Peut-être avez-vous laissé un champ requis vide.Une erreur s'est produite lors de la requête : %sIl y a eu une erreur lors de l'établissement de votre session Facebook. Veuillez réessayer plus tard.Une erreur s'est produite lors du retrait des données globales de %s. Les détails ont été consignés.Une erreur est survenue pour les permissions demandéesCe numéro d'identification de la TVA est invalide.Ce numéro d'identification de la TVA est valide.TicketsSuivi horaireFormat d'heureFormat date ou inconnuHorodatage des sessions de synchronisation réussiesTitrePour exclure un champ particulier de l'importation ou pour corriger un mauvais appariement, sélectionner un champ dans la liste ci-dessous et cliquez sur « Retirer la paire ».Pour sélectionner plusieurs champs à la fois, maintenez enfoncé le bouton « Ctrl » (PC) ou « Commande » (Mac) en cliquant.Aujourd'huiDemainHautTraductionsTurc (ISO-8859-9)TweetIntégration à TwitterFil de TwitterFil de Twitter pour %sURLImpossible de contacter Twitter. Veuillez réessayer plus tard. Erreur retournée : %sSuppression impossible de « %s » : %s.Impossible d'envoyer votre appréciation.Impossible de valider la requête. Merci de recommencerAnnuler les modificationsHors catégorieUnicode (UTF-8)UnitésInconnuDébloquerModifierModifier %sModifier le schéma %sMettre à jour tous les schémas de la baseMettre à jour toutes les configurationsModifier l'utilisateurMise à jour de « %s ».Mise à jour du schéma pour %s.ChargerTous les fichiers de configuration des applications ont été envoyés sur le serveur.Utiliser si le nom d'utilisateur/mot de passe est différent du serveur IMSP.UtilisateurAdministration des utilisateursLogiciel client utilisé : %sNom d'utilisateurEnregistrement des utilisateursL'enregistrement d'utilisateur est désactivé sur ce système.L'enregistrement d'utilisateur n'est pas configuré correctement sur ce système.Compte utilisateur non trouvéUtilisateur à ajouter :Nom d'utilisateurUtilisateursUtilisateurs définis :Vérification de l'id. numérique de la TVAIdentifiant numérique de la TVA :Numéro de TVAContrôle de versionContrôle de versionViêt-namien (VISCII)Voir une page web externeVisibilitéAttentionMétéoDonnées météo fournies parSite webNavigateurBienvenueBienvenue, %sOccidental (ISO-8859-1)Occidental (ISO-8859-15)Quelle application %s doit-il présenter après la connexion ?À quoi travaillez-vous ?Quel est le caractère de séparation ?Quel est le caractère de citation ?Quel jour voudriez-vous afficher en début de semaine ?Quelles phasesLargeur du menu %s à gauche :WifiWikiVentVitesse du vent en nœudsVent :EffacerEffacement demandéSagesseAvecTravailX-RefAAOui, j'accepteVous et %d autre personne aiment ceciVous et %d autres personnes aiment ceciVous n'êtes pas autorisé à ajouter des groupes.Vous n'êtes pas autorisé à ajouter des partages.Vous n'êtes pas autorisé à changer de groupe.Vous n'êtes pas autorisé à changer de partageVous n'êtes pas autorisé à supprimer des groupesVous n'êtes pas autorisé à supprimer des partages.Vous n'êtes pas autorisé à lister les groupes de partages.Vous n'êtes pas autorisé à lister les permissions des partages.Vous n'êtes pas autorisé à lister les partages.Vous n'êtes pas autorisé à lister les utilisateurs des groupes.Vous n'êtes pas autorisé à lister les utilisateurs des partages.Vous n'avez pas configuré correctement votre compte Facebook. Vous devriez vérifier la configuration de Facebook dans votre %s.Vous pouvez aussi vérifier votre configuration Facebook dans votre %s.Vous n'avez pas accepté les conditions d'utilisation, vous n'êtes donc pas autorisé à vous connecter.Vous avez été déconnecté.Vous n'avez pas autorisé les permissions demandées.Vous n'avez pas configuré correctement votre compte Twitter avec Horde. Vous devriez vérifier la configuration de Twitter dans votre %s.Vous aimez çaVous devez décrire le problème avant de nous faire parvenir le rapport.Vous devez spécifier un utilisateur à retirer. Vous devez spécifier un utilisateur à retirer.Vous devez spécifier un utilisateur à ajouter.Vous devez spécifier le nom de l'utilisateur à modifier.Votre adresse électroniqueVos données personnellesVotre adresse Internet a changé depuis l'ouverture de votre session. Pour votre sécurité, vous devez vous reconnecter.Votre nomVotre module d'authentification ne supporte pas l'ajout d'utilisateurs. Si vous souhaitez utilisez Horde pour administrer les comptes utilisateurs, vous devez utiliser un autre module d'authentification.Votre module d'authentification n'est pas en mesure d'établir une liste des utilisateurs, ou cette fonction a été retirée pour une autre raison.Votre navigateur semble avoir changé depuis le début de votre session. Pour votre sécurité, vous devez vous reconnecter.Votre navigateur ne supporte pas cette option.Votre fuseau horaire actuel :Votre nom complet :Votre compte a expiré.Votre nouveau mot de passe pour %s est :%sVotre mot de passe a été réinitialiséVotre mot de passe a été réinitialisé, mais il n'a pas pu vous être transmis. Veuillez contacter l'administrateur.Votre mot de passe a été réinitialisé, vérifier votre courrier et connectez-vous avez votre nouveau mot de passe.Votre mot de passe a expiréVotre mot de passe a expiré.Votre session a expiré. Veuillez vous reconnecter.Votre session a expiré. Veuillez vous reconnecter.Zippy[Rapport de problème]_AlarmesLigne de _commande_Configuration_Groupes_Locks_Permissions_Utilisateurspièce jointecalmedepuis le %s (%s) à %s %sen rafaleincorporéepréférencesmontrer les différencesentrez le mot de passe deux fois pour confirmerunifiéMétéotmpIMUtxu/horde-5.2.17/locale/fa/0000755000175000017500000000000013162206570016324 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fa/help.xml0000644000175000017500000000472613160205253020002 0ustar mathieumathieu درگاه اين درگاه خلاصه‌ايي از اطلاعات مهم شما را در اختيار قرار مي‌دهد. برای مثال اين درگاه نشان مي‌دهد که چند نامهٔ الکترونيکی تازه در نامه‌دان شما موجود است، چه وقايعی طبق تقويم شما رخ داده است، چه وظايفی طبق ليست وظايف شما به عهده‌اتان است، سرتيترهای سرويسهای خبری انتخابی شما چيست و .... محتوای اين درگاه از طريق دگمهٔ جانمائی می‌تواند به شکل دلخواه شما دربيايد. برای مثال شما می‌توانيد موارد دلخواه خود را برای نمايش در درگاه و همچنين ترتيب نمايش آنها را نيز تعيين نماييد. tmpIMUtxu/horde-5.2.17/locale/fa/LC_MESSAGES/0000755000175000017500000000000013162206570020111 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fa/LC_MESSAGES/horde.po0000644000175000017500000033556713160205253021570 0ustar mathieumathieu# Horde Persian translations. # This file is distributed under the same license as the Horde package. # # Copyright 2004 High Concil of Informatics (www.shci.ir) # Provided by Amirkabir Metanetworking Ltd, 2004 # Mohsen Nader-Badr # Chackameh Mortezania # Salman Niksefat # Hamed Gheybi # Vahid Ghafarpour # Zahra Ahmadi # msgid "" msgstr "" "Project-Id-Version: Horde 3 \n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2005-07-08 15:27+0200\n" "Last-Translator:Amirkabir Metanetworking ltd. \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " در " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" به گروه‌های سامانه اضافه شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" به سامانه مجوز‌ها اضافه شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" ایجاد نشده بود: %s." # #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB استفاده شده از %.2fMB مجاز (%.2fMB)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s و %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "اسم رمز شما %d روز دیگر معتبر است." # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s دقیقه" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" # #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s به %s از %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "پیش­بینی %d-روزه" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - توجه" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "تولید پیکربندی %s" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "اسم رمز با تأیید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "شروط توافق %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s در %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s آماده اجرای عملیات نگهداری انتخاب شده است. جعبه هر عملیاتی را که هم اکنون " "می‌خواهید اجرا کنید علامت بزنید" #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "%s پیدا نشد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "، باد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "، باد %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "، متغییر از %s به %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "قالب ۱۲ ساعتی" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "قالب ۲۴ ساعتی" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "۲۴ ساعته" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 #, fuzzy msgid "A characters" msgstr "تعداد نویسه‌ها" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "یک پشتیبان دادگان برای این بلاک مورد نیاز است" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "ابرها" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "نم‌نم باران" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "مه‌آلود" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "باران سبک صبحگاهی" #: lib/Block/weatherdotcom_strings.php:11 #, fuzzy msgid "AM Light Snow" msgstr "برف سبک" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "باران صبحگاهی" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "رگبار صبحگاهی" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "برف عصرگاهی" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "تگرگ صبحگاهی" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "باران صبحگاهی" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "رگبار صبحگاهی" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "T-Storms" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "صبح/عصر" #: lib/Block/account.php:3 msgid "Account Information" msgstr "اطلاعات حساب" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "اسم رمز حساب" #: admin/activesync.php:126 msgid "Actions" msgstr "عملیات" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "سرپرستی کاربر" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "اضافه کردن" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "اینجا اضافه کن:" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "اعضاء" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, fuzzy, php-format msgid "Add a child group to \"%s\"" msgstr "اضافه کردن یک گروه فرعی به '%s'" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "اضافه کردن گروه جدید" #: admin/user.php:21 msgid "Add a new user:" msgstr "اضافه کردن یک کاربر جدید:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "اضافه کردن یک کاربر جدید:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "اضافه کردن زوج" #: admin/user.php:22 msgid "Add user" msgstr "اضافه كردن کاربر" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/signup_confirm.php:80 admin/user.php:92 #, fuzzy, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "'%s' به سامانه اضافه شد، اما نمی‌توان اطلاعات دیگر افتتاح حساب را اضافه کرد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: signup.php:44 #, fuzzy, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "'%s' به سامانه اضافه شد. اکنون شما می‌توانید وارد شوید" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "اضافه کردن کاربران فعال نیست" #: lib/Block/vatid.php:101 msgid "Address" msgstr "آدرس" #: config/registry.php.dist:142 msgid "Address Book" msgstr "کتابچهٔ آدرس " #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "متن اعلان" #: admin/alarms.php:24 #, fuzzy msgid "Alarm title" msgstr "عناوین ستونها" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "معادل" #: lib/Block/fortune.php:94 msgid "All" msgstr "همه" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "تمامی کاربران تأیید صلاحیت شده" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "همه گروه‌ها" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "ورود IMSP جایگزین" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "اسم رمز IMSP جایگزین" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "نام کاربری IMSP جایگزین" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "آدرس پست الکترونیک جایگزین" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "یک خطای جدی رخ داده است" #: services/resetpassword.php:48 msgid "Answer" msgstr "پاسخ" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "برنامهٔ‌ کاربردی" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "فهرست برنامه‌های کاربردی" #: util/icon_browser.php:45 msgid "Application List" msgstr "فهرست برنامه‌های کاربردی" #: admin/config/index.php:160 msgid "Application is ready." msgstr "برنامه آماده است" #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "برنامه آماده است" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "تصویب" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "Arabic (Windows-1256)" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "آیا شما مطمئنید که می‌خواهید '%s' و تمام زیر گروه‌هایش را حذف کنید؟" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "آیا شما مطمئنید که می‌خواهید اطلاعات افتتاح حساب %s را پاک کنید؟" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "آیا شما مطمئنید که می‌خواهید '%s' و تمام زیر گروه‌هایش را حذف کنید؟" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Armenian (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "هنر" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "سعی در حذف گروهی شده است که موجود نیست" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "سعی در حذف مجوزی شده است که موجود نیست" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "سعی در ویرایش مجوزی شده است که موجود نیست" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "سعی در ویرایش اشتراکی شده است که موجود نیست" #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "تمامی کاربران تأیید صلاحیت شده" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "فیلدهای قابل دسترسی:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: themes/barbie/info.php:2 #, fuzzy msgid "Barbie" msgstr "برهنه" #: util/icon_browser.php:34 #, fuzzy, php-format msgid "Base graphics directory \"%s\" not found." msgstr "شاخه گرافیکی مبنای '%s' یافت نشد" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "تنظیمات بلوک" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "نوع بلوک" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "ماه نو" #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "محلیّت و ساعت" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "چوب الف" #: lib/Block/fortune.php:103 msgid "Both" msgstr "هر دو" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "سطرها:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 #, fuzzy msgid "Cache init was not completed." msgstr "فهرست توزیعی مشخص نشده است" #: config/registry.php.dist:157 msgid "Calendar" msgstr "تقویم" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "آرام" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "انصراف" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "انصراف از ارسال گزارش" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "انصراف" #: services/resetpassword.php:17 #, fuzzy msgid "Cannot reset password automatically, contact your administrator." msgstr "" "نمی‌توان اسم رمز را بطور خودکار دوباره بازنشاند، با سرپرست سامانه خود تماس " "بگیرید" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "گروه‌ها و برچسبها" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Central European (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "تغییر " #: services/changepassword.php:23 msgid "Change Your Password" msgstr "اسم رمز خود را تغییر دهید" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "تغییردادن نام و آدرسی که افراد هنگام خواندن و پاسخ دادن به نامهٔ شما خواهند " "دید " #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "تغییردادن اسم رمز شما در پیکربندی فعلی پشتیبانی نمی‌شود. با سرپرست سامانه خود " "تماس بگیرید" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "‌" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "بررسی پیوند..." #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "‌" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Chinese Simplified (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Chinese Traditional (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "دوره‌ها" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "انتخاب چگونگی نمایش تاریخ:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "انتخاب چگونگی نمایش تاریخ:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "انتخاب چگونگی نمایش تاریخ:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "صاف" #: admin/sqlshell.php:109 #, fuzzy msgid "Clear Query" msgstr "پاک کردن کاربر" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "پاک کردن کاربر : %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "پاک کردن کاربر" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "پاک کردن دادهٔ کاربر" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "باران زودهنگام" #: lib/Block/weatherdotcom_strings.php:21 #, fuzzy msgid "Clearing Late" msgstr "باران دیرهنگام" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "برای ادامه، کلیک کنید" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "بستن پنجره" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "ابرها" #: lib/Block/weatherdotcom_strings.php:22 #, fuzzy msgid "Clouds Early" msgstr "ابرها" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "ابرها" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "ابری" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "جمع شدن نوار کناری" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "جمع شدن نوار کناری" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "انتخاب کننده رنگ" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "فرمان" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "پوسته فرمان" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "توضیح" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "رایانه‌ها" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "شرط" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "شرایط" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "بازگرداندن پیکربندی" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "تفاوتهای پیکربندی" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 #, fuzzy msgid "Configuration is out of date." msgstr "پیکربندی به بروزرسانی نیاز دارد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "دست ‌نویس بروزرسانی راه‌اندازی در دسترس است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "پیکربندی %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "تأیید اسم رمز" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "ادامه" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "کوکی" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "رنگ" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "نمی‌توان به کارساز LDAP پیوست " #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "نمی‌توان به کارساز ldap متصل شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:27 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "نمی‌توان با استفاده از FTP به کارساز '%s' وصل شد: %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "نمی‌توان با استفاده از FTP به کارساز '%s' وصل شد: %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "نمی‌توان اسکریپت بروزرسانی راه‌اندازی را حذف نمود '%s'." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "نمی‌توان اسم رمز را برای کاربر مورد نظر بازنشاند. بعضی یا همه جزئیات مربوط به " "آن نادرست می‌باشد. دوباره سعی کنید یا برای کمک بیشتر با سرپرست سامانه خود " "تماس بگیرید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "نمی‌توان پیکربندی را بازگرداند" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "نمی‌توان پیکربندی پشتیبان را حفظ کرد: %s " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "نمی‌توان اسکریپت بروزرسانی راه‌اندازی را حفظ نمود: '%s'." # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "نمی‌توان پرونده پشتیبان پیکربندی %s را حفظ کرد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "نمی‌توان پرونده پیکربندی %s را حفظ نمود. شما می توانید از یکی از گزینه‌ها برای " "حفظ کد بر روی %s استفاده نمایید و یا اینکه از کد به صورت دستی در%s رونوشت " "تهیه نمایید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "نمی‌توان پیکربندی را برای '%s' نوشت: %s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "کشور" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "ایجاد" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "هویّت پیش فرض" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "فاز فعلی" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "فاز فعلی" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "مجوزهای ایجاد کننده" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "ساعت فعلی" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "آب و هوای فعلی" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "شرایط فعلی: " #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "داده" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "درخت داده" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "مرورگر درخت داده" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "فهرست دادگانها‌" #: lib/Block/vatid.php:94 msgid "Date" msgstr "تاریخ" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "تاریخ دریافت شده" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "روز" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "پیش فرض" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "رنگ پیش فرض" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "پوستهٔ پیش فرض" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "تعاریف" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "حذف" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "حذف" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "حذف گروه" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "اسکریپت حذف شدهٔ بروزرسانی تنظیمات '%s'." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "شرح مشکل" #: config/registry.php.dist:239 msgid "Development" msgstr "گسترش" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "پیش‌نمایش" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "مدیر پرونده" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "%s با موفّقیّت نوشته شد" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "نقطه شبنم" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "نقطه شبنم برای ساعت گذشته: " #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "نقطه شبنم: " #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "فهرست جداول" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "آیا زمان 24 ساعته نمایش داده شود؟" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "نمایش جزئیات پیش­بینی" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "نمایش جزئیات پیش­بینی" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "نمایش پیش­بینی" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "حذف نشود" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "حذف نشود" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "آیا سطر اول شامل فیلد نام می‌باشد؟ اگر چنین است، این جعبه را علامت بزنید:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "هیچ‌کدام" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "استقرار %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "استقرار پیکربندی تولید شده بعنوان دست نویس PHP" #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "نم‌نم باران" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "داروها" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "تعداد نویسه‌ها" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "ویرایش" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "\"%s\" بروزرسانی شد" #: admin/groups.php:214 msgid "Edit Group" msgstr "ویرایش گروه" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "ویرایش مجوزها برای %s" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "ویرایش مجوزها" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "ویرایش مجوز‌ها برای \"%s\"" #: lib/Block/fortune.php:42 msgid "Education" msgstr "تحصیلات" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "آدرس نامهٔ الکترونیکی" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "لطفاً نامی برای دسته جدید وارد کنید:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "یک سئوال امنیتی برای پرسش از شما به هنگام بازنشاندن اسم رمز وارد کنید، مثلاْ " "'نام حیوان خانگی شما چیست؟'" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "خطا" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr " جزئیات برای سرپرست سامانه ثبت شده است" #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "خطا در بروزرسانی اسم رمز : %s" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "عتیقه" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "هر پانزده دقیقه" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "هر دو دقیقه" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "هر سی دقیقه" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "هر پنج دقیقه" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "هر نیم ساعت" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "هر نیم ساعت" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "هر دقیقه" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "مقادیر مثال:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "اجرا" #: admin/sessions.php:30 msgid "Expand" msgstr "باز کردن" #: lib/Block/iframe.php:29 #, fuzzy msgid "Extra Large" msgstr "صفحه بعدی" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "پیکربندی %s حفظ شد" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "لطیف" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "آدرس خیابان" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "رگبار خفیف" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "کمی تگرگ" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "مدیر پرونده" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "فیلترها" #: config/registry.php.dist:93 msgid "Filters" msgstr "فیلترها" #: lib/Block/moon.php:164 msgid "First Half" msgstr "نیمه اول" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "ربع اول" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "مه‌آلود" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "اعشاری" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "مه‌آلود" #: lib/Block/fortune.php:44 msgid "Food" msgstr "غذا" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "پیش­بینی" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "اسم رمز خود را فراموش کرده‌ا‌ید؟" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "طالع" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "نوع طالع" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "طالعها" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "طالعها ۲" #: config/registry.php.dist:376 msgid "Forums" msgstr "انجمنها" #: config/registry.php.dist:113 msgid "Forwards" msgstr "ارجاعها" #: lib/Block/weatherdotcom_strings.php:33 #, fuzzy msgid "Freezing Drizzle" msgstr "نم‌نم باران" #: services/facebook.php:68 #, fuzzy msgid "Friend Requests:" msgstr "درخواست آزاد/مشغول" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "از " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "شرح کامل" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "ماه کامل" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "نام کامل" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "تولید پیکربندی %s" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "کد تولید شده" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "برو" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "جسنجوی گوگل" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Greek (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "زیرپیراهنی" #: admin/groups.php:195 msgid "Group Administration" msgstr "سرپرستی گروه" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "\"%s\" ایجاد نشده بود: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "گروه‌ها" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "مجوزهای مهمان" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "مه‌آلود" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 #, fuzzy msgid "Heavy T-Storm" msgstr "T-Storms" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrew (ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "بلندی" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "راهنما" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "فهرست عناوین راهنما" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "نیم‌کره" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "اینجا ابتدای پرونده‌ می‌باشد:" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "نماسها" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "نتایج" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "بالا" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "شاخهٔ اصلی" #: config/registry.php.dist:76 msgid "Horde" msgstr "هورد" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "چند فیلد (ستون) وجود دارد؟" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "رطوبت" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "رطوبت: " #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "تعداد نویسه‌ها" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "فقط آیکونها" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "آیکونها برای %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "آیکونها با متن" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "نام هویّت:" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "درون‌برد، گام %d" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "فیلد درون‌برد شده: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "فیلد‌های درون‌برد شده:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "نام کاربر یا آدرس جایگزین نادرست می‌باشد. لطفا مجدداْ سعی کنید و یا در صورت " "نیاز به کمک بیشتر با سرپرست سامانه تماس بگیرید" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "کاربران خاص" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "اطلاعات" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "اطلاعات دیگر در دسترس نیست" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "یک آدرس پست الکترونیک برای دریافت اسم رمز جدید درج کنید " #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "پاسخ مورد نیاز را برای سئوال امنیتی درج کنید:" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr "قالب پروندهٔ نامعتبر" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "برنامهٔ کاربردی نامعتبر" #: admin/config/config.php:24 msgid "Invalid application." msgstr "برنامهٔ کاربردی نامعتبر" #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "دسته ID نامعتبر" #: lib/Block/weatherdotcom.php:180 #, fuzzy msgid "Invalid license key." msgstr "برنامهٔ کاربردی نامعتبر" #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "برنامهٔ کاربردی نامعتبر" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "مجوز پدر نامعتبر" #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "مجوز پدر نامعتبر" #: lib/Block/weatherdotcom.php:178 #, fuzzy msgid "Invalid product code." msgstr "پروتکل نامعتبر" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "T-Storms" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "Japanese (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "‌بچه‌ها" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "Korean (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "زبان" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "برهنه" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "نیمهٔ آخر" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "تغییر آخرین اسم رمز" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "ربع آخر" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "محلیّت و ساعت" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "آخرین بروزرسانی:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "آخرین ورود: %s" # #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "آخرین ورود : %s از %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "آخرین ورود: هرگز" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "تاریخ" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "تقویم" #: lib/Block/fortune.php:51 msgid "Law" msgstr "حقوق" #: themes/lightblue/info.php:2 #, fuzzy msgid "Light Blue" msgstr "مقادیر راست" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "نم‌نم باران" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "بارندگی سبک" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "بارندگی سبک زودهنگام" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "بارندگی سبک دیرهنگام" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "بارندگی و رگبار سبک" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "باران سبک به همراه رعد" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "برف سبک" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "بارندگی سبک زودهنگام" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "بارندگی سبک دیرهنگام" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "برف و رگبار سبک" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "پیوند" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "کوکی لینوکس" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "فهرست جداول" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "فهرست کاربران فعال نمی‌باشد" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "فهرست کاربران فعال نمی‌باشد" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "ادبیات" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "ساعت محلی: " #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "محلیّت و ساعت" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "موقعیت" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "ورود" #: lib/Block/account.php:64 msgid "Login" msgstr "ورود" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "ورود ناموفّق بود زیرا نام کاربر و یا اسم رمز وارد شده اشتباه بود " #: login.php:282 msgid "Login failed." msgstr "ورود ناموفّق بود." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "عشق" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "پایین" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "جادو" #: config/registry.php.dist:85 msgid "Mail" msgstr "نامه الکترونیکی" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "سرپرست نامه" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "مدیریت و تعیین رنگ دسته‌هایی که شما موارد را با آنها نام‌گذاری می‌کنید" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "فیلد‌های انطباق" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "بیشینه دما در ۲۴ ساعت گذشته: " #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "بیشینه دما در ۶ ساعت گذشته: " #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "پزشکی" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "اعضاء" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "مد گزینگانی:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "آب و هوای Metar" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "بلوک Metar قابل دسترس نیست" #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "بلوک Metar قابل دسترس نیست. جزئیات برای سرپرست سامانه ثبت شده است" #: lib/Block/weatherdotcom.php:168 #, fuzzy msgid "MetarDB is not connected." msgstr "اسم رمز قدیمی نادرست است" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "اندازه‌ای" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr " کمینه دمای ۲۴ ساعت گذشته: " #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr " کمینه دمای ۶ ساعت گذشته: " #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "متفرقه" #: admin/config/index.php:135 #, fuzzy msgid "" "Missing configuration. You must generate it before using this application." msgstr "" "پیکربندی موجود نیست. شما اگر می‌خواهید از این برنامهٔ کاربردی استفاده کنید " "باید آنرا تولید کنید" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "معتدل کردن" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "امروز" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "فازهای ماه" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "بیشتر صاف" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "بیشتر ابری" #: lib/Block/weatherdotcom_strings.php:51 #, fuzzy msgid "Mostly Cloudy and Windy" msgstr "بیشتر ابری" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "بیشتر آفتابی" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "حساب من" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "اطلاعات حساب من" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "درگاه من" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "جانمایی درگاه من" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "نه، من موافق نیستم" #: lib/Block/vatid.php:98 msgid "Name" msgstr "نام" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "هرگز" #: templates/prefs/category.html:3 msgid "New Category" msgstr "دسته جدید" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "پیغام" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "ماه نو" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "نام کاربری جدید (اختیاری)" #: services/changepassword.php:29 msgid "New password" msgstr "اسم رمز جدید" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "اسم رمزهای جدید تطابق ندارد" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "اخبار" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "بعدی" #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "فاز بعدی" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "شب" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "هیچ آیکونی‌ پیدا نشد" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "داده پیکربندی در دسترسی برای نشان دادن تفاوتها وجود ندارد" #: admin/config/diff.php:39 msgid "No change." msgstr "بدون تغییر" #: util/icon_browser.php:83 msgid "No icons found." msgstr "هیچ آیکونی‌ پیدا نشد" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "هیچ مکانی تنظیم نشده" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "هیچ مکانی تنظیم نشده" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "آینده نامطبوعی نیست" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "تقاضای ثبت نامی در انتظار تأیید نیست" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "شاخه موقتی برای کاشه موجود نیست" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "هیچ نامی مشخص نشد" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "نسخه‌ در پیکربندی اصلی پیدا نشد. پیکربندی را دوباره تولید کنید" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "نسخه‌ در پیکربندی شما پیدا نشده است. پیکربندی را دوباره تولید کنید" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "هیچ‌کدام" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "نیم کره شمالی" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "ویرایش مجوز" #: config/registry.php.dist:211 msgid "Notes" msgstr "یادداشتها" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "چیزی برای مرور نیست، به عقب برگرد" #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "تعداد نویسه‌ها" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "تعداد نویسه‌ها" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "ایجاد کننده شیء" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "فیلتر بی‌حرمتی" #: config/registry.php.dist:301 msgid "Office" msgstr "دفتر کار" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "اسم رمز جدید و اسم رمز فعلی باید متفاوت باشند" #: services/changepassword.php:28 msgid "Old password" msgstr "اسم رمز قدیمی" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "اسم رمز قدیمی نادرست است" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "فقط آینده نامطبوع" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "تنها مالک یا سرپرست سامانه می‌تواند مالکیت یا مجوزهای مالک را برای یک اشتراک " "تغییر دهد" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "سیستم عامل" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "انتخاب یک نام کاربری" #: config/registry.php.dist:135 msgid "Organizing" msgstr "سازماندهی" #: services/keyboard.php:124 msgid "Other" msgstr "دیگر" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "اطلاعات دیگر" #: services/keyboard.php:122 #, fuzzy msgid "Other characters" msgstr "تعداد نویسه‌ها" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "فهرست مالک" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 #, fuzzy msgid "Owner:" msgstr "فهرست مالک" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "کد PHP" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "پوسته PHP" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "ابرها" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "نم‌نم باران" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "مه‌آلود" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "بارندگی سبک عصرگاهی" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "برف سبک" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "باران صبحگاهی" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "رگبار عصرگاهی" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "برف عصرگاهی" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "تگرگ عصرگاهی" #: lib/Block/weatherdotcom_strings.php:63 #, fuzzy msgid "PM Sun" msgstr "برف عصرگاهی" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "رگبار عصرگاهی" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "T-Storms" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "بسط POSIX از بین رفته ‌است" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "پوسته PHP" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "قسمتی ابری" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "اسم رمز " #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "اسم رمز با موفّقیّت تغییر یافت." #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "اسم رمز :" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "اسم رمز‌ها باید منطبق باشند" #: admin/sqlshell.php:100 msgid "Paste" msgstr "چسباندن" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "ثبت نامهای نامعلوم" #: lib/Block/fortune.php:61 msgid "People" msgstr "مردم" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "وظایف ورود" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "مجوز \"%s\" حذف نشد" #: admin/perms/index.php:23 msgid "Permissions" msgstr "مجوزها" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "سرپرستی مجوزها" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "اطلاعات شخصی" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "حیوانات خانگی" #: config/registry.php.dist:385 msgid "Photos" msgstr "عکسها" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "لطفاً یک زمان معتبر وارد کنید" #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "لطفاً یک زمان معتبر وارد کنید" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "لطفاً خلاصه‌ا‌یی از مشکل را بنویسید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "لطفاً متن زیر را بخوانید. شما برای استفاده از سامانه باید شروط را قبول کنید" #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "حیوانات خانگی" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "کلید عمومی" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "کلید عمومی" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "سیاستها" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s و %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "ادامه" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "درصد رطوبت در %s ساعت قبل:" msgstr[1] "درصد رطوبت در %s ساعت قبل:" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "فشار" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "فشار در سطح دریا: " #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "فشار: " #: services/problem.php:145 msgid "Problem Description" msgstr "توضیح مشکل" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "مجوز" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "پرس‌وجو" #: lib/Block/account.php:83 msgid "Quota" msgstr "سهمیه" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "باران" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "باران زودهنگام" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "باران دیرهنگام" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "باران و رگبار" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "باران و برف" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "باران به برف" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "طالع تصادفی" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "خواندن" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "خواندن پیغامها " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "واقعاْ %s حذف شود؟ این عمل قابل واگرد نیست" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "واقعاً دادهٔ کاربری برای کاربر %s حذف شود؟ این عمل قابل واگرد نیست" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "بازآوری عناصر گزینگان دینامیکی:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "بازآوری نمای درگاه:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "بازآوری نمای درگاه:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "توضیحات" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "حذف" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "کارسازهای راه‌دور" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "URL" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "حذف" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "حذف زوج" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "حذف دست ‌نویسهای حفظ شده در شاخه موقت کارساز" #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "حذف کاربر" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "حذف کاربر: %s" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "پاسخ: %s" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 #, fuzzy msgid "Requested service could not be found." msgstr "پرونده ارسال شده نمی‌تواند حفظ شود" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "بازنشانی" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "بازنشانی اسم رمز" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "اسم رمز خود را بازنشانی کنید" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 #, fuzzy msgid "Restore Last Query" msgstr "ربع آخر" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "نتایج" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "نتایج" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "بازگشت به گزینه‌ها" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "بازنشانی" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "تایپ دوباره اسم رمز جدید " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "بازگرداندن پیکربندی" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "معماها" #: admin/sqlshell.php:101 msgid "Run" msgstr "اجرا" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "پوسته SQL" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "پوسته SQL" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "حفظ کردن" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "حفظ کردن %s" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "پیکربندی تولید شده بعنوان دست ‌نویس PHP در شاخهٔ موقت کارساز شما حفظ شود" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "دست ‌نویس بروزرسانی راه‌اندازی حفظ شد در :'%s' ." #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "رگبار خفیف" #: lib/Block/weatherdotcom_strings.php:73 #, fuzzy msgid "Scattered T-Storms" msgstr "T-Storms" #: lib/Block/fortune.php:66 msgid "Science" msgstr "علم" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "جست‌وجو" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "جست‌وجو" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "جست‌وجو" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "انتخاب یک گروه برای اضافه کردن" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "انتخاب یک مالک جدید" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "انتخاب یک کارساز" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "انتخاب یک کاربر برای اضافه کردن" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "نویسه‌هایی که لازم دارید را از جعبه زیر انتخاب کنید. سپس شما می‌توانید از آنها " "در منطقه متن نسخه‌برداری کرده و در محل دیگر بچسبانید" #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "انتخاب قالب تاریخ:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "انتخاب محدوده تاریخ:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "انتخاب قالب تاریخ:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "انتخاب قالب تاریخ:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "انتخاب محدودهٔ زمان:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "انتخاب قالب زمان:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "انتخاب طرح رنگ شما" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "انتخاب زبان مورد نظر شما:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "ارسال گزارش" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "حسگر: " #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "زمان ارسال" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "بلوک Metar قابل دسترس نیست" #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "سرپرستی مجوزها" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "مجوزها" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "تنظیم گزینه‌ها برای اجازه دادن به شما برای بازنشانی اسم رمز به هنگام فراموشی " "آن " #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" "تنظیم کارسازهای راه دوری که شما می‌خواهید از درگاه خود به آن دسترسی داشته " "باشید" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "انتخاب زبان مورد نظر، ساعت و گزینه‌های تاریخ" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "انتخاب برنامه زمان شروع، طرح رنگ، بازآوری صفحه و بقیه گزینه‌های نمایش" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "چندین موقعیّت با پارامتر ممکن است:" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "خلاصه کوتاه" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "آیا کلیدهای دسترسی باید برای بیشتر پیوندها تعریف شوند؟" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "نمایش" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "نمایش تفاوتها" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr " نمایش تفاوتهای میان پیکربندی حفظ شده فعلی و تولید شده جدید" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "آیا زمان آخرین ورود به هنگام ورود نشان داده شود؟" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "حالت تذکر" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "آیا گزینگان %s سمت راست نشان داده شود؟" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "تگرگ" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "رگبار دیرهنگام" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "وظایف ورود" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "نامه الکترونیکی" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "برف" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "رگبار دیرهنگام" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "تگرگ" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "تگرگ" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "رگبار دیرهنگام" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "عمق برف: " #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "معادل برف در آب: " #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "شعرها و آوازها" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "South European (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "نیم کره جنوبی" #: config/registry.php.dist:102 msgid "Spam" msgstr "هرزنامه" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "کاراکتر خاص وارد شد" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "ورزشی" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "استاندارد" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "ستاره" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "وضعیت‌" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr " زیرشاخه '%s' پیدا نشد." #: signup.php:52 #, fuzzy, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "تقاضای اضافه شدن '%s' به سامانه ارائه شد. تا هنگامی که تقاضای شما تأیید " "نگردد نمی‌توانید به سامانه وارد شوید" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "موفّقیّت" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "'%s' با موفّقیّت به سامانه اضافه شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr " دادهٔ کاربر '%s'با موفّقیّت از سامانه پاک شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" با موفّقیّت حذف شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "'%s' با موفّقیّت از سامانه پاک شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "پیکربندی با موفّقیّت بازگردانده شد. برای مشاهده تغییرات مجدداْ آنرا بار نمایید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "پیکربندی پشتیبان با موفّقیّت حفظ شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "پرونده پشتیبان پیکربندی %s با موفّقیّت حفظ شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "'%s' با موفّقیّت به روز شد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "%s با موفّقیّت نوشته شد" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "طلوع آفتاب" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "غروب آفتاب" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "آفتابی" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "آفتابی" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "طلوع" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "طلوع/غروب" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "طلوع: " #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "غروب" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "غروب: " #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "تگرگ" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "رگبار دیرهنگام" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "T-Storms" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "T-Storms" #: lib/Block/weatherdotcom_strings.php:92 #, fuzzy msgid "T-Storms Early" msgstr "رگبار زودهنگام" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "T-Storms" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "ابرها" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "وظایف" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "جدول" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "دمای ساعت اخیر: " #: lib/Block/metar.php:209 msgid "Temperature" msgstr "درجه حرارت" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "درجه حرارت: " #: lib/Block/weatherdotcom.php:296 #, fuzzy, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr " (%sHi%s/%sLo%s) °%s دما" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" # #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "خطایی در بروزرسانی جزئیات تماس رخ داده است. لطفاً دوباره سعی کنید" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "تراز متن" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "فقط متن" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "کارساز \"%s\" حذف شده است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "کارساز \"%s\" حذف شده است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "کارساز \"%s\" حفظ شده است" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 #, fuzzy msgid "The provided country code is invalid." msgstr "داده تقویم نامعتبر است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "کارساز \"%s\" حذف شده است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "کارساز \"%s\" حفظ شده است" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "درخواست افتتاح حساب برای %s حذف شده است" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "درخواست افتتاح حساب برای %s حذف شده است" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" # #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "%s از قبل موجود است" #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "پرونده موقتی \"%s\"موجود نیست" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "بلوک weather.com قابل دسترس نیست" #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "شاخه تم '%s' یافت نشد" #: util/icon_browser.php:28 #, fuzzy, php-format msgid "Themes directory \"%s\" not found." msgstr "شاخه تم '%s' یافت نشد" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "مشکلی در اضافه کردن '%s' به سامانه رخ داده است: %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "مشکلی در پاک کردن دادهٔ کاربر '%s' از سامانه رخ داده است: " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "مشکلی در حذف '%s' از سامانه رخ داده است: " # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "مشکلی در بروزرسانی '%s' رخ داده است: %s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "خطایی در درون‌برد کردن وظیفه رخ داده است: %s." #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "خطایی در پیکربندی فرم رخ داده است. شاید فیلد مورد نیازی را جا انداخته‌ا‌ید" # #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "خطایی در درون‌برد کردن رویداد رخ داده است: %s." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "رعد" #: config/registry.php.dist:260 msgid "Tickets" msgstr "بلیطها" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "ردیابی زمان" #: lib/Block/time.php:23 msgid "Time format" msgstr "قالب زمان" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "عنوان" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "برای انتخاب چند فیلد، دکمه Ctrl روی (PC) یا Command روی (Mac) را در مدت کلیک " "کردن نگهدارید" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "امروز" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "فردا" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "ترجمه‌ها" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "Turkish (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "متن" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "اطلاعات دیگر" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "ویرایش مجوزها برای %s" #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "تعداد نویسه‌ها" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "شاخص U.V. : " #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "نمی‌توان \"%s\" را حذف کرد: %s." # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "نمی‌توان \"%s\" را حذف کرد: %s." # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "نمی‌توان پرونده VFS را ایجاد نمود" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "واگرداندن تغییرات" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "غیر حوزه" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "واحدها" #: lib/Block/weatherdotcom.php:162 #, fuzzy msgid "Unknown location provided." msgstr "هیچ مکانی تنظیم نشده" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "بروزرسانی" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "بروزرسانی %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "بروزرسانی کاربر" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" بروزرسانی شد" #: admin/config/index.php:190 msgid "Upload" msgstr "ارسال کردن" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "تمام پرونده‌‌های تنظیم برنامه‌های کاربردی به کارساز ارسال شد" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "اگر نام/اسم رمز برای کارساز IMSP متفاوت است، استفاده کنید" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "کاربران" #: admin/user.php:224 msgid "User Administration" msgstr "سرپرستی کاربر" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr " استفاده فعلی: %s" #: signup.php:67 msgid "User Registration" msgstr "ثبت نام کاربر" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "ثبت کاربر برای این پایگاه غیر فعال شده است" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "ثبت کاربر برای این پایگاه غیر فعال شده است" #: lib/Block/account.php:561 msgid "User account not found" msgstr "حساب کاربر پیدا نشد" #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "انتخاب یک کاربر برای اضافه کردن" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "نام کاربر" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "نام کاربر:" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "کاربران" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "کاربران سامانه:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "عدد" #: config/registry.php.dist:122 msgid "Vacation" msgstr "تعطیلات" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "متغییر" #: config/registry.php.dist:246 msgid "Version Control" msgstr "کنترل نسخه" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "خیلی بالا" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "Vietnamese (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "نمای یک صفحه وب خارجی" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "قابلیت مشاهده" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "قابلیت مشاهده: " #: lib/Block/account.php:98 msgid "Warning" msgstr "اخطار: " #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "پیش‌بینی هوا" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "داده آب و هوایی فراهم شده به وسیله" #: config/registry.php.dist:369 msgid "Web Site" msgstr "وب‌گاه" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "خوش آمدید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # # #-#-#-#-# fa_IR.po (Horde 3) #-#-#-#-# # #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "به %s خوش آمدید" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "%s، خوش آمدید" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "چه برنامهٔ کاربردی را %s باید بعد از ورود نشان دهد؟" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "نویسهٔ‌ حائل چیست؟" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "نویسه‌ی نقل قول چیست؟" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "کدام فاز" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "آیا گزینگان %s سمت راست نشان داده شود؟" #: config/registry.php.dist:394 msgid "Wiki" msgstr "Wiki" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "باد:" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "باد زودهنگام: " #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "باران دیرهنگام" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "سرعت باد برحسب فوت بر ساعت" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "باد:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "باد: " #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "باد:" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "چهارشنبه" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "عقل" #: lib/Block/fortune.php:72 msgid "Work" msgstr "کار" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "‌YY" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "بله، موافقم" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "هیچ مجوز فرعی‌ای نمی‌تواند به این مجوز اضافه شود" #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "شما تصدیق هویّت نشدید" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Auth_ldap:حذف کاربر %s ممکن نیست " #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "شما خارج شدید" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "قبل از ارسال گزارش، باید مشکل را شرح دهید" #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "شما باید یک کارساز، برای حذف کردن انتخاب کنید" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "شما باید یک نام کاربر، برای حذف کردن مشخص کنید" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "شما باید یک نام کاربر، برای حذف شدن مشخص کنید" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "شما باید یک نام کاربر، برای اضافه کردن مشخص کنید" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "شما باید یک شناسه کاربر، برای بروزرسانی انتخاب کنید" #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "آدرس الکترونیکی شما" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "اطلاعات شما" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "آدرس اینترنتی شما نسبت به ابتدای نشست %s شما تغییر کرده است.برای رعایت مسائل " "امنیتی باید دوباره وارد شوید" #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "نام شما" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "سامانه پشتیبان تصدیق هویّت شما اضافه کردن کاربران را پشتیبانی نمی‌کند، یا شاید " "بنا به دلیل دیگری این کار انجام نمی‌شود" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "سامانه پشتیبان تصدیق هویّت شما فهرست کردن کاربران را پشتیبانی نمی‌کند، یا شاید " "بنا به دلیل دیگری این کار انجام نمی‌شود" #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "ظاهر مرورگر شما نسبت به ابتدای نشست %s شما تغییر کرده است.برای رعایت مسائل " "امنیتی باید دوباره وارد شوید" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "مرورگر شما این مشخصه را پشتیبانی نمی‌کند." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "زمان فعلی منطقه جغرافیایی شما:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "نام کامل شما:" #: login.php:290 msgid "Your login has expired." msgstr "ورود شما منقضی شده است" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "اسم رمز جدید شما برای %s هست: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "اسم رمز شما بازنشانی شده است" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "اسم رمز شما بازنشانی شده است، پست الکترونیک خود را چک کنید و با اسم رمز جدید " "خود وارد شوید" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "اسم رمز شما بازنشانی شده است، پست الکترونیک خود را چک کنید و با اسم رمز جدید " "خود وارد شوید" #: lib/Block/account.php:689 lib/Block/account.php:704 #, fuzzy msgid "Your password has expired" msgstr "اسم رمز شما منقضی شده است" #: login.php:178 msgid "Your password has expired." msgstr "اسم رمز شما منقضی شده است" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "کارساز‌های راه‌دور شما:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "نشست %s شما منقضی شده است. لطفاً دوباره وارد شوید" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[گزارش مشکل] " #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "داده ناشناخته" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "معادل" #: lib/Api.php:72 msgid "_CLI" msgstr "CLI" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "بازگرداندن پیکربندی" #: lib/Api.php:52 msgid "_DataTree" msgstr "درخت داده" #: lib/Api.php:37 msgid "_Groups" msgstr "گروه‌ها" #: lib/Api.php:42 msgid "_Permissions" msgstr "مجوزها" #: lib/Api.php:32 msgid "_Users" msgstr "کاربران" #: services/problem.php:56 msgid "attachment" msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "آرام" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "از %s (%s) در %s %s" # #-#-#-#-# compendium.po (Horde 3) #-#-#-#-# # #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "باد" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "درخط" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "طلوع" #: admin/config/config.php:80 msgid "show differences" msgstr "نمایش تفاوتها" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "پی‌درپی" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "اسم رمز را برای تأیید دوبار وارد کنید" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "یگانه شده" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/fa/LC_MESSAGES/horde.mo0000644000175000017500000011430713160205253021550 0ustar mathieumathieu ! ,!,$&,)K,u,&, ,$,, ,- - &- 4-?-O-h-w--.- -- ---- ..". &.0.@.I.R.l. t... ...../ //)/?/G/]/r/'v/,/*/%/0.0C0 R0 ]0g0l0u0z0000000T0dQ11111 22!2 32@2G2N2 _2l2 t2 2 2 22 2222233(303%444 4444 5"5>5A5F5W5 \5j5n5 v5 5 55 55 5 55 56646CK6 6/666 66 6 7{777777777 88'8/868 ;8G8 X8e8 m8 x888888 88 888 88 9 9969E9 H9V9i9~999999 9"999:$:+: 4: ?: J:W:g:x:::j:; (; 4;BU;4;;;;<&<+<;< D<N< c< p<~<<<< < <<<<= =)= ;= H=T= o= z=====G= =>> >>> >h%>>>>> > >>J?O?V?o? ?? ? ? ? ? ?? ??@"@'@ -@:@C@ [@h@@@@8@ @@@@A+%AEQAAAAAAB B)B8BGB(NB wBBB\BC 'C2C8CJC SC ]C kCvC~C CC C CCC CDDD-D4D QD]DxDDD(DPDEE%E =EHE\EbEhE mE xE E E EEEEEEE*F3F :F6FF }FFFFFFFFFF F G GGRGpGxGGiGGH,HGH_HyHHH?H/H &I-4IbIOgI%III J JJ #J /JMFM NM \MhMnMtM }MM MMM MMMMM M N N!N2(N[NoN2NNN NNNNO OO3O MO XOeOmO~OOO O OOO/O P>P [PhPmP rP}PPPPPP PPEP(Q)CQ&mQ%Q(QQQ RsR+RRRRRSQ.SSSSS SS SSSS TTT!T2T"9T\T dTqpTU8U6"V$YV:~V V:VW W+W BWPW cWmW}WWWWRW 2XSXmXX XXX XXX-YGYbY4YYYY8YZ/Z!LZ'nZ1ZZ Z/Z"[ A[L[b[w[D~[D[J\NS\%\\\\ ] ] ](] 1]'>]!f]]] ]-]]^+_G_b_i__%_'__ ``!`<` [`f`|`` `!``` ``4a(:a:cbIbTb"=c`d idtdddddddde 'e2eQe Xefe{e eeee ee0ef:,f(gfff1gRCg g gg*gg(h)hh1h i)iFi[ipiiiiiiiii jj.j >jLj\jcj=tjjj jjjjk kk,k{_{{|%|.|F|O|$^|||||+|}}#}82}k}3{}}"}}} ~~0~H~ b~Cm~~9HQ q|  3 I:V#"Ā QRdz3 ށ.% >KTcgv>%/!U%w!-߄ #.>d zkWCI·Շއ/Mh# Јۈ &?AЉQ(d Šˊ ݊  6J `n&}&1ˋ  Œ ͌،.!Ln~ čdxL#.A^ mz&ۏ =7 uƐېZ#L(p/Б%;JTRSQFW^$Ot Ls7(594o.F-uЗ  ")2;UCe  o Z=I}t-+Qr%H*9b~gWxvN !=d aYeoy;je]`A\H L38K :27 x0lEmOPsCT/^~6j^}_m|[,y,[tX.Ai;#_>]<hXE L(.f "p"qs ?f/4w%WY)Q 5M $@!ugMRlnB<Vi+n#VcG97  S1RS\Fw?z2DF6'Z@0JPUOUD CTI -3h J&)Ku`*1$qr5vBk|{8:4pcz'k{&(GNdb>a at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA database backend is required for this block.AM Light RainAM RainAM ShowersAM Snow ShowersAM/PMAccount InformationAccount PasswordActionsAddAdd Here:Add a new user:Add pairAdd userAdding users is disabled.AddressAddress BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ListApplication is ready.ApproveArabic (Windows-1256)Armenian (ARMSCII-8)ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:Baltic (ISO-8859-13)Block SettingsBlock TypeBookmarksBothCalendarCalmCancelCancel Problem ReportCategories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.Chinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear out user: %sClear userClear user dataClick to ContinueClose WindowCloudsCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfiguration DifferencesConfigure %sConfirm PasswordContinueCookieCould not bind to LDAP server.Could not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.CountryCreateCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataDataTree BrowserDateDate ReceivedDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Download %sDownload generated configuration as PHP script.DrugsEditEdit GroupEdit permissions for "%s"EducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:ExecuteExpandFairFew ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoogle SearchGreek (ISO-8859-7)Group AdministrationGroupsGuest PermissionsHazeHebrew (ISO-8859-8-I)HeightHelpHemisphereHere is the beginning of the file:HighHome DirectoryHordeHow many fields (columns) are there?HumidityHumidity: Icons OnlyIcons for %sIcons with textIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Insert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid parent permission.Isolated T-StormsJapanese (ISO-2022-JP)KidsKorean (EUC-KR)LanguageLast HalfLast Password ChangeLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLawLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLinux CookieList TablesListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLogin failed because your username or password was entered incorrectly.Login failed.LoveLowMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: MedicineMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousModerateMoon PhasesMostly ClearMostly CloudyMostly SunnyMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNightNo available configuration data to show differences for.No change.No icons found.No location is set.No offensive fortunesNo pending signups.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.Object CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationPHP CodePHP ShellPM Light RainPM ShowersPM SnowPM Snow ShowersPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPressurePressure at sea level: Pressure: Problem DescriptionQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Dynamic Menu Elements:Refresh Portal View:RemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sResetReset PasswordReset Your PasswordResultsRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave generated configuration as a PHP script to your server's temporary directory.ScienceSearchSelect a serverSelect the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date delimiter:Select the date format:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Set up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSuccessSuccessfully deleted "%s".Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully wrote %sSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: T-StormT-StormsTasksTemp for last hour: TemperatureTemperature: Text OnlyThai (TIS-620)The server "%s" has been deleted.The server "%s" has been saved.The weather.com block is not available.There was an error in the configuration form. Perhaps you left out a required field.ThunderTicketsTime TrackingTime formatTitleTodayTomorrowTranslationsTurkish (ISO-8859-9)U.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.User AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUsernameUsername:Users in the system:VacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which phasesWikiWindWind EarlyWind speed in knotsWind:Wind: WisdomWorkYYYes, I AgreeYou have been logged out.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your password has expired.Your remote servers:[Problem Report]_CLI_DataTree_Groups_Permissions_Userscalmfrom the %s (%s) at %s %sgustinginlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 3 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2005-07-08 15:27+0200 Last-Translator:Amirkabir Metanetworking ltd. Language-Team: Persian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit در "%s" به گروه‌های سامانه اضافه شد"%s" به سامانه مجوز‌ها اضافه شد"%s" ایجاد نشده بود: %s.%.2fMB استفاده شده از %.2fMB مجاز (%.2fMB)%d %s و %sاسم رمز شما %d روز دیگر معتبر است.پیش­بینی %d-روزه%s - توجهشروط توافق %s%s در %s %s%s پیدا نشد، باد، باد %s %s، متغییر از %s به %sقالب ۱۲ ساعتیقالب ۲۴ ساعتی۲۴ ساعتهیک پشتیبان دادگان برای این بلاک مورد نیاز استباران سبک صبحگاهیباران صبحگاهیرگبار صبحگاهیتگرگ صبحگاهیصبح/عصراطلاعات حساباسم رمز حسابعملیاتاضافه کردناینجا اضافه کن:اضافه کردن یک کاربر جدید:اضافه کردن زوجاضافه كردن کاربراضافه کردن کاربران فعال نیستآدرسکتابچهٔ آدرس همهتمامی کاربران تأیید صلاحیت شدههمه گروه‌هاورود IMSP جایگزیناسم رمز IMSP جایگزیننام کاربری IMSP جایگزینآدرس پست الکترونیک جایگزینپاسخبرنامهٔ‌ کاربردیفهرست برنامه‌های کاربردیبرنامه آماده استتصویبArabic (Windows-1256)Armenian (ARMSCII-8)هنرسعی در حذف گروهی شده است که موجود نیستسعی در حذف مجوزی شده است که موجود نیستسعی در ویرایش مجوزی شده است که موجود نیستسعی در ویرایش اشتراکی شده است که موجود نیستفیلدهای قابل دسترسی:Baltic (ISO-8859-13)تنظیمات بلوکنوع بلوکچوب الفهر دوتقویمآرامانصرافانصراف از ارسال گزارشگروه‌ها و برچسبهاCeltic (ISO-8859-14)Central European (ISO-8859-2)تغییر اسم رمز خود را تغییر دهیدتغییردادن نام و آدرسی که افراد هنگام خواندن و پاسخ دادن به نامهٔ شما خواهند دید تغییردادن اسم رمز شما در پیکربندی فعلی پشتیبانی نمی‌شود. با سرپرست سامانه خود تماس بگیریدChinese Simplified (GB2312)Chinese Traditional (Big5)صافپاک کردن کاربر : %sپاک کردن کاربرپاک کردن دادهٔ کاربربرای ادامه، کلیک کنیدبستن پنجرهابرهاابریجمع شدن نوار کناریانتخاب کننده رنگفرمانپوسته فرمانرایانه‌هاشرطشرایطتفاوتهای پیکربندیپیکربندی %sتأیید اسم رمزادامهکوکینمی‌توان به کارساز LDAP پیوست نمی‌توان اسم رمز را برای کاربر مورد نظر بازنشاند. بعضی یا همه جزئیات مربوط به آن نادرست می‌باشد. دوباره سعی کنید یا برای کمک بیشتر با سرپرست سامانه خود تماس بگیریدنمی‌توان پیکربندی را بازگرداندنمی‌توان پیکربندی پشتیبان را حفظ کرد: %s نمی‌توان پرونده پشتیبان پیکربندی %s را حفظ کردنمی‌توان پرونده پیکربندی %s را حفظ نمود. شما می توانید از یکی از گزینه‌ها برای حفظ کد بر روی %s استفاده نمایید و یا اینکه از کد به صورت دستی در%s رونوشت تهیه نماییدکشورایجادساعت فعلیآب و هوای فعلیشرایط فعلی: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDدادهمرورگر درخت دادهتاریختاریخ دریافت شدهروزپیش فرضرنگ پیش فرضپوستهٔ پیش فرضتعاریفحذفحذف گروهشرح مشکلگسترشنقطه شبنمنقطه شبنم برای ساعت گذشته: نقطه شبنم: آیا زمان 24 ساعته نمایش داده شود؟نمایش جزئیات پیش­بینینمایش پیش­بینیآیا سطر اول شامل فیلد نام می‌باشد؟ اگر چنین است، این جعبه را علامت بزنید:استقرار %sاستقرار پیکربندی تولید شده بعنوان دست نویس PHPداروهاویرایشویرایش گروهویرایش مجوز‌ها برای "%s"تحصیلاتآدرس نامهٔ الکترونیکییک سئوال امنیتی برای پرسش از شما به هنگام بازنشاندن اسم رمز وارد کنید، مثلاْ 'نام حیوان خانگی شما چیست؟'خطاخطا در بروزرسانی اسم رمز : %sعتیقههر پانزده دقیقههر دو دقیقههر سی دقیقههر پنج دقیقههر نیم ساعتهر دقیقهمقادیر مثال:اجراباز کردنلطیفرگبار خفیفکمی تگرگمدیر پروندهفیلترهانیمه اولربع اولمه‌آلودغذاپیش­بینیاسم رمز خود را فراموش کرده‌ا‌ید؟طالعنوع طالعطالعهاطالعها ۲انجمنهاارجاعهااز شرح کاملماه کاملنام کاملتولید پیکربندی %sکد تولید شدهبروجسنجوی گوگلGreek (ISO-8859-7)سرپرستی گروهگروه‌هامجوزهای مهمانمه‌آلودHebrew (ISO-8859-8-I)بلندیراهنمانیم‌کرهاینجا ابتدای پرونده‌ می‌باشد:بالاشاخهٔ اصلیهوردچند فیلد (ستون) وجود دارد؟رطوبترطوبت: فقط آیکونهاآیکونها برای %sآیکونها با متننام هویّت:درون‌برد، گام %dفیلد درون‌برد شده: %sفیلد‌های درون‌برد شده:نام کاربر یا آدرس جایگزین نادرست می‌باشد. لطفا مجدداْ سعی کنید و یا در صورت نیاز به کمک بیشتر با سرپرست سامانه تماس بگیریدکاربران خاصاطلاعاتاطلاعات دیگر در دسترس نیستیک آدرس پست الکترونیک برای دریافت اسم رمز جدید درج کنید پاسخ مورد نیاز را برای سئوال امنیتی درج کنید:برنامهٔ کاربردی نامعتبرمجوز پدر نامعتبرT-StormsJapanese (ISO-2022-JP)‌بچه‌هاKorean (EUC-KR)زباننیمهٔ آخرتغییر آخرین اسم رمزربع آخرآخرین بروزرسانی:آخرین ورود: %sآخرین ورود : %s از %sآخرین ورود: هرگزحقوقنم‌نم بارانبارندگی سبکبارندگی سبک زودهنگامبارندگی سبک دیرهنگامبارندگی و رگبار سبکباران سبک به همراه رعدبرف سبکبرف و رگبار سبککوکی لینوکسفهرست جداولفهرست کاربران فعال نمی‌باشدادبیاتساعت محلی: محلیّت و ساعتموقعیتورودورودورود ناموفّق بود زیرا نام کاربر و یا اسم رمز وارد شده اشتباه بود ورود ناموفّق بود.عشقپایینMMجادونامه الکترونیکیسرپرست نامهمدیریت و تعیین رنگ دسته‌هایی که شما موارد را با آنها نام‌گذاری می‌کنیدبیشینه دما در ۲۴ ساعت گذشته: بیشینه دما در ۶ ساعت گذشته: پزشکیاعضاءمد گزینگانی:آب و هوای Metarبلوک Metar قابل دسترس نیستبلوک Metar قابل دسترس نیست. جزئیات برای سرپرست سامانه ثبت شده استاندازه‌ای کمینه دمای ۲۴ ساعت گذشته: کمینه دمای ۶ ساعت گذشته: متفرقهمعتدل کردنفازهای ماهبیشتر صافبیشتر ابریبیشتر آفتابیحساب مناطلاعات حساب مندرگاه منجانمایی درگاه مننه، من موافق نیستمنامهرگزدسته جدیدماه نونام کاربری جدید (اختیاری)اسم رمز جدیداسم رمزهای جدید تطابق ندارداخباربعدیشبداده پیکربندی در دسترسی برای نشان دادن تفاوتها وجود نداردبدون تغییرهیچ آیکونی‌ پیدا نشدهیچ مکانی تنظیم نشدهآینده نامطبوعی نیستتقاضای ثبت نامی در انتظار تأیید نیستشاخه موقتی برای کاشه موجود نیستنسخه‌ در پیکربندی اصلی پیدا نشد. پیکربندی را دوباره تولید کنیدنسخه‌ در پیکربندی شما پیدا نشده است. پیکربندی را دوباره تولید کنیدهیچ‌کدامNordic (ISO-8859-10)نیم کره شمالییادداشتهاچیزی برای مرور نیست، به عقب برگردایجاد کننده شیءفیلتر بی‌حرمتیدفتر کاراسم رمز جدید و اسم رمز فعلی باید متفاوت باشنداسم رمز قدیمیاسم رمز قدیمی نادرست استفقط آینده نامطبوعتنها مالک یا سرپرست سامانه می‌تواند مالکیت یا مجوزهای مالک را برای یک اشتراک تغییر دهدسیستم عاملسازماندهیدیگراطلاعات دیگرکد PHPپوسته PHPبارندگی سبک عصرگاهیرگبار عصرگاهیبرف عصرگاهیتگرگ عصرگاهیT-Stormsبسط POSIX از بین رفته ‌استپوسته PHPقسمتی ابریاسم رمز اسم رمز با موفّقیّت تغییر یافت.اسم رمز :اسم رمز‌ها باید منطبق باشندچسباندنثبت نامهای نامعلوممردممجوز "%s" حذف نشدمجوزهاسرپرستی مجوزهااطلاعات شخصیحیوانات خانگیعکسهالطفاً خلاصه‌ا‌یی از مشکل را بنویسیدلطفاً متن زیر را بخوانید. شما برای استفاده از سامانه باید شروط را قبول کنیدسیاستهافشارفشار در سطح دریا: فشار: توضیح مشکلپرس‌وجوسهمیهبارانباران زودهنگامباران دیرهنگامباران و رگبارباران و برفباران به برفطالع تصادفیخواندنبازآوری عناصر گزینگان دینامیکی:بازآوری نمای درگاه:توضیحاتکارسازهای راه‌دورURLحذفحذف زوجحذف دست ‌نویسهای حفظ شده در شاخه موقت کارسازحذف کاربرحذف کاربر: %sبازنشانیبازنشانی اسم رمزاسم رمز خود را بازنشانی کنیدنتایجتایپ دوباره اسم رمز جدید بازگرداندن پیکربندیمعماهااجراپوسته SQLSSHپوسته SQLحفظ کردنپیکربندی تولید شده بعنوان دست ‌نویس PHP در شاخهٔ موقت کارساز شما حفظ شودعلمجست‌وجوانتخاب یک کارسازنویسه‌هایی که لازم دارید را از جعبه زیر انتخاب کنید. سپس شما می‌توانید از آنها در منطقه متن نسخه‌برداری کرده و در محل دیگر بچسبانیدانتخاب محدوده تاریخ:انتخاب قالب تاریخ:انتخاب محدودهٔ زمان:انتخاب قالب زمان:انتخاب طرح رنگ شماانتخاب زبان مورد نظر شما:ارسال گزارشحسگر: تنظیم کارسازهای راه دوری که شما می‌خواهید از درگاه خود به آن دسترسی داشته باشیدچندین موقعیّت با پارامتر ممکن است:خلاصه کوتاهآیا کلیدهای دسترسی باید برای بیشتر پیوندها تعریف شوند؟نمایش نمایش تفاوتهای میان پیکربندی حفظ شده فعلی و تولید شده جدیدآیا زمان آخرین ورود به هنگام ورود نشان داده شود؟آیا گزینگان %s سمت راست نشان داده شود؟تگرگرگبار زودهنگامرگبار دیرهنگامبرفتگرگتگرگرگبار زودهنگامرگبار دیرهنگامعمق برف: معادل برف در آب: شعرها و آوازهاSouth European (ISO-8859-3)نیم کره جنوبیهرزنامهکاراکتر خاص وارد شدورزشیاستانداردستارهوضعیت‌موفّقیّت"%s" با موفّقیّت حذف شدپیکربندی با موفّقیّت بازگردانده شد. برای مشاهده تغییرات مجدداْ آنرا بار نماییدپیکربندی پشتیبان با موفّقیّت حفظ شدپرونده پشتیبان پیکربندی %s با موفّقیّت حفظ شد%s با موفّقیّت نوشته شدطلوع آفتابغروب آفتابآفتابیطلوعطلوع/غروبطلوع: غروبغروب: T-StormsT-Stormsوظایفدمای ساعت اخیر: درجه حرارتدرجه حرارت: فقط متنThai (TIS-620)کارساز "%s" حذف شده استکارساز "%s" حفظ شده استبلوک weather.com قابل دسترس نیستخطایی در پیکربندی فرم رخ داده است. شاید فیلد مورد نیازی را جا انداخته‌ا‌یدرعدبلیطهاردیابی زمانقالب زمانعنوانامروزفرداترجمه‌هاTurkish (ISO-8859-9)شاخص U.V. : URLنمی‌توان "%s" را حذف کرد: %s.واگرداندن تغییراتغیر حوزهUnicode (UTF-8)واحدهابروزرسانیبروزرسانی %sبروزرسانی کاربر"%s" بروزرسانی شدارسال کردناگر نام/اسم رمز برای کارساز IMSP متفاوت است، استفاده کنیدسرپرستی کاربرثبت نام کاربرثبت کاربر برای این پایگاه غیر فعال شده استحساب کاربر پیدا نشدنام کاربرنام کاربر:کاربران سامانه:تعطیلاتمتغییرکنترل نسخهخیلی بالاVietnamese (VISCII)نمای یک صفحه وب خارجیقابلیت مشاهدهقابلیت مشاهده: اخطار: پیش‌بینی هواداده آب و هوایی فراهم شده به وسیلهوب‌گاهخوش آمدیدبه %s خوش آمدید%s، خوش آمدیدWestern (ISO-8859-1)Western (ISO-8859-15)چه برنامهٔ کاربردی را %s باید بعد از ورود نشان دهد؟نویسهٔ‌ حائل چیست؟نویسه‌ی نقل قول چیست؟کدام فازWikiباد:باد زودهنگام: سرعت باد برحسب فوت بر ساعتباد:باد: عقلکار‌YYبله، موافقمشما خارج شدیدقبل از ارسال گزارش، باید مشکل را شرح دهیدشما باید یک کارساز، برای حذف کردن انتخاب کنیدشما باید یک نام کاربر، برای حذف کردن مشخص کنیدشما باید یک نام کاربر، برای حذف شدن مشخص کنیدشما باید یک نام کاربر، برای اضافه کردن مشخص کنیدشما باید یک شناسه کاربر، برای بروزرسانی انتخاب کنیدآدرس الکترونیکی شمااطلاعات شمانام شماسامانه پشتیبان تصدیق هویّت شما فهرست کردن کاربران را پشتیبانی نمی‌کند، یا شاید بنا به دلیل دیگری این کار انجام نمی‌شودمرورگر شما این مشخصه را پشتیبانی نمی‌کند.زمان فعلی منطقه جغرافیایی شما:نام کامل شما:ورود شما منقضی شده استاسم رمز جدید شما برای %s هست: %sاسم رمز شما بازنشانی شده استاسم رمز شما بازنشانی شده است، پست الکترونیک خود را چک کنید و با اسم رمز جدید خود وارد شویداسم رمز شما منقضی شده استکارساز‌های راه‌دور شما:[گزارش مشکل] CLIدرخت دادهگروه‌هامجوزهاکاربرانآراماز %s (%s) در %s %sباددرخططلوعنمایش تفاوتهاپی‌درپیاسم رمز را برای تأیید دوبار وارد کنیدیگانه شدهweather.comtmpIMUtxu/horde-5.2.17/locale/horde.pot0000644000175000017500000022645513160205253017574 0ustar mathieumathieu# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Horde\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2017-07-26 11:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "" #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "" #: admin/config/config.php:28 admin/config/index.php:475 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "" #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Application.php:332 msgid "1 Day" msgstr "" #: lib/Application.php:336 msgid "1 Month" msgstr "" #: lib/Application.php:334 msgid "1 Week" msgstr "" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "" #: lib/Application.php:335 msgid "2 Weeks" msgstr "" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "" #: lib/Application.php:333 msgid "3 Days" msgstr "" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:358 admin/config/index.php:384 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "" #: config/prefs.php:325 msgid "Account Password" msgstr "" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "" #: config/prefs.php:735 lib/Application.php:207 msgid "ActiveSync" msgstr "" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:15 msgid "Add" msgstr "" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "" #: admin/user.php:26 msgid "Add a new user:" msgstr "" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "" #: admin/user.php:27 msgid "Add user" msgstr "" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/Vatid.php:97 msgid "Address" msgstr "" #: config/registry.php:134 msgid "Address Book" msgstr "" #: lib/Application.php:55 msgid "Administration" msgstr "" #: admin/alarms.php:31 msgid "Alarm end" msgstr "" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "" #: admin/alarms.php:30 msgid "Alarm start" msgstr "" #: admin/alarms.php:32 msgid "Alarm text" msgstr "" #: admin/alarms.php:29 msgid "Alarm title" msgstr "" #: admin/alarms.php:146 msgid "Alarms" msgstr "" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "" #: lib/Block/Fortune.php:93 msgid "All" msgstr "" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "" #: lib/Application.php:243 msgid "Allow alphanumeric" msgstr "" #: lib/Application.php:244 msgid "Allow any" msgstr "" #: lib/Application.php:222 msgid "Allow non-provisionable devices" msgstr "" #: lib/Application.php:242 msgid "Allow only numeric" msgstr "" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "" #: services/resetpassword.php:52 msgid "Answer" msgstr "" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "" #: templates/admin/phpshell.html.php:8 msgid "Application Context" msgstr "" #: admin/config/index.php:267 msgid "Application is ready." msgstr "" #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "" #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "" #: lib/Application.php:266 msgid "Attachment Download" msgstr "" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "" #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "" #: templates/portal/layout.inc:91 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:73 msgid "Block Type" msgstr "" #: lib/Application.php:299 msgid "Bluetooth" msgstr "" #: config/registry.php:185 msgid "Bookmarks" msgstr "" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "" #: config/prefs.php:751 msgid "Bottom" msgstr "" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "" #: config/registry.php:120 msgid "Calendar" msgstr "" #: lib/Application.php:287 msgid "Camera" msgstr "" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "" #: admin/config/index.php:248 msgid "Cannot read configuration file conf.php." msgstr "" #: admin/config/index.php:236 msgid "Cannot read original configuration definition from conf.xml." msgstr "" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php:510 msgid "Categories and Labels" msgstr "" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "" #: config/prefs.php:264 msgid "Change your personal information." msgstr "" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/Vatid.php:42 msgid "Check" msgstr "" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "" #: templates/admin/sqlshell.html.php:58 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "" #: lib/Application.php:259 msgid "Codeword frequency" msgstr "" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "" #: config/registry.php:249 msgid "Comics" msgstr "" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:19 msgid "Command" msgstr "" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:262 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "" #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: admin/config/index.php:282 admin/config/index.php:334 msgid "DB access is not configured." msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/Weather.php:260 msgid "Day" msgstr "" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "" #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:181 msgid "Delete Group" msgstr "" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "" #: config/registry.php:209 msgid "Development" msgstr "" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "" #: lib/Application.php:319 msgid "Device encryption" msgstr "" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "" #: lib/Application.php:223 msgid "Disable (not recommended)" msgstr "" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php:535 msgid "Display Preferences" msgstr "" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "" #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:358 admin/config/index.php:384 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:410 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "" #: lib/View/Sidebar.php:229 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "" #: lib/Application.php:221 msgid "Enable" msgstr "" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "" #: lib/Block/Weather.php:92 msgid "English" msgstr "" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "" #: config/prefs.php:594 templates/portal/layout.inc:102 msgid "Every 15 minutes" msgstr "" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:99 msgid "Every 30 seconds" msgstr "" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:101 msgid "Every 5 minutes" msgstr "" #: config/prefs.php:595 templates/portal/layout.inc:103 msgid "Every half hour" msgstr "" #: templates/portal/layout.inc:104 msgid "Every hour" msgstr "" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:100 msgid "Every minute" msgstr "" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "" #: templates/admin/cmdshell.html.php:24 templates/admin/phpshell.html.php:23 #: templates/admin/sqlshell.html.php:57 msgid "Execute" msgstr "" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "" #: lib/Application.php:254 msgid "Failed unlock attempts before device is wiped" msgstr "" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "" #: config/registry.php:315 msgid "File Manager" msgstr "" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "" #: config/registry.php:90 msgid "Filters" msgstr "" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "" #: config/registry.php:344 msgid "Forms" msgstr "" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php:338 msgid "Forums" msgstr "" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "" #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "" #: lib/Block/FbStream.php:150 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:16 msgid "Go" msgstr "" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "" #: admin/groups.php:161 msgid "Group Administration" msgstr "" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "" #: lib/Application.php:323 msgid "HTML Email" msgstr "" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "" #: services/help/index.php:94 msgid "Help _Topics" msgstr "" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php:77 msgid "Horde" msgstr "" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "" #: config/prefs.php:274 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "" #: config/registry.php:243 msgid "Information" msgstr "" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:31 msgid "Invalid application." msgstr "" #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "" #: config/registry.php:296 msgid "Inventory" msgstr "" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "" #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:161 msgid "Keyword" msgstr "" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "" #: config/registry.php:304 msgid "Kolab" msgstr "" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "" #: templates/admin/sqlshell.html.php:62 msgid "List Tables" msgstr "" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "" #: config/prefs.php:366 msgid "Locale and Time" msgstr "" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "" #: admin/locks.php:61 msgid "Locks" msgstr "" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:316 msgid "Login failed." msgstr "" #: login.php:405 #, php-format msgid "Login to %s" msgstr "" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "" #: config/registry.php:82 msgid "Mail" msgstr "" #: config/registry.php:349 msgid "Mail Admin" msgstr "" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:327 msgid "Maximum Email age" msgstr "" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Application.php:271 msgid "Maximum attachment size in bytes" msgstr "" #: lib/Application.php:212 msgid "Maximum number of devices" msgstr "" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "" #: lib/Application.php:233 msgid "Minimum PIN length" msgstr "" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "" #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:361 admin/config/index.php:387 msgid "Module is up-to-date." msgstr "" #: config/prefs.php:499 msgid "Monday" msgstr "" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "" #: config/registry.php:309 msgid "My Account" msgstr "" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:45 msgid "My Portal" msgstr "" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:98 msgid "Never" msgstr "" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:31 msgid "New password" msgstr "" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:49 msgid "No change." msgstr "" #: util/icon_browser.php:70 msgid "No icons found." msgstr "" #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "" #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: lib/Application.php:340 msgid "No push while roaming" msgstr "" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:355 admin/config/index.php:381 msgid "No stable version exists yet." msgstr "" #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "" #: admin/config/index.php:240 msgid "" "No version found in original configuration. This shouldn't happen, your " "installation may be corrupt." msgstr "" #: admin/config/index.php:254 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:306 msgid "NoSQL indices are ready." msgstr "" #: admin/config/index.php:301 #, php-format msgid "NoSQL indices for %s" msgstr "" #: admin/config/index.php:303 msgid "NoSQL indices out of date." msgstr "" #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "" #: config/registry.php:169 msgid "Notes" msgstr "" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "" #: config/registry.php:266 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:30 msgid "Old password" msgstr "" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "" #: config/registry.php:180 msgid "Others" msgstr "" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "" #: templates/admin/phpshell.html.php:17 msgid "PHP" msgstr "" #: templates/admin/phpshell.html.php:29 msgid "PHP Code" msgstr "" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "" #: lib/Application.php:303 msgid "POP/IMAP Email accounts" msgstr "" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "" #: login.php:211 admin/config/index.php:431 admin/user.php:39 admin/user.php:53 #: config/registry.php:327 templates/admin/user/update.inc:20 msgid "Password" msgstr "" #: lib/Application.php:238 msgid "Password Complexity" msgstr "" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "" #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "" #: templates/admin/sqlshell.html.php:45 msgid "Paste" msgstr "" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/Fortune.php:61 msgid "People" msgstr "" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:29 msgid "Permissions" msgstr "" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "" #: config/prefs.php:263 msgid "Personal Information" msgstr "" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "" #: config/registry.php:197 msgid "Photos" msgstr "" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:217 msgid "Please enter a password." msgstr "" #: login.php:216 msgid "Please enter a username." msgstr "" #: services/problem.php:160 msgid "Please provide a summary of the problem." msgstr "" #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "" #: services/problem.php:165 msgid "Problem Description" msgstr "" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "" #: lib/Application.php:217 msgid "Provisioning" msgstr "" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "" #: templates/admin/sqlshell.html.php:9 msgid "Query" msgstr "" #: lib/Block/Account.php:79 msgid "Quota" msgstr "" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "" #: templates/portal/layout.inc:95 msgid "Refresh rate:" msgstr "" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "" #: admin/config/index.php:450 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: lib/Application.php:228 msgid "Require PIN" msgstr "" #: lib/Application.php:311 msgid "Require S/MIME Encryption" msgstr "" #: lib/Application.php:315 msgid "Require S/MIME Signature" msgstr "" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "" #: templates/admin/sqlshell.html.php:60 msgid "Restore Last Query" msgstr "" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:34 #: templates/admin/sqlshell.html.php:13 msgid "Results" msgstr "" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:32 msgid "Retype new password" msgstr "" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "" #: templates/admin/sqlshell.html.php:46 msgid "Run" msgstr "" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "" #: lib/Application.php:283 msgid "SD card" msgstr "" #: lib/Application.php:276 msgid "SD card encryption" msgstr "" #: lib/Application.php:291 msgid "SMS Text messages" msgstr "" #: admin/config/index.php:288 admin/config/index.php:341 msgid "SQL DB schema is out of date." msgstr "" #: admin/config/index.php:293 admin/config/index.php:346 msgid "SQL DB schema is ready." msgstr "" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:116 templates/prefs/end.html:4 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "" #: admin/config/index.php:418 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "" #: services/help/index.php:95 msgid "Sea_rch" msgstr "" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "" #: lib/Application.php:249 msgid "Seconds of inactivity before device should lock" msgstr "" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "" #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "" #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "" #: admin/sessions.php:67 msgid "Session Administration" msgstr "" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "" #: lib/Api.php:70 msgid "Sessions" msgstr "" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "" #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "" #: admin/config/index.php:400 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "" #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php:106 msgid "Spam" msgstr "" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "" #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" #: templates/admin/sqlshell.html.php:17 msgid "Success" msgstr "" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "" #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "" #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "" #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "" #: config/prefs.php:498 msgid "Sunday" msgstr "" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "" #: lib/Application.php:331 msgid "Sync all" msgstr "" #: config/prefs.php:716 msgid "SyncML" msgstr "" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "" #: config/registry.php:155 msgid "Tasks" msgstr "" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "" #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "" #: admin/sqlshell.php:97 #, php-format msgid "" "The DELETE command completed successfully. A total of %d rows were deleted." msgstr "" #: admin/sqlshell.php:89 msgid "The INSERT command completed successfully." msgstr "" #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/sqlshell.php:93 #, php-format msgid "" "The UPDATE command completed successfully. A total of %d rows were modified." msgstr "" #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "" #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "" #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "" #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:142 #, php-format msgid "There was an error making the request: %s" msgstr "" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" #: lib/Application.php:198 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "" #: config/registry.php:226 msgid "Tickets" msgstr "" #: config/registry.php:272 msgid "Time Tracking" msgstr "" #: lib/Block/Time.php:27 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/Weather.php:294 msgid "Today" msgstr "" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "" #: config/prefs.php:751 msgid "Top" msgstr "" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "" #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "" #: admin/sessions.php:36 msgid "Unknown" msgstr "" #: admin/locks.php:43 msgid "Unlock" msgstr "" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "" #: templates/admin/user/list.inc:34 msgid "Update" msgstr "" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "" #: admin/config/index.php:192 admin/config/index.php:320 #, php-format msgid "Update %s schema" msgstr "" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "" #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "" #: admin/config/index.php:429 msgid "Upload" msgstr "" #: admin/config/index.php:437 msgid "Uploaded all application configuration files to the server." msgstr "" #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "" #: admin/user.php:240 msgid "User Administration" msgstr "" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "" #: lib/Block/Account.php:68 msgid "User Name" msgstr "" #: signup.php:74 msgid "User Registration" msgstr "" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "" #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "" #: login.php:206 admin/config/index.php:430 admin/user.php:36 admin/user.php:52 #: services/resetpassword.php:33 templates/admin/activesync.html.php:9 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "" #: config/registry.php:215 msgid "Version Control" msgstr "" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "" #: lib/Block/Account.php:96 msgid "Warning" msgstr "" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "" #: config/registry.php:332 msgid "Web Site" msgstr "" #: lib/Application.php:307 msgid "Web browser" msgstr "" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: lib/Application.php:295 msgid "Wifi" msgstr "" #: config/registry.php:203 msgid "Wiki" msgstr "" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "" #: config/registry.php:238 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:143 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:312 msgid "You have been logged out." msgstr "" #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "" #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "" #: services/problem.php:159 msgid "You must describe the problem before you can send the problem report." msgstr "" #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:71 msgid "You must specify the username to add." msgstr "" #: admin/user.php:171 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php:413 msgid "Your current time zone:" msgstr "" #: config/prefs.php:282 msgid "Your full name:" msgstr "" #: login.php:324 msgid "Your login has expired." msgstr "" #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: login.php:296 msgid "Your session has expired. Please login again." msgstr "" #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:116 msgid "[Problem Report]" msgstr "" #: lib/Api.php:65 msgid "_Alarms" msgstr "" #: lib/Api.php:85 msgid "_CLI" msgstr "" #: lib/Api.php:40 msgid "_Configuration" msgstr "" #: lib/Api.php:50 msgid "_Groups" msgstr "" #: lib/Api.php:60 msgid "_Locks" msgstr "" #: lib/Api.php:55 msgid "_Permissions" msgstr "" #: lib/Api.php:45 msgid "_Users" msgstr "" #: services/problem.php:63 msgid "attachment" msgstr "" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:143 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "" #: admin/config/config.php:75 msgid "show differences" msgstr "" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "" tmpIMUtxu/horde-5.2.17/locale/id/0000755000175000017500000000000013162206570016332 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/id/LC_MESSAGES/0000755000175000017500000000000013162206570020117 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/id/LC_MESSAGES/horde.po0000644000175000017500000030320113160205253021552 0ustar mathieumathieu# Horde - Indonesian Language Translation # Copyright 2005-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # James , 2005. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: 2005-08-03\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2005-08-04 09:10+0200\n" "Last-Translator: James \n" "Language-Team: id \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 7bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " pada " #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" sudah ditambahkan ke dalam sistem grup." #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" sudah ditambahkan ke dalam izin sistem." #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" belum dibuat: %s." #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB sudah digunakan dari %.2fMB yang sudah diijinkan (%.2f%%)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s dan %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "%d hari sampai sandi anda habis masa berlakunya." #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s menit" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s untuk %s %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "%d-hari ramalan cuaca" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Pemberitahuan" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Menghasilkan %s Konfigurasi " #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Konfirmasi - Operasi Pemeliharaan %s" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Syarat-syarat Perjanjian" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s pada %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s siap untuk melaksanakan operasi pemeliharaan yang sudah ditandai di bawah " "ini. Berilah tanda pada kotak tersebut untuk operasi manapun yang anda " "inginkan untuk dilaksanakan pada waktu ini." #: lib/Block/vatid.php:58 #, fuzzy, php-format msgid "%s not found." msgstr "Tidak ada ikon yang ditemukan." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 #, fuzzy msgid ", gusting " msgstr ", angin kencang" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr ", angin kencang %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", variable dari %s ke %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "Format 12 Jam" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "Format 24 Jam" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 jam" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "Database backend diperlukan untuk area ini." #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "AM Mendung" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "Berkabut" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "AM Gerimis" #: lib/Block/weatherdotcom_strings.php:11 #, fuzzy msgid "AM Light Snow" msgstr "Bersalju" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "AM Hujan" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "AM Gerimis" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "PM Bersalju" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "AM Gerimis Salju" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "PM Cerah" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "AM Gerimis" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "PM Hujan petir disertai dengan angin ribut" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 msgid "Account Information" msgstr "Informasi Account" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "Sandi Account" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Pilihan" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Administrasi Pengguna" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Tambah" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Tambah Disini:" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Anggota" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, fuzzy, php-format msgid "Add a child group to \"%s\"" msgstr "Tambah grup anak ke '%s'" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Tambah Grup Baru" #: admin/user.php:21 msgid "Add a new user:" msgstr "Tambah pengguna baru:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Tambah pengguna baru:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Tambah pasangan" #: admin/user.php:22 msgid "Add user" msgstr "Tambah pengguna" #: admin/signup_confirm.php:80 admin/user.php:92 #, fuzzy, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" " '%s' sudah ditambahkan ke dalam sistem, tetapi tidak dapat menambahkan " "informasi pendaftaran tambahan: %s." #: signup.php:44 #, fuzzy, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr " '%s' sudah ditambahkan ke dalam sistem. Anda dapat log in sekarang." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Penambahan pengguna tidak diaktifkan." #: lib/Block/vatid.php:101 #, fuzzy msgid "Address" msgstr "Buku Alamat " #: config/registry.php.dist:142 msgid "Address Book" msgstr "Buku Alamat " #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "Pengganti teks:" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 msgid "Alarms" msgstr "" #: lib/Block/fortune.php:94 msgid "All" msgstr "Semua" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Semua Pengguna Asli" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Semua Grup" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Pengganti Login IMSP" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Pengganti Sandi IMSP" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Pengganti Nama Pengguna IMSP" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Pengganti alamat email" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "" #: services/resetpassword.php:48 msgid "Answer" msgstr "Jawaban" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "Aplikasi" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "Daftar Aplikasi" #: util/icon_browser.php:45 msgid "Application List" msgstr "Daftar Aplikasi" #: admin/config/index.php:160 msgid "Application is ready." msgstr "Aplikasi sudah siap." #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "Aplikasi sudah siap." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Disetujui" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "Arab (Windows-1256)" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Apakah anda yakin anda ingin menghapus '%s' dan sub-grup manapun?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" "Apakah anda yakin anda ingin memindahkan permohonan pendaftaran untuk %s?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Apakah anda yakin anda ingin menghapus '%s' dan sub-grup manapun?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Armenia (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "Seni" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "Kode Ascii" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Mencoba untuk menghapus grup yang tidak ada." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Mencoba untuk menghapus izin yang tidak ada." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Mencoba untuk mengubah izin yang tidak ada." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Mencoba untuk mengubah bagian yang tidak ada." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Semua Pengguna Asli" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Kolom yang tersedia:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "Alasan BOFH" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, fuzzy, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Dasar direktori grafik '%s' tidak ditemukan." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Pengaturan Area" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipe Area" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Bulan Baru" #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "Tempat Peristiwa dan Waktu" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Petunjuk halaman web" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Keduanya" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Baris:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Kalender" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "Tenang" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Batal" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Batalkan Laporan Masalah" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Batal" #: services/resetpassword.php:17 #, fuzzy msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Tidak dapat mengatur ulang sandi secara otomatis, silakan hubungi " "administrator anda." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Kategori dan Label" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Eropa Tengah (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Ubah" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Ubah Sandi Anda" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Ubah nama dan alamat sehingga orang dapat melihatnya ketika mereka membaca " "dan membalas ke email anda." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Mengubah sandi anda tidak didukung dengan konfigurasi yang sekarang. Silakan " "hubungi administrator anda." #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "Periksa Link..." #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Cina Sederhana (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Cina Tradisionil (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Kursus" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Pilih cara untuk menampilkan tanggal:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Pilih cara untuk menampilkan tanggal:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Pilih cara untuk menampilkan tanggal:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Bersihkan" #: admin/sqlshell.php:109 #, fuzzy msgid "Clear Query" msgstr "Bersihkan pengguna" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Bersihkan pengguna: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Bersihkan pengguna" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Bersihkan data pengguna" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "Hujan di pagi hari" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "Cerah beberapa saat lagi" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Klik untuk Lanjut" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Tutup Jendela" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "Mendung" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "Mendung di pagi hari" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Mendung" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "Berawan" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Perbesar Panel Navigasi " #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Perbesar Panel Navigasi " #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Pemilih Warna" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Command" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Command Shell" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Command" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "Komputer" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "Kondisi" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "Kondisi" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Kembali ke Konfigurasi" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Perbedaan Konfigurasi" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "Konfigurasi sudah habis masa berlakunya." #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "Script setup upgrade tersedia" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "Mengatur %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Konfirmasi Sandi" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Lanjut" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Cookie" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "Warna" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "Tidak dapat terikat dengan server ldap" #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Tidak dapat terhubung ke server ldap" #: admin/config/index.php:27 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Tidak dapat terhubung ke server '%s' dengan menggunakan FTP:%s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "Tidak dapat terhubung ke server '%s' dengan menggunakan FTP:%s" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Tidak dapat menghapus script setup upgrade '%s'. " #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Tidak dapat mengatur ulang untuk pengguna yang diminta. Beberapa atau semua " "detil tidak benar. Coba lagi atau silakan hubungi administrator anda jika " "anda memerlukan bantuan lebih lanjut." #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "Tidak dapat kembali ke konfigurasi." #: admin/config/index.php:41 #, fuzzy, php-format msgid "Could not save a backup configuation: %s" msgstr "Tidak dapat menyimpan konfigurasi backup: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Tidak dapat menyimpan script setup upgrade ke:'%s'." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Tidak dapat menyimpan file konfigurasi backup %s." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Tidak dapat menyimpan file konfigurasi %s. Anda dapat menggunakan salah satu " "dari pilihan untuk menyimpan kode tersebut kembali ke %s ataupun menyalin " "kode di bawah ini secara manual ke %s." #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Tidak dapat menulis konfigurasi untuk '%s': %s" #: lib/Block/vatid.php:91 #, fuzzy msgid "Country" msgstr "Komputer" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Buat" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Buat baru" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "Fase Sekarang" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Fase Sekarang" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "URL Sekarang adalah" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "Waktu Sekarang" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "Cuaca Sekarang" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "Kondisi Sekarang:" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "_DataTree" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "_DataTree" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "DataTree Browser" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Daftar Database" #: lib/Block/vatid.php:94 #, fuzzy msgid "Date" msgstr "Salin" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Tanggal Diterima" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "Hari" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "Default" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Default Warna" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "Default Shell" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Definisi" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Hapus" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Hapus" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "Hapus Grup" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Hapus script setup upgrade '%s'." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Jelaskan Masalah" #: config/registry.php.dist:239 msgid "Development" msgstr "Perkembangan" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Lihat" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "File Manager" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "'%s' sudah berhasil ditulis" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "Titik Embun" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "Titik Embun untuk jam terakhir:" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "Titik Embun" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "Daftar Tabel" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Tampilkan waktu 24 jam?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Tampilkan detil ramalan cuaca" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "Tampilkan detil ramalan cuaca" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Tampilkan ramalan cuaca (TAF)" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Apakah baris yang pertama terdiri dari kolom nama? jika ya, beri tanda pada " "kotak ini:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Tidak memiliki account? Silakan mendaftar." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Tidak ada" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "Download konfigurasi yang dihasilkan sebagai script PHP." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "Gerimis" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "Obat-obatan" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Ubah" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "\"%s\" sudah diperbaharui." #: admin/groups.php:214 msgid "Edit Group" msgstr "Ubah Grup" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "Ubah Izin untuk %s" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Ubah Izin" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Ubah izin untuk %s" #: lib/Block/fortune.php:42 msgid "Education" msgstr "Pendidikan" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Alamat Email" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Silakan masukkan nama untuk kategori yang baru:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Masukkan pertanyaan keamanan dimana anda akan ditanyakan apabila anda perlu " "untuk mengatur ulang sandi anda, contoh 'apakah nama binatang kesayangan " "anda?':" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Kesalahan" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Area Metar tidak disediakan. Detil telah dicatat untuk administrator." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Kesalahan saat memperbaharui sandi: %s" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "Suku" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Setiap 15 menit" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Setiap 2 menit" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Setiap 30 detik" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Setiap 5 menit" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Setiap setengah jam" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Setiap setengah jam" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Setiap menit" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Contoh nilai-nilai:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "Jalankan" #: admin/sessions.php:30 #, fuzzy msgid "Expand" msgstr "Perbesar Panel Navigasi" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Konfigurasi %s sudah disimpan." #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "Cerah" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Alamat Email" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "Seperti" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "Seperti:" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "Gerimis Sebagian" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "Gerimis Salju Sebagian" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "File Manager" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Filter" #: config/registry.php.dist:93 msgid "Filters" msgstr "Filter" #: lib/Block/moon.php:164 msgid "First Half" msgstr "Fase pertama dari Separuh Bulan" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "Fase pertama dari Separuh Bulan" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "Berkabut" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "Mendung di pagi hari" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "Float" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "Berkabut" #: lib/Block/fortune.php:44 msgid "Food" msgstr "Makanan" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "Ramalan cuaca (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Hari Ramalan Cuaca (catatan bahwa ramalan cuaca yang dikembalikan akan " "mengembalikan baik siang atau malam hari, sejumlah angka dapat dihasilkan " "pada area ini)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "Lupa dengan sandi anda?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "Ramalan" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "Tipe Ramalan" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "Ramalan" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "Ramalan 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "Forum" #: config/registry.php.dist:113 msgid "Forwards" msgstr "Diteruskan" #: lib/Block/weatherdotcom_strings.php:33 #, fuzzy msgid "Freezing Drizzle" msgstr "Gerimis" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "Dari" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Deskripsi Lengkap" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "Bulan Purnama" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nama Lengkap" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "Menghasilkan %s Konfigurasi " #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Kode yang dihasilkan" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Jalankan" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Pencarian Google" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Yunani (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 msgid "Group Administration" msgstr "Administrasi Grup" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "\"%s\" belum dibuat: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grup" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Izin tamu" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "Berkabut" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 #, fuzzy msgid "Heavy T-Storm" msgstr "Hujan petir disertai dengan angin ribut" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "Yahudi (ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "Tinggi" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Bantuan" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Daftar Topik Bantuan" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "Belahan Bumi" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Ini adalah permulaan dari file:" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "Kontak" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Hasil" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "Tinggi" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "Direktori Home" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "Berapa banyak kolom yang ada disana?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "Kelembaban" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "Kelembaban:" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "Pelawak" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Hanya ikon" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikon untuk %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Ikon dengan teks" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Nama Identitas:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Impor, Langkah %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Kolom yang diimpor: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Kolom yang diimpor:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nama pengguna atau alamat email pengganti tidak benar. Coba lagi atau " "silakan hubungi administrator anda jika anda memerlukan bantuan lebih lanjut." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Pengguna Pribadi" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "Informasi" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "Informasi sudah tidak disediakan." #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "Masukkan alamat email dimana anda dapat menerima sandi yang baru:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "Masukkan jawaban yang diperlukan untuk pertanyaaan keamanan:" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Aplikasi tidak valid." #: admin/config/config.php:24 msgid "Invalid application." msgstr "Aplikasi tidak valid." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Aplikasi tidak valid." #: lib/Block/weatherdotcom.php:180 #, fuzzy msgid "Invalid license key." msgstr "Aplikasi tidak valid." #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "Aplikasi tidak valid." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "Izin induk tidak valid." #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "Izin induk tidak valid." #: lib/Block/weatherdotcom.php:178 #, fuzzy msgid "Invalid product code." msgstr "Aplikasi tidak valid." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "Hujan petir disertai angin ribut di daerah yang terpencil" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "Jepang (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "Anak-anak" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "Korea (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Bahasa" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Target:" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "Fase terakhir dari Separuh Bulan" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "Perubahan Sandi Terakhir" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "Fase terakhir dari Separuh Bulan" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Tempat Peristiwa dan Waktu" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "Perubahan Terakir:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, fuzzy, php-format msgid "Last login: %s from %s" msgstr "%s untuk %s %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Kiri" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Kalender" #: lib/Block/fortune.php:51 msgid "Law" msgstr "Hukum" #: themes/lightblue/info.php:2 #, fuzzy msgid "Light Blue" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "Gerimis beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "Gerimis disertai petir" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "Bersalju" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "Gerimis beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "Gerimis Salju" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "Pantun Jenaka" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "Daftar Tabel" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Daftar pengguna dinon-aktifkan." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Daftar pengguna dinon-aktifkan." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "Daftar Bacaan" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "Waktu local:" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Tempat Peristiwa dan Waktu" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Lokasi" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Login" #: lib/Block/account.php:64 msgid "Login" msgstr "Login" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:282 #, fuzzy msgid "Login failed." msgstr "Tidak diarsipkan" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "Cinta" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "Rendah" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "Sulap" #: config/registry.php.dist:85 msgid "Mail" msgstr "Surat" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "Surat Admin" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Mengatur daftar kategori yang harus diberi label item, dan warna yang " "berhubungan dengan kategori tersebut." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Mencocokkan kolom" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr " Suhu maksimum yang berlangsung selama 24 jam:" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "Suhu maksimum yang berlangsung selama 6 jam:" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "Jumlah maksimum dari portal yang diblokir" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "Jumlah maksimum dari portal yang diblokir" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "Obat-obatan" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Anggota" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Menu mode:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr " Cuaca Metar" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Area Metar tidak disediakan." #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Area Metar tidak disediakan. Detil telah dicatat untuk administrator." #: lib/Block/weatherdotcom.php:168 #, fuzzy msgid "MetarDB is not connected." msgstr "Sandi lama tidak benar." #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "Metrik" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "Suhu minimum yang berlangsung selama 24 jam:" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "Suhu minimum yang berlangsung selama 6 jam:" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "Lain-lain" #: admin/config/index.php:135 #, fuzzy msgid "" "Missing configuration. You must generate it before using this application." msgstr "" "Konfigurasi tidak ditemukan. Anda harus menghasikan konfigurasi sekarang " "jika anda ingin menggunakan aplikasi ini." #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "Sedang" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Hari Ini" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "Fase Bulan" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "Sebagian besar Cerah" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "Sebagian besar Berawan" #: lib/Block/weatherdotcom_strings.php:51 #, fuzzy msgid "Mostly Cloudy and Windy" msgstr "Sebagian besar Berawan" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "Sebagian besar Cerah" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "Account-ku" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "Informasi Account-ku" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "Portalku" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "Tampilan Portalku" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "TIDAK, Saya TIDAK Setuju" #: lib/Block/vatid.php:98 #, fuzzy msgid "Name" msgstr "nama" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Tidak pernah" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Kategori Baru" #: services/facebook.php:65 msgid "New Messages:" msgstr "" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "Bulan Baru" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nama Pengguna Baru (pilihan)" #: services/changepassword.php:29 msgid "New password" msgstr "Sandi Baru" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Sandi baru tidak cocok." #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Berita" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Berikutnya" #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "Fase Berikutnya" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "Malam" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "Tidak ada ikon yang ditemukan." #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "Tidak ada data konfigurasi yang tersedia untuk menunjukkan perbedaan untuk." #: admin/config/diff.php:39 msgid "No change." msgstr "Tidak ada perubahan." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Tidak ada ikon yang ditemukan." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "Tidak ada lokasi yang diatur." #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Tidak ada lokasi yang diatur." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "Tidak ada ramalan yang tidak sopan" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Tidak ada pendaftaran yang ditunda." #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "Tidak ada direktori sementara yang tersedia untuk cache" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Tidak ada versi yang ditemukan di dalam konfigurasi yang asli. Menghasilkan " "konfigurasi kembali." #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Tidak ada versi yang ditemukan di dalam konfigurasi anda. Menghasilkan " "konfigurasi kembali." #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Tidak ada" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "Scandinavia (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "Belahan Bumi Utara" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "Catatan" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Tidak ada yang dapat dibrowse, silakan kembali." #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "Jumlah baris" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Pencipta Objek" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "Filter Pelanggaran" #: config/registry.php.dist:301 msgid "Office" msgstr "Kantor" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Sandi lama dan baru harus berbeda." #: services/changepassword.php:28 msgid "Old password" msgstr "Sandi lama" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Sandi lama tidak benar." #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "Hanya ramalan yang tidak sopan" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Hanya pemilik atau sistem administrator saja yang dapat mengubah kepemilikan " "atau pemilik izin untuk bagian" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "Sistem Operasi" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 msgid "Organizing" msgstr "Mengatur" #: services/keyboard.php:124 msgid "Other" msgstr "Lain-lain" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Informasi Lain" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "Lain-lain" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "Kode PHP" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PHP Shell" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "AM Mendung" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "Berkabut" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "PM Gerimis" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "Bersalju" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "AM Hujan" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "PM Gerimis" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "PM Bersalju" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "PM Gerimis Salju" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "PM Cerah" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "PM Gerimis" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "PM Hujan petir disertai dengan angin ribut" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "Ekstensi POSIX tidak ditemukan" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "PHP Shell" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "Sebagian Berawan" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Sandi" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Sandi berhasil diubah." #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Sandi:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Sandi harus cocok." #: admin/sqlshell.php:100 msgid "Paste" msgstr "Salin" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Pendaftaran yang ditunda:" #: lib/Block/fortune.php:61 msgid "People" msgstr "Orang" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Tugas Login" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Izin untuk \"%s\" tidak dapat dihapus." #: admin/perms/index.php:23 #, fuzzy msgid "Permissions" msgstr "Izin" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Izin Administrasi" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Informasi Pribadi" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "Binatang Kesayangan" #: config/registry.php.dist:385 msgid "Photos" msgstr "Foto" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "Kata-kata klise" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Ketik ulang sandi baru" #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Silakan masukkan nama untuk kategori yang baru:" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Silakan masukkan ringkasan untuk masalah." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Silakan membaca teks berikut ini. Anda HARUS setuju dengan syarat-syarat " "untuk menggunakan sistem." #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "Binatang Kesayangan" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "Politik" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s dan %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Lanjut" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Hujan salju untuk %s jam terakhir:" msgstr[1] "Hujan salju untuk %s jam terakhir:" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "Kemungkinan
Hujan salju" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "Tekanan" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "Tekanan pada permukaan laut:" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "Tekanan:" #: services/problem.php:145 msgid "Problem Description" msgstr "Deskripsi Masalah" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Izin" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "Query" #: lib/Block/account.php:83 msgid "Quota" msgstr "Kuota" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "Hujan" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "Hujan di pagi hari" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "Hujan beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "Hujan dan Bersalju" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "Hujan bercampur dengan salju" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "Ramalan Acak" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Baca" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Yakin untuk menghapus %s? Operasi ini tidak dapat dibatalkan." #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Yakin untuk memindahkan data pengguna untuk pengguna %s? Operasi ini tidak " "dapat dibatalkan." #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "Refresh Elemen Menu Dinamis:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Refresh Lihat Portal:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Refresh Lihat Portal:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "Ditandai" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Pindahkan" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Remote Server" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "Remote URL (http://www.example.com/horde)" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Pindahkan" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Pindahkan pasangan" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "Pindahkan script yang sudah disimpan dari direktori server sementara." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Pindahkan pengguna" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Pindahkan pengguna: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Atur kembali " #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Atur kembali Sandi" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "Atur kembali Sandi Anda" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 #, fuzzy msgid "Restore Last Query" msgstr "Fase terakhir dari Separuh Bulan" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "Hasil" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Hasil" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Kembali ke Pilihan" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Atur kembali " #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Ketik ulang sandi baru" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "Kembali ke Konfigurasi" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "Teka-teki" #: admin/sqlshell.php:101 msgid "Run" msgstr "Jalankan" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "SQL Shell" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "S_QL Shell" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Simpan" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Simpan %s" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Simpan konfigurasi yang dihasilkan sebagai script PHP ke dalam direktori " "server sementara anda." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Script setup upgrade sudah disimpan ke: '%s'." #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "Sebagian Hujan petir disertai angin ribut" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "Sebagian Hujan petir disertai angin ribut" #: lib/Block/fortune.php:66 msgid "Science" msgstr "Ilmu Pengetahuan" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Pencarian" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Pencarian" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Pencarian" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Pilih grup untuk ditambah" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Pilih pemilik baru" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Pilih server" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Pilih pengguna untuk ditambah" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Pilih karakter yang anda perlukan dari kotak-kotak dibawah ini. Anda dapat " "menyalin dan melekatkannya ke dalam area teks." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Pilih format tanggal:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Pilih batas tanggal:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Pilih format tanggal:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Pilih format tanggal:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Pilih batas waktu:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Pilih format waktu:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Pilih warna scheme anda." #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Pilih bahasa yang anda inginkan:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Kirim Laporan Masalah" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "Sensor:" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Waktu Sekarang" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "Area Metar tidak disediakan." #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Izin Administrasi" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Izin" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Atur pilihan untuk mengizinkan anda dapat mengatur ulang kembali sandi anda " "apabila anda lupa." #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "Atur remote server yang ingin anda akses dari portal anda." #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Atur bahasa, zona waktu dan pilihan tanggal, yang anda inginkan." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Atur aplikasi awal anda, warna scheme, halaman refresh dan pilihan tampilan " "lainnya." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "Beberapa lokasi yang mungkin dengan parameter:" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Ringkasan Pendek" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "Perlukah kunci akses didefinisikan untuk kebanyakan link?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Tampilkan" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "tampilkan perbedaan" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Tampilkan perbedaan diantara konfigurasi yang baru disimpan dan yang baru " "dihasilkan." #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "Tampilkan waktu login terakhir ketika anda login?" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Tampilkan Menu %s di sebelah kiri?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "Gerimis beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "Gerimis di sekitar daerah" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Tugas Login" #: lib/Block/iframe.php:26 msgid "Small" msgstr "" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "Salju" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "Gerimis beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "Gerimis Salju" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "Gerimis Salju" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "Gerimis Salju di pagi hari" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "Gerimis Salju beberapa saat lagi" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "Kedalaman Salju:" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "Perbandingan salju di (dalam) air:" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "Lagu & Sajak" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "Eropa Selatan (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "Belahan Bumi Selatan" #: config/registry.php.dist:102 msgid "Spam" msgstr "Spam" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Masukkan Karakter Spesial" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "Olahraga" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "Standar" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "Perjalanan Bintang" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Status" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Subdirektori '%s' tidak ditemukan." #: signup.php:52 #, fuzzy, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" " Permintaan yang disampaikan untuk menambahkan '% s' ke dalam sistem. Anda " "tidak dapat log in sampai permintaan anda telah disetujui." #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Berhasil" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "'%s' sudah berhasil ditambahkan ke dalam sistem." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Data untuk pengguna '%s' sudah berhasil dibersihkan dari sistem." #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\"sudah berhasil dihapus." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "'%s sudah berhasil dipindahkan dari sistem." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Konfigurasi sudah berhasil dikembalikan. Ulangi untuk melihat perubahan. " #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "Backup konfigurasi sudah berhasil disimpan." #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "File Backup Konfigurasi %s sudah berhasil disimpan." #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "'%s' sudah berhasil diperbaharui" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "'%s' sudah berhasil ditulis" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "Matahari Terbit" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "Matahari Terbenam" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Cerah" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "Cerah" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "Matahari Terbit" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "Matahari Terbit/Matahari Terbenam" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "Matahari Terbit:" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "Matahari Terbenam" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "Matahari Terbenam:" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Gerimis" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "Gerimis beberapa saat lagi" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "Hujan petir disertai dengan angin ribut" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "Hujan petir disertai dengan badai angin ribut" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "Hujan petir disertai dengan angin ribut" #: lib/Block/weatherdotcom_strings.php:92 #, fuzzy msgid "T-Storms Early" msgstr "Gerimis di pagi hari" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "Hujan petir disertai dengan angin ribut" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "AM Mendung" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Tugas" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "Suhu untuk jam terakhir:" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "Suhu" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "Suhu:" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Suhu
(%sHi%s/%sLo%s) °%s" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Perataan Teks" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Hanya Teks" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Server \"%s\" sudah berhasil dihapus." #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "Server \"%s\" sudah berhasil dihapus." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Server \"%s\" sudah berhasil disimpan." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Server \"%s\" sudah berhasil dihapus." #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "Server \"%s\" sudah berhasil disimpan." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Permintaan pendaftaran untuk %s sudah berhasil dipindahkan." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Permintaan pendaftaran untuk %s sudah berhasil dipindahkan." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "Server \"%s\" sudah berhasil dihapus." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "Server \"%s\" sudah berhasil dihapus." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "Area ke weather.com tidak disediakan." #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "Direktori Motif '%s' tidak ditemukan." #: util/icon_browser.php:28 #, fuzzy, php-format msgid "Themes directory \"%s\" not found." msgstr "Direktori Motif '%s' tidak ditemukan." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Ada masalah ketika menambahkan '%s' ke dalam sistem: %s " #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Ada masalah ketika membersihkan data untuk pengguna '%s' dari sistem:" #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Ada masalah ketika memindahkan '%s' dari sistem:" #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Ada masalah ketika memperbaharui '%s':%s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Ada masalah ketika memperbaharui '%s':%s" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Ada kesalahan di dalam formulir konfigurasi. Mungkin anda tidak mengisi " "kolom yang diperlukan." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Ada masalah ketika menambahkan '%s' ke dalam sistem: %s " #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "Petir" #: config/registry.php.dist:260 msgid "Tickets" msgstr "Tiket" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "Mengikuti Waktu" #: lib/Block/time.php:23 msgid "Time format" msgstr "Format Waktu" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Judul" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "Hari Ini" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "Besok" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "Translasi" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "Turki (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Atur kembali " #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Informasi Lain" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "Ubah Izin untuk %s" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "Indeks U.V:" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Tidak dapat untuk menghapus \"%s\": %s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Tidak dapat untuk menghapus \"%s\": %s." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Tidak dapat untuk menghapus \"%s\": %s." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Batalkan Perubahan" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Tidak diarsipkan" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "Unit" #: lib/Block/weatherdotcom.php:162 #, fuzzy msgid "Unknown location provided." msgstr "Tidak ada lokasi yang diatur." #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Perbaharui" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Perbaharui %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "Perbaharui pengguna" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" sudah diperbaharui." #: admin/config/index.php:190 msgid "Upload" msgstr "Upload" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "Semua file setup aplikasi sudah diupload ke server." #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "Gunakanlah jika nama/sandi anda berbeda untuk server IMSP." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Pengguna" #: admin/user.php:224 msgid "User Administration" msgstr "Administrasi Pengguna" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Nama Pengguna:" #: signup.php:67 msgid "User Registration" msgstr "Pendaftaran Pengguna" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "Pendaftaran Pengguna sudah dinon-aktifkan untuk site ini." #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Pendaftaran Pengguna sudah dinon-aktifkan untuk site ini." #: lib/Block/account.php:561 msgid "User account not found" msgstr "Account Pengguna tidak ditemukan" #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Pilih pengguna untuk ditambah" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Nama Pengguna" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Nama Pengguna:" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Pengguna" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Pengguna di dalam sistem:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "Liburan" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "Variable" #: config/registry.php.dist:246 msgid "Version Control" msgstr "Versi Kontrol" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "Sangat Tinggi" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "Vietnam (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "Lihat web page eksternal" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "Jarak Pandang" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "Jarak Pandang:" #: lib/Block/account.php:98 msgid "Warning" msgstr "Peringatan" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "Ramalan Cuaca" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "Data Cuaca disediakan oleh" #: config/registry.php.dist:369 msgid "Web Site" msgstr "Web Site" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Selamat Datang" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Selamat datang ke %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Selamat datang, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "Apakah aplikasi %s perlu ditampilkan setelah login?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Apakah yang merupakan batas karakter?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "Apakah yang merupakan karakter indentasi?" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "Fase yang mana" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Tampilkan Menu %s di sebelah kiri?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "Wiki" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "Angin" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "Angin di pagi hari" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Hujan beberapa saat lagi" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "Kecepatan angin di dalam knot" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "Angin:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "Angin:" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Angin" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "Rabu" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "Kata Bijaksana" #: lib/Block/fortune.php:72 msgid "Work" msgstr "Pekerjaan" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "Ya, SAYA SETUJU" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:327 #, fuzzy msgid "You are not allowed to delete groups." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:820 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:448 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:786 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Anda tidak diizinkan untuk membuat lebih dari %d area." #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" "Anda harus menjelaskan masalah sebelum anda dapat mengirimkan laporan " "masalah." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "Anda harus memilih server untuk dapat dihapus." #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "Anda harus menetapkan nama pengguna yang ingin dibersihkan." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Anda harus menetapkan nama pengguna yang ingin dipindahkan." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Anda harus menetapkan nama pengguna untuk ditambah." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "Anda harus menetapkan nama pengguna untuk diperbaharui." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Alamat Email Anda" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Informasi Anda" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Nama Anda" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Backend asli anda tidak dapat mendukung penambahan pengguna, atau fitur ini " "sudah dinon-aktifkan untuk beberapa alasan lain." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Backend asli anda tidak dapat mendukung pendaftaran pengguna, atau fitur ini " "sudah dinon-aktifkan untuk beberapa alasan lain" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "Browser anda tidak mendukung untuk fitur ini." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Zona Waktu Anda Sekarang:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Nama lengkap anda:" #: login.php:290 msgid "Your login has expired." msgstr "" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "Sandi baru anda untuk %s adalah: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "Sandi anda sudah diatur ulang" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Sandi anda sudah diatur ulang, periksalah email anda dan login dengan " "menggunakan sandi baru anda" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Sandi anda sudah diatur ulang, periksalah email anda dan login dengan " "menggunakan sandi baru anda" #: lib/Block/account.php:689 lib/Block/account.php:704 #, fuzzy msgid "Your password has expired" msgstr "Sandi anda sudah diatur ulang" #: login.php:178 #, fuzzy msgid "Your password has expired." msgstr "Sandi anda sudah diatur ulang" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Remote server anda:" #: login.php:266 msgid "Your session has expired. Please login again." msgstr "" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "Ceria" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Laporan Masalah]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 msgid "_Alarms" msgstr "" #: lib/Api.php:72 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Kembali ke Konfigurasi" #: lib/Api.php:52 msgid "_DataTree" msgstr "_DataTree" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grup" #: lib/Api.php:42 msgid "_Permissions" msgstr "Izin" #: lib/Api.php:32 msgid "_Users" msgstr "Pengguna" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "Tenang" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "jatuh" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "Dari %s (%s) pada %s %s" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "angin kencang" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "masih di dalam antrian" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "naik" #: admin/config/config.php:80 msgid "show differences" msgstr "tampilkan perbedaan" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "tetap" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "Ketik sandi dua kali untuk mengkonfirmasi" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "menyatukan" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/id/LC_MESSAGES/horde.mo0000644000175000017500000010276713160205253021565 0ustar mathieumathieu44 444 5535O5R5 c5q5u5 }5 5 55 55 5 55 5 6!6;6CR66/666 6 6 7{777777777 88(808 58 @8 M8Y8 j8w8 8 8888|8-9C9 K9X9 a9l9s9 |99 9 99999 999::-:2:H:O: T:"_::::$:: : : : ::;;(;;;jL;; ; ;B;48<m<<<<<<<< << = =-= 1= ?=J=[=k=}= === = == = =>> >'>->2>6>9>?> D>hO>>>> ?? ? %?3?JN???? ?? ? ? @ @ @'@ >@H@Y@l@ r@@@ @@@@@8@ AA,A@AVA+jAEAAAB#B8BLBRBnB}BB(B BBB\B[C lCwC}CC C C CCCC CC D DD#D BDLDbDhDyDDDDDD D(DP E^EgEEE EEEEE E E E E FFF"FAFVF^F*mFF F6F FFFGG'G/GCGXG`G dGnG rG}GRGGGGGiHqHHHHHHI%I?.I/nI I-IIOI%/JUJsJ {J JJJ J JJJ JJ K'KCKWK\KtK{K KKKK;K(K4LRLhLqLyLLL LLLLLLLL L L(M 1M;M!JMlM'MTM NN N 'N3N9N?N HNUN jNwN{N NNNNN N N NN2N&O:O2LOOO OOOOO OOO P #P0P8PIPbPkP sP PPP/P P Q &Q3Q8Q =QHQ\QbQiQpQuQ{Q ~QEQ(Q)Q&$R%KR(qRRR RsR+eCe Ue cepeeeeeeee eefff &f3fSfZfif$of f ff f fffffg*gg g!gAg<=hzhh9hhh iii &iGi `iiiiiiiiii j j j +j8j Xj fjsjjjjjjjjj jlj.6k,ek)k kk k kkElKl,Rl+l ll llll mm(m1mCm \m im wmm mmm mmKm&n;nZn"xn#n7n`n[Xo oooo/o#p2pEp"Lp opzppkpq,q 5q?qNq Wq aq lq wqqq*qq qqrrr&r9r?rYr$_rrrrrr)rbr^sfsssssssssst tt 9tFtKtht~t t)t ttEt"u5u LuZumuuuu uu uu uu_u)Lvvv v vyvw-wCwVwjw www:w.w,x9=x wxUx1x" y,y4yIydy~y y yy yy"y zz8zMzRzlzuz}zzzzIz+{32{f{{{{{!{{{{'|-:|'h|||||!| ||#|$}%?}^e}}}} }}}} ~ ~ ~+~%/~U~h~y~~ ~ ~~~~:~,9A {    *8 G R`{Ѐ3%)@jy~Á ҁ܁N.D;s;37Wi x|--G#Z~a* /9?DMTZ r) o@Y;H }t*(Pr"G'7a{fXus M<d bXdmy:i_a@ ^F| K0m6J 9/5x-kBNlNOsBS,]}3~4i`zl|])v)ZqW+?h9 ^<\ :gYD K%+e qp=eMR2w"VZ&Q 3L!?\rfLSkn D;Uh(WcE75 T.QR[Ct>z/AE4$[>-IP, TOVC~UG *0 gI#&Ju_'.!no2vAjyx681p bw1$j{#%FHc=8` at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s, gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA database backend is required for this block.AM CloudsAM Light RainAM RainAM ShowersAM Snow ShowersAM/PMAccount InformationAccount PasswordAddAdd Here:Add a new user:Add pairAdd userAdding users is disabled.Address BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ListApplication is ready.ApproveArabic (Windows-1256)Armenian (ARMSCII-8)ArtAscii ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:BOFH ExcusesBaltic (ISO-8859-13)Block SettingsBlock TypeBookmarksBothCalendarCalmCancelCancel Problem ReportCategories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.Chinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear out user: %sClear userClear user dataClearing LateClick to ContinueClose WindowCloudsClouds EarlyCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfiguration DifferencesConfiguration is out of date.Configure %sConfirm PasswordContinueCookieCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.CreateCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataTree BrowserDate ReceivedDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download generated configuration as PHP script.DrugsEditEdit GroupEducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:ExecuteFairFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroupsGuest PermissionsHazeHebrew (ISO-8859-8-I)HeightHelpHemisphereHere is the beginning of the file:HighHome DirectoryHordeHow many fields (columns) are there?HumidityHumidity: HumoristsIcons OnlyIcons for %sIcons with textIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Insert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid parent permission.Isolated T-StormsJapanese (ISO-2022-JP)Kernel NewbiesKidsKorean (EUC-KR)LanguageLast HalfLast Password ChangeLast QuarterLast Updated:LawLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLimerickLinux CookieList TablesListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLoveLowMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMedicineMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousModerateMoon PhasesMostly ClearMostly CloudyMostly SunnyMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNightNo available configuration data to show differences for.No change.No icons found.No location is set.No offensive fortunesNo pending signups.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.Object CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationPHP CodePHP ShellPM Light RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.Permissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPrecipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Dynamic Menu Elements:Refresh Portal View:RemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sResetReset PasswordReset Your PasswordResultsRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave generated configuration as a PHP script to your server's temporary directory.Scattered T-StormsScienceSearchSelect a serverSelect the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date delimiter:Select the date format:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Set up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSuccessSuccessfully deleted "%s".Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully wrote %sSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: T-StormT-Storm and WindyT-StormsTasksTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sText OnlyThai (TIS-620)The server "%s" has been deleted.The server "%s" has been saved.The weather.com block is not available.There was an error in the configuration form. Perhaps you left out a required field.ThunderTicketsTime TrackingTime formatTitleTodayTomorrowTranslationsTurkish (ISO-8859-9)U.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.User AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUsernameUsername:Users in the system:VacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which phasesWikiWindWind EarlyWind speed in knotsWind:Wind: WisdomWorkX-RefYYYes, I AgreeYou must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your remote servers:Zippy[Problem Report]_CLI_DataTree_Groups_Permissions_Userscalmfallingfrom the %s (%s) at %s %sgustinginlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: 2005-08-03 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2005-08-04 09:10+0200 Last-Translator: James Language-Team: id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit pada "%s" sudah ditambahkan ke dalam sistem grup."%s" sudah ditambahkan ke dalam izin sistem."%s" belum dibuat: %s.%.2fMB sudah digunakan dari %.2fMB yang sudah diijinkan (%.2f%%)%d %s dan %s%d hari sampai sandi anda habis masa berlakunya.%d-hari ramalan cuaca%s - Pemberitahuan%s Syarat-syarat Perjanjian%s pada %s %s, angin kencang %s %s, variable dari %s ke %sFormat 12 JamFormat 24 Jam24 jamDatabase backend diperlukan untuk area ini.AM MendungAM GerimisAM HujanAM GerimisAM Gerimis SaljuAM/PMInformasi AccountSandi AccountTambahTambah Disini:Tambah pengguna baru:Tambah pasanganTambah penggunaPenambahan pengguna tidak diaktifkan.Buku Alamat SemuaSemua Pengguna AsliSemua GrupPengganti Login IMSPPengganti Sandi IMSPPengganti Nama Pengguna IMSPPengganti alamat emailJawabanAplikasiDaftar AplikasiAplikasi sudah siap.DisetujuiArab (Windows-1256)Armenia (ARMSCII-8)SeniKode AsciiMencoba untuk menghapus grup yang tidak ada.Mencoba untuk menghapus izin yang tidak ada.Mencoba untuk mengubah izin yang tidak ada.Mencoba untuk mengubah bagian yang tidak ada.Kolom yang tersedia:Alasan BOFHBaltic (ISO-8859-13)Pengaturan AreaTipe AreaPetunjuk halaman webKeduanyaKalenderTenangBatalBatalkan Laporan MasalahKategori dan LabelCeltic (ISO-8859-14)Eropa Tengah (ISO-8859-2)UbahUbah Sandi AndaUbah nama dan alamat sehingga orang dapat melihatnya ketika mereka membaca dan membalas ke email anda.Mengubah sandi anda tidak didukung dengan konfigurasi yang sekarang. Silakan hubungi administrator anda.Cina Sederhana (GB2312)Cina Tradisionil (Big5)BersihkanBersihkan pengguna: %sBersihkan penggunaBersihkan data penggunaCerah beberapa saat lagiKlik untuk LanjutTutup JendelaMendungMendung di pagi hariBerawanPerbesar Panel Navigasi Pemilih WarnaCommandCommand ShellKomputerKondisiKondisiPerbedaan KonfigurasiKonfigurasi sudah habis masa berlakunya.Mengatur %sKonfirmasi SandiLanjutCookieTidak dapat mengatur ulang untuk pengguna yang diminta. Beberapa atau semua detil tidak benar. Coba lagi atau silakan hubungi administrator anda jika anda memerlukan bantuan lebih lanjut.Tidak dapat kembali ke konfigurasi.Tidak dapat menyimpan file konfigurasi backup %s.Tidak dapat menyimpan file konfigurasi %s. Anda dapat menggunakan salah satu dari pilihan untuk menyimpan kode tersebut kembali ke %s ataupun menyalin kode di bawah ini secara manual ke %s.BuatWaktu SekarangCuaca SekarangKondisi Sekarang:Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataTree BrowserTanggal DiterimaHariDefaultDefault WarnaDefault ShellDefinisiHapusHapus GrupJelaskan MasalahPerkembanganTitik EmbunTitik Embun untuk jam terakhir:Titik EmbunTampilkan waktu 24 jam?Tampilkan detil ramalan cuacaTampilkan ramalan cuaca (TAF)Apakah baris yang pertama terdiri dari kolom nama? jika ya, beri tanda pada kotak ini:Tidak memiliki account? Silakan mendaftar.Download konfigurasi yang dihasilkan sebagai script PHP.Obat-obatanUbahUbah GrupPendidikanAlamat EmailMasukkan pertanyaan keamanan dimana anda akan ditanyakan apabila anda perlu untuk mengatur ulang sandi anda, contoh 'apakah nama binatang kesayangan anda?':KesalahanKesalahan saat memperbaharui sandi: %sSukuSetiap 15 menitSetiap 2 menitSetiap 30 detikSetiap 5 menitSetiap setengah jamSetiap menitContoh nilai-nilai:JalankanCerahSepertiSeperti:Gerimis SebagianGerimis Salju SebagianFile ManagerFilterFase pertama dari Separuh BulanFase pertama dari Separuh BulanBerkabutMakananRamalan cuaca (TAF)Hari Ramalan Cuaca (catatan bahwa ramalan cuaca yang dikembalikan akan mengembalikan baik siang atau malam hari, sejumlah angka dapat dihasilkan pada area ini)Lupa dengan sandi anda?RamalanTipe RamalanRamalanRamalan 2ForumDiteruskanDariDeskripsi LengkapBulan PurnamaNama LengkapMenghasilkan %s Konfigurasi Kode yang dihasilkanJalankanGoedelPencarian GoogleYunani (ISO-8859-7)Administrasi GrupGrupIzin tamuBerkabutYahudi (ISO-8859-8-I)TinggiBantuanBelahan BumiIni adalah permulaan dari file:TinggiDirektori HomeHordeBerapa banyak kolom yang ada disana?KelembabanKelembaban:PelawakHanya ikonIkon untuk %sIkon dengan teksNama Identitas:Impor, Langkah %dKolom yang diimpor: %sKolom yang diimpor:Nama pengguna atau alamat email pengganti tidak benar. Coba lagi atau silakan hubungi administrator anda jika anda memerlukan bantuan lebih lanjut.Pengguna PribadiInformasiInformasi sudah tidak disediakan.Masukkan alamat email dimana anda dapat menerima sandi yang baru:Masukkan jawaban yang diperlukan untuk pertanyaaan keamanan:Aplikasi tidak valid.Izin induk tidak valid.Hujan petir disertai angin ribut di daerah yang terpencilJepang (ISO-2022-JP)Kernel NewbiesAnak-anakKorea (EUC-KR)BahasaFase terakhir dari Separuh BulanPerubahan Sandi TerakhirFase terakhir dari Separuh BulanPerubahan Terakir:HukumGerimisGerimisGerimis di pagi hariGerimis beberapa saat lagiGerimisGerimis disertai petirBersaljuGerimis SaljuPantun JenakaLinux CookieDaftar TabelDaftar pengguna dinon-aktifkan.Daftar BacaanWaktu local:Tempat Peristiwa dan WaktuLokasiLoginLoginCintaRendahMMSulapSuratSurat AdminMengatur daftar kategori yang harus diberi label item, dan warna yang berhubungan dengan kategori tersebut. Suhu maksimum yang berlangsung selama 24 jam:Suhu maksimum yang berlangsung selama 6 jam:Jumlah maksimum dari portal yang diblokirObat-obatanAnggotaMenu mode: Cuaca MetarArea Metar tidak disediakan.Area Metar tidak disediakan. Detil telah dicatat untuk administrator.MetrikSuhu minimum yang berlangsung selama 24 jam:Suhu minimum yang berlangsung selama 6 jam:Lain-lainSedangFase BulanSebagian besar CerahSebagian besar BerawanSebagian besar CerahAccount-kuInformasi Account-kuPortalkuTampilan PortalkuTIDAK, Saya TIDAK SetujuTidak pernahKategori BaruBulan BaruNama Pengguna Baru (pilihan)Sandi BaruSandi baru tidak cocok.BeritaBerikutnyaMalamTidak ada data konfigurasi yang tersedia untuk menunjukkan perbedaan untuk.Tidak ada perubahan.Tidak ada ikon yang ditemukan.Tidak ada lokasi yang diatur.Tidak ada ramalan yang tidak sopanTidak ada pendaftaran yang ditunda.Tidak ada direktori sementara yang tersedia untuk cacheTidak ada versi yang ditemukan di dalam konfigurasi yang asli. Menghasilkan konfigurasi kembali.Tidak ada versi yang ditemukan di dalam konfigurasi anda. Menghasilkan konfigurasi kembali.Tidak adaScandinavia (ISO-8859-10)Belahan Bumi UtaraCatatanTidak ada yang dapat dibrowse, silakan kembali.Pencipta ObjekFilter PelanggaranKantorSandi lama dan baru harus berbeda.Sandi lamaSandi lama tidak benar.Hanya ramalan yang tidak sopanHanya pemilik atau sistem administrator saja yang dapat mengubah kepemilikan atau pemilik izin untuk bagianSistem OperasiMengaturLain-lainInformasi LainKode PHPPHP ShellPM GerimisPM GerimisPM BersaljuPM Gerimis SaljuPM CerahPM Hujan petir disertai dengan angin ributEkstensi POSIX tidak ditemukanPHP ShellSebagian BerawanSandiSandi berhasil diubah.Sandi:Sandi harus cocok.SalinPendaftaran yang ditunda:OrangIzin untuk "%s" tidak dapat dihapus.Izin AdministrasiInformasi PribadiBinatang KesayanganFotoKata-kata kliseSilakan masukkan ringkasan untuk masalah.Silakan membaca teks berikut ini. Anda HARUS setuju dengan syarat-syarat untuk menggunakan sistem.PolitikKemungkinan
Hujan saljuTekananTekanan pada permukaan laut:Tekanan:Deskripsi MasalahQueryKuotaHujanHujan di pagi hariHujan beberapa saat lagiGerimisHujan dan BersaljuHujan bercampur dengan saljuRamalan AcakBacaRefresh Elemen Menu Dinamis:Refresh Lihat Portal:DitandaiRemote ServerRemote URL (http://www.example.com/horde)PindahkanPindahkan pasanganPindahkan script yang sudah disimpan dari direktori server sementara.Pindahkan penggunaPindahkan pengguna: %sAtur kembali Atur kembali SandiAtur kembali Sandi AndaHasilKetik ulang sandi baruKembali ke KonfigurasiTeka-tekiJalankanSQL ShellSSHS_QL ShellSimpanSimpan konfigurasi yang dihasilkan sebagai script PHP ke dalam direktori server sementara anda.Sebagian Hujan petir disertai angin ributIlmu PengetahuanPencarianPilih serverPilih karakter yang anda perlukan dari kotak-kotak dibawah ini. Anda dapat menyalin dan melekatkannya ke dalam area teks.Pilih batas tanggal:Pilih format tanggal:Pilih batas waktu:Pilih format waktu:Pilih warna scheme anda.Pilih bahasa yang anda inginkan:Kirim Laporan MasalahSensor:Atur remote server yang ingin anda akses dari portal anda.Beberapa lokasi yang mungkin dengan parameter:Ringkasan PendekPerlukah kunci akses didefinisikan untuk kebanyakan link?TampilkanTampilkan perbedaan diantara konfigurasi yang baru disimpan dan yang baru dihasilkan.Tampilkan waktu login terakhir ketika anda login?Tampilkan Menu %s di sebelah kiri?GerimisGerimis di pagi hariGerimis beberapa saat lagiGerimis di sekitar daerahSaljuGerimis SaljuGerimis SaljuGerimis Salju di pagi hariGerimis Salju beberapa saat lagiKedalaman Salju:Perbandingan salju di (dalam) air:Lagu & SajakEropa Selatan (ISO-8859-3)Belahan Bumi SelatanSpamMasukkan Karakter SpesialOlahragaStandarPerjalanan BintangStatusBerhasil"%s"sudah berhasil dihapus.Konfigurasi sudah berhasil dikembalikan. Ulangi untuk melihat perubahan. Backup konfigurasi sudah berhasil disimpan.File Backup Konfigurasi %s sudah berhasil disimpan.'%s' sudah berhasil ditulisMatahari TerbitMatahari TerbenamCerahMatahari TerbitMatahari Terbit/Matahari TerbenamMatahari Terbit:Matahari TerbenamMatahari Terbenam:Hujan petir disertai dengan angin ributHujan petir disertai dengan badai angin ributHujan petir disertai dengan angin ributTugasSuhu untuk jam terakhir:SuhuSuhu:Suhu
(%sHi%s/%sLo%s) °%sHanya TeksThai (TIS-620)Server "%s" sudah berhasil dihapus.Server "%s" sudah berhasil disimpan.Area ke weather.com tidak disediakan.Ada kesalahan di dalam formulir konfigurasi. Mungkin anda tidak mengisi kolom yang diperlukan.PetirTiketMengikuti WaktuFormat WaktuJudulHari IniBesokTranslasiTurki (ISO-8859-9)Indeks U.V:URLTidak dapat untuk menghapus "%s": %s.Batalkan PerubahanTidak diarsipkanUnicode (UTF-8)UnitPerbaharuiPerbaharui %sPerbaharui pengguna"%s" sudah diperbaharui.UploadGunakanlah jika nama/sandi anda berbeda untuk server IMSP.Administrasi PenggunaPendaftaran PenggunaPendaftaran Pengguna sudah dinon-aktifkan untuk site ini.Account Pengguna tidak ditemukanNama PenggunaNama Pengguna:Pengguna di dalam sistem:LiburanVariableVersi KontrolSangat TinggiVietnam (VISCII)Lihat web page eksternalJarak PandangJarak Pandang:PeringatanRamalan CuacaData Cuaca disediakan olehWeb SiteSelamat DatangSelamat datang ke %sSelamat datang, %sWestern (ISO-8859-1)Western (ISO-8859-15)Apakah aplikasi %s perlu ditampilkan setelah login?Apakah yang merupakan batas karakter?Apakah yang merupakan karakter indentasi?Fase yang manaWikiAnginAngin di pagi hariKecepatan angin di dalam knotAngin:Angin:Kata BijaksanaPekerjaanX-RefYYYa, SAYA SETUJUAnda harus menjelaskan masalah sebelum anda dapat mengirimkan laporan masalah.Anda harus memilih server untuk dapat dihapus.Anda harus menetapkan nama pengguna yang ingin dibersihkan.Anda harus menetapkan nama pengguna yang ingin dipindahkan.Anda harus menetapkan nama pengguna untuk ditambah.Anda harus menetapkan nama pengguna untuk diperbaharui.Alamat Email AndaInformasi AndaNama AndaBackend asli anda tidak dapat mendukung pendaftaran pengguna, atau fitur ini sudah dinon-aktifkan untuk beberapa alasan lainBrowser anda tidak mendukung untuk fitur ini.Zona Waktu Anda Sekarang:Nama lengkap anda:Sandi baru anda untuk %s adalah: %sSandi anda sudah diatur ulangSandi anda sudah diatur ulang, periksalah email anda dan login dengan menggunakan sandi baru andaRemote server anda:Ceria[Laporan Masalah]_CLI_DataTree_GrupIzinPenggunaTenangjatuhDari %s (%s) pada %s %sangin kencangmasih di dalam antriannaiktampilkan perbedaantetapKetik sandi dua kali untuk mengkonfirmasimenyatukanweather.comtmpIMUtxu/horde-5.2.17/locale/nl/0000755000175000017500000000000013162206570016347 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nl/help.xml0000644000175000017500000000143113160205253020013 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/nl/LC_MESSAGES/0000755000175000017500000000000013162206570020134 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nl/LC_MESSAGES/horde.po0000644000175000017500000027605013160205253021602 0ustar mathieumathieu# Horde Dutch translation. # Copyright 2001 Jan Kuipers. # Updated Han Spruyt 2005 # # Jan Kuipers , 2001-2007. # Arjen de Korte , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: Horde 3.2-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2013-06-04 11:48+0200\n" "PO-Revision-Date: 2013-06-07 16:26+0200\n" "Last-Translator: Arjen de Korte \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 1.5\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" is aan het groepensysteem toegevoegd." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" is aan het rechtensysteem toegevoegd." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" is niet aangemaakt: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB van %.2fMB gebruikt (%.2f%%)" #: lib/Block/Weather.php:198 #, php-format msgid "%d %s and %s" msgstr "%d %s en %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "wachtwoord verloopt na %d dagen" #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minuten" #: services/facebook/index.php:97 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d persoon vindt dit leuk" msgstr[1] "%d personen vinden dit leuk" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d tot %d van %d" #: lib/Block/Weather.php:238 #, php-format msgid "%d-day forecast" msgstr "%d-daags vooruitzicht" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Opmerking" #: admin/config/config.php:28 admin/config/index.php:437 #, php-format msgid "%s Configuration" msgstr "%s Configuratie" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Taken - Bevestiging" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s gebruiksovereenkomst" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s op %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s kan samenwerken met uw Twitter account" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s kan geen informatie ophalen over uw Facebook vrienden." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s kan geen stream berichten en diverse andere Facebook data elementen lezen." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s kan uw status berichten niet instellen of andere inhoud op Facebook " "plaatsen." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s gereed voor het uitvoeren van onderstaande taken. Selecteer de " "werkzaamheden, die u op dit moment wilt uitvoeren." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", windstoten %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variabel van %s tot %s" #: lib/Application.php:325 msgid "1 Day" msgstr "1 dag" #: lib/Application.php:329 msgid "1 Month" msgstr "1 maand" #: lib/Application.php:327 msgid "1 Week" msgstr "1 week" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 uursweergave" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2 weken" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 uursweergave" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 uurs" #: config/prefs.php:492 config/prefs.php:494 msgid "24-hour format" msgstr "24 uursweergave" #: lib/Application.php:326 msgid "3 Days" msgstr "3 dagen" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Volledig wissen is aangevraagd. Het apparaat zal volledig worden gewist " "gedurende de volgende synchronisatie poging." #: admin/config/index.php:162 admin/config/index.php:203 #: admin/config/index.php:336 admin/config/index.php:362 #, php-format msgid "A newer version (%s) exists." msgstr "Een nieuwere versie (%s) bestaat." #: lib/Prefs/Special/Activesync.php:74 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Volledig wissen voor apparaat id %s is geïnitieerd. Het apparaat zal " "volledig worden gewist gedurende de volgende synchronisatie." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Accountinformatie" #: config/prefs.php:334 msgid "Account Password" msgstr "Accountwachtwoord" #: admin/activesync.php:129 msgid "Actions" msgstr "Acties" #: config/prefs.php:739 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:74 msgid "ActiveSync Device Administration" msgstr "ActiveSync apparaatbeheer" #: admin/activesync.php:199 lib/Api.php:93 msgid "ActiveSync Devices" msgstr "ActiveSync apparaten" #: admin/activesync.php:22 lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync niet geactiveerd." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Toevoegen" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Inhoud toevoegen" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Hier toevoegen:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Leden toevoegen" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Nieuwe groep toevoegen" #: admin/user.php:26 msgid "Add a new user:" msgstr "Nieuwe gebruiker toevoegen:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Nieuw alarm toevoegen" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Paar toevoegen" #: admin/user.php:27 msgid "Add user" msgstr "Gebruiker toevoegen" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" aan het systeem toegevoegd, maar kon geen extra " "inschrijvingsinformatie toevoegen: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" aan het systeem toegevoegd. U kunt nu aanmelden." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Toevoegen van gebruikers is uitgeschakeld." #: lib/Block/Vatid.php:94 msgid "Address" msgstr "Adres" #: config/registry.php:131 msgid "Address Book" msgstr "Adresboek" #: lib/Application.php:55 msgid "Administration" msgstr "Beheer" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarmeinde" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarmmethoden" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarmstart" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarmtekst" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarmtitel" #: admin/alarms.php:141 msgid "Alarms" msgstr "Alarmen" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Alle" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Alle geauthenticeerde gebruikers" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Alle beleidssleutels met succes teruggezet." #: lib/Prefs/Special/Activesync.php:87 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Alle toestand informatie voor uw ActiveSync apparaten verwijderd. Ze zullen " "de volgende keer dat ze verbinden met de server opnieuw synchroniseren." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Alle synchronisatie sessies verwijderd." #: lib/Application.php:216 msgid "Allow" msgstr "Toestaan" #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "Alfanumeriek toestaan" #: lib/Application.php:237 msgid "Allow any" msgstr "Allen toestaan" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "Alleen numeriek toestaan" #: config/prefs.php:694 msgid "Alternate IMSP Login" msgstr "Alternatieve IMSP aanmelding" #: config/prefs.php:711 msgid "Alternate IMSP Password" msgstr "Alternatief IMSP wachtwoord" #: config/prefs.php:705 msgid "Alternate IMSP Username" msgstr "Alternatieve IMSP gebruikersnaam" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Alternatief e-mailadres" #: services/resetpassword.php:52 msgid "Answer" msgstr "Antwoord" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Toepassing" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Toepassingscontext" #: admin/config/index.php:245 msgid "Application is ready." msgstr "Toepassing is gereed." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Goedkeuren" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabisch (Windows-1256)" #: admin/alarms.php:130 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Weet u zeker dat u '%s' wilt verwijderen?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Weet u zeker dat u het aanmeldingsverzoek van \"%s\" wilt verwijderen?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Weet u zeker dat u \"%s\" wilt verwijderen?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeens (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Kunst" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii kunst" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Minimaal één database schema is verouderd." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Bijlage" #: lib/Application.php:259 msgid "Attachment Download" msgstr "Bijlage downloaden" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Poging om een niet bestaande groep te verwijderen." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Poging om een niet bestaand recht te verwijderen." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Poging om een niet bestaand recht te bewerken." #: services/shares/edit.php:68 msgid "Attempt to edit a non-existent share." msgstr "Poging om een niet bestaande share te bewerken." #: templates/admin/sessions.html.php:27 msgid "Authenticated to" msgstr "Aangemeld bij" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:62 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Toestaan" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Sta toegang tot Friends gegevens toe" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Publish toestaan" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Lezen toestaan: " #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatisch" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Beschikbare velden:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltisch (ISO-8859-13)" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Eenvoudig" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Blokinstellingen" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloktype" #: lib/Application.php:292 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:182 msgid "Bookmarks" msgstr "Bladwijzers" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Beiden" #: config/prefs.php:755 msgid "Bottom" msgstr "Onderkant" #: templates/admin/sessions.html.php:19 msgid "Browser" msgstr "Browser" #: config/registry.php:117 msgid "Calendar" msgstr "Agenda" #: lib/Application.php:280 msgid "Camera" msgstr "Camera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Afbreken" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Probleemrapport afbreken" #: admin/activesync.php:184 templates/prefs/activesync.html.php:33 msgid "Cancel Wipe" msgstr "Wissen afbreken" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Kan wachtwoord niet automatisch resetten, neem contact op met uw " "systeembeheerder." #: config/prefs.php:516 msgid "Categories and Labels" msgstr "Categorieën en labels" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltisch (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Centraal Europees (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Wijzigen" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Wijzig locatie" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Wijzig uw wachtwoord" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Wijzig persoonlijke gegevens." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Het wijzigen van uw wachtwoord wordt in de huidige configuratie " "nietondersteund. Neem contact op met de beheerder." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Controleer" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Controleer op nieuwere versies" #: lib/Block/Vatid.php:44 msgid "Checking" msgstr "Controleren" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinees vereenvoudigd (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinees traditioneel (Big5)" #: services/obrowser/index.php:59 #, php-format msgid "Choose %s" msgstr "Keuze %s" #: config/prefs.php:484 msgid "Choose how to display dates (abbreviated format):" msgstr "Kies datumweergave (verkorte weergave):" #: config/prefs.php:460 msgid "Choose how to display dates (full format):" msgstr "Kies datumweergave (volledige weergave):" #: config/prefs.php:497 msgid "Choose how to display times:" msgstr "Kies tijdsweergave:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Wis zoekopdracht" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Wis gebruiker: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Wis gebruiker" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Wis gebruikersdata" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Klik op één van uw geselecteerde adresboeken en selecteer daarna alle velden " "welke doorzocht dienen te worden." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Klik om verder te gaan" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "ClientAnchor" #: templates/shares/edit.inc:12 msgid "Close Window" msgstr "Sluit scherm" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Wolken" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "Codewoord frequentie" #: lib/View/Sidebar.php:65 templates/admin/sessions.html.php:9 #: templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Inklappen" #: templates/prefs/category.html.php:13 templates/prefs/category.html.php:24 #: templates/prefs/category.html.php:36 msgid "Color Picker" msgstr "Kleurenkiezer" #: config/registry.php:246 msgid "Comics" msgstr "Cartoons" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Opdracht" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Opdrachtshell" #: services/facebook/index.php:38 #, php-format msgid "Comments: %d" msgstr "Opmerkingen: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Computers" #: lib/Block/Weather.php:251 msgid "Condition" msgstr "Conditie" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Condities" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Configuratie" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Verschillen in configuratie" #: config/prefs.php:721 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" "Configuratie voor het synchroniseren met PDA's, Smartphones en Outlook." #: admin/config/index.php:240 msgid "Configuration is out of date." msgstr "Configuratie dient bijgewerkt te worden." #: templates/admin/config/index.html.php:96 msgid "Configuration upgrade scripts available" msgstr "Setup upgrade scripts beschikbaar" #: admin/config/index.php:180 #, php-format msgid "Configure %s" msgstr "%s configureren" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Bevestig wachtwoord" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Doorgaan" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Kon niet verbinden met server \"%s\" met FTP: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "Geen contact met server, probeer later opnieuw." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Kon setup upgrade script \"%s\" niet verwijderen." #: templates/prefs/facebook.html.php:57 #, php-format msgid "" "Could not find authorization for %s to interact with your Facebook account." msgstr "" "Kon geen toestemming voor %s om samen te werken met uw Twitter account." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "Kon geen toestemming voor %s om samen te werken met uw Twitter account" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Kon het wachtwoord van de gewenste gebruiker niet resetten. Sommige of alle " "details zijn niet juist. Probeer opnieuw of neem contact op met de " "systeembeheerder, wanneer u verdere hulp nodig heeft." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Kon configuratie niet terugzetten." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Kon backupconfiguratie niet opslaan %s." #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Kon setup upgrade script niet opslaan als: \"%s\"." #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Configuratie %s opslaan niet mogelijk. Kies één van onderstaande opties om " "de code op te slaan." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Configuratie %s opslaan niet mogelijk. U kunt of een optie voor opslaan van " "de code op %s gebruiken, of de code handmatig naar %s kopiëren." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Kon configuratie voor \"%s\" niet wegschrijven: %s" #: lib/Block/Vatid.php:82 msgid "Country" msgstr "Land" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Maken" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Creëer nieuwe identiteit" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Huidige 4 schijngestalten" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Huidige alarmen" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Huidige blokkades" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:35 msgid "Current Sessions" msgstr "Huidige sessies" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Huidige tijd" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Huidig weer" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Huidige conditie" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillisch (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillisch (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillisch/Ukrains (KOI8-U)" #: admin/config/index.php:260 admin/config/index.php:312 msgid "DB access is not configured." msgstr "DB toegang is niet geconfigureerd." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Data" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Database" #: lib/Block/Vatid.php:85 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Datum Ontvangen" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; tijd: %s" #: lib/Block/Weather.php:246 msgid "Day" msgstr "Dag" #: config/prefs.php:388 config/prefs.php:409 config/prefs.php:422 #: config/prefs.php:491 themes/default/info.php:2 msgid "Default" msgstr "Standaard" #: templates/prefs/category.html.php:8 templates/prefs/category.html.php:31 msgid "Default Color" msgstr "Standaard kleur" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Standaard Console" #: config/prefs.php:412 msgid "Default charset for sending e-mail messages:" msgstr "Standaard karakterset voor het verzenden van berichten:" #: config/prefs.php:305 msgid "Default location to use for location-aware features." msgstr "Standaard locatie voor plaats afhankelijke toepassingen." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definities" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Verwijderen" #: admin/alarms.php:129 admin/groups.php:206 #, php-format msgid "Delete \"%s\"" msgstr "Verwijder \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Verwijder alle SyncML gegevens" #: admin/groups.php:180 msgid "Delete Group" msgstr "Groep verwijderen" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Setup upgrade script \"%s\" verwijderd." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Synchronisatie sessie voor apparaat \"%s\" en database \"%s\" verwijderd." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Beschrijf het probleem" #: config/registry.php:206 msgid "Development" msgstr "Ontwikkeling" #: templates/prefs/activesync.html.php:20 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Apparaat" #: admin/activesync.php:122 msgid "Device ID" msgstr "Apparaat ID" #: templates/prefs/activesync.html.php:23 msgid "Device Information" msgstr "Apparaatgegevens" #: templates/prefs/activesync.html.php:11 msgid "Device Management" msgstr "Apparaatbeheer" #: lib/Application.php:312 msgid "Device encryption" msgstr "Apparaat codering" #: templates/prefs/activesync.html.php:35 msgid "Device is Wiped" msgstr "Apparaat is gewist" #: admin/activesync.php:168 msgid "Device is wiped" msgstr "Apparaat is gewist." #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Apparaat met succes verwijderd." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Apparaat wissen succesvol geannuleerd." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Dauwpunt" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Dauwpunt voor het afgelopen uur: " #: lib/Block/Weather.php:181 msgid "Dew point" msgstr "Dauwpunt" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Uitschakelen" #: config/prefs.php:430 msgid "Display 24-hour times?" msgstr "24-uurs tijdweergave?" #: config/prefs.php:541 msgid "Display Preferences" msgstr "Toon voorkeuren" #: lib/Block/Weather.php:87 msgid "Display detailed forecast" msgstr "Gedetailleerde voorspelling tonen" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Weersvoorspelling tonen (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Bevat de eerste rij de veldnamen? Zo ja, dit hokje aanvinken:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Geen account? Meld je aan." #: admin/config/index.php:162 admin/config/index.php:203 #: admin/config/index.php:336 admin/config/index.php:362 #, php-format msgid "Download %s" msgstr "%s downloaden" #: admin/config/index.php:384 msgid "Download generated configuration as PHP script." msgstr "Download gegenereerde configuratie als PHP script." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drugs" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dynamisch" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU BTW identificatie" #: lib/View/Sidebar.php:222 templates/shares/edit.inc:65 #: templates/shares/edit.inc:82 templates/shares/edit.inc:100 #: templates/shares/edit.inc:117 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:171 #: templates/shares/edit.inc:192 templates/shares/edit.inc:227 #: templates/shares/edit.inc:254 templates/shares/edit.inc:273 #: templates/shares/edit.inc:295 templates/shares/edit.inc:324 msgid "Edit" msgstr "Bewerken" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "\"%s\" bewerken" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Voorkeuren bewerken voor" #: services/shares/edit.php:247 msgid "Edit permissions" msgstr "Rechten bewerken" #: services/shares/edit.php:246 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Rechten van \"%s\" bewerken" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Onderwijs" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-mailadres" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Eindtijd" #: lib/Block/Weather.php:75 msgid "English" msgstr "Engels" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Een naam voor de nieuwe categorie invoeren, a.u.b.:" #: config/prefs.php:351 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Geef een beveiligingsvraag die u gevraagd wordt, wanneer het nodig is om uw " "wachtwoord te resetten, b.v. 'wat is de naam van uw huisdier?':" #: services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Fout bij aanmelden bij Twitter: Details zijn gelogd voor de systeembeheerder." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Fout bij aanmelden bij Twitter: %s Details zijn gelogd voor de " "systeembeheerder." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Fout bij verwijderen van sync info:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Fout bij verwijderen van sync info:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Fout bij vernieuwen van wachtwoord: %s." #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnisch" #: services/facebook/index.php:189 msgid "Event Invites:" msgstr "Gebeurtenis uitnodigingen" #: config/prefs.php:599 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Elke 15 minuten" #: config/prefs.php:618 msgid "Every 2 minutes" msgstr "Elke 2 minuten" #: config/prefs.php:596 config/prefs.php:616 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Elke 30 seconden" #: config/prefs.php:598 config/prefs.php:619 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Elke 5 minuten" #: config/prefs.php:600 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Elk half uur" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Elk uur" #: config/prefs.php:597 config/prefs.php:617 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Elke minuut" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Voorbeeldwaarden:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Uitvoeren" #: lib/View/Sidebar.php:66 templates/admin/sessions.html.php:8 #: templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Uitklappen" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra groot" #: templates/admin/config/index.html.php:110 msgid "FTP upload of configuration" msgstr "FTP overdracht van configuratie" #: config/prefs.php:642 msgid "Facebook Integration" msgstr "Integratie met Facebook" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "Mislukte ontgrendel pogingen voordat apparaat volledig wordt gewist" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Feed" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Feed adres" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Voelt als" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Zoekvelden" #: config/registry.php:312 msgid "File Manager" msgstr "Bestandsbeheer" #: lib/Block/FbStream.php:60 msgid "Filter" msgstr "Filter" #: config/registry.php:88 msgid "Filters" msgstr "Filters" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Eerste helft" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Eerste kwartaal" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Voedsel" #: lib/Application.php:215 msgid "Force" msgstr "Afdwingen" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Weersvoorspelling (TAF)" #: lib/Block/Weather.php:81 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Vooruitzichtdagen (merk op dat het gegeven vooruitzicht dagen en nachten " "geeft; een groot aantal kan resulteren in een breed blok)" #: templates/login/login.inc:79 msgid "Forgot your password?" msgstr "Uw wachtwoord vergeten?" #: config/registry.php:341 msgid "Forms" msgstr "Formulieren" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortune" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Fortunetype" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortunes" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortunes 2" #: config/registry.php:335 msgid "Forums" msgstr "Forums" #: services/facebook/index.php:188 msgid "Friend Requests:" msgstr "Vriend verzoeken:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Vrienden ingeschakeld." #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Uit %s (%s °) met %s %s" #: lib/Block/Weather.php:318 #, php-format msgid "From the %s at %s %s" msgstr "Uit %s met %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Volledige beschrijving" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Volle maan" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Volledige naam" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Genereer %s configuratie" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Gegenereerde code" #: lib/Block/FbStream.php:155 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Meer ophalen" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Globale voorkeuren" #: templates/prefs/app.html:16 msgid "Go" msgstr "Ga" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google zoeken" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grieks (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Groepsbeheer" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Groep naam" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Groep is niet aangemaakt: %s." #: admin/groups.php:219 templates/shares/edit.inc:269 msgid "Groups" msgstr "Groepen" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Gast rechten" #: lib/Application.php:316 msgid "HTML Email" msgstr "HTML e-mail" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreeuws (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Hoogte" #: lib/Block/FbStream.php:75 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Hoogte van stream inhoud (breedte wordt automatisch aan blok aangepast)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Help" #: services/help/index.php:94 msgid "Help _Topics" msgstr "_Help onderdelen" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Halfrond" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Hier is het begin van het bestand:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Verberg geavanceerde voorkeuren" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Verberg resultaten" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Home Directory" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Hoeveel velden (kolommen) zijn er?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "" "Hoeveel seconden te wachten voordat er op nieuwe artikelen wordt " "gecontroleerd?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:219 lib/Block/Weather.php:259 msgid "Humidity" msgstr "Relatieve vochtigheid" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristen" #: util/icon_browser.php:34 #, php-format msgid "Icons for %s" msgstr "Pictogrammen voor %s" #: config/prefs.php:283 msgid "Identity's name:" msgstr "Identiteitsnaam:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importeren, stap %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Geimporteerd veld: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Geimporteerde velden:" #: lib/Block/TwitterTimeline.php:110 msgid "In reply to:" msgstr "In antwoord op:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Selecteer uit onderstaande lijsten een geimporteerd veld uit het bronbestand " "aan de linkerkant en het overeenkomende veld beschikbaar in uw adresboek aan " "de rechterkant. Klik daarna op \"Paar toevoegen\" om deze te markeren voor " "import. Wanneer u hiermee klaar bent klik op \"Volgende\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Onjuiste gebruikersnaam of alternatief adres. Probeer opnieuw of neem " "contact op met de systeembeheerder, wanneer u verdere hulp nodig heeft." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Individuele gebruikers" #: config/registry.php:240 msgid "Information" msgstr "Informatie" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Overgeërfde leden" #: config/prefs.php:363 msgid "Insert an email address to which you can receive the new password:" msgstr "Een e-mailadres invoegen, waar u het nieuwe wachtwoord kan ontvangen:" #: config/prefs.php:357 msgid "Insert the required answer to the security question:" msgstr "Het gewenste antwoord voor de beveiligingsvraag invoegen:" #: lib/Block/Vatid.php:58 msgid "Invalid VAT identification number format." msgstr "Ongeldig BTW identificatie nummerformaat." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Ongeldige actie %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Ongeldige toepassing." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Ongeldige hash." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Ongeldig parent recht." #: config/registry.php:293 msgid "Inventory" msgstr "Inventaris" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japans (ISO-2022-JP)" #: login.php:174 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript is uitgeschakeld of niet beschikbaar in uw browser. U bent " "beperkt tot het gebruik van de minimalistische weergave." #: lib/Block/TwitterTimeline.php:111 msgid "Just now..." msgstr "Zojuist..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:161 msgid "Keyword" msgstr "Trefwoord" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Kinderen" #: config/registry.php:301 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Koreaans (EUC-KR)" #: login.php:364 templates/login/login.inc:52 msgid "Language" msgstr "Taal" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Groot" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Laatste helft" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Laatste wijziging wachtwoord" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Laatste kwartier" #: admin/activesync.php:101 templates/prefs/activesync.html.php:21 msgid "Last Sync Time" msgstr "Laatste synchronisatie" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Laatst bijgewerkt:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Laatste aanmelding: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Laatste aanmelding: %s van %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Laatste aanmelding: Nooit" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Nieuwste" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Rechten" #: services/facebook/index.php:81 msgid "Like" msgstr "Hou van" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Tabellijst" #: admin/alarms.php:137 #, php-format msgid "Listing alarms failed: %s" msgstr "Weergeven van alarmen mislukt: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Weergeven van vergrendelingen mislukt: %s" #: templates/admin/sessions.html.php:37 #, php-format msgid "Listing sessions failed: %s" msgstr "Weergeven van sessies mislukt: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Weergeven van gebruikerslijst is uitgeschakeld." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatuur" #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Lokale tijd: %s %s" #: config/prefs.php:372 msgid "Locale and Time" msgstr "Landinstelling en tijd" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 msgid "Location" msgstr "Locatie" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Blokkeer gebruiker" #: admin/locks.php:61 msgid "Locks" msgstr "Blokkades" #: login.php:291 templates/login/login.inc:61 msgid "Log in" msgstr "Aanmelden" #: templates/portal/smartmobile.inc:5 msgid "Log out" msgstr "Afmelden" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Aangemeld bij Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Aanmelding mislukt omdat uw gebruikersnaam of wachtwoord onjuist is " "ingevoerd." #: login.php:316 msgid "Login failed." msgstr "Aanmelding mislukt." #: templates/prefs/facebook.html.php:61 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Meldt aan bij Facebook en machtig %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Meldt aan bij Twitter en machtig de %s applicatie" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Afmelden" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Liefde" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magie" #: config/registry.php:80 msgid "Mail" msgstr "E-mail" #: config/registry.php:346 msgid "Mail Admin" msgstr "Mailbeheerder" #: config/prefs.php:517 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Beheer uw lijst met categorieën en de corresponderende kleuren, waarmee " "onderdelen worden gelabeld" #: config/prefs.php:740 msgid "Manage your ActiveSync devices." msgstr "Beheer uw ActiveSync apparaten" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Overeenkomende velden:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Hoogste temperatuur van de afgelopen 24 uur: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Hoogste temperatuur van de afgelopen 6 uur: " #: lib/Application.php:320 msgid "Maximum Email age" msgstr "Maximale e-mail ouderdom" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maximaal aantal Portaalblokken." #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "Maximale bijlagegrootte" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "Maximaal aantal apparaten" #: lib/Block/FbStream.php:66 msgid "Maximum number of entries to display" msgstr "Maximaal aantal weer te geven elementen." #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Geneeskunde" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Middel" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Leden" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Noemt" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar Weer" #: lib/Block/Metar.php:62 lib/Block/Weather.php:76 msgid "Metric" msgstr "Metrisch" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Laagste temperatuur van de afgelopen 24 uur: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Laagste temperatuur van de afgelopen 6 uur: " #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "Minimale lengthe PIN" #: lib/Application.php:242 msgid "Minutes of inactivity before device should lock" msgstr "Minuten inactiviteit voordat apparaat wordt vergrendeld" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Allerhande" #: admin/config/index.php:217 msgid "Missing configuration." msgstr "Ontbrekende configuratie" #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobiel (minimalistisch)" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobiel (smartphone/tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Apps geoptimaliseerd voor mobiel" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Weergave" #: admin/config/index.php:165 admin/config/index.php:206 #: admin/config/index.php:339 admin/config/index.php:365 msgid "Module is up-to-date." msgstr "Toepassing is up-to-date." #: config/prefs.php:505 msgid "Monday" msgstr "Maandag" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Maanfasen" #: config/registry.php:306 msgid "My Account" msgstr "Mijn account" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Mijn accountinformatie" #: lib/Block/FbStream.php:37 msgid "My Facebook Stream" msgstr "Integratie met Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mijn portaal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Mijn portaallayout" #: lib/Block/Weather.php:308 lib/Block/Weather.php:312 #: lib/Block/Weather.php:328 msgid "N/A" msgstr "N/B" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "Nee, ik accepteer de voorwaarden NIET" #: templates/prefs/activesync.html.php:60 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "LET OP: EEN APPARAAT VOLLEDIG WISSEN KAN HET TERUG ZETTEN NAAR FABRIEKS " "INSTELLINGEN. VERGEWIS U ERVAN DAT DIT ECHT IS WAT U WILT VOORDAT U " "AANVRAAGT EEN APPARAAT VOLLEDIG TE WISSEN" #: lib/Block/Vatid.php:90 msgid "Name" msgstr "Naam" #: config/prefs.php:595 config/prefs.php:615 lib/Application.php:214 #: templates/portal/layout.inc:97 msgid "Never" msgstr "Nooit" #: templates/prefs/category.html.php:3 msgid "New Category" msgstr "Nieuwe categorie" #: services/facebook/index.php:185 msgid "New Messages:" msgstr "Nieuwe berichten:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Nieuwe maan" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nieuwe gebruikersnaam (optioneel)" #: services/changepassword.php:31 msgid "New password" msgstr "Nieuw wachtwoord" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Wachtwoorden moeten overeenkomen." #: config/registry.php:251 lib/Block/Fortune.php:59 msgid "News" msgstr "Nieuws" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Volgende" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Volgende 4 schijngestalten" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Geen geluid" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Geen beschikbare configuratiedata om verschillen te laten zien." #: admin/config/diff.php:49 msgid "No change." msgstr "Geen wijzigingen." #: util/icon_browser.php:52 msgid "No icons found." msgstr "Geen pictogrammen gevonden" #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Niets om weer te geven" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Er is geen locatie ingesteld." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Geen beledigende fortunes" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Geen hangende inschrijvingen." #: lib/Application.php:333 msgid "No push while roaming" msgstr "Geen push tijdens roaming" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Veiligheidsvraag is niet ingesteld. Neem contact op met de beheerder, a.u.b." #: admin/config/index.php:159 admin/config/index.php:200 #: admin/config/index.php:333 admin/config/index.php:359 msgid "No stable version exists yet." msgstr "Er bestaat nog geen stabiele versie." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Geen gebruikersnaam opgegeven." #: admin/config/index.php:223 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Geen versie gevonden in originele configuratie. Hergenereer configuratie." #: admin/config/index.php:232 msgid "No version found in your configuration. Regenerate configuration." msgstr "Geen versie gevonden in uw configuratie. Hergenereer configuratie." #: admin/config/index.php:284 msgid "NoSQL indices are ready." msgstr "NoSQL indexen zijn gereed." #: admin/config/index.php:279 #, php-format msgid "NoSQL indices for %s" msgstr "NoSQL indexen voor %s" #: admin/config/index.php:281 msgid "NoSQL indices out of date." msgstr "NoSQL indexen zijn verlopen." #: templates/prefs/activesync.html.php:42 #: templates/prefs/activesync.html.php:54 templates/prefs/syncml.html.php:34 #: templates/prefs/identityselect.html:20 msgid "None" msgstr "Geen" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Noord Europees (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Noordelijk halfrond" #: admin/activesync.php:172 templates/prefs/activesync.html.php:37 msgid "Not Provisioned" msgstr "Niet aangemeld" #: config/registry.php:166 msgid "Notes" msgstr "Notities" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Niets te bladeren, ga terug." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Aantal te tonen onderdelen" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Aantal seconden wachten voor verversen" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objectbrowser" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Objecteigenaar" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Beledigingenfilter" #: config/registry.php:263 msgid "Office" msgstr "Kantoor" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Oud en nieuw wachtwoord moeten verschillend zijn." #: services/changepassword.php:30 msgid "Old password" msgstr "Oud wachtwoord" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Het oude wachtwoord is onjuist" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Alleen beledigende fortunes" #: services/shares/edit.php:89 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Alleen de eigenaar of een systeembeheerder mag de eigenaarrechten van een " "share wijzigen" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Besturingssyteem" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Of voer een gebruikersnaam in:" #: config/prefs.php:540 config/prefs.php:641 config/prefs.php:667 #: config/prefs.php:693 config/prefs.php:719 config/prefs.php:738 msgid "Other Information" msgstr "Overige informatie" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Overige opties" #: config/registry.php:177 msgid "Others" msgstr "Overig" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Eigenaar" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Eigenaar:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP code" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP shell" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP e-mail accounts" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX extensie mist" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "PHP _Shell" #: login.php:211 admin/config/index.php:397 admin/user.php:39 #: admin/user.php:53 config/registry.php:324 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Wachtwoord" #: lib/Application.php:231 msgid "Password Complexity" msgstr "Sterkte wachtwoord" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Wachwoord is gewijzigd." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Wachtwoorden moeten overeenkomen." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Plakken" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Hangende inschrijvingen:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Mensen" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Aanmeldtaken uitvoeren" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Recht \"%s\" niet verwijderd." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Rechten" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:129 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Rechtenbeheer" #: config/prefs.php:272 msgid "Personal Information" msgstr "Persoonlijke informatie" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Huisdieren" #: config/registry.php:194 msgid "Photos" msgstr "Foto's" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Platitudes" #: login.php:217 msgid "Please enter a password." msgstr "Geef een geldig wachtwoord, a.u.b." #: login.php:216 msgid "Please enter a username." msgstr "Geef een geldige gebruikersnaam, a.u.b." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Geef een samenvatting van het probleem, a.u.b." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lees de volgende tekst, a.u.b. U dient de voorwaarden te accepteren om het " "systeem te gebruiken." #: services/facebook/index.php:187 msgid "Pokes:" msgstr "Pokes:" #: admin/activesync.php:108 msgid "Policy Key" msgstr "Openbare sleutel" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politiek" #: config/prefs.php:754 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Plaats van uw antwoord bij reageren op e-mail op uw apparaat. NB sommige " "apparaten plaatsen de aangehaalde tekst altijd aan het einde van het " "antwoord." #: services/facebook/index.php:33 #, php-format msgid "Posted %s" msgstr "Geplaatst %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Geplaatst %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Neerslag van het afgelopen %d uur: " msgstr[1] "Neerslag van de afgelopen %d uren: " #: lib/Block/Weather.php:255 #, php-format msgid "Precipitation%schance" msgstr "Neerslag%skans" #: lib/Block/Metar.php:199 lib/Block/Weather.php:192 msgid "Pressure" msgstr "Luchtdruk" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Luchtdruk op zeeniveau: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Voornaamste" #: services/problem.php:161 msgid "Problem Description" msgstr "Probleembeschrijving" #: admin/activesync.php:172 templates/prefs/activesync.html.php:37 msgid "Provisioned" msgstr "Provisioned" #: lib/Application.php:210 msgid "Provisioning" msgstr "Provisioning" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publiceren toegestaan." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Zoekopdracht" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Random Fortune" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Lezen" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Lezen toegestaan." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" "\"%s\" echt verwijderen? Deze bewerking kan niet ongedaan gemaakt worden." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Gebruikersdata van gebruiker \"%s\" echt verwijderen? Deze bewerking kan " "niet ongedaan gemaakt worden." #: config/prefs.php:621 msgid "Refresh Dynamic Menu Elements:" msgstr "Ververs dynamische menu onderdelen:" #: config/prefs.php:602 msgid "Refresh Portal View:" msgstr "Portalweergave verversen:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Verversingsfrequentie:" #: admin/activesync.php:137 msgid "Registered User Devices" msgstr "Aangemelde gebruikers apparaten" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Reguliere Apps" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Opmerkingen" #: templates/admin/sessions.html.php:23 msgid "Remote Host" msgstr "Host op afstand" #: admin/activesync.php:186 templates/admin/groups/edit.inc:25 #: templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:39 msgid "Remove" msgstr "Verwijderen" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Paar verwijderen" #: admin/config/index.php:416 msgid "Remove saved script from server's temporary directory." msgstr "" "Verwijder het opgeslagen script uit de tijdelijke directory op de server." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Gebruiker verwijderen" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Verwijder gebruiker: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Beantwoorden" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Reprovision alle apparaten" #: lib/Application.php:221 msgid "Require PIN" msgstr "Vereis PIN" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "Vereis S/MIME versleuteling" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "Vereis S/MIME handtekening" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Herstellen" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Reset wachtwoord" #: templates/prefs/activesync.html.php:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Alle toestand informatie voor uw ActiveSync apparaten verwijderen. Ze zullen " "bij de volgende verbinding met de server opnieuw synchroniseren." #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Reset uw wachtwoord" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Laatste zoekopdracht herstellen" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Resultaten" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Resultaten voor %s" #: templates/prefs/end.html:8 msgid "Return to Main Screen" msgstr "Terug naar hoofdscherm" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Geretweet door %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Voer wachtwoord opnieuw in" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Configuratie terugzetten" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Raadsels" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Starten" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Aanmeldtaken uitvoeren" #: lib/Application.php:276 msgid "SD card" msgstr "SD card" #: lib/Application.php:269 msgid "SD card encryption" msgstr "SD kaart versleuteling" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "SMS tekst berichten" #: admin/config/index.php:266 admin/config/index.php:319 msgid "SQL DB schema is out of date." msgstr "SQL DB configuratie dient bijgewerkt te worden." #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is ready." msgstr "SQL DB configuratie is gereed." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL shell" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL shell" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Opslaan" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:335 #, php-format msgid "Save \"%s\"" msgstr "\"%s\" opslaan" #: templates/shares/edit.inc:336 msgid "Save and Finish" msgstr "Opslaan en afsluiten" #: admin/config/index.php:388 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Gegenereerde configuratie als PHP script opgeslagen in de tijdelijke " "directory van uw server." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Setup upgrade script opgeslagen naar: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Wetenschap" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Bereik" #: services/help/index.php:95 msgid "Sea_rch" msgstr "_Zoeken" #: lib/View/Topbar.php:60 services/help/index.php:156 #: templates/admin/user/list.inc:14 msgid "Search" msgstr "Zoeken" #: templates/admin/user/list.inc:12 msgid "Search:" msgstr "Zoeken:" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Selecteer een groep om toe te voegen:" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Selecteer een nieuwe eigenaar:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Selecteer een server" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Selecteer een gebruiker om toe te voegen:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Selecteer alle velden om te doorzoeken t.b.v. naamsuitbreiding." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Selecteer het datum- en tijdsformaat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Selecteer het datumscheidingsteken:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Selecteer het datumformaat:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Selecteer de dag- en tijdsvolgorde:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Selecteer het tijdscheidingsteken:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Selecteer het tijdsformaat:" #: config/prefs.php:588 msgid "Select your color scheme." msgstr "Selecteer uw kleurschema." #: config/prefs.php:385 msgid "Select your preferred language:" msgstr "Selecteer uw gewenste taal:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Probleemrapport verzenden" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Systeem tijd" #: admin/sessions.php:69 msgid "Session Administration" msgstr "Sessiebeheer" #: templates/admin/sessions.html.php:15 msgid "Session Timestamp" msgstr "Sessie tijdstempel" #: lib/Api.php:70 msgid "Sessions" msgstr "Sessies" #: config/prefs.php:335 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Instellen van opties om u toe te staan uw wachtwoord te resetten, wanneer u " "dit bent vergeten." #: config/prefs.php:643 msgid "Set up integration with your Facebook account." msgstr "Stel integratie met uw Facebook account in." #: config/prefs.php:669 msgid "Set up integration with your Twitter account." msgstr "Stel integratie met uw Twitter account in." #: config/prefs.php:373 msgid "Set your preferred language, timezone and date preferences." msgstr "Instellen van uw gewenste taal, tijdzone en datumopties." #: config/prefs.php:542 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Instellen van uw opstarttoepassing, kleurschema, paginaverversing en overige " "weergaveopties." #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Verschillende locaties mogelijk met de parameter: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Korte samenvatting" #: config/prefs.php:627 msgid "Should access keys be defined for most links?" msgstr "Dienen sneltoetsen voor de meeste links gedefinieerd te worden?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Weergeven" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Toon geavanceerde voorkeuren" #: admin/config/index.php:378 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Verschillen laten zien tussen de huidige opgeslagen configuratie en de " "nieuwe gegenereerde configuratie." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Toon extra details?" #: config/prefs.php:573 msgid "Show last login time when logging in?" msgstr "Laatste aanmeldingstijd weergeven bij aanmelden?" #: lib/Block/FbStream.php:71 msgid "Show notifications" msgstr "Toon notificaties" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Aanmeldtaken overslaan" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Klein" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Sneeuwhoogte: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Sneeuwequivalent in water: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Liederen en gedichten" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Zuid Europees (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Zuidelijk halfrond" #: config/registry.php:103 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standaard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Begintijd" #: templates/prefs/activesync.html.php:2 msgid "State Management" msgstr "Status beheer" #: admin/activesync.php:115 templates/admin/config/index.html.php:36 #: templates/prefs/activesync.html.php:22 msgid "Status" msgstr "Status" #: services/facebook/index.php:232 msgid "Status unable to be set." msgstr "Status kan niet worden ingesteld." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Stream" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Verzoek verstuurd om \"%s\" aan het systeem toe te voegen. U kunt niet " "aanmelden tot uw verzoek is goedgekeurd." #: services/facebook/index.php:138 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Succesvol verbonden met uw Facebook account of rechten aangepast." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Succes" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" met succes aan het systeem toegevoegd." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Data van gebruiker \"%s\" met succes uit het systeem verwijderd." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" met succes verwijderd." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" met succes uit het systeem verwijderd." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Configuratie met succes teruggezet. Vernieuw om wijzigingen te zien." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Backupconfiguratie met success opgeslagen." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" met succes bijgewerkt" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s met succes geschreven" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Zonsopgang" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Zonsondergang" #: config/prefs.php:504 msgid "Sunday" msgstr "Zondag" #: lib/Block/Weather.php:166 lib/Block/Weather.php:167 msgid "Sunrise" msgstr "Zonsopgang" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Zonsopgang/Zonsondergang" #: lib/Block/Weather.php:169 lib/Block/Weather.php:170 msgid "Sunset" msgstr "Zonsondergang" #: lib/Application.php:324 msgid "Sync all" msgstr "Alles synchroniseren" #: config/prefs.php:720 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Samengevatte feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tag cloud" #: config/registry.php:152 msgid "Tasks" msgstr "Taken" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatuur van het afgelopen uur: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:176 msgid "Temperature" msgstr "Temperatuur" #: lib/Block/Weather.php:247 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatuur%s(%sHoog%s/%sLaag%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:147 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Kan niet verbinden met Facebook. Probeer het later nog eens." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Kan tijdelijk niet verbinden met Twitter. Probeer het later nog eens." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thais (TIS-620)" #: lib/Prefs/Special/Activesync.php:78 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Volledig wissen voor apparaat id %s is geannuleerd." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Het alarm is verwijderd." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Het alarm is opgeslagen." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "De configuratie voor %s kan niet automatisch worden bijgewerkt. Werk de " "configuratie handmatig bij." #: config/prefs.php:299 msgid "The default e-mail address to use with this identity:" msgstr "Standaard e-mailadres voor deze identiteit:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "De blokkade is verwijderd." #: lib/Block/Vatid.php:113 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "De lidstaat service kon niet op tijd worden bereikt. Probeer later opnieuw " "of met een andere lidstaat." #: lib/Block/Vatid.php:109 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "De lidstaat service is momenteel niet beschikbaar. Probeer later opnieuw of " "met een andere lidstaat." #: lib/Block/Vatid.php:101 msgid "The provided country code is invalid." msgstr "De opgegeven landcode is ongeldig." #: lib/Block/Vatid.php:105 msgid "The service is currently not available. Try again later." msgstr "De dienst is momenteel niet beschikbaar. Probeer later opnieuw." #: lib/Block/Vatid.php:117 msgid "The service is currently too busy. Try again later." msgstr "De dienst is momenteel te druk. Probeer later opnieuw." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Het aanmeldingsverzoek voor \"%s\" is verwijderd." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Het aanmeldingsverzoek voor \"%s\" is verwijderd." #: lib/Prefs/Special/Activesync.php:93 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "De toestand voor apparaat id %s is gewist. Het zal bij de volgende " "verbinding met de server opnieuw synchroniseren." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Het test script is momenteel ingeschakeld. Schakel uit " "veiligheidsoverwegingen het test script uit als u klaar bent met testen (zie " "horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "De gebruiker \"%s\" bestaat al." #: services/shares/edit.php:91 services/shares/edit.php:176 #, php-format msgid "The user \"%s\" does not exist." msgstr "Gebruiker \"%s\" bestaat niet." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Een probleem met het toevoegen van \"%s\" aan het systeem: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Een probleem met het verwijderen van data van gebruiker \"%s\" uit het " "systeem: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Een probleem met het verwijderen van \"%s\" uit het systeem: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Een probleem met het bijwerken van \"%s\": %s" #: lib/Prefs/Special/Activesync.php:96 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "" "Er is een fout opgetreden bij de communicatie met de ActiveSync server: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:102 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Er is een fout opgetreden bij het verbinden met Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Een fout in het configuratieformulier. Misschien bent u een verplicht veld " "vergeten." #: lib/Block/FbStream.php:147 services/facebook/index.php:174 #: services/facebook/index.php:191 #, php-format msgid "There was an error making the request: %s" msgstr "Er was een tijdelijk probleem met deze actie: %s" #: services/facebook/index.php:142 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Er was een tijdelijk probleem met deze Facebook sessie. Probeer later " "opnieuw, a.u.b." #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Er was een probleem met het verwijderen van globale data voor %s. Details " "zijn geregistreerd." #: services/facebook/index.php:157 msgid "There was an error with the requested permissions" msgstr "Een fout bij het bekijken van het bericht." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is invalid." msgstr "Dit BTW identificatienummer is ongeldig." #: lib/Block/Vatid.php:76 msgid "This VAT identification number is valid." msgstr "Dit BTW identificatienummer is geldig." #: config/registry.php:223 msgid "Tickets" msgstr "Tickets" #: config/registry.php:269 msgid "Time Tracking" msgstr "Tijdplanning" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Tijdformaat" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Tijdstempel of onbekend" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Tijdstempels van geslaagde synchronisatie sessies" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titel" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Om een bepaald veld uit te sluiten van de import of om een verkeerde " "overeenkomst te corrigeren selecteer een veld uit onderstaande lijsten en " "klik op \"Paar verwijderen\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Om meerdere onderdelen te selecteren, houd de Control (PC) of Command (Mac) " "toets vast tijdens klikken." #: lib/Block/Weather.php:280 msgid "Today" msgstr "Vandaag" #: lib/Block/Weather.php:282 msgid "Tomorrow" msgstr "Morgen" #: config/prefs.php:755 msgid "Top" msgstr "Bovenkant" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Vertalingen" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turks (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:668 msgid "Twitter Integration" msgstr "Integratie met Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter tijdslijn" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter tijdslijn voor %s" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Kan \"%s\": %s niet verwijderen" #: services/facebook/index.php:257 msgid "Unable to set like." msgstr "Niet in staat " #: services/facebook/index.php:126 msgid "Unable to validate the request token. Please try your request again." msgstr "Kan het verzoek token niet valideren. Probeer het verzoek nogmaals." #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Maak wijzigingen ongedaan" #: templates/prefs/category.html.php:19 msgid "Unfiled" msgstr "Onbenoemd" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:72 msgid "Units" msgstr "Eenheden" #: admin/sessions.php:36 msgid "Unknown" msgstr "Onbekend" #: admin/locks.php:43 msgid "Unlock" msgstr "Unlock" #: lib/Block/FbStream.php:142 templates/admin/user/list.inc:34 msgid "Update" msgstr "Bijwerken" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s bijwerken" #: admin/config/index.php:183 admin/config/index.php:298 #, php-format msgid "Update %s schema" msgstr "%s bijwerken" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Alle DB schema's bijwerken" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Werk koppelingen bij" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Gebruiker bijwerken." #: admin/groups.php:105 admin/perms/edit.php:110 services/shares/edit.php:239 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" is bijgewerkt." #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "Bijwerken schema voor %s." #: admin/config/index.php:395 msgid "Upload" msgstr "Upload" #: admin/config/index.php:403 msgid "Uploaded all application configuration files to the server." msgstr "Alle toepassing setupbestanden naar de server geupload." #: config/prefs.php:695 msgid "Use if name/password is different for IMSP server." msgstr "Gebruiken wanneer naam/wachtwoord verschilt met IMSP server." #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Gebruiker" #: admin/user.php:240 msgid "User Administration" msgstr "Gebruikersbeheer" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Gebruikersnaam" #: signup.php:74 msgid "User Registration" msgstr "Gebruikersregistratie" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Gebruikersregistratie is uitgeschakeld op deze site." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Gebruikersregistratie is niet geconfigureerd op deze site." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Gebruiker niet gevonden." #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Gebruiker om toe te voegen:" #: login.php:206 admin/config/index.php:396 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Gebruikersnaam" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Gebruikers" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Gebruikers in het systeem:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "BTW idnummer verificatie" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "BTW identificatienummer:" #: lib/Block/Vatid.php:84 msgid "VAT number" msgstr "BTW nummer" #: templates/admin/config/index.html.php:43 msgid "Version Check" msgstr "Versie controle" #: config/registry.php:212 msgid "Version Control" msgstr "Versiebeheer" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamees (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Bekijk een externe webpagina" #: lib/Block/Metar.php:183 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Zicht" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Waarschuwing" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Weer" #: lib/Block/Weather.php:340 lib/Block/Weather.php:348 msgid "Weather data provided by" msgstr "Weerbericht gegevens geleverd door" #: config/registry.php:329 msgid "Web Site" msgstr "Website" #: lib/Application.php:300 msgid "Web browser" msgstr "Browser" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Welkom" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Welkom, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Westers (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Westers (ISO-8859-15)" #: config/prefs.php:554 #, php-format msgid "What application should %s display after login?" msgstr "Welke toepassing dient %s weer te geven na aanmelding?" #: lib/Block/TwitterTimeline.php:107 msgid "What are you working on now?" msgstr "Waar bent u nu mee bezig?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Wat is het scheidingskarakter?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Wat is het citaatkarakter?" #: config/prefs.php:507 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Welke dag wilt u weergegeven hebben als de eerste dag van de week?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Welke schijngestalten" #: config/prefs.php:608 #, php-format msgid "Width of the %s menu on the left:" msgstr "Breedte van %s menu aan de linkerkant:" #: lib/Application.php:288 msgid "Wifi" msgstr "Wifi" #: config/registry.php:200 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:205 lib/Block/Weather.php:263 msgid "Wind" msgstr "Wind" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Windsnelheid in knopen" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Wind:" #: admin/activesync.php:182 templates/prefs/activesync.html.php:29 msgid "Wipe" msgstr "Wissen" #: templates/prefs/activesync.html.php:32 msgid "Wipe Pending" msgstr "Volledig wissen in behandeling genomen" #: admin/activesync.php:163 msgid "Wipe is pending" msgstr "Volledig wissen in behandeling genomen" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Wijsheid" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Met" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Werk" #: config/registry.php:235 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "JJ" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Ja, ik accepteer de voorwaarden" #: services/facebook/index.php:89 services/facebook/index.php:251 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "U en %d persoon vinden dit leuk" msgstr[1] "U en %d personen vinden dit leuk" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "U mag geen groepen maken." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "U mag geen shares maken." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "U mag geen groepen wijzigen." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "U mag geen shares wijzigen." #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "U mag geen groepen verwijderen." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "U mag geen shares verwijderen." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "U mag geen groepen shares bekijken." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "U mag geen share machtigingen bekijken." #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "U mag geen shares bekijken." #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "U mag geen groepen gebruikers bekijken." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "U mag geen gebruikers van shares bekijken." #: lib/Block/FbStream.php:106 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "U bent niet aangemeld bij uw Facebook account. Controleer uw Facebook " "instellingen in uw %s." #: lib/Block/FbStream.php:148 services/facebook/index.php:175 #: services/facebook/index.php:192 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "U kunt ook uw Facebook instellingen in uw %s controleren." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "U bent niet akkoord gegaan met de gebruiksovereenkomst, dus u kunt niet " "aanmelden." #: login.php:312 msgid "You have been logged out." msgstr "U bent afgemeld." #: services/facebook/index.php:155 msgid "You have denied the requested permissions." msgstr "U heeft de gevraagde toestemming geweigerd." #: lib/Block/TwitterTimeline.php:160 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Uw Twitter account is niet gekoppeld met Horde. Controleer uw Twitter " "instellingen in uw %s." #: services/facebook/index.php:92 services/facebook/index.php:245 #: services/facebook/index.php:253 msgid "You like this" msgstr "U vind dit leuk" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "U dient het probleem te beschrijven, voordat u het probleemrapport kunt " "verzenden." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "U dient een gebruikersnaam op te geven om te wissen." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "U dient een gebruikersnaam op te geven om te verwijderen." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "U dient een gebruikersnaam op te geven om toe te voegen." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "U dient een gebruikersnaam op te geven om bij te kunnen werken." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Uw e-mailadres" #: config/prefs.php:271 config/prefs.php:333 config/prefs.php:371 #: config/prefs.php:515 msgid "Your Information" msgstr "Uw informatie" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Uw internetadres is gewijzigd sinds het begin van uw sessie. Om uw " "veiligheid te beschermen, dient u zich opnieuw aan te melden." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Uw naam:" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Het toevoegen van gebruikers wordt niet ondersteund door uw authenticatie " "Wanneer u Horde wilt gebruiken voor het beheren van gebruikersaccounts, " "dient u een ander authenticatie backend te gebruiken." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Het weergeven van een gebruikerslijst wordt niet ondersteund door uw " "authenticatie backend, of deze optie is om andere redenen uitgeschakeld." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Uw browser lijkt te zijn gewijzigd sinds het begin van uw sessie. Om uw " "veiligheid te beschermen, dient u zich opnieuw aan te melden." #: lib/Block/Iframe.php:65 msgid "Your browser does not support this feature." msgstr "Uw browser ondersteunt deze mogelijkheid niet." #: config/prefs.php:419 msgid "Your current time zone:" msgstr "Uw huidige tijdzone:" #: config/prefs.php:291 msgid "Your full name:" msgstr "Uw volledige naam:" #: login.php:324 msgid "Your login has expired." msgstr "Uw wachtwoord is verlopen." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Uw nieuwe wachtwoord voor %s is: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Uw wachtwoord is gereset" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Uw wachtwoord is vernieuwd, maar kon niet naar u worden verzonden. Neem " "contact op met de beheerder." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Uw wachtwoord is vernieuwd, controleer uw e-mail en meld aan met uw nieuwe " "wachtwoord." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Uw wachtwoord is succesvol gewijzigd. U dient opnieuw aan te melden bij het " "systeem met uw nieuwe wachtwoord." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Uw wachtwoord is verlopen" #: login.php:185 msgid "Your password has expired." msgstr "Uw wachtwoord is verlopen" #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Uw sessie is verlopen. Opnieuw aanmelden, a.u.b." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Uw sessie is verlopen. Opnieuw aanmelden, a.u.b." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Probleemrapport]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmen" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Configuratie" #: lib/Api.php:50 msgid "_Groups" msgstr "_Groepen" #: lib/Api.php:60 msgid "_Locks" msgstr "_Locks" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Rechten" #: lib/Api.php:45 msgid "_Users" msgstr "Ge_bruikers" #: services/problem.php:59 msgid "attachment" msgstr "bijlage" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "kalm" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "uit %s (%s) met %s %s" #: lib/Block/Weather.php:213 lib/Block/Weather.php:323 msgid "gusting" msgstr "windstoten" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "inline" #: lib/Block/FbStream.php:107 lib/Block/FbStream.php:148 #: lib/Block/TwitterTimeline.php:160 services/facebook/index.php:175 #: services/facebook/index.php:192 msgid "preferences" msgstr "voorkeuren" #: admin/config/config.php:75 msgid "show differences" msgstr "toon verschillen" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "voer, ter bevestiging, het wachtwoord twee maal in" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unified" #: lib/Block/Weather.php:33 msgid "weather" msgstr "weer" tmpIMUtxu/horde-5.2.17/locale/nl/LC_MESSAGES/horde.mo0000644000175000017500000017400713160205253021576 0ustar mathieumathieu?U 4`E$aE)EE&E E$E #F).FXFgF wFFFF F)F7FJ0GH{GRGH'H@HFHNHUHdHlH{HHHVHHlI{IIII I IIIJ J J !J -J9J IJWJ`JNiJ-JJK KK $K .K S=XSS'S SSST. T*9T3dTKTIT.UU(U5VXPVV*X[X^XcXlX qXXXX X X,X4X Y(Y /Y;Y RY*_YBYY YY YYZ$Z6ZFZVZ"sZ ZZ ZZZZZ[C([l[ [/[[[[[ [[\!\ ;\ E\S\\\"d\{\L]OP]'](]] ^^#^4^D^U^e^ u^ ^^^^ ^^^-^_ _ )_4_ E_R_Y_ a_ l_z___|_`'`-` 5`B` K`V`]`n```` ` ```a aa!a (a6aIa ^aiaaa aaa?ab b b""bEb _blb{b$b2bb b bb cc-c >cKcj6dd ddBd4e)Heree ee eege KfWfffnfsfyfff ff ff fffgg g$g)g 2g ?gKgeg~gg gggg gggh hG h hh"vh!hhhhhh hhhIiiiziiiiii$j4j=jDjLj Ujcjjjjj/j jjkk/kEkJk`k gk sk~kk kkkk|kWl\l bl ol}ll llll ll8l m+m;mOmcmymmEmmnEnAdnnnnnn oo-o3oOo$mooooo(o oop\1pppp pppppp pqq 3q>qGq[qzqqqqqq qqrr r 'r2rKr(drPrr rrr ssBsstt &t0t Dt Pt]tntttztt t4tGtu8u Mu[u suu uu u6u uuuv v$v>vWv]vOlvvvvvvww(wC>4Ѐ!c;5ՁhfY%83-S2e1ۄA 3O%?)T)hKIކ1(*Z( ćЇ1V ,2FWosD  ! (2CY s ;2 3=2O; Ջ! < GUey nj Ќ܌ /K hF !!&+?E JWgnty D"Ԏ"%%@%f%-.#,3,`c5V'~*sÑ 7EE)&%ܒ(+>vO ƓГsry+`̕\ Qff9-TXۗ * 1<A[c jv"*k*#ޚ  .59ơ ):MUPti|ҝڝt!g $6 =Hbw ϟ'[;5*͠    ( 3 >IQ V+w'7_h~â ߢ !,? U`)xD)% +,7dl21./ CQ$Z  Υ   &08?FOhRx˦!0Erc ֧  +G'P(xƨ بpj  ϩة    )GE(!ت. /;/kGF*"'0:akͭ0Zʮڮ &:T"pί үܯ786 o z%ưE2 IV _k|ı& !6 ?Lb!r= 2L R\q z ̳ ֳ3&MP#Q#u'ɵ "/ 7C U _ jvC  &- 5BR Zd| # +7 @KRd{ ʸٸ $' .< P ]h Gǹ%".Qq"O "-BSg}M doE9Ƚ),?Ue |~ & 5?HN`e kyѿ )19 B O!Z)|!/ -5 H R\eN|$16?FIO Vcd.,-Zs(  -!,O|7  AJd l v % !!AHQ l?x4RLl$IBG&C&^ 1X9  . B MXk!  .9 @"K'n.`&->G GH Wa z  GdM#' 6B R^Io  6 Q\m /:Mdl~/ = \ fq y]+ %07?F%Nt)?%#8\#x"+ 4 ANa^i+*8\X4? =Ghd0$;APl !mA+>9+UD* % 0> EP iw # <EC3c+cfd"v?6//@sp};N;C+J;T20U]*l(& 1 RXgks z Ca { +E7L< 4:6q   (5If ly"~ 6%?^By&%&,&Sz@)Fb#'' *1\\9RF+W\R4C9x8?+ :H(.# Dd]Vm00#5> CQZa jv~  2F= Ka+9N<f+u=4 y~V\J Cre$#p1(|(+"VGhZ*Z <}voY#)Xr46b//vx[ jq) :6mR*;q$W>z'LT~cg:6-ZIYt<>|aGK1s7 3P A!|:i<``E2`!UoEFL.htH".8Jr&(  p;yC[LwCn'P-v_8^ADV? UOJ%TIu>(ySk^ z.x:5!9nW*,%5@tB s8Gk{K1In;E{_aM4$O?Q>2l0fPN}Aj xOb F2dl7z d@4Mc'T3,-")RN,_5 ?lX?HU~DS{]eWco\p "}^gDw'] 7+0[6m]iHu9s#0#0;i&-Qh\.3j= =*3 qB) 8 /!kgY7R%SQebf$@/251m%d9MX,Bw& &"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.AllowAllow alphanumericAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated toAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for %s to interact with your Facebook account.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice InformationDevice ManagementDevice encryptionDevice is WipedDevice is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForceForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIcons for %sIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMinutes of inactivity before device should lockMiscellaneousMissing configuration.Mobile (Minimal)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRegular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWipe is pendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 3.2-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2013-06-04 11:48+0200 PO-Revision-Date: 2013-06-07 16:26+0200 Last-Translator: Arjen de Korte Language-Team: Dutch Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Lokalize 1.5 "%s" is aan het groepensysteem toegevoegd."%s" is aan het rechtensysteem toegevoegd."%s" is niet aangemaakt: %s.%.2fMB van %.2fMB gebruikt (%.2f%%)%d %s en %swachtwoord verloopt na %d dagen%d minuten%d persoon vindt dit leuk%d personen vinden dit leuk%d tot %d van %d%d-daags vooruitzicht%s - Opmerking%s Configuratie%s Taken - Bevestiging%s gebruiksovereenkomst%s op %s %s%s kan samenwerken met uw Twitter account%s kan geen informatie ophalen over uw Facebook vrienden.%s kan geen stream berichten en diverse andere Facebook data elementen lezen.%s kan uw status berichten niet instellen of andere inhoud op Facebook plaatsen.%s gereed voor het uitvoeren van onderstaande taken. Selecteer de werkzaamheden, die u op dit moment wilt uitvoeren., windstoten %s %s, variabel van %s tot %s1 dag1 maand1 week12 uursweergave2 weken24 uursweergave24 uurs24 uursweergave3 dagenVolledig wissen is aangevraagd. Het apparaat zal volledig worden gewist gedurende de volgende synchronisatie poging.Een nieuwere versie (%s) bestaat.Volledig wissen voor apparaat id %s is geïnitieerd. Het apparaat zal volledig worden gewist gedurende de volgende synchronisatie.AM/PMAccountinformatieAccountwachtwoordActiesActiveSyncActiveSync apparaatbeheerActiveSync apparatenActiveSync niet geactiveerd.ToevoegenInhoud toevoegenHier toevoegen:Leden toevoegenNieuwe groep toevoegenNieuwe gebruiker toevoegen:Nieuw alarm toevoegenPaar toevoegenGebruiker toevoegen"%s" aan het systeem toegevoegd, maar kon geen extra inschrijvingsinformatie toevoegen: %s."%s" aan het systeem toegevoegd. U kunt nu aanmelden.Toevoegen van gebruikers is uitgeschakeld.AdresAdresboekBeheerAlarmeindeAlarmmethodenAlarmstartAlarmtekstAlarmtitelAlarmenAlleAlle geauthenticeerde gebruikersAlle beleidssleutels met succes teruggezet.Alle toestand informatie voor uw ActiveSync apparaten verwijderd. Ze zullen de volgende keer dat ze verbinden met de server opnieuw synchroniseren.Alle synchronisatie sessies verwijderd.ToestaanAlfanumeriek toestaanAllen toestaanAlleen numeriek toestaanAlternatieve IMSP aanmeldingAlternatief IMSP wachtwoordAlternatieve IMSP gebruikersnaamAlternatief e-mailadresAntwoordToepassingToepassingscontextToepassing is gereed.GoedkeurenArabisch (Windows-1256)Weet u zeker dat u '%s' wilt verwijderen?Weet u zeker dat u het aanmeldingsverzoek van "%s" wilt verwijderen?Weet u zeker dat u "%s" wilt verwijderen?Armeens (ARMSCII-8)KunstAscii kunstMinimaal één database schema is verouderd.BijlageBijlage downloadenPoging om een niet bestaande groep te verwijderen.Poging om een niet bestaand recht te verwijderen.Poging om een niet bestaand recht te bewerken.Poging om een niet bestaande share te bewerken.Aangemeld bijToestaanSta toegang tot Friends gegevens toePublish toestaanLezen toestaan: AutomatischBeschikbare velden:BOFH ExcusesBaltisch (ISO-8859-13)EenvoudigBlokinstellingenBloktypeBluetoothBladwijzersBeidenOnderkantBrowserAgendaCameraAfbrekenProbleemrapport afbrekenWissen afbrekenKan wachtwoord niet automatisch resetten, neem contact op met uw systeembeheerder.Categorieën en labelsKeltisch (ISO-8859-14)Centraal Europees (ISO-8859-2)WijzigenWijzig locatieWijzig uw wachtwoordWijzig persoonlijke gegevens.Het wijzigen van uw wachtwoord wordt in de huidige configuratie nietondersteund. Neem contact op met de beheerder.ControleerControleer op nieuwere versiesControlerenChinees vereenvoudigd (GB2312)Chinees traditioneel (Big5)Keuze %sKies datumweergave (verkorte weergave):Kies datumweergave (volledige weergave):Kies tijdsweergave:Wis zoekopdrachtWis gebruiker: %sWis gebruikerWis gebruikersdataKlik op één van uw geselecteerde adresboeken en selecteer daarna alle velden welke doorzocht dienen te worden.Klik om verder te gaanClientAnchorSluit schermWolkenCodewoord frequentieInklappenKleurenkiezerCartoonsOpdrachtOpdrachtshellOpmerkingen: %dComputersConditieConditiesConfiguratieVerschillen in configuratieConfiguratie voor het synchroniseren met PDA's, Smartphones en Outlook.Configuratie dient bijgewerkt te worden.Setup upgrade scripts beschikbaar%s configurerenBevestig wachtwoordDoorgaanCookieKon niet verbinden met server "%s" met FTP: %sGeen contact met server, probeer later opnieuw.Kon setup upgrade script "%s" niet verwijderen.Kon geen toestemming voor %s om samen te werken met uw Twitter account.Kon geen toestemming voor %s om samen te werken met uw Twitter accountKon het wachtwoord van de gewenste gebruiker niet resetten. Sommige of alle details zijn niet juist. Probeer opnieuw of neem contact op met de systeembeheerder, wanneer u verdere hulp nodig heeft.Kon configuratie niet terugzetten.Kon backupconfiguratie niet opslaan %s.Kon setup upgrade script niet opslaan als: "%s".Configuratie %s opslaan niet mogelijk. Kies één van onderstaande opties om de code op te slaan.Configuratie %s opslaan niet mogelijk. U kunt of een optie voor opslaan van de code op %s gebruiken, of de code handmatig naar %s kopiëren.Kon configuratie voor "%s" niet wegschrijven: %sLandMakenCreëer nieuwe identiteitHuidige 4 schijngestaltenHuidige alarmenHuidige blokkadesHuidige sessiesHuidige tijdHuidig weerHuidige conditieCyrillisch (KOI8-R)Cyrillisch (Windows-1251)Cyrillisch/Ukrains (KOI8-U)DB toegang is niet geconfigureerd.DDDataDatabaseDatumDatum OntvangenDatum: %s; tijd: %sDagStandaardStandaard kleurStandaard ConsoleStandaard karakterset voor het verzenden van berichten:Standaard locatie voor plaats afhankelijke toepassingen.DefinitiesVerwijderenVerwijder "%s"Verwijder alle SyncML gegevensGroep verwijderenSetup upgrade script "%s" verwijderd.Synchronisatie sessie voor apparaat "%s" en database "%s" verwijderd.Beschrijf het probleemOntwikkelingApparaatApparaat IDApparaatgegevensApparaatbeheerApparaat coderingApparaat is gewistApparaat is gewist.Apparaat met succes verwijderd.Apparaat wissen succesvol geannuleerd.DauwpuntDauwpunt voor het afgelopen uur: DauwpuntUitschakelen24-uurs tijdweergave?Toon voorkeurenGedetailleerde voorspelling tonenWeersvoorspelling tonen (TAF)Bevat de eerste rij de veldnamen? Zo ja, dit hokje aanvinken:Geen account? Meld je aan.%s downloadenDownload gegenereerde configuratie als PHP script.DrugsDynamischEU BTW identificatieBewerken"%s" bewerkenVoorkeuren bewerken voorRechten bewerkenRechten van "%s" bewerkenOnderwijsE-mailadresEindtijdEngelsEen naam voor de nieuwe categorie invoeren, a.u.b.:Geef een beveiligingsvraag die u gevraagd wordt, wanneer het nodig is om uw wachtwoord te resetten, b.v. 'wat is de naam van uw huisdier?':Fout bij aanmelden bij Twitter: Details zijn gelogd voor de systeembeheerder.Fout bij aanmelden bij Twitter: %s Details zijn gelogd voor de systeembeheerder.Fout bij verwijderen van sync info:Fout bij verwijderen van sync info:Fout bij vernieuwen van wachtwoord: %s.EtnischGebeurtenis uitnodigingenElke 15 minutenElke 2 minutenElke 30 secondenElke 5 minutenElk half uurElk uurElke minuutVoorbeeldwaarden:UitvoerenUitklappenExtra grootFTP overdracht van configuratieIntegratie met FacebookMislukte ontgrendel pogingen voordat apparaat volledig wordt gewistFeedFeed adresVoelt alsZoekveldenBestandsbeheerFilterFiltersEerste helftEerste kwartaalVoedselAfdwingenWeersvoorspelling (TAF)Vooruitzichtdagen (merk op dat het gegeven vooruitzicht dagen en nachten geeft; een groot aantal kan resulteren in een breed blok)Uw wachtwoord vergeten?FormulierenFortuneFortunetypeFortunesFortunes 2ForumsVriend verzoeken:Vrienden ingeschakeld.Uit %s (%s °) met %s %sUit %s met %s %sVolledige beschrijvingVolle maanVolledige naamGenereer %s configuratieGegenereerde codeMeer ophalenGlobale voorkeurenGaGoedelGoogle zoekenGrieks (ISO-8859-7)GroepsbeheerGroep naamGroep is niet aangemaakt: %s.GroepenGast rechtenHTML e-mailHebreeuws (ISO-8859-8-I)HoogteHoogte van stream inhoud (breedte wordt automatisch aan blok aangepast)Help_Help onderdelenHalfrondHier is het begin van het bestand:Verberg geavanceerde voorkeurenVerberg resultatenHome DirectoryHordeHoeveel velden (kolommen) zijn er?Hoeveel seconden te wachten voordat er op nieuwe artikelen wordt gecontroleerd?Relatieve vochtigheidHumoristenPictogrammen voor %sIdentiteitsnaam:Importeren, stap %dGeimporteerd veld: %sGeimporteerde velden:In antwoord op:Selecteer uit onderstaande lijsten een geimporteerd veld uit het bronbestand aan de linkerkant en het overeenkomende veld beschikbaar in uw adresboek aan de rechterkant. Klik daarna op "Paar toevoegen" om deze te markeren voor import. Wanneer u hiermee klaar bent klik op "Volgende".Onjuiste gebruikersnaam of alternatief adres. Probeer opnieuw of neem contact op met de systeembeheerder, wanneer u verdere hulp nodig heeft.Individuele gebruikersInformatieOvergeërfde ledenEen e-mailadres invoegen, waar u het nieuwe wachtwoord kan ontvangen:Het gewenste antwoord voor de beveiligingsvraag invoegen:Ongeldig BTW identificatie nummerformaat.Ongeldige actie %sOngeldige toepassing.Ongeldige hash.Ongeldig parent recht.InventarisJapans (ISO-2022-JP)JavaScript is uitgeschakeld of niet beschikbaar in uw browser. U bent beperkt tot het gebruik van de minimalistische weergave.Zojuist...Kernel NewbiesTrefwoordKinderenKolabKoreaans (EUC-KR)TaalGrootLaatste helftLaatste wijziging wachtwoordLaatste kwartierLaatste synchronisatieLaatst bijgewerkt:Laatste aanmelding: %sLaatste aanmelding: %s van %sLaatste aanmelding: NooitNieuwsteRechtenHou vanLimerickLinux CookieTabellijstWeergeven van alarmen mislukt: %sWeergeven van vergrendelingen mislukt: %sWeergeven van sessies mislukt: %sWeergeven van gebruikerslijst is uitgeschakeld.LiteratuurLokale tijd: %s %sLandinstelling en tijdLocatieBlokkeer gebruikerBlokkadesAanmeldenAfmeldenAangemeld bij FacebookAanmelding mislukt omdat uw gebruikersnaam of wachtwoord onjuist is ingevoerd.Aanmelding mislukt.Meldt aan bij Facebook en machtig %sMeldt aan bij Twitter en machtig de %s applicatieAfmeldenLiefdeMMMagieE-mailMailbeheerderBeheer uw lijst met categorieën en de corresponderende kleuren, waarmee onderdelen worden gelabeldBeheer uw ActiveSync apparatenOvereenkomende velden:Hoogste temperatuur van de afgelopen 24 uur: Hoogste temperatuur van de afgelopen 6 uur: Maximale e-mail ouderdomMaximaal aantal Portaalblokken.Maximale bijlagegrootteMaximaal aantal apparatenMaximaal aantal weer te geven elementen.GeneeskundeMiddelLedenNoemtMetar WeerMetrischLaagste temperatuur van de afgelopen 24 uur: Laagste temperatuur van de afgelopen 6 uur: Minimale lengthe PINMinuten inactiviteit voordat apparaat wordt vergrendeldAllerhandeOntbrekende configuratieMobiel (minimalistisch)Mobiel (smartphone/tablet)Apps geoptimaliseerd voor mobielWeergaveToepassing is up-to-date.MaandagMaanfasenMijn accountMijn accountinformatieIntegratie met FacebookMijn portaalMijn portaallayoutN/BNee, ik accepteer de voorwaarden NIETLET OP: EEN APPARAAT VOLLEDIG WISSEN KAN HET TERUG ZETTEN NAAR FABRIEKS INSTELLINGEN. VERGEWIS U ERVAN DAT DIT ECHT IS WAT U WILT VOORDAT U AANVRAAGT EEN APPARAAT VOLLEDIG TE WISSENNaamNooitNieuwe categorieNieuwe berichten:Nieuwe maanNieuwe gebruikersnaam (optioneel)Nieuw wachtwoordWachtwoorden moeten overeenkomen.NieuwsVolgendeVolgende 4 schijngestaltenGeen geluidGeen beschikbare configuratiedata om verschillen te laten zien.Geen wijzigingen.Geen pictogrammen gevondenNiets om weer te gevenEr is geen locatie ingesteld.Geen beledigende fortunesGeen hangende inschrijvingen.Geen push tijdens roamingVeiligheidsvraag is niet ingesteld. Neem contact op met de beheerder, a.u.b.Er bestaat nog geen stabiele versie.Geen gebruikersnaam opgegeven.Geen versie gevonden in originele configuratie. Hergenereer configuratie.Geen versie gevonden in uw configuratie. Hergenereer configuratie.NoSQL indexen zijn gereed.NoSQL indexen voor %sNoSQL indexen zijn verlopen.GeenNoord Europees (ISO-8859-10)Noordelijk halfrondNiet aangemeldNotitiesNiets te bladeren, ga terug.Aantal te tonen onderdelenAantal seconden wachten voor verversenObjectbrowserObjecteigenaarBeledigingenfilterKantoorOud en nieuw wachtwoord moeten verschillend zijn.Oud wachtwoordHet oude wachtwoord is onjuistAlleen beledigende fortunesAlleen de eigenaar of een systeembeheerder mag de eigenaarrechten van een share wijzigenBesturingssyteemOf voer een gebruikersnaam in:Overige informatieOverige optiesOverigEigenaarEigenaar:PHPPHP codePHP shellPOP/IMAP e-mail accountsPOSIX extensie mistPHP _ShellWachtwoordSterkte wachtwoordWachwoord is gewijzigd.Wachtwoorden moeten overeenkomen.PlakkenHangende inschrijvingen:MensenAanmeldtaken uitvoerenRecht "%s" niet verwijderd.RechtenRechtenbeheerPersoonlijke informatieHuisdierenFoto'sPlatitudesGeef een geldig wachtwoord, a.u.b.Geef een geldige gebruikersnaam, a.u.b.Geef een samenvatting van het probleem, a.u.b.Lees de volgende tekst, a.u.b. U dient de voorwaarden te accepteren om het systeem te gebruiken.Pokes:Openbare sleutelPolitiekPlaats van uw antwoord bij reageren op e-mail op uw apparaat. NB sommige apparaten plaatsen de aangehaalde tekst altijd aan het einde van het antwoord.Geplaatst %sGeplaatst %s via %sNeerslag van het afgelopen %d uur: Neerslag van de afgelopen %d uren: Neerslag%skansLuchtdrukLuchtdruk op zeeniveau: VoornaamsteProbleembeschrijvingProvisionedProvisioningPubliceren toegestaan.ZoekopdrachtQuotaRandom FortuneLezenLezen toegestaan."%s" echt verwijderen? Deze bewerking kan niet ongedaan gemaakt worden.Gebruikersdata van gebruiker "%s" echt verwijderen? Deze bewerking kan niet ongedaan gemaakt worden.Ververs dynamische menu onderdelen:Portalweergave verversen:Verversingsfrequentie:Aangemelde gebruikers apparatenReguliere AppsOpmerkingenHost op afstandVerwijderenPaar verwijderenVerwijder het opgeslagen script uit de tijdelijke directory op de server.Gebruiker verwijderenVerwijder gebruiker: %sBeantwoordenReprovision alle apparatenVereis PINVereis S/MIME versleutelingVereis S/MIME handtekeningHerstellenReset wachtwoordAlle toestand informatie voor uw ActiveSync apparaten verwijderen. Ze zullen bij de volgende verbinding met de server opnieuw synchroniseren.Reset uw wachtwoordLaatste zoekopdracht herstellenResultatenResultaten voor %sTerug naar hoofdschermRetweetGeretweet door %sVoer wachtwoord opnieuw inConfiguratie terugzettenRaadselsStartenAanmeldtaken uitvoerenSD cardSD kaart versleutelingSMS tekst berichtenSQL DB configuratie dient bijgewerkt te worden.SQL DB configuratie is gereed.SQL shellS_QL shellOpslaan"%s" opslaanOpslaan en afsluitenGegenereerde configuratie als PHP script opgeslagen in de tijdelijke directory van uw server.Setup upgrade script opgeslagen naar: "%s".WetenschapBereik_ZoekenZoekenZoeken:Selecteer een groep om toe te voegen:Selecteer een nieuwe eigenaar:Selecteer een serverSelecteer een gebruiker om toe te voegen:Selecteer alle velden om te doorzoeken t.b.v. naamsuitbreiding.Selecteer het datum- en tijdsformaat:Selecteer het datumscheidingsteken:Selecteer het datumformaat:Selecteer de dag- en tijdsvolgorde:Selecteer het tijdscheidingsteken:Selecteer het tijdsformaat:Selecteer uw kleurschema.Selecteer uw gewenste taal:Probleemrapport verzendenSensor: Systeem tijdSessiebeheerSessie tijdstempelSessiesInstellen van opties om u toe te staan uw wachtwoord te resetten, wanneer u dit bent vergeten.Stel integratie met uw Facebook account in.Stel integratie met uw Twitter account in.Instellen van uw gewenste taal, tijdzone en datumopties.Instellen van uw opstarttoepassing, kleurschema, paginaverversing en overige weergaveopties.Verschillende locaties mogelijk met de parameter: %sKorte samenvattingDienen sneltoetsen voor de meeste links gedefinieerd te worden?WeergevenToon geavanceerde voorkeurenVerschillen laten zien tussen de huidige opgeslagen configuratie en de nieuwe gegenereerde configuratie.Toon extra details?Laatste aanmeldingstijd weergeven bij aanmelden?Toon notificatiesAanmeldtaken overslaanKleinSneeuwhoogte: Sneeuwequivalent in water: Liederen en gedichtenZuid Europees (ISO-8859-3)Zuidelijk halfrondSpamSportStandaardStar TrekBegintijdStatus beheerStatusStatus kan niet worden ingesteld.StreamVerzoek verstuurd om "%s" aan het systeem toe te voegen. U kunt niet aanmelden tot uw verzoek is goedgekeurd.Succesvol verbonden met uw Facebook account of rechten aangepast.Succes"%s" met succes aan het systeem toegevoegd.Data van gebruiker "%s" met succes uit het systeem verwijderd."%s" met succes verwijderd."%s" met succes uit het systeem verwijderd.Configuratie met succes teruggezet. Vernieuw om wijzigingen te zien.Backupconfiguratie met success opgeslagen."%s" met succes bijgewerkt%s met succes geschrevenZonsopgangZonsondergangZondagZonsopgangZonsopgang/ZonsondergangZonsondergangAlles synchroniserenSyncMLSamengevatte feedTag cloudTakenTemperatuur van het afgelopen uur: TemperatuurTemperatuur%s(%sHoog%s/%sLaag%s)Kan niet verbinden met Facebook. Probeer het later nog eens.Kan tijdelijk niet verbinden met Twitter. Probeer het later nog eens.Thais (TIS-620)Volledig wissen voor apparaat id %s is geannuleerd.Het alarm is verwijderd.Het alarm is opgeslagen.De configuratie voor %s kan niet automatisch worden bijgewerkt. Werk de configuratie handmatig bij.Standaard e-mailadres voor deze identiteit:De blokkade is verwijderd.De lidstaat service kon niet op tijd worden bereikt. Probeer later opnieuw of met een andere lidstaat.De lidstaat service is momenteel niet beschikbaar. Probeer later opnieuw of met een andere lidstaat.De opgegeven landcode is ongeldig.De dienst is momenteel niet beschikbaar. Probeer later opnieuw.De dienst is momenteel te druk. Probeer later opnieuw.Het aanmeldingsverzoek voor "%s" is verwijderd.Het aanmeldingsverzoek voor "%s" is verwijderd.De toestand voor apparaat id %s is gewist. Het zal bij de volgende verbinding met de server opnieuw synchroniseren.Het test script is momenteel ingeschakeld. Schakel uit veiligheidsoverwegingen het test script uit als u klaar bent met testen (zie horde/docs/INSTALL).De gebruiker "%s" bestaat al.Gebruiker "%s" bestaat niet.Een probleem met het toevoegen van "%s" aan het systeem: %sEen probleem met het verwijderen van data van gebruiker "%s" uit het systeem: Een probleem met het verwijderen van "%s" uit het systeem: Een probleem met het bijwerken van "%s": %sEr is een fout opgetreden bij de communicatie met de ActiveSync server: %sEr is een fout opgetreden bij het verbinden met Twitter: %sEen fout in het configuratieformulier. Misschien bent u een verplicht veld vergeten.Er was een tijdelijk probleem met deze actie: %sEr was een tijdelijk probleem met deze Facebook sessie. Probeer later opnieuw, a.u.b.Er was een probleem met het verwijderen van globale data voor %s. Details zijn geregistreerd.Een fout bij het bekijken van het bericht.Dit BTW identificatienummer is ongeldig.Dit BTW identificatienummer is geldig.TicketsTijdplanningTijdformaatTijdstempel of onbekendTijdstempels van geslaagde synchronisatie sessiesTitelOm een bepaald veld uit te sluiten van de import of om een verkeerde overeenkomst te corrigeren selecteer een veld uit onderstaande lijsten en klik op "Paar verwijderen".Om meerdere onderdelen te selecteren, houd de Control (PC) of Command (Mac) toets vast tijdens klikken.VandaagMorgenBovenkantVertalingenTurks (ISO-8859-9)TweetIntegratie met TwitterTwitter tijdslijnTwitter tijdslijn voor %sURLKan "%s": %s niet verwijderenNiet in staat Kan het verzoek token niet valideren. Probeer het verzoek nogmaals.Maak wijzigingen ongedaanOnbenoemdUnicode (UTF-8)EenhedenOnbekendUnlockBijwerken%s bijwerken%s bijwerkenAlle DB schema's bijwerkenWerk koppelingen bijGebruiker bijwerken."%s" is bijgewerkt.Bijwerken schema voor %s.UploadAlle toepassing setupbestanden naar de server geupload.Gebruiken wanneer naam/wachtwoord verschilt met IMSP server.GebruikerGebruikersbeheerGebruikersnaamGebruikersregistratieGebruikersregistratie is uitgeschakeld op deze site.Gebruikersregistratie is niet geconfigureerd op deze site.Gebruiker niet gevonden.Gebruiker om toe te voegen:GebruikersnaamGebruikersGebruikers in het systeem:BTW idnummer verificatieBTW identificatienummer:BTW nummerVersie controleVersiebeheerVietnamees (VISCII)Bekijk een externe webpaginaZichtWaarschuwingWeerWeerbericht gegevens geleverd doorWebsiteBrowserWelkomWelkom, %sWesters (ISO-8859-1)Westers (ISO-8859-15)Welke toepassing dient %s weer te geven na aanmelding?Waar bent u nu mee bezig?Wat is het scheidingskarakter?Wat is het citaatkarakter?Welke dag wilt u weergegeven hebben als de eerste dag van de week?Welke schijngestaltenBreedte van %s menu aan de linkerkant:WifiWikiWindWindsnelheid in knopenWind:WissenVolledig wissen in behandeling genomenVolledig wissen in behandeling genomenWijsheidMetWerkX-RefJJJa, ik accepteer de voorwaardenU en %d persoon vinden dit leukU en %d personen vinden dit leukU mag geen groepen maken.U mag geen shares maken.U mag geen groepen wijzigen.U mag geen shares wijzigen.U mag geen groepen verwijderen.U mag geen shares verwijderen.U mag geen groepen shares bekijken.U mag geen share machtigingen bekijken.U mag geen shares bekijken.U mag geen groepen gebruikers bekijken.U mag geen gebruikers van shares bekijken.U bent niet aangemeld bij uw Facebook account. Controleer uw Facebook instellingen in uw %s.U kunt ook uw Facebook instellingen in uw %s controleren.U bent niet akkoord gegaan met de gebruiksovereenkomst, dus u kunt niet aanmelden.U bent afgemeld.U heeft de gevraagde toestemming geweigerd.Uw Twitter account is niet gekoppeld met Horde. Controleer uw Twitter instellingen in uw %s.U vind dit leukU dient het probleem te beschrijven, voordat u het probleemrapport kunt verzenden.U dient een gebruikersnaam op te geven om te wissen.U dient een gebruikersnaam op te geven om te verwijderen.U dient een gebruikersnaam op te geven om toe te voegen.U dient een gebruikersnaam op te geven om bij te kunnen werken.Uw e-mailadresUw informatieUw internetadres is gewijzigd sinds het begin van uw sessie. Om uw veiligheid te beschermen, dient u zich opnieuw aan te melden.Uw naam:Het toevoegen van gebruikers wordt niet ondersteund door uw authenticatie Wanneer u Horde wilt gebruiken voor het beheren van gebruikersaccounts, dient u een ander authenticatie backend te gebruiken.Het weergeven van een gebruikerslijst wordt niet ondersteund door uw authenticatie backend, of deze optie is om andere redenen uitgeschakeld.Uw browser lijkt te zijn gewijzigd sinds het begin van uw sessie. Om uw veiligheid te beschermen, dient u zich opnieuw aan te melden.Uw browser ondersteunt deze mogelijkheid niet.Uw huidige tijdzone:Uw volledige naam:Uw wachtwoord is verlopen.Uw nieuwe wachtwoord voor %s is: %sUw wachtwoord is geresetUw wachtwoord is vernieuwd, maar kon niet naar u worden verzonden. Neem contact op met de beheerder.Uw wachtwoord is vernieuwd, controleer uw e-mail en meld aan met uw nieuwe wachtwoord.Uw wachtwoord is succesvol gewijzigd. U dient opnieuw aan te melden bij het systeem met uw nieuwe wachtwoord.Uw wachtwoord is verlopenUw wachtwoord is verlopenUw sessie is verlopen. Opnieuw aanmelden, a.u.b.Uw sessie is verlopen. Opnieuw aanmelden, a.u.b.Zippy[Probleemrapport]_Alarmen_CLI_Configuratie_Groepen_Locks_RechtenGe_bruikersbijlagekalmuit %s (%s) met %s %swindstoteninlinevoorkeurentoon verschillenvoer, ter bevestiging, het wachtwoord twee maal inunifiedweertmpIMUtxu/horde-5.2.17/locale/zh_CN/0000755000175000017500000000000013162206570016737 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/zh_CN/help.xml0000644000175000017500000000143113160205253020403 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/zh_CN/LC_MESSAGES/0000755000175000017500000000000013162206570020524 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/zh_CN/LC_MESSAGES/horde.po0000644000175000017500000027430313160205253022171 0ustar mathieumathieu# Horde Simplified Chinese Translation # Copyright 2001 WangHengWen. # WangHengWen , 2001. # David Chang , 2001. # liaobin ,2004. # msgid "" msgstr "" "Project-Id-Version: Horde 2.0\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2007-09-03 18:00+0800\n" "Last-Translator: Anna Chen \n" "Language-Team: Chinese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " 在 " #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "已将“%s”加入到组系统中。" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "已将“%s”加入到权限系统中。" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "未创建“%s”:%s。" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB 已使用,总计允许 %.2fMB (%.2f%%)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s 和 %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "%d 天后您的密码会过期。" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s 分钟" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s 到 %s 共 %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "未来 %d 日天气预报" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - 通知" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "配置" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "密码确认" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s 许可协议" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s 在 %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s 已准备好进行下面所选的维护操作。请选中您此时希望执行的任何操作所对应的复选" "框。" #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "未找到 %s。" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr ", 阵风" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr ", 阵风 %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", 从 %s 到 %s 变量" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12 小时制" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24 小时制" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 小时" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "A 系字符" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "此区域需要后端数据库支持。" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "早间多云" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "微雨" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "雾" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "早间小雨" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "早间小雪" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "早间有雨" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "早间阵雨" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "晚间降雪" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "早间阵雪" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "晚间晴" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "早间阵雨" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "晚间雷雨" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "早间/晚间" #: lib/Block/account.php:3 msgid "Account Information" msgstr "帐户信息" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "帐户密码" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "选项" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "用户管理" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "添加" #: services/portal/index.php:68 msgid "Add Content" msgstr "添加内容" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "添加到此处:" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "添加成员" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "将从属组添加到“%s”" #: admin/groups.php:238 msgid "Add a new group" msgstr "添加新组" #: admin/user.php:21 msgid "Add a new user:" msgstr "添加用户:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "添加新组" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "添加一对" #: admin/user.php:22 msgid "Add user" msgstr "添加用户" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "将“%s”添加到系统,但无法添加附加的注册信息:%s。" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "已将“%s”添加到系统。现在即可登录。" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "禁止添加用户。" #: lib/Block/vatid.php:101 msgid "Address" msgstr "地址" #: config/registry.php.dist:142 msgid "Address Book" msgstr "地址簿" #: admin/alarms.php:26 #, fuzzy msgid "Alarm end" msgstr "亚美尼亚" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "提示内容" #: admin/alarms.php:24 #, fuzzy msgid "Alarm title" msgstr "列标题" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "别名" #: lib/Block/fortune.php:94 msgid "All" msgstr "所有" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "所有通过身份验证的用户" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "所有组" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "备用 IMSP 登录" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "备用 IMSP 密码" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "备用 IMSP 用户名" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "备用电子邮件地址" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "出现未知错误。" #: services/resetpassword.php:48 msgid "Answer" msgstr "应答" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "应用程序" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "应用程序内容:" #: util/icon_browser.php:45 msgid "Application List" msgstr "应用程序列表" #: admin/config/index.php:160 msgid "Application is ready." msgstr "应用程序已就绪。" #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "应用程序已就绪。" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "批准" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "阿拉伯(Windows-1256)" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "您确定要删除“%s”组及其从属组吗?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "您确定要删除 %s 注册请求吗?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "您确定要删除“%s”组及其从属组吗?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Armenia(ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "艺术" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "ASCII 图表" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "尝试删除不存在的组。" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "尝试删除不存在的权限。" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "尝试编辑不存在的权限。" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "尝试编辑不存在的共享。" #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "所有通过身份验证的用户" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "可用字段:" #: themes/azur/info.php:6 msgid "Azur" msgstr "蔚蓝" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH 借口" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "波罗的语(ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "粉红" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "未找到基本图像目录“%s”。" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "区块设置" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "区块类型" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "深蓝" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "蓝白" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "书签" #: lib/Block/fortune.php:103 msgid "Both" msgstr "两者" #: themes/brown/info.php:2 msgid "Brown" msgstr "棕色" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "棕色" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "深橙黄色" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "未完成缓存初始化" #: config/registry.php.dist:157 msgid "Calendar" msgstr "日历" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "平静" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "军绿" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "取消" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "取消问题报告" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "取消" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "无法自动重置密码,请与管理员联系。" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "类别和标签" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "凯尔特语 (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "中欧(ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "更改" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "更改密码" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "更改收件人可以看到的发件人姓名和地址。" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "当前配置不支持修改密码。请与管理员联系。" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "智利" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "中国" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "从属" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "简体中文(GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "繁体中文(Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "课程" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "选择日期显示格式:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "选择日期显示格式:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "选择日期显示格式:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "晴朗" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "清除查询" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "清除用户:%s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "清除用户" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "清除用户数据" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "早间有雨" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "晚转晴" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "单击继续" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "关闭窗口" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "多云" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "早间多云" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "多云" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "多云" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "合并侧栏" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "合并侧栏" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "色彩选择器" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "命令" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "命令行解释器" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "注释" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "计算机" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "条件" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "条件" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "配置" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "配置差异" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "与 PDA、Smartphone 和 Outlook 进行同步的设置。" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "配置已过期。" #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "可用的安装升级脚本" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "配置 %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "确认密码" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "继续" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Cookie" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "青蓝色" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "无法绑定到 LDAP 服务器。" #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "无法连接 LDAP 服务器。" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "无法通过 FTP 连接服务器“%s”使用FTP:%s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "无法通过 FTP 连接服务器“%s”使用FTP:%s" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "无法删除安装升级脚本“%s” 。" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "无法为请求的用户重置密码。部分或全部信息不正确。请重试,或联系管理员寻求帮" "助。" #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "无法恢复配置。" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "无法保存备份配置:%s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "无法将升级脚本保存到:“%s”。" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "无法保存配置备份文件 %s。" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "无法保存配置文件 %s。您可以使用其中一个选项将代码保存到 %s,或手动将下面的代" "码复制到 %s。" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "无法写入“%s”配置文件:%s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "国家" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "创建" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "默认标识" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "当前 4 个阶段" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "当前用户" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "当前会话" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "当前时间" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "当前天气" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "当前气候" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "塞浦路斯(KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "塞浦路斯(Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "塞浦路斯(KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "数据" #: admin/datatree.php:62 msgid "DataTree" msgstr "数据树" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "数据树(DataTree)浏览器" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "数据库列表" #: lib/Block/vatid.php:94 msgid "Date" msgstr "日期" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "接收时间" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "日期:%s;时间:%s" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "日" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "默认" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "默认色彩" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "默认Shell" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "定义" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "删除" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "删除“%s”" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "删除组" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "删除安装升级脚本“%s”。" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "描述问题" #: config/registry.php.dist:239 msgid "Development" msgstr "开发" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "预览" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "文件管理器" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "成功写入 %s" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "露点" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "上一小时的露点:" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "露点:" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "图表列表" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "是否显示 24 小时制时间?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "显示详细的天气预报" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "显示详细的天气预报" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "显示天气预报(TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "请勿删除" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "请勿删除" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "第一行是否包含姓名字段?如果是,请选中此复选框:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "您还没有帐号吗?来注册吧。" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "无" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "下载 %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "下载生成的配置文件(PHP脚本格式)" #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "微雨" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "麻醉品" #: services/keyboard.php:64 msgid "E characters" msgstr "E 系字符" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "编辑" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "已更新“%s”。" #: admin/groups.php:214 msgid "Edit Group" msgstr "编辑组" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "编辑 “%s” 权限" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "编辑权限" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "编辑“%s”权限" #: lib/Block/fortune.php:42 msgid "Education" msgstr "教育" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "电子邮件地址" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "请输入新类别名称:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "请输入安全提示问题,当您重置密码时,需要回答此问题,例如“宠物的名字?”:" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "错误" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "详情已记录并提供给管理员。" #: lib/Prefs/Ui.php:715 #, fuzzy msgid "Error deleting synchronization session:" msgstr "删除同步信息时出错:%s" #: lib/Prefs/Ui.php:722 #, fuzzy msgid "Error deleting synchronization sessions:" msgstr "删除同步信息时出错:%s" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "更新密码时出错:%s" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "种族" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "每 15 分钟" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "每 2 分钟" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "每 30 秒" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "每 5 分钟" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "每半小时" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "每小时" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "每分钟" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "示例值:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "执行" #: admin/sessions.php:30 msgid "Expand" msgstr "展开" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "特大" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "已保存 %s 配置。" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "淡为绿色" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "晴朗" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "街道地址" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "感觉像" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "感觉像:" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "短时阵雨" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "短时阵雪" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "文件管理器" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "过滤器" #: config/registry.php.dist:93 msgid "Filters" msgstr "过滤器" #: lib/Block/moon.php:164 msgid "First Half" msgstr "上半年" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "第一季" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "雾" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "早间多云" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "雾" #: lib/Block/fortune.php:44 msgid "Food" msgstr "食物" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "机场天气预报 (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "机场天气预报期(注意,返回的天气预报结果包含白天和夜晚;此处的大量数据可能会" "覆盖较大的范围)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "忘记密码?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "运气" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "运气类型" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "运气" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "运气 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "论坛" #: config/registry.php.dist:113 msgid "Forwards" msgstr "转发" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "冻毛毛雨" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "收件人" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "完整描述" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "满月" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "全名" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "生成 %s 配置文件" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "所生成的代码" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 #, fuzzy msgid "Get More" msgstr "测试 Horde" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "前往" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Google 搜索" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "希腊语(ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "绿色" #: themes/grey/info.php:2 msgid "Grey" msgstr "灰色" #: admin/groups.php:195 msgid "Group Administration" msgstr "组管理" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "无法创建组:%s。" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "组" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "客户权限" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "薄雾" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "强烈雷雨 " #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "希伯来语(ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "高度" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "帮助" #: services/help/index.php:70 msgid "Help _Topics" msgstr "帮助主题_T" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "半球" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "此为文件起始处:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "高对比度" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "结果" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "高" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "根目录" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "此处有多少字段(列)?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "湿度" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "湿度:" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "幽默者" #: services/keyboard.php:78 msgid "I characters" msgstr "I 系字符" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "仅限图标" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "%s 图标" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "带文字的图标" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "影像" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "标识名称:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "导入,步骤 %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "导入字段:%s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "导入字段:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "错误的用户名或备用地址。请重试,或联系统管理员寻求协助。" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "个人用户" #: templates/prefs/facebook.html:10 #, fuzzy msgid "Infinite sessions enabled." msgstr "列出会话失败:%s" #: config/registry.php.dist:281 msgid "Information" msgstr "信息" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "信息不再可用。" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "继承成员" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "插入可以接收新密码的电子邮件地址:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "插入安全问题的回答:" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr "无效的文件格式" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "无效的应用程序。" #: admin/config/config.php:24 msgid "Invalid application." msgstr "无效的应用程序。" #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "无效的批处理 ID。" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "无效的许可证。" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "所提供的位置无效。" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "无效的父权限。" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "无效的伙伴 id。" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "无效的产品代码。" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "局部雷雨" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "日文 (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "内核 Newbies" #: services/help/index.php:138 msgid "Keyword" msgstr "关键字" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "儿童" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "韩文 (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "语言" #: lib/Block/iframe.php:28 msgid "Large" msgstr "大" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "上半年" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "上次更改密码" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "上季" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "地区与时间" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "最后一次升级:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "上次登录:%s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "上次登录:%s 从 %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "上次登录:从未" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "莱索托" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "淡紫色" #: lib/Block/fortune.php:51 msgid "Law" msgstr "法律" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "浅蓝色" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "微雨" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "小雨" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "早间有小雨" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "晚间有小雨" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "小阵雨" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "小雷雨" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "小雪" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "早间有小雨" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "晚间有小雨" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "小阵雪" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "链接" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "列墨瑞克" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "图表列表" #: admin/alarms.php:130 #, fuzzy, php-format msgid "Listing alarms failed: %s" msgstr "列出用户失败:%s" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "列出会话失败:%s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "列出用户已禁用。" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "文学" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "本地时间:" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "地区与时间" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "地区" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "登录" #: lib/Block/account.php:64 msgid "Login" msgstr "登录" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "由于您所输入的用户名或密码错误,导致登录失败。" #: login.php:282 msgid "Login failed." msgstr "登录失败。" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "爱" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "低" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Loyola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Loyola 蓝色" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "月" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "神奇" #: config/registry.php.dist:85 msgid "Mail" msgstr "邮件" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "邮件管理员" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "管理必须贴上项目标签的类别列表,并给类别加色。" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "匹配字段" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "最近 24 小时的最高温度:" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "最近 6 小时的最高温度:" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "门户块最大数量" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "门户块最大数量" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "医药" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "中等" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "成员" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "菜单模式:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "天气预报" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Metar 块不可用。" #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Metar 块不可用。详情已记入管理员日志。" #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "未连接 MetarDB。" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "公制" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "最近 24 小时的最低温度:" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "最近 6 小时的最低温度:" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "杂项" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "配置文件丢失。请在使用此应用程序之前生成配置文件。" #: lib/Block/weatherdotcom_strings.php:48 #, fuzzy msgid "Mist" msgstr "列表" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "中等" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "今日" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "月相 " #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "晴间多云" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "多云时阴" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "多云时阴有风" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "晴间多云" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php.dist:333 msgid "My Account" msgstr "帐户" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "帐户信息" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "门户" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "门户布局" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "不,我不同意" #: lib/Block/vatid.php:98 msgid "Name" msgstr "姓名" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "永不" #: templates/prefs/category.html:3 msgid "New Category" msgstr "新类别" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "邮件" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "新月" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "新用户名 (可选)" #: services/changepassword.php:29 msgid "New password" msgstr "新密码" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "新密码不匹配。" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "新闻" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "下一步" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "下四个方面" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "夜间" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "未找到。" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "无可用的配置数据来显示区别。" #: admin/config/diff.php:39 msgid "No change." msgstr "无变更。" #: util/icon_browser.php:83 msgid "No icons found." msgstr "未找到图标。" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "未设置位置。" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "未提供位置。" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "无差运气" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "无待决注册。" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "无可供缓存的临时目录。" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "未指定名称。" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "在原始配置中未找到版本。请重建配置文件。" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "在您的配置中未找到版本。请重建配置文件。" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "无" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "日耳曼文 (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "北半球" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "编辑权限" #: config/registry.php.dist:211 msgid "Notes" msgstr "便签" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "无可供浏览的内容,返回。" #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "字符数" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "O 系字符" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "对象创建者" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "攻击过滤器" #: config/registry.php.dist:301 msgid "Office" msgstr "办公室" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "新密码和旧密码必须不同。" #: services/changepassword.php:28 msgid "Old password" msgstr "旧密码" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "旧密码错误。" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "仅有差运气" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "仅有所有者和系统管理员可以更改共享文件夹的所有者或所有者的权限" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "操作系统" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "输入 pref_name 值:" #: config/registry.php.dist:135 msgid "Organizing" msgstr "管理" #: services/keyboard.php:124 msgid "Other" msgstr "其他" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "其他信息" #: services/keyboard.php:122 msgid "Other characters" msgstr "其他字符" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "所有者:" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "所有者:" #: admin/phpshell.php:51 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "PHP 代码" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PHP Shell 脚本" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "早间多云" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "微雨" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "雾" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "晚间小雨" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "早间小雪" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "晚间降雨" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "晚间降雪" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "晚间阵雪" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "晚间晴" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "晚间雷雨" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "POSIX 扩展丢失" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "PHP Shell_H" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "局部多云" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "密码" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "成功更改密码。" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "密码:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "密码必须匹配。" #: admin/sqlshell.php:100 msgid "Paste" msgstr "粘帖" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "待决登录:" #: lib/Block/fortune.php:61 msgid "People" msgstr "人物" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "登录任务" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "未删除权限“%s”。" #: admin/perms/index.php:23 msgid "Permissions" msgstr "权限" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "权限管理" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "个人信息" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "宠物" #: config/registry.php.dist:385 msgid "Photos" msgstr "照片" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "陈词滥调" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "请输入有效的时间。" #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "请输入有效的时间。" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "请提供问题摘要。" #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "请阅读下面的文字。您必须同意系统使用条款。" #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "宠物" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "公钥" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "公钥" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "政治" #: services/facebook.php:101 #, fuzzy, php-format msgid "Posted %s" msgstr "发布" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s 和 %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "最近 %s 小时的降雨量:" msgstr[1] "最近 %s 小时的降雨量:" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "降雨
机率" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "气压" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "海平面气压:" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "气压:" #: services/problem.php:145 msgid "Problem Description" msgstr "问题描述" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "权限" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Horde 紫色风格" #: admin/sqlshell.php:50 msgid "Query" msgstr "查询" #: lib/Block/account.php:83 msgid "Quota" msgstr "配额" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "降雨" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "早间有雨" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "晚间有雨" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "阵雨" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "雨夹雪" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "雨转雪" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "随机运气" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "读取" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "阅读邮件" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "确定要删除 %s 吗?此操作无法恢复。" #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "确定要删除用户 %s 的用户数据吗?此操作无法恢复。" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "刷新动态菜单元素:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "刷新门户视图:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "刷新率:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "说明" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "远程服务器" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "远程服务器" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "远程 URL (http://www.example.com/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "删除" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "删除对" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "从服务器临时目录中删除已保存的脚本。" #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "删除用户" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "删除用户:%s" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "尼泊尔" #: admin/activesync.php:138 #, fuzzy msgid "Reprovision All Devices" msgstr "权限不足" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "无法找到所请求的服务。" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "重置" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "重置密码" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "重置密码" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "恢复上次查询" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "结果" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "结果" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "返回选项" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "重置" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "重新键入新密码" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "恢复配置" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "谜语" #: admin/sqlshell.php:101 msgid "Run" msgstr "执行" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "SQL Shell" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "SQL Shell_Q" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "保存" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "保存“%s”" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "保存并完成" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "将生成的配置文件作为 PHP 脚本保存到服务器的临时目录中。" #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "将安装升级脚本保存到:“%s”。" #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "零星雷雨" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "零星雷雨" #: lib/Block/fortune.php:66 msgid "Science" msgstr "科学" #: services/help/index.php:71 msgid "Sea_rch" msgstr "搜索_R" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "搜索" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "搜索:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "选择待添加的组" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "选择新所有者:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "选择服务器" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "选择待添加的用户:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "从下框中选择所需字符。然后,则可以从文本区进行复制和粘贴。" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "选择日期和时间格式:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "选择日期分隔符:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "选择日期格式:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "选择日期和时间顺序:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "选择时间分隔符:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "选择时间格式:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "选择配色方案。" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "选择偏爱的语言:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "发送问题报告" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "传感器:" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "提交时间" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "服务器数据错误或不可用。" #: admin/sessions.php:14 msgid "Session Admin" msgstr "会话管理" #: admin/sessions.php:37 #, fuzzy msgid "Session Timestamp:" msgstr "会话" #: lib/Api.php:57 msgid "Sessions" msgstr "会话" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "设置允许您在忘记密码时可以重置密码的选项。" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "设置您想从门户访问的远程服务器。" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "配置您偏爱的语言、时区和日期选项。" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "配置您的启动应用程序、配色方案、页面刷新,以及其它显示选项。" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "此参数可能涉及多个位置:" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "简短摘要" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "是否为大部分链接定义快捷键?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "显示" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "显示不同之处" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "显示当前保存和新近生成的配置之间的区别。" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "登录时是否显示上次登录时间?" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "部署通知" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "在左侧显示 %s 菜单?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "阵雨" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "早间阵雨" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "机场周边有阵雨" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "简约" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "登录任务" #: lib/Block/iframe.php:26 msgid "Small" msgstr "小" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "降雪" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "早间阵雨" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "阵雪" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "阵雪" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "早间阵雪" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "晚间阵雪" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "积雪深度:" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "雪水当量:" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "诗歌" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "南欧 (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "南半球" #: config/registry.php.dist:102 msgid "Spam" msgstr "垃圾邮件" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "特殊字符输入" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "运动" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "标准" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "星际旅行" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "状态" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "未找到子目录“%s”。" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "已提交请求:将“%s”添加到系统中。直到请求获批,您才可以登录。" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "成功" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "成功将“%s”添加到系统。" #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "从系统中成功清除用户“%s”的数据。" #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "成功删除“%s”。" #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "从系统中成功删除“%s”。" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "成功恢复配置。重新加载来查看变化。" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "成功保存备份配置。" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "成功保存备份配置文件 %s。" #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "成功更新“%s”" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "成功写入 %s" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "日出" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "日落" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "苏丹" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "晴天" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "日出" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "日出/日落" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "日出:" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "日落" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "日落:" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "SyncML" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "阵雨" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "早间阵雨" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "晚间阵雨" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "雷雨" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "狂风雷雨" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "雷雨" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "早间雷雨" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "雷雨" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "早间多云" #: themes/tango-blue/info.php:24 #, fuzzy msgid "Tango Blue" msgstr "浅蓝色" #: config/registry.php.dist:184 msgid "Tasks" msgstr "任务" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "青色" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "最近一小时温度:" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "温度" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "温度: " #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "温度
(%sMax%s/%sMin%s) °%s" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "更新联系信息时出错。请稍后再试。" #: services/keyboard.php:148 msgid "Text Area" msgstr "文本区域" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "纯文本" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "泰文 (TIS-620)" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "服务器“%s”已删除。" #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "服务器“%s”已删除。" #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "服务器“%s”已保存。" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "服务器“%s”已删除。" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "服务器“%s”已保存。" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "%s 注册需求已删除。" #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "%s 注册需求已删除。" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "用户 [%s] 已存在。" #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "目录 %s 不存在" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "weather.com 区不可用。" #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "未找到主题目录“%s”。" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "未找到主题目录“%s”。" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "将“%s” 添加到系统时出错:%s" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "从系统中清除用户“%s”的数据时出错: " #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "从系统中删除“%s”时出错:" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "更新“%s”时出错:%s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "导入 iCalendar 数据时出错。" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "配置窗体中有误。您可能遗漏必填字段。" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "导入联系数据时出错。" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "雷鸣" #: config/registry.php.dist:260 msgid "Tickets" msgstr "工单" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "时间追踪" #: lib/Block/time.php:23 msgid "Time format" msgstr "时间格式" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "时间戳或未知" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "标题" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "若要选择多项,请在单击时按住 Control 键(PC) 或 Command 键(Mac)。" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "今日" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "明日" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "转换" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "土耳其文 (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "文本" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "其他信息" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "编辑 “%s” 权限" #: services/keyboard.php:108 msgid "U characters" msgstr "U 系字符" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "紫外线指数:" #: lib/Block/iframe.php:19 msgid "URL" msgstr "网址" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "无法删除“%s”:%s。" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "无法删除“%s”:%s。" #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "无法执行 smbclient。" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "取消更改" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "尚未分类" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "单元" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "所提供的位置未知。" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "更新" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "更新 %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "更新用户" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "已更新“%s”。" #: admin/config/index.php:190 msgid "Upload" msgstr "上传" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "已将所有的应用程序配置文件上传到服务器。" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "如果 IMSP 服务器名称/密码不同时则使用。" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "用户" #: admin/user.php:224 msgid "User Administration" msgstr "用户管理" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "当前用户:%s" #: signup.php:67 msgid "User Registration" msgstr "用户注册" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "此站台的用户注册系统已禁用。" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "此站台的用户注册系统已禁用。" #: lib/Block/account.php:561 msgid "User account not found" msgstr "未找到用户帐户" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "待添加的用户:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "用户名" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "用户名:" #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "用户" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "系统中的用户:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "编号" #: config/registry.php.dist:122 msgid "Vacation" msgstr "假期" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "变量" #: config/registry.php.dist:246 msgid "Version Control" msgstr "版本控制" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "很高" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "越南文 (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "查看外部 web 页面" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "能见度" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "能见度:" #: lib/Block/account.php:98 msgid "Warning" msgstr "警告" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "天气预报" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "气象数据提供者" #: config/registry.php.dist:369 msgid "Web Site" msgstr "网站" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "欢迎" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "欢迎使用 %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "欢迎, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "西欧(ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "西欧 (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "登录后应显示 %s 应用程序?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "什么是分隔符?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "什么是引号字符?" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "段落位置" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "在左侧显示 %s 菜单?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "Wiki论坛" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "有风" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "早间有风" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "晚间有雨" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "风速(哩/小时)" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "风速:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "风速:" #: lib/Block/account.php:634 msgid "Windows" msgstr "Windows" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "周三" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "Wisdom" #: lib/Block/fortune.php:72 msgid "Work" msgstr "工作" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "年" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "是,我同意" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:327 #, fuzzy msgid "You are not allowed to delete groups." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:820 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:448 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:786 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "您不可以创建多于 %d 个的区域。" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "您已注销。" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "在发送问题报告之前,请描述问题。" #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "您必须选择要删除的服务器。" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "您必须指定要清除的用户名。" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "您必须指定要删除的用户名。" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "您必须指定要添加的用户名。" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "您必须指定要更新的用户名。" #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "您的电子邮件地址" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "您的信息" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" " %s 会话开始之后,您的 Internet 地址已更改。为确保您的安全,请重新登录。" #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "您的姓名" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "您的验证端不支持增加用户功能。如果您希望使用 Horde 管理用户帐户,则必须使用其" "他验证端。" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "您的验证端不支持列出用户功能,或此功能因其他原因已禁用。" #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr " %s 会话开始之后,您的浏览器似乎已更改。为确保您的安全,请重新登录。" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "您的浏览器不支持此功能。" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "您的当前时区:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "您的全名:" #: login.php:290 msgid "Your login has expired." msgstr "您的登录名已过期。" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "您的 %s 新密码是:%s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "您的密码已重置" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "您的密码已重置,请检查邮件并使用新密码登录。" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "您的密码已重置,请检查邮件并使用新密码登录。" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "您的密码已过期" #: login.php:178 msgid "Your password has expired." msgstr "您的密码已过期。" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "您的远程服务器:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "您的 %s 会话已过期。请重新登录。" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[问题报告]" #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "未知" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "别名" #: lib/Api.php:72 msgid "_CLI" msgstr "CLI_C" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "配置" #: lib/Api.php:52 msgid "_DataTree" msgstr "数据树_D" #: lib/Api.php:37 msgid "_Groups" msgstr "组_G" #: lib/Api.php:42 msgid "_Permissions" msgstr "权限_P" #: lib/Api.php:32 msgid "_Users" msgstr "用户_U" #: services/problem.php:56 #, fuzzy msgid "attachment" msgstr "部门" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr " 无风" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "降雨" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "从 %s (%s) 到 %s %s" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "阵风" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "嵌入式" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "增加" #: admin/config/config.php:80 msgid "show differences" msgstr "显示不同之处" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "稳定" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "请键入密码两次进行确认" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "未定义" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/zh_CN/LC_MESSAGES/horde.mo0000644000175000017500000011672613160205253022172 0ustar mathieumathieu)77$7)#8M8&g8 8$88 88 8 8 99'9@9O9^9 g9.t9 9 9 99 9999:: : ': 1:=:W:g:w::N:-:; ; (;5;9; Q;\;q;;;;; ;;<<'</<8E<~<< <'<,<*<%!=G=Y= ^=k=='== = == === =>">+> 0>;>B>@X>>>>>>T>dS????? ?@ @%@ 5@C@ U@b@ i@v@}@ @@ @ @ @ @ @@=@6A TAaArA{A AA!A.AAB(B0BC*CCCCC DD&D:DLDdDDDDDD DDDD D D DD E EE 1E =EGE aEmEEECEE F/%FUF [FhF mFxF F F{F&G,GHGOG`GpGGG G GGGG G GG G H HH ,H9H AH LHZH^HcH|rHHI II #I.I5I>I OIYI jI tI~IIII IIIIII JJ&J +J9JOJVJ [J hJ"sJ JJJJ$JJ J J J K K$K4K:KKK[KnKjKK K L(LB:L4}LLLLLM&MNINZNjN|N NNN N NNN O O"O2O;OBOGHO OOOO OOOO OhOQEQ^Q vQJQQ Q Q QQ R$R ,R7R NRXRiR|RRR RRR RRRR RR8S 9SDSTShS~SS+SESAT\TaTvTTT TTTT(T UU1U\IUU UUUUUUU U VV V*V2VBV IVUV pV {VVV VVVVVV WW3WHWMW TW(_WPWWWWXX &X1X EXRXXX^X cX nX xX X XXXXX XXX* Y7Y >Y6JY YY%YYYYYYZZ0Z8Z E L Y fs w lj ԉ މ  4>T[kr  Ɋ?")2EL _ iv  ɋ Ӌ &-,=j q6{ !ь '. DQX _i myP  4JZWvΎ;Tj $ ޏ0$# H(U~<*  +AHLSZ a n{ ͑ \ }#2ے#3K$gƓ ͓ ۓ   %,3L S%^ ʔ )%6O&6ʕ  )<CJQX r~ –ϖߖ  57<t { *֗   ' .;BU m w  ̘ט%%9 P ]h o| Ùә0''<'d''ܚ T$ /KgB}֜ #/5>GOVl s}! ʝDWY~+k"m"L|/= {JDHq 8F(<Y%?a 3]zvQl thySL{j @E5Mw*/dwo11$ pc Ss'I<a> 6K!" PQF@>Qqv_U24,g ;}AXf]0l$Kh|UJZK cBI3-CH#,nD0|&5C;!wkr:6P`(O=GA:h{>) .J^a~y&p<y7?Oi#_'Z0TCL2N7Wl8uRg'%9V!MTqj~j\m^* [t`.reN19`Meob,dg@s2nnWv4pu#_I(zi:);%H =U47]k}6R\r3\ E^RXb?f*[Vx-t +x /Ye8Ef+OA)S[uPiV9s$BbNo- .B&xmX}ZFTcGz5Gd at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA charactersA database backend is required for this block.AM CloudsAM Light RainAM Light SnowAM RainAM ShowersAM Snow ShowersAM/PMAccount InformationAccount PasswordAddAdd ContentAdd Here:Add MembersAdd a child group to "%s"Add a new groupAdd a new user:Add pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.ApproveArabic (Windows-1256)Are you sure you wish to delete "%s" and any sub-groups?Armenian (ARMSCII-8)ArtAscii ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBurnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.ChildChinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear QueryClear out user: %sClear userClear user dataClearing LateClick to ContinueClose WindowCloudsClouds EarlyCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configure %sConfirm PasswordContinueCookieCornflowerCould not bind to LDAP server.Could not connect to LDAP server.Could not connect to server "%s" using FTP: %sCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCurrent 4 PhasesCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataDataTreeDataTree BrowserDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete "%s"Delete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsE charactersEditEdit GroupEdit permissions for "%s"EducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFade to GreenFairFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFreezing DrizzleFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoedelGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup was not created: %s.GroupsGuest PermissionsHazeHeavy T-StormHebrew (ISO-8859-8-I)HeightHelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHighHome DirectoryHordeHow many fields (columns) are there?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLimerickLinux CookieList TablesListing sessions failed: %sListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLogin failed because your username or password was entered incorrectly.Login failed.LoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMedicineMediumMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration. You must generate it before using this application.ModerateMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeXTNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.O charactersObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationOther charactersOwner:PHPPHP CodePHP ShellPM Light RainPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPostnukePrecipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionPurple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:RemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sRequested service could not be found.ResetReset PasswordReset Your PasswordRestore Last QueryResultsRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Scattered T-StormsScienceSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server data wrong or not available.Session AdminSessionsSet up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSmallSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLT-StormT-Storm and WindyT-StormsT-Storms EarlyTasksTealTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sText AreaText OnlyThai (TIS-620)The server "%s" has been deleted.The server "%s" has been saved.The weather.com block is not available.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error in the configuration form. Perhaps you left out a required field.ThunderTicketsTime TrackingTime formatTimestamp or unknownTitleTodayTomorrowTranslationsTurkish (ISO-8859-9)U charactersU.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.UserUser AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which phasesWikiWindWind EarlyWind speed in knotsWind:Wind: WindowsWisdomWorkX-RefYYYes, I AgreeYou have been logged out.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Zippy[Problem Report]_CLI_DataTree_Groups_Permissions_Userscalmfallingfrom the %s (%s) at %s %sgustinginlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 2.0 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2007-09-03 18:00+0800 Last-Translator: Anna Chen Language-Team: Chinese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 已将“%s”加入到组系统中。已将“%s”加入到权限系统中。未创建“%s”:%s。%.2fMB 已使用,总计允许 %.2fMB (%.2f%%)%d %s 和 %s%d 天后您的密码会过期。未来 %d 日天气预报%s - 通知%s 许可协议%s 在 %s %s未找到 %s。, 阵风, 阵风 %s %s, 从 %s 到 %s 变量12 小时制24 小时制24 小时A 系字符此区域需要后端数据库支持。早间多云早间小雨早间小雪早间有雨早间阵雨早间阵雪早间/晚间帐户信息帐户密码添加添加内容添加到此处:添加成员将从属组添加到“%s”添加新组添加用户:添加一对添加用户将“%s”添加到系统,但无法添加附加的注册信息:%s。已将“%s”添加到系统。现在即可登录。禁止添加用户。地址地址簿所有所有通过身份验证的用户所有组备用 IMSP 登录备用 IMSP 密码备用 IMSP 用户名备用电子邮件地址出现未知错误。应答应用程序应用程序内容:应用程序列表应用程序已就绪。批准阿拉伯(Windows-1256)您确定要删除“%s”组及其从属组吗?Armenia(ARMSCII-8)艺术ASCII 图表尝试删除不存在的组。尝试删除不存在的权限。尝试编辑不存在的权限。尝试编辑不存在的共享。可用字段:蔚蓝BOFH 借口波罗的语(ISO-8859-13)粉红未找到基本图像目录“%s”。区块设置区块类型深蓝蓝白书签两者棕色深橙黄色未完成缓存初始化日历平静军绿取消取消问题报告无法自动重置密码,请与管理员联系。类别和标签凯尔特语 (ISO-8859-14)中欧(ISO-8859-2)更改更改密码更改收件人可以看到的发件人姓名和地址。当前配置不支持修改密码。请与管理员联系。从属简体中文(GB2312)繁体中文(Big5)晴朗清除查询清除用户:%s清除用户清除用户数据晚转晴单击继续关闭窗口多云早间多云多云合并侧栏色彩选择器命令命令行解释器计算机条件条件配置配置差异与 PDA、Smartphone 和 Outlook 进行同步的设置。配置已过期。配置 %s确认密码继续Cookie青蓝色无法绑定到 LDAP 服务器。无法连接 LDAP 服务器。无法通过 FTP 连接服务器“%s”使用FTP:%s无法为请求的用户重置密码。部分或全部信息不正确。请重试,或联系管理员寻求帮助。无法恢复配置。无法保存备份配置:%s无法保存配置备份文件 %s。无法保存配置文件 %s。您可以使用其中一个选项将代码保存到 %s,或手动将下面的代码复制到 %s。无法写入“%s”配置文件:%s国家创建当前 4 个阶段当前会话当前时间当前天气当前气候塞浦路斯(KOI8-R)塞浦路斯(Windows-1251)塞浦路斯(KOI8-U)DD数据数据树数据树(DataTree)浏览器日期接收时间日期:%s;时间:%s日默认默认色彩默认Shell定义删除删除“%s”删除组描述问题开发露点上一小时的露点:露点:是否显示 24 小时制时间?显示详细的天气预报显示天气预报(TAF)第一行是否包含姓名字段?如果是,请选中此复选框:您还没有帐号吗?来注册吧。下载 %s下载生成的配置文件(PHP脚本格式)麻醉品E 系字符编辑编辑组编辑“%s”权限教育电子邮件地址请输入安全提示问题,当您重置密码时,需要回答此问题,例如“宠物的名字?”:错误更新密码时出错:%s种族每 15 分钟每 2 分钟每 30 秒每 5 分钟每半小时每小时每分钟示例值:执行展开特大淡为绿色晴朗感觉像感觉像:短时阵雨短时阵雪文件管理器过滤器上半年第一季雾食物机场天气预报 (TAF)机场天气预报期(注意,返回的天气预报结果包含白天和夜晚;此处的大量数据可能会覆盖较大的范围)忘记密码?运气运气类型运气运气 2论坛转发冻毛毛雨收件人完整描述满月全名生成 %s 配置文件所生成的代码前往GoedelGoogle 搜索希腊语(ISO-8859-7)绿色灰色组管理无法创建组:%s。组客户权限薄雾强烈雷雨 希伯来语(ISO-8859-8-I)高度帮助帮助主题_T半球此为文件起始处:高对比度高根目录Horde此处有多少字段(列)?湿度湿度:幽默者I 系字符仅限图标%s 图标带文字的图标影像标识名称:导入,步骤 %d导入字段:%s导入字段:错误的用户名或备用地址。请重试,或联系统管理员寻求协助。个人用户信息信息不再可用。继承成员插入可以接收新密码的电子邮件地址:插入安全问题的回答:无效的应用程序。无效的许可证。所提供的位置无效。无效的父权限。无效的伙伴 id。无效的产品代码。局部雷雨日文 (ISO-2022-JP)内核 Newbies关键字儿童Kolab韩文 (EUC-KR)语言大上半年上次更改密码上季最后一次升级:上次登录:%s上次登录:%s 从 %s上次登录:从未淡紫色法律浅蓝色微雨小雨早间有小雨晚间有小雨小阵雨小雷雨小雪小阵雪列墨瑞克Linux Cookie图表列表列出会话失败:%s列出用户已禁用。文学本地时间:地区与时间地区登录登录由于您所输入的用户名或密码错误,导致登录失败。登录失败。爱低LoyolaLoyola 蓝色月神奇邮件邮件管理员管理必须贴上项目标签的类别列表,并给类别加色。最近 24 小时的最高温度:最近 6 小时的最高温度:门户块最大数量医药中等成员菜单模式:天气预报Metar 块不可用。Metar 块不可用。详情已记入管理员日志。未连接 MetarDB。公制最近 24 小时的最低温度:最近 6 小时的最低温度:杂项配置文件丢失。请在使用此应用程序之前生成配置文件。中等月相 晴间多云多云时阴多云时阴有风晴间多云Mozilla帐户帐户信息门户门户布局不,我不同意姓名NeXT永不新类别新月新用户名 (可选)新密码新密码不匹配。新闻下一步下四个方面夜间无可用的配置数据来显示区别。无变更。未找到图标。未设置位置。未提供位置。无差运气无待决注册。无可供缓存的临时目录。在原始配置中未找到版本。请重建配置文件。在您的配置中未找到版本。请重建配置文件。无日耳曼文 (ISO-8859-10)北半球便签无可供浏览的内容,返回。O 系字符对象创建者攻击过滤器办公室新密码和旧密码必须不同。旧密码旧密码错误。仅有差运气仅有所有者和系统管理员可以更改共享文件夹的所有者或所有者的权限操作系统管理其他其他信息其他字符所有者:PHPPHP 代码PHP Shell 脚本晚间小雨晚间降雨晚间阵雨晚间降雪晚间阵雪晚间晴晚间雷雨POSIX 扩展丢失PHP Shell_H局部多云密码成功更改密码。密码:密码必须匹配。粘帖待决登录:人物未删除权限“%s”。权限权限管理个人信息宠物照片陈词滥调请提供问题摘要。请阅读下面的文字。您必须同意系统使用条款。政治Postnuke降雨
机率气压海平面气压:气压:问题描述Horde 紫色风格查询配额降雨早间有雨晚间有雨阵雨雨夹雪雨转雪随机运气读取刷新动态菜单元素:刷新门户视图:刷新率:说明远程服务器远程 URL (http://www.example.com/horde):删除删除对从服务器临时目录中删除已保存的脚本。删除用户删除用户:%s无法找到所请求的服务。重置重置密码重置密码恢复上次查询结果重新键入新密码恢复配置谜语执行SQL ShellSSHSQL Shell_Q保存保存“%s”保存并完成将生成的配置文件作为 PHP 脚本保存到服务器的临时目录中。零星雷雨科学搜索_R搜索搜索:选择待添加的组选择新所有者:选择服务器选择待添加的用户:从下框中选择所需字符。然后,则可以从文本区进行复制和粘贴。选择日期和时间格式:选择日期分隔符:选择日期格式:选择日期和时间顺序:选择时间分隔符:选择时间格式:选择配色方案。选择偏爱的语言:发送问题报告传感器:服务器数据错误或不可用。会话管理会话设置您想从门户访问的远程服务器。此参数可能涉及多个位置:简短摘要是否为大部分链接定义快捷键?显示显示当前保存和新近生成的配置之间的区别。登录时是否显示上次登录时间?在左侧显示 %s 菜单?阵雨早间阵雨晚间阵雨机场周边有阵雨简约小降雪阵雪阵雪早间阵雪晚间阵雪积雪深度:雪水当量:诗歌南欧 (ISO-8859-3)南半球垃圾邮件特殊字符输入运动标准星际旅行状态未找到子目录“%s”。已提交请求:将“%s”添加到系统中。直到请求获批,您才可以登录。成功成功将“%s”添加到系统。从系统中成功清除用户“%s”的数据。成功删除“%s”。从系统中成功删除“%s”。成功恢复配置。重新加载来查看变化。成功保存备份配置。成功保存备份配置文件 %s。成功更新“%s”成功写入 %s日出日落晴天日出日出/日落日出:日落日落:SyncML雷雨狂风雷雨雷雨早间雷雨任务青色最近一小时温度:温度温度: 温度
(%sMax%s/%sMin%s) °%s文本区域纯文本泰文 (TIS-620)服务器“%s”已删除。服务器“%s”已保存。weather.com 区不可用。未找到主题目录“%s”。将“%s” 添加到系统时出错:%s从系统中清除用户“%s”的数据时出错: 从系统中删除“%s”时出错:更新“%s”时出错:%s配置窗体中有误。您可能遗漏必填字段。雷鸣工单时间追踪时间格式时间戳或未知标题今日明日转换土耳其文 (ISO-8859-9)U 系字符紫外线指数:网址无法删除“%s”:%s。取消更改尚未分类Unicode (UTF-8)单元所提供的位置未知。更新更新 %s更新用户已更新“%s”。上传如果 IMSP 服务器名称/密码不同时则使用。用户用户管理用户注册此站台的用户注册系统已禁用。未找到用户帐户待添加的用户:用户名用户名:用户系统中的用户:假期变量版本控制很高越南文 (VISCII)查看外部 web 页面能见度能见度:警告天气预报气象数据提供者网站欢迎欢迎使用 %s欢迎, %s西欧(ISO-8859-1)西欧 (ISO-8859-15)登录后应显示 %s 应用程序?什么是分隔符?什么是引号字符?段落位置Wiki论坛有风早间有风风速(哩/小时)风速:风速:WindowsWisdom工作X-Ref年是,我同意您已注销。在发送问题报告之前,请描述问题。您必须选择要删除的服务器。您必须指定要清除的用户名。您必须指定要删除的用户名。您必须指定要添加的用户名。您必须指定要更新的用户名。您的电子邮件地址您的信息您的姓名您的验证端不支持增加用户功能。如果您希望使用 Horde 管理用户帐户,则必须使用其他验证端。您的验证端不支持列出用户功能,或此功能因其他原因已禁用。您的浏览器不支持此功能。您的当前时区:您的全名:您的登录名已过期。您的 %s 新密码是:%s您的密码已重置您的密码已重置,请检查邮件并使用新密码登录。您的密码已过期您的密码已过期。您的远程服务器:Zippy[问题报告]CLI_C数据树_D组_G权限_P用户_U 无风降雨从 %s (%s) 到 %s %s阵风嵌入式增加显示不同之处稳定请键入密码两次进行确认未定义weather.comtmpIMUtxu/horde-5.2.17/locale/lv/0000755000175000017500000000000013162206570016357 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/lv/help.xml0000644000175000017500000000443313160205253020030 0ustar mathieumathieu Portāla lapa Portāla lapa sniedz Jums ātru visas būtiskās informācijas kopsavilkumu. Piemēram, Jūs varat uzzināt, cik daudz jaunu vēstuļu Jums ir pienācis INBOX-ā, tuvojošies notikumi Jūsu kalendārā, aktuālo uzdevumu sarakstu, ziņu virsrakstus no Jūsu izvēlētā ziņu avota utt. Daudzi no kopsavilkumiem satur saites uz vispārējām funkcijām, piemēram, jaunas vēstules rakstīšanu, jauna kalendāra ieraksta vai uzdevuma izveidi utml. Portāla lapas saturs ir maināms, nospiežot pogu [Izkārtojums] rīkjoslā. Jūs varat izvēlēties, kādas aplikācijas iekļaut Portāla lapā un kādā secībā un izkārtojumā tās parādīt. tmpIMUtxu/horde-5.2.17/locale/lv/LC_MESSAGES/0000755000175000017500000000000013162206570020144 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/lv/LC_MESSAGES/horde.po0000644000175000017500000027546613160205253021624 0ustar mathieumathieu# Latvian translations for Horde package. # Copyright 2011-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Automatically generated, 2011. # msgid "" msgstr "" "Project-Id-Version: Horde 4.0.7-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2013-01-11 10:58+0200\n" "PO-Revision-Date: 2013-06-03 14:39+0300\n" "Last-Translator: Jānis Eisaks \n" "Language-Team: i18n@lists.horde.org\n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" "X-Poedit-Language: Latvian\n" "X-Poedit-Country: LATVIA\n" "X-Poedit-SourceCharset: utf-8\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" tika pievienots grupu sistēmai." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" tika pievienots pieejas tiesību sistēmai." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nav izveidots: %s" #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "izmantoti %.2fMB no atļautajiem %.2fMB (%.2f%%)" #: lib/Block/Weather.php:198 #, php-format msgid "%d %s and %s" msgstr "%d %s un %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dienas līdz paroles derīguma termiņa beigām." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minūtes" #: services/facebook/index.php:97 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d personām tas patīk" msgstr[1] "%d personai tas patīk" msgstr[2] "%d personām tas patīk" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d līdz %d no %d" #: lib/Block/Weather.php:238 #, php-format msgid "%d-day forecast" msgstr "%d-dienas prognoze" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - Piezīme" #: admin/config/config.php:28 admin/config/index.php:358 #, php-format msgid "%s Configuration" msgstr "%s konfigurācija" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s uzdevumi - apstiprinājums" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "%s Līguma nosacījumi" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s plkst. %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s ir gatavs veikt zemāk uzskaitītos uzdevumus. Atzīmējiet operācijas, kuras " "vēlaties veikt šoreiz." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", brāzmas %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", mainīgs no %s līdz %s" #: lib/Application.php:295 msgid "1 Day" msgstr "1 diena" #: lib/Application.php:299 msgid "1 Month" msgstr "1 mēnesis" #: lib/Application.php:297 msgid "1 Week" msgstr "1 nedēļa" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 stundu formāts" #: lib/Application.php:298 msgid "2 Weeks" msgstr "2 nedēļas" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 stundu formāts" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 stundas" #: config/prefs.php:509 config/prefs.php:511 msgid "24-hour format" msgstr "24 stundu formāts" #: lib/Application.php:296 msgid "3 Days" msgstr "3 dienas" #: templates/prefs/facebook.html:41 msgid " cannot read information about your Facebook friends." msgstr "nevar nolasīt informāciju par Jūsu Facebook draugiem." #: templates/prefs/facebook.html:29 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " nevar nolasīt Jūsu paziņojumu plūsmu un dažādus citus " "Facebook datus." #: templates/prefs/facebook.html:17 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " nevar uzstādīt Jūsu statusa informāciju vai publicēt citu " "saturu Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " var mijiedarboties ar Jūsu Twitter kontu" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Pieprasīta datu iztīrīšana no iekārtas. Tas tiks izdarīts nākošās " "sinhronizēšanas laikā." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "A newer version (%s) exists." msgstr "Pieejama jaunāka (%s) versija." #: lib/Prefs/Special/Activesync.php:107 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Attālināti ierosināta iekārtas %s datu tīrīšana. Iekārta tiks iztīrīta " "nākošās sinhronizācijas laikā." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Konta informācija" #: config/prefs.php:341 msgid "Account Password" msgstr "Parole" #: admin/activesync.php:129 msgid "Actions" msgstr "Darbības" #: config/prefs.php:758 lib/Application.php:175 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:74 msgid "ActiveSync Device Administration" msgstr "ActiveSync Iekārtu administrēšana" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "ActiveSync Iekārtas" #: admin/activesync.php:22 lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync nav iespējots." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Pievienot" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Pievienot saturu" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Pievienot šeit:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Pievienot locekļus" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Pievienot grupu" #: admin/user.php:26 msgid "Add a new user:" msgstr "Pievienot jaunu lietotāju:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Pievienot jaunu brīdinājumu" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Pievienot pāri" #: admin/user.php:27 msgid "Add user" msgstr "Pievienot lietotāju" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" pievienots sistēmai, taču nav iespējams pievienot papildus " "pieteikšanās informāciju: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" pievienots sistēmai. Tagad varat ienākt." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Lietotāju pievienošana atslēgta." #: lib/Block/Vatid.php:94 msgid "Address" msgstr "Adrese" #: config/registry.php:131 msgid "Address Book" msgstr "Kontakti" #: lib/Application.php:52 msgid "Administration" msgstr "Lietotāju vadība" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Brīdinājuma beigas" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Brīdināšanas veids" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Brīdinājuma sākums" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Brīdinājuma teksts" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Brīdinājuma nosaukums" #: admin/alarms.php:141 msgid "Alarms" msgstr "Brīdinājumi" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Visi" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Visi autentificētie lietotāji" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Visas politikas atslēgas atjaunotas." #: lib/Prefs/Special/Activesync.php:120 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Visu Jūsu ActiveSync iekārtu stāvokļi aizvākti. Tie tiks atkārtoti " "sinhronizēti, kad nākošo reizi pieslēgsies serverim." #: lib/Prefs/Special/Syncml.php:74 msgid "All synchronization sessions deleted." msgstr "Visas sinhronizācijas sesijas dzēstas." #: lib/Application.php:186 msgid "Allow" msgstr "Atļaut" #: lib/Application.php:206 msgid "Allow alphanumeric" msgstr "Atļaut burtciparu" #: lib/Application.php:207 msgid "Allow any" msgstr "Atļaut visu" #: lib/Application.php:205 msgid "Allow only numeric" msgstr "Atļaut tikai skaitlisku" #: config/prefs.php:717 msgid "Alternate IMSP Login" msgstr "Alternatīvais IMSP lietotāja vārds" #: config/prefs.php:734 msgid "Alternate IMSP Password" msgstr "Alternatīvā IMSP parole" #: config/prefs.php:728 msgid "Alternate IMSP Username" msgstr "Alternatīvais IMSP lietotāja vārds" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Alternatīvā e-pasta adrese" #: services/resetpassword.php:52 msgid "Answer" msgstr "Atbildēt" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Aplikācija" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Aplikācijas konteksts" #: util/icon_browser.php:45 msgid "Application List" msgstr "Aplikāciju saraksts" #: admin/config/index.php:225 msgid "Application is ready." msgstr "Aplikācija gatava." #: admin/config/index.php:147 admin/config/index.php:188 msgid "Application is up-to-date." msgstr "Aplikācijas versija ir aktuālā." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Apstiprināt" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arābu (Windows-1256)" #: admin/alarms.php:130 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Vai tiešām vēlaties izdzēst '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Vai tiešām vēlaties dzēst \"%s\" reģistrēšanās pieprasījumu?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Vai tiešām vēlaties izdzēst \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armēņu (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Māksla" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii Art" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Vismaz vienas datubāzes shēma ir novecojusi." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Pielikums" #: lib/Application.php:229 msgid "Attachment Download" msgstr "Pielikuma lejupielāde" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Mēģinājums dzēsts neesošu grupu." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Mēģinājums dzēsts neesošas tiesības." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Mēģinājums mainīt neesošas tiesības." #: services/shares/edit.php:68 msgid "Attempt to edit a non-existent share." msgstr "Mēģinājums mainīt neeksistējošu koplietojumu." #: templates/admin/sessions.html.php:27 msgid "Authenticated to" msgstr "Autentificēts" #: templates/prefs/facebook.html:42 msgid "Authorize Access to Friends Data:" msgstr "Apstipriniet pieeju draugu datiem:" #: templates/prefs/facebook.html:18 msgid "Authorize Publish" msgstr "Apstiprināt publicēšanu" #: templates/prefs/facebook.html:30 msgid "Authorize Read:" msgstr "Apstiprināt lasīšanu:" #: login.php:225 msgid "Automatic" msgstr "Automātisks" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Pieejamie lauki:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH attaisnojumi" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltijas (ISO-8859-13)" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Noformējuma tēmu katalogs \"%s\" nav atrasts." #: login.php:230 msgid "Basic" msgstr "Pamata" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Bloka iestatījumi" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloka tips" #: lib/Application.php:262 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:182 msgid "Bookmarks" msgstr "Grāmatzīmes" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Abi" #: config/prefs.php:774 msgid "Bottom" msgstr "Apakša" #: templates/admin/sessions.html.php:19 msgid "Browser" msgstr "Pārlūks" #: config/registry.php:117 msgid "Calendar" msgstr "Kalendārs" #: lib/Application.php:250 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Atcelt" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Atcelt problēmas pieteikumu" #: admin/activesync.php:184 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Atcelt tīrīšanu" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Paroli automātiski nomainīt nav iespējams. Sazinieties ar administratoru." #: config/prefs.php:534 msgid "Categories and Labels" msgstr "Kategorijas un iezīmes" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Ķeltu (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Centrāleiropas (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Mainīt" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Mainīt atrašanās vietu" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Nomainiet paroli" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Mainīt personīgo informāciju." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Paroles maiņa netiek uzturēta šajā konfigurācijā. Sazinieties ar savu " "administratoru." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Ķeksis" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Pārbaudīt jauninājumus" #: lib/Block/Vatid.php:44 msgid "Checking" msgstr "Pārbauda" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Ķīniešu vienkāršotā (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Ķīniešu tradicionālā (Big5)" #: services/obrowser/index.php:94 #, php-format msgid "Choose %s" msgstr "Izvēlieties %s" #: config/prefs.php:500 msgid "Choose how to display dates (abbreviated format):" msgstr "Izvēlieties datumu attēlošanas veidu (saīsinātā formāta):" #: config/prefs.php:475 msgid "Choose how to display dates (full format):" msgstr "Izvēlieties datumu attēlošanas veidu (pilnā formāta):" #: config/prefs.php:514 msgid "Choose how to display times:" msgstr "Izvēlieties laika attēlošanas veidu:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Notīrīt vaicājumu" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Izdzēst lietotāju: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Izdzēst lietotāju" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Notīrīt lietotāja datus" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Uzklikšķiniet vienai no Jūsu izvēlētajām adrešu grāmatām un atzīmējiet " "laukus, kuros meklēt." #: templates/logintasks/logintasks.html:30 #: templates/logintasks/smartmobile.html:34 msgid "Click to Continue" msgstr "Uzklikšķiniet, lai turpinātu" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Klienta enkurs" #: templates/shares/edit.inc:12 msgid "Close Window" msgstr "Aizvērt logu" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Mākoņi" #: lib/Application.php:222 msgid "Codeword frequency" msgstr "Koda vārdu biežums" #: lib/View/Sidebar.php:65 templates/admin/sessions.html.php:9 #: templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Savērst" #: lib/Prefs/Special/Category.php:44 msgid "Color Picker" msgstr "Krāsu izvēlne" #: config/registry.php:246 msgid "Comics" msgstr "Komiksi" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Komanda" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Komandrinda" #: services/facebook/index.php:38 #, php-format msgid "Comments: %d" msgstr "Komentāri: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Datori" #: lib/Block/Weather.php:251 msgid "Condition" msgstr "Nosacījums" # #-#-#-#-# lv_LV.po (Nag 2.1.4) #-#-#-#-# # #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Nosacījumi" #: admin/config/config.php:59 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Konfigurācija" #: admin/config/diff.php:88 msgid "Configuration Differences" msgstr "konfigurācijas atšķirības" #: config/prefs.php:743 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Sinhronizācijas konfigurācija PDA, viedtālruņiem un Outlook." #: admin/config/index.php:220 msgid "Configuration is out of date." msgstr "Konfigurācija ir novecojusi" #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Pieejami konfigurācijas jauninājuma skripti" #: admin/config/index.php:162 #, php-format msgid "Configure %s" msgstr "Konfigurēt %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Apstiprināt paroli" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Turpināt" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Kūciņa" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Nav iespējams pieslēgties serverim \"%s\" izmantojot FTP: %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Nav iespējams pieslēgties serverim. Mēģiniet vēlāk." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nevar nodzēst konfigurācijas atsvaidzināšanas skriptu \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Nevar atrasta autorizācijas informāciju , lai mijiedarbotos " "ar Jūsu Twitter kontu" #: services/resetpassword.php:100 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Pieprasītajam lietotājam paroli nav iespējams atjaunot. Atsevišķa vai visa " "informācija nav korekta. Mēģiniet vēlreiz vai arī sazinieties ar Jūsu " "sistēmas administratoru, ja nepieciešama palīdzība." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Nevar atjaunot konfigurāciju." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nav iespējams saglabāt konfigurācijas rezerves kopiju: %s." #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nevar saglabāt konfigurācijas atsvaidzināšanas skriptu : \"%s\"." #: admin/config/index.php:97 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nav iespējams saglabāt konfigurācijas failu %s. Izmantojiet vienu no " "piedāvātajām iespējām koda saglabāšanai." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Nav iespējams saglabāt konfigurācijas failu %s. Vai nu izmantojiet vienu no " "piedāvātajām opcijām lai saglabātu kodu %s vai arī iekopējiet to %s ar roku." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nevar saglabāt \"%s\" konfigurāciju: %s" #: lib/Block/Vatid.php:82 msgid "Country" msgstr "Valsts" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Izveidot" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Izveidot jaunu identitāti" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Pašreizējās 4 fāzes" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Pašreizējie brīdinājumi" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Pašreiz bloķētie" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:35 msgid "Current Sessions" msgstr "Aktuālās sesijas" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Pašreizējais laiks" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Šā brīža laika apstākļi" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Šībrīža apstākļi" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: admin/config/index.php:238 admin/config/index.php:276 msgid "DB access is not configured." msgstr "DB pieeja nav konfigurēta." #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is out of date." msgstr "Db shēma ir novecojusi." #: admin/config/index.php:249 admin/config/index.php:288 msgid "DB schema is ready." msgstr "Db shēma gatava." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Dati" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Datubāze" #: lib/Block/Vatid.php:85 msgid "Date" msgstr "Datums" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Saņemšanas datums" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datums: %s; laiks: %s" #: lib/Block/Weather.php:246 msgid "Day" msgstr "Diena" #: config/prefs.php:399 config/prefs.php:421 config/prefs.php:435 #: config/prefs.php:508 themes/default/info.php:2 msgid "Default" msgstr "Noklusētie" #: lib/Prefs/Special/Category.php:59 lib/Prefs/Special/Category.php:89 msgid "Default Color" msgstr "Noklusētās krāsas" # #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Noklusētā čaula" #: config/prefs.php:424 msgid "Default charset for sending e-mail messages:" msgstr "Noklusētais nosūtāmo vēstuļu kodējums:" #: config/prefs.php:309 msgid "Default location to use for location-aware features." msgstr "Noklusētā atrašanās vieta dislokācijas jūtīgām funkcijām." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definīcijas" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Dzēst" #: admin/alarms.php:129 admin/groups.php:206 #, php-format msgid "Delete \"%s\"" msgstr "Dzēst \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Dzēst visus SyncML datus" #: admin/groups.php:180 msgid "Delete Group" msgstr "Dzēst grupu" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Konfigurācijas atsvaidzināšanas skripts \"%s\" izdzēsts." #: lib/Prefs/Special/Syncml.php:66 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Dzēsta sinhronizācijas sesija iekārtai \"%s\" un datu bāzei \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Aprakstiet problēmu" #: config/registry.php:206 msgid "Development" msgstr "Izstrāde" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Iekārta" #: admin/activesync.php:122 msgid "Device ID" msgstr "Iekārtas ID" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Iekārtu vadība" #: lib/Application.php:282 msgid "Device encryption" msgstr "Ierīces šifrēšana" #: lib/Prefs/Special/Activesync.php:83 msgid "Device id:" msgstr "Iekārtas ID:" #: admin/activesync.php:168 lib/Prefs/Special/Activesync.php:71 msgid "Device is wiped" msgstr "Iekārta izslaucīta" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Iekārta veiksmīgi atvienota." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Iekārtas tīrīšana veiksmīgi atcelta." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Rasas punkts" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Rasas punkts pēdējā stundā:" #: lib/Block/Weather.php:181 msgid "Dew point" msgstr "Rasas punkts" #: templates/prefs/facebook.html:13 templates/prefs/facebook.html:25 #: templates/prefs/facebook.html:37 templates/prefs/twitter.html:10 msgid "Disable" msgstr "Izslēgt" #: config/prefs.php:444 msgid "Display 24-hour times?" msgstr "Rādīt 24 h laiku?" #: config/prefs.php:561 msgid "Display Preferences" msgstr "Attēlošanas iestatījumi" #: lib/Block/Weather.php:87 msgid "Display detailed forecast" msgstr "Parādīt detalizētu prognozi" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Rādīt prognozi (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Vai pirmā rinda satur lauku nosaukumus? Ja jā, ieķeksējiet šo rūtiņu:" #: templates/login/login.inc:57 msgid "Don't have an account? Sign up." msgstr "Nav konta? Reģistrējieties." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "Download %s" msgstr "Lejupielādēt %s" #: admin/config/index.php:306 msgid "Download generated configuration as PHP script." msgstr "Lejuplādēt ģenerēto konfigurāciju kā PHP skriptu." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Narkotikas" #: login.php:234 msgid "Dynamic" msgstr "Dinamisks" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "ES PVN identifikācija" # #-#-#-#-# horde.po (Horde 2.1) #-#-#-#-# # #-#-#-#-# lv_LV.po (Mnemo 2.1.2) #-#-#-#-# # # #-#-#-#-# lv_LV.po (Gollem 1.0.3) #-#-#-#-# # #-#-#-#-# lv_LV.po (Mnemo 2.1.2) #-#-#-#-# # # #-#-#-#-# mnemo.po (Mnemo 2.1.2) #-#-#-#-# # #: lib/View/Sidebar.php:222 templates/shares/edit.inc:65 #: templates/shares/edit.inc:82 templates/shares/edit.inc:100 #: templates/shares/edit.inc:117 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:171 #: templates/shares/edit.inc:192 templates/shares/edit.inc:227 #: templates/shares/edit.inc:254 templates/shares/edit.inc:273 #: templates/shares/edit.inc:295 templates/shares/edit.inc:324 msgid "Edit" msgstr "Labot" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Labot \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Mainīt iestatījumus" #: services/shares/edit.php:247 msgid "Edit permissions" msgstr "Labot pieejas tiesības" #: services/shares/edit.php:246 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Labot pieejas tiesības \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Izglītība" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-pasta adrese" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Beigu laiks" #: lib/Block/Weather.php:75 msgid "English" msgstr "Angļu" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Ievadiet jaunās kategorijas nosaukumu:" #: config/prefs.php:359 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Ievadiet drošības jautājumu, kuru izmantot paroles maiņas nepieciešamības " "gadījumā, piemēram - 'kāds ir Jūsu mājdzīvnieka vārds?':" #: lib/Prefs/Special/Twitter.php:49 services/twitter/index.php:184 #: services/twitter/index.php:207 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Kļūda pieslēdzoties Twitte: %s. Sīkāka informācija fiksēta administratora " "žurnālā." #: lib/Prefs/Special/Syncml.php:68 msgid "Error deleting synchronization session:" msgstr "Kļūda dzēšot sinhronizācijas sesiju:" #: lib/Prefs/Special/Syncml.php:76 msgid "Error deleting synchronization sessions:" msgstr "Kļūda dzēšot sinhronizācijas sesijas:" #: services/changepassword.php:59 #, php-format msgid "Error updating password: %s" msgstr "Kļūda mainot paroli: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etniskie" #: services/facebook/index.php:189 msgid "Event Invites:" msgstr "Uzaicinātie:" #: config/prefs.php:622 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Ik 15 minūtes" #: config/prefs.php:641 msgid "Every 2 minutes" msgstr "Ik 2 minūtes" #: config/prefs.php:619 config/prefs.php:639 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Ik 30 sekundes" #: config/prefs.php:621 config/prefs.php:642 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Ik 5 minūtes" #: config/prefs.php:623 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Ik pusstundu" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Ik stundu" #: config/prefs.php:620 config/prefs.php:640 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Katru minūti" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Paraugvērtības" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Izpildīt" #: lib/View/Sidebar.php:66 templates/admin/sessions.html.php:8 #: templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Izvērst" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Ārkārtīgi liels" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "FTP konfigurācijas augšuplietošana" #: config/prefs.php:666 msgid "Facebook Integration" msgstr "Facebook integrācija" #: lib/Application.php:217 msgid "Failed unlock attempts before device is wiped" msgstr "Neveiksmīgas atslēgšanas mēģinājumi pirms iekārtas iztīrīšanas" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Plūsma" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Feed adrese" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Komforts" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Meklēt laukos:" #: config/registry.php:312 msgid "File Manager" msgstr "Faili" #: lib/Block/FbStream.php:60 msgid "Filter" msgstr "Filtrs" #: config/registry.php:88 msgid "Filters" msgstr "Filtri" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Pirmā puse" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Pirmais ceturksnis" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Pārtika" #: lib/Application.php:185 msgid "Force" msgstr "Piespiedu" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Prognoze (TAF)" #: lib/Block/Weather.php:81 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Prognozes dienas (ņemiet vērā, ka prognozes satur gan dienas, gan nakts " "informāciju, liels dienu skaits var izvērsties par apjomīgu bloku)" #: templates/login/login.inc:64 msgid "Forgot your password?" msgstr "Aizmirsāt paroli?" #: config/registry.php:341 msgid "Forms" msgstr "Formas" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortune" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Fortune tips" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Aforismi" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortunes 2" #: config/registry.php:335 msgid "Forums" msgstr "Forumi" #: services/facebook/index.php:188 msgid "Friend Requests:" msgstr "Draugu pieprasījumi:" #: templates/prefs/facebook.html:36 msgid "Friends enabled" msgstr "Draugi iespējoti" #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "no %s (%s °) plkst. %s %s" #: lib/Block/Weather.php:318 #, php-format msgid "From the %s at %s %s" msgstr "No %s plkst. %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Pilns apraksts" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Pilnmēness" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Pilns vārds" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Ģenerēt %s konfigurāciju" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Ģenerētais kods" #: lib/Block/FbStream.php:155 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Saņemt vairāk" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Globālie iestatījumi" #: templates/prefs/app.html:16 msgid "Go" msgstr "Aiziet" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google meklēšana" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Greek (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Grupu vadība" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Grupas nosaukums" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Grupa nav izveidota: %s." #: admin/groups.php:219 templates/shares/edit.inc:269 msgid "Groups" msgstr "Grupas" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Viesa pieejas tiesības" #: lib/Application.php:286 msgid "HTML Email" msgstr "HTML e-pasts" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrew (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Augstums" #: lib/Block/FbStream.php:75 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Plūsmas satura augstums (platums pieskaņojas blokam automātiski)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Palīdzība" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Palīdzības temati" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Puslode" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Faila sākums:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Slēpt paplašinātos iestatījumus" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Slēpt rezultātus" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Mājas mape" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Cik daudz lauku (sleju) šeit ir?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Cik sekundes līdz nākošajam jaunu rakstu pieprasījumam?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:219 lib/Block/Weather.php:259 msgid "Humidity" msgstr "Gaisa mitrums" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristi" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikonas %s" #: config/prefs.php:284 msgid "Identity's name:" msgstr "Identitātes nosaukums:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Imports, %d solis" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Ielādētais lauks: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Ielādētie lauki:" #: lib/Block/TwitterTimeline.php:110 msgid "In reply to:" msgstr "Atbildot uz:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Zemāk redzamajos sarakstos izvēlieties lauka nosaukumu no importējamās " "datnes (kreisajā pusē) un atbilstošo nosaukumu no Jūsu adrešu grāmatas " "(labajā pusē). Pēc tam uzklikšķiniet \"Pievienot pāri\", lai atzīmētu tos " "importam. Kad viss pabeigts, uzklikšķiniet \"Turpināt\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nepareizs lietotāja vārds vai alternatīvā adrese. Sazinieties ar Jūsu " "sistēmas administratoru, ja nepieciešama palīdzība." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Individuālie lietotāji" #: config/registry.php:240 msgid "Information" msgstr "Informācija" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Atvasinātie locekļi" #: config/prefs.php:373 msgid "Insert an email address to which you can receive the new password:" msgstr "Norādiet e-pasta adresi, kur varat saņemt jauno paroli." #: config/prefs.php:366 msgid "Insert the required answer to the security question:" msgstr "Pareizā atbilde uz drošības jautājumu:" #: lib/Block/Vatid.php:58 msgid "Invalid VAT identification number format." msgstr "Nepareizs PVN maksātāja reģistrācijas numura formāts." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Nepareiza darbība %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Nederīga aplikācija." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Nepareizs hash." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Nederīgas augstākā līmeņa tiesības." #: config/registry.php:293 msgid "Inventory" msgstr "Inventārs" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanese (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:111 msgid "Just now..." msgstr "Tikai tagad..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kodola jaunuļi" #: services/help/index.php:161 msgid "Keyword" msgstr "Atslēgvārds" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Bērni" #: config/registry.php:301 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korean (EUC-KR)" #: login.php:382 templates/login/login.inc:37 msgid "Language" msgstr "Valoda" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Liels" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Otrā puse" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Pēdēja paroles maiņa" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Pēdējais ceturksnis" #: admin/activesync.php:101 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Pēdējās sinhronizācijas laiks" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Pēdējo reizi atjaunots:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Pēdējā pieslēgšanās: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Pēdējā pieslēgšanās: %s no %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Pēdējā pieslēgšanās: nekad" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Pēdējais" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Likumi" #: services/facebook/index.php:81 msgid "Like" msgstr "Līdzīgs" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerika" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux kūciņa" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Tabulu saraksts" #: admin/alarms.php:137 #, php-format msgid "Listing alarms failed: %s" msgstr "Kļūme veidojot brīdinājumu sarakstu: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Kļūme veidojot bloķēto sarakstu: %s" #: templates/admin/sessions.html.php:37 #, php-format msgid "Listing sessions failed: %s" msgstr "Kļūme veidojot sesiju sarakstu: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Lietotāju saraksta aplūkošana atslēgta." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatūra" #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Vietējais laiks: %s %s" #: config/prefs.php:382 msgid "Locale and Time" msgstr "Lokāle un laiks" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 msgid "Location" msgstr "Atrašanās vieta" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Bloķēt lietotāju" #: admin/locks.php:61 msgid "Locks" msgstr "Bloķētie" #: login.php:310 templates/login/login.inc:46 msgid "Log in" msgstr "Pieslēgties" #: templates/portal/smartmobile.inc:5 msgid "Log out" msgstr "Iziet" #: templates/prefs/facebook.html:8 msgid "Logged in to Facebook" msgstr "Savieno s ar Facebook" #: login.php:339 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Pieslēgties neizdevās, jo ievadīts nepareizs lietotāja vārds vai parole." #: login.php:335 msgid "Login failed." msgstr "Pieslēgties neizdevās" #: templates/prefs/facebook.html:49 msgid "Login to Facebook and authorize " msgstr "Pieslēdzities Facebook un autorizējiet " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Pieslēdzities Twitter un autorizējiet aplikāciju" #: templates/prefs/facebook.html:9 msgid "Logout" msgstr "Iziet" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Mīlestība" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magic" #: config/registry.php:80 msgid "Mail" msgstr "Pasts" #: config/registry.php:346 msgid "Mail Admin" msgstr "Pasta admins" #: config/prefs.php:535 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Jūsu objektu iezīmēšanai izmantojamo kategoriju un piešķirto krāsu saraksts." #: config/prefs.php:759 msgid "Manage your ActiveSync devices." msgstr "Vadīt Jūsu ActiveSync iekārtas." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Saskanošie lauki" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Maks. temp. pēdējās 24 stundās:" #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Maks. temp. pēdējās 6 stundās:" #: lib/Application.php:290 msgid "Maximum Email age" msgstr "Maksimālais e-pasta vecums" #: lib/Application.php:48 msgid "Maximum Number of Portal Blocks" msgstr "Maksimālais portāla bloku skaits" #: lib/Application.php:234 msgid "Maximum attachment size" msgstr "Maksimālais pielikuma lielums" #: lib/Block/FbStream.php:66 msgid "Maximum number of entries to display" msgstr "Maksimālais vienlaikus rādāmo ierakstu skaits" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicīna" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Vidējs" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Locekļi" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Citāti" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar Weather" #: lib/Block/Metar.php:62 lib/Block/Weather.php:76 msgid "Metric" msgstr "Metriskās" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Min. temp. pēdējās 24 stundās:" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Min. temp. pēdējās 6 stundās:" #: lib/Application.php:196 msgid "Minimum PIN length" msgstr "Minimālais PIN garums" #: lib/Application.php:212 msgid "Minutes of inactivity before device should lock" msgstr "Minūtes bez aktivitātes pirms ierīces aizslēgšanās" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Dažādi" #: admin/config/index.php:197 msgid "Missing configuration." msgstr "Nav atrodama konfigurācija." #: login.php:242 msgid "Mobile (Minimal)" msgstr "Mobilais pasts" #: login.php:238 msgid "Mobile (Smartphone)" msgstr "Mobilais (viedtālrunis)" #: templates/portal/smartmobile.inc:11 msgid "Mobile Optimized Apps" msgstr "Mobilai lietošanai optimizētas aplikācijas" #: login.php:221 msgid "Mode" msgstr "Mode" #: config/prefs.php:523 msgid "Monday" msgstr "Pirmdiena" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Mēness fāzes" #: config/registry.php:306 msgid "My Account" msgstr "Man konts" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Jūsu informācija" #: lib/Block/FbStream.php:37 msgid "My Facebook Stream" msgstr "Mana Facebook plūsma" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mans portāls" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Mans portāla izkārtojums" #: lib/Block/Weather.php:308 lib/Block/Weather.php:312 #: lib/Block/Weather.php:328 msgid "N/A" msgstr "Nav" #: templates/logintasks/logintasks.html:27 #: templates/logintasks/smartmobile.html:29 msgid "NO, I Do NOT Agree" msgstr "Nē, es nepiekrītu" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "UZMANĪBU: IEKĀRTAS IZTĪRĪŠANA VAI NOVEST PIE RŪPNĪCAS IESTATĪJUMU " "ATJAUNOŠANAS. PIRMS IZTĪRĪŠANAS PIEPRASĪŠANAS PĀRLIECINIETIES, VAI PATIEŠĀM " "TO VĒLATIES" #: lib/Block/Vatid.php:90 msgid "Name" msgstr "Vārds" #: config/prefs.php:618 config/prefs.php:638 lib/Application.php:184 #: templates/portal/layout.inc:97 msgid "Never" msgstr "Nekad" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Jauna kategorija" #: services/facebook/index.php:185 msgid "New Messages:" msgstr "Jaunas vēstules:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Jauns Mēness" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Jauns lietotāja vārds (nav obligāts)" #: services/changepassword.php:32 msgid "New password" msgstr "Jauna parole" #: services/changepassword.php:43 msgid "New passwords don't match." msgstr "Jaunās paroles neatbilst." #: config/registry.php:251 lib/Block/Fortune.php:59 msgid "News" msgstr "Jaunumi" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Turpināt" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Nākošās 4 fāzes" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Nav skaņas" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Nav pieejami konfigurācijas dati, kuriem rādīt atšķirības." #: admin/config/diff.php:45 msgid "No change." msgstr "Nav izmaiņu." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ikonas nav atrastas." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Nav attēlojamu ierakstu" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nav iestatīta atrašanās vieta." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Neaizskaroši dienas citāti" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nav gaidošu pieteikumu." #: lib/Application.php:303 msgid "No push while roaming" msgstr "Neizmantot stumšanu (push) viesabonēšanas laikā" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Nav norādīts drošības jautājums. Sazinieties ar savu administratoru." #: admin/config/index.php:141 admin/config/index.php:182 msgid "No stable version exists yet." msgstr "Stabila versija pagaidām nepastāv." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nav norādīts lietotājs." #: admin/config/index.php:203 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Oriģinālajā konfigurācijā nav atrasta versijas informācija. Reģenerējam " "konfigurāciju." #: admin/config/index.php:212 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Konfigurācijā nav atrasta versijas informācija. Reģenerējam konfigurāciju." #: lib/Prefs/Special/Activesync.php:62 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Neviens" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Ziemeļu puslode" #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:77 msgid "Not Provisioned" msgstr "Nav nodrošināts" #: config/registry.php:166 msgid "Notes" msgstr "Piezīmes" #: services/obrowser/index.php:35 msgid "Nothing to browse, go back." msgstr "Nav ko pārlūkot, atgriezieties atpakaļ." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Rādāmo rakstu skaits" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "pēc cik sekundēm atsvaidzināt:" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Objektu redaktors" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Apvainojumu filtrs" #: config/registry.php:263 msgid "Office" msgstr "Birojs" #: services/changepassword.php:45 msgid "Old and new passwords must be different." msgstr "Vecajai un jaunajai parolei ir jāatšķiras." #: services/changepassword.php:31 msgid "Old password" msgstr "Vecā parole" #: services/changepassword.php:41 msgid "Old password is not correct." msgstr "Nepareiza vecā parole." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Tikai aizskaroši dienas citāti" #: services/shares/edit.php:89 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Tikai objekta īpašnieks vai sistēmas administrators var mainīt koplietojuma " "īpašnieku vai tā pieejas tiesības." #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operētājsistēma" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Vai ievadiet lietotāja vārdu:" #: config/prefs.php:560 config/prefs.php:665 config/prefs.php:691 #: config/prefs.php:716 config/prefs.php:741 config/prefs.php:757 msgid "Other Information" msgstr "Cita informācija" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Citi iestatījumi" #: config/registry.php:177 msgid "Others" msgstr "Citi" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Īpašnieks" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Īpašnieks:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP kods" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP čaula" #: lib/Application.php:266 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP e-pasta konti" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX paplašinājums nav atrodams" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "P_HP čaula" #: login.php:204 admin/config/index.php:319 admin/user.php:39 #: admin/user.php:53 config/registry.php:324 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Parole" #: lib/Application.php:201 msgid "Password Complexity" msgstr "Paroles sarežģītība" #: services/changepassword.php:50 msgid "Password changed successfully." msgstr "Parole veiksmīgi nomainīta." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Parolēm ir jāsakrīt." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Ielīmēt" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Gaidoši pieteikumi:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Cilvēki" #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Izpildīt pieslēgšanās uzdevumus" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Tiesības \"%s\" nav izdzēstas." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Tiesības" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:129 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Tiesību vadība" #: config/prefs.php:272 msgid "Personal Information" msgstr "Personīgā informācija" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Mājdzīvnieki" #: config/registry.php:194 msgid "Photos" msgstr "Foto" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Banalitātes" #: login.php:210 msgid "Please enter a password." msgstr "Lūdzu ievadiet paroli." #: login.php:209 msgid "Please enter a username." msgstr "Lūdzu ievadiet lietotāja vārdu." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Lūdzu norādiet problēmas anotāciju." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lūdzu, izlasiet sekojošo tekstu. Jums IR JĀPIEKRĪT noteikumiem, ja vēlaties " "izmantot šo sistēmu." #: services/facebook/index.php:187 msgid "Pokes:" msgstr "Belzieni:" #: admin/activesync.php:108 msgid "Policy Key" msgstr "Politikas atslēga" #: lib/Prefs/Special/Activesync.php:83 msgid "Policy Key:" msgstr "Policy Key:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:773 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Atbildes teksta novietojums, atbildot uz e-pastu no Jūsu ierīces. Ņemiet " "vērā, ka dažas ierīces citēto tekstu vienmēr pievieno atbildes beigās." #: services/facebook/index.php:33 #, php-format msgid "Posted %s" msgstr "Nosūtīts %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Nosūtīts %s caur %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Nokrišņi pēdējā %d stundā:" msgstr[1] "Nokrišņi pēdējās %d stundās:" msgstr[2] "Nokrišņi pēdējās %d stundās:" #: lib/Block/Weather.php:255 #, php-format msgid "Precipitation%schance" msgstr "Nokrišņu%siespējamība" #: lib/Block/Metar.php:199 lib/Block/Weather.php:192 msgid "Pressure" msgstr "Spiediens" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Spiediens jūras līmenī:" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Galvenais" #: services/problem.php:161 msgid "Problem Description" msgstr "Problēmas apraksts" # #-#-#-#-# ingo.po (Ingo H3 (1.1.5)) #-#-#-#-# # #-#-#-#-# lv_LV.po (Mnemo 2.1.2) #-#-#-#-# # # #-#-#-#-# mnemo.po (Mnemo 2.1.2) #-#-#-#-# # #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:76 msgid "Provisioned" msgstr "Nodrošināts" # #-#-#-#-# ingo.po (Ingo H3 (1.1.5)) #-#-#-#-# # #-#-#-#-# lv_LV.po (Mnemo 2.1.2) #-#-#-#-# # # #-#-#-#-# mnemo.po (Mnemo 2.1.2) #-#-#-#-# # #: lib/Application.php:180 msgid "Provisioning" msgstr "Nodrošināšana" #: templates/prefs/facebook.html:12 msgid "Publish enabled." msgstr "Publicēšana iespējota." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Vaicājums" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Gadījuma citāts" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Lasīt" #: templates/prefs/facebook.html:24 msgid "Read enabled" msgstr "Lasīšana atļauta" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Tiešām dzēst \"%s\"? Šī darbība ir neatgriezeniska." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Tiešām izdzēst lietotāja \"%s\" datus? Šī darbība ir neatgriezeniska." #: config/prefs.php:644 msgid "Refresh Dynamic Menu Elements:" msgstr "Atsvaidzināt dinamiskās izvēlnes elementus:" #: config/prefs.php:625 msgid "Refresh Portal View:" msgstr "Atsvaidzināt portāla skatījumu:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Atsvaidzināšanas biežums:" #: admin/activesync.php:137 msgid "Registered User Devices" msgstr "Reģistrētās lietotāja iekārtas" #: templates/portal/smartmobile.inc:17 msgid "Regular Apps" msgstr "Ierastās aplikācijas" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Remarkas" #: templates/admin/sessions.html.php:23 msgid "Remote Host" msgstr "Attālinātā stacija" #: admin/activesync.php:186 templates/admin/groups/edit.inc:25 #: templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Aizvākt" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Izdzēst pāri" #: admin/config/index.php:338 msgid "Remove saved script from server's temporary directory." msgstr "Izdzēsiet saglabāto skriptu no servera pagaidu kataloga." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Dzēst lietotāju" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Dzēst lietotāju: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Atbildēt" # #-#-#-#-# ingo.po (Ingo H3 (1.1.5)) #-#-#-#-# # #-#-#-#-# lv_LV.po (Mnemo 2.1.2) #-#-#-#-# # # #-#-#-#-# mnemo.po (Mnemo 2.1.2) #-#-#-#-# # #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Nodrošināt visas iekārtas" #: lib/Application.php:191 msgid "Require PIN" msgstr "Pieprasīt PIN" #: lib/Application.php:274 msgid "Require S/MIME Encryption" msgstr "Pieprasīt S/MIME šifrēšanu" #: lib/Application.php:278 msgid "Require S/MIME Signature" msgstr "Pieprasīt S/MIME parakstu" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Sākt no jauna" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Atjaunot paroli" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Atjaunot iekārtas stāvokli. Tas liks Jūsu iekārtās atkārtoti sinhronizēt " "visus datus." #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Atjaunojiet savu paroli" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Atjaunot pēdējo vaicājumu" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Rezultāti" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "%s rezultāti " #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Atgriezties Galvenajā ekrānā" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Pārčiepstēt" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Pārčiepstējis %s" #: services/changepassword.php:33 msgid "Retype new password" msgstr "Atkārtojiet jauno paroli" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Atjaunot iepriekšējo konfigurāciju" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Mīklas" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Palaist" #: templates/logintasks/smartmobile.html:22 msgid "Run Login Tasks" msgstr "Izpildīt pieslēgšanās uzdevumus" #: lib/Application.php:246 msgid "SD card" msgstr "SD karte" #: lib/Application.php:239 msgid "SD card encryption" msgstr "SD kartes Šifrēšana" #: lib/Application.php:254 msgid "SMS Text messages" msgstr "SMS teksta ziņojumi" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQl čaula" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "S_Ql čaula" # #-#-#-#-# horde.po (Horde 2.1) #-#-#-#-# # #-#-#-#-# lv_LV.po (Nag 2.1.4) #-#-#-#-# # # #-#-#-#-# nag.po (Nag 2.1.4) #-#-#-#-# # #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Saglabāt" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:335 #, php-format msgid "Save \"%s\"" msgstr "Saglabāt \"%s\"" #: templates/shares/edit.inc:336 msgid "Save and Finish" msgstr "Saglabāt un beigt" #: admin/config/index.php:310 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Saglabāt ģenerēto konfigurāciju kā PHP skriptu Jūsu servera pagaidu katalogā." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Konfigurācijas uzlabojuma skripts saglabāts : \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Zinātne" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Loks" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Meklēt" #: lib/View/Topbar.php:58 services/help/index.php:156 #: templates/admin/user/list.inc:14 msgid "Search" msgstr "Meklēt" #: templates/admin/user/list.inc:12 msgid "Search:" msgstr "Meklēt:" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Izvēlieties pievienojamo grupu:" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Izvēlieties jaunu īpašnieku:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Izvēlieties serveri" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Izvēlieties pievienojamo lietotāju:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Izvēlieties laukus, kuros meklēt izvēršot adreses." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Izvēlieties datuma un laika formātu:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Izvēlieties datuma atdalītāju:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Izvēlieties datuma formātu:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Izvēlieties dienas un laika kārtību:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Izvēlieties laika atdalītāju:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Izvēlieties laika formātu:" #: config/prefs.php:611 msgid "Select your color scheme." msgstr "Izvēlieties krāsu shēmu." #: config/prefs.php:396 msgid "Select your preferred language:" msgstr "Izvēlieties valodu:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Nosūtīt problēmas pieteikumu" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensors:" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Servera laiks" #: admin/sessions.php:69 msgid "Session Administration" msgstr "Sesiju vadība" #: templates/admin/sessions.html.php:15 msgid "Session Timestamp" msgstr "Sesijas laika zīmogs" #: lib/Api.php:57 msgid "Sessions" msgstr "Sesijas" #: config/prefs.php:342 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "Iestatiet iespēju atjaunot paroli gadījumam, ja sanāk to aizmirst." #: config/prefs.php:667 msgid "Set up integration with your Facebook account." msgstr "Iestatiet integrāciju ar Jūsu Facebook kontu." #: config/prefs.php:693 msgid "Set up integration with your Twitter account." msgstr "Iestatiet integrāciju ar Jūsu Twitter kontu." #: config/prefs.php:383 msgid "Set your preferred language, timezone and date preferences." msgstr "Iestaties vēlamo valodu, laika joslu un datuma formātu." #: config/prefs.php:562 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Iestatiet starta aplikāciju, krāsu shēmu, lapu atjaunošanas biežumu un citus " "ekrāna iestatījumus." #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Šim parametram iespējamas vairākas atrašanās vietas: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Īss kopsavilkums" #: config/prefs.php:651 msgid "Should access keys be defined for most links?" msgstr "Vai vairuma saišu definēt pieejas taustiņus?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Rādīt" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Rādīt paplašinātos iestatījumus" #: admin/config/index.php:300 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Rādīt atšķirības starp šobrīd saglabāto un no jauna ģenerēto konfigurāciju." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Rādīt papildu informāciju?" #: config/prefs.php:595 msgid "Show last login time when logging in?" msgstr "Pieslēdzoties rādīt iepriekšējās pieslēgšanās laiku?" #: lib/Block/FbStream.php:71 msgid "Show notifications" msgstr "Rādīt paziņojumus" #: templates/logintasks/logintasks.html:23 #: templates/logintasks/smartmobile.html:23 msgid "Skip Login Tasks" msgstr "Izlaist pieslēgšanās uzdevumus" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Mazs" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Sniega segas dziļums:" #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Sniega ūdens ekvivalents:" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Dziesmas un poēmas" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "South European (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Dienvidu puslode" #: config/registry.php:103 msgid "Spam" msgstr "Mēstules" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sports" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standarta" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Sākuma laiks" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Stāvokļa vadība" #: admin/activesync.php:115 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Statuss" #: services/facebook/index.php:232 msgid "Status unable to be set." msgstr "Nevar uzstādīt statusu." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Straume" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Apakškatalogs \"%s\" nav atrasts." #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Iesniegts pieteikums pievienot \"%s\" sistēmai. Jūs nevarat ieiet kamēr " "pieteikums nav apstiprināts." #: services/facebook/index.php:138 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Veiksmīgi pieslēdzās Jūsu Facebook kontam vai atsvaidzināja iestatījumus." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Veiksme" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" veiksmīgi pievienots sistēmai." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Lietotāja \"%s\" dati veiksmīgi iztīrīti no sistēmas." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" veiksmīgi dzēsts." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" veiksmīgi aizvākts no sistēmas." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Konfigurācija veiksmīgi atjaunota. Pārlādējiet, lai redzētu izmaiņas." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Konfigurācijas rezerves kopija veiksmīgi saglabāta." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" veiksmīgi atsvaidzināts." #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s veiksmīgi saglabāts" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Saule lec" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Saule riet" #: config/prefs.php:522 msgid "Sunday" msgstr "Svētdiena" #: lib/Block/Weather.php:166 lib/Block/Weather.php:167 msgid "Sunrise" msgstr "Saullēkts" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Saullēkts/saulriets" #: lib/Block/Weather.php:169 lib/Block/Weather.php:170 msgid "Sunset" msgstr "Saulriets" #: lib/Application.php:294 msgid "Sync all" msgstr "Sinhronizēt visu" #: config/prefs.php:742 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Sindicētā plūsma" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tag Cloud" #: config/registry.php:152 msgid "Tasks" msgstr "Uzdevumi" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temp. pēdējā stundā:" #: lib/Block/Metar.php:188 lib/Block/Weather.php:176 msgid "Temperature" msgstr "Temperatūra" #: lib/Block/Weather.php:247 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatūra%s(%sMaks%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:76 services/facebook/index.php:147 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Nevar sazināties ar Facebook. Mēģiniet vēlāk." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Nevar sazināties ar Twitter. Mēģiniet vēlāk." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:111 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Ierīces ar id %s attālinātā tīrīšana atcelta." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Brīdinājums izdzēsts." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Brīdinājums saglabāts." #: admin/config/index.php:100 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "%s konfigurāciju nevar atsvaidzināt automātiski. Lūdzu veiciet to pašrocīgi." #: config/prefs.php:302 msgid "The default e-mail address to use with this identity:" msgstr "Noklusētā e-pasta adrese lietošanai ar šo identitāti:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Bloķēšana atcelta." #: lib/Block/Vatid.php:113 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "The member state service could not be reached in time. Try again later or " "with a different member state." #: lib/Block/Vatid.php:109 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "The member state service is currently not available. Try again later or with " "a different member state." #: lib/Block/Vatid.php:101 msgid "The provided country code is invalid." msgstr "Norādītais valsts kods nav pareizs" #: lib/Block/Vatid.php:105 msgid "The service is currently not available. Try again later." msgstr "Pakalpojums šobrīd nav pieejams. Mēģiniet vēlāk." #: lib/Block/Vatid.php:117 msgid "The service is currently too busy. Try again later." msgstr "Serviss šobrīd ir pārāk noslogots. Mēģiniet vēlāk." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" pieteikums aizvākts." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Lietotāja \"%s\" pieteikums aizvākts." #: lib/Prefs/Special/Activesync.php:126 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Iekārtas %s stāvoklis aizvākts. Tā tiks atkārtoti sinhronizēta, kad nākošo " "reizi pieslēgsies serverim." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Testa skripts šobrīd ir ieslēgts. Kad esat beiguši testēšanu, drošības " "apsvērumu dēļ iesakām to atslēgt (skat. horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Lietotājs \"%s\" jau eksistē." #: services/shares/edit.php:91 services/shares/edit.php:176 #, php-format msgid "The user \"%s\" does not exist." msgstr "Lietotājs \"%s\" neeksistē." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Noformējuma tēmu katalogs \"%s\" nav atrasts." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Kļūme pievienojot sistēmai \"%s\" : %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Kļūme tīrot lietotāja \"%s\" datus no sistēmas:" #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Kļūme dzēšot \"%s\" no sistēmas:" #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Kļūme atsvaidzinot \"%s\": %s" #: lib/Prefs/Special/Activesync.php:129 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Kļūda sazinoties ar ActiveSync serveri: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:102 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Kļūda sazinoties ar Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Kļūda konfigurācijas formā. Iespējams, neaizpildījāt kādu obligāto lauku." #: lib/Block/FbStream.php:147 services/facebook/index.php:174 #: services/facebook/index.php:191 #, php-format msgid "There was an error making the request: %s" msgstr "Kļūda izpildot pieprasījumu: %s" #: services/facebook/index.php:142 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "Kļūda uzsākot Facebook sesiju. Mēģiniet vēlāk." #: lib/Application.php:166 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Kļūda dzēšot %s globālos datus. Informācija par kļūmi ierakstīta žurnālā." #: services/facebook/index.php:157 msgid "There was an error with the requested permissions" msgstr "Kļūda pieprasītajās tiesībās" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is invalid." msgstr "PVN maksātāja numurs nav derīgs." #: lib/Block/Vatid.php:76 msgid "This VAT identification number is valid." msgstr "PVN maksātāja numurs ir derīgs." #: config/registry.php:223 msgid "Tickets" msgstr "Biļetes" #: config/registry.php:269 msgid "Time Tracking" msgstr "Laika uzskaite" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Laika formāts" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Laika zīmogs vai nezināms" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Veiksmīgo sinhronizācijas sesiju laika zīmogi" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Nosaukums" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Lai izslēgtu kādu lauku no importa vai lai labotu nepareizu atbilstību, " "izvēlieties pāri no zemāk redzamajiem sarakstiem un uzklikšķiniet \"Aizvākt " "pāri\". " #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Lai iezīmētu vairākus objektus, klikšķinot turiet nospiestu Control (PC) vai " "Command (MAC) pogu." #: lib/Block/Weather.php:280 msgid "Today" msgstr "Šodiena" #: lib/Block/Weather.php:282 msgid "Tomorrow" msgstr "Rītdiena" #: config/prefs.php:774 msgid "Top" msgstr "Augša" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Tulkojumi" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkish (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:692 msgid "Twitter Integration" msgstr "Twitter Integrācija" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter skrejošā rinda" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "%s Twitter skrejošā rinda" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:80 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "Nevar sazināties ar Twitter. Mēģiniet vēlreiz. Kļūdas paziņojums: %s" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Nevar nodzēst \"%s\": %s." #: services/facebook/index.php:257 msgid "Unable to set like." msgstr "Nevar uzstādīt patikšanu." #: services/facebook/index.php:126 msgid "Unable to validate the request token. Please try your request again." msgstr "Nav iespējams apstiprināt pieprasījumu. Lūdzu, atkārtojiet to." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Atcelt izmaiņas" #: lib/Prefs/Special/Category.php:73 msgid "Unfiled" msgstr "Neklasificēts" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:72 msgid "Units" msgstr "Vienības" #: admin/sessions.php:36 msgid "Unknown" msgstr "Nezināms" #: admin/locks.php:43 msgid "Unlock" msgstr "Atbloķēt" #: lib/Block/FbStream.php:142 templates/admin/user/list.inc:34 msgid "Update" msgstr "Mainīt" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Mainīt %s" #: admin/config/index.php:165 admin/config/index.php:263 #, php-format msgid "Update %s schema" msgstr "Atsvaidzināt %s shēmu" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Atsvaidzināt visas DB shēmas" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Atsvaidzināt visas konfigurācijas" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Mainīt lietotāju" #: admin/groups.php:105 admin/perms/edit.php:110 services/shares/edit.php:239 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" mainīts." #: admin/config/index.php:115 #, php-format msgid "Updated schema for %s." msgstr "%s shēma atsvaidzināta." #: admin/config/index.php:317 msgid "Upload" msgstr "Augšupielādēt" #: admin/config/index.php:325 msgid "Uploaded all application configuration files to the server." msgstr "Visas aplikāciju konfigurācijas augšupielādētas." #: config/prefs.php:718 msgid "Use if name/password is different for IMSP server." msgstr "Lietot, ja lietotāja vārds/parole IMSP serverim atšķiras." #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Lietotājs" #: admin/user.php:240 msgid "User Administration" msgstr "Lietotāju vadība" #: lib/Prefs/Special/Activesync.php:83 msgid "User Agent:" msgstr "Lietotāja aģents" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Lietotāja vārds" #: signup.php:74 msgid "User Registration" msgstr "Lietotāja reģistrācija" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Lietotāju reģistrēšana šai sistēmai nav iespējota." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Lietotāju reģistrācija nav korekti konfigurēta." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Konts nav atrasts" #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Pievienojamais lietotājs:" #: login.php:199 admin/config/index.php:318 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Lietotāja vārds" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Lietotāji" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Lietotāji sistēmā:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "PVN numura verifikācija" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "PVN identifikācijas numurs:" #: lib/Block/Vatid.php:84 msgid "VAT number" msgstr "PVN numurs" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Versijas pārbaude" #: config/registry.php:212 msgid "Version Control" msgstr "Versiju kontrole" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamese (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "apskatīt ārējo tīmekļa lapu" #: lib/Block/Metar.php:183 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Redzamība" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Brīdinājums" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Laika apstākļi" #: lib/Block/Weather.php:340 lib/Block/Weather.php:348 msgid "Weather data provided by" msgstr "Laika ziņu avots - " #: config/registry.php:329 msgid "Web Site" msgstr "Vietne" #: lib/Application.php:270 msgid "Web browser" msgstr "Tīmekļa pārlūks" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Laipni lūdzam" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Laipni lūdzm, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:575 #, php-format msgid "What application should %s display after login?" msgstr "Kuru aplikāciju %s jāatver pēc pieslēgšanās?" #: lib/Block/TwitterTimeline.php:107 msgid "What are you working on now?" msgstr "Pie kā Jūs šobrīd strādājat?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Kāds ir atdalītājsimbols?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Kāds ir citēšanas simbols?" #: config/prefs.php:525 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Kuru nedēļas dienu vēlaties noteikt kā pirmo nedēļā?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Kuras fāzes" #: config/prefs.php:631 #, php-format msgid "Width of the %s menu on the left:" msgstr "Kreisās %s izvēlnes platums:" #: lib/Application.php:258 msgid "Wifi" msgstr "Wifi" #: config/registry.php:200 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:205 lib/Block/Weather.php:263 msgid "Wind" msgstr "Vējš" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Vēja ātrums mezglos" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vējš:" #: admin/activesync.php:182 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Slaucīt" #: admin/activesync.php:163 lib/Prefs/Special/Activesync.php:66 msgid "Wipe is pending" msgstr "Gaida uz tīrīšanu" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Gudrība" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Ar" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Darbs" #: config/registry.php:235 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "GG" #: templates/logintasks/logintasks.html:26 #: templates/logintasks/smartmobile.html:28 msgid "Yes, I Agree" msgstr "Jā, piekrītu" #: services/facebook/index.php:89 services/facebook/index.php:251 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Jums un %d personām tas patīk" msgstr[1] "Jums un %d personai tas patīk" msgstr[2] "Jums un %d personām tas patīk" #: lib/Api.php:246 msgid "You are not allowed to add groups." msgstr "Jums nav atļauts pievienot grupas." #: lib/Api.php:363 msgid "You are not allowed to add shares." msgstr "Jums nav atļauts pievienot koplietojumus." # #: lib/Api.php:289 lib/Api.php:312 msgid "You are not allowed to change groups." msgstr "Jums nav atļauts mainīti grupas." #: lib/Api.php:444 lib/Api.php:481 lib/Api.php:515 lib/Api.php:540 msgid "You are not allowed to change shares." msgstr "Jums nav atļauts mainīt koplietojumus." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Jums nav atļauts dzēst grupas." #: lib/Api.php:388 msgid "You are not allowed to delete shares." msgstr "Jums nav atļauts dzēst koplietojumus." #: lib/Api.php:672 msgid "You are not allowed to list groups of shares." msgstr "Jums nav atļauts apskatīt koplietojumu grupas." #: lib/Api.php:566 lib/Api.php:604 msgid "You are not allowed to list share permissions." msgstr "Jums nav atļauts apskatīt koplietojumu pieejas tiesības." #: lib/Api.php:413 msgid "You are not allowed to list shares." msgstr "Jums nav atļauts apskatīt koplietojumus." #: lib/Api.php:335 msgid "You are not allowed to list users of groups." msgstr "Jums nav atļauts apskatīt grupu lietotājus." #: lib/Api.php:642 msgid "You are not allowed to list users of shares." msgstr "Jums nav ļauts apskatīt koplietojumu lietotājus." #: lib/Block/FbStream.php:106 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Pieslēgums Jūsu Facebook kontam nav izveidots. Lūdzu, pārbaudiet Facebook " "iestatījumus savā %s." #: lib/Block/FbStream.php:148 services/facebook/index.php:175 #: services/facebook/index.php:192 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Jūs varat pārbaudīt savus Facebook iestatījums Jūsu %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Jūs nepiekritāt Lietošanas noteikumiem, tādēļ pieeja sistēmai Jums ir liegta." #: login.php:331 msgid "You have been logged out." msgstr "Jūs atslēdzāties no sistēmas." #: services/facebook/index.php:155 msgid "You have denied the requested permissions." msgstr "Jūsu tiesību pieprasījums noraidīts." #: lib/Block/TwitterTimeline.php:160 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Jūsu Twitter konts nav pareizi pieslēgts Horde. Lūdzu, pārbaudiet Twitter " "iestatījumus savā %s." #: services/facebook/index.php:92 services/facebook/index.php:245 #: services/facebook/index.php:253 msgid "You like this" msgstr "Jums tas patīk" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Aprakstiet problēmu pirms pieteikuma sūtīšanas." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Jānorāda iztīrāmā lietotāja vārds." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Jānorāda dzēšamā lietotāja vārds." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Jānorāda pievienojamā lietotāja vārds." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Jānorāda atsvaidzināmā lietotāja vārds." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Jūsu e-pasta adrese" #: config/prefs.php:271 config/prefs.php:340 config/prefs.php:381 #: config/prefs.php:533 msgid "Your Information" msgstr "Jūsu informācija" #: login.php:319 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Jūsu IP adrese ir mainījusies sesijas laikā. Lai aizsargātu Jūsu drošību, " "lūdzu, pieslēdzieties no jauna." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Jūsu vārds" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Jūsu autentifikācijas mehānisms neuztur lietotāju pievienošanu. Ja vēlaties " "izmantot Horde lietotāju kontu administrēšanai, jāizmanto atbilstošs " "autentifikācijas mehānisms." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Jūsu autentifikācijas mehānisms neuztur lietotāju saraksta attēlošanu vai " "arī šī funkcionalitāte ir ar nolūku atslēgta." #: login.php:323 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Izskatās, ka sesijas laikā ir mainījies Jūsu pārlūks. Lai aizsargātu Jūsu " "drošību, Jums ir jāpieslēdzas no jauna." #: lib/Block/Iframe.php:65 msgid "Your browser does not support this feature." msgstr "Jūsu pārlūkprogramma neuztur šādu funkciju." #: config/prefs.php:432 msgid "Your current time zone:" msgstr "Jūsu pašreizējā laika zona:" #: config/prefs.php:293 msgid "Your full name:" msgstr "Jūsu pilnais vārds:" #: login.php:343 msgid "Your login has expired." msgstr "Jūsu pieejas tiesības izbeigušās." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Jūsu jaunā %s parole ir: %s" #: services/resetpassword.php:81 msgid "Your password has been reset" msgstr "Jūsu parole ir atjaunota" #: services/resetpassword.php:95 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Jūsu parole ir atjaunota, taču to nav iespējams nosūtīt. Sazinieties ar savu " "administratoru." #: services/resetpassword.php:90 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Jūsu parole ir atjaunota, pārbaudiet savu e-pastu un pieslēdzieties ar jauno " "paroli." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Jūsu paroles derīguma termiņš ir beidzies" #: login.php:173 msgid "Your password has expired." msgstr "Jūsu paroles derīguma termiņš ir beidzies." #: login.php:315 msgid "Your session has expired. Please login again." msgstr "Jūsu sesija ir beigusies. Lūdzu pieslēdzieties atkārtoti." #: login.php:327 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Jūsu sesijas laiks ir beidzies. Lūdzu pieslēdzieties atkārtoti." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Sparīgs" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Problēmas ziņojums]" #: lib/Api.php:52 msgid "_Alarms" msgstr "Brīdinājumi" #: lib/Api.php:72 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 msgid "_Configuration" msgstr "Konfigurācija" #: lib/Api.php:37 msgid "_Groups" msgstr "Grupas" #: lib/Api.php:47 msgid "_Locks" msgstr "Bloķētie" #: lib/Api.php:42 msgid "_Permissions" msgstr "Tiesības" #: lib/Api.php:32 msgid "_Users" msgstr "Lietotāji" #: services/problem.php:59 msgid "attachment" msgstr "pielikums" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "mierīgs" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "no %s (%s) plkst. %s %s" #: lib/Block/Weather.php:213 lib/Block/Weather.php:323 msgid "gusting" msgstr "brāzmas" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "inline" msgstr "iekļautais" #: lib/Block/FbStream.php:107 lib/Block/FbStream.php:148 #: lib/Block/TwitterTimeline.php:160 services/facebook/index.php:175 #: services/facebook/index.php:192 msgid "preferences" msgstr "iestatījumi" #: admin/config/config.php:72 msgid "show differences" msgstr "rādīt atškirības" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "lai apstiprinātu, ievadiet paroli divreiz" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "unified" msgstr "vienots" #: lib/Block/Weather.php:33 msgid "weather" msgstr "Laika apstākļi" tmpIMUtxu/horde-5.2.17/locale/lv/LC_MESSAGES/horde.mo0000644000175000017500000017414213160205253021606 0ustar mathieumathieu:O3D$D)EHE&bE E$E E)EEE FF,FDF ZFRfFFFFFFFGGG&G5GELSLkLLL LLLLLM M%"M<HM%MMM M)M MN'N,?N*lN%NN!NNO OO .O;O'POxO~O O O OOOOOOOO O@O:PPPePPPP!PdP6QgFgG\g g0g>g"h)h.h1h7h t Vtct ktwt ~t6t tttt tu!u:u@uOOuuuuuuuu vv4v >L4c5ihf#%83-2Ke~i 1ƃA3:%n?)ԄT)SK}IɅ1*E(p 1ІV 1BZE^Dӈ %-=CKR Yct Չ;܉2KP d pz2; (.C^ y  Ћۋ  !-B/X ƌF *!7Y^ch| D""'%J%p%%-.#?,c,c5!VW*Ȑs gEu)&% (2[nv sy+Ԕ\9Q-XKÖȖזߖ   $, 3?"Ps{%{0ҙ1 3' [Fg Ӛ(j8Λ ֛   )<HE\`9Ldt  $ڞ %6JZvc/#Mqxՠ %5[(ݡ !.%Gm% ʢ Ԣ " CP%fC%У . LV%m**3",Oj -ʥ   '59 A KV]dL+3M ^[ۧ " *K@[:'ר,@h[ĩ  (8@ HTc j v@- ;J ^h<q9?c(`=Bxy'DKToʯ߯&>Zv ΰ  ,BK   ȱ:ձCT is | Ӳ) ) IV_sLij/7A y  ̴  ('/W\)E*o ˶ ڶ   * ;EN&aH ! (4G PZi  ) 2=DZl Ź!(; N\m ȺCѺ !5=#Lp !;  -?V i!v 4A9W*: $)4 ^i ʿѿ ׿!2L#j  +'$G+l   M'u9D !' -S:"$# "(K0j  "!83lu-  # 9Gbfz&-3D V'd   @ '5J!c3I$9^_yP*2GX j*t!- 2? Wvx"4F K Wdh q|"  !6#?c  "'g:   n|f  8B Vdu 7J.P"#":1l~ \# %,RZ#b T5S %6,&c!' 0La E/ .;9jh< J/\$V=.l! % , 6 @Nai fOc%k8'L 6X  $+ ?IR k x214 B[Ru:hf$6:E%o1-'*2R#-!R"j5U"#<"`0 e  &0EK`yKC_p  #/>X5i=  9:3t ! >I\m  22H"{; "AFKRhpy^#*;"f( '0;,*h.3e<\T!(e93)( +6-br +8}w0&F%\aW-t.=CS\ s   *IQVOL Lybfi|_OR.rt'1hMK1)mS @gew=8(g9$,'?5l>jGNe@M~y 5;}CA bIk$;H^: HcE[ P_k#?^~53+7]/q">w, d'w&u U}<W+>8KuW:"X&,+oix7`4 0 vasq 7xhubY\ cP e!d?ov 9 3Q\kSD=RjA<U*Hz,JL A2=G.1#sCKh#~Rn$@m8p %J{;BJrM60Y%((3VS&:dWQqf|)/-n89 4[E*+`B]Z.tgF)jFB"t{'v\%#}T"XT/|Z4< -& 1oXyG%-pl*PnN*Nza02V2i/9`{Cp_:Z zfxEO76r.2 !Y$!cIF!-5DQ4TU6Dm0a3( [6]l^ Is)"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 Days cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.AllowAllow alphanumericAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated toAuthorize Access to Friends Data:Authorize PublishAuthorize Read:AutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)Base graphics directory "%s" not found.BasicBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice encryptionDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForceForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabledFrom the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIcons for %sIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMinutes of inactivity before device should lockMiscellaneousMissing configuration.Mobile (Minimal)Mobile (Smartphone)Mobile Optimized AppsModeMondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRegular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe is pendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 4.0.7-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2013-01-11 10:58+0200 PO-Revision-Date: 2013-06-03 14:39+0300 Last-Translator: Jānis Eisaks Language-Team: i18n@lists.horde.org Language: lv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2); X-Poedit-Language: Latvian X-Poedit-Country: LATVIA X-Poedit-SourceCharset: utf-8 "%s" tika pievienots grupu sistēmai."%s" tika pievienots pieejas tiesību sistēmai."%s" nav izveidots: %sizmantoti %.2fMB no atļautajiem %.2fMB (%.2f%%)%d %s un %s%d dienas līdz paroles derīguma termiņa beigām.%d minūtes%d personām tas patīk%d personai tas patīk%d personām tas patīk%d līdz %d no %d%d-dienas prognoze%s - Piezīme%s konfigurācija%s uzdevumi - apstiprinājums%s Līguma nosacījumi%s plkst. %s %s%s ir gatavs veikt zemāk uzskaitītos uzdevumus. Atzīmējiet operācijas, kuras vēlaties veikt šoreiz., brāzmas %s %s, mainīgs no %s līdz %s1 diena1 mēnesis1 nedēļa12 stundu formāts2 nedēļas24 stundu formāts24 stundas24 stundu formāts3 dienasnevar nolasīt informāciju par Jūsu Facebook draugiem. nevar nolasīt Jūsu paziņojumu plūsmu un dažādus citus Facebook datus. nevar uzstādīt Jūsu statusa informāciju vai publicēt citu saturu Facebook. var mijiedarboties ar Jūsu Twitter kontuPieprasīta datu iztīrīšana no iekārtas. Tas tiks izdarīts nākošās sinhronizēšanas laikā.Pieejama jaunāka (%s) versija.Attālināti ierosināta iekārtas %s datu tīrīšana. Iekārta tiks iztīrīta nākošās sinhronizācijas laikā.AM/PMKonta informācijaParoleDarbībasActiveSyncActiveSync Iekārtu administrēšanaActiveSync IekārtasActiveSync nav iespējots.PievienotPievienot saturuPievienot šeit:Pievienot locekļusPievienot grupuPievienot jaunu lietotāju:Pievienot jaunu brīdinājumuPievienot pāriPievienot lietotāju"%s" pievienots sistēmai, taču nav iespējams pievienot papildus pieteikšanās informāciju: %s."%s" pievienots sistēmai. Tagad varat ienākt.Lietotāju pievienošana atslēgta.AdreseKontaktiLietotāju vadībaBrīdinājuma beigasBrīdināšanas veidsBrīdinājuma sākumsBrīdinājuma tekstsBrīdinājuma nosaukumsBrīdinājumiVisiVisi autentificētie lietotājiVisas politikas atslēgas atjaunotas.Visu Jūsu ActiveSync iekārtu stāvokļi aizvākti. Tie tiks atkārtoti sinhronizēti, kad nākošo reizi pieslēgsies serverim.Visas sinhronizācijas sesijas dzēstas.AtļautAtļaut burtciparuAtļaut visuAtļaut tikai skaitliskuAlternatīvais IMSP lietotāja vārdsAlternatīvā IMSP paroleAlternatīvais IMSP lietotāja vārdsAlternatīvā e-pasta adreseAtbildētAplikācijaAplikācijas kontekstsAplikāciju sarakstsAplikācija gatava.Aplikācijas versija ir aktuālā.ApstiprinātArābu (Windows-1256)Vai tiešām vēlaties izdzēst '%s'?Vai tiešām vēlaties dzēst "%s" reģistrēšanās pieprasījumu?Vai tiešām vēlaties izdzēst "%s"?Armēņu (ARMSCII-8)MākslaAscii ArtVismaz vienas datubāzes shēma ir novecojusi.PielikumsPielikuma lejupielādeMēģinājums dzēsts neesošu grupu.Mēģinājums dzēsts neesošas tiesības.Mēģinājums mainīt neesošas tiesības.Mēģinājums mainīt neeksistējošu koplietojumu.AutentificētsApstipriniet pieeju draugu datiem:Apstiprināt publicēšanuApstiprināt lasīšanu:AutomātisksPieejamie lauki:BOFH attaisnojumiBaltijas (ISO-8859-13)Noformējuma tēmu katalogs "%s" nav atrasts.PamataBloka iestatījumiBloka tipsBluetoothGrāmatzīmesAbiApakšaPārlūksKalendārsKameraAtceltAtcelt problēmas pieteikumuAtcelt tīrīšanuParoli automātiski nomainīt nav iespējams. Sazinieties ar administratoru.Kategorijas un iezīmesĶeltu (ISO-8859-14)Centrāleiropas (ISO-8859-2)MainītMainīt atrašanās vietuNomainiet paroliMainīt personīgo informāciju.Paroles maiņa netiek uzturēta šajā konfigurācijā. Sazinieties ar savu administratoru.ĶeksisPārbaudīt jauninājumusPārbaudaĶīniešu vienkāršotā (GB2312)Ķīniešu tradicionālā (Big5)Izvēlieties %sIzvēlieties datumu attēlošanas veidu (saīsinātā formāta):Izvēlieties datumu attēlošanas veidu (pilnā formāta):Izvēlieties laika attēlošanas veidu:Notīrīt vaicājumuIzdzēst lietotāju: %sIzdzēst lietotājuNotīrīt lietotāja datusUzklikšķiniet vienai no Jūsu izvēlētajām adrešu grāmatām un atzīmējiet laukus, kuros meklēt.Uzklikšķiniet, lai turpinātuKlienta enkursAizvērt loguMākoņiKoda vārdu biežumsSavērstKrāsu izvēlneKomiksiKomandaKomandrindaKomentāri: %dDatoriNosacījumsNosacījumiKonfigurācijakonfigurācijas atšķirībasSinhronizācijas konfigurācija PDA, viedtālruņiem un Outlook.Konfigurācija ir novecojusiPieejami konfigurācijas jauninājuma skriptiKonfigurēt %sApstiprināt paroliTurpinātKūciņaNav iespējams pieslēgties serverim "%s" izmantojot FTP: %sNav iespējams pieslēgties serverim. Mēģiniet vēlāk.Nevar nodzēst konfigurācijas atsvaidzināšanas skriptu "%s".Nevar atrasta autorizācijas informāciju , lai mijiedarbotos ar Jūsu Twitter kontuPieprasītajam lietotājam paroli nav iespējams atjaunot. Atsevišķa vai visa informācija nav korekta. Mēģiniet vēlreiz vai arī sazinieties ar Jūsu sistēmas administratoru, ja nepieciešama palīdzība.Nevar atjaunot konfigurāciju.Nav iespējams saglabāt konfigurācijas rezerves kopiju: %s.Nevar saglabāt konfigurācijas atsvaidzināšanas skriptu : "%s".Nav iespējams saglabāt konfigurācijas failu %s. Izmantojiet vienu no piedāvātajām iespējām koda saglabāšanai.Nav iespējams saglabāt konfigurācijas failu %s. Vai nu izmantojiet vienu no piedāvātajām opcijām lai saglabātu kodu %s vai arī iekopējiet to %s ar roku.Nevar saglabāt "%s" konfigurāciju: %sValstsIzveidotIzveidot jaunu identitātiPašreizējās 4 fāzesPašreizējie brīdinājumiPašreiz bloķētieAktuālās sesijasPašreizējais laiksŠā brīža laika apstākļiŠībrīža apstākļiCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB pieeja nav konfigurēta.Db shēma ir novecojusi.Db shēma gatava.DDDatiDatubāzeDatumsSaņemšanas datumsDatums: %s; laiks: %sDienaNoklusētieNoklusētās krāsasNoklusētā čaulaNoklusētais nosūtāmo vēstuļu kodējums:Noklusētā atrašanās vieta dislokācijas jūtīgām funkcijām.DefinīcijasDzēstDzēst "%s"Dzēst visus SyncML datusDzēst grupuKonfigurācijas atsvaidzināšanas skripts "%s" izdzēsts.Dzēsta sinhronizācijas sesija iekārtai "%s" un datu bāzei "%s".Aprakstiet problēmuIzstrādeIekārtaIekārtas IDIekārtu vadībaIerīces šifrēšanaIekārtas ID:Iekārta izslaucītaIekārta veiksmīgi atvienota.Iekārtas tīrīšana veiksmīgi atcelta.Rasas punktsRasas punkts pēdējā stundā:Rasas punktsIzslēgtRādīt 24 h laiku?Attēlošanas iestatījumiParādīt detalizētu prognoziRādīt prognozi (TAF)Vai pirmā rinda satur lauku nosaukumus? Ja jā, ieķeksējiet šo rūtiņu:Nav konta? Reģistrējieties.Lejupielādēt %sLejuplādēt ģenerēto konfigurāciju kā PHP skriptu.NarkotikasDinamisksES PVN identifikācijaLabotLabot "%s"Mainīt iestatījumusLabot pieejas tiesībasLabot pieejas tiesības "%s"IzglītībaE-pasta adreseBeigu laiksAngļuIevadiet jaunās kategorijas nosaukumu:Ievadiet drošības jautājumu, kuru izmantot paroles maiņas nepieciešamības gadījumā, piemēram - 'kāds ir Jūsu mājdzīvnieka vārds?':Kļūda pieslēdzoties Twitte: %s. Sīkāka informācija fiksēta administratora žurnālā.Kļūda dzēšot sinhronizācijas sesiju:Kļūda dzēšot sinhronizācijas sesijas:Kļūda mainot paroli: %sEtniskieUzaicinātie:Ik 15 minūtesIk 2 minūtesIk 30 sekundesIk 5 minūtesIk pusstunduIk stunduKatru minūtiParaugvērtībasIzpildītIzvērstĀrkārtīgi lielsFTP konfigurācijas augšuplietošanaFacebook integrācijaNeveiksmīgas atslēgšanas mēģinājumi pirms iekārtas iztīrīšanasPlūsmaFeed adreseKomfortsMeklēt laukos:FailiFiltrsFiltriPirmā pusePirmais ceturksnisPārtikaPiespieduPrognoze (TAF)Prognozes dienas (ņemiet vērā, ka prognozes satur gan dienas, gan nakts informāciju, liels dienu skaits var izvērsties par apjomīgu bloku)Aizmirsāt paroli?FormasFortuneFortune tipsAforismiFortunes 2ForumiDraugu pieprasījumi:Draugi iespējotino %s (%s °) plkst. %s %sNo %s plkst. %s %sPilns aprakstsPilnmēnessPilns vārdsĢenerēt %s konfigurācijuĢenerētais kodsSaņemt vairākGlobālie iestatījumiAizietGoedelGoogle meklēšanaGreek (ISO-8859-7)Grupu vadībaGrupas nosaukumsGrupa nav izveidota: %s.GrupasViesa pieejas tiesībasHTML e-pastsHebrew (ISO-8859-8-I)AugstumsPlūsmas satura augstums (platums pieskaņojas blokam automātiski)PalīdzībaPalīdzības tematiPuslodeFaila sākums:Slēpt paplašinātos iestatījumusSlēpt rezultātusMājas mapeHordeCik daudz lauku (sleju) šeit ir?Cik sekundes līdz nākošajam jaunu rakstu pieprasījumam?Gaisa mitrumsHumoristiIkonas %sIdentitātes nosaukums:Imports, %d solisIelādētais lauks: %sIelādētie lauki:Atbildot uz:Zemāk redzamajos sarakstos izvēlieties lauka nosaukumu no importējamās datnes (kreisajā pusē) un atbilstošo nosaukumu no Jūsu adrešu grāmatas (labajā pusē). Pēc tam uzklikšķiniet "Pievienot pāri", lai atzīmētu tos importam. Kad viss pabeigts, uzklikšķiniet "Turpināt".Nepareizs lietotāja vārds vai alternatīvā adrese. Sazinieties ar Jūsu sistēmas administratoru, ja nepieciešama palīdzība.Individuālie lietotājiInformācijaAtvasinātie locekļiNorādiet e-pasta adresi, kur varat saņemt jauno paroli.Pareizā atbilde uz drošības jautājumu:Nepareizs PVN maksātāja reģistrācijas numura formāts.Nepareiza darbība %sNederīga aplikācija.Nepareizs hash.Nederīgas augstākā līmeņa tiesības.InventārsJapanese (ISO-2022-JP)Tikai tagad...Kodola jaunuļiAtslēgvārdsBērniKolabKorean (EUC-KR)ValodaLielsOtrā pusePēdēja paroles maiņaPēdējais ceturksnisPēdējās sinhronizācijas laiksPēdējo reizi atjaunots:Pēdējā pieslēgšanās: %sPēdējā pieslēgšanās: %s no %sPēdējā pieslēgšanās: nekadPēdējaisLikumiLīdzīgsLimerikaLinux kūciņaTabulu sarakstsKļūme veidojot brīdinājumu sarakstu: %sKļūme veidojot bloķēto sarakstu: %sKļūme veidojot sesiju sarakstu: %sLietotāju saraksta aplūkošana atslēgta.LiteratūraVietējais laiks: %s %sLokāle un laiksAtrašanās vietaBloķēt lietotājuBloķētiePieslēgtiesIzietSavieno s ar FacebookPieslēgties neizdevās, jo ievadīts nepareizs lietotāja vārds vai parole.Pieslēgties neizdevāsPieslēdzities Facebook un autorizējiet Pieslēdzities Twitter un autorizējiet aplikācijuIzietMīlestībaMMMagicPastsPasta adminsJūsu objektu iezīmēšanai izmantojamo kategoriju un piešķirto krāsu saraksts.Vadīt Jūsu ActiveSync iekārtas.Saskanošie laukiMaks. temp. pēdējās 24 stundās:Maks. temp. pēdējās 6 stundās:Maksimālais e-pasta vecumsMaksimālais portāla bloku skaitsMaksimālais pielikuma lielumsMaksimālais vienlaikus rādāmo ierakstu skaitsMedicīnaVidējsLocekļiCitātiMetar WeatherMetriskāsMin. temp. pēdējās 24 stundās:Min. temp. pēdējās 6 stundās:Minimālais PIN garumsMinūtes bez aktivitātes pirms ierīces aizslēgšanāsDažādiNav atrodama konfigurācija.Mobilais pastsMobilais (viedtālrunis)Mobilai lietošanai optimizētas aplikācijasModePirmdienaMēness fāzesMan kontsJūsu informācijaMana Facebook plūsmaMans portālsMans portāla izkārtojumsNavNē, es nepiekrītuUZMANĪBU: IEKĀRTAS IZTĪRĪŠANA VAI NOVEST PIE RŪPNĪCAS IESTATĪJUMU ATJAUNOŠANAS. PIRMS IZTĪRĪŠANAS PIEPRASĪŠANAS PĀRLIECINIETIES, VAI PATIEŠĀM TO VĒLATIESVārdsNekadJauna kategorijaJaunas vēstules:Jauns MēnessJauns lietotāja vārds (nav obligāts)Jauna paroleJaunās paroles neatbilst.JaunumiTurpinātNākošās 4 fāzesNav skaņasNav pieejami konfigurācijas dati, kuriem rādīt atšķirības.Nav izmaiņu.Ikonas nav atrastas.Nav attēlojamu ierakstuNav iestatīta atrašanās vieta.Neaizskaroši dienas citātiNav gaidošu pieteikumu.Neizmantot stumšanu (push) viesabonēšanas laikāNav norādīts drošības jautājums. Sazinieties ar savu administratoru.Stabila versija pagaidām nepastāv.Nav norādīts lietotājs.Oriģinālajā konfigurācijā nav atrasta versijas informācija. Reģenerējam konfigurāciju.Konfigurācijā nav atrasta versijas informācija. Reģenerējam konfigurāciju.NeviensNordic (ISO-8859-10)Ziemeļu puslodeNav nodrošinātsPiezīmesNav ko pārlūkot, atgriezieties atpakaļ.Rādāmo rakstu skaitspēc cik sekundēm atsvaidzināt:Objektu redaktorsApvainojumu filtrsBirojsVecajai un jaunajai parolei ir jāatšķiras.Vecā paroleNepareiza vecā parole.Tikai aizskaroši dienas citātiTikai objekta īpašnieks vai sistēmas administrators var mainīt koplietojuma īpašnieku vai tā pieejas tiesības.OperētājsistēmaVai ievadiet lietotāja vārdu:Cita informācijaCiti iestatījumiCitiĪpašnieksĪpašnieks:PHPPHP kodsPHP čaulaPOP/IMAP e-pasta kontiPOSIX paplašinājums nav atrodamsP_HP čaulaParoleParoles sarežģītībaParole veiksmīgi nomainīta.Parolēm ir jāsakrīt.IelīmētGaidoši pieteikumi:CilvēkiIzpildīt pieslēgšanās uzdevumusTiesības "%s" nav izdzēstas.TiesībasTiesību vadībaPersonīgā informācijaMājdzīvniekiFotoBanalitātesLūdzu ievadiet paroli.Lūdzu ievadiet lietotāja vārdu.Lūdzu norādiet problēmas anotāciju.Lūdzu, izlasiet sekojošo tekstu. Jums IR JĀPIEKRĪT noteikumiem, ja vēlaties izmantot šo sistēmu.Belzieni:Politikas atslēgaPolicy Key:PolitikaAtbildes teksta novietojums, atbildot uz e-pastu no Jūsu ierīces. Ņemiet vērā, ka dažas ierīces citēto tekstu vienmēr pievieno atbildes beigās.Nosūtīts %sNosūtīts %s caur %sNokrišņi pēdējā %d stundā:Nokrišņi pēdējās %d stundās:Nokrišņi pēdējās %d stundās:Nokrišņu%siespējamībaSpiediensSpiediens jūras līmenī:GalvenaisProblēmas aprakstsNodrošinātsNodrošināšanaPublicēšana iespējota.VaicājumsKvotaGadījuma citātsLasītLasīšana atļautaTiešām dzēst "%s"? Šī darbība ir neatgriezeniska.Tiešām izdzēst lietotāja "%s" datus? Šī darbība ir neatgriezeniska.Atsvaidzināt dinamiskās izvēlnes elementus:Atsvaidzināt portāla skatījumu:Atsvaidzināšanas biežums:Reģistrētās lietotāja iekārtasIerastās aplikācijasRemarkasAttālinātā stacijaAizvāktIzdzēst pāriIzdzēsiet saglabāto skriptu no servera pagaidu kataloga.Dzēst lietotājuDzēst lietotāju: %sAtbildētNodrošināt visas iekārtasPieprasīt PINPieprasīt S/MIME šifrēšanuPieprasīt S/MIME parakstuSākt no jaunaAtjaunot paroliAtjaunot iekārtas stāvokli. Tas liks Jūsu iekārtās atkārtoti sinhronizēt visus datus.Atjaunojiet savu paroliAtjaunot pēdējo vaicājumuRezultāti%s rezultāti Atgriezties Galvenajā ekrānāPārčiepstētPārčiepstējis %sAtkārtojiet jauno paroliAtjaunot iepriekšējo konfigurācijuMīklasPalaistIzpildīt pieslēgšanās uzdevumusSD karteSD kartes ŠifrēšanaSMS teksta ziņojumiSQl čaulaS_Ql čaulaSaglabātSaglabāt "%s"Saglabāt un beigtSaglabāt ģenerēto konfigurāciju kā PHP skriptu Jūsu servera pagaidu katalogā.Konfigurācijas uzlabojuma skripts saglabāts : "%s".ZinātneLoksMeklētMeklētMeklēt:Izvēlieties pievienojamo grupu:Izvēlieties jaunu īpašnieku:Izvēlieties serveriIzvēlieties pievienojamo lietotāju:Izvēlieties laukus, kuros meklēt izvēršot adreses.Izvēlieties datuma un laika formātu:Izvēlieties datuma atdalītāju:Izvēlieties datuma formātu:Izvēlieties dienas un laika kārtību:Izvēlieties laika atdalītāju:Izvēlieties laika formātu:Izvēlieties krāsu shēmu.Izvēlieties valodu:Nosūtīt problēmas pieteikumuSensors:Servera laiksSesiju vadībaSesijas laika zīmogsSesijasIestatiet iespēju atjaunot paroli gadījumam, ja sanāk to aizmirst.Iestatiet integrāciju ar Jūsu Facebook kontu.Iestatiet integrāciju ar Jūsu Twitter kontu.Iestaties vēlamo valodu, laika joslu un datuma formātu.Iestatiet starta aplikāciju, krāsu shēmu, lapu atjaunošanas biežumu un citus ekrāna iestatījumus.Šim parametram iespējamas vairākas atrašanās vietas: %sĪss kopsavilkumsVai vairuma saišu definēt pieejas taustiņus?RādītRādīt paplašinātos iestatījumusRādīt atšķirības starp šobrīd saglabāto un no jauna ģenerēto konfigurāciju.Rādīt papildu informāciju?Pieslēdzoties rādīt iepriekšējās pieslēgšanās laiku?Rādīt paziņojumusIzlaist pieslēgšanās uzdevumusMazsSniega segas dziļums:Sniega ūdens ekvivalents:Dziesmas un poēmasSouth European (ISO-8859-3)Dienvidu puslodeMēstulesSportsStandartaStar TrekSākuma laiksStāvokļa vadībaStatussNevar uzstādīt statusu.StraumeApakškatalogs "%s" nav atrasts.Iesniegts pieteikums pievienot "%s" sistēmai. Jūs nevarat ieiet kamēr pieteikums nav apstiprināts.Veiksmīgi pieslēdzās Jūsu Facebook kontam vai atsvaidzināja iestatījumus.Veiksme"%s" veiksmīgi pievienots sistēmai.Lietotāja "%s" dati veiksmīgi iztīrīti no sistēmas."%s" veiksmīgi dzēsts."%s" veiksmīgi aizvākts no sistēmas.Konfigurācija veiksmīgi atjaunota. Pārlādējiet, lai redzētu izmaiņas.Konfigurācijas rezerves kopija veiksmīgi saglabāta."%s" veiksmīgi atsvaidzināts.%s veiksmīgi saglabātsSaule lecSaule rietSvētdienaSaullēktsSaullēkts/saulrietsSaulrietsSinhronizēt visuSyncMLSindicētā plūsmaTag CloudUzdevumiTemp. pēdējā stundā:TemperatūraTemperatūra%s(%sMaks%s/%sMin%s)Nevar sazināties ar Facebook. Mēģiniet vēlāk.Nevar sazināties ar Twitter. Mēģiniet vēlāk.Thai (TIS-620)Ierīces ar id %s attālinātā tīrīšana atcelta.Brīdinājums izdzēsts.Brīdinājums saglabāts.%s konfigurāciju nevar atsvaidzināt automātiski. Lūdzu veiciet to pašrocīgi.Noklusētā e-pasta adrese lietošanai ar šo identitāti:Bloķēšana atcelta.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.Norādītais valsts kods nav pareizsPakalpojums šobrīd nav pieejams. Mēģiniet vēlāk.Serviss šobrīd ir pārāk noslogots. Mēģiniet vēlāk."%s" pieteikums aizvākts.Lietotāja "%s" pieteikums aizvākts.Iekārtas %s stāvoklis aizvākts. Tā tiks atkārtoti sinhronizēta, kad nākošo reizi pieslēgsies serverim.Testa skripts šobrīd ir ieslēgts. Kad esat beiguši testēšanu, drošības apsvērumu dēļ iesakām to atslēgt (skat. horde/docs/INSTALL).Lietotājs "%s" jau eksistē.Lietotājs "%s" neeksistē.Noformējuma tēmu katalogs "%s" nav atrasts.Kļūme pievienojot sistēmai "%s" : %sKļūme tīrot lietotāja "%s" datus no sistēmas:Kļūme dzēšot "%s" no sistēmas:Kļūme atsvaidzinot "%s": %sKļūda sazinoties ar ActiveSync serveri: %sKļūda sazinoties ar Twitter: %sKļūda konfigurācijas formā. Iespējams, neaizpildījāt kādu obligāto lauku.Kļūda izpildot pieprasījumu: %sKļūda uzsākot Facebook sesiju. Mēģiniet vēlāk.Kļūda dzēšot %s globālos datus. Informācija par kļūmi ierakstīta žurnālā.Kļūda pieprasītajās tiesībāsPVN maksātāja numurs nav derīgs.PVN maksātāja numurs ir derīgs.BiļetesLaika uzskaiteLaika formātsLaika zīmogs vai nezināmsVeiksmīgo sinhronizācijas sesiju laika zīmogiNosaukumsLai izslēgtu kādu lauku no importa vai lai labotu nepareizu atbilstību, izvēlieties pāri no zemāk redzamajiem sarakstiem un uzklikšķiniet "Aizvākt pāri". Lai iezīmētu vairākus objektus, klikšķinot turiet nospiestu Control (PC) vai Command (MAC) pogu.ŠodienaRītdienaAugšaTulkojumiTurkish (ISO-8859-9)TweetTwitter IntegrācijaTwitter skrejošā rinda%s Twitter skrejošā rindaURLNevar sazināties ar Twitter. Mēģiniet vēlreiz. Kļūdas paziņojums: %sNevar nodzēst "%s": %s.Nevar uzstādīt patikšanu.Nav iespējams apstiprināt pieprasījumu. Lūdzu, atkārtojiet to.Atcelt izmaiņasNeklasificētsUnicode (UTF-8)VienībasNezināmsAtbloķētMainītMainīt %sAtsvaidzināt %s shēmuAtsvaidzināt visas DB shēmasAtsvaidzināt visas konfigurācijasMainīt lietotāju"%s" mainīts.%s shēma atsvaidzināta.AugšupielādētVisas aplikāciju konfigurācijas augšupielādētas.Lietot, ja lietotāja vārds/parole IMSP serverim atšķiras.LietotājsLietotāju vadībaLietotāja aģentsLietotāja vārdsLietotāja reģistrācijaLietotāju reģistrēšana šai sistēmai nav iespējota.Lietotāju reģistrācija nav korekti konfigurēta.Konts nav atrastsPievienojamais lietotājs:Lietotāja vārdsLietotājiLietotāji sistēmā:PVN numura verifikācijaPVN identifikācijas numurs:PVN numursVersijas pārbaudeVersiju kontroleVietnamese (VISCII)apskatīt ārējo tīmekļa lapuRedzamībaBrīdinājumsLaika apstākļiLaika ziņu avots - VietneTīmekļa pārlūksLaipni lūdzamLaipni lūdzm, %sWestern (ISO-8859-1)Western (ISO-8859-15)Kuru aplikāciju %s jāatver pēc pieslēgšanās?Pie kā Jūs šobrīd strādājat?Kāds ir atdalītājsimbols?Kāds ir citēšanas simbols?Kuru nedēļas dienu vēlaties noteikt kā pirmo nedēļā?Kuras fāzesKreisās %s izvēlnes platums:WifiWikiVējšVēja ātrums mezglosVējš:SlaucītGaida uz tīrīšanuGudrībaArDarbsX-RefGGJā, piekrītuJums un %d personām tas patīkJums un %d personai tas patīkJums un %d personām tas patīkJums nav atļauts pievienot grupas.Jums nav atļauts pievienot koplietojumus.Jums nav atļauts mainīti grupas.Jums nav atļauts mainīt koplietojumus.Jums nav atļauts dzēst grupas.Jums nav atļauts dzēst koplietojumus.Jums nav atļauts apskatīt koplietojumu grupas.Jums nav atļauts apskatīt koplietojumu pieejas tiesības.Jums nav atļauts apskatīt koplietojumus.Jums nav atļauts apskatīt grupu lietotājus.Jums nav ļauts apskatīt koplietojumu lietotājus.Pieslēgums Jūsu Facebook kontam nav izveidots. Lūdzu, pārbaudiet Facebook iestatījumus savā %s.Jūs varat pārbaudīt savus Facebook iestatījums Jūsu %s.Jūs nepiekritāt Lietošanas noteikumiem, tādēļ pieeja sistēmai Jums ir liegta.Jūs atslēdzāties no sistēmas.Jūsu tiesību pieprasījums noraidīts.Jūsu Twitter konts nav pareizi pieslēgts Horde. Lūdzu, pārbaudiet Twitter iestatījumus savā %s.Jums tas patīkAprakstiet problēmu pirms pieteikuma sūtīšanas.Jānorāda iztīrāmā lietotāja vārds.Jānorāda dzēšamā lietotāja vārds.Jānorāda pievienojamā lietotāja vārds.Jānorāda atsvaidzināmā lietotāja vārds.Jūsu e-pasta adreseJūsu informācijaJūsu IP adrese ir mainījusies sesijas laikā. Lai aizsargātu Jūsu drošību, lūdzu, pieslēdzieties no jauna.Jūsu vārdsJūsu autentifikācijas mehānisms neuztur lietotāju pievienošanu. Ja vēlaties izmantot Horde lietotāju kontu administrēšanai, jāizmanto atbilstošs autentifikācijas mehānisms.Jūsu autentifikācijas mehānisms neuztur lietotāju saraksta attēlošanu vai arī šī funkcionalitāte ir ar nolūku atslēgta.Izskatās, ka sesijas laikā ir mainījies Jūsu pārlūks. Lai aizsargātu Jūsu drošību, Jums ir jāpieslēdzas no jauna.Jūsu pārlūkprogramma neuztur šādu funkciju.Jūsu pašreizējā laika zona:Jūsu pilnais vārds:Jūsu pieejas tiesības izbeigušās.Jūsu jaunā %s parole ir: %sJūsu parole ir atjaunotaJūsu parole ir atjaunota, taču to nav iespējams nosūtīt. Sazinieties ar savu administratoru.Jūsu parole ir atjaunota, pārbaudiet savu e-pastu un pieslēdzieties ar jauno paroli.Jūsu paroles derīguma termiņš ir beidziesJūsu paroles derīguma termiņš ir beidzies.Jūsu sesija ir beigusies. Lūdzu pieslēdzieties atkārtoti.Jūsu sesijas laiks ir beidzies. Lūdzu pieslēdzieties atkārtoti.Sparīgs[Problēmas ziņojums]Brīdinājumi_CLIKonfigurācijaGrupasBloķētieTiesībasLietotājipielikumsmierīgsno %s (%s) plkst. %s %sbrāzmasiekļautaisiestatījumirādīt atškirībaslai apstiprinātu, ievadiet paroli divreizvienotsLaika apstākļitmpIMUtxu/horde-5.2.17/locale/gl/0000755000175000017500000000000013162206570016340 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/gl/LC_MESSAGES/0000755000175000017500000000000013162206570020125 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/gl/LC_MESSAGES/horde.po0000644000175000017500000104021113160205253021560 0ustar mathieumathieu# Galician translations for Horde # Copyright 2006-2015 Universidade de Santiago de Compostela # This file is distributed under the same license as the Horde package. # # Rafael Varela # Gloria Presedo # # Unidade de Sistemas - ATIC. # Universidade de Santiago de Compostela # # Revisada por: # # Servizo de normalización linguística # Universidade de Santiago de Compostela # # msgid "" msgstr "" "Project-Id-Version: horde\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2009-09-12 10:19+0200\n" "PO-Revision-Date: 2015-04-16 12:32+0200\n" "Last-Translator: Xusto \n" "Language-Team: Unidade de Sistemas ATIC \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.2\n" #: framework/Form/Form.php:3122 #, php-format msgid " (%s days ago)" msgstr "(hai %s días)" #: framework/Horde/Horde.php:1622 #, php-format msgid " (Accesskey %s)" msgstr " (Accedendo a %s)" #: framework/Form/Form.php:3130 #, php-format msgid " (in %s days)" msgstr " (en %s días)" #: framework/Form/Form.php:3126 msgid " (today)" msgstr " (hoxe)" #: framework/Form/Form.php:3128 msgid " (tomorrow)" msgstr " (mañá)" #: framework/Form/Form.php:3124 msgid " (yesterday)" msgstr " (onte)" #: lib/Block/weatherdotcom.php:263 lib/Block/weatherdotcom.php:366 #: lib/Block/weatherdotcom.php:412 msgid " at " msgstr " en " #: framework/DataTree/DataTree/sql.php:597 #, fuzzy, php-format msgid "\"%s\" already exists" msgstr "Xa existe %s." #: framework/VFS/lib/VFS/smb.php:267 #, php-format msgid "\"%s\" is not a directory." msgstr "\"%s\" non é un directorio." #: framework/CLI/CLI.php:350 #, php-format msgid "\"%s\" is not a valid choice." msgstr "\"%s\" non é unha elección válida." #: framework/Form/Form.php:2251 #, fuzzy, php-format msgid "\"%s\" is not a valid email address." msgstr "Non introduciu un enderezo válido de correo electrónico." #: framework/Horde/Horde/Registry.php:751 #: framework/Horde/Horde/Registry.php:1115 #, php-format msgid "\"%s\" is not configured in the Horde Registry." msgstr "Non se configurou '%s' no rexistro de Horde." #: framework/Share/Share.php:119 #, fuzzy, php-format msgid "\"%s\" share driver not found." msgstr "Non se atopou o renderizador de árbores de '%s'." #: framework/Tree/Tree.php:171 #, php-format msgid "\"%s\" tree renderer not found." msgstr "Non se atopou o renderizador de árbores de '%s'." #: admin/groups.php:62 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Engadiuse '%s' ao sistema de grupos." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "Engadiuse '%s' ao sistema de permisos." #: admin/groups.php:60 admin/perms/addchild.php:51 #, php-format msgid "\"%s\" was not created: %s." msgstr "Non se creou '%s': %s." #: lib/Block/account.php:85 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "Usados %.2fMB de %.2fMB permitidos (%.2f%%)" #: lib/Block/weatherdotcom.php:244 #, php-format msgid "%d %s and %s" msgstr "%d %s e %s" #: framework/MIME/MIME/Viewer/vcard.php:64 #, fuzzy, php-format msgid "%d contact was successfully added to your address book." msgid_plural "%d contacts were successfully added to your address book." msgstr[0] "Engadiuse correctamente o contacto á súa axenda de enderezos." msgstr[1] "Engadiuse correctamente o contacto á súa axenda de enderezos." #: framework/Auth/Auth/ldap.php:320 #, fuzzy, php-format msgid "%d day until your password expires." msgid_plural "%d days until your password expires." msgstr[0] "Quedan %d días ata que caduque o seu contrasinal." msgstr[1] "Quedan %d días ata que caduque o seu contrasinal." #: lib/Block/account.php:711 lib/Block/account.php:723 #, php-format msgid "%d days until your password expires." msgstr "Quedan %d días ata que caduque o seu contrasinal." #: lib/Block/metar.php:298 #, fuzzy, php-format msgid "%d minutes" msgstr "%s minutos" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s ao %s de %s" #: lib/Block/weatherdotcom.php:291 #, php-format msgid "%d-day forecast" msgstr "%d prognósticos diarios" #: services/maintenance.php:69 #, php-format msgid "%s - Notice" msgstr "%s - Aviso" #: framework/Crypt/Crypt/smime.php:708 #, php-format msgid "%s Fingerprint" msgstr "Impresións dixitais de %s" #: framework/MIME/MIME/Contents.php:1001 framework/MIME/MIME/Contents.php:1007 #, php-format msgid "%s KB" msgstr "%s KB" #: framework/MIME/MIME/Contents.php:999 framework/MIME/MIME/Contents.php:1005 #, fuzzy, php-format msgid "%s MB" msgstr "%s KB" #: services/maintenance.php:50 #, php-format msgid "%s Maintenance Operations - Confirmation" msgstr "Operacións de mantemento %s - Confirmación" #: admin/setup/config.php:31 admin/setup/index.php:279 #, php-format msgid "%s Setup" msgstr "%s Cargar" #: framework/Auth/Auth/Signup.php:265 #, php-format msgid "%s Sign Up" msgstr "Alta de %s" #: services/maintenance.php:60 #, php-format msgid "%s Terms of Agreement" msgstr "Acordos de licenza de %s" #: framework/VFS/lib/VFS/smb.php:527 framework/VFS/lib/VFS/smb.php:582 #: framework/VFS/lib/VFS/ftp.php:770 framework/VFS/lib/VFS/ftp.php:832 #: framework/VFS/lib/VFS/ssh2.php:750 framework/VFS/lib/VFS/ssh2.php:815 #, php-format msgid "%s already exists." msgstr "Xa existe %s." #: lib/Block/metar.php:171 lib/Block/metar.php:177 lib/Block/metar.php:251 #: lib/Block/metar.php:357 lib/Block/metar.php:363 #, php-format msgid "%s at %s %s" msgstr "%s ás %s %s" #: framework/Prefs/Prefs/Credentials.php:111 #, fuzzy, php-format msgid "%s authentication credentials" msgstr "A autenticación PAM non está dispoñible." #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:983 #, php-format msgid "%s has accepted the invitation to the following event:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:982 #, php-format msgid "%s has accepted the update to the following event:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:706 #, php-format msgid "%s has been cancelled" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:973 #, php-format msgid "%s has declined the invitation to the following event:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:972 #, php-format msgid "%s has declined the update to the following event:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:993 #, php-format msgid "%s has tentatively accepted the invitation to the following event:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:992 #, php-format msgid "%s has tentatively accepted the update to the following event:" msgstr "" #: framework/Block/Block/Collection.php:132 #, fuzzy, php-format msgid "%s is not activated." msgstr "Non se creou '%s': %s." #: framework/Horde/Horde/Registry.php:815 #, fuzzy, php-format msgid "%s is not authorised for %s." msgstr "O usuario %s non está autorizado para %s." #: services/maintenance.php:49 #, php-format msgid "" "%s is ready to perform the maintenance operations checked below. Check the " "box for any operation(s) you want to perform at this time." msgstr "" "%s está preparado para realizar as operacións de mantemento seleccionadas. " "Active os recadros das operacións que queira executar agora." #: framework/Form/Form.php:3077 #, php-format msgid "%s is required" msgstr "Fai falta %s" #: framework/Block/Block/Collection.php:142 lib/Block/vatid.php:59 #, php-format msgid "%s not found." msgstr "Non se atopou %s." #: framework/Argv/lib/Horde/Argv/Parser.php:466 #, php-format msgid "%s option does not take a value" msgstr "" #: framework/Argv/lib/Horde/Argv/Parser.php:457 #: framework/Argv/lib/Horde/Argv/Parser.php:502 #, php-format msgid "%s option requires %d arguments" msgstr "" #: framework/Argv/lib/Horde/Argv/Parser.php:455 #: framework/Argv/lib/Horde/Argv/Parser.php:500 #, php-format msgid "%s option requires an argument" msgstr "" #: framework/MIME/MIME/Viewer/html.php:136 #, php-format msgid "" "%s: This message may not be from whom it claims to be. Beware of following " "any links in it or of providing the sender with any personal information." msgstr "" "%s: Pode que esta mensaxe non proceda de quen parece ser. Evite seguir " "calquera ligazón que inclúa ou subministrarlle información persoal ao " "remitente." #: framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php:404 #, php-format msgid "(UNTRUSTED, sender <%s> is not authenticated)" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php:398 #, php-format msgid "(UNTRUSTED, sender is <%s>)" msgstr "" #: lib/Block/weatherdotcom.php:370 lib/Block/weatherdotcom.php:415 msgid ", gusting " msgstr ", a refachos " #: lib/Block/metar.php:200 lib/Block/metar.php:205 #, php-format msgid ", gusting %s %s" msgstr ", a refachos %s %s" #: lib/Block/metar.php:213 #, php-format msgid ", variable from %s to %s" msgstr ", variable de %s a %s" #: framework/Perms/Perms/UI.php:341 framework/Perms/Perms/UI.php:400 #: framework/Form/Form.php:2789 framework/Form/Form.php:2855 #: framework/UI/UI/VarRenderer/html.php:828 msgid "-- select --" msgstr "-- seleccionar --" #: framework/Alarm/Alarm.php:348 #, fuzzy msgid "1 day" msgstr " (hoxe)" #: framework/Alarm/Alarm.php:346 #, fuzzy msgid "1 hour" msgstr "24 horas" #: lib/Block/time.php:28 msgid "12 Hour Format" msgstr "Formato de 12 horas" #: framework/Alarm/Alarm.php:345 #, fuzzy msgid "15 minutes" msgstr "%s minutos" #: lib/Block/time.php:27 msgid "24 Hour Format" msgstr "Formato de 24 horas" #: templates/data/time.inc:28 templates/data/datetime.inc:109 msgid "24 hours" msgstr "24 horas" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:237 msgid "401 Unauthorized" msgstr "" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:216 #, fuzzy msgid "404 Not Found" msgstr "Non se atopou %s." #: framework/Alarm/Alarm.php:344 #, fuzzy msgid "5 minutes" msgstr "%s minutos" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:254 msgid "500 Server Error" msgstr "" #: framework/Alarm/Alarm.php:347 #, fuzzy msgid "6 hours" msgstr "24 horas" #: framework/UI/UI/Pager.php:75 msgid "" msgstr "Seguinte>" #: framework/NLS/NLS/tld.php:178 framework/NLS/NLS/countries.php:164 #: framework/NLS/NLS/GeoIP.php:96 msgid "Nicaragua" msgstr "Nicaragua" #: framework/NLS/NLS/tld.php:175 framework/NLS/NLS/countries.php:165 #: framework/NLS/NLS/GeoIP.php:96 msgid "Niger" msgstr "Níxer" #: framework/NLS/NLS/tld.php:177 framework/NLS/NLS/countries.php:166 #: framework/NLS/NLS/GeoIP.php:96 msgid "Nigeria" msgstr "Nixeria" #: lib/Block/weatherdotcom.php:385 msgid "Night" msgstr "Noite" #: framework/NLS/NLS/tld.php:183 framework/NLS/NLS/countries.php:167 #: framework/NLS/NLS/GeoIP.php:97 msgid "Niue" msgstr "Niue" #: framework/UI/UI/VarRenderer/html.php:1078 msgid "No" msgstr "Non" #: lib/api.php:432 #, fuzzy msgid "No API found." msgstr "Non se atoparon iconas." #: framework/UI/UI/VarRenderer/html.php:547 templates/prefs/alarm.inc:26 #, fuzzy msgid "No Sound" msgstr "Non se atoparon iconas." #: templates/admin/setup/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "Non se dispón de datos de configuración para os que mostrar diferenzas." #: framework/VFS_ISOWriter/ISOWriter.php:106 msgid "No available strategy for making ISO images." msgstr "Non se dispón de estratexia de elaboración de imaxes ISO." #: framework/Net_SMS/SMS/clickatell_http.php:321 msgid "No batch template." msgstr "Non hai patrón de lotes" #: framework/Block/Block/Layout/Manager.php:102 #: framework/Block/Block/Layout/Manager.php:394 #: framework/Block/Block/Layout/Manager.php:416 msgid "No block exists at the requested position" msgstr "Non hai bloques na posición indicada" #: admin/setup/diff.php:51 msgid "No change." msgstr "Non hai cambios." #: framework/Perms/Perms/UI.php:203 msgid "No children can be added to this permission." msgstr "Non se poden engadir descendentes a este permiso." #: framework/Horde/Horde.php:205 framework/Horde/Horde.php:707 #: framework/Util/Util.php:793 #, php-format msgid "No configuration information specified for %s." msgstr "Non se especificou información de configuración para %s." #: framework/VFS/lib/VFS/ftp.php:918 msgid "No configuration information specified for FTP VFS." msgstr "Non se especificou información de configuración para VFS por FTP." #: framework/VFS/lib/VFS/sql.php:762 msgid "No configuration information specified for SQL VFS." msgstr "Non se especificou información de configuración para VFS por SQL." #: framework/VFS/lib/VFS/sql_file.php:742 msgid "No configuration information specified for SQL-File VFS." msgstr "" "Non se especificou información de configuración para VFS por ficheiro SQL." #: framework/VFS/lib/VFS/ssh2.php:920 #, fuzzy msgid "No configuration information specified for SSH2 VFS." msgstr "Non se especificou información de configuración para VFS por SQL." #: framework/Net_SMS/SMS/clickatell_http.php:322 msgid "No credit left." msgstr "Non queda saldo." #: framework/Net_SMS/SMS/sms2email_http.php:643 msgid "No destination supplied." msgstr "Non se introduciu o destino." #: framework/Browser/Browser.php:1069 msgid "No file uploaded" msgstr "Non se cargou ningún ficheiro" #: util/icon_browser.php:73 msgid "No icons found." msgstr "Non se atoparon iconas." #: lib/Block/weatherdotcom.php:134 lib/Block/sunrise.php:40 #: lib/Block/metar.php:138 msgid "No location is set." msgstr "Non se definiu a localización." #: lib/Block/weatherdotcom.php:175 msgid "No location provided." msgstr "Non se proporcionou a localización." #: framework/Lock/Lock.php:59 framework/Lock/Lock.php:80 #: framework/Lock/Lock.php:94 framework/Lock/Lock.php:133 #: framework/Lock/Lock.php:149 msgid "No lock driver configured!" msgstr "" #: framework/Kolab_Storage/lib/Horde/Kolab/Deprecated.php:499 #, fuzzy, php-format msgid "No message corresponds to object %s" msgstr "Horde/Kolab: Non se corresponde ningunha mensaxe ao obxecto %s" #: framework/Net_SMS/SMS/sms2email_http.php:642 msgid "No message supplied." msgstr "Non se introduciu ningunha mensaxe." #: framework/Net_SMS/SMS/sms2email_http.php:645 msgid "No name specified." msgstr "Non se especificou ningún nome." #: framework/Net_SMS/SMS/sms2email_http.php:646 msgid "No number specified." msgstr "Non se especificou ningún número." #: lib/Block/fortune.php:103 msgid "No offensive fortunes" msgstr "Non ofensivas" #: framework/Kolab_Format/lib/Horde/Kolab/Format/XML.php:444 msgid "No or unreadable content in Kolab XML object" msgstr "" #: framework/Crypt/Crypt/smime.php:1309 msgid "" "No path to the OpenSSL binary provided. The OpenSSL binary is necessary to " "work with PKCS 12 data." msgstr "" "Non se indicou ningunha ruta de acceso aos binarios OpenSSL. E estes son " "necesarios para traballar con datos PKCS 12." #: templates/admin/user/approve.inc:9 msgid "No pending signups." msgstr "Non hai inscricións pendentes." #: framework/admintools/horde-remove-pref.php:72 #: framework/admintools/horde-remove-pref.php:81 #, php-format msgid "No preference \"%s\" found in scope \"%s\"." msgstr "" #: framework/VFS/lib/VFS.php:891 msgid "No quota set." msgstr "Sen quota." #: framework/Date/Date/Recurrence.php:198 msgid "No recurrence" msgstr "" #: framework/File_CSV/CSV.php:555 msgid "No separator specified." msgstr "Non se especificou ningún separador." #: admin/setup/index.php:131 admin/setup/index.php:166 msgid "No stable version exists yet." msgstr "" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php:140 #, php-format msgid "No such account %s!" msgstr "" #: framework/VFS/lib/VFS/smb.php:659 msgid "No such file" msgstr "Non existe o ficheiro" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php:129 #, fuzzy, php-format msgid "No such folder %s" msgstr "Non existe o ficheiro" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:921 #, fuzzy msgid "No summary available" msgstr "servizo non dispoñible" #: lib/Block/weatherdotcom.php:144 msgid "No temporary directory available for cache." msgstr "Non se dispón de ningún directorio de almacenamiento temporal." #: framework/Net_SMS/SMS/sms2email_http.php:640 #: framework/Net_SMS/SMS/win_http.php:230 msgid "No username and/or password sent." msgstr "Non se enviou o nome de usuario e/ou o contrasinal." #: admin/signup_confirm.php:62 #, fuzzy msgid "No username specified." msgstr "Non se especificou ningún nome." #: framework/RPC/RPC/phpgw.php:170 msgid "No valid XML data returned" msgstr "Non se devolveron datos XML válidos" #: framework/UI/UI/VarRenderer/html.php:1086 #: framework/UI/UI/VarRenderer/html.php:1096 #: framework/UI/UI/VarRenderer/html.php:1107 #: framework/UI/UI/VarRenderer/html.php:1124 msgid "No values" msgstr "Sen valores" #: admin/setup/index.php:185 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Non se atopou a versión na configuración orixinal. Cómpre rexenerar a " "configuración." #: admin/setup/index.php:193 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Non se atopou a versión na súa configuración. Cómpre rexenerar a " "configuración." #: framework/Crypt/Crypt/pgp.php:474 framework/Crypt/Crypt/pgp.php:475 #: templates/syncml/syncml.inc:5 templates/prefs/identityselect.inc:93 msgid "None" msgstr "Ningunha" #: config/nls.php.dist:236 msgid "Nordic (ISO-8859-10)" msgstr "Nórdico (ISO-8859-10)" #: framework/NLS/NLS/tld.php:176 framework/NLS/NLS/countries.php:168 #: framework/NLS/NLS/GeoIP.php:96 msgid "Norfolk Island" msgstr "Illa Norfolk" #: lib/Block/moon.php:32 lib/Block/moon.php:60 msgid "Northern Hemisphere" msgstr "Hemisferio norte" #: framework/NLS/NLS/tld.php:162 framework/NLS/NLS/countries.php:169 #: framework/NLS/NLS/GeoIP.php:93 msgid "Northern Mariana Islands" msgstr "Illas Marianas do Norte" #: framework/NLS/NLS/tld.php:180 framework/NLS/NLS/countries.php:170 #: framework/NLS/NLS/GeoIP.php:97 msgid "Norway" msgstr "Noruega" #: framework/Crypt/Crypt/smime.php:644 msgid "Not After" msgstr "Non despois" #: framework/Crypt/Crypt/smime.php:643 msgid "Not Before" msgstr "Non antes" #: framework/VFS/lib/VFS/file.php:477 msgid "Not a directory" msgstr "Non é un directorio" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:216 #, fuzzy msgid "Not found" msgstr "Non se atopou %s." #: framework/Kolab_Server/lib/Horde/Kolab/Server.php:350 #: framework/Kolab_Server/lib/Horde/Kolab/Server.php:363 #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:1100 #: framework/Kolab_Server/lib/Horde/Kolab/Server/test.php:314 #: framework/Kolab_Server/lib/Horde/Kolab/Server/test.php:373 #, fuzzy msgid "Not implemented!" msgstr "Sen desenvolver." #: framework/VFS_ISOWriter/ISOWriter.php:63 #: framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy.php:83 #: framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy.php:94 #: framework/VFS_ISOWriter/ISOWriter/RealInputStrategy.php:47 #: framework/VFS_ISOWriter/ISOWriter/RealInputStrategy.php:58 msgid "Not implemented." msgstr "Sen desenvolver." #: framework/SessionHandler/SessionHandler.php:333 #: framework/VFS/lib/VFS.php:193 framework/VFS/lib/VFS.php:239 #: framework/VFS/lib/VFS.php:339 framework/VFS/lib/VFS.php:357 #: framework/VFS/lib/VFS.php:374 framework/VFS/lib/VFS.php:481 #: framework/VFS/lib/VFS.php:498 framework/VFS/lib/VFS.php:531 #: framework/VFS/lib/VFS.php:592 framework/VFS/lib/VFS.php:674 #: framework/VFS/lib/VFS.php:743 framework/VFS/lib/VFS.php:760 #: framework/VFS/lib/VFS/kolab.php:113 framework/VFS/lib/VFS/kolab.php:145 #: framework/VFS/lib/VFS/horde.php:82 framework/VFS/lib/VFS/horde.php:131 #: framework/VFS/lib/VFS/horde.php:151 framework/VFS/lib/VFS/horde.php:170 #: framework/VFS/lib/VFS/horde.php:189 framework/VFS/lib/VFS/horde.php:207 #: framework/VFS/lib/VFS/horde.php:227 framework/VFS/lib/VFS/horde.php:330 msgid "Not supported." msgstr "Non está soportado." #: framework/Share/Share/kolab.php:445 framework/Kolab/Kolab.php:732 #: framework/MIME/MIME/Viewer/vcard.php:302 config/registry.php.dist:194 msgid "Notes" msgstr "Notas" #: services/obrowser/index.php:38 msgid "Nothing to browse, go back." msgstr "Non hai nada visualizable, retroceda." #: framework/UI/UI/VarRenderer/html.php:450 #: framework/UI/UI/VarRenderer/html.php:488 #: templates/javascript/open_calendar.js:70 msgid "November" msgstr "Novembro" #: framework/Form/Form.php:1043 msgid "Number" msgstr "Número" #: lib/Block/feed.php:23 #, fuzzy msgid "Number of articles to display" msgstr "Número de caracteres" #: framework/Form/Form.php:1451 msgid "Number of characters" msgstr "Número de caracteres" #: framework/Form/Form.php:1398 framework/Form/Form.php:1449 #: framework/Form/Form.php:1560 framework/Form/Form.php:1633 #: framework/Form/Form.php:1679 msgid "Number of columns" msgstr "Número de columnas" #: framework/Form/Form.php:1396 framework/Form/Form.php:1447 #: framework/Form/Form.php:1558 framework/Form/Form.php:1631 #: framework/Form/Form.php:1677 msgid "Number of rows" msgstr "Número de filas" #: framework/Net_SMS/SMS/sms2email_http.php:653 msgid "Numbers not specified for updating in distribution list." msgstr "Non se especificaron números para actualizar na lista de distribución." #: services/keyboard.php:94 #, fuzzy msgid "O characters" msgstr "Número de caracteres" #: framework/UI/UI/VarRenderer/html.php:951 msgid "Object" msgstr "Obxecto" #: templates/shares/edit.inc:134 msgid "Object Creator" msgstr "Creador de obxectos" #: framework/DataTree/DataTree/sql.php:346 #, fuzzy msgid "Object not found." msgstr "non se atopou a entrada" #: framework/Kolab_Storage/lib/Horde/Kolab/Deprecated.php:233 #, php-format msgid "Object type %s not allowed for folder type %s!" msgstr "" #: framework/Form/Form.php:1097 msgid "Octal" msgstr "Octal" #: framework/UI/UI/VarRenderer/html.php:449 #: framework/UI/UI/VarRenderer/html.php:487 #: templates/javascript/open_calendar.js:69 msgid "October" msgstr "Outubro" #: lib/Block/fortune.php:101 msgid "Offense filter" msgstr "Filtro de ofensas" #: config/registry.php.dist:323 msgid "Office" msgstr "Oficina" #: services/changepassword.php:60 msgid "Old and new passwords must be different." msgstr "O contrasinal antigo e o novo deben ser distintos." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php:283 #, fuzzy, php-format msgid "Old object %s does not exist." msgstr "O cartafol %s non existe." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php:290 #, php-format msgid "Old object %s does not map to a uid." msgstr "" #: services/changepassword.php:38 msgid "Old password" msgstr "Contrasinal antigo" #: services/changepassword.php:48 msgid "Old password is not correct." msgstr "O contrasinal antigo é incorrecto." #: framework/NLS/NLS/tld.php:185 framework/NLS/NLS/countries.php:171 #: framework/NLS/NLS/GeoIP.php:98 msgid "Oman" msgstr "Omán" #: framework/Form/Form.php:2155 #, fuzzy msgid "Onclick event" msgstr "prema aquí" #: framework/IMAP/IMAP/ACL/rfc2086.php:73 msgid "Only IMAP servers support shared folders." msgstr "Só os servidores IMAP soportan os cartafoles compartidos." #: lib/Block/fortune.php:104 msgid "Only offensive fortunes" msgstr "Só ofensivas" #: framework/Form/Form.php:2697 msgid "Only one email address allowed." msgstr "Só se permite un enderezo electrónico." #: framework/Form/Form.php:2240 #, fuzzy msgid "Only one email address is allowed." msgstr "Só se permite un enderezo electrónico." #: services/shares/edit.php:77 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Só o propietario ou o administrador de sistema poden cambiar a propiedade ou " "os permisos de propietario dun recurso compartido" #: lib/Block/iframe.php:41 msgid "Open in a new window" msgstr "Abre nunha nova xanela" #: framework/Crypt/Crypt/smime.php:260 msgid "OpenSSL error: Could not extract data from signed S/MIME part." msgstr "Erro OpenSSL: Non se poden extraer datos da parte S/MIME asinada." #: lib/Block/fortune.php:62 msgid "Operating System" msgstr "Sistema Operativo" #: framework/Argv/lib/Horde/Argv/Parser.php:625 #: services/portal/sidebar.php:141 msgid "Options" msgstr "Opcións" #: services/prefs.php:36 templates/prefs/app.inc:19 #, php-format msgid "Options for %s" msgstr "Opcións de %s" #: templates/shares/edit.inc:49 templates/shares/edit.inc:241 #, fuzzy msgid "Or enter a user name:" msgstr "Elixa un nome de usuario" #: framework/Crypt/Crypt/smime.php:571 msgid "Organisation" msgstr "Organización" #: framework/Crypt/Crypt/smime.php:572 msgid "Organisational Unit" msgstr "Unidade organizativa" #: config/registry.php.dist:125 msgid "Organizing" msgstr "Organización" #: framework/NLS/NLS/GeoIP.php:119 services/keyboard.php:126 msgid "Other" msgstr "Outro" #: config/prefs.php.dist:119 config/prefs.php.dist:129 #: config/prefs.php.dist:136 config/prefs.php.dist:145 #: config/prefs.php.dist:154 config/prefs.php.dist:161 msgid "Other Information" msgstr "Outra información" #: services/keyboard.php:124 #, fuzzy msgid "Other characters" msgstr "Número de caracteres" #: templates/shares/edit.inc:32 #, fuzzy msgid "Owner" msgstr "List-Owner" #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php:489 #, php-format msgid "Owner of folder %s cannot be determined." msgstr "" #: templates/shares/edit.inc:38 templates/shares/edit.inc:51 #, fuzzy msgid "Owner:" msgstr "List-Owner" #: framework/Auth/Auth/pam.php:81 msgid "PAM authentication is not available." msgstr "A autenticación PAM non está dispoñible." #: framework/Net_SMS/SMS/generic_smtp.php:105 msgid "PEAR::Mail backend" msgstr "PEAR::Sistema traseiro de correo" #: framework/Crypt/Crypt/pgp.php:1523 msgid "PGP Digital Signature" msgstr "Sinatura dixital PGP" #: framework/Crypt/Crypt/pgp.php:1570 msgid "PGP Encrypted Data" msgstr "Datos cifrados con PGP" #: framework/Form/Form.php:1625 #, fuzzy msgid "PGP Key" msgstr "Clave PGP pública" #: framework/Crypt/Crypt/pgp.php:1626 msgid "PGP Public Key" msgstr "Clave PGP pública" #: framework/Crypt/Crypt/pgp.php:1607 msgid "PGP Signed/Encrypted Data" msgstr "Datos asinados/cifrados con PGP" #: admin/phpshell.php:54 msgid "PHP" msgstr "" #: admin/phpshell.php:82 msgid "PHP Code" msgstr "Código PHP" #: admin/phpshell.php:20 admin/phpshell.php:45 msgid "PHP Shell" msgstr "Intérprete PHP" #: framework/Kolab_Server/lib/Horde/Kolab/IMAP/cclient.php:569 #, php-format msgid "PHP does not support imap_myrights." msgstr "" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Clouds" msgstr "Nubes matinais" #: lib/Block/weatherdotcom_strings.php:57 #, fuzzy msgid "PM Drizzle" msgstr "Orballo" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Fog" msgstr "Néboa" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Light Rain" msgstr "Chuvisca vespertina" #: lib/Block/weatherdotcom_strings.php:60 #, fuzzy msgid "PM Light Snow" msgstr "Neve feble" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Rain" msgstr "Choiva vespertina" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Showers" msgstr "Chuvascos vespertinos" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Snow" msgstr "Neve vespertina" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM Snow Showers" msgstr "Nevaradas vespertinas" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM Sun" msgstr "Sol vespertino" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "PM T-Showers" msgstr "Chuvascos vespertinos" #: lib/Block/weatherdotcom_strings.php:67 msgid "PM T-Storms" msgstr "Tormentas vespertinas" #: lib/Block/account.php:289 msgid "POSIX extension is missing" msgstr "Non se atopa a extensión POSIX" #: lib/api.php:221 msgid "P_HP Shell" msgstr "Intérpr. P_HP" #: framework/NLS/NLS/tld.php:191 framework/NLS/NLS/countries.php:172 #: framework/NLS/NLS/GeoIP.php:99 msgid "Pakistan" msgstr "Paquistán" #: framework/NLS/NLS/tld.php:198 framework/NLS/NLS/countries.php:173 #: framework/NLS/NLS/GeoIP.php:101 msgid "Palau" msgstr "Palau" #: framework/NLS/NLS/tld.php:196 framework/NLS/NLS/countries.php:174 #: framework/NLS/NLS/GeoIP.php:101 msgid "Palestinian Territory, Occupied" msgstr "Palestina" #: framework/NLS/NLS/tld.php:186 framework/NLS/NLS/countries.php:175 #: framework/NLS/NLS/GeoIP.php:98 msgid "Panama" msgstr "Panamá" #: framework/NLS/NLS/tld.php:189 framework/NLS/NLS/countries.php:176 #: framework/NLS/NLS/GeoIP.php:99 msgid "Papua New Guinea" msgstr "Papúa-Nova Guinea" #: framework/NLS/NLS/tld.php:199 framework/NLS/NLS/countries.php:177 #: framework/NLS/NLS/GeoIP.php:102 msgid "Paraguay" msgstr "Paraguai" #: framework/MIME/MIME/Viewer/vcard.php:150 #: framework/MIME/MIME/Viewer/vcard.php:208 #, fuzzy msgid "Parcel Address" msgstr "Enderezo IP" #: lib/Block/weatherdotcom_strings.php:55 msgid "Partly Cloudy" msgstr "Parcialmente anubado" #: admin/user.php:44 admin/user.php:55 admin/setup/index.php:244 #: framework/Net_SMS/SMS/sms2email_http.php:546 #: framework/Net_SMS/SMS/clickatell_http.php:208 #: framework/Net_SMS/SMS/win_http.php:160 framework/Form/Form.php:2741 #: templates/login/login.inc:64 templates/admin/user/update.inc:44 #: config/registry.php.dist:402 msgid "Password" msgstr "Contrasinal" #: services/changepassword.php:84 msgid "Password changed successfully." msgstr "O contrasinal cambiouse correctamente." #: framework/Crypt/Crypt/smime.php:1345 msgid "Password incorrect" msgstr "O contrasinal é incorrecto" #: framework/Auth/Auth/radius.php:157 msgid "Password required for RADIUS authentication." msgstr "Cómpre un contrasinal para a autenticación RADIUS." #: framework/Form/Form.php:2774 msgid "Password with confirmation" msgstr "Contrasinal con confirmación" #: templates/rpcsum/rpcsum.inc:81 msgid "Password:" msgstr "Contrasinal:" #: templates/login/mobile.inc:11 msgid "Password: " msgstr "Contrasinal: " #: admin/user.php:167 framework/Form/Form.php:2756 #: templates/admin/user/update.inc:15 msgid "Passwords must match." msgstr "Os contrasinais teñen que coincidir." #: admin/sqlshell.php:124 msgid "Paste" msgstr "Pega" #: framework/Form/Form.php:1627 msgid "Path to the GnuPG binary" msgstr "" #: templates/admin/user/approve.inc:2 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Inscricións pendentes:" #: lib/Block/fortune.php:63 msgid "People" msgstr "Xente" #: templates/maintenance/maintenance.html:49 msgid "Perform Maintenance Operations" msgstr "Realiza as operacións de mantemento" #: config/prefs.php.dist:464 msgid "Perform maintenance operations on login?" msgstr "Quere realizar as operacións de mantemento ao inicio de sesión?" #: framework/Perms/Perms/UI.php:203 msgid "Permission" msgstr "Permiso" #: admin/perms/delete.php:53 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Non se eliminou o permiso '%s'." #: framework/VFS/lib/VFS/smb.php:662 msgid "Permission Denied" msgstr "Denegouse o permiso." #: framework/Perms/Perms/UI.php:208 framework/Perms/Perms/UI.php:211 msgid "Permissions" msgstr "Permisos" #: admin/perms/edit.php:110 admin/perms/addchild.php:61 #: admin/perms/index.php:23 admin/perms/delete.php:59 msgid "Permissions Administration" msgstr "Administración de permisos" #: config/prefs.php.dist:81 msgid "Personal Information" msgstr "Información persoal" #: framework/NLS/NLS/tld.php:187 framework/NLS/NLS/countries.php:178 #: framework/NLS/NLS/GeoIP.php:98 msgid "Peru" msgstr "Perú" #: lib/Block/fortune.php:64 msgid "Pets" msgstr "Mascotas" #: framework/NLS/NLS/tld.php:190 framework/NLS/NLS/countries.php:179 #: framework/NLS/NLS/GeoIP.php:99 msgid "Philippines" msgstr "Filipinas" #: framework/MIME/MIME/Viewer/vcard.php:245 msgid "Phone" msgstr "Teléfono" #: framework/Form/Form.php:1288 #, fuzzy msgid "Phone number" msgstr "Número de teléfono" #: framework/MIME/MIME/Viewer/vcard.php:108 #: framework/MIME/MIME/Viewer/vcard.php:116 #, fuzzy msgid "Photo" msgstr "Fotografías" #: config/registry.php.dist:448 msgid "Photos" msgstr "Fotografías" #: framework/NLS/NLS/countries.php:180 framework/NLS/NLS/GeoIP.php:100 msgid "Pitcairn" msgstr "Pitcairn" #: framework/NLS/NLS/tld.php:194 #, fuzzy msgid "Pitcairn Island" msgstr "Pitcairn" #: framework/MIME/MIME/Mail.php:438 msgid "Plaintext Version of Message" msgstr "" #: lib/Block/fortune.php:65 msgid "Platitudes" msgstr "Tópicos" #: framework/Alarm/Alarm.php:455 msgid "Play a sound?" msgstr "" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php:226 #, fuzzy msgid "Please authenticate!" msgstr "Non está autenticado." #: framework/Form/Form.php:3798 msgid "Please choose a sound." msgstr "" #: framework/Form/Form.php:3322 msgid "Please enter a month and a year." msgstr "Introduza un mes e un ano." #: templates/prefs/categorymanagement.inc:25 msgid "Please enter a name for the new category:" msgstr "Introduza o nome da nova categoría:" #: framework/Form/Form.php:1326 msgid "Please enter a valid IP address." msgstr "Introduza un enderezo IP válido." #: framework/Form/Form.php:3402 msgid "Please enter a valid date, check the number of days in the month." msgstr "Introduza unha data válida, comprobe o número de días do mes." #: framework/Form/Form.php:3200 msgid "Please enter a valid time." msgstr "Introduza unha hora válida." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Indique un resumo do problema." #: templates/login/login.inc:17 templates/login/login.inc:21 msgid "Please provide your username and password" msgstr "Indique o seu nome de usuario e contrasinal" #: services/maintenance.php:59 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lea o texto seguinte. DEBE aceptar as condicións se quere usar o sistema." #: framework/Prefs/Prefs/CategoryManager.php:78 msgid "Please type the new category name:" msgstr "Introduza o novo nome de categoría:" #: framework/NLS/NLS/tld.php:192 framework/NLS/NLS/countries.php:181 #: framework/NLS/NLS/GeoIP.php:99 msgid "Poland" msgstr "Polonia" #: lib/Block/fortune.php:66 msgid "Politics" msgstr "Política" #: config/registry.php.dist:457 msgid "Polls" msgstr "Enquisas" #: framework/Alarm/Alarm.php:458 #, fuzzy msgid "Popup Notification" msgstr "Notificación de consulta" #: framework/Net_SMS/SMS/generic_smpp.php:102 #, fuzzy msgid "Port" msgstr "Portugal" #: framework/NLS/NLS/tld.php:197 framework/NLS/NLS/countries.php:182 #: framework/NLS/NLS/GeoIP.php:101 msgid "Portugal" msgstr "Portugal" #: framework/IMAP/IMAP/ACL/rfc4314.php:65 #: framework/IMAP/IMAP/ACL/rfc2086.php:103 #, fuzzy msgid "Post" msgstr "Pega" #: framework/IMAP/IMAP/ACL/rfc4314.php:51 #: framework/IMAP/IMAP/ACL/rfc2086.php:91 msgid "Post to this folder (not enforced by IMAP)" msgstr "Enviar a este cartafol (non obrigado por IMAP)" #: framework/MIME/MIME/Viewer/vcard.php:147 #: framework/MIME/MIME/Viewer/vcard.php:205 #, fuzzy msgid "Postal Address" msgstr "Enderezo IP" #: themes/postnuke/info.php:6 #, fuzzy msgid "Postnuke" msgstr "Continúa" #: lib/Block/metar.php:278 lib/Block/metar.php:283 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitacións da(s) última(s) %s hora(s): " msgstr[1] "Precipitacións da(s) última(s) %s hora(s): " #: lib/Block/weatherdotcom.php:304 msgid "Precipitation
chance" msgstr "Probabilidade de
precipitacións" #: framework/Prefs/Prefs/file.php:66 #, fuzzy msgid "Preference storage directory is not available." msgstr "A autenticación PAM non está dispoñible." #: framework/Share/Share/kolab.php:453 framework/Kolab/Kolab.php:777 msgid "Preferences" msgstr "" #: framework/admintools/horde-remove-pref.php:74 #, php-format msgid "Preferences \"%s\" deleted in scope \"%s\"." msgstr "" #: framework/MIME/MIME/Viewer/vcard.php:153 #: framework/MIME/MIME/Viewer/vcard.php:211 #, fuzzy msgid "Preferred Address" msgstr "Enderezo da rúa" #: framework/Prefs/Prefs/ldap.php:139 msgid "Prefs_ldap: Required LDAP extension not found." msgstr "Prefs_ldap: non se atopou a extensión LDAP requirida." #: lib/Block/metar.php:237 msgid "Pressure" msgstr "Presión" #: lib/Block/metar.php:271 msgid "Pressure at sea level: " msgstr "Presión ao nivel do mar: " #: lib/Block/weatherdotcom.php:242 msgid "Pressure: " msgstr "Presión: " #: framework/UI/UI/VarRenderer/html.php:216 #: framework/UI/UI/VarRenderer/html.php:1518 msgid "Preview" msgstr "Previsualización" #: framework/Prefs/Prefs/UI.php:391 msgid "Previous options" msgstr "Opcións anteriores" #: framework/Crypt/Crypt/pgp.php:470 msgid "Private Key" msgstr "Clave privada" #: framework/Horde/Horde/Menu.php:168 msgid "Problem" msgstr "Problema" #: services/problem.php:155 msgid "Problem Description" msgstr "Descrición do problema" #: framework/Form/Form.php:1704 framework/Form/Form.php:2839 #: framework/Form/Form.php:2915 framework/Form/Form.php:4255 msgid "Prompt text" msgstr "Texto do inductor" #: framework/Form/Form.php:2442 msgid "Protect address from spammers?" msgstr "" #: framework/Crypt/Crypt/pgp.php:470 msgid "Public Key" msgstr "Clave pública" #: framework/Crypt/Crypt/smime.php:649 msgid "Public Key Algorithm" msgstr "Algoritmo de clave pública" #: framework/Crypt/Crypt/smime.php:648 msgid "Public Key Info" msgstr "Información da clave pública" #: framework/Crypt/Crypt/pgp.php:241 msgid "Public/Private keypair not generated successfully." msgstr "Non se xeraron correctamente as claves Pública/Privada." #: framework/NLS/NLS/tld.php:195 framework/NLS/NLS/countries.php:183 #: framework/NLS/NLS/GeoIP.php:100 msgid "Puerto Rico" msgstr "Porto Rico" #: framework/IMAP/IMAP/ACL/rfc4314.php:69 #, fuzzy msgid "Purge" msgstr "Presión" #: framework/IMAP/IMAP/ACL/rfc4314.php:55 msgid "Purge messages" msgstr "Baleira as mensaxes" #: themes/purple/info.php:6 msgid "Purple Horde" msgstr "" #: framework/NLS/NLS/tld.php:200 framework/NLS/NLS/countries.php:184 #: framework/NLS/NLS/GeoIP.php:102 msgid "Qatar" msgstr "Qatar" #: admin/sqlshell.php:67 msgid "Query" msgstr "Consulta" #: lib/Block/account.php:85 msgid "Quota" msgstr "Cuota" #: framework/Crypt/Crypt/smime.php:667 #, php-format msgid "RSA Public Key (%d bit)" msgstr "Clave RSA pública (%d bit)" #: framework/Form/Form.php:3003 msgid "Radio selection" msgstr "Selección de radio" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain" msgstr "Choiva" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Early" msgstr "Choiva matutina" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain Late" msgstr "Choiva vespertina" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain Shower" msgstr "Chuvasco" #: lib/Block/weatherdotcom_strings.php:72 msgid "Rain and Snow" msgstr "Choiva e neve" #: lib/Block/weatherdotcom_strings.php:73 msgid "Rain to Snow" msgstr "Choiva a neve" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "Roda da fortuna" #: framework/MIME/MIME/Viewer/rar.php:66 framework/MIME/MIME/Viewer/zip.php:90 msgid "Ratio" msgstr "Proporción" #: framework/Perms/Perms.php:401 framework/IMAP/IMAP/ACL/rfc4314.php:61 #: framework/IMAP/IMAP/ACL/rfc2086.php:99 templates/shares/edit.inc:67 #: templates/shares/edit.inc:81 templates/shares/edit.inc:102 #: templates/shares/edit.inc:116 templates/shares/edit.inc:137 #: templates/shares/edit.inc:151 templates/shares/edit.inc:172 #: templates/shares/edit.inc:190 templates/shares/edit.inc:225 #: templates/shares/edit.inc:252 templates/shares/edit.inc:274 #: templates/shares/edit.inc:288 templates/shares/edit.inc:317 msgid "Read" msgstr "Lectura" #: framework/IMAP/IMAP/ACL/rfc4314.php:47 #: framework/IMAP/IMAP/ACL/rfc2086.php:87 msgid "Read messages" msgstr "Lectura das mensaxes" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Quere eliminar realmente %s? Esta operación non se pode desfacer." #: framework/Block/Block/Layout.php:116 msgid "Really delete this block?" msgstr "" #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Quere eliminar realmente os datos do usuario %s? Esta operación non se pode " "desfacer." #: admin/sessions.php:61 #, fuzzy msgid "Realm:" msgstr "Calma" #: config/prefs.php.dist:449 msgid "Refresh Dynamic Menu Elements:" msgstr "Actualiza os elementos de menú dinámico:" #: config/prefs.php.dist:399 msgid "Refresh Portal View:" msgstr "Actualiza a vista do portal" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Actualiza a vista do portal" #: framework/Form/Form.php:1203 framework/Form/Form.php:1223 #: framework/Form/Form.php:1252 msgid "Regex" msgstr "Regex" #: framework/Form/Form.php:4212 #, fuzzy msgid "Relationship browser" msgstr "Navegador de relacións" #: lib/Block/metar.php:338 msgid "Remarks" msgstr "Observacións" #: admin/sessions.php:62 admin/sessions.php:72 #, fuzzy msgid "Remote Host:" msgstr "Elimina o" #: config/prefs.php.dist:137 msgid "Remote Servers" msgstr "Servidores remotos" #: templates/rpcsum/rpcsum.inc:75 msgid "Remote URL (http://www.example.com/horde):" msgstr "URL remoto (http://www.example.com/horde):" #: framework/Block/Block/Layout.php:113 framework/Block/Block/Layout.php:117 #: framework/UI/UI/VarRenderer/html.php:634 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:34 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Elimina" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Elimina o par" #: admin/setup/index.php:264 msgid "Remove saved script from server's temporary directory." msgstr "" "Elimina a secuencia de comandos gardada do directorio temporal do servidor." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Elimina un usuario" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Elimina un usuario: %s" #: framework/MIME/MIME/Viewer/rfc822.php:80 msgid "Reply-To" msgstr "" #: framework/RPC/RPC/phpgw.php:168 msgid "Request couldn't be answered. Returned errorcode: " msgstr "Non se pode responder á solicitude. Código de erro que se devolveu: " #: lib/Block/weatherdotcom.php:163 msgid "Requested service could not be found." msgstr "Non se atopou o servizo solicitado" #: framework/Horde/Horde.php:212 framework/Horde/Horde.php:717 #, php-format msgid "Required \"%s\" not specified in %s configuration." msgstr "Non se especificou o '%s' requirido na configuración de %s." #: framework/VFS/lib/VFS/sql.php:768 framework/VFS/lib/VFS/ftp.php:924 #: framework/VFS/lib/VFS/ssh2.php:926 framework/VFS/lib/VFS/horde.php:41 #: framework/VFS/lib/VFS/sql_file.php:748 #, php-format msgid "Required \"%s\" not specified in VFS configuration." msgstr "Non se especificou o '%s' requirido na configuración VFS." #: framework/Util/Util.php:801 #, php-format msgid "Required \"%s\" not specified in configuration." msgstr "Non se especificou o '%s' requirido na configuración." #: framework/Form/Form/Renderer.php:333 msgid "Required Field" msgstr "Campo requirido" #: framework/Form/Form.php:628 msgid "Required secret is invalid - potentially malicious request." msgstr "" #: admin/user.php:32 framework/Form/Form.php:353 #: framework/Form/Form/Renderer.php:318 #: framework/UI/UI/VarRenderer/html.php:233 templates/rpcsum/rpcsum.inc:91 #: templates/admin/user/update.inc:78 msgid "Reset" msgstr "Limpa" #: services/resetpassword.php:50 msgid "Reset Password" msgstr "Limpa o contrasinal" #: services/resetpassword.php:30 msgid "Reset Your Password" msgstr "Limpe o contrasinal" #: admin/sqlshell.php:136 msgid "Restore Last Query" msgstr "Restaura a última consulta" #: admin/phpshell.php:86 admin/cmdshell.php:29 admin/sqlshell.php:70 msgid "Results" msgstr "Resultados" #: services/portal/cloud_search.php:31 #, fuzzy, php-format msgid "Results for %s" msgstr "Resultados" #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:469 #, php-format msgid "Retrieving DN failed. Error was: %s" msgstr "" #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:522 #, php-format msgid "Retrieving attributes failed. Error was: %s" msgstr "" #: templates/syncml/syncml.inc:39 templates/rpcsum/rpcsum.inc:92 #: templates/prefs/end.inc:4 msgid "Return to Options" msgstr "Regresa a Opcións" #: framework/Crypt/Crypt/pgp.php:243 #, fuzzy msgid "Returned error message:" msgstr "Lectura das mensaxes" #: services/changepassword.php:40 msgid "Retype new password" msgstr "Reescriba un novo contrasinal" #: framework/NLS/NLS/countries.php:185 framework/NLS/NLS/GeoIP.php:102 msgid "Reunion" msgstr "Reunión" #: framework/NLS/NLS/tld.php:201 #, fuzzy msgid "Reunion Island" msgstr "Illa da Ascensión" #: admin/setup/config.php:44 admin/setup/config.php:48 msgid "Revert Configuration" msgstr "Restaura a configuración" #: framework/Crypt/Crypt/pgp.php:1750 #, fuzzy msgid "Revocation key not generated successfully." msgstr "Non se xeraron correctamente as claves Pública/Privada." #: config/prefs.php.dist:155 msgid "Rich Text Editor Options" msgstr "Opcións do Editor de texto enriquecido" #: lib/Block/fortune.php:67 msgid "Riddles" msgstr "Adiviñas" #: config/prefs.php.dist:567 #, fuzzy msgid "Right click context menu" msgstr "Quere permitir o menú de contexto no botón dereito do rato?" #: framework/Form/Form.php:4088 msgid "Right header" msgstr "Cabeceira dereita" #: framework/Form/Form.php:4084 msgid "Right values" msgstr "Valores da dereita" #: framework/MIME/MIME/Viewer/vcard.php:289 msgid "Role" msgstr "Función" #: framework/NLS/NLS/tld.php:202 framework/NLS/NLS/countries.php:186 #: framework/NLS/NLS/GeoIP.php:102 msgid "Romania" msgstr "Romanía" #: framework/UI/UI/VarRenderer/html.php:239 msgid "Rotate 180" msgstr "Xira 180º" #: framework/UI/UI/VarRenderer/html.php:236 msgid "Rotate Left" msgstr "Xira á esquerda" #: framework/UI/UI/VarRenderer/html.php:242 msgid "Rotate Right" msgstr "Xira á dereita" #: admin/sqlshell.php:125 msgid "Run" msgstr "Executa" #: framework/NLS/NLS/tld.php:204 framework/NLS/NLS/countries.php:187 #: framework/NLS/NLS/GeoIP.php:103 msgid "Russian Federation" msgstr "Rusia" #: framework/NLS/NLS/tld.php:205 framework/NLS/NLS/countries.php:188 #: framework/NLS/NLS/GeoIP.php:103 msgid "Rwanda" msgstr "Ruanda" #: framework/Crypt/Crypt/smime.php:284 msgid "S/MIME Cryptographic Signature" msgstr "Sinatura criptográfica S/MIME" #: framework/Crypt/Crypt/smime.php:326 msgid "S/MIME Encrypted Message" msgstr "Mensaxe cifrada en S/MIME" #: framework/Form/Form.php:1673 msgid "S/MIME Key" msgstr "" #: framework/Auth/Auth/peclsasl.php:82 msgid "SASL authentication is not available." msgstr "Non está dispoñible a autenticación SASL." #: framework/Net_SMS/SMS/generic_smpp.php:86 #, fuzzy msgid "SMPP Gateway" msgstr "Pasarela Correo-a-SMS" #: admin/sqlshell.php:21 admin/sqlshell.php:28 msgid "SQL Shell" msgstr "Intérprete SQL" #: framework/Form/Form.php:4253 msgid "SQL statement for value lookups" msgstr "Instrución SQL para buscas de valores" #: config/registry.php.dist:410 msgid "SSH" msgstr "SSH" #: framework/Notification/Notification/Listener/mobile.php:35 msgid "SUCCESS" msgstr "ÉXITO" #: lib/api.php:225 msgid "S_QL Shell" msgstr "Intérprete S_QL" #: templates/javascript/open_calendar.js:53 msgid "Sa" msgstr "Sa" #: framework/NLS/NLS/tld.php:212 framework/NLS/NLS/countries.php:189 #: framework/NLS/NLS/GeoIP.php:104 msgid "Saint Helena" msgstr "Santa Helena" #: framework/NLS/NLS/tld.php:134 framework/NLS/NLS/countries.php:190 #: framework/NLS/NLS/GeoIP.php:84 msgid "Saint Kitts and Nevis" msgstr "Saint Kitts e Nevis" #: framework/NLS/NLS/tld.php:142 framework/NLS/NLS/countries.php:191 #: framework/NLS/NLS/GeoIP.php:87 msgid "Saint Lucia" msgstr "Santa Lucía" #: framework/NLS/NLS/tld.php:193 framework/NLS/NLS/countries.php:192 #: framework/NLS/NLS/GeoIP.php:100 msgid "Saint Pierre and Miquelon" msgstr "Saint Pierre e Miquelon" #: framework/NLS/NLS/tld.php:251 framework/NLS/NLS/countries.php:193 #: framework/NLS/NLS/GeoIP.php:115 msgid "Saint Vincent and the Grenadines" msgstr "San Vicente e As Granadinas" #: framework/NLS/NLS/tld.php:258 framework/NLS/NLS/countries.php:194 #: framework/NLS/NLS/GeoIP.php:117 msgid "Samoa" msgstr "Samoa" #: framework/NLS/NLS/tld.php:217 framework/NLS/NLS/countries.php:195 #: framework/NLS/NLS/GeoIP.php:106 msgid "San Marino" msgstr "San Marino" #: framework/NLS/NLS/tld.php:221 framework/NLS/NLS/countries.php:196 #: framework/NLS/NLS/GeoIP.php:107 msgid "Sao Tome and Principe" msgstr "São Tomé e Príncipe" #: framework/NLS/NLS/GeoIP.php:119 msgid "Satellite Provider" msgstr "Provedor de satélite" #: framework/NLS/NLS/tld.php:206 framework/NLS/NLS/countries.php:197 #: framework/NLS/NLS/GeoIP.php:103 msgid "Saudi Arabia" msgstr "Arabia Saudita" #: templates/portal/layout.inc:115 msgid "Save" msgstr "Garda" #: templates/shares/edit.inc:335 templates/admin/groups/edit.inc:63 #, php-format msgid "Save \"%s\"" msgstr "Garda \"%s\"" #: templates/prefs/end.inc:2 msgid "Save Options" msgstr "Garda as opcións" #: templates/shares/edit.inc:336 #, fuzzy msgid "Save and Finish" msgstr "São Tomé e Príncipe" #: admin/setup/index.php:232 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Garda a configuración xerada como unha secuencia de comandos PHP no " "directorio temporal do seu servidor." #: admin/setup/scripts.php:72 #, php-format msgid "Saved %s configuration." msgstr "Gardouse a configuración de %s." #: admin/setup/scripts.php:100 #, php-format msgid "Saved setup upgrade script to: \"%s\"." msgstr "" "Gardouse a secuencia de comandos de actualización da configuración en: '%s'." #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Scattered Showers" msgstr "Tormentas illadas" #: lib/Block/weatherdotcom_strings.php:75 msgid "Scattered T-Storms" msgstr "Tormentas illadas" #: lib/Block/fortune.php:68 msgid "Science" msgstr "Ciencia" #: services/help/index.php:86 #, fuzzy msgid "Sea_rch" msgstr "Busca" #: services/help/index.php:151 templates/admin/user/list.inc:16 msgid "Search" msgstr "Busca" #: config/registry.php.dist:317 msgid "Search Engines" msgstr "Motores de busca" #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:461 #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:476 #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:514 #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:537 #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:1035 #, php-format msgid "Search failed. Error was: %s" msgstr "" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Busca" #: framework/Form/Form.php:3933 msgid "Select Files" msgstr "Seleccione ficheiros" #: framework/UI/UI/VarRenderer/html.php:523 msgid "Select a date" msgstr "Seleccione unha data" #: templates/shares/edit.inc:303 templates/shares/edit.inc:305 #, fuzzy msgid "Select a group to add:" msgstr "Seleccione o grupo para engadir" #: templates/shares/edit.inc:40 #, fuzzy msgid "Select a new owner:" msgstr "Seleccione un novo propietario" #: templates/rpcsum/rpcsum.inc:59 msgid "Select a server" msgstr "Seleccione un servidor" #: templates/shares/edit.inc:207 templates/shares/edit.inc:209 #, fuzzy msgid "Select a user to add:" msgstr "Seleccione un usuario para engadir" #: framework/UI/UI/VarRenderer/html.php:756 #: framework/UI/UI/VarRenderer/tableset_html.php:23 msgid "Select all" msgstr "Seleccione todo" #: framework/Form/Form.php:3405 msgid "Select all date components." msgstr "Seleccione todos os compoñentes da data." #: services/editor/xinha/plugins/AnselImage/insert_image.php:130 #, fuzzy msgid "Select an image" msgstr "Seleccione unha data" #: framework/UI/UI/VarRenderer/html.php:951 msgid "Select an object" msgstr "Seleccione un obxecto" #: config/prefs.php.dist:572 #, fuzzy msgid "Select editor plugins" msgstr "Seleccione ficheiros" #: framework/UI/UI/VarRenderer/html.php:757 #: framework/UI/UI/VarRenderer/tableset_html.php:24 msgid "Select none" msgstr "Non seleccionar ningún" #: services/keyboard.php:40 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Seleccione os caracteres que necesite das cuadrículas de máis abaixo. Pode " "copialos e pegalos dende a área de texto." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Seleccione o formato da data:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Seleccione o delimitador da data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Seleccione o formato da data:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Seleccione o formato da data:" #: templates/prefs/identityselect.inc:91 msgid "Select the identity you want to change:" msgstr "Seleccione a identidade que quere cambiar:" #: templates/data/time.inc:16 templates/data/datetime.inc:97 msgid "Select the time delimiter:" msgstr "Seleccione o delimitador de horas:" #: templates/data/time.inc:25 templates/data/datetime.inc:106 msgid "Select the time format:" msgstr "Seleccione o formato de hora:" #: config/prefs.php.dist:364 msgid "Select your color scheme." msgstr "Seleccione a súa combinación de cores." #: config/prefs.php.dist:293 msgid "Select your preferred language:" msgstr "Seleccione a lingua:" #: admin/setup/scripts.php:88 msgid "Self-destructing..." msgstr "" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Envía o informe de problemas" #: framework/UI/UI/VarRenderer/html.php:1186 msgid "Send SMS" msgstr "Envía un SMS" #: framework/Net_SMS/SMS/generic_smpp.php:147 #, fuzzy, php-format msgid "Sending failed: %s" msgstr "Fallou a copia: %s" #: framework/NLS/NLS/tld.php:218 framework/NLS/NLS/countries.php:198 #: framework/NLS/NLS/GeoIP.php:106 msgid "Senegal" msgstr "Senegal" #: lib/Block/metar.php:328 msgid "Sensor: " msgstr "Sensor: " #: framework/UI/UI/VarRenderer/html.php:448 #: framework/UI/UI/VarRenderer/html.php:486 #: templates/javascript/open_calendar.js:68 msgid "September" msgstr "Setembro" #: framework/NLS/NLS/tld.php:203 #, fuzzy msgid "Serbia" msgstr "Azerbaidzhan" #: framework/NLS/NLS/countries.php:199 msgid "Serbia and Montenegro" msgstr "Serbia e Montenegro" #: framework/Crypt/Crypt/smime.php:705 msgid "Serial Number" msgstr "Número de serie" #: templates/syncml/syncml.inc:11 #, fuzzy msgid "Server Time" msgstr "Hora de entrega:" #: lib/Block/weatherdotcom.php:167 msgid "Server data wrong or not available." msgstr "Os datos do servidor son incorrectos ou non están dispoñibles" #: admin/sessions.php:28 msgid "Session Admin" msgstr "Administración de sesión" #: framework/Net_SMS/SMS/clickatell_http.php:300 msgid "Session ID expired." msgstr "Caducou o IDE de sesión." #: admin/sessions.php:59 #, fuzzy msgid "Session Timestamp:" msgstr "Sesións" #: lib/api.php:217 msgid "Sessions" msgstr "Sesións" #: framework/Form/Form.php:3052 msgid "Set" msgstr "Establece" #: config/prefs.php.dist:90 msgid "" "Set authentication credentials like user names and passwords for external " "servers." msgstr "" #: config/prefs.php.dist:99 msgid "Set options to allow you to reset your password if you ever forget it." msgstr "" "Establece opcións que lle permiten reaxustar o seu contrasinal se chegase a " "esquecelo." #: config/prefs.php.dist:138 msgid "Set up remote servers that you want to access from your portal." msgstr "Configura servidores remotos aos que desexe acceder desde o portal." #: config/prefs.php.dist:107 msgid "Set your preferred language, timezone and date options." msgstr "Establece as opcións preferidas de idioma, zona horaria e datas." #: config/prefs.php.dist:121 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display options." msgstr "" "Establece a aplicación de inicio, a combinación de cores, a actualización de " "páxina e outras opcións de visualización." #: admin/setup/config.php:77 msgid "Setup" msgstr "Configuración" #: templates/admin/setup/index.html:61 msgid "Setup upgrade scripts available" msgstr "" "Están dispoñibles as secuencias de comandos de actualización da configuración" #: lib/Block/weatherdotcom.php:193 msgid "Several locations possible with the parameter: " msgstr "Existen varias localizacións dispoñibles co parámetro: " #: framework/NLS/NLS/tld.php:208 framework/NLS/NLS/countries.php:200 #: framework/NLS/NLS/GeoIP.php:104 msgid "Seychelles" msgstr "Seychelles" #: framework/Share/Share/kolab.php:102 framework/Share/Share/sql.php:203 #, fuzzy, php-format msgid "Share \"%s\" does not exist." msgstr "O ficheiro temporal \"%s\" non existe" #: framework/Share/Share/sql.php:264 #, fuzzy, php-format msgid "Share ID %d does not exist." msgstr "O cartafol %s non existe." #: framework/Share/Share/sql_hierarchical.php:558 msgid "Share names are not supported in this driver" msgstr "" #: framework/Auth/Auth/shibboleth.php:65 #, fuzzy msgid "Shibboleth authentication not available." msgstr "Non está dispoñible a autenticación SASL." #: config/registry.php.dist:466 msgid "Shopping" msgstr "Compras" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Resumo breve" #: config/prefs.php.dist:504 msgid "Should access keys be defined for most links?" msgstr "Quere definir claves de acceso para a maioría das ligazóns?" #: framework/Perms/Perms.php:400 templates/shares/edit.inc:66 #: templates/shares/edit.inc:77 templates/shares/edit.inc:101 #: templates/shares/edit.inc:112 templates/shares/edit.inc:136 #: templates/shares/edit.inc:147 templates/shares/edit.inc:171 #: templates/shares/edit.inc:186 templates/shares/edit.inc:221 #: templates/shares/edit.inc:248 templates/shares/edit.inc:273 #: templates/shares/edit.inc:284 templates/shares/edit.inc:313 msgid "Show" msgstr "Mostra" #: admin/setup/index.php:220 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Mostra as diferenzas entre a nova configuración e a almacenada" #: lib/Block/feed.php:29 msgid "Show extra detail?" msgstr "" #: framework/Form/Form.php:3962 #, fuzzy msgid "Show icon?" msgstr "Mostra o selector" #: config/prefs.php.dist:539 msgid "Show last login time when logging in?" msgstr "Quere mostrar a hora da última sesión ao iniciar?" #: framework/Form/Form.php:2087 #, fuzzy msgid "Show option to keep original?" msgstr "Mostra a opción de conservar o orixinal" #: framework/Form/Form.php:3566 framework/Form/Form.php:3732 #, fuzzy msgid "Show picker?" msgstr "Mostra o selector" #: framework/Form/Form.php:3290 framework/Form/Form.php:3738 #, fuzzy msgid "Show seconds?" msgstr "Chuvascos" #: config/prefs.php.dist:407 #, php-format msgid "Show the %s Menu on the left?" msgstr "Quere mostrar o menú %s á esquerda?" #: framework/Form/Form.php:2085 #, fuzzy msgid "Show upload?" msgstr "Mostra a carga" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers" msgstr "Chuvascos" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers Early" msgstr "Chuvascos matutinos" #: lib/Block/weatherdotcom_strings.php:78 msgid "Showers Late" msgstr "Chuvascos vespertinos" #: lib/Block/weatherdotcom_strings.php:79 msgid "Showers in the Vicinity" msgstr "Chuvascos na redonda" #: framework/Block/Block/Layout/Manager.php:568 msgid "Shrink" msgstr "Reduce" #: framework/Block/Block/Layout/Manager.php:861 #: framework/Block/Block/Layout/Manager.php:923 #: framework/Block/Block/Layout/Manager.php:1012 #: framework/Block/Block/Layout/Manager.php:1077 #: framework/Block/Block/Layout/Manager.php:1143 #: framework/Block/Block/Layout/Manager.php:1183 #: framework/Block/Block/Layout/Manager.php:1212 #: framework/Block/Block/Layout/Manager.php:1245 msgid "Shrink or move neighbouring block(s) out of the way first" msgstr "Primeiro reduza ou quite do medio o(s) bloque(s) próximo(s)" #: framework/NLS/NLS/tld.php:216 framework/NLS/NLS/countries.php:201 #: framework/NLS/NLS/GeoIP.php:105 msgid "Sierra Leone" msgstr "Serra Leoa" #: framework/Auth/Auth/Signup.php:267 msgid "Sign up" msgstr "Alta" #: framework/Crypt/Crypt/smime.php:716 msgid "Signature" msgstr "Sinatura" #: framework/Crypt/Crypt/smime.php:715 msgid "Signature Algorithm" msgstr "Algoritmo de sinatura" #: themes/simplex/info.php:6 msgid "Simplex" msgstr "" #: framework/NLS/NLS/tld.php:211 framework/NLS/NLS/countries.php:202 #: framework/NLS/NLS/GeoIP.php:104 msgid "Singapore" msgstr "Singapur" #: framework/MIME/MIME/Viewer/rar.php:63 framework/MIME/MIME/Viewer/zip.php:86 #: framework/MIME/MIME/Viewer/tgz.php:90 framework/Form/Form.php:1205 #: framework/Form/Form.php:1225 framework/Form/Form.php:1254 #: framework/Form/Form.php:2972 framework/Form/Form.php:3890 #: framework/Form/Form.php:4090 msgid "Size" msgstr "Tamaño" #: templates/maintenance/maintenance.html:52 msgid "Skip Maintenance" msgstr "Omite o mantemento" #: framework/NLS/NLS/tld.php:215 framework/NLS/NLS/countries.php:203 #: framework/NLS/NLS/GeoIP.php:105 msgid "Slovakia" msgstr "Eslovaquia" #: framework/NLS/NLS/tld.php:213 framework/NLS/NLS/countries.php:204 #: framework/NLS/NLS/GeoIP.php:105 msgid "Slovenia" msgstr "Eslovenia" #: lib/Block/iframe.php:24 #, fuzzy msgid "Small" msgstr "Somalia" #: framework/Alarm/Alarm.php:350 msgid "Snooze..." msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow" msgstr "Neve" #: lib/Block/weatherdotcom_strings.php:81 #, fuzzy msgid "Snow Early" msgstr "Chuvascos matutinos" #: lib/Block/weatherdotcom_strings.php:82 #, fuzzy msgid "Snow Late" msgstr "Chuvascos vespertinos" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Shower" msgstr "Nevarada" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers" msgstr "Nevaradas" #: lib/Block/weatherdotcom_strings.php:85 msgid "Snow Showers Early" msgstr "Nevaradas matutinas" #: lib/Block/weatherdotcom_strings.php:86 msgid "Snow Showers Late" msgstr "Nevaradas vespertinas" #: lib/Block/metar.php:290 msgid "Snow depth: " msgstr "Altura da neve: " #: lib/Block/metar.php:294 msgid "Snow equivalent in water: " msgstr "Equivalente da neve en auga: " #: framework/NLS/NLS/tld.php:207 framework/NLS/NLS/countries.php:205 #: framework/NLS/NLS/GeoIP.php:103 msgid "Solomon Islands" msgstr "Illas Salomón" #: framework/NLS/NLS/tld.php:219 framework/NLS/NLS/countries.php:206 #: framework/NLS/NLS/GeoIP.php:106 msgid "Somalia" msgstr "Somalia" #: lib/Block/fortune.php:69 msgid "Songs & Poems" msgstr "Cancións e Poemas" #: framework/Form/Form.php:3886 msgid "Sort order selection" msgstr "Selección da orde da clasificación" #: framework/Form/Form.php:3807 #, fuzzy msgid "Sound selection" msgstr "Corta a selección" #: framework/Net_SMS/SMS/sms2email_http.php:568 #: framework/Net_SMS/SMS/sms2email_http.php:598 #: framework/Net_SMS/SMS/clickatell_http.php:225 #: framework/Net_SMS/SMS/clickatell_http.php:255 #: framework/Net_SMS/SMS/win_http.php:175 #: framework/Net_SMS/SMS/win_http.php:198 msgid "Source address" msgstr "Remitente" #: framework/NLS/NLS/tld.php:262 framework/NLS/NLS/countries.php:207 #: framework/NLS/NLS/GeoIP.php:118 msgid "South Africa" msgstr "Sudáfrica" #: config/nls.php.dist:237 msgid "South European (ISO-8859-3)" msgstr "Europa do sur (ISO-8859-3)" #: framework/NLS/NLS/tld.php:104 framework/NLS/NLS/countries.php:208 #: framework/NLS/NLS/GeoIP.php:77 msgid "South Georgia and the South Sandwich Islands" msgstr "Illas Xeorxia do Sur e Sandwich do Sur" #: lib/Block/moon.php:33 lib/Block/moon.php:62 msgid "Southern Hemisphere" msgstr "Hemisferio sur" #: framework/NLS/NLS/tld.php:222 #, fuzzy msgid "Soviet Union" msgstr "Non seleccionar ningún" #: framework/Form/Form.php:905 msgid "Spacer" msgstr "Espazador" #: framework/NLS/NLS/tld.php:81 framework/NLS/NLS/countries.php:209 #: framework/NLS/NLS/GeoIP.php:71 msgid "Spain" msgstr "España" #: config/registry.php.dist:91 msgid "Spam" msgstr "Correo lixo" #: services/keyboard.php:16 msgid "Special Character Input" msgstr "Entrada de caracteres especiais" #: config/prefs.php.dist:570 #, fuzzy msgid "Special characters" msgstr "Entrada de caracteres especiais" #: framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php:181 msgid "Specify either the UID or a search result!" msgstr "" #: lib/Block/fortune.php:70 msgid "Sports" msgstr "Deportes" #: framework/NLS/NLS/tld.php:144 framework/NLS/NLS/countries.php:210 #: framework/NLS/NLS/GeoIP.php:88 msgid "Sri Lanka" msgstr "Sri Lanka" #: framework/Net_SMS/SMS/sms2email_http.php:576 #: framework/Net_SMS/SMS/clickatell_http.php:233 #: lib/Block/weatherdotcom.php:71 lib/Block/metar.php:89 msgid "Standard" msgstr "Estándar" #: lib/Block/fortune.php:71 msgid "Star Trek" msgstr "Star Trek" #: framework/Form/Form.php:3346 framework/Form/Form.php:3562 #: framework/Form/Form.php:3728 msgid "Start year" msgstr "Ano de inicio" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Report.php:34 msgid "Starting to regenerate the free/busy cache..." msgstr "" #: framework/Crypt/Crypt/smime.php:574 msgid "State or Province" msgstr "Estado ou provincia" #: templates/admin/setup/index.html:17 msgid "Status" msgstr "Estado" #: framework/Form/Form.php:3568 framework/Form/Form.php:3734 msgid "Storage format" msgstr "Formato de almacenamiento" #: framework/Crypt/Crypt/smime.php:576 msgid "Street Address" msgstr "Enderezo da rúa" #: framework/Form/Form.php:1221 msgid "String list" msgstr "Lista de cadeas" #: framework/Form/Form.php:1250 msgid "String list returning an array" msgstr "" #: templates/javascript/open_calendar.js:47 msgid "Su" msgstr "Do" #: util/icon_browser.php:39 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Non se atopou o subdirectorio \"%s\"." #: framework/MIME/MIME/Viewer/rfc822.php:81 msgid "Subject" msgstr "Asunto" #: framework/Form/Form.php:346 framework/Form/Form/Renderer.php:315 msgid "Submit" msgstr "Envía" #: signup.php:53 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Enviouse unha solicitude para engadir \"%s\" ao sistema. Non poderá iniciar " "a sesión ata que se aprobe a solicitude." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php:526 #, php-format msgid "Subpath of folder %s cannot be determined." msgstr "" #: admin/sqlshell.php:108 #: framework/Notification/Notification/Listener/status.php:28 msgid "Success" msgstr "Correctamente" #: admin/signup_confirm.php:88 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Engadiuse correctamente '%s' ao sistema." #: admin/user.php:140 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Elimináronse correctamente do sistema os datos do usuario '%s'." #: admin/groups.php:86 admin/perms/delete.php:47 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Eliminouse correctamente '%s'." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Report.php:63 msgid "Successfully regenerated all calendar caches!" msgstr "" #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Report.php:40 #, fuzzy, php-format msgid "Successfully regenerated calendar \"%s\"!" msgstr "Eliminouse correctamente '%s'." #: admin/user.php:121 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Eliminouse correctamente '%s' do sistema." #: admin/setup/config.php:51 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Restaurouse correctamente a configuración. Recargue para ver os cambios." #: admin/setup/index.php:57 admin/setup/scripts.php:58 msgid "Successfully saved backup configuration." msgstr "Gardouse correctamente a copia de seguranza da configuración." #: admin/setup/config.php:62 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" "Gardouse correctamente o ficheiro de copia de seguranza da configuración %s." #: admin/user.php:185 #, php-format msgid "Successfully updated \"%s\"" msgstr "Actualizouse correctamente '%s'" #: admin/setup/config.php:71 admin/setup/index.php:70 #, php-format msgid "Successfully wrote %s" msgstr "Escribiuse correctamente '%s'" #: framework/NLS/NLS/tld.php:209 framework/NLS/NLS/countries.php:211 #: framework/NLS/NLS/GeoIP.php:104 msgid "Sudan" msgstr "Sudán" #: lib/Block/sunrise.php:65 msgid "Sun Rise" msgstr "Amencer" #: lib/Block/sunrise.php:68 msgid "Sun Set" msgstr "Solpor" #: config/prefs.php.dist:354 #, fuzzy msgid "Sunday" msgstr "Sudán" #: lib/Block/weatherdotcom_strings.php:87 msgid "Sunny" msgstr "Asollado" #: lib/Block/weatherdotcom.php:223 msgid "Sunrise" msgstr "Amencer" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:16 msgid "Sunrise/Sunset" msgstr "Amencer/Solpor" #: lib/Block/weatherdotcom.php:222 msgid "Sunrise: " msgstr "Amencer: " #: lib/Block/weatherdotcom.php:226 msgid "Sunset" msgstr "Solpor" #: lib/Block/weatherdotcom.php:225 msgid "Sunset: " msgstr "Solpor: " #: framework/NLS/NLS/tld.php:220 framework/NLS/NLS/countries.php:212 #: framework/NLS/NLS/GeoIP.php:106 msgid "Suriname" msgstr "Surinam" #: framework/Crypt/Crypt/smime.php:578 msgid "Surname" msgstr "Apelido" #: framework/NLS/NLS/countries.php:213 framework/NLS/NLS/GeoIP.php:105 msgid "Svalbard and Jan Mayen" msgstr "Svalbard e Jan Mayen" #: framework/NLS/NLS/tld.php:214 #, fuzzy msgid "Svalbard and Jan Mayen Islands" msgstr "Svalbard e Jan Mayen" #: framework/NLS/NLS/tld.php:225 framework/NLS/NLS/countries.php:214 #: framework/NLS/NLS/GeoIP.php:108 msgid "Swaziland" msgstr "Swazilandia" #: framework/NLS/NLS/tld.php:210 framework/NLS/NLS/countries.php:215 #: framework/NLS/NLS/GeoIP.php:104 msgid "Sweden" msgstr "Suecia" #: framework/NLS/NLS/tld.php:57 framework/NLS/NLS/countries.php:216 #: framework/NLS/NLS/GeoIP.php:66 msgid "Switzerland" msgstr "Suíza" #: config/prefs.php.dist:162 msgid "SyncML" msgstr "SyncML" #: lib/Block/feed.php:5 msgid "Syndicated Feed" msgstr "" #: framework/NLS/NLS/tld.php:224 framework/NLS/NLS/countries.php:217 #: framework/NLS/NLS/GeoIP.php:107 msgid "Syrian Arab Republic" msgstr "Siria" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers" msgstr "Chuvascos" #: lib/Block/weatherdotcom_strings.php:89 #, fuzzy msgid "T-Showers Early" msgstr "Chuvascos matutinos" #: lib/Block/weatherdotcom_strings.php:90 #, fuzzy msgid "T-Showers Late" msgstr "Chuvascos vespertinos" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storm" msgstr "Tormenta" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storm and Windy" msgstr "Tormenta e ventoso" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms" msgstr "Tormentas" #: lib/Block/weatherdotcom_strings.php:94 msgid "T-Storms Early" msgstr "Tormentas matutinas" #: lib/Block/weatherdotcom_strings.php:95 #, fuzzy msgid "T-Storms Late" msgstr "Tormentas" #: framework/Data/Data/tsv.php:189 msgid "TSV file" msgstr "Ficheiro TSV" #: framework/Form/Form/Type/tableset.php:57 msgid "Table Set" msgstr "Táboa" #: config/prefs.php.dist:568 #, fuzzy msgid "Table operations menu bar" msgstr "Quere mostrar a barra de menú de operacións de táboa?" #: lib/Block/cloud.php:3 lib/Block/cloud.php:42 #, fuzzy msgid "Tag Cloud" msgstr "Nubes matinais" #: framework/NLS/NLS/tld.php:241 framework/NLS/NLS/GeoIP.php:111 msgid "Taiwan" msgstr "Taiwán" #: framework/NLS/NLS/countries.php:218 msgid "Taiwan, Province of China" msgstr "Taiwán" #: framework/NLS/NLS/tld.php:231 framework/NLS/NLS/countries.php:219 #: framework/NLS/NLS/GeoIP.php:109 msgid "Tajikistan" msgstr "Tadzhikistan" #: themes/tango-blue/info.php:26 msgid "Tango Blue" msgstr "" #: framework/NLS/NLS/tld.php:242 framework/NLS/NLS/countries.php:220 #: framework/NLS/NLS/GeoIP.php:112 msgid "Tanzania, United Republic of" msgstr "Tanzania" #: framework/Share/Share/kolab.php:449 framework/Kolab/Kolab.php:766 #: config/registry.php.dist:171 msgid "Tasks" msgstr "Tarefas" #: themes/gennevilliers/info.php:14 #, fuzzy msgid "Teal" msgstr "Nepal" #: framework/Crypt/Crypt/smime.php:577 msgid "Telephone Number" msgstr "Número de teléfono" #: lib/Block/metar.php:302 msgid "Temp for last hour: " msgstr "Temperatura durante a última hora: " #: lib/Block/metar.php:226 msgid "Temperature" msgstr "Temperatura" #: lib/Block/weatherdotcom.php:230 msgid "Temperature: " msgstr "Temperatura: " #: lib/Block/weatherdotcom.php:299 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatura
(%sMáx%s/%sMin%s) &grados;%s" #: framework/Template/Template.php:560 #, php-format msgid "Template \"%s\" not found." msgstr "Non se atopou o patrón '%s'." #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:994 msgid "Tentative: " msgstr "" #: framework/Form/Form.php:1201 framework/Form/Form.php:4306 #: framework/Form/Form.php:4325 msgid "Text" msgstr "Texto" #: services/keyboard.php:150 #, fuzzy msgid "Text Area" msgstr "Aliñamento de texto" #: config/prefs.php.dist:433 msgid "Text Only" msgstr "Só texto" #: templates/javascript/open_calendar.js:51 msgid "Th" msgstr "Xo" #: config/nls.php.dist:238 msgid "Thai (TIS-620)" msgstr "Tai (TIS-620)" #: framework/NLS/NLS/tld.php:230 framework/NLS/NLS/countries.php:221 #: framework/NLS/NLS/GeoIP.php:109 msgid "Thailand" msgstr "Tailandia" #: framework/VFS/lib/VFS/ftp.php:914 msgid "The FTP extension is not available." msgstr "Non está dispoñible a extensión FTP." #: framework/History/History.php:65 msgid "The History system is disabled." msgstr "O Histórico está deshabilitado." #: framework/Kolab/Kolab.php:782 #, php-format msgid "The Horde/Kolab integration engine does not support \"%s\"" msgstr "O motor de integración Horde/Kolab non soporta \"%s\"" #: framework/Net_IMSP/IMSP/Book.php:1298 msgid "The IMSP log could not be initialized." msgstr "Non se pode iniciar o rexistro do IMSP" #: framework/Group/Group/kolab.php:37 msgid "The Kolab group driver requires LDAP support." msgstr "" #: framework/Share/Share/kolab.php:689 msgid "The Kolab share object has not been initialized yet!" msgstr "" #: services/maintenance.php:32 msgid "The Maintenance:: class did not load successfully" msgstr "Non se cargou correctamente a clase Maintenance::" #: framework/VFS/lib/VFS/ssh2.php:916 #, fuzzy msgid "The SSH2 PECL extension is not available." msgstr "Non está dispoñible a extensión FTP." #: framework/Kolab_Server/lib/Horde/Kolab/Server/Object/group.php:197 #, php-format msgid "The UID %s is already a member of the group %s!" msgstr "" #: framework/Kolab_Server/lib/Horde/Kolab/Server/Object/group.php:220 #, php-format msgid "The UID %s is no member of the group %s!" msgstr "" #: framework/Perms/Perms.php:199 framework/Perms/Perms.php:210 #: framework/Perms/Perms.php:221 framework/Perms/Perms.php:233 #: framework/Perms/Perms.php:244 framework/Perms/Perms.php:340 #: framework/Perms/Perms.php:380 msgid "" "The administrator needs to configure a permanent Permissions backend if you " "want to use Permissions." msgstr "" "Se desexa utilizar permisos, o administrador ten que configurar un sistema " "traseiro de Permisos permanente." #: framework/Alarm/Alarm.php:62 #, fuzzy msgid "The alarm backend is not currently available." msgstr "O bloque weather.com non está dispoñible" #: framework/Alarm/Alarm.php:523 #, fuzzy, php-format msgid "The alarm backend is not currently available: %s" msgstr "O bloque weather.com non está dispoñible" #: admin/alarms.php:96 #, fuzzy msgid "The alarm has been deleted." msgstr "Eliminouse o servidor \"%s\"." #: admin/alarms.php:84 #, fuzzy msgid "The alarm has been saved." msgstr "Gardouse o servidor \"%s\"." #: framework/Net_SMS/SMS/sms2email_http.php:648 msgid "" "The contact ID number was not specified, left blank or was not found in the " "database." msgstr "" "O IDE do contacto non se especificou, deixouse en branco ou non se atopou na " "base de datos." #: framework/Crypt/Crypt/pgp.php:1420 msgid "" "The detached PGP signature block is required to verify the signed message." msgstr "" "Para comprobar a mensaxe asinada cómpre o bloque de sinatura PGP separado." #: framework/Net_SMS/SMS/sms2email_http.php:650 msgid "" "The distribution list ID was either not specified, left blank or not found " "in the database." msgstr "" "O IDE da lista de distribución non se especificou, deixouse en branco ou non " "se atopou na base de datos." #: framework/Net_SMS/SMS/sms2email_http.php:651 msgid "The distribution list was not specified." msgstr "Non se especificou a lista de distribución." #: framework/Prefs/Identity.php:480 #, php-format msgid "" "The email address %s has been added to your identities. You can close this " "window now." msgstr "" #: framework/Crypt/Crypt.php:135 msgid "The encryption features require a secure web connection." msgstr "As características de cifrado necesitan unha conexión web segura." #: framework/Horde/Horde.php:213 framework/Horde/Horde.php:718 #, php-format msgid "The file %s should contain a %s setting." msgstr "O ficheiro %s debería conter unha opción %s." #: framework/Horde/Horde.php:206 framework/Horde/Horde.php:708 #, php-format msgid "The file %s should contain some %s settings." msgstr "O ficheiro %s debería conter algunhas opcións %s." #: framework/Data/Data.php:329 msgid "The file contained no data." msgstr "O ficheiro non contén ningún dato." #: framework/Auth/Auth.php:453 #, php-format msgid "The following applications encountered errors removing user data: %s" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:705 msgid "The following event has been successfully removed:" msgstr "" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:687 #, php-format msgid "The following event that was canceled is not present in %s's calendar:" msgstr "" #: framework/Horde/Horde.php:234 msgid "" "The full error message is logged in Horde's log file, and is shown below " "only to administrators. Non-administrative users will not see error details." msgstr "" #: services/prefs.php:134 #, php-format msgid "The identity \"%s\" has been deleted." msgstr "Eliminouse a identidade \"%s\"." #: framework/Form/Form.php:1848 msgid "" "The image file size could not be determined or it was 0 bytes. The upload " "may have been interrupted." msgstr "" #: framework/Form/Form.php:1852 #, fuzzy, php-format msgid "The image file was larger than the maximum allowed size (%d bytes)." msgstr "" "Xurdiu un problema coa carga do ficheiro. O %s era maior ca o tamaño máximo " "permitido (%d bytes)." #: framework/MIME/MIME/Viewer/html.php:136 #, php-format msgid "" "The links that caused this warning have the same background color as this " "message." msgstr "" #: framework/Crypt/Crypt/pgp.php:158 msgid "" "The location of the GnuPG binary must be given to the Crypt_pgp:: class." msgstr "" "Hay que indicarlle á clase Crypt_pgp:: a localización dos binarios GnuPG." #: lib/Block/vatid.php:77 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:74 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: framework/MIME/MIME/MDN.php:193 #, fuzzy, php-format msgid "" "The message sent on %s to %s with subject \"%s\" has been displayed.\n" "\n" "This is no guarantee that the message has been read or understood." msgstr "" "A mensaxe enviada o %s para %s co asunto \"%s\" xa foi visualizada.\n" "Isto non garante que fose lida ou comprendida." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php:920 #, php-format msgid "" "The message with ID %s does not exist. This probably means that the Kolab " "object has been modified by somebody else while you were editing it. Your " "edits have been lost." msgstr "" #: framework/Form/Form.php:2448 msgid "The name to use when linking to the compose page" msgstr "Nome utilizado ao ligar á páxina de composición" #: services/prefs.php:113 msgid "The new from address can't be verified, try again later: " msgstr "" #: framework/File_CSV/CSV.php:547 msgid "The number of fields must be numeric." msgstr "O número de campos ten que ser numérico." #: framework/Crypt/Crypt/smime.php:1235 msgid "The openssl module is required for the Horde_Crypt_smime:: class." msgstr "Cómpre o módulo openssl para a clase Horde_Crypt_smime::." #: framework/Prefs/Prefs.php:288 #, php-format msgid "" "The preference \"%s\" could not be saved because its data exceeded the " "maximum allowable size" msgstr "" "Non se pode gardar a preferencia \"%s\" porque os seus datos exceden o " "tamaño máximo permitido" #: framework/Prefs/Prefs/ldap.php:346 framework/Prefs/Prefs/file.php:80 #: framework/Prefs/Prefs/sql.php:135 framework/Prefs/Prefs/kolab_imap.php:108 #: framework/Prefs/Prefs/imsp.php:90 msgid "" "The preferences backend is currently unavailable and your preferences have " "not been loaded. You may continue to use the system with default settings." msgstr "" #: framework/MIME/MIME/Viewer/deb.php:31 #: framework/MIME/MIME/Viewer/enscript.php:34 #: framework/MIME/MIME/Viewer/mspowerpoint.php:31 #: framework/MIME/MIME/Viewer/msword.php:31 #: framework/MIME/MIME/Viewer/rpm.php:31 framework/MIME/MIME/Viewer/rtf.php:33 #: framework/MIME/MIME/Viewer/webcpp.php:36 #: framework/MIME/MIME/Viewer/wordperfect.php:32 #: framework/MIME/MIME/Viewer/srchighlite.php:36 #: framework/MIME/MIME/Viewer/msexcel.php:31 #, php-format msgid "" "The program used to view this data type (%s) was not found on the system." msgstr "" "Non se atopou no sistema o programa usado para ver este tipo de datos (%s)." #: lib/Block/vatid.php:68 msgid "The provided country code is invalid." msgstr "" #: framework/File_CSV/CSV.php:560 msgid "The quote character must be one single character." msgstr "O carácter de cita debe ser só un." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:214 #, fuzzy, php-format msgid "The requested URL %s was not found on this server." msgstr "" "Non se atopou no sistema o programa usado para ver este tipo de datos (%s)." #: framework/File_CSV/CSV.php:552 msgid "The separator must be one single character." msgstr "O separador debe ser só un carácter." #: services/portal/rpcsum.php:80 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Eliminouse o servidor \"%s\"." #: services/portal/rpcsum.php:51 #, php-format msgid "The server \"%s\" has been saved." msgstr "Gardouse o servidor \"%s\"." #: lib/Block/vatid.php:71 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:80 msgid "The service is currently too busy. Try again later." msgstr "" #: framework/Share/Share/kolab.php:469 #, fuzzy msgid "The share has already been initialized!" msgstr "Xa se procesou este formulario." #: admin/user.php:215 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Eliminouse a solicitude de inscrición de %s." #: admin/signup_confirm.php:44 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Eliminouse a solicitude de inscrición de %s." #: framework/Block/Block/Layout/Manager.php:479 #, php-format msgid "The specified row (%d) does not exist." msgstr "A fila especificada (%d) non existe." #: framework/Form/Form.php:4281 msgid "The text you entered did not match the text on the screen." msgstr "O texto introducido non coincide co da pantalla." #: framework/Data/Data.php:385 msgid "The uploaded data was lost since the previous step." msgstr "Os datos cargados perdéronse dende o paso anterior." #: framework/Data/Data/csv.php:221 framework/Data/Data/tsv.php:195 msgid "The uploaded file could not be saved." msgstr "Non se puido gardar o ficheiro cargado." #: admin/signup_confirm.php:65 admin/user.php:79 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "O nome de usuario \"%s\" xa existe." #: services/shares/edit.php:79 services/shares/edit.php:168 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "O ficheiro temporal \"%s\" non existe" #: lib/Block/weatherdotcom.php:54 lib/Block/weatherdotcom.php:110 msgid "The weather.com block is not available." msgstr "O bloque weather.com non está dispoñible" #: util/icon_browser.php:27 #, php-format msgid "Themes directory \"%s\" not found." msgstr "No se atopou o directorio Temas \"%s\"." #: framework/Prefs/Identity.php:461 framework/Prefs/Identity.php:465 msgid "There are no email addresses to confirm." msgstr "" #: framework/Prefs/Prefs/UI.php:210 framework/Prefs/Prefs/UI.php:234 msgid "There are no options available." msgstr "Non hai opcións dispoñibles." #: framework/MIME/MIME/Contents.php:366 msgid "There are no parts that can be displayed inline." msgstr "Non hai partes que se poidan mostrar en liña." #: framework/Form/Form.php:1427 #, fuzzy, php-format msgid "" "There are too many characters in this field. You have entered %d character; " msgid_plural "" "There are too many characters in this field. You have entered %d characters; " msgstr[0] "" "Neste campo hai demasiados caracteres. Introduciu %s e ten que introducir " "menos de %s." msgstr[1] "" "Neste campo hai demasiados caracteres. Introduciu %s e ten que introducir " "menos de %s." #: signup.php:58 signup.php:60 admin/signup_confirm.php:77 admin/user.php:89 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Xurdiu un problema ao engadir a '%s' ao sistema: %s" #: admin/user.php:138 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Xurdiu un problema ao borrar os datos do usuario '%s' do sistema: " #: admin/user.php:119 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Xurdiu un problema ao eliminar a '%s' do sistema: " #: admin/user.php:176 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Xurdiu un problema ao actualizar '%s': %s" #: framework/Browser/Browser.php:1076 #, php-format msgid "There was a problem with the file upload: No %s was uploaded." msgstr "Xurdiu un problema coa carga do ficheiro: Non se cargou %s." #: framework/Browser/Browser.php:1081 #, php-format msgid "" "There was a problem with the file upload: The %s was larger than the maximum " "allowed size (%d bytes)." msgstr "" "Xurdiu un problema coa carga do ficheiro. O %s era maior ca o tamaño máximo " "permitido (%d bytes)." #: framework/Browser/Browser.php:1083 #, php-format msgid "" "There was a problem with the file upload: The %s was only partially uploaded." msgstr "" "Xurdiu un problema coa carga do ficheiro. Só se cargou parcialmente o %s." #: framework/MIME/MIME/Viewer/rfc822.php:30 #: framework/MIME/MIME/Viewer/rfc822.php:39 msgid "There was an error displaying this message part" msgstr "Produciuse un erro ao mostrar esta parte da mensaxe" #: framework/MIME/MIME/Viewer/vcard.php:55 #, fuzzy msgid "There was an error importing the contact data:" msgstr "Produciuse un erro ao importar os datos do contacto." #: framework/Data/Data/imc.php:30 msgid "There was an error importing the iCalendar data." msgstr "Produciuse un erro ao importar os datos iCalendar." #: admin/setup/config.php:82 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Produciuse un erro no formulario de configuración. Quizás esqueceu encher un " "campo requerido" #: framework/Net_SMS/SMS/sms2email_http.php:647 msgid "" "There was an error performing the specified address book function. Please " "try again later." msgstr "" "Produciuse un erro ao executar a función especificada da axenda de " "enderezos. Ténteo outra vez máis adiante." #: framework/MIME/MIME/Viewer/vcard.php:40 #, fuzzy msgid "There was an error reading the contact data." msgstr "Produciuse un erro ao importar os datos do contacto." #: lib/api.php:410 lib/api.php:451 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: framework/Net_SMS/SMS/sms2email_http.php:649 msgid "" "There was an error updating the contact details. Please try again later." msgstr "" "Produciuse un erro ao actualizar os detalles do contacto. Ténteo outra vez " "máis adiante." #: framework/Net_SMS/SMS/sms2email_http.php:654 #: framework/Net_SMS/SMS/win_http.php:231 msgid "" "There was an error updating the distribution list. Please try again later." msgstr "" "Produciuse un erro ao actualizar a lista de distribución. Ténteo outra vez " "máis adiante." #: framework/IMAP/IMAP/ACL/rfc2086.php:163 #: framework/IMAP/IMAP/ACL/rfc2086.php:326 msgid "This IMAP server does not support sharing folders." msgstr "Este servidor IMAP non soporta o uso compartido de cartafoles." #: lib/Block/vatid.php:90 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:87 msgid "This VAT identification number is valid." msgstr "" #: framework/Alarm/Alarm.php:136 msgid "This alarm cannot be snoozed." msgstr "" #: framework/MIME/MIME/Viewer/rar.php:46 msgid "This does not appear to be a valid rar archive." msgstr "Non parece ser un ficheiro .rar válido." #: framework/MIME/MIME/Viewer/zip.php:50 msgid "This does not appear to be a valid zip file." msgstr "Non parece ser un ficheiro zip válido." #: framework/Form/Form.php:4111 msgid "This does not seem to be a valid card number." msgstr "Non parece ser un número de tarxeta válido." #: framework/Net_SMS/SMS/generic_smpp.php:87 #, fuzzy msgid "This driver allows sending of messages through an SMPP gateway." msgstr "" "Este controlador permite enviar mensaxes a través da pasarela WIN (http://" "winplc.com), mediante a API HTTP" #: framework/Net_SMS/SMS/generic_smtp.php:92 #, fuzzy msgid "" "This driver allows sending of messages through an email-to-SMS gateway, for " "carriers which provide this service." msgstr "" "Controlador de pasarela Correo-a-SMS, para provedores que fornezan este " "servizo." #: framework/Net_SMS/SMS/clickatell_http.php:195 msgid "" "This driver allows sending of messages through the Clickatell (http://" "clickatell.com) gateway, using the HTTP API" msgstr "" "Este controlador permite enviar mensaxes a través da pasarela Clickatell " "(http://clickatell.com), mediante a API HTTP" #: framework/Net_SMS/SMS/win_http.php:144 msgid "" "This driver allows sending of messages through the WIN (http://winplc.com) " "gateway, using the HTTP API" msgstr "" "Este controlador permite enviar mensaxes a través da pasarela WIN (http://" "winplc.com), mediante a API HTTP" #: framework/Net_SMS/SMS/sms2email_http.php:525 msgid "" "This driver allows sending of messages through the sms2email (http://" "sms2email.com) gateway, using the HTTP API" msgstr "" "Este controlador permite enviar mensaxes a través da pasarela sms2email " "(http://sms2email.com), mediante a API HTTP" #: framework/Net_SMS/SMS/vodafoneitaly_smtp.php:83 msgid "" "This driver allows sending of messages via SMTP through the Vodafone Italy " "gateway, only to Vodafone numbers. It requires an email account with " "Vodafone Italy (http://www.190.it)." msgstr "" "Este controlador permite enviar mensaxes vía SMTP a través da pasarela de " "Vodafone Italia, só a números Vodafone. Para iso cómpre unha conta de correo " "de Vodafone Italia (http://www.190.it)." #: framework/Form/Form.php:976 framework/Form/Form.php:1053 #: framework/Form/Form.php:1080 framework/Form/Form.php:1107 #: framework/Form/Form.php:1172 framework/Form/Form.php:1272 #: framework/Form/Form.php:1330 framework/Form/Form.php:1424 #: framework/Form/Form.php:1833 framework/Form/Form.php:2681 #: framework/Form/Form.php:2729 framework/Form/Form.php:2751 #: framework/Form/Form.php:2798 framework/Form/Form.php:2876 #: framework/Form/Form.php:2947 framework/Form/Form.php:3161 #: framework/Form/Form.php:3203 framework/Form/Form.php:3397 #: framework/Form/Form.php:3749 framework/Form/Form.php:3790 #: framework/Form/Form.php:4103 framework/Form/Form.php:4276 #: framework/Form/Form.php:4362 framework/Form/Form.php:4839 #: framework/Form/Form.php:4847 msgid "This field is required." msgstr "É preciso este campo." #: framework/Form/Form.php:1061 msgid "This field may only contain integers." msgstr "Este campo só pode conter enteiros." #: framework/Form/Form.php:3169 msgid "This field may only contain numbers and the colon." msgstr "Este campo só pode conter números e os dous puntos." #: framework/Form/Form.php:1088 msgid "This field may only contain octal values." msgstr "Este campo só pode conter valores octais." #: framework/Form/Form.php:1115 msgid "This field must be a comma or space separated list of integers" msgstr "" "Este campo ten que conter unha lista de enteiros separados por comas ou " "espazos." #: framework/Form/Form.php:987 msgid "This field must be a valid number." msgstr "Este campo ten que conter un número válido." #: framework/Form/Form.php:3757 msgid "" "This field must contain a color code in the RGB Hex format, for example " "'#1234af'." msgstr "" "Este campo ten que conter un código de cor en formato RGB Hexadecimal, por " "exemplo '#1234af'." #: framework/Form/Form.php:625 msgid "This form has already been processed." msgstr "Xa se procesou este formulario." #: framework/Kolab_Storage/lib/Horde/Kolab/Deprecated.php:589 #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php:1159 #, php-format msgid "" "This is a Kolab Groupware object. To view this object you will need an email " "client that understands the Kolab Groupware format. For a list of such email " "clients please visit %s" msgstr "" "Isto é un obxecto de Kolab Groupware. Para velo necesita un cliente de " "correo que entenda o formato Kolab Groupware. Para ver unha lista deses " "clientes visite %s" #: framework/MIME/MIME/Contents.php:624 #, php-format msgid "This message was written in a character set (%s) other than your own." msgstr "Esta mensaxe escribiuse cun xogo de caracteres (%s) distinto ao seu." #: framework/Prefs/Prefs/UI.php:126 msgid "This number must be at least one." msgstr "O número debe ser polo menos un 1." #: framework/Horde/Horde.php:340 #, php-format msgid "" "This request cannot be completed because the link you followed or the form " "you submitted was only valid for %s minutes. Please try again now." msgstr "" #: framework/Compress/Compress/gzip.php:44 msgid "This server can't uncompress zip and gzip files." msgstr "O servidor non pode descomprimir ficheiros zip e gzip." #: framework/Horde/Horde/Registry.php:228 msgid "This system is currently deactivated." msgstr "O sistema está desactivado actualmente." #: framework/Prefs/Prefs/UI.php:124 msgid "This value must be a number." msgstr "O valor debe ser un número." #: lib/Block/weatherdotcom_strings.php:96 msgid "Thunder" msgstr "Trono" #: config/registry.php.dist:255 msgid "Tickets" msgstr "Incidencias" #: framework/Form/Form.php:3178 msgid "Time" msgstr "Hora" #: config/registry.php.dist:358 msgid "Time Tracking" msgstr "Control do tempo" #: lib/Block/time.php:25 msgid "Time format" msgstr "Formato horario" #: framework/Form/Form.php:3288 msgid "Time selection" msgstr "Selección de hora" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 #, fuzzy msgid "Timestamp or unknown" msgstr "non se coñece o nome do servidor hospedador" #: templates/syncml/syncml.inc:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: framework/NLS/NLS/tld.php:233 framework/NLS/NLS/countries.php:222 #: framework/NLS/NLS/GeoIP.php:110 msgid "Timor-Leste" msgstr "Timor-Leste" #: framework/MIME/MIME/Viewer/vcard.php:284 lib/Block/iframe.php:20 msgid "Title" msgstr "Título" #: framework/MIME/MIME/Viewer/rfc822.php:77 msgid "To" msgstr "Para" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: framework/UI/UI/VarRenderer/html.php:729 msgid "" "To select multiple items, hold down the Control (PC) or Command (Mac) key " "while clicking." msgstr "" "Para seleccionar varios campos, manteña pulsada a tecla Control (PC) ou " "Comando (Mac) ao premer." #: lib/Block/weatherdotcom.php:316 msgid "Today" msgstr "Hoxe" #: framework/NLS/NLS/tld.php:229 framework/NLS/NLS/countries.php:223 #: framework/NLS/NLS/GeoIP.php:109 msgid "Togo" msgstr "Togo" #: framework/NLS/NLS/tld.php:232 framework/NLS/NLS/countries.php:224 #: framework/NLS/NLS/GeoIP.php:110 msgid "Tokelau" msgstr "Tokelau" #: lib/Block/weatherdotcom.php:318 msgid "Tomorrow" msgstr "Mañá" #: framework/NLS/NLS/tld.php:236 framework/NLS/NLS/countries.php:225 #: framework/NLS/NLS/GeoIP.php:110 msgid "Tonga" msgstr "Tonga" #: framework/Auth/Auth/kolab.php:124 msgid "Too many invalid logins during the last minutes." msgstr "Houbo demasiados intentos de acceso durante os últimos minutos." #: lib/Block/fortune.php:72 msgid "Translations" msgstr "Traducións" #: framework/NLS/NLS/tld.php:239 framework/NLS/NLS/countries.php:226 #: framework/NLS/NLS/GeoIP.php:111 msgid "Trinidad and Tobago" msgstr "Trinidad e Tobago" #: framework/Form/Form.php:2112 msgid "True or false" msgstr "Verdadeiro ou falso" #: templates/javascript/open_calendar.js:49 msgid "Tu" msgstr "Ma " #: framework/NLS/NLS/tld.php:235 framework/NLS/NLS/countries.php:227 #: framework/NLS/NLS/GeoIP.php:110 msgid "Tunisia" msgstr "Tunisia" #: framework/NLS/NLS/tld.php:238 framework/NLS/NLS/countries.php:228 #: framework/NLS/NLS/GeoIP.php:111 msgid "Turkey" msgstr "Turquía" #: config/nls.php.dist:239 msgid "Turkish (ISO-8859-9)" msgstr "Turco (ISO-8859-9)" #: framework/NLS/NLS/tld.php:234 framework/NLS/NLS/countries.php:229 #: framework/NLS/NLS/GeoIP.php:110 msgid "Turkmenistan" msgstr "Turkmenistan" #: framework/NLS/NLS/tld.php:226 framework/NLS/NLS/countries.php:230 #: framework/NLS/NLS/GeoIP.php:108 msgid "Turks and Caicos Islands" msgstr "Illas Turks e Caicos" #: framework/NLS/NLS/tld.php:240 framework/NLS/NLS/countries.php:231 #: framework/NLS/NLS/GeoIP.php:111 msgid "Tuvalu" msgstr "Tuvalu" #: framework/CLI/CLI.php:339 msgid "Type your choice: " msgstr "Escriba a súa elección: " #: services/keyboard.php:110 #, fuzzy msgid "U characters" msgstr "Número de caracteres" #: lib/Block/weatherdotcom.php:276 msgid "U.V. index: " msgstr "Índice UV: " #: framework/Kolab_Format/lib/Horde/Kolab/Format/XML.php:467 msgid "UID not found in Kolab XML object" msgstr "" #: framework/MIME/MIME/Viewer/vcard.php:308 lib/Block/iframe.php:17 msgid "URL" msgstr "URL" #: framework/Net_SMS/SMS/sms2email_http.php:550 msgid "URL for your script delivery status report" msgstr "URL do informe sobre o estado de envío da secuencia de comandos" #: framework/NLS/NLS/tld.php:244 framework/NLS/NLS/countries.php:232 #: framework/NLS/NLS/GeoIP.php:112 msgid "Uganda" msgstr "Uganda" #: framework/NLS/NLS/tld.php:243 framework/NLS/NLS/countries.php:233 #: framework/NLS/NLS/GeoIP.php:112 msgid "Ukraine" msgstr "Ucraína" #: framework/Kolab_Filter/lib/Horde/Kolab/Resource.php:681 #, fuzzy, php-format msgid "Unable to access %s's calendar:" msgstr "Non foi posible acceder ao directorio VFS." #: framework/VFS/lib/VFS/file.php:481 msgid "Unable to access VFS directory." msgstr "Non foi posible acceder ao directorio VFS." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/List.php:374 #, fuzzy, php-format msgid "Unable to add %s: destination folder already exists" msgstr "Non foi posible renomear %s como %s: o cartafol de destino xa existe" #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:139 #, fuzzy, php-format msgid "Unable to bind to the LDAP server as %s!" msgstr "Non se pode ligar ao servidor LDAP." #: framework/VFS/lib/VFS/ftp.php:440 framework/VFS/lib/VFS/ssh2.php:426 #, php-format msgid "Unable to change permission for VFS file \"%s\"." msgstr "Non foi posible cambiar os permisos do ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:454 framework/VFS/lib/VFS/musql.php:550 #, php-format msgid "Unable to change permission for VFS file %s/%s." msgstr "Non foi posible cambiar os permisos do ficheiro VFS %s/%s." #: framework/VFS/lib/VFS/ftp.php:868 framework/VFS/lib/VFS/ssh2.php:861 #, php-format msgid "Unable to change to %s." msgstr "Non foi posible cambiar a %s." #: framework/VFS/lib/VFS/ftp.php:106 framework/VFS/lib/VFS/ssh2.php:100 #, php-format msgid "Unable to check file size of \"%s\"." msgstr "Non foi posible comprobar o tamaño de \"%s\"." #: framework/VFS/lib/VFS/file.php:65 framework/VFS/lib/VFS/sql.php:116 #, php-format msgid "Unable to check file size of \"%s/%s\"." msgstr "Non foi posible comprobar o tamaño de \"%s/%s\"." #: framework/VFS/lib/VFS/ftp.php:933 msgid "Unable to connect with SSL." msgstr "Non foi posible conectarse con SSL." #: framework/VFS/lib/VFS/file.php:288 framework/VFS/lib/VFS/file.php:293 #: framework/VFS/lib/VFS/sql_file.php:202 #: framework/VFS/lib/VFS/sql_file.php:207 #: framework/VFS/lib/VFS/sql_file.php:215 msgid "Unable to copy VFS file." msgstr "Non foi posible copiar o ficheiro VFS." #: framework/VFS/lib/VFS/ftp.php:417 framework/VFS/lib/VFS/ssh2.php:403 #, php-format msgid "Unable to create VFS directory \"%s\"." msgstr "Non foi posible crear o directorio VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:423 framework/VFS/lib/VFS/musql.php:306 #: framework/VFS/lib/VFS/sql_file.php:262 msgid "Unable to create VFS directory." msgstr "Non foi posible crear o directorio VFS." #: framework/VFS/lib/VFS/musql.php:129 msgid "Unable to create VFS file." msgstr "Non foi posible crear o ficheiro VFS." #: framework/VFS/lib/VFS/smb.php:369 #, php-format msgid "Unable to create VFS folder \"%s\"." msgstr "Non foi posible crear o cartafol VFS \"%s\"." #: framework/RPC/RPC/webdav.php:260 #, fuzzy, php-format msgid "Unable to create directory %s; must be [app]/[path]" msgstr "Non foi posible crear o directorio VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:328 msgid "Unable to create empty VFS file." msgstr "Non foi posible crear un ficheiro VFS baleiro." #: framework/VFS/lib/VFS.php:260 framework/VFS/lib/VFS/smb.php:116 #: framework/VFS/lib/VFS/ftp.php:158 framework/VFS/lib/VFS/ssh2.php:152 #, fuzzy msgid "Unable to create temporary file." msgstr "Non foi posible crear un ficheiro VFS baleiro." #: framework/Compress/Compress/tar.php:74 #: framework/Compress/Compress/gzip.php:51 #: framework/Compress/Compress/gzip.php:81 msgid "Unable to decompress data." msgstr "Non foi posible descomprimir os datos." #: framework/VFS/lib/VFS/smb.php:276 framework/VFS/lib/VFS/ftp.php:347 #: framework/VFS/lib/VFS/ssh2.php:333 #, php-format msgid "Unable to delete \"%s\", the directory is not empty." msgstr "Non foi posible eliminar \"%s\", o directorio non está baleiro" #: admin/groups.php:84 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Non foi posible eliminar '%s': %s." #: framework/VFS/lib/VFS/file.php:400 framework/VFS/lib/VFS/kolab.php:194 #: framework/VFS/lib/VFS/sql.php:460 framework/VFS/lib/VFS/musql.php:371 #: framework/VFS/lib/VFS/sql_file.php:358 #, php-format msgid "Unable to delete %s, the directory is not empty" msgstr "Non foi posible eliminar %s; o directorio non está baleiro" #: framework/VFS/lib/VFS/sql_file.php:372 #: framework/VFS/lib/VFS/sql_file.php:376 msgid "Unable to delete VFS directory recursively." msgstr "Non foi posible eliminar o directorio VFS de forma recursiva." #: framework/VFS/lib/VFS/file.php:406 framework/VFS/lib/VFS/musql.php:387 #: framework/VFS/lib/VFS/musql.php:406 framework/VFS/lib/VFS/musql.php:414 #: framework/VFS/lib/VFS/sql_file.php:368 msgid "Unable to delete VFS directory." msgstr "Non foi posible eliminar o directorio VFS." #: framework/VFS/lib/VFS/sql.php:485 framework/VFS/lib/VFS/sql.php:497 #, php-format msgid "Unable to delete VFS directory: %s." msgstr "Non foi posible eliminar o directorio VFS: %s." #: framework/VFS/lib/VFS/ftp.php:281 framework/VFS/lib/VFS/ssh2.php:274 #, php-format msgid "Unable to delete VFS file \"%s\"." msgstr "Non foi posible eliminar o ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:372 framework/VFS/lib/VFS/kolab.php:136 #: framework/VFS/lib/VFS/sql.php:344 framework/VFS/lib/VFS/musql.php:178 #: framework/VFS/lib/VFS/musql.php:197 framework/VFS/lib/VFS/musql.php:204 #: framework/VFS/lib/VFS/sql_file.php:407 #: framework/VFS/lib/VFS/sql_file.php:415 msgid "Unable to delete VFS file." msgstr "Non foi posible eliminar o ficheiro VFS." #: framework/VFS/lib/VFS/smb.php:296 #, php-format msgid "Unable to delete VFS folder \"%s\"." msgstr "Non foi posible eliminar o cartafol VFS \"%s\"." #: framework/VFS/lib/VFS/sql.php:474 #, php-format msgid "Unable to delete VFS recursively: %s." msgstr "Non foi posible eliminar o VFS de forma recursiva: %s." #: framework/VFS/lib/VFS/ftp.php:897 msgid "Unable to determine current directory." msgstr "Non foi posible determinar o directorio actual." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php:391 #, fuzzy msgid "Unable to determine owner of the free/busy data!" msgstr "Non foi posible actualizar a dispoñibilidade de %s" #: framework/Auth/Auth/smbclient.php:88 #, fuzzy msgid "Unable to execute smbclient." msgstr "Non foi posible eliminar o ficheiro VFS." #: framework/Crypt/Crypt/smime.php:607 msgid "Unable to extract certificate details" msgstr "Non foi posible extraer os detalles do certificado." #: framework/Net_IMSP/IMSP.php:440 framework/Net_IMSP/IMSP/Auth.php:121 #: framework/Alarm/Alarm.php:528 #, php-format msgid "Unable to load the definition of %s." msgstr "Non foi posible cargar a definición de %s." #: framework/VFS/lib/VFS/file.php:247 framework/VFS/lib/VFS/file.php:252 #: framework/VFS/lib/VFS/sql_file.php:156 #: framework/VFS/lib/VFS/sql_file.php:161 msgid "Unable to move VFS file." msgstr "Non foi posible mover o ficheiro VFS." #: framework/VFS/lib/VFS/smb.php:127 framework/VFS/lib/VFS/ftp.php:168 #: framework/VFS/lib/VFS/ssh2.php:157 #, php-format msgid "Unable to open VFS file \"%s\"." msgstr "Non foi posible abrir o ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:345 framework/VFS/lib/VFS/sql_file.php:109 #: framework/VFS/lib/VFS/sql_file.php:112 msgid "Unable to open VFS file for writing." msgstr "Non foi posible abrir o ficheiro VFS para escribir." #: framework/VFS/lib/VFS/file.php:82 framework/VFS/lib/VFS/file.php:118 #: framework/VFS/lib/VFS/file.php:164 msgid "Unable to open VFS file." msgstr "Non foi posible abrir o ficheiro VFS." #: framework/MIME/MIME/Viewer/tgz.php:55 msgid "Unable to open compressed archive." msgstr "Non foi posible abrir o ficheiro comprimido." #: framework/VFS/lib/VFS.php:274 framework/VFS/lib/VFS.php:303 #, fuzzy msgid "Unable to open temporary file." msgstr "Non foi posible abrir o ficheiro VFS." #: framework/VFS/lib/VFS.php:978 msgid "Unable to read VFS file (filesize() failed)." msgstr "Non foi posible ler o ficheiro VFS (fallou filesize())." #: framework/VFS/lib/VFS.php:1013 #, fuzzy msgid "Unable to read VFS file (size() failed)." msgstr "Non foi posible ler o ficheiro VFS (fallou filesize())." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php:205 #, fuzzy, php-format msgid "Unable to read free/busy information from %s" msgstr "Non foi posible actualizar a dispoñibilidade de %s" #: framework/VFS/lib/VFS/file.php:759 msgid "Unable to read the vfsroot directory." msgstr "Non foi posible ler o directorio vfsroot." #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/List.php:407 #, php-format msgid "Unable to rename %s to %s: destination folder already exists" msgstr "Non foi posible renomear %s como %s: o cartafol de destino xa existe" #: framework/RPC/RPC/webdav.php:299 #, php-format msgid "" "Unable to rename %s; must be [app]/[path] and within the same application." msgstr "" #: framework/VFS/lib/VFS/sql_file.php:311 msgid "Unable to rename VFS directory." msgstr "Non foi posible renomear o directorio VFS." #: framework/VFS/lib/VFS/sql.php:397 #, php-format msgid "Unable to rename VFS directory: %s." msgstr "Non foi posible renomear o directorio VFS: %s." #: framework/VFS/lib/VFS/smb.php:340 framework/VFS/lib/VFS/ftp.php:395 #: framework/VFS/lib/VFS/ssh2.php:381 #, php-format msgid "Unable to rename VFS file \"%s\"." msgstr "Non foi posible renomear o ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:687 framework/VFS/lib/VFS/musql.php:271 #, php-format msgid "Unable to rename VFS file %s/%s." msgstr "Non foi posible renomear o ficheiro VFS %s/%s." #: framework/VFS/lib/VFS/smb.php:324 #, fuzzy msgid "Unable to rename VFS file to same name." msgstr "Non foi posible renomear o ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/sql.php:391 framework/VFS/lib/VFS/musql.php:235 #: framework/VFS/lib/VFS/musql.php:531 framework/VFS/lib/VFS/sql_file.php:303 #: framework/VFS/lib/VFS/sql_file.php:325 msgid "Unable to rename VFS file." msgstr "Non foi posible renomear o ficheiro VFS." #: framework/VFS_ISOWriter/ISOWriter/mkisofs.php:50 msgid "Unable to run 'mkisofs'." msgstr "Non foi posible executar 'mkisofs'." #: framework/MIME/MIME/Viewer/rtf.php:47 #, fuzzy msgid "Unable to translate this RTF document" msgstr "Non foi posible traducir este documento de Word" #: framework/MIME/MIME/Viewer/msword.php:58 msgid "Unable to translate this Word document" msgstr "Non foi posible traducir este documento de Word" #: framework/MIME/MIME/Viewer/wordperfect.php:46 #, fuzzy msgid "Unable to translate this WordPerfect document" msgstr "Non foi posible traducir este documento de Word" #: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php:1272 #, fuzzy, php-format msgid "Unable to trigger URL %s. Response: %s" msgstr "Non foi posible actualizar a dispoñibilidade de %s" #: framework/VFS/lib/VFS/ftp.php:223 framework/VFS/lib/VFS/ftp.php:226 #: framework/VFS/lib/VFS/ssh2.php:212 framework/VFS/lib/VFS/ssh2.php:215 #, php-format msgid "Unable to write VFS file \"%s\"." msgstr "Non foi posible escribir o ficheiro VFS \"%s\"." #: framework/VFS/lib/VFS/file.php:213 msgid "Unable to write VFS file (copy() failed)." msgstr "Non foi posible escribir un ficheiro VFS (fallou copy())." #: framework/VFS/lib/VFS/file.php:340 framework/VFS/lib/VFS/file.php:349 #: framework/VFS/lib/VFS/sql_file.php:117 #: framework/VFS/lib/VFS/sql_file.php:122 msgid "Unable to write VFS file data." msgstr "Non foi posible escribir os datos do ficheiro VFS." #: framework/VFS/lib/VFS.php:988 msgid "Unable to write VFS file, quota will be exceeded." msgstr "Non foi posible escribir un ficheiro VFS,superaríase a cuota." #: framework/VFS/lib/VFS.php:306 #, fuzzy msgid "Unable to write temporary file." msgstr "Non foi posible crear un ficheiro VFS baleiro." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:237 msgid "Unauthorized" msgstr "" #: templates/prefs/end.inc:3 msgid "Undo Changes" msgstr "Desfai os cambios" #: framework/IMAP/IMAP/ACL/rfc2086.php:222 #: framework/IMAP/IMAP/ACL/rfc2086.php:377 #: framework/IMAP/IMAP/ACL/rfc2086.php:527 msgid "Unexpected response from server on connection: " msgstr "Resposta inesperada do servidor na conexión: " #: framework/IMAP/IMAP/ACL/rfc2086.php:229 #: framework/IMAP/IMAP/ACL/rfc2086.php:405 #: framework/IMAP/IMAP/ACL/rfc2086.php:420 #: framework/IMAP/IMAP/ACL/rfc2086.php:429 #: framework/IMAP/IMAP/ACL/rfc2086.php:555 #: framework/IMAP/IMAP/ACL/rfc2086.php:570 #: framework/IMAP/IMAP/ACL/rfc2086.php:579 msgid "Unexpected response from server to: " msgstr "Resposta inesperada do servidor a: " #: admin/setup/index.php:88 #, fuzzy msgid "Unexpected response from server, try again later." msgstr "Resposta inesperada do servidor a: " #: framework/Prefs/Prefs/CategoryManager.php:63 #: templates/prefs/categorymanagement.inc:69 msgid "Unfiled" msgstr "Sen categoría" #: config/nls.php.dist:240 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: framework/NLS/NLS/tld.php:17 framework/NLS/NLS/countries.php:234 #: framework/NLS/NLS/GeoIP.php:56 msgid "United Arab Emirates" msgstr "Emiratos Árabes Unidos" #: framework/NLS/NLS/tld.php:91 framework/NLS/NLS/tld.php:245 #: framework/NLS/NLS/countries.php:235 framework/NLS/NLS/GeoIP.php:74 msgid "United Kingdom" msgstr "Reino Unido" #: framework/NLS/NLS/tld.php:247 framework/NLS/NLS/countries.php:236 #: framework/NLS/NLS/GeoIP.php:113 msgid "United States" msgstr "Estados Unidos" #: framework/NLS/NLS/tld.php:246 framework/NLS/NLS/countries.php:237 #: framework/NLS/NLS/GeoIP.php:113 msgid "United States Minor Outlying Islands" msgstr "Illas Periféricas Menores dos Estados Unidos" #: lib/Block/weatherdotcom.php:67 lib/Block/metar.php:86 msgid "Units" msgstr "Unidades" #: framework/Crypt/Crypt/pgp.php:476 framework/Crypt/Crypt/pgp.php:477 #: framework/Crypt/Crypt/pgp.php:478 framework/MIME/MIME/Viewer/tgz.php:68 msgid "Unknown" msgstr "Descoñecido" #: framework/Net_SMS/SMS/clickatell_http.php:306 msgid "Unknown apimsgid (API Message ID)." msgstr "apimsgid descoñecido (IDE de mensaxe da API)." #: framework/Net_SMS/SMS/clickatell_http.php:307 msgid "Unknown climsgid (Client Message ID)." msgstr "climsgid descoñecido (IDE de mensaxe do cliente)." #: lib/Block/weatherdotcom.php:165 msgid "Unknown location provided." msgstr "Proporcionouse unha localización descoñecida." #: framework/Net_SMS/SMS/clickatell_http.php:299 msgid "Unknown username or password." msgstr "Nome de usuario ou contrasinal descoñecidos." #: framework/Kolab_Server/lib/Horde/Kolab/Server/ldap.php:588 #, php-format msgid "Unkown Kolab object type for DN %s." msgstr "" #: framework/Prefs/Identity.php:330 msgid "Unnamed" msgstr "Sen nome" #: framework/Group/Group/mock.php:42 framework/Group/Group/mock.php:53 #: framework/Group/Group/mock.php:64 framework/Group/Group/mock.php:76 #: framework/Group/Group/mock.php:86 framework/Group/Group/mock.php:97 #: framework/Group/Group/kolab.php:92 framework/Group/Group/kolab.php:104 #: framework/Group/Group/kolab.php:114 framework/Group/Group/kolab.php:125 #: framework/Group/Group/kolab.php:383 framework/Group/Group/kolab.php:394 #: framework/Group/Group/kolab.php:406 #, fuzzy msgid "Unsupported" msgstr "Non está soportado." #: framework/Crypt/Crypt/smime.php:690 framework/Crypt/Crypt/smime.php:930 #: framework/Crypt/Crypt/smime.php:936 msgid "Unsupported Extension" msgstr "Non se soporta a extensión." #: framework/Perms/Perms/UI.php:244 templates/admin/user/list.inc:33 msgid "Update" msgstr "Actualiza" #: templates/admin/user/update.inc:30 #, php-format msgid "Update %s" msgstr "Actualiza %s" #: templates/admin/user/update.inc:77 msgid "Update user" msgstr "Actualiza usuario" #: admin/groups.php:150 admin/perms/edit.php:103 services/shares/edit.php:240 #, php-format msgid "Updated \"%s\"." msgstr "Actualizouse \"%s\"." #: admin/setup/scripts.php:90 msgid "Upgrade script deleted." msgstr "Eliminouse a secuencia de comandos de actualización." #: admin/setup/index.php:242 framework/UI/UI/VarRenderer/html.php:211 msgid "Upload" msgstr "Carga" #: admin/setup/index.php:250 msgid "Uploaded all application setup files to the server." msgstr "" "Cargáronse no servidor todos os ficheiros de configuración de aplicacións." #: framework/NLS/NLS/tld.php:248 framework/NLS/NLS/countries.php:238 #: framework/NLS/NLS/GeoIP.php:113 msgid "Uruguay" msgstr "Uruguai" #: framework/Argv/lib/Horde/Argv/TitledHelpFormatter.php:29 #, fuzzy msgid "Usage" msgstr "Uso da clave:" #: framework/Argv/lib/Horde/Argv/IndentedHelpFormatter.php:29 #, fuzzy, php-format msgid "Usage:" msgstr "Uso da clave:" #: framework/Prefs/Prefs/CategoryManager.php:48 #, php-format msgid "Use Current: %s" msgstr "Usa o actual: %s" #: framework/Net_SMS/SMS/sms2email_http.php:547 msgid "Use SSL" msgstr "Usa SSL" #: config/prefs.php.dist:147 msgid "Use if name/password is different for IMSP server." msgstr "Úsase se o usuario/contrasinal son distintos no servidor IMSP." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "Usuario" #: framework/Auth/Auth/Signup/sql.php:134 #, fuzzy, php-format msgid "User \"%s\" does not exist." msgstr "O cartafol %s non existe." #: admin/user.php:220 msgid "User Administration" msgstr "Administración de usuarios" #: framework/Prefs/Prefs/UI.php:284 msgid "User Options" msgstr "Opcións do usuario" #: signup.php:69 msgid "User Registration" msgstr "Rexistro de usuarios" #: signup.php:24 admin/signup_confirm.php:22 msgid "User Registration has been disabled for this site." msgstr "Este sitio ten desactivado o rexistro de usuarios." #: signup.php:32 admin/signup_confirm.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Este sitio ten desactivado o rexistro de usuarios." #: lib/Block/account.php:564 msgid "User account not found" msgstr "Non se atopou a identidade" #: templates/shares/edit.inc:243 #, fuzzy msgid "User to add:" msgstr "Seleccione un usuario para engadir" #: admin/user.php:41 admin/user.php:54 admin/setup/index.php:243 #: framework/Net_SMS/SMS/sms2email_http.php:545 #: framework/Net_SMS/SMS/vodafoneitaly_smtp.php:94 #: framework/Net_SMS/SMS/clickatell_http.php:207 #: framework/Net_SMS/SMS/win_http.php:159 services/resetpassword.php:36 #: templates/login/login.inc:59 templates/admin/user/approve.inc:16 msgid "Username" msgstr "Nome de usuario" #: framework/Auth/Auth/Signup.php:88 framework/Auth/Auth/Signup.php:136 #, php-format msgid "Username \"%s\" already exists." msgstr "O nome de usuario \"%s\" xa existe." #: templates/rpcsum/rpcsum.inc:78 msgid "Username:" msgstr "Nome de usuario:" #: templates/login/mobile.inc:8 msgid "Username: " msgstr "Nome de usuario: " #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Usuarios" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Usuarios no sistema:" #: framework/NLS/NLS/tld.php:249 framework/NLS/NLS/countries.php:239 #: framework/NLS/NLS/GeoIP.php:114 msgid "Uzbekistan" msgstr "Uzbekistan" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:94 #, fuzzy msgid "VAT number" msgstr "Número" #: framework/VFS/lib/VFS/file.php:197 framework/VFS/lib/VFS/file.php:318 msgid "VFS directory does not exist." msgstr "O directorio VFS non existe." #: config/registry.php.dist:111 msgid "Vacation" msgstr "Ausencia" #: framework/Crypt/Crypt/smime.php:642 msgid "Validity" msgstr "Validez" #: framework/Net_SMS/SMS/sms2email_http.php:606 #: framework/Net_SMS/SMS/clickatell_http.php:263 msgid "Value in minutes from now." msgstr "Valor en minutos a partir de agora." #: framework/Form/Form.php:1167 #, fuzzy, php-format msgid "Value is over the maximum length of %d." msgstr "O valor sobrepasa a lonxitude máxima de %s." #: framework/Form/Form.php:2970 framework/Form/Form.php:3005 #: framework/Form/Form.php:3054 framework/Form/Form.php:3888 #: framework/Form/Form/Type/tableset.php:59 msgid "Values" msgstr "Valores" #: framework/Form/Form.php:2837 framework/Form/Form.php:2913 msgid "Values to select from" msgstr "Valores para seleccionar" #: framework/NLS/NLS/tld.php:256 framework/NLS/NLS/countries.php:240 #: framework/NLS/NLS/GeoIP.php:117 msgid "Vanuatu" msgstr "Vanuatu" #: lib/Block/weatherdotcom.php:251 msgid "Variable" msgstr "Variable" #: framework/NLS/NLS/tld.php:252 framework/NLS/NLS/countries.php:241 #: framework/NLS/NLS/GeoIP.php:115 msgid "Venezuela" msgstr "Venezuela" #: framework/Crypt/Crypt/smime.php:217 #, fuzzy msgid "Verification failed - an unknown error has occurred." msgstr "Produciuse un erro descoñecido." #: framework/Crypt/Crypt/smime.php:219 msgid "Verification failed - this message may have been tampered with." msgstr "Fallou a comprobación - Pode que esta mensaxe fose alterada." #: framework/Crypt/Crypt/smime.php:704 msgid "Version" msgstr "Versión" #: config/registry.php.dist:240 msgid "Version Control" msgstr "Control de versións" #: lib/Block/weatherdotcom_strings.php:103 msgid "Very High" msgstr "Moi alta" #: framework/NLS/NLS/tld.php:255 framework/NLS/NLS/countries.php:242 #: framework/NLS/NLS/GeoIP.php:116 msgid "Viet Nam" msgstr "Vietnam" #: config/nls.php.dist:241 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: framework/MIME/MIME/Contents.php:1122 #, php-format msgid "View %s" msgstr "Vista de %s" #: framework/MIME/MIME/Contents.php:989 #, fuzzy, php-format msgid "View %s [%s]" msgstr "Vista como %s" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "Vista dunha páxina web externa" #: framework/NLS/NLS/tld.php:253 framework/NLS/NLS/countries.php:243 #: framework/NLS/NLS/GeoIP.php:116 msgid "Virgin Islands, British" msgstr "Illas Virxes Británicas" #: framework/NLS/NLS/tld.php:254 framework/NLS/NLS/countries.php:244 #: framework/NLS/NLS/GeoIP.php:116 msgid "Virgin Islands, U.S." msgstr "Illas Virxes Norteamericanas" #: lib/Block/metar.php:221 msgid "Visibility" msgstr "Visibilidade" #: lib/Block/weatherdotcom.php:270 msgid "Visibility: " msgstr "Visibilidade: " #: framework/Net_SMS/SMS/vodafoneitaly_smtp.php:82 msgid "Vodafone Italy via SMTP" msgstr "Vodafone Italia mediante SMTP" #: framework/Notification/Notification/Listener/mobile.php:36 msgid "WARN" msgstr "AVISO" #: admin/setup/scripts.php:92 #, php-format msgid "WARNING!!! REMOVE SCRIPT MANUALLY FROM %s." msgstr "AVISO!!! ELIMINE MANUALMENTE A SECUENCIA DE COMANDOS DE %s." #: framework/Net_SMS/SMS/win_http.php:143 msgid "WIN via HTTP" msgstr "WIN mediante HTTP" #: framework/NLS/NLS/countries.php:245 framework/NLS/NLS/GeoIP.php:117 msgid "Wallis and Futuna" msgstr "Wallis e Futuna" #: framework/NLS/NLS/tld.php:257 #, fuzzy msgid "Wallis and Futuna Islands" msgstr "Wallis e Futuna" #: framework/Notification/Notification/Listener/status.php:29 #: framework/MIME/MIME/Viewer/html.php:136 lib/Block/account.php:100 msgid "Warning" msgstr "Aviso" #: templates/javascript/open_calendar.js:50 msgid "We" msgstr "Me" #: framework/Horde/Horde.php:336 msgid "" "We cannot verify that this request was really sent by you. It could be a " "malicious request. If you intended to perform this action, you can retry it " "now." msgstr "" #: lib/Block/weatherdotcom.php:34 msgid "Weather Forecast" msgstr "Previsión meteorolóxica" #: lib/Block/weatherdotcom.php:432 msgid "Weather data provided by" msgstr "Datos do tempo fornecidos por" #: config/registry.php.dist:416 msgid "Web Site" msgstr "Sitio web" #: framework/Maintenance/Maintenance.php:63 #: framework/Date/Date/Recurrence.php:200 msgid "Weekly" msgstr "Semanalmente" #: services/portal/mobile.php:30 msgid "Welcome" msgstr "Benvido/a" #: templates/login/mobile.inc:4 templates/login/login.inc:52 #: templates/login/header.inc:8 #, php-format msgid "Welcome to %s" msgstr "Benvido/a a %s" #: services/portal/mobile.php:31 #, php-format msgid "Welcome, %s" msgstr "Benvido/a, %s" #: config/nls.php.dist:242 msgid "Western (ISO-8859-1)" msgstr "Oeste (ISO-8859-1)" #: config/nls.php.dist:243 msgid "Western (ISO-8859-15)" msgstr "Oeste (ISO-8859-15)" #: framework/NLS/NLS/tld.php:79 framework/NLS/NLS/countries.php:246 #: framework/NLS/NLS/GeoIP.php:71 msgid "Western Sahara" msgstr "Sahara Occidental" #: config/prefs.php.dist:495 #, php-format msgid "What application should %s display after login?" msgstr "Que aplicación debería mostrar %s ao iniciar a sesión?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Cal é o carácter delimitador?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "Cal é o carácter de cuota?" #: framework/admintools/horde-create-sequence.php:57 msgid "What sequence do you want to create (_seq will be added automatically)?" msgstr "" #: framework/UI/UI/VarRenderer/html.php:1217 msgid "Whereis Australia map" msgstr "Mapa de localización de Australia" #: config/prefs.php.dist:353 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:23 msgid "Which phases" msgstr "Que fases?" #: config/prefs.php.dist:156 msgid "Which plugins to enable for the Rich Text editor." msgstr "Plugins habilitados para o Editor de texto enriquecido." #: framework/Form/Form.php:4092 msgid "Width in CSS units" msgstr "Largura en unidades CSS" #: config/prefs.php.dist:415 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Quere mostrar o menú %s á esquerda?" #: config/registry.php.dist:475 msgid "Wiki" msgstr "Wiki" #: lib/Block/weatherdotcom.php:306 lib/Block/weatherdotcom_strings.php:97 msgid "Wind" msgstr "Vento" #: lib/Block/weatherdotcom_strings.php:98 msgid "Wind Early" msgstr "Vento matutino" #: lib/Block/weatherdotcom_strings.php:99 #, fuzzy msgid "Wind Late" msgstr "Choiva vespertina" #: lib/Block/metar.php:95 msgid "Wind speed in knots" msgstr "Velocidade do vento en nudos" #: lib/Block/metar.php:168 msgid "Wind:" msgstr "Vento:" #: lib/Block/weatherdotcom.php:249 msgid "Wind: " msgstr "Vento: " #: lib/Block/account.php:637 #, fuzzy msgid "Windows" msgstr "Vento" #: lib/Block/fortune.php:73 msgid "Wisdom" msgstr "Sabedoría" #: config/registry.php.dist:210 msgid "Wishlist" msgstr "Desexos" #: lib/Block/fortune.php:74 msgid "Work" msgstr "Traballo" #: framework/MIME/MIME/Viewer/vcard.php:138 #: framework/MIME/MIME/Viewer/vcard.php:196 msgid "Work Address" msgstr "Enderezo do traballo" #: framework/MIME/MIME/Viewer/vcard.php:239 msgid "Work Phone" msgstr "Teléfono do traballo" #: framework/Prefs/Prefs/file.php:256 #, php-format msgid "Write of preferences to %s failed" msgstr "" #: framework/File_CSV/CSV.php:212 framework/File_CSV/CSV.php:357 #, php-format msgid "Wrong number of fields in line %d. Expected %d, found %d." msgstr "Hai un número erróneo de campos na liña %d. Esperábanse %d e hai %d." #: framework/File_CSV/CSV.php:400 #, php-format msgid "Wrong number of fields. Expected %d, found %d." msgstr "Hai un número erróneo de campos. Esperábanse %d e hai %d." #: framework/VFS/lib/VFS/file.php:148 #, php-format msgid "Wrong offset %d while reading a VFS file." msgstr "Hai un offset %d erróneo ao ler un ficheiro VFS." #: framework/Prefs/Prefs/file.php:120 #, php-format msgid "Wrong version number found: %s (should be %d)" msgstr "" #: config/registry.php.dist:271 msgid "X-Ref" msgstr "X-Ref" #: framework/Crypt/Crypt/smime.php:597 msgid "X509v3 Basic Constraints" msgstr "Limitacións básicas X509v3" #: framework/Crypt/Crypt/smime.php:596 msgid "X509v3 Extended Key Usage" msgstr "Uso de clave estendida X509v3" #: framework/Crypt/Crypt/smime.php:598 msgid "X509v3 Subject Alternative Name" msgstr "Nome alternativo de asunto X509v3" #: framework/Crypt/Crypt/smime.php:599 msgid "X509v3 Subject Key Identifier" msgstr "Identificador de clave de asunto X509v3" #: framework/Crypt/Crypt/smime.php:686 msgid "X509v3 extensions" msgstr "Extensións X509v3" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: framework/UI/UI/VarRenderer/html.php:452 #: framework/UI/UI/VarRenderer/html.php:494 msgid "YYYY" msgstr "AAAA" #: framework/UI/UI/VarRenderer/html.php:1261 msgid "Yahoo! map" msgstr "Mapa de Yahoo!" #: framework/Maintenance/Maintenance.php:61 #: framework/Date/Date/Recurrence.php:205 msgid "Yearly" msgstr "Anualmente" #: framework/NLS/NLS/tld.php:259 framework/NLS/NLS/countries.php:247 #: framework/NLS/NLS/GeoIP.php:117 msgid "Yemen" msgstr "Iemen" #: framework/UI/UI/VarRenderer/html.php:1078 msgid "Yes" msgstr "Si" #: templates/maintenance/maintenance.html:56 msgid "Yes, I Agree" msgstr "Si, estou de acordo" #: framework/Kolab_Server/lib/Horde/Kolab/Session.php:151 msgid "You are member of a group that may not login on this server." msgstr "" #: framework/Kolab_Server/lib/Horde/Kolab/Session.php:164 msgid "You are no member of a group that may login on this server." msgstr "" #: lib/api.php:466 #, fuzzy msgid "You are not allowed to add groups." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:663 #, fuzzy msgid "You are not allowed to add shares." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:521 lib/api.php:547 lib/api.php:577 lib/api.php:603 #, fuzzy msgid "You are not allowed to change groups." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:749 lib/api.php:787 lib/api.php:828 lib/api.php:856 #, fuzzy msgid "You are not allowed to change shares." msgstr "Non ten permiso para crear máis de %d bloques." #: framework/Block/Block/Layout/Manager.php:238 #, fuzzy, php-format msgid "You are not allowed to create more than %d block." msgid_plural "You are not allowed to create more than %d blocks." msgstr[0] "Non ten permiso para crear máis de %d bloques." msgstr[1] "Non ten permiso para crear máis de %d bloques." #: lib/api.php:495 #, fuzzy msgid "You are not allowed to delete groups." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:692 #, fuzzy msgid "You are not allowed to delete shares." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:1009 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:891 lib/api.php:933 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:721 #, fuzzy msgid "You are not allowed to list shares." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:636 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:975 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "Non ten permiso para crear máis de %d bloques." #: lib/api.php:377 lib/api.php:422 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Non ten permiso para crear máis de %d bloques." #: framework/Horde/Horde.php:1660 msgid "You are not authenticated." msgstr "Non está autenticado." #: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php:238 #, fuzzy msgid "You are not authorized to access the requested URL." msgstr "Non ten permiso para crear máis de %d bloques." #: framework/Prefs/Identity.php:336 msgid "You cannot have the '\\' character in your full name." msgstr "Non pode incluír o carácter '\\' no nome completo." #: framework/RPC/RPC/phpgw.php:109 #, fuzzy msgid "You did not authenticate." msgstr "Non está autenticado." #: framework/Form/Form.php:2701 msgid "You did not enter a valid email address." msgstr "Non introduciu un enderezo válido de correo electrónico." #: framework/Data/Data.php:339 #, php-format msgid "" "You didn't map any fields from the imported file to the corresponding fields " "in %s." msgstr "" "Non asignou ningún dos campos do ficheiro importado aos campos " "correspondentes de %s." #: framework/Auth/Auth.php:1015 msgid "You have been logged out." msgstr "Pechou a sesión." #: framework/Prefs/Identity.php:410 #, php-format msgid "" "You have requested to add the email address \"%s\" to the list of your " "personal email addresses.\n" "\n" "Go to the following link to confirm that this is really your address:\n" "%s\n" "\n" "If you don't know what this message means, you can delete it." msgstr "" #: framework/Form/Form.php:3633 #, fuzzy msgid "You must choose a date." msgstr "Ten que configurar un sistema traseiro VFS" #: framework/Form/Form.php:3631 #, fuzzy msgid "You must choose a time." msgstr "Ten que configurar un sistema traseiro VFS" #: framework/Auth/Auth/Signup/datatree.php:35 msgid "You must configure a DataTree backend to use Signups." msgstr "Para usar Inscricións ten que configurar un sistema traseiro DataTree." #: framework/Horde/Horde.php:641 msgid "You must configure a VFS backend." msgstr "Ten que configurar un sistema traseiro VFS" #: framework/Auth/Auth/Signup.php:60 #, fuzzy msgid "You must configure a backend to use Signups." msgstr "Para usar Inscricións ten que configurar un sistema traseiro DataTree." #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Describa o problema antes de enviar o informe." #: framework/Form/Form.php:1276 #, fuzzy msgid "" "You must enter a valid phone number, digits only with an optional '+' for " "the international dialing prefix." msgstr "" "Ten que introducir un número de teléfono móbil válido -só díxitos con un '+' " "opcional para o prefixo de chamada internacional." #: framework/Form/Form.php:1178 #, fuzzy msgid "You must enter a valid value." msgstr "Ten que introducir un valor válido." #: framework/Form/Form.php:2261 #, fuzzy msgid "You must enter an email address." msgstr "Non introduciu un enderezo válido de correo electrónico." #: framework/Form/Form.php:2259 #, fuzzy msgid "You must enter at least one email address." msgstr "Non introduciu un enderezo válido de correo electrónico." #: framework/Prefs/Prefs/UI.php:149 #, fuzzy, php-format msgid "You must provide a setting for \"%s\"." msgstr "Introduza un novo nome de categoría." #: services/portal/rpcsum.php:82 msgid "You must select an server to be deleted." msgstr "Seleccione un servidor para eliminalo." #: admin/user.php:135 msgid "You must specify a username to clear out." msgstr "Especifique un nome de usuario para borralo." #: admin/user.php:116 msgid "You must specify a username to remove." msgstr "Especifique un nome de usuario para eliminalo." #: admin/user.php:77 templates/admin/user/update.inc:8 msgid "You must specify the username to add." msgstr "Especifique o nome de usuario para engadir." #: admin/user.php:163 msgid "You must specify the username to update." msgstr "Especifique o nome de usuario para actualizar." #: framework/Compress/Compress/zip.php:139 msgid "You must specify what action to perform." msgstr "Especifique qué acción se realizará." #: framework/Prefs/Prefs/CategoryManager.php:79 msgid "You must type a new category name." msgstr "Introduza un novo nome de categoría." #: framework/Net_SMS/SMS/vodafoneitaly_smtp.php:70 msgid "You need to provide an Italian phone number" msgstr "Debe proporcionar un número de teléfono italiano" #: framework/Auth/Auth.php:1003 #, php-format msgid "Your %s session has expired. Please login again." msgstr "A súa sesión en %s caducou. Inicie unha nova." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "O seu enderezo de correo electrónico" #: config/prefs.php.dist:240 msgid "Your From: address:" msgstr "O seu enderezo De:" #: config/prefs.php.dist:80 config/prefs.php.dist:88 config/prefs.php.dist:97 #: config/prefs.php.dist:105 config/prefs.php.dist:112 msgid "Your Information" msgstr "A súa información" #: framework/Auth/Auth.php:1007 #, php-format msgid "" "Your Internet Address has changed since the beginning of your %s session. To " "protect your security, you must login again." msgstr "" "O seu enderezo de Internet cambiou desde o comezo da súa sesión %s. Por " "razóns de seguridade, ten que iniciar sesión outra vez." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "O seu nome" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "O seu sistema traseiro de autenticación non permite engadir usuarios. Se " "quere usar Horde para administrar contas de usuario, ten que usar outro " "sistema traseiro de autenticación." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "O seu sistema traseiro de autenticación non permite listar usuarios, ou esa " "característica foi deshabilitada por algún motivo." #: framework/Auth/Auth.php:1011 #, php-format msgid "" "Your browser appears to have changed since the beginning of your %s session. " "To protect your security, you must login again." msgstr "" "Parece que o seu navegador cambiou dende o comezo da súa sesión %s. Por " "razóns de seguridade, ten que iniciar sesión outra vez." #: lib/Block/iframe.php:55 msgid "Your browser does not support this feature." msgstr "O seu navegador non admite esta característica." #: templates/javascript/print.js:34 msgid "" "Your browser does not support this print option. Press Control/Command + P " "to print." msgstr "" "O seu navegador non admite esta opción de impresión. Presione Control/" "Command + P para imprimir." #: config/prefs.php.dist:302 msgid "Your current time zone:" msgstr "Zona horaria actual:" #: services/prefs.php:140 msgid "Your default identity has been changed." msgstr "A súa identidade predefinida cambiou." #: config/prefs.php.dist:178 msgid "Your default identity:" msgstr "Identidade predefinida" #: config/prefs.php.dist:229 msgid "Your full name:" msgstr "Nome completo:" #: framework/Auth/Auth.php:1027 msgid "Your login has expired." msgstr "A súa conexión caducou." #: services/resetpassword.php:76 #, php-format msgid "Your new password for %s is: %s" msgstr "O seu novo contrasinal para %s é: %s" #: framework/Prefs/Prefs/UI.php:184 msgid "Your options have been updated for the duration of this session." msgstr "Actualizáronse as súas opcións para o que dure esta sesión." #: framework/Prefs/Prefs/UI.php:186 msgid "Your options have been updated." msgstr "Actualizáronse as súas opcións." #: services/resetpassword.php:75 msgid "Your password has been reset" msgstr "Reaxustouse o seu contrasinal" #: services/resetpassword.php:83 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Reaxustouse o seu contrasinal; comprobe o seu correo e inicie sesión co " "contrasinal novo." #: services/resetpassword.php:85 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Reaxustouse o seu contrasinal; comprobe o seu correo e inicie sesión co " "contrasinal novo." #: lib/Block/account.php:692 lib/Block/account.php:707 #, fuzzy msgid "Your password has expired" msgstr "O contrasinal caducou." #: framework/Auth/Auth.php:756 msgid "Your password has expired." msgstr "O contrasinal caducou." #: templates/rpcsum/rpcsum.inc:57 msgid "Your remote servers:" msgstr "Servidores remotos:" #: framework/NLS/NLS/tld.php:261 framework/NLS/NLS/GeoIP.php:118 msgid "Yugoslavia" msgstr "Iugoslavia" #: framework/NLS/NLS/GeoIP.php:118 msgid "Zaire" msgstr "Zaire" #: framework/NLS/NLS/tld.php:263 framework/NLS/NLS/countries.php:248 #: framework/NLS/NLS/GeoIP.php:118 msgid "Zambia" msgstr "Zambia" #: framework/NLS/NLS/tld.php:264 framework/NLS/NLS/countries.php:249 #: framework/NLS/NLS/GeoIP.php:118 msgid "Zimbabwe" msgstr "Zimbabwe" #: lib/Block/fortune.php:75 msgid "Zippy" msgstr "Zippy" #: framework/Text_Filter/Filter/highlightquotes.php:208 msgid "[Hide Quoted Text]" msgstr "[Oculta o texto entre comiñas]" #: admin/sessions.php:61 #, fuzzy msgid "[None]" msgstr "Ningunha" #: services/problem.php:106 msgid "[Problem Report]" msgstr "[Informe do problema]" #: framework/Text_Filter/Filter/highlightquotes.php:207 #, fuzzy, php-format msgid "[Show Quoted Text - %d lines]" msgstr "[Mostra o texto entre comiñas - %s liñas]" #: admin/sessions.php:62 #, fuzzy msgid "[Unknown]" msgstr "Descoñecido" #: framework/Horde/Horde.php:231 #, fuzzy, php-format msgid "[line %d of %s]" msgstr "[liña %s de %s]" #: framework/Argv/lib/Horde/Argv/Parser.php:172 #, fuzzy msgid "[options]" msgstr "Opcións" #: lib/api.php:209 #, fuzzy msgid "_Alarms" msgstr "Alias" #: lib/api.php:229 msgid "_CLI" msgstr "CLI" #: lib/api.php:213 msgid "_DataTree" msgstr "Árbore de datos" #: lib/api.php:201 msgid "_Groups" msgstr "Grupos" #: templates/menu/menu.inc:9 #, fuzzy msgid "_Home" msgstr "Inicio" #: framework/Horde/Horde/Menu.php:193 msgid "_Log in" msgstr "Inicio de sesión" #: framework/Horde/Horde/Menu.php:189 msgid "_Log out" msgstr "Peche de sesión" #: framework/Horde/Horde/Menu.php:163 msgid "_Options" msgstr "Opcións" #: lib/api.php:205 msgid "_Permissions" msgstr "Permisos" #: lib/api.php:193 msgid "_Setup" msgstr "Configuración" #: lib/api.php:197 msgid "_Users" msgstr "Usuarios" #: framework/MIME/MIME/Message.php:132 msgid "addressee unknown" msgstr "destinatario descoñecido" #: framework/Argv/lib/Horde/Argv/AmbiguousOptionException.php:21 #, php-format msgid "ambiguous option: %s (%s?)" msgstr "" #: services/problem.php:60 msgid "attachment" msgstr "" #: lib/Block/metar.php:184 lib/Block/metar.php:370 #, php-format msgid "calm" msgstr "calma" #: framework/MIME/MIME/Message.php:156 msgid "cannot create output file" msgstr "non se pode crear o ficheiro de destino" #: framework/MIME/MIME/Message.php:128 msgid "cannot open input" msgstr "non se pode abrir a orixe" #: framework/MIME/MIME/Contents.php:625 msgid "click here" msgstr "prema aquí" #: framework/MIME/MIME/Message.php:120 msgid "command line usage error" msgstr "erro de liña de comando" #: framework/MIME/MIME/Message.php:176 msgid "configuration error" msgstr "erro de configuración" #: framework/MIME/MIME/Message.php:152 msgid "critical system file missing" msgstr "falta un ficheiro de sistema esencial" #: framework/MIME/MIME/Message.php:124 msgid "data format error" msgstr "erro de formato de datos" #: framework/MIME/MIME/Message.php:180 msgid "entry not found" msgstr "non se atopou a entrada" #: lib/Block/weatherdotcom_strings.php:104 msgid "falling" msgstr "en descenso" #: framework/Browser/Browser.php:1047 msgid "file" msgstr "ficheiro" #: lib/Block/metar.php:186 lib/Block/metar.php:372 lib/Block/metar.php:398 #, php-format msgid "from the %s (%s) at %s %s" msgstr "do %s (%s) ás %s %s" #: lib/Block/weatherdotcom.php:257 msgid "gusting" msgstr "a refachos" #: framework/UI/UI/VarRenderer/html.php:263 msgid "h:" msgstr "h:" #: framework/UI/UI/VarRenderer/html.php:396 msgid "hh" msgstr "hh" #: framework/MIME/MIME/Message.php:136 msgid "host name unknown" msgstr "non se coñece o nome do servidor hospedador" #: framework/Net_SMS/SMS/sms2email_http.php:574 #: framework/Net_SMS/SMS/clickatell_http.php:231 msgid "immediate" msgstr "inmediatamente" #: admin/setup/diff.php:64 admin/setup/diff.php:76 msgid "inline" msgstr "en liña" #: framework/MIME/MIME/Message.php:160 msgid "input/output error" msgstr "erro de entrada/saída" #: framework/MIME/MIME/Message.php:144 msgid "internal software error" msgstr "erro de software interno" #: framework/VFS_ISOWriter/ISOWriter/mkisofs.php:53 #, php-format msgid "mkisofs error code %d while making ISO." msgstr "código de erro mkisofs %d ao realizar ISO." #: framework/UI/UI/VarRenderer/html.php:407 msgid "mm" msgstr "mm" #: framework/Argv/lib/Horde/Argv/BadOptionException.php:20 #, php-format msgid "no such option: %s" msgstr "" #: framework/Crypt/Crypt/smime.php:1223 msgid "not yet implemented" msgstr "aínda sen desenvolver" #: framework/Argv/lib/Horde/Argv/OptionException.php:23 #, fuzzy, php-format msgid "option %s: %s" msgstr "Opcións de %s" #: framework/Argv/lib/Horde/Argv/Option.php:122 #, php-format msgid "option %s: invalid choice: '%s' (choose from %s)" msgstr "" #: framework/Argv/lib/Horde/Argv/Option.php:104 #, php-format msgid "option %s: invalid floating-point value: '%s'" msgstr "" #: framework/Argv/lib/Horde/Argv/Option.php:94 #, php-format msgid "option %s: invalid integer value: '%s'" msgstr "" #: framework/Argv/lib/Horde/Argv/Option.php:95 #, php-format msgid "option %s: invalid long integer value: '%s'" msgstr "" #: framework/MIME/MIME/Message.php:172 msgid "permission denied" msgstr "denegouse o permiso" #: framework/MIME/MIME/Message.php:168 msgid "remote error in protocol" msgstr "erro remoto no protocolo" #: lib/Block/weatherdotcom_strings.php:106 msgid "rising" msgstr "en ascenso" #: framework/MIME/MIME/Message.php:140 msgid "service unavailable" msgstr "servizo non dispoñible" #: admin/setup/config.php:101 msgid "show differences" msgstr "mostra as diferenzas" #: framework/Argv/lib/Horde/Argv/Parser.php:144 msgid "show program's version number and exit" msgstr "" #: framework/Argv/lib/Horde/Argv/Parser.php:138 msgid "show this help message and exit" msgstr "" #: framework/Net_SMS/SMS/sms2email_http.php:524 msgid "sms2email via HTTP" msgstr "sms2email por HTTP" #: framework/UI/UI/VarRenderer/html.php:424 msgid "ss" msgstr "ss" #: lib/Block/weatherdotcom_strings.php:105 msgid "steady" msgstr "constante" #: framework/MIME/MIME/Message.php:148 msgid "system error" msgstr "erro do sistema" #: framework/MIME/MIME/Message.php:164 msgid "temporary failure" msgstr "fallo temporal" #: admin/user.php:44 admin/user.php:55 framework/Auth/Auth/Signup.php:278 #: framework/Auth/Auth/Signup.php:292 msgid "type the password twice to confirm" msgstr "escriba o contrasinal dúas veces para confirmalo" #: admin/setup/diff.php:64 admin/setup/diff.php:76 msgid "unified" msgstr "unificado" #: framework/VFS/lib/VFS/horde.php:279 #, fuzzy msgid "unknown error" msgstr "Produciuse un erro descoñecido." #: framework/MIME/MIME/Part.php:27 msgid "unnamed" msgstr "sen nome" #: framework/Net_SMS/SMS/sms2email_http.php:574 #: framework/Net_SMS/SMS/clickatell_http.php:231 msgid "user select" msgstr "usuario seleccionado" #: framework/MIME/MIME/Viewer/vcard.php:34 msgid "vCard" msgstr "Tarxeta de visita (vCard)" #: framework/UI/UI/VarRenderer/html.php:255 msgid "w:" msgstr "w:" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" #: framework/Form/Form.php:1428 #, php-format msgid "you must enter less than %d." msgstr "" tmpIMUtxu/horde-5.2.17/locale/gl/LC_MESSAGES/horde.mo0000644000175000017500000033147713160205253021575 0ustar mathieumathieu0 a`ap  ΁-$6)[& Ƃ$ӂ #()R [f| ! 0> ӄބ #2 ;.Et28…QZMW  +;A%H n ćχӇ >N$W|N-.H P,] É ۉ #;SbȊ ϊڊ  !)/E W8d ċȋ΋ ߋ97'J,r*%ʌ   /7D.|U--/=]?-ێ@ 3J%~)ԏ$(#L ^ iv ɐԐ'ݐ "*1):d s~  Ñʑ 5S\aj s"ђ.#!ATc)  %:SqT͔d"ʕޕ!0R Xd w  ƖӖ ږ - >LS [i q} =Ɨ "/@%Fl+; %6 ?LSc k v!;!W.y&Ϛ &(+O3{&+֛8;Y/o )Ӝ/ҝ#( )6(` %(-/0]!!CZ&w*AɠD P]el}ġա (@GYqI "&/ 7E V dp w4ܣ*"= `nv / Ǥ Ӥݤ *D[j &C! A/M} Ц   ,H` u {!:LTZvèԨ  !.>FM]f!z ש%-DI e s  ªϪ ު  !=E M X fpuy~|  & .; DOV_bi ~ Ȭ ٬ #+3 9 CN]` g s  ̭    &0 7ELQpv! ɮ߮ " <I Xc lv5|?$ +5 = ^&) !1@Bf +#Hjlײݲ B%h4x5 .?Tf~Ĵߴ +FZp ȵҵ (/6<DLRipw| (ʶ ٶ  +@E&Nu  Է޷ 4FMQ Y eqy и '05 ;Hg v  Źֹ  " -:JSZb hGt ʺԺٺ ݺ%* KV\ als|h  /(X i t Ҽ %. 6AQI ǽJ-GNipw (Ҿ $8 ;G P^f{ 2  ' 4 > HS [e mx  " (4I[v  +4 L Xe  8, 7)J t,.338C|-bC  +!; VE`A%> E OZj{8+2AGO^(e )\|>  $*$<at   % @KTZz , , 6AW]nu(  38 =IOV _ j) A(3)\P" *D.^   &26 iu  'F[ai*x 6 2 %<0b1-+>FXlt   2%K q{     %0F Yf k uR$%-4 C P^ ny i7'Ow  2#@ drF?7WR/  -"POU%  $9+ er z   5E M[p , $ - 7BT[j yd&!8H*;(4,a{   $+@HZcr {  (=V [ehw#8&1$dVUJ[\(8(,Cp#H0%*AP[I18+j!&:3:%n' 01.A`3%=e:M/0TOZHJH2/,-#qQfo*N%f2)>"(RK%Ev!0%5RZb g u Y 0! R_ s  *$+3.S/"%/$Hm! 29/T+#!/%Q&w%$$ E"^,%<#1U u&):1Y /$ )$7\b"j%   '5M3T2 2F]f   !) 2?<|  ":*? jw /* Z{ 1 )/6=F K X9c.)/Om  4(S)}5!E(5)^&%(("'+J0vy Ycs|y+T"w'@WwQ   ! ' . 7 = P a  f p x             ( E W g o t         '   ) ; T [ o      "                 # ,#1P$&+ 2O hs,       O]p@;0Flfol&9L R-\+    $&6(] /a%5+07G P\dlrx +;&K r$  3:@VjC{ F0w&()4  >H OY7aA6[5n5DH5hJ;)%Og,((  $1$Qv~ /     0 O b q  y      (    ! !!,!J!Q!W!`!)i!!!!%!-!4"'K"*s"k"6 # A#L#U# m#{###### $&$+$2$WG$o$%%%9%T%i%~%"%%+%%% &&.& H&V&k&&&&&&&&&&''&'.' A' L'X'`' h' t' ''G'' ((6(!<(^({(6(F(,) D)N) _) i)t)) ) ))+)+),*,I*"v*#*#*&*6+.?+%n+'+#+1+V,Ii,1,4,=-%X-$~-9-%-.7.$Q.v..^//w/2/5/10'B0'j0*0=0@0X<1I11$22%23213LP3S3 334 44)4=4\4d4i4y4 4 44?4445*5G5X5M[5 5555556 66&6=6 O6\6d6t6666A6!727LH77 77 70788(,8U8%n8888899 '9+49S`999$9 9E:J:\:c:w:{::::::: :; ;;';9G;%;;;;;;<<<<<-<1<1=Q=Y=b=j=q====== ====> >%>,D>+q>!> >+> ?*? J?T? c?p??? ???????@@@*@A@$S@x@ @@@@@@@@@A A AA A AA AAAA BB-BJBMBaQB BBBBBBC CC C &C4CECIC PC\ClC}CC CCC.CC CD DDD2DID PD^DeD$jDD DD D DDDDEE EE6E;ENEbEuEE E ECE;E(FFF OF ZFeF2nF5FGF$G6DG{GG G GGGAGeHHHHH+H3H-III I I&IG#JkJ:{J:JJKK50KfKKKK$K$L!*L-LLzL#L)L!L)M%*MPM#lM&M"M MMMNN &N2NDNKNRNYNaNiNpNNNNN NNN.NNO$OBO SO aO1oOOOO OOO OOOO P+PMHh ƀ̀րހ "+ >H \ipx $ ؁ .!? EO R `'j!4&1kB[K iV,C.13`$Kׅ2#*V;^K$h&Ї$04@'u*%Ȉ. 3<Bp2);cLJ32/^boZ1[>(''P-xvkt$ُ5*4P_-^ސ=]D#E6i(ɒ  1=EaJœ@˓ *>BJS fs @* 97:q,ʕ/#'&K,r'%ǖ*.&G=n";ϗ= *I.t-(ј-6(/_3+Ù%*3@%t,7ǚ)D)*n.-ț.(%#N/r-9М2 >=|.# $-3a j.w2/ٞ- 7@ ] gt5ϟM՟#+<?D2Ѡ!/Qbt #¡ ="`i~ Ϣ !?;Eƣ    "5I9["Ҥ 78PU[j ǥHݥ<&1c!֦' 36; JU[^r3:VOGa*.Ԩ&,*.W+.'% 2//b%˪ߪ cn$0*b[&ӭ %:?`"îZ<S grxįȯٯ $-G'Mu %˰  ".7 LWZ,]+ұ, EPh} 1 0 3N||s91a.R$: IIZ%Sqv<_z<"SD]!Ej0H` KTky <tcX.64,P'_F/ @GeEY4;z"0#M7/K.E/s8;RdFAmJ1P{g:<J+v11tjueIRvv)g=y>M7}Qb?Gy-]o+:0h^HZ!5*&#EX sVmd,@ACNm2 8F#.R9 jvx$bmO`&R5c,'([( b{f` OHwx8V@6J7f-P BzjF!36u9Op?tK-/\ t+w81-nTqBG%)\_t=63 A} G/Bq]\i_7kxYCWr0:$lq%48 4 ^+Q~;NhjkTDuep~~6O; ?dbL2pn _QgT#?Z9DCxV(~DZU[< %J AYHMyp)&-a@ `e|%47f[rL&UMoC+ XYn"$bC:k ^=]|uWnX1`L#^ @*AoeM~* FL%nNX{K ,/h+A]  lEm*Ehx3g <'wfkz2G5SD3ix\oF|C 2 ]yr}.Hbi->5cid&cMUgH3sU"2V[~q ru3YQmo*rB| \af}U JS(D"Q>f vj5icPi :L5BaRQGXphYT{lW)V>qw Nr^'"@W?tZ}>} Lw=aKk(PllSuP,! [{2'$OB*p&lN;d(nyO_>^0zw6e!=UJh9goz9)S;7 W\.$'Td#[ I0!a= )VK`s?sZ{IWI4,8c (%s days ago) (Accesskey %s) (in %s days) (today) (tomorrow) (yesterday) at "%s" is not a directory."%s" is not a valid choice."%s" is not configured in the Horde Registry."%s" tree renderer not found."%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Fingerprint%s KB%s Maintenance Operations - Confirmation%s Setup%s Sign Up%s Terms of Agreement%s already exists.%s at %s %s%s is ready to perform the maintenance operations checked below. Check the box for any operation(s) you want to perform at this time.%s is required%s not found.%s: This message may not be from whom it claims to be. Beware of following any links in it or of providing the sender with any personal information., gusting , gusting %s %s, variable from %s to %s-- select --12 Hour Format24 Hour Format24 hoursNicaraguaNigerNigeriaNightNiueNoNo available configuration data to show differences for.No available strategy for making ISO images.No batch template.No block exists at the requested positionNo change.No children can be added to this permission.No configuration information specified for %s.No configuration information specified for FTP VFS.No configuration information specified for SQL VFS.No configuration information specified for SQL-File VFS.No credit left.No destination supplied.No file uploadedNo icons found.No location is set.No location provided.No message supplied.No name specified.No number specified.No offensive fortunesNo path to the OpenSSL binary provided. The OpenSSL binary is necessary to work with PKCS 12 data.No pending signups.No quota set.No separator specified.No such fileNo temporary directory available for cache.No username and/or password sent.No valid XML data returnedNo valuesNo version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Norfolk IslandNorthern HemisphereNorthern Mariana IslandsNorwayNot AfterNot BeforeNot a directoryNot implemented.Not supported.NotesNothing to browse, go back.NovemberNumberNumber of charactersNumber of columnsNumber of rowsNumbers not specified for updating in distribution list.ObjectObject CreatorOctalOctoberOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.OmanOnly IMAP servers support shared folders.Only offensive fortunesOnly one email address allowed.Only the owner or system administrator may change ownership or owner permissions for a shareOpen in a new windowOpenSSL error: Could not extract data from signed S/MIME part.Operating SystemOptionsOptions for %sOrganisationOrganisational UnitOrganizingOtherOther InformationPAM authentication is not available.PEAR::Mail backendPGP Digital SignaturePGP Encrypted DataPGP Public KeyPGP Signed/Encrypted DataPHP CodePHP ShellPM Light RainPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPakistanPalauPalestinian Territory, OccupiedPanamaPapua New GuineaParaguayPartly CloudyPasswordPassword changed successfully.Password incorrectPassword required for RADIUS authentication.Password with confirmationPassword:Password: Passwords must match.PastePending Signups:PeoplePerform Maintenance OperationsPerform maintenance operations on login?PermissionPermission "%s" not deleted.Permission DeniedPermissionsPermissions AdministrationPersonal InformationPeruPetsPhilippinesPhonePhotosPitcairnPlatitudesPlease enter a month and a year.Please enter a name for the new category:Please enter a valid IP address.Please enter a valid date, check the number of days in the month.Please enter a valid time.Please provide a summary of the problem.Please provide your username and passwordPlease read the following text. You MUST agree with the terms to use the system.Please type the new category name:PolandPoliticsPollsPortugalPost to this folder (not enforced by IMAP)Precipitation
chancePrefs_ldap: Required LDAP extension not found.PressurePressure at sea level: Pressure: PreviewPrevious optionsPrivate KeyProblemProblem DescriptionPrompt textPublic KeyPublic Key AlgorithmPublic Key InfoPublic/Private keypair not generated successfully.Puerto RicoPurge messagesQatarQueryQuotaRSA Public Key (%d bit)Radio selectionRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneRatioReadRead messagesRefresh Dynamic Menu Elements:Refresh Portal View:RegexRemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sRequest couldn't be answered. Returned errorcode: Requested service could not be found.Required "%s" not specified in %s configuration.Required "%s" not specified in VFS configuration.Required "%s" not specified in configuration.Required FieldResetReset PasswordReset Your PasswordRestore Last QueryResultsReturn to OptionsRetype new passwordReunionRevert ConfigurationRich Text Editor OptionsRiddlesRight headerRight valuesRoleRomaniaRotate 180Rotate LeftRotate RightRunRussian FederationRwandaS/MIME Cryptographic SignatureS/MIME Encrypted MessageSASL authentication is not available.SQL ShellSQL statement for value lookupsSSHSUCCESSS_QL ShellSaSaint HelenaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSatellite ProviderSaudi ArabiaSaveSave "%s"Save OptionsSave generated configuration as a PHP script to your server's temporary directory.Saved %s configuration.Saved setup upgrade script to: "%s".Scattered T-StormsScienceSearchSearch EnginesSelect FilesSelect a dateSelect a serverSelect allSelect all date components.Select an objectSelect noneSelect the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date delimiter:Select the date format:Select the identity you want to change:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSend SMSSenegalSensor: SeptemberSerbia and MontenegroSerial NumberServer data wrong or not available.Session AdminSession ID expired.SessionsSetSet options to allow you to reset your password if you ever forget it.Set up remote servers that you want to access from your portal.Set your preferred language, timezone and date options.Set your startup application, color scheme, page refreshing, and other display options.SetupSetup upgrade scripts availableSeveral locations possible with the parameter: SeychellesShoppingShort SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinityShrinkShrink or move neighbouring block(s) out of the way firstSierra LeoneSign upSignatureSignature AlgorithmSingaporeSizeSkip MaintenanceSlovakiaSloveniaSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Solomon IslandsSomaliaSongs & PoemsSort order selectionSource addressSouth AfricaSouth European (ISO-8859-3)South Georgia and the South Sandwich IslandsSouthern HemisphereSpacerSpainSpamSpecial Character InputSportsSri LankaStandardStar TrekStart yearState or ProvinceStatusStorage formatStreet AddressString listSuSubdirectory "%s" not found.SubjectSubmitSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSudanSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: SurinameSurnameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyncMLSyrian Arab RepublicT-StormT-Storm and WindyT-StormsT-Storms EarlyTSV fileTable SetTaiwanTaiwan, Province of ChinaTajikistanTanzania, United Republic ofTasksTelephone NumberTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sTemplate "%s" not found.TextText OnlyThThai (TIS-620)ThailandThe FTP extension is not available.The History system is disabled.The Horde/Kolab integration engine does not support "%s"The IMSP log could not be initialized.The Maintenance:: class did not load successfullyThe administrator needs to configure a permanent Permissions backend if you want to use Permissions.The contact ID number was not specified, left blank or was not found in the database.The detached PGP signature block is required to verify the signed message.The distribution list ID was either not specified, left blank or not found in the database.The distribution list was not specified.The encryption features require a secure web connection.The file %s should contain a %s setting.The file %s should contain some %s settings.The file contained no data.The identity "%s" has been deleted.The location of the GnuPG binary must be given to the Crypt_pgp:: class.The name to use when linking to the compose pageThe number of fields must be numeric.The openssl module is required for the Horde_Crypt_smime:: class.The preference "%s" could not be saved because its data exceeded the maximum allowable sizeThe program used to view this data type (%s) was not found on the system.The quote character must be one single character.The separator must be one single character.The server "%s" has been deleted.The server "%s" has been saved.The specified row (%d) does not exist.The text you entered did not match the text on the screen.The uploaded data was lost since the previous step.The uploaded file could not be saved.The weather.com block is not available.Themes directory "%s" not found.There are no options available.There are no parts that can be displayed inline.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was a problem with the file upload: No %s was uploaded.There was a problem with the file upload: The %s was larger than the maximum allowed size (%d bytes).There was a problem with the file upload: The %s was only partially uploaded.There was an error displaying this message partThere was an error importing the iCalendar data.There was an error in the configuration form. Perhaps you left out a required field.There was an error performing the specified address book function. Please try again later.There was an error updating the contact details. Please try again later.There was an error updating the distribution list. Please try again later.This IMAP server does not support sharing folders.This does not appear to be a valid rar archive.This does not appear to be a valid zip file.This does not seem to be a valid card number.This driver allows sending of messages through the Clickatell (http://clickatell.com) gateway, using the HTTP APIThis driver allows sending of messages through the WIN (http://winplc.com) gateway, using the HTTP APIThis driver allows sending of messages through the sms2email (http://sms2email.com) gateway, using the HTTP APIThis driver allows sending of messages via SMTP through the Vodafone Italy gateway, only to Vodafone numbers. It requires an email account with Vodafone Italy (http://www.190.it).This field is required.This field may only contain integers.This field may only contain numbers and the colon.This field may only contain octal values.This field must be a comma or space separated list of integersThis field must be a valid number.This field must contain a color code in the RGB Hex format, for example '#1234af'.This form has already been processed.This is a Kolab Groupware object. To view this object you will need an email client that understands the Kolab Groupware format. For a list of such email clients please visit %sThis message was written in a character set (%s) other than your own.This number must be at least one.This server can't uncompress zip and gzip files.This system is currently deactivated.This value must be a number.ThunderTicketsTimeTime TrackingTime formatTime selectionTimor-LesteTitleToTo select multiple items, hold down the Control (PC) or Command (Mac) key while clicking.TodayTogoTokelauTomorrowTongaToo many invalid logins during the last minutes.TranslationsTrinidad and TobagoTrue or falseTuTunisiaTurkeyTurkish (ISO-8859-9)TurkmenistanTurks and Caicos IslandsTuvaluType your choice: U.V. index: URLURL for your script delivery status reportUgandaUkraineUnable to access VFS directory.Unable to change permission for VFS file "%s".Unable to change permission for VFS file %s/%s.Unable to change to %s.Unable to check file size of "%s".Unable to check file size of "%s/%s".Unable to connect with SSL.Unable to copy VFS file.Unable to create VFS directory "%s".Unable to create VFS directory.Unable to create VFS file.Unable to create VFS folder "%s".Unable to create empty VFS file.Unable to decompress data.Unable to delete "%s", the directory is not empty.Unable to delete "%s": %s.Unable to delete %s, the directory is not emptyUnable to delete VFS directory recursively.Unable to delete VFS directory.Unable to delete VFS directory: %s.Unable to delete VFS file "%s".Unable to delete VFS file.Unable to delete VFS folder "%s".Unable to delete VFS recursively: %s.Unable to determine current directory.Unable to extract certificate detailsUnable to load the definition of %s.Unable to move VFS file.Unable to open VFS file "%s".Unable to open VFS file for writing.Unable to open VFS file.Unable to open compressed archive.Unable to read VFS file (filesize() failed).Unable to read the vfsroot directory.Unable to rename %s to %s: destination folder already existsUnable to rename VFS directory.Unable to rename VFS directory: %s.Unable to rename VFS file "%s".Unable to rename VFS file %s/%s.Unable to rename VFS file.Unable to run 'mkisofs'.Unable to translate this Word documentUnable to write VFS file "%s".Unable to write VFS file (copy() failed).Unable to write VFS file data.Unable to write VFS file, quota will be exceeded.Undo ChangesUnexpected response from server on connection: Unexpected response from server to: UnfiledUnicode (UTF-8)United Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying IslandsUnitsUnknownUnknown apimsgid (API Message ID).Unknown climsgid (Client Message ID).Unknown location provided.Unknown username or password.UnnamedUnsupported ExtensionUpdateUpdate %sUpdate userUpdated "%s".Upgrade script deleted.UploadUploaded all application setup files to the server.UruguayUse Current: %sUse SSLUse if name/password is different for IMSP server.UserUser AdministrationUser OptionsUser RegistrationUser Registration has been disabled for this site.User account not foundUsernameUsername "%s" already exists.Username:Username: Users in the system:UzbekistanVFS directory does not exist.VacationValidityValue in minutes from now.ValuesValues to select fromVanuatuVariableVenezuelaVerification failed - this message may have been tampered with.VersionVersion ControlVery HighViet NamVietnamese (VISCII)View %sView an external web pageVirgin Islands, BritishVirgin Islands, U.S.VisibilityVisibility: Vodafone Italy via SMTPWARNWARNING!!! REMOVE SCRIPT MANUALLY FROM %s.WIN via HTTPWallis and FutunaWarningWeWeather ForecastWeather data provided byWeb SiteWeeklyWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)Western SaharaWhat application should %s display after login?What is the delimiter character?What is the quote character?Whereis Australia mapWhich phasesWhich plugins to enable for the Rich Text editor.Width in CSS unitsWikiWindWind EarlyWind speed in knotsWind:Wind: WisdomWishlistWorkWork AddressWork PhoneWrong number of fields in line %d. Expected %d, found %d.Wrong number of fields. Expected %d, found %d.Wrong offset %d while reading a VFS file.X-RefX509v3 Basic ConstraintsX509v3 Extended Key UsageX509v3 Subject Alternative NameX509v3 Subject Key IdentifierX509v3 extensionsYYYYYYYahoo! mapYearlyYemenYesYes, I AgreeYou are not authenticated.You cannot have the '\' character in your full name.You did not enter a valid email address.You didn't map any fields from the imported file to the corresponding fields in %s.You have been logged out.You must configure a DataTree backend to use Signups.You must configure a VFS backend.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.You must specify what action to perform.You must type a new category name.You need to provide an Italian phone numberYour %s session has expired. Please login again.Your Email AddressYour From: address:Your InformationYour Internet Address has changed since the beginning of your %s session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your %s session. To protect your security, you must login again.Your browser does not support this feature.Your browser does not support this print option. Press Control/Command + P to print.Your current time zone:Your default identity has been changed.Your default identity:Your full name:Your login has expired.Your new password for %s is: %sYour options have been updated for the duration of this session.Your options have been updated.Your password has been resetYour password has been reset, check your email and log in with your new password.Your password has expired.Your remote servers:YugoslaviaZaireZambiaZimbabweZippy[Hide Quoted Text][Problem Report]_CLI_DataTree_Groups_Log in_Log out_Options_Permissions_Setup_Usersaddressee unknowncalmcannot create output filecannot open inputclick herecommand line usage errorconfiguration errorcritical system file missingdata format errorentry not foundfallingfilefrom the %s (%s) at %s %sgustingh:hhhost name unknownimmediateinlineinput/output errorinternal software errormkisofs error code %d while making ISO.mmnot yet implementedpermission deniedremote error in protocolrisingservice unavailableshow differencessms2email via HTTPsssteadysystem errortemporary failuretype the password twice to confirmunifiedunnameduser selectvCardw:weather.comProject-Id-Version: horde Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2009-09-12 10:19+0200 PO-Revision-Date: 2015-04-16 12:32+0200 Last-Translator: Xusto Language-Team: Unidade de Sistemas ATIC Language: gl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.2 (hai %s días) (Accedendo a %s) (en %s días) (hoxe) (mañá) (onte) en "%s" non é un directorio."%s" non é unha elección válida.Non se configurou '%s' no rexistro de Horde.Non se atopou o renderizador de árbores de '%s'.Engadiuse '%s' ao sistema de grupos.Engadiuse '%s' ao sistema de permisos.Non se creou '%s': %s.Usados %.2fMB de %.2fMB permitidos (%.2f%%)%d %s e %sQuedan %d días ata que caduque o seu contrasinal.%d prognósticos diarios%s - AvisoImpresións dixitais de %s%s KBOperacións de mantemento %s - Confirmación%s CargarAlta de %sAcordos de licenza de %sXa existe %s.%s ás %s %s%s está preparado para realizar as operacións de mantemento seleccionadas. Active os recadros das operacións que queira executar agora.Fai falta %sNon se atopou %s.%s: Pode que esta mensaxe non proceda de quen parece ser. Evite seguir calquera ligazón que inclúa ou subministrarlle información persoal ao remitente., a refachos , a refachos %s %s, variable de %s a %s-- seleccionar --Formato de 12 horasFormato de 24 horas24 horasAnteriorPara este bloque fai falta un sistema traseiro de base de datos.Produciuse un erro moi graveFai falta unha clave PGP pública para cifrar unha mensaxe.Fai falta unha clave PGP pública para comprobar unha mensaxe asinada.Fan falta unha clave PGP pública, unha clave PGP privada e unha frase clave para asinar unha mensaxe.Fan falta unha clave S/MIME pública, unha clave S/MIME privada e unha frase clave para descifrar unha mensaxe.Fan falta unha clave S/MIME pública, unha clave S/MIME privada e unha frase clave para asinar unha mensaxe.Nubes matinaisChuvisca matinalChoiva matinalChuvascos matinaisNevaradas matinaisAM/PMID de APIDenegouse o acceso ao crear o directorio VFS.Denegouse o acceso ao crear o ficheiro VFS.IdentidadeContrasinalIdentidade bloqueada.ContabilidadeEngadeEngade un permiso descendenteEngade aquí:Engade un permisoEngádelle a '%s' un grupo descendenteEngádelle a '%s' un permiso descendenteEngade un usuario:Engade un parEngade o menú %s como panel lateral de MozillaEngade á axenda de enderezosEngade á axenda de enderezosEngade un usuarioEngadiuse '%s' ao sistema, pero non se pode incluír a información adicional de inscrición: %s.Engadiuse '%s' ao sistema. Xa pode iniciar a sesión.A adición de usuarios está deshabilitada.EnderezoAxenda de enderezosAdministrador - define permisos doutros usuariosAdministraciónAnunciosAfganistánAlbaniaAlxeriaAliasTodosTodos os usuarios autenticadosTodos os gruposTodos os permisosAcceso IMSP alternativoContrasinal IMSP alternativoNome de usuario IMPS alternativoEnderezo de correo electrónico alternativoSamoa AmericanaO valor que especificou non é válidoProduciuse un erro descoñecido.AndorraAngolaAnguillaServidor mandatario (proxy) anónimoRespostaAntártidaAntigua e BarbudaAplicaciónLista de aplicaciónsA aplicación está lista.AprobaAbrilÁrabe (Windows-1256)Tamaño do ficheiroNome do ficheiroEstá seguro de que desexa eliminar '%s' e calquera outro subgrupo?ArxentinaArmeniaArmenio (ARMSCII-8)DeseñosArubaIlla da AscensiónDeseños AsciiRexión de Asia/Pacífico¿Solicitarase confirmación antes de facer operacións de mantemento?Columnas de asignaciónIntenta eliminar un grupo inexistente.Intenta eliminar un permiso inexistente.Intenta modificar un permiso inexistente.Intenta modificar un recurso compartido inexistente.AtributosAgostoAustraliaAustriaAuth_cyrsql: Non se atopou a extensión imap necesaria.Auth_cyrus: O sistema traseiro carece das capacidades necesarias.Auth_cyrus: Non se atopou a extensión imap necesaria.Auth_ftp: Non se atopou a extensión FTP necesaria. Compile PHP con a opción --enable-ftp.Auth_imap: Non se atopou a extensión IMAP necesaria.Auth_krb5: Non se atopou a extensión krb5 necesaria.Auth_ldap: Non se soporta a adición de usuarios de Active DirectoryAuth_ldap: Non se soporta a eliminación de usuarios de Active DirectoryAuth_ldap: Non se atopou a extensión LDAP necesaria.Auth_ldap: Non se soporta a actualización de usuarios de Active DirectoryAuth_smbauth: Non se atopou a extensión smbauth necesaria.Fallou a autenticación co servidor IMAP.Fallou a autenticaciónFallou a autenticación. %sO servidor RADIUS rexeitou a autenticación.Fallou a autenticación co servidor FTP.Fallou a autenticación co servidor SMB.Campos dispoñibles:AzerbaidzhanEscusas BOFHContrasinal kerberos incorrectoNome de usuario kerberos incorrecto.BahamasBahraynBáltico (ISO-8859-13)Bangla DeshBarbadosNon se atopou o directorio base de imaxes "%s".BelorrusiaBélxicaBelizeBeninBermudaBhutanAniversarioNon se atopou o bloque "%s" da aplicación "%s".Opcións de bloqueTipo de bloqueBoliviaMarcadoresBosnia e HercegovinaAmbosBotswanaIlla de BouvetBrasilTerritorio Británico do Océano ÍndicoBruneiBulgariaBurkina FasoBurundiCRCPuntos de distribución CRLCache init was not completed.AxendaCalmaCambodjaCamerúnNon se pode conectar co servidor IMAP: %sCanadáCancelaCancela o informe de problemasNon se pode eliminar o ficheiro "%s".Non se pode localizar un directorio temporal.Non se pode continuar sen o parámetro 'targetFile'.Non se pode eliminar o directorio "%s".Non se pode eliminar, ten %d descendentes.Non se pode reordenar: o número de entradas que se indicaron para ordenar non coincide co das almacenadas.Non se pode dirixir a mensaxe ao número especificado.Cabo VerdeProvedorCategorías e etiquetasIllas CaimánTeléfono móbilCéltico (ISO-8859-14)República CentroafricanaEuropa Central (ISO-8859-2)Detalles do certificadoPropietario do certificadoPolíticas do certificadoChadCambiaCambie o contrasinalCambia o nome e o enderezo electrónico visibles ao ler ou responder as súas mensaxes.A configuración actual non soporta o cambio de contrasinais. Póñase en contacto co administrador do sistema.ChileChinaChinés simplificado (GB2312)Chinés tradicional (Big5)Elixa a aplicación:Elixa un contrasinalElixa un nome de usuarioElixa como quere mostrar as datas:Illa ChristmasNon se atopou a definición de clase de %s.LimpaBorra consultaBorra o usuario: %sBorra o usuarioBorra os datos do usuarioClearing LatePrema para ContinuarClickatell por HTTPPecha a xanelaNubesNubes matutinasAnubadoIllas Keeling (de Cocos)Contrae o panel lateralColombiaSelector de corSelección de corTítulos das columnasCómicsComandoIntérpr. comandosComentarioNome comúnComoresEmpresaOrdenadoresCondiciónCondiciónsDiferencias da configuraciónConfiguración para sincronizar con PDA, móbiles con axenda e Outlook.A configuración está obsoletaConfigure %sConfirme o contrasinal.CongoCongo, República Democrática doHoubo un fallo na conexión.Houbo un fallo na conexión: Rexeitouse a conexión ao servidor de claves público.Rexeitouse a conexión ao servidor de claves público. Motivo: %s (%s)Houbo un fallo na conexión ao servidor FTP.ContactosContidos de '%s'ContinúaIllas CookTestemuño ('cookie')Fallou a copia: %sID de costeCosta RicaCosta do MarfilNon se pode cifrar a mensaxe mediante PGP: Non se pode asinar a mensaxe mediante PGP: Non se pode cifrar a mensaxe mediante S/MIMENon se pode asinar a mensaxe mediante S/MIMENon se pode engadir o contacto. %sNon se pode ligar ao servidor LDAP.Non se pode comprobar o balance. %sNon se pode conectar ao servidor LDAP.Non se pode conectar ao servidor '%s' mediante FTP: %sNon se pode crear a lista de distribución. %sNon se poden descifrar os datos PGP: Non se poden descifrar os datos S/MIME.Non se pode eliminar o contacto. %sNon se pode eliminar a lista de distribución. %sNon se pode eliminar a secuencia de comandos de actualización da configuración '%s'.Non se pode determinar o enderezo de correo electrónico do destinatario.Non se pode traer a axenda de enderezos completa.Non se pode traer a lista de distribución completa.Non se pode traer a listaxe total de listas de distribución.Non se pode cargar a estratexia '%s'.Non se pode crear o directorio '%s'.Non se pode obter a clave pública do servidor de claves.Non se pode abrir '%s' para escribir.Non se pode abrir %s.Non se pode abrir o módulo de Tarefas de mantemento %sNon se pode abrir o directorio "%s".Non se pode ler %s.Non se pode restablecer o contrasinal para o usuario solicitado. Parte dos detalles ou todos, son incorrectos. Ténteo outra vez ou póñase en contacto co administrador do sistema se precisa máis información.Non se pode obter a ACL.Non se pode recuperar a axenda de enderezos. %sNon se pode recuperar a lista de distribución. %sNon se poden recuperar as listas de distribución. %sNon se poden recuperar as capacidades do servidorNon se pode restaurar a configuración.Non se pode eliminar o directorio '%s'.Non se pode gardar a configuración de %s.Non se pode gardar unha copia de seguranza da configuración.Non se pode gardar unha copia de seguranza da configuración: %sNon se pode gardar a secuencia de comandos de actualización da configuración en: '%s'.Non se pode gardar a copia de seguranza do ficheiro de configuración %s.Non se pode gardar o ficheiro %s de configuración. Pode utilizar unha das opcións para restaurar o código de %s ou copiar manualmente a %s o código seguinte.Non se pode buscar no servidor LDAP.Non se pode desvincular '%s'.Non se pode actualizar o contacto. %sNon se pode actualizar a lista de distribución. %sNon se pode escribir a configuración de '%s': %sNon se pode localizar o panel lateral de Mozilla. Comprobe que estea aberto.Non se lle poden dar ao usuario '%s' os seguintes dereitos para o cartafol '%s': %sTexto contadoPaísCrearCrea outraCrea subcartafolesPermisos de creadorNúmero de tarxeta de créditoCroaciaCuba4 fases actuaisSesións actuaisHora actualTempo actualCondición actual: Personaliza as tarefas que executar ao inicio da sesión en %s.ChipreCirílico (KOI8-R)Cirílico (Windows-1251)Cirílico/Ucraíno (KOI8-Ou)República ChecaDDDSN (véxase http://pear.php.net/manual/es/package.database.db.intro-dsn.php)DiariamenteNavegador da árbore de datosDataRecibiuse a dataSelección de dataDíaDecembroPredefinidoCor predefinidaIdentidade predefinidaShell predefinidaDefiniciónsEliminaElimina o grupoElimina o permisoElimina e baleira as mensaxesElimina mensaxesElimina permisos de '%s'Quere eliminar permisos para "%s" e calquera permiso descendente?Elimina a identidade seleccionadaElimina subcartafolesEliminouse a secuencia de comandos de actualización da configuración '%s'.Hora de entrega:DinamarcaDescrición do problemaDescriciónRexistráronse os detalles para o administrador.DesenvolvementoPunto de condensaciónPunto de condensación da última hora: Punto de condensación: Quere mostrar en formato de 24-horas?Opcións de visualizaciónMostra o prognóstico detalladoMostra o prognóstico (TAF)Formato de visualizaciónNotificación de consultaDjibutiNon eliminarNon acceda directamente a "maintenance.php"¿Contén a primeira fila os nomes dos campos? Se é así, seleccione este recadro:DominicaRepública DominicanaNon dispón de conta? Solicite unha.Descarga %sDescarga a configuración xerada como unha secuencia de comandos PHP.Lista despregableDrogasCorreo electrónicoERREcuadorModificaModifica un bloqueModifica un grupoModifica un permisoModifica opcións de:Modifica permisos de "%s"EducaciónExiptoEl SalvadorCorreo electrónicoEnderezo de correo electrónicoOs enderezos de correo electrónico teñen que coincidir.Correo electrónico con confirmaciónPasarela Correo-a-SMSCariñas (emoticonas)Mensaxe en brancoSen resultado.Ano de terminaciónIntroduza unha pregunta de seguridade que se lle formulará se precisa restablecer o contrasinal, por ex. 'Como se chama a súa mascota?':Introduza as letras de abaixo:Guinea EcuatorialEritreaErroHoubo un erro ao actualizar o contrasinal: %sHoubo un erro coa mensaxe de correo electrónico.Houbo un erro ao escribir '%s'.EstoniaEtiopíaÉtnicoEuropaCada 15 minutosCada 2 minutosCada 30 segundosCada 5 minutosCada inicio de sesiónCada media horaCada minutoValores de exemplo:ExecutaExpandeData de caducidadeExpoñenteCarga a configuración por FTPHoubo un fallo ao conectar co servidor LDAP.Houbo un fallo ao conectar co servidor SMB.Houbo un fallo ao copiar de "%s".Houbo un fallo ao copiar a "%s".Houbo un fallo ao crear unha conexión SASLHoubo un fallo ao mover "%s".Houbo un fallo ao recuperar: %sDespexadoIllas MalvinasIllas FaeroeErro moi graveFaxFebreiroSéntese comoSéntese como: Chuvascos escasosNevaradas escasasMatriz do campoCAPTCHA de FigletLetra de FigletFijiXestor de ficheirosNome do ficheiroSelección de ficheiroCarga do ficheiroNon se soporta a carga de ficheiros.FiltrosFinlandiaCuarto crecenteCuarto crecenteProporción fixaVoltearNéboaComidaPrognóstico (TAF)Días do prognóstico (teña en conta que o prognóstico facilitado inclúe tanto o día coma a noite; un número grande traducirase nun bloque moi ancho)Esqueceu o contrasinal?FormulariosCitaciónTipo de citaciónCitaciónsCitacións 2ForosReenvíosVen FranciaFrancia metropolitanaGuyana FrancesaPolinesia FrancesaTerritorios Franceses do SurDeDo Descrición completa. Por favor engada o seu teléfono ou extension para axilizar a tramitación:Lúa cheaNome completo:GabónGambiaXera a configuración de %sCódigo xeradoXeorxiaAlemañaGhanaXibraltarNome indicadoOpcións globaisVaiGoedelGoogle MapsBusca en GoogleEscala de grisesGreciaGrego (ISO-8859-7)GronlandiaGranadaAdministración de gruposOs nomes de grupo non poden deixarse en brancoGruposGuadalupeGuamGuatemalaGuernseyPermisos de convidadoLibreta de convidados GuineaGuinea BissauGuyanaHTMLNon se atopou a autenticación HTTP.HaitíAlgorimo HashBrumaCabeceiraCabeceirasIlla Heard e Illas McDonaldTormenta forteHebreo (ISO-8859-8-I)AlturaAxudaHemisferioEste é o comezo do ficheiro:AltoCidade do VaticanoEnderezo particularDirectorio persoalTeléfono particularHondurasHong KongCorreo webHorde/Kolab: Non se atopou ningún obxecto de tipo %s na mensaxe %sHorde/Kolab: Non se pode obter IDE MIME da parte de tipo %sCantos campos (columnas) hai?HumidadeHumidade: HumoristasHungríaHoubo un fallo ao crear a caixa de correo IMAP: %sHoubo un fallo ao eliminar a caixa de correo IMAP: %sHoubo un fallo ao crear espazo asignado para a caixa de correo IMAP: %sO enderezo IP non está dispoñible.O enderezo IP non está entre bloques CIDR permitidos.Violación lockdown IP.IslandiaSó iconasIconas de %sIconas con textoNome de identidade:Se non se mostra correctamente, %s para abrilo nunha xanela nova.Se ve esta mensaxe sen imaxe ningunha, a imaxe que quere cargar non se pode mostrar no seu navegador.Carga da imaxeImportación, paso %dCampo importado: %sCampos importados:Indicouse un código de acción incorrecto.O nome de usuario e/ou contrasinal son incorrectos.O nome de usuario ou o enderezo alternativo son incorrectos. Ténteo outra vez ou póñase en contacto co administrador de sistemas para máis información.IndiaUsuarios individuaisIndonesiaInformaciónA infomación xa non está dispoñibleInsira un enderezo de correo electrónico no que recibir o contrasinal:Insire mensaxesInsire a resposta requirida para a pregunta de seguridade:Saldo insuficiente para remitir á lista de distribución.Saldo insuficiente.Número enteiroLista de números enteirosA UDH (Cabeceira de Datos de Usuario) non é válida.Os datos ZIP non son válidosA aplicación non é válida.O IDE de lote non é válido.Enviáronse datos non-válidos.O enderezo de correo non é válido.O formato de ficheiro non é válidoA clave da licenza non é válidaProporcionouse unha localización non-válidamsg_type non-válido.api_ide non-válido ou inexistente.Parámetros non-válidos ou inexistentes.O permiso paterno non é válido.A identificación de socio non é válidaO código de produto non é válido. O protocolo non é válido.O destinatario non é válido: "%s"O enderezo do remitente non é válidoOs datos unicode non son válidos.InventarioInverte a selecciónIrán, República Islámica deIraqIrlandaIlla de ManTormentas illadasIsraelEmisorItaliaXamaicaXaneiroXapónXaponés (ISO-2022-JP)JerseyXordaniaXulloXuñoKazakhstanQuere conservar o orixinal?KenyaO servidor Kerberos rexeitou a autenticación.Novatos do KernelCreación de claveImpresións dixitais da claveTamaño da claveTipo de claveUso da clave:A clave xa existe no servidor de claves público.NenosKiribatiCorea do NorteCorea do SurCoreano (EUC-KR)KuwaytKirgizistanLinguaLaosCuarto minguanteÚltimo cambio de contrasinalCuarto minguanteÚltima actualización:Última sesión: %sÚltima sesión: %s desde %sÚltima sesión: NuncaLetoniaLeisLíbanoCabeceira esquerdaValores da esquerdaLesothoLiberiaLibiaLiechtensteinOrballoChuviscaChuvisca matutinaChuvisca vespertinaChuviscaChuvisca con tronosNeve febleNevarada febleCoplaLigazónLigazónsTestemuño ('cookie') de LinuxLista - o usuario pode examinar o cartafolLista as bases de datosLista as táboasList-ArchiveList-HelpList-IdList-OwnerList-PostList-SubscribeList-UnsubscribeHoubo un fallo ao listar as sesións: %sA listaxe de usuarios está deshabilitada.BibliografíaLituaniaEstase cargando...Hora local: Idioma e horaLocalizaciónInicio de sesiónPeche de sesiónInicio de sesiónTarefas de inicio de sesiónFallou o inicio de sesión porque introduciu incorrectamente o seu nome de usuario ou o contrasinal.Fallou o inicio de sesión.Texto completoAmorBaixaLuxemburgoMMMOTDO anexo MS-TNEF non contiña datos.MSGMacauMacedoniaMadagascarMaxiaCorreoAdmin. de correoMalawiMalaisiaMaldivasMaliMaltaXestiona a lista de categorías coa que etiquetar elementos e as cores asociadas a esas categorías.Mapa mapquestMarzoMarca coas bandeiras de Lida/Sen lerMarca con outras bandeiras (por ex. Importante/Respondida)Illas MarshallMartinicaMauritaniaMauricioSaldo máximo permitido.Excedeuse o número máximo de partes da mensaxe.Temp. máx. das últimas 24 horas: Temp. máx. das últimas 6 horas: Número máximo de bloques do portalLonxitude máximaMaioMayotteMedicinaMembrosFormato do menú:MensaxeA mensaxe verificouse con éxito, pero non se pode verificar o certificado do asinante.Mensaxe caducada.Tipo de mensaxeTempo de MetarO bloque Metar non está dispoñible.O bloque Metar non está dispoñible. Rexistráronse os detalles para o administrador.MetarDB non está conectadaMétodoO método '%s' non está definidoMétricaMéxicoMicronesia, Estados Federados deTipo MimeTemp. mín. as últimas 24 horas: Temp. mín. as últimas 6 horas: Aínda non caducou a antigüidade mínima do contrasinalReflectirMisceláneaFalta a IDE de mensaxe.Falta a IDE de sesión.LuCorreo móbilModeradoModificouse a dataMóduloMoldaviaMónacoMongoliaMes e anoMensualmenteMontserratFases da lúaAtopáronse máis campos na liña %d que os %d esperados.MarrocosMaioritariamente despexadoMaioritariamente anubadoMaioritariamente anubado e ventosoMaioritariamente solleiroDesprazar cara a abaixoDesprazar á esquerdaDesprazar á dereitaDesprazar cara a arribaDesprazar cara a abaixoDesprazar cara a arribaMozambiqueListas despregables multinivelMapa Multimap do Reino UnidoSelección múltipleIdentidadeA miña identidadeO meu portalDeseño do meu portalMyanmarNON, NON estou de acordoNomeNamibiaNauruNepalPaíses BaixosAntillas NeerlandesasURL base de NetscapeURL de revogación de CA de NetscapeURL de políticas de CA de NetscapeURL de renovación de NetscapeURL de revogación de NetscapeNome do servidor SSL de NetscapeComentario do certificado de NetscapeTipo de certificado de NetscapeNuncaNova CaledoniaNova categoríaLúa novaNovo nome de usuario (opcional)Nova ZelandiaNovo contrasinalOs contrasinais teñen que coincidir.NovasSeguintePróximas 4 fasesOpcións seguintesSeguinte>NicaraguaNíxerNixeriaNoiteNiueNonNon se dispón de datos de configuración para os que mostrar diferenzas.Non se dispón de estratexia de elaboración de imaxes ISO.Non hai patrón de lotesNon hai bloques na posición indicadaNon hai cambios.Non se poden engadir descendentes a este permiso.Non se especificou información de configuración para %s.Non se especificou información de configuración para VFS por FTP.Non se especificou información de configuración para VFS por SQL.Non se especificou información de configuración para VFS por ficheiro SQL.Non queda saldo.Non se introduciu o destino.Non se cargou ningún ficheiroNon se atoparon iconas.Non se definiu a localización.Non se proporcionou a localización.Non se introduciu ningunha mensaxe.Non se especificou ningún nome.Non se especificou ningún número.Non ofensivasNon se indicou ningunha ruta de acceso aos binarios OpenSSL. E estes son necesarios para traballar con datos PKCS 12.Non hai inscricións pendentes.Sen quota.Non se especificou ningún separador.Non existe o ficheiroNon se dispón de ningún directorio de almacenamiento temporal.Non se enviou o nome de usuario e/ou o contrasinal.Non se devolveron datos XML válidosSen valoresNon se atopou a versión na configuración orixinal. Cómpre rexenerar a configuración.Non se atopou a versión na súa configuración. Cómpre rexenerar a configuración.NingunhaNórdico (ISO-8859-10)Illa NorfolkHemisferio norteIllas Marianas do NorteNoruegaNon despoisNon antesNon é un directorioSen desenvolver.Non está soportado.NotasNon hai nada visualizable, retroceda.NovembroNúmeroNúmero de caracteresNúmero de columnasNúmero de filasNon se especificaron números para actualizar na lista de distribución.ObxectoCreador de obxectosOctalOutubroFiltro de ofensasOficinaO contrasinal antigo e o novo deben ser distintos.Contrasinal antigoO contrasinal antigo é incorrecto.OmánSó os servidores IMAP soportan os cartafoles compartidos.Só ofensivasSó se permite un enderezo electrónico.Só o propietario ou o administrador de sistema poden cambiar a propiedade ou os permisos de propietario dun recurso compartidoAbre nunha nova xanelaErro OpenSSL: Non se poden extraer datos da parte S/MIME asinada.Sistema OperativoOpciónsOpcións de %sOrganizaciónUnidade organizativaOrganizaciónOutroOutra informaciónA autenticación PAM non está dispoñible.PEAR::Sistema traseiro de correoSinatura dixital PGPDatos cifrados con PGPClave PGP públicaDatos asinados/cifrados con PGPCódigo PHPIntérprete PHPChuvisca vespertinaChoiva vespertinaChuvascos vespertinosNeve vespertinaNevaradas vespertinasSol vespertinoTormentas vespertinasNon se atopa a extensión POSIXIntérpr. P_HPPaquistánPalauPalestinaPanamáPapúa-Nova GuineaParaguaiParcialmente anubadoContrasinalO contrasinal cambiouse correctamente.O contrasinal é incorrectoCómpre un contrasinal para a autenticación RADIUS.Contrasinal con confirmaciónContrasinal:Contrasinal: Os contrasinais teñen que coincidir.PegaInscricións pendentes:XenteRealiza as operacións de mantementoQuere realizar as operacións de mantemento ao inicio de sesión?PermisoNon se eliminou o permiso '%s'.Denegouse o permiso.PermisosAdministración de permisosInformación persoalPerúMascotasFilipinasTeléfonoFotografíasPitcairnTópicosIntroduza un mes e un ano.Introduza o nome da nova categoría:Introduza un enderezo IP válido.Introduza unha data válida, comprobe o número de días do mes.Introduza unha hora válida.Indique un resumo do problema.Indique o seu nome de usuario e contrasinalLea o texto seguinte. DEBE aceptar as condicións se quere usar o sistema.Introduza o novo nome de categoría:PoloniaPolíticaEnquisasPortugalEnviar a este cartafol (non obrigado por IMAP)Probabilidade de
precipitaciónsPrefs_ldap: non se atopou a extensión LDAP requirida.PresiónPresión ao nivel do mar: Presión: PrevisualizaciónOpcións anterioresClave privadaProblemaDescrición do problemaTexto do inductorClave públicaAlgoritmo de clave públicaInformación da clave públicaNon se xeraron correctamente as claves Pública/Privada.Porto RicoBaleira as mensaxesQatarConsultaCuotaClave RSA pública (%d bit)Selección de radioChoivaChoiva matutinaChoiva vespertinaChuvascoChoiva e neveChoiva a neveRoda da fortunaProporciónLecturaLectura das mensaxesActualiza os elementos de menú dinámico:Actualiza a vista do portalRegexObservaciónsServidores remotosURL remoto (http://www.example.com/horde):EliminaElimina o parElimina a secuencia de comandos gardada do directorio temporal do servidor.Elimina un usuarioElimina un usuario: %sNon se pode responder á solicitude. Código de erro que se devolveu: Non se atopou o servizo solicitadoNon se especificou o '%s' requirido na configuración de %s.Non se especificou o '%s' requirido na configuración VFS.Non se especificou o '%s' requirido na configuración.Campo requiridoLimpaLimpa o contrasinalLimpe o contrasinalRestaura a última consultaResultadosRegresa a OpciónsReescriba un novo contrasinalReuniónRestaura a configuraciónOpcións do Editor de texto enriquecidoAdiviñasCabeceira dereitaValores da dereitaFunciónRomaníaXira 180ºXira á esquerdaXira á dereitaExecutaRusiaRuandaSinatura criptográfica S/MIMEMensaxe cifrada en S/MIMENon está dispoñible a autenticación SASL.Intérprete SQLInstrución SQL para buscas de valoresSSHÉXITOIntérprete S_QLSaSanta HelenaSaint Kitts e NevisSanta LucíaSaint Pierre e MiquelonSan Vicente e As GranadinasSamoaSan MarinoSão Tomé e PríncipeProvedor de satéliteArabia SauditaGardaGarda "%s"Garda as opciónsGarda a configuración xerada como unha secuencia de comandos PHP no directorio temporal do seu servidor.Gardouse a configuración de %s.Gardouse a secuencia de comandos de actualización da configuración en: '%s'.Tormentas illadasCienciaBuscaMotores de buscaSeleccione ficheirosSeleccione unha dataSeleccione un servidorSeleccione todoSeleccione todos os compoñentes da data.Seleccione un obxectoNon seleccionar ningúnSeleccione os caracteres que necesite das cuadrículas de máis abaixo. Pode copialos e pegalos dende a área de texto.Seleccione o delimitador da data:Seleccione o formato da data:Seleccione a identidade que quere cambiar:Seleccione o delimitador de horas:Seleccione o formato de hora:Seleccione a súa combinación de cores.Seleccione a lingua:Envía o informe de problemasEnvía un SMSSenegalSensor: SetembroSerbia e MontenegroNúmero de serieOs datos do servidor son incorrectos ou non están dispoñiblesAdministración de sesiónCaducou o IDE de sesión.SesiónsEstableceEstablece opcións que lle permiten reaxustar o seu contrasinal se chegase a esquecelo.Configura servidores remotos aos que desexe acceder desde o portal.Establece as opcións preferidas de idioma, zona horaria e datas.Establece a aplicación de inicio, a combinación de cores, a actualización de páxina e outras opcións de visualización.ConfiguraciónEstán dispoñibles as secuencias de comandos de actualización da configuraciónExisten varias localizacións dispoñibles co parámetro: SeychellesComprasResumo breveQuere definir claves de acceso para a maioría das ligazóns?MostraMostra as diferenzas entre a nova configuración e a almacenadaQuere mostrar a hora da última sesión ao iniciar?Quere mostrar o menú %s á esquerda?ChuvascosChuvascos matutinosChuvascos vespertinosChuvascos na redondaReducePrimeiro reduza ou quite do medio o(s) bloque(s) próximo(s)Serra LeoaAltaSinaturaAlgoritmo de sinaturaSingapurTamañoOmite o mantementoEslovaquiaEsloveniaNeveNevaradaNevaradasNevaradas matutinasNevaradas vespertinasAltura da neve: Equivalente da neve en auga: Illas SalomónSomaliaCancións e PoemasSelección da orde da clasificaciónRemitenteSudáfricaEuropa do sur (ISO-8859-3)Illas Xeorxia do Sur e Sandwich do SurHemisferio surEspazadorEspañaCorreo lixoEntrada de caracteres especiaisDeportesSri LankaEstándarStar TrekAno de inicioEstado ou provinciaEstadoFormato de almacenamientoEnderezo da rúaLista de cadeasDoNon se atopou o subdirectorio "%s".AsuntoEnvíaEnviouse unha solicitude para engadir "%s" ao sistema. Non poderá iniciar a sesión ata que se aprobe a solicitude.CorrectamenteEngadiuse correctamente '%s' ao sistema.Elimináronse correctamente do sistema os datos do usuario '%s'.Eliminouse correctamente '%s'.Eliminouse correctamente '%s' do sistema.Restaurouse correctamente a configuración. Recargue para ver os cambios.Gardouse correctamente a copia de seguranza da configuración.Gardouse correctamente o ficheiro de copia de seguranza da configuración %s.Actualizouse correctamente '%s'Escribiuse correctamente '%s'SudánAmencerSolporAsolladoAmencerAmencer/SolporAmencer: SolporSolpor: SurinamApelidoSvalbard e Jan MayenSwazilandiaSueciaSuízaSyncMLSiriaTormentaTormenta e ventosoTormentasTormentas matutinasFicheiro TSVTáboaTaiwánTaiwánTadzhikistanTanzaniaTarefasNúmero de teléfonoTemperatura durante a última hora: TemperaturaTemperatura: Temperatura
(%sMáx%s/%sMin%s) &grados;%sNon se atopou o patrón '%s'.TextoSó textoXoTai (TIS-620)TailandiaNon está dispoñible a extensión FTP.O Histórico está deshabilitado.O motor de integración Horde/Kolab non soporta "%s"Non se pode iniciar o rexistro do IMSPNon se cargou correctamente a clase Maintenance::Se desexa utilizar permisos, o administrador ten que configurar un sistema traseiro de Permisos permanente.O IDE do contacto non se especificou, deixouse en branco ou non se atopou na base de datos.Para comprobar a mensaxe asinada cómpre o bloque de sinatura PGP separado.O IDE da lista de distribución non se especificou, deixouse en branco ou non se atopou na base de datos.Non se especificou a lista de distribución.As características de cifrado necesitan unha conexión web segura.O ficheiro %s debería conter unha opción %s.O ficheiro %s debería conter algunhas opcións %s.O ficheiro non contén ningún dato.Eliminouse a identidade "%s".Hay que indicarlle á clase Crypt_pgp:: a localización dos binarios GnuPG.Nome utilizado ao ligar á páxina de composiciónO número de campos ten que ser numérico.Cómpre o módulo openssl para a clase Horde_Crypt_smime::.Non se pode gardar a preferencia "%s" porque os seus datos exceden o tamaño máximo permitidoNon se atopou no sistema o programa usado para ver este tipo de datos (%s).O carácter de cita debe ser só un.O separador debe ser só un carácter.Eliminouse o servidor "%s".Gardouse o servidor "%s".A fila especificada (%d) non existe.O texto introducido non coincide co da pantalla.Os datos cargados perdéronse dende o paso anterior.Non se puido gardar o ficheiro cargado.O bloque weather.com non está dispoñibleNo se atopou o directorio Temas "%s".Non hai opcións dispoñibles.Non hai partes que se poidan mostrar en liña.Xurdiu un problema ao engadir a '%s' ao sistema: %sXurdiu un problema ao borrar os datos do usuario '%s' do sistema: Xurdiu un problema ao eliminar a '%s' do sistema: Xurdiu un problema ao actualizar '%s': %sXurdiu un problema coa carga do ficheiro: Non se cargou %s.Xurdiu un problema coa carga do ficheiro. O %s era maior ca o tamaño máximo permitido (%d bytes).Xurdiu un problema coa carga do ficheiro. Só se cargou parcialmente o %s.Produciuse un erro ao mostrar esta parte da mensaxeProduciuse un erro ao importar os datos iCalendar.Produciuse un erro no formulario de configuración. Quizás esqueceu encher un campo requeridoProduciuse un erro ao executar a función especificada da axenda de enderezos. Ténteo outra vez máis adiante.Produciuse un erro ao actualizar os detalles do contacto. Ténteo outra vez máis adiante.Produciuse un erro ao actualizar a lista de distribución. Ténteo outra vez máis adiante.Este servidor IMAP non soporta o uso compartido de cartafoles.Non parece ser un ficheiro .rar válido.Non parece ser un ficheiro zip válido.Non parece ser un número de tarxeta válido.Este controlador permite enviar mensaxes a través da pasarela Clickatell (http://clickatell.com), mediante a API HTTPEste controlador permite enviar mensaxes a través da pasarela WIN (http://winplc.com), mediante a API HTTPEste controlador permite enviar mensaxes a través da pasarela sms2email (http://sms2email.com), mediante a API HTTPEste controlador permite enviar mensaxes vía SMTP a través da pasarela de Vodafone Italia, só a números Vodafone. Para iso cómpre unha conta de correo de Vodafone Italia (http://www.190.it).É preciso este campo.Este campo só pode conter enteiros.Este campo só pode conter números e os dous puntos.Este campo só pode conter valores octais.Este campo ten que conter unha lista de enteiros separados por comas ou espazos.Este campo ten que conter un número válido.Este campo ten que conter un código de cor en formato RGB Hexadecimal, por exemplo '#1234af'.Xa se procesou este formulario.Isto é un obxecto de Kolab Groupware. Para velo necesita un cliente de correo que entenda o formato Kolab Groupware. Para ver unha lista deses clientes visite %sEsta mensaxe escribiuse cun xogo de caracteres (%s) distinto ao seu.O número debe ser polo menos un 1.O servidor non pode descomprimir ficheiros zip e gzip.O sistema está desactivado actualmente.O valor debe ser un número.TronoIncidenciasHoraControl do tempoFormato horarioSelección de horaTimor-LesteTítuloParaPara seleccionar varios campos, manteña pulsada a tecla Control (PC) ou Comando (Mac) ao premer.HoxeTogoTokelauMañáTongaHoubo demasiados intentos de acceso durante os últimos minutos.TraduciónsTrinidad e TobagoVerdadeiro ou falsoMa TunisiaTurquíaTurco (ISO-8859-9)TurkmenistanIllas Turks e CaicosTuvaluEscriba a súa elección: Índice UV: URLURL do informe sobre o estado de envío da secuencia de comandosUgandaUcraínaNon foi posible acceder ao directorio VFS.Non foi posible cambiar os permisos do ficheiro VFS "%s".Non foi posible cambiar os permisos do ficheiro VFS %s/%s.Non foi posible cambiar a %s.Non foi posible comprobar o tamaño de "%s".Non foi posible comprobar o tamaño de "%s/%s".Non foi posible conectarse con SSL.Non foi posible copiar o ficheiro VFS.Non foi posible crear o directorio VFS "%s".Non foi posible crear o directorio VFS.Non foi posible crear o ficheiro VFS.Non foi posible crear o cartafol VFS "%s".Non foi posible crear un ficheiro VFS baleiro.Non foi posible descomprimir os datos.Non foi posible eliminar "%s", o directorio non está baleiroNon foi posible eliminar '%s': %s.Non foi posible eliminar %s; o directorio non está baleiroNon foi posible eliminar o directorio VFS de forma recursiva.Non foi posible eliminar o directorio VFS.Non foi posible eliminar o directorio VFS: %s.Non foi posible eliminar o ficheiro VFS "%s".Non foi posible eliminar o ficheiro VFS.Non foi posible eliminar o cartafol VFS "%s".Non foi posible eliminar o VFS de forma recursiva: %s.Non foi posible determinar o directorio actual.Non foi posible extraer os detalles do certificado.Non foi posible cargar a definición de %s.Non foi posible mover o ficheiro VFS.Non foi posible abrir o ficheiro VFS "%s".Non foi posible abrir o ficheiro VFS para escribir.Non foi posible abrir o ficheiro VFS.Non foi posible abrir o ficheiro comprimido.Non foi posible ler o ficheiro VFS (fallou filesize()).Non foi posible ler o directorio vfsroot.Non foi posible renomear %s como %s: o cartafol de destino xa existeNon foi posible renomear o directorio VFS.Non foi posible renomear o directorio VFS: %s.Non foi posible renomear o ficheiro VFS "%s".Non foi posible renomear o ficheiro VFS %s/%s.Non foi posible renomear o ficheiro VFS.Non foi posible executar 'mkisofs'.Non foi posible traducir este documento de WordNon foi posible escribir o ficheiro VFS "%s".Non foi posible escribir un ficheiro VFS (fallou copy()).Non foi posible escribir os datos do ficheiro VFS.Non foi posible escribir un ficheiro VFS,superaríase a cuota.Desfai os cambiosResposta inesperada do servidor na conexión: Resposta inesperada do servidor a: Sen categoríaUnicode (UTF-8)Emiratos Árabes UnidosReino UnidoEstados UnidosIllas Periféricas Menores dos Estados UnidosUnidadesDescoñecidoapimsgid descoñecido (IDE de mensaxe da API).climsgid descoñecido (IDE de mensaxe do cliente).Proporcionouse unha localización descoñecida.Nome de usuario ou contrasinal descoñecidos.Sen nomeNon se soporta a extensión.ActualizaActualiza %sActualiza usuarioActualizouse "%s".Eliminouse a secuencia de comandos de actualización.CargaCargáronse no servidor todos os ficheiros de configuración de aplicacións.UruguaiUsa o actual: %sUsa SSLÚsase se o usuario/contrasinal son distintos no servidor IMSP.UsuarioAdministración de usuariosOpcións do usuarioRexistro de usuariosEste sitio ten desactivado o rexistro de usuarios.Non se atopou a identidadeNome de usuarioO nome de usuario "%s" xa existe.Nome de usuario:Nome de usuario: Usuarios no sistema:UzbekistanO directorio VFS non existe.AusenciaValidezValor en minutos a partir de agora.ValoresValores para seleccionarVanuatuVariableVenezuelaFallou a comprobación - Pode que esta mensaxe fose alterada.VersiónControl de versiónsMoi altaVietnamVietnamita (VISCII)Vista de %sVista dunha páxina web externaIllas Virxes BritánicasIllas Virxes NorteamericanasVisibilidadeVisibilidade: Vodafone Italia mediante SMTPAVISOAVISO!!! ELIMINE MANUALMENTE A SECUENCIA DE COMANDOS DE %s.WIN mediante HTTPWallis e FutunaAvisoMePrevisión meteorolóxicaDatos do tempo fornecidos porSitio webSemanalmenteBenvido/aBenvido/a a %sBenvido/a, %sOeste (ISO-8859-1)Oeste (ISO-8859-15)Sahara OccidentalQue aplicación debería mostrar %s ao iniciar a sesión?Cal é o carácter delimitador?Cal é o carácter de cuota?Mapa de localización de AustraliaQue fases?Plugins habilitados para o Editor de texto enriquecido.Largura en unidades CSSWikiVentoVento matutinoVelocidade do vento en nudosVento:Vento: SabedoríaDesexosTraballoEnderezo do traballoTeléfono do traballoHai un número erróneo de campos na liña %d. Esperábanse %d e hai %d.Hai un número erróneo de campos. Esperábanse %d e hai %d.Hai un offset %d erróneo ao ler un ficheiro VFS.X-RefLimitacións básicas X509v3Uso de clave estendida X509v3Nome alternativo de asunto X509v3Identificador de clave de asunto X509v3Extensións X509v3AAAAAAMapa de Yahoo!AnualmenteIemenSiSi, estou de acordoNon está autenticado.Non pode incluír o carácter '\' no nome completo.Non introduciu un enderezo válido de correo electrónico.Non asignou ningún dos campos do ficheiro importado aos campos correspondentes de %s.Pechou a sesión.Para usar Inscricións ten que configurar un sistema traseiro DataTree.Ten que configurar un sistema traseiro VFSDescriba o problema antes de enviar o informe.Seleccione un servidor para eliminalo.Especifique un nome de usuario para borralo.Especifique un nome de usuario para eliminalo.Especifique o nome de usuario para engadir.Especifique o nome de usuario para actualizar.Especifique qué acción se realizará.Introduza un novo nome de categoría.Debe proporcionar un número de teléfono italianoA súa sesión en %s caducou. Inicie unha nova.O seu enderezo de correo electrónicoO seu enderezo De:A súa informaciónO seu enderezo de Internet cambiou desde o comezo da súa sesión %s. Por razóns de seguridade, ten que iniciar sesión outra vez.O seu nomeO seu sistema traseiro de autenticación non permite engadir usuarios. Se quere usar Horde para administrar contas de usuario, ten que usar outro sistema traseiro de autenticación.O seu sistema traseiro de autenticación non permite listar usuarios, ou esa característica foi deshabilitada por algún motivo.Parece que o seu navegador cambiou dende o comezo da súa sesión %s. Por razóns de seguridade, ten que iniciar sesión outra vez.O seu navegador non admite esta característica.O seu navegador non admite esta opción de impresión. Presione Control/Command + P para imprimir.Zona horaria actual:A súa identidade predefinida cambiou.Identidade predefinidaNome completo:A súa conexión caducou.O seu novo contrasinal para %s é: %sActualizáronse as súas opcións para o que dure esta sesión.Actualizáronse as súas opcións.Reaxustouse o seu contrasinalReaxustouse o seu contrasinal; comprobe o seu correo e inicie sesión co contrasinal novo.O contrasinal caducou.Servidores remotos:IugoslaviaZaireZambiaZimbabweZippy[Oculta o texto entre comiñas][Informe do problema]CLIÁrbore de datosGruposInicio de sesiónPeche de sesiónOpciónsPermisosConfiguraciónUsuariosdestinatario descoñecidocalmanon se pode crear o ficheiro de destinonon se pode abrir a orixeprema aquíerro de liña de comandoerro de configuraciónfalta un ficheiro de sistema esencialerro de formato de datosnon se atopou a entradaen descensoficheirodo %s (%s) ás %s %sa refachosh:hhnon se coñece o nome do servidor hospedadorinmediatamenteen liñaerro de entrada/saídaerro de software internocódigo de erro mkisofs %d ao realizar ISO.mmaínda sen desenvolverdenegouse o permisoerro remoto no protocoloen ascensoservizo non dispoñiblemostra as diferenzassms2email por HTTPssconstanteerro do sistemafallo temporalescriba o contrasinal dúas veces para confirmalounificadosen nomeusuario seleccionadoTarxeta de visita (vCard)w:weather.comtmpIMUtxu/horde-5.2.17/locale/ru/0000755000175000017500000000000013162206570016364 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ru/help.xml0000644000175000017500000000143113160205253020030 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/ru/LC_MESSAGES/0000755000175000017500000000000013162206570020151 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ru/LC_MESSAGES/horde.po0000644000175000017500000034170413160205253021616 0ustar mathieumathieu# Russian translations for Horde. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # # Ignat Ikryanov , 2001. # Fedor A. Fetisov , 2002. # Alexey Zakharov , 2008. # Rashid N. Achilov , 2009. msgid "" msgstr "" "Project-Id-Version: 3.3\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2009-07-30 14:50+0200\n" "Last-Translator: Rashid N. Achilov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" была добавлена в систему групп" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" была добавлена в систему прав" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" не была создана: %s." #: lib/Block/account.php:83 #, fuzzy, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "Использовано: %.2fМб из %.2fМб (%.2f%%)" #: lib/Block/weatherdotcom.php:241 #, fuzzy, php-format msgid "%d %s and %s" msgstr "[строка %s из %s]" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "%d дней до того, как Ваш пароль устареет" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%d минут" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d по %d из %d" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "%d-дневный прогноз" #: services/logintasks.php:83 #, fuzzy, php-format msgid "%s - Notice" msgstr "%s - Заметки" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Настройки" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Прочая информация" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Соглашения об использовании" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, fuzzy, php-format msgid "%s at %s %s" msgstr "[строка %s из %s]" # fuzzy, php-format #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "Приложение %s готово к осуществлению операций поддержки, отмеченных ниже." "Отметьте флажками операцию(ии), которые Вы хотите осуществить." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "%s не найден." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 #, fuzzy msgid ", gusting " msgstr "[строка %s из %s]" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, fuzzy, php-format msgid ", gusting %s %s" msgstr "[строка %s из %s]" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", переменная из %s в %s" # fuzzy #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12-часовой формат" # fuzzy #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24-часовой формат" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 часа" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" # fuzzy, php-format #: services/keyboard.php:46 #, fuzzy msgid "A characters" msgstr "%s букв" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "Блок требует подпрограмму базы данных" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "Обнаружена новая (%s) версия" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "AM Облачно" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "AM Туман" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "AM Небольшой дождь" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "AM Небольшой снег" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "AM Дождь" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "AM Сильный дождь" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "AM Снег" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "AM Сильный снег" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "AM Солнечно" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "Импорт" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 msgid "Account Information" msgstr "Учетная запись" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Пароль" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Настройки" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" # fuzzy #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Управление" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 #, fuzzy msgid "ActiveSync not activated." msgstr "%s не активировано" # fuzzy #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Добавить" #: services/portal/index.php:68 msgid "Add Content" msgstr "Добавить содержимое" # fuzzy #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Добавить здесь:" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "Добавить членов" # fuzzy, php-format #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "Добавить вложенную группу в \"%s\"" #: admin/groups.php:238 msgid "Add a new group" msgstr "Добавить новую группу:" #: admin/user.php:21 msgid "Add a new user:" msgstr "Добавить нового пользователя:" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "Добавить новое оповещение" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Добавить пару" #: admin/user.php:22 msgid "Add user" msgstr "Добавить пользователя" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" добавлен в систему, но дополнительную информацию добавить невозможно: " "%s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" добавлен в систему. Теперь Вы можете войти в систему." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Добавление пользователей запрещено." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Адрес" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Адресная книга" # fuzzy #: admin/alarms.php:26 msgid "Alarm end" msgstr "Конец оповещения" # fuzzy #: admin/alarms.php:28 msgid "Alarm methods" msgstr "Методы оповещения" # fuzzy #: admin/alarms.php:25 msgid "Alarm start" msgstr "Начало оповещения" #: admin/alarms.php:27 msgid "Alarm text" msgstr "Текст оповещения" #: admin/alarms.php:24 msgid "Alarm title" msgstr "Заголовок оповещения" # fuzzy #: admin/alarms.php:133 msgid "Alarms" msgstr "Оповещения" #: lib/Block/fortune.php:94 msgid "All" msgstr "Все" # fuzzy #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Все вошедшие" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Все группы" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "Все данные о сессиях синхронизации удалены" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Альтернативное имя входа в ISMP" # fuzzy #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Альтернативный пароль в IMSP" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Альтернативное имя пользователя ISMP" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Альтернативный Email:" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "Произошла неизвестная ошибка:" #: services/resetpassword.php:48 msgid "Answer" msgstr "Ответ" # fuzzy #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "Приложение" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "Контекст приложения:" #: util/icon_browser.php:45 msgid "Application List" msgstr "Список приложений" #: admin/config/index.php:160 msgid "Application is ready." msgstr "Приложение настроено" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "Приложение не требует обновления." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Одобрить" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "Арабский (Windows-1256)" # fuzzy, php-format #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Вы уверены, что хотите удалить '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Вы уверены, что хотите удалить запрос для \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Вы уверены, что хотите удалить \"%s\" и все вложенные группы?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Армянский (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "Вложение" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Попытка удалить несуществующую группу" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Попытка удалить несуществующие права" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Попытка редактировать несуществующие права" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Попытка редактировать несуществующий ресурс" # fuzzy #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Все вошедшие" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Доступные поля:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Балтийский (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Барби" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Корневой графический каталог \"%s\" не найден." # fuzzy #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Настройки блока" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Тип блока" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Вернуться к настройкам" # fuzzy #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "Локализация" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Закладки" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Вместе" # fuzzy #: themes/brown/info.php:2 msgid "Brown" msgstr "Коричневый" # fuzzy #: admin/sessions.php:38 msgid "Browser:" msgstr "Браузер:" #: themes/burntorange/info.php:7 #, fuzzy msgid "Burnt Orange" msgstr "Отменить изменения" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "Инициализация кэша не завершена." #: config/registry.php.dist:157 msgid "Calendar" msgstr "Календарь" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "Тихий" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Камуфляж" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Отмена" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Отмена отчета о проблеме" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Отмена" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "Невозможно сбросить пароль автоматически, свяжитесь с администратором." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Категории и метки" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Кельтский (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Центральноевропейский (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Изменить" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Изменить Ваш Пароль" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "Настройки имени, адреса, подписи." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Изменение пароля недоступно в текущей конфигурации. Свяжитесь с Вашим " "администратором." #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "Флажок" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Проверить наличие новой версии" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "Проверка" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "Вложенный" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Упрощенный Китайский (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Традиционный Китайский (Big5)" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "Выберите %s" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Формат отображения даты:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Формат отображения даты:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Формат отображения даты:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Очистить" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "Очистить Запрос" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Очистить данные пользователя %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Очистить данные пользователя" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Очистить данные пользователя" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "Ранний восход" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "Поздний восход" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Нажмите для продолжения" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Закрыть окно" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "Облачно" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "Ранняя облачность" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "Поздняя облачность" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "Облачно" #: admin/sessions.php:31 msgid "Collapse" msgstr "Свернуть" # fuzzy #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Убрать меню" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Инструмент выбора цвета" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Команда" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Командная оболочка" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Комментарий" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "Компьютеры" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "Состояние" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "Состояния" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Настройки" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Разница в настройках" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Конфигурация синхронизации с ПДА, смартфонами и MS Outlook" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "Конфигурация устарела" #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "Не могу открыть модуль Maintenance_Task %s" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "Настройки %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Подтвердите пароль" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Продолжить" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "Календарь" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "Неудачная попытка подключения к серверу LDAP." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Неудачное соединение с сервером LDAP." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Неудачное соединение с сервером \"%s\" используя протокол FTP. %s" # fuzzy #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "Некорректное имя." #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Невозможно удалить скрипт обновления или установки \"%s\"" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Невозможно сбросить пароль указанного пользователя. Некоторые или все детали " "указаны неверно. Попробуйте еще раз или свяжитесь с Вашим администратором, " "если в будущем Вам понадобится помошь" #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "Невозможно вернуть прежнее состояние конфигурации." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Невозможно сохранить резервную копию файла конфигурации. %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Невозможно сохранить скрипт обновления или установки в: \"%s\"." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Невозможно сохранить резервную копию конфигурации в файл %s." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Невозможно сохранить файл конфигурации %s. Вы можете использовать опции для " "сохранения кода обратно в %s или скопировать вручную код, приведенный ниже в " "%s." #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Невозможно записать конфигурацию для \"%s\": %s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "Страна" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Создать" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Профиль по умолчанию" # fuzzy #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "Текущие 4 фазы" # fuzzy #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Текущие оповещения" # fuzzy #: admin/sessions.php:23 msgid "Current Sessions" msgstr "Текущие сессии" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "Текущее время" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "Текущая погода" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "Текущее состояние:" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "Русский (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "Русский (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Русский/Украинский (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "ДД" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "Дата" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "Дата" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "Бразуер DataTree" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "База данных" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Дата" #: templates/admin/user/approve.inc:23 #, fuzzy msgid "Date Received" msgstr "Получено" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Дата: %s, время: %s" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "День" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "По умолчанию" # fuzzy #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Цвет по умолчанию" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "Оболочка по умолчанию" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Определения" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Удалить" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Удалить %s" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Удалить все данные синхронизации" #: admin/groups.php:215 msgid "Delete Group" msgstr "Удалить Группу" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Удален скрипт настройки/обновления \"%s\"." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Удалена сессия синхронизации для устройства \"%s\" и базы данных \"%s\"." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Опишите проблему" #: config/registry.php.dist:239 msgid "Development" msgstr "Разработка" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Устройство" #: admin/activesync.php:119 #, fuzzy msgid "Device ID" msgstr "Устройство" # fuzzy #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Хранилища" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Device id:" msgstr "Устройство" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "Подпись успешно заменена." #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" # fuzzy #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "Выбрать" # fuzzy #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Отображать время в 24-часовом формате?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Отобразить детальный прогноз" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "Отобразить детальный прогноз" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Отобразить прогноз (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Не удалять" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Не удалять" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "В первой строке указаны имена полей? Если да, поставьте галочку: " #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Отсутствует учетная запись? Зарегистрируйтесь." # fuzzy #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "-не выбран-" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Загрузить %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "Загрузить созданную конфигурацию как PHP скрипт." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "Вход" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" # fuzzy, php-format #: services/keyboard.php:64 msgid "E characters" msgstr "%s букв" #: lib/Block/vatid.php:3 #, fuzzy msgid "EU VAT identification" msgstr "Настройки оповещения" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Редактирование" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Редактирование '%s'" # fuzzy # fuzzy #: admin/groups.php:214 msgid "Edit Group" msgstr "Редактировать группу" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "Редактировать права" # fuzzy, php-format #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Редактировать права для \"%s\"" #: lib/Block/fortune.php:42 msgid "Education" msgstr "Образование" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "Ваш Email:" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Введите название новой категории:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Задайте контрольный вопрос, который будет Вам задан в том случае, если Вам " "понадобится сбросить Ваш пароль, например 'Как зовут Вашу собаку?'" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Ошибка" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Подробности были записаны в журнал для администратора." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "Ошибка удаления сессии синхронизации:" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "Ошибка при удалении сессиий синхронизации:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Ошибка обновления пароля: %s" #: lib/Block/fortune.php:43 #, fuzzy msgid "Ethnic" msgstr "Эстония" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" # fuzzy #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Каждые 15 минут" # fuzzy #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Каждые 2 минуты" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Каждые 30 секунд" # fuzzy #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Каждые 5 минут" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Каждые полчаса" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Каждый час" # fuzzy #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Каждую минуту" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Пример значений:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "Выполнить" # fuzzy #: admin/sessions.php:30 msgid "Expand" msgstr "Расширить" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "Очень большой" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Настройки" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 #, fuzzy msgid "Fair" msgstr "" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "От кого\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "От" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Рабочий адрес" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 #, fuzzy msgid "Few Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:28 #, fuzzy msgid "Few Snow Showers" msgstr "Импорт" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" # fuzzy #: config/registry.php.dist:340 msgid "File Manager" msgstr "Хранилища" # fuzzy #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Фильтры" # fuzzy #: config/registry.php.dist:93 msgid "Filters" msgstr "Фильтры" #: lib/Block/moon.php:164 #, fuzzy msgid "First Half" msgstr "Пример значений:" #: lib/Block/moon.php:72 lib/Block/moon.php:74 #, fuzzy msgid "First Quarter" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Быстрый старт" #: lib/Block/weatherdotcom_strings.php:29 #, fuzzy msgid "Fog" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "Компания" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "Импорт" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 #, fuzzy msgid "Forecast (TAF)" msgstr "Настройки оболочки" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 #, fuzzy msgid "Forgot your password?" msgstr "Пароль" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "Заметки" #: lib/Block/fortune.php:106 #, fuzzy msgid "Fortune type" msgstr "Заметки" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Заметки" #: lib/Block/fortune.php:46 #, fuzzy msgid "Fortunes 2" msgstr "Заметки" #: config/registry.php.dist:376 #, fuzzy msgid "Forums" msgstr "Заметки" #: config/registry.php.dist:113 #, fuzzy msgid "Forwards" msgstr "Переслать" #: lib/Block/weatherdotcom_strings.php:33 #, fuzzy msgid "Freezing Drizzle" msgstr "Вход" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 #, fuzzy msgid "From the " msgstr "" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "От кого\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "От" # fuzzy #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Полное описание проблемы:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 #, fuzzy msgid "Full Moon" msgstr "Вернуться к настройкам" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Ваше имя:" # fuzzy #: admin/config/config.php:31 #, fuzzy, php-format msgid "Generate %s Configuration" msgstr "Удаление" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Перейти" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Поиск в Google" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "Поиск в Google не включен" #: config/nls.php:177 #, fuzzy msgid "Greek (ISO-8859-7)" msgstr "Кельтский (ISO-8859-14)" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "Календарь" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "Календарь" # fuzzy #: admin/groups.php:195 #, fuzzy msgid "Group Administration" msgstr "Управление" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "Не могу открыть модуль Maintenance_Task %s" # fuzzy #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Группы" # fuzzy #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Гость" #: lib/Block/weatherdotcom_strings.php:34 #, fuzzy msgid "Haze" msgstr "Подсказка" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 #, fuzzy msgid "Heavy T-Storm" msgstr "Импорт" #: config/nls.php:178 #, fuzzy msgid "Hebrew (ISO-8859-8-I)" msgstr "Кельтский (ISO-8859-14)" #: lib/Block/iframe.php:24 #, fuzzy msgid "Height" msgstr "Никогда" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Подсказка" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Список разделов подсказки" # fuzzy #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "Полушарие" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Ниже представлена информация из самого начала файла:" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "Показать Контакты" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Сбросить" #: lib/Block/weatherdotcom_strings.php:100 #, fuzzy msgid "High" msgstr "Никогда" #: lib/Block/account.php:73 #, fuzzy msgid "Home Directory" msgstr "Каталог" # fuzzy #: config/registry.php.dist:76 msgid "Horde" msgstr "Портал" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 #, fuzzy msgid "Humorists" msgstr "Настройки" # fuzzy, php-format #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "%s букв" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Только иконки" # fuzzy, php-format #: util/icon_browser.php:53 #, fuzzy, php-format msgid "Icons for %s" msgstr "Настройки" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Иконки с текстом" #: themes/ideas/info.php:2 #, fuzzy msgid "Ideas" msgstr "Телефон" # fuzzy #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Имя профиля:" # fuzzy, php-format #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Импорт, шаг %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Импортировано поле: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Импортированы поля:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 #, fuzzy msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Невозможно сбросить пароль указанного пользователя. Некоторые или все детали " "указаны неверно. Попробуйте еще раз или свяжитесь с Вашим администратором, " "если в будущем Вам понадобится помошь" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Пользователи" #: templates/prefs/facebook.html:10 #, fuzzy msgid "Infinite sessions enabled." msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Ошибка при удалении\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP.\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP." #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "Прочая информация\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Информация о сервере" #: lib/Block/weatherdotcom.php:332 #, fuzzy msgid "Information no longer available." msgstr "Нет доступных настроек." #: templates/admin/groups/edit.inc:36 #, fuzzy msgid "Inherited Members" msgstr "Заметки" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr "Удалить пару" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Рабочий адрес" #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "Рабочий адрес" # fuzzy #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Некорректное имя." # fuzzy #: lib/Block/weatherdotcom.php:180 #, fuzzy msgid "Invalid license key." msgstr "Некорректное имя." #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "Рабочий адрес" #: admin/perms/addchild.php:23 #, fuzzy msgid "Invalid parent permission." msgstr "Настройки" #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "Настройки" #: lib/Block/weatherdotcom.php:178 #, fuzzy msgid "Invalid product code." msgstr "Настройки" #: lib/Block/weatherdotcom_strings.php:37 #, fuzzy msgid "Isolated T-Storms" msgstr "Импорт" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 #, fuzzy msgid "Keyword" msgstr "Ключевые слова" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Язык" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Сообщение" #: lib/Block/moon.php:167 #, fuzzy msgid "Last Half" msgstr "Пример значений:" #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "Пароль" #: lib/Block/moon.php:84 lib/Block/moon.php:86 #, fuzzy msgid "Last Quarter" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Быстрый старт" # fuzzy #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Локализация" #: lib/Block/metar.php:146 #, fuzzy msgid "Last Updated:" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Быстрый старт" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Предыдущий вход был: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Предыдущий вход был: %s с компьютера %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Предыдущий вход не зафиксирован" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Дата" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Подсказка" #: lib/Block/fortune.php:51 #, fuzzy msgid "Law" msgstr "Низкий" #: themes/lightblue/info.php:2 #, fuzzy msgid "Light Blue" msgstr "Пример значений:" #: lib/Block/weatherdotcom_strings.php:38 #, fuzzy msgid "Light Drizzle" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:40 #, fuzzy msgid "Light Rain Early" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:41 #, fuzzy msgid "Light Rain Late" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:42 #, fuzzy msgid "Light Rain Shower" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:43 #, fuzzy msgid "Light Rain with Thunder" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:44 #, fuzzy msgid "Light Snow" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:47 #, fuzzy msgid "Light Snow Shower" msgstr "Вход" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "Вход" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "Никогда" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" # fuzzy #: admin/sqlshell.php:113 #, fuzzy msgid "List Tables" msgstr "Выбрать" #: admin/alarms.php:130 #, fuzzy, php-format msgid "Listing alarms failed: %s" msgstr "Поиск" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Ошибка при удалении\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP.\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP." #: templates/admin/user/nolist.inc:2 #, fuzzy msgid "Listing users is disabled." msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Ошибка при удалении\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP.\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Неудачное соединение с сервером LDAP." #: lib/Block/fortune.php:54 #, fuzzy msgid "Literature" msgstr "Перед подписью" # fuzzy #: lib/Block/weatherdotcom.php:215 #, fuzzy msgid "Local time: " msgstr "Локализация" # fuzzy #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Локализация" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Расположение" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Вход" # fuzzy #: lib/Block/account.php:64 msgid "Login" msgstr "Учетная запись" #: login.php:286 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "По каким-то причинам вход в систему не удался. Вероятнее всего, Ваши имя " "пользователя или пароль были введены неверно." #: login.php:282 #, fuzzy msgid "Login failed." msgstr "IMP" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 #, fuzzy msgid "Love" msgstr "Удалить пару" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "Низкий" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "ММ" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "IMP" # fuzzy #: config/registry.php.dist:85 msgid "Mail" msgstr "Почта" #: config/registry.php.dist:403 #, fuzzy msgid "Mail Admin" msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Настройки пользователя\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Изменить права доступа\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Изменить права доступа" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "Настройка списка категорий и цветов их отображения" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Совпадающие поля" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 #, fuzzy msgid "Maximum Number of Portal Blocks" msgstr "Максимальное количество страниц" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "Нет замечаний для отображения" #: lib/Block/fortune.php:57 #, fuzzy msgid "Medicine" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Удаленные" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "Средний" #: templates/admin/groups/edit.inc:17 #, fuzzy msgid "Members" msgstr "Заметки" # fuzzy #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Режим меню:" #: lib/Block/metar.php:5 #, fuzzy msgid "Metar Weather" msgstr "Текущее время" #: lib/Block/metar.php:42 #, fuzzy msgid "Metar block not available." msgstr "Нет доступных настроек." #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Подробности были записаны в журнал для администратора." #: lib/Block/weatherdotcom.php:168 #, fuzzy msgid "MetarDB is not connected." msgstr "Пароль" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 #, fuzzy msgid "Mist" msgstr "Список" #: lib/Block/weatherdotcom_strings.php:99 #, fuzzy msgid "Moderate" msgstr "Импорт" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 msgid "Monday" msgstr "Понедельник" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "Фазы Луны" #: lib/Block/weatherdotcom_strings.php:49 #, fuzzy msgid "Mostly Clear" msgstr "Компания" #: lib/Block/weatherdotcom_strings.php:50 #, fuzzy msgid "Mostly Cloudy" msgstr "Компания" #: lib/Block/weatherdotcom_strings.php:51 #, fuzzy msgid "Mostly Cloudy and Windy" msgstr "Компания" #: lib/Block/weatherdotcom_strings.php:52 #, fuzzy msgid "Mostly Sunny" msgstr "Компания" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" # fuzzy #: config/registry.php.dist:333 msgid "My Account" msgstr "Учетная запись" # fuzzy #: lib/Block/account.php:27 msgid "My Account Information" msgstr "Ваша информация" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 #, fuzzy msgid "My Portal" msgstr "Портал" #: services/portal/edit.php:36 #, fuzzy msgid "My Portal Layout" msgstr "Портал" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Имя" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Никогда" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Новая категория" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Новые сообщения" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 #, fuzzy msgid "New Moon" msgstr "Вернуться к настройкам" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Пароль" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "Ваш Email:" # fuzzy #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Новости" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Далее" # fuzzy #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "Следующая" #: lib/Block/weatherdotcom.php:382 #, fuzzy msgid "Night" msgstr "Никогда" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "Отменить изменения" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Отменить изменения" #: util/icon_browser.php:83 #, fuzzy msgid "No icons found." msgstr "Адресат уведомления %s не найден." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 #, fuzzy msgid "No location is set." msgstr "Настройки" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Настройки" #: lib/Block/fortune.php:101 #, fuzzy msgid "No offensive fortunes" msgstr "Адресат уведомления %s не найден." #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 #, fuzzy msgid "No stable version exists yet." msgstr "Обнаружена новая (%s) версия" #: lib/Block/weatherdotcom.php:143 #, fuzzy msgid "No temporary directory available for cache." msgstr "Каталог временных файлов" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "Было указано некорректное значение." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" # fuzzy #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "-не выбран-" #: config/nls.php:181 #, fuzzy msgid "Nordic (ISO-8859-10)" msgstr "Балтийский (ISO-8859-13)" # fuzzy #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "Северное полушарие" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "Редактировать права" #: config/registry.php.dist:211 msgid "Notes" msgstr "Заметки" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "Нет замечаний для отображения" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" # fuzzy, php-format #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "%s букв" #: templates/shares/edit.inc:129 #, fuzzy msgid "Object Creator" msgstr "Настройки пользователя" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 #, fuzzy msgid "Office" msgstr "Заголовок" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Пароль" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "Пароль" #: lib/Block/fortune.php:102 #, fuzzy msgid "Only offensive fortunes" msgstr "Адресат уведомления %s не найден." #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Выберите имя пользователя" # fuzzy #: config/registry.php.dist:135 msgid "Organizing" msgstr "Органайзер" #: services/keyboard.php:124 #, fuzzy msgid "Other" msgstr "Октябрь" # fuzzy #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Прочая информация" # fuzzy, php-format #: services/keyboard.php:122 #, fuzzy msgid "Other characters" msgstr "%s букв" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "Владелец" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 #, fuzzy msgid "Owner:" msgstr "Владелец" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Компания" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:57 #, fuzzy msgid "PM Light Rain" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "Внимание" #: lib/Block/weatherdotcom_strings.php:60 #, fuzzy msgid "PM Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:61 #, fuzzy msgid "PM Snow" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:62 #, fuzzy msgid "PM Snow Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:63 #, fuzzy msgid "PM Sun" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:65 #, fuzzy msgid "PM T-Storms" msgstr "Импорт" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 #, fuzzy msgid "Partly Cloudy" msgstr "Компания" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Пароль" # fuzzy #: services/changepassword.php:52 #, fuzzy msgid "Password changed successfully." msgstr "Сообщение успешно отправлено." # fuzzy #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Пароль" #: admin/user.php:168 admin/user.php:220 #, fuzzy msgid "Passwords must match." msgstr "Ваш Email:" #: admin/sqlshell.php:100 #, fuzzy msgid "Paste" msgstr "Дата" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Сценарий" # fuzzy #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Вход" #: admin/perms/delete.php:42 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "" "#-#-#-#-# ru_RU.po (Nag H3 2.2) #-#-#-#-#\n" "Изменить права доступа\n" "#-#-#-#-# ru_RU.po (Turba H3 v2.2) #-#-#-#-#\n" "Настройки пользователя" # fuzzy #: admin/perms/index.php:23 msgid "Permissions" msgstr "Права доступа" # fuzzy #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 #, fuzzy msgid "Permissions Administration" msgstr "Управление" # fuzzy #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Личные" #: lib/Block/fortune.php:62 #, fuzzy msgid "Pets" msgstr "или" #: config/registry.php.dist:385 #, fuzzy msgid "Photos" msgstr "или" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Ваш Email:" #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Ваш Email:" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Пожалуйста, сообщите суть проблемы." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "Свернуть все" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "Публичный ключ PGP" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "Публичный ключ PGP" #: lib/Block/fortune.php:64 #, fuzzy msgid "Politics" msgstr "Свернуть все" #: services/facebook.php:101 #, fuzzy, php-format msgid "Posted %s" msgstr "Выберите %s" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "[строка %s из %s]" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Настройки" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" msgstr[2] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 #, fuzzy msgid "Pressure" msgstr "Пароль" #: lib/Block/metar.php:254 #, fuzzy msgid "Pressure at sea level: " msgstr "Пароль" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "Пароль" #: services/problem.php:145 msgid "Problem Description" msgstr "Описание проблемы" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Права" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 #, fuzzy msgid "Query" msgstr "Календарь" #: lib/Block/account.php:83 #, fuzzy msgid "Quota" msgstr "IMP" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "Внимание" #: lib/Block/weatherdotcom_strings.php:67 #, fuzzy msgid "Rain Early" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:68 #, fuzzy msgid "Rain Late" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:69 #, fuzzy msgid "Rain Shower" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:70 #, fuzzy msgid "Rain and Snow" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:71 #, fuzzy msgid "Rain to Snow" msgstr "Вход" #: lib/Block/fortune.php:6 #, fuzzy msgid "Random Fortune" msgstr "Заметки" # fuzzy #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Читать" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Сообщение" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Действительно удалить этот запрос? Возможны проблемы с данными!" #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Действительно удалить этот запрос? Возможны проблемы с данными!" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "Обновлять динамические пункты меню:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Обновлять информацию:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Обновлять информацию:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 #, fuzzy msgid "Remarks" msgstr "Дания" # fuzzy #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Папка на стороннем сервере:" # fuzzy #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Почтовые сервера" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "Адрес сервера (например http://mail.ru)" # fuzzy #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Удалить" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Удалить пару" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "Удалить пару" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "Удалить пару" # fuzzy #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Кому ответить:" # #-#-#-#-# ru_RU.po (Mnemo H3 2.2) #-#-#-#-# # fuzzy #: admin/activesync.php:138 #, fuzzy msgid "Reprovision All Devices" msgstr "Изменить права доступа" #: lib/Block/weatherdotcom.php:160 #, fuzzy msgid "Requested service could not be found." msgstr "Адресат уведомления %s не найден." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Сбросить" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Пароль" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Пароль" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 #, fuzzy msgid "Restore Last Query" msgstr "Удалить пару" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 #, fuzzy msgid "Results" msgstr "Сбросить" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Результат поиска: %s из %s" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Вернуться к настройкам" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Сбросить" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Retype new password" msgstr "Пароль" #: admin/config/config.php:33 admin/config/config.php:37 #, fuzzy msgid "Revert Configuration" msgstr "Настройки" #: lib/Block/fortune.php:65 #, fuzzy msgid "Riddles" msgstr "IMP" #: admin/sqlshell.php:101 #, fuzzy msgid "Run" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Удаленные" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" # #-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-# # fuzzy # fuzzy #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Сохранить" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Сохранить настройки" #: templates/shares/edit.inc:331 #, fuzzy msgid "Save and Finish" msgstr "Сохранить как" #: admin/config/index.php:183 #, fuzzy msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "Загрузить созданную конфигурацию как PHP скрипт." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Не могу открыть модуль Maintenance_Task %s" #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:73 #, fuzzy msgid "Scattered T-Storms" msgstr "Импорт" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Поиск" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Поиск" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Искать:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Выберите формат даты:" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Выберите формат даты:" # fuzzy #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Выберите сервер" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Выберите формат даты:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Выберите нужные Вам символы из форм внизу. Затем Вы можете скопировать и " "вставить их в текст." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Выберите отображения формат времени:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Выберите разделитель полей даты:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Выберите формат даты:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Выберите отображения формат времени:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Выберите разделитель полей даты:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Выберите отображения формат времени:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Ваша цветовая схема" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Язык отображения" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Послать сообщение о проблеме" #: lib/Block/metar.php:311 #, fuzzy msgid "Sensor: " msgstr "Тема" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Сервер" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "Нет доступных настроек." #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Настройки пользователя\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Изменить права доступа\n" "#-#-#-#-# ru_RU.po (Nag H3 (2.0.3)) #-#-#-#-#\n" "Изменить права доступа" #: admin/sessions.php:37 #, fuzzy msgid "Session Timestamp:" msgstr "Заменить на" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Заменить на" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" "Дополнительные почтовые сервера, к которым вы хотите иметь доступ из Портала." #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Установка языка вывода, временной зоны и формата отображения времени." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Установка приложения по умолчанию, цветовой схемы и прочих опций отображения" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" # fuzzy #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Краткое обобщение:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "Определить быстрые клавиши для ссылок?" # fuzzy #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Показать" # fuzzy #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "Адрес получателя" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" # fuzzy #: lib/Block/feed.php:24 #, fuzzy msgid "Show extra detail?" msgstr "Напоминания" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "Показывать информацию о предыдущем входе?" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "Настройки оповещения" # php-format # fuzzy, php-format #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Отображать меню %s слева?" #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Showers" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:75 #, fuzzy msgid "Showers Early" msgstr "Краткое обобщение:" #: lib/Block/weatherdotcom_strings.php:76 #, fuzzy msgid "Showers Late" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" # fuzzy #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Вход" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "Заголовок" #: lib/Block/weatherdotcom_strings.php:78 #, fuzzy msgid "Snow" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "Краткое обобщение:" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:81 #, fuzzy msgid "Snow Shower" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:82 #, fuzzy msgid "Snow Showers" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:83 #, fuzzy msgid "Snow Showers Early" msgstr "Краткое обобщение:" # fuzzy #: lib/Block/weatherdotcom_strings.php:84 #, fuzzy msgid "Snow Showers Late" msgstr "Краткое обобщение:" #: lib/Block/metar.php:273 #, fuzzy msgid "Snow depth: " msgstr "Тема" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 #, fuzzy msgid "South European (ISO-8859-3)" msgstr "Центральноевропейский (ISO-8859-2)" # fuzzy #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "Южное полушарие" #: config/registry.php.dist:102 #, fuzzy msgid "Spam" msgstr "Внимание" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Специальные символы" #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "Импорт" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "Календарь" #: lib/Block/fortune.php:69 #, fuzzy msgid "Star Trek" msgstr "Календарь" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" # fuzzy #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Статус" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Адресат уведомления %s не найден." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Успешно" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "Папка \"%s\" была успешно переименована в \"%s\"." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Проблема при просмотре запрошенного письма." # fuzzy, php-format # fuzzy, php-format #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Заметка '%s' успешно сохранена" #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Проблема при просмотре запрошенного письма." #: admin/config/config.php:40 #, fuzzy msgid "Successfully reverted configuration. Reload to see changes." msgstr "Старая конфигурация сохранена в файл: %s" #: admin/config/index.php:39 #, fuzzy msgid "Successfully saved backup configuration." msgstr "Старая конфигурация сохранена в файл: %s" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Старая конфигурация сохранена в файл: %s" # fuzzy, php-format # fuzzy, php-format #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Заметка '%s' успешно сохранена" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "Новая конфигурация сохранена в: %s" #: lib/Block/sunrise.php:63 #, fuzzy msgid "Sun Rise" msgstr "Имя пользователя" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "Тема" #: config/prefs.php.dist:429 msgid "Sunday" msgstr "Воскресенье" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "Воскресенье" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "Имя пользователя" # fuzzy #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "Время восхода/заката" #: lib/Block/weatherdotcom.php:219 #, fuzzy msgid "Sunrise: " msgstr "Имя пользователя" #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "Тема" #: lib/Block/weatherdotcom.php:222 #, fuzzy msgid "Sunset: " msgstr "Тема" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "Краткое обобщение:" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "Импорт" #: lib/Block/weatherdotcom_strings.php:89 #, fuzzy msgid "T-Storm" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:90 #, fuzzy msgid "T-Storm and Windy" msgstr "Краткое обобщение:" #: lib/Block/weatherdotcom_strings.php:91 #, fuzzy msgid "T-Storms" msgstr "Импорт" # fuzzy #: lib/Block/weatherdotcom_strings.php:92 #, fuzzy msgid "T-Storms Early" msgstr "Краткое обобщение:" # fuzzy #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "Краткое обобщение:" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Компания" #: themes/tango-blue/info.php:24 #, fuzzy msgid "Tango Blue" msgstr "Заметки" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Задачи" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Заголовок" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "Ошибка при импорте данных." #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Текст" # fuzzy #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Только текст" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Сервер %s был удален" #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "Ваши настройки были обновлены." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Сервер %s был создан" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 #, fuzzy msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "Нет доступных настроек." #: lib/Block/vatid.php:73 #, fuzzy msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "Нет доступных настроек." #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Сервер %s был удален" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "Сервер %s был создан" #: lib/Block/vatid.php:70 #, fuzzy msgid "The service is currently not available. Try again later." msgstr "Нет доступных настроек." #: lib/Block/vatid.php:79 #, fuzzy msgid "The service is currently too busy. Try again later." msgstr "Нет доступных настроек." #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Сервер %s был создан" #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Сервер %s был создан" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "Папка \"%s\" уже существует" #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "Адресат уведомления %s не найден." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 #, fuzzy msgid "The weather.com block is not available." msgstr "Нет доступных настроек." #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "Адресат уведомления %s не найден." #: util/icon_browser.php:28 #, fuzzy, php-format msgid "Themes directory \"%s\" not found." msgstr "Адресат уведомления %s не найден." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Проблема при просмотре запрошенного письма." #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Проблема при просмотре запрошенного письма." #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Проблема при просмотре запрошенного письма." #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "При удалении задачи возникли ошибки." #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "Ошибка при импорте данных." #: admin/config/config.php:70 #, fuzzy msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "Ошибка при импорте данных." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Turba v1.1) #-#-#-#-#\n" "Ошибка при импорте данных." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 #, fuzzy msgid "This VAT identification number is invalid." msgstr "Удалить пару" #: lib/Block/vatid.php:86 #, fuzzy msgid "This VAT identification number is valid." msgstr "Удалить пару" #: lib/Block/weatherdotcom_strings.php:94 #, fuzzy msgid "Thunder" msgstr "Отправителю" #: config/registry.php.dist:260 msgid "Tickets" msgstr "Запросы" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" # fuzzy #: lib/Block/time.php:23 msgid "Time format" msgstr "Формат отображения" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 #, fuzzy msgid "Timestamps of successful synchronization sessions" msgstr "Ошибка при удалении сессиий синхронизации:" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Заголовок" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "Чтобы выбрать несколько элементов, удерживайте нажатой клавижу Ctrl" #: lib/Block/weatherdotcom.php:313 #, fuzzy msgid "Today" msgstr "Кому" #: lib/Block/weatherdotcom.php:315 #, fuzzy msgid "Tomorrow" msgstr "Календарь" #: lib/Block/fortune.php:70 #, fuzzy msgid "Translations" msgstr "Настройки пользователя" #: config/nls.php:184 #, fuzzy msgid "Turkish (ISO-8859-9)" msgstr "Балтийский (ISO-8859-13)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Далее" # fuzzy #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Прочая информация" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" # fuzzy, php-format #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "%s букв" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "Невозможно соединиться с SQL сервером." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Невозможно соединиться с SQL сервером." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Невозможно соединиться с SQL сервером." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Отменить изменения" # fuzzy #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Пустой" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 #, fuzzy msgid "Unknown location provided." msgstr "Настройки" # fuzzy #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Применить" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "Сохранить настройки" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Добавить пару" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Сохранить настройки" #: admin/config/index.php:190 #, fuzzy msgid "Upload" msgstr "" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "#-#-#-#-# compendium.po (IMP H3 v4.0.4) #-#-#-#-#\n" "Прочитанные\n" "#-#-#-#-# ru_RU.po (Horde v3.0.6) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Horde v3.0.6) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Horde v3.0.6) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Horde v3.0.6) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (Horde v3.0.6) #-#-#-#-#\n" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" "Используется если ваши имя/пароль для IMSP сервера отличаются от текущих" # fuzzy #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "Пользователь" # fuzzy #: admin/user.php:224 #, fuzzy msgid "User Administration" msgstr "Управление" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Текущее время" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Настройки пользователя" #: admin/signup_confirm.php:18 signup.php:19 #, fuzzy msgid "User Registration has been disabled for this site." msgstr "Поддержка фильтрации в вашей системе не включена" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Kronolith неверно сконфигурирован" #: lib/Block/account.php:561 #, fuzzy msgid "User account not found" msgstr "Отменить изменения" #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Выберите формат даты:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Имя пользователя" # fuzzy #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Имя пользователя" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Имя пользователя" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 #, fuzzy msgid "VAT id number verification" msgstr "Настройки оповещения" #: lib/Block/vatid.php:42 #, fuzzy msgid "VAT identification number:" msgstr "Удалить пару" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "Имя" #: config/registry.php.dist:122 #, fuzzy msgid "Vacation" msgstr "" "#-#-#-#-# ru_RU.po (Horde v2.1) #-#-#-#-#\n" "#-#-#-#-# ru_RU.po (IMP v3.1) #-#-#-#-#\n" "Действие" #: lib/Block/weatherdotcom.php:248 #, fuzzy msgid "Variable" msgstr "Заголовок" #: config/registry.php.dist:246 #, fuzzy msgid "Version Control" msgstr "Внимание" #: lib/Block/weatherdotcom_strings.php:101 #, fuzzy msgid "Very High" msgstr "Никогда" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "Показать веб-страницу" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Внимание" #: lib/Block/weatherdotcom.php:32 #, fuzzy msgid "Weather Forecast" msgstr "Создать папку" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Добро пожаловать, %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Добро пожаловать в %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Добро пожаловать, %s" #: config/nls.php:187 #, fuzzy msgid "Western (ISO-8859-1)" msgstr "Кельтский (ISO-8859-14)" #: config/nls.php:188 #, fuzzy msgid "Western (ISO-8859-15)" msgstr "Кельтский (ISO-8859-14)" # fuzzy, php-format # fuzzy, php-format # fuzzy, php-format #: config/prefs.php.dist:483 #, fuzzy, php-format msgid "What application should %s display after login?" msgstr "Что отображать после входа в систему:" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Какой день считать первым днем недели?" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "Фаза" # php-format # fuzzy, php-format #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Отображать меню %s слева?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 #, fuzzy msgid "Wind" msgstr "Внимание" #: lib/Block/weatherdotcom_strings.php:96 #, fuzzy msgid "Wind Early" msgstr "Внимание" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Вход" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 #, fuzzy msgid "Wind:" msgstr "Внимание" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "Внимание" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Внимание" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "Ср" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 #, fuzzy msgid "Wisdom" msgstr "Внимание" #: lib/Block/fortune.php:72 #, fuzzy msgid "Work" msgstr "Рабочая неделя" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ГГ" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:327 #, fuzzy msgid "You are not allowed to delete groups." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:820 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:448 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:786 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "Вы создаете папку верхнего уровня." #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Вы создаете папку верхнего уровня." #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" # fuzzy #: login.php:278 msgid "You have been logged out." msgstr "Вы вышли из системы." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" "Вы должны описать проблемы, прежде чем сможете отослать сообщение о ней." #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Вы должны выбрать профиль для удаления." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Вы должны указать получателя." #: admin/user.php:114 #, fuzzy msgid "You must specify a username to remove." msgstr "Вы должны указать получателя." #: admin/user.php:70 #, fuzzy msgid "You must specify the username to add." msgstr "Вы должны указать получателя." #: admin/user.php:164 #, fuzzy msgid "You must specify the username to update." msgstr "Вы должны указать получателя." # fuzzy #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Ваш Email:" # fuzzy # fuzzy #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Ваша информация" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" # fuzzy #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Ваше имя:" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 #, fuzzy msgid "Your browser does not support this feature." msgstr "Ваш броузер не поддерживает опцию печати. Для печати нажмите CTRL+P." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Часовой пояс" # fuzzy # fuzzy #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Ваше имя:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Ваши настройки были обновлены." #: services/resetpassword.php:74 #, fuzzy, php-format msgid "Your new password for %s is: %s" msgstr "Ваши настройки были обновлены." #: services/resetpassword.php:73 #, fuzzy msgid "Your password has been reset" msgstr "Ваши настройки были обновлены." #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 #, fuzzy msgid "Your password has expired" msgstr "Ваши настройки были обновлены." #: login.php:178 #, fuzzy msgid "Your password has expired." msgstr "Ваши настройки были обновлены." #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Сторонний сервер:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "Ваша %s сессия закончилась. Пожалуйста, войдите в систему заново." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Сообщение о проблеме]" #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "Неизвесно" # fuzzy #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Уведомить" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Настройки" #: lib/Api.php:52 #, fuzzy msgid "_DataTree" msgstr "Дата" # fuzzy #: lib/Api.php:37 msgid "_Groups" msgstr "Группы" # fuzzy #: lib/Api.php:42 msgid "_Permissions" msgstr "Права" # fuzzy #: lib/Api.php:32 msgid "_Users" msgstr "Пользователи" #: services/problem.php:56 #, fuzzy msgid "attachment" msgstr "Прикрепляемое" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, fuzzy, php-format msgid "calm" msgstr "Отмена" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, fuzzy, php-format msgid "from the %s (%s) at %s %s" msgstr "[строка %s из %s]" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr "[строка %s из %s]" # fuzzy #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "в текст" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Внимание" # fuzzy #: admin/config/config.php:80 #, fuzzy msgid "show differences" msgstr "Адрес получателя" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "Календарь" #: admin/user.php:35 admin/user.php:49 #, fuzzy msgid "type the password twice to confirm" msgstr "Прочая информация" # fuzzy #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "Пустой" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/ru/LC_MESSAGES/horde.mo0000644000175000017500000006252413160205253021613 0ustar mathieumathieu9 8$9)^$  #2A.Jy      +EU es|N- $ 1 ; I U `lsw %; BNdu%<8'` u',*% & 8 M 'T |         @!I!_!t!!!T!d"h""""" "" "" "## #.# @#M# T# a#m#t#}# ## # # # ##=#($ F$S$d$m$.$$^%(~%0%%*k&&&&&& &&&''1'M'P'a'j'o''' ' ' ''' 'B'$( 9(E(L(c(}(C(( (/) 4)A) F)Q)b) |){)*'*(0*Y*u***** * **** * +++0+ 3+A+_+f+x+ }+"++ +++++,,",+,:,Q,c,s,|,,,,,h,, -- - #-.-E-J- P-]-b-g-l-- --- - --(-...8.M.*\.. ........./)/I/?]/ /-//%/0"060N0U04]00000 0!001 1$1*1 .1;1C12J1}11 111 1 1F1 2%2(2EB222 222223 33 3=5;@5&|5F55 576V6$l666 6F61"7 T7 b77 77 77788*8%;8a8~888)878079h9)99e7:C: ::;!(;!J;l;';;;;;O;6L<1<A<#<>= Z=e=&z=!='=>=*>;>=[>Q>g>S?r?G?E?Q@Sc@@"@ @NAQAoAA AAA<AB BB 0B-=BkB B C72CjC${C<CC9DDD0D2EAEUEfE9E6E6E,FFF,bFFF!F#FF GG,2G_G#nGGGG&GcG)XHH#HHPHl"I_I_JmOKnK,LNFM MMM#MM N%N"ANdN|N,NNNNNO O)O AO(bOOO=OOv PPPPDP6Q)HQurQWQ@RWVR RR'R%R1%SWSnS oTF|TOT2UFUaU}UUUUUUV0VCV]VpV/VVV(V V WW'Wa:W WWWWW'X$9X^XwX(XCX;X)Y@YYYbY ~YY Y^YY ZZ5ZGZcZZZZZ ZZ#Z[[!+[ M[ Z[g[ [A[![ [B[(B\k\;\\\\\ ] ]+]<I]']D]$]^58^n^"^G _h_My_,__%` 8`E`HT`=``&` a&a#>a#baa#aaa#a abbbbb(bc%*c#PcFtccc$cc sddddd d(d #e 0e;eF6-dmh^prs , / 5!L)|{[Q(B wb:#YA%* ~}zi<7l? $SIZy]1 =a$M!E oe,T&14'J  >V"3g0G.O9`*0-U+3)6\8cP2v;8x4_+2n"/CWfk#5jKXN%u'9@H. 7qRtD& ("%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%d days until your password expires.%d to %d of %d%d-day forecast%s Terms of Agreement%s not found., variable from %s to %s12 Hour Format24 Hour Format24 hoursA database backend is required for this block.A newer version (%s) exists.AM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM/PMAccount InformationAddAdd ContentAdd Here:Add MembersAdd a child group to "%s"Add a new groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll GroupsAll synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s" and any sub-groups?Armenian (ARMSCII-8)AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:Baltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBookmarksBothBrownBrowser:Cache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.Check for newer versionsCheckingChildChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick to ContinueClose WindowCloudsClouds EarlyClouds LateCloudyCollapseCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configure %sConfirm PasswordContinueCould not bind to LDAP server.Could not connect to server "%s" using FTP: %sCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCurrent 4 PhasesCurrent AlarmsCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataTree BrowserDatabaseDateDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete All SyncML DataDelete GroupDeleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDisplay 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.E charactersEditEdit GroupEdit permissionsEdit permissions for "%s"EducationEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFile ManagerFiltersFull DescriptionGoGoogle SearchGoogle search is not enabled.GroupsGuest PermissionsHelpHemisphereHere is the beginning of the file:HordeIcons OnlyIcons with textIdentity's name:Import, Step %dImported field: %sImported fields:Individual UsersLanguageLast login: %sLast login: %s from %sLast login: NeverLocale and TimeLocationLog inLoginLowMMMailManage the list of categories you have to label items with, and colors associated with those categories.MediumMenu mode:MondayMoon PhasesMy AccountMy Account InformationNameNeverNew CategoryNewsNextNoneNorthern HemisphereNotesOrganizingOther InformationPasswordPassword:PermissionsPersonal InformationPlease provide a summary of the problem.Problem DescriptionReadRefresh Dynamic Menu Elements:Refresh Portal View:Remote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairResetSaveSearchSearch:Select a serverSelect the date delimiter:Select the date format:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSet up remote servers that you want to access from your portal.Short SummaryShould access keys be defined for most links?ShowShow last login time when logging in?Show the %s Menu on the left?Southern HemisphereSpecial Character InputStatusSuccessSuccessfully saved the backup configuration file %s.Successfully wrote %sSundaySunrise/SunsetTasksText OnlyThe server "%s" has been deleted.The server "%s" has been saved.TicketsTime formatTitleURLUndo ChangesUnfiledUpdateUse if name/password is different for IMSP server.UserUsernameUsername:View an external web pageWarningWelcome to %sWelcome, %sWhich day would you like to be displayed as the first day of the week?Which phasesYYYou have been logged out.You must describe the problem before you can send the problem report.Your Email AddressYour InformationYour NameYour current time zone:Your full name:Your remote servers:[Problem Report]_Groups_Permissions_UsersProject-Id-Version: 3.3 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2009-07-30 14:50+0200 Last-Translator: Rashid N. Achilov Language-Team: Russian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); "%s" была добавлена в систему групп"%s" была добавлена в систему прав"%s" не была создана: %s.%d дней до того, как Ваш пароль устареет%d по %d из %d%d-дневный прогноз%s Соглашения об использовании%s не найден., переменная из %s в %s12-часовой формат24-часовой формат24 часаБлок требует подпрограмму базы данныхОбнаружена новая (%s) версияAM ТуманAM Небольшой дождьAM Небольшой снегAM ДождьAM Сильный дождьAM СнегAM Сильный снегAM СолнечноAM/PMУчетная записьДобавитьДобавить содержимоеДобавить здесь:Добавить членовДобавить вложенную группу в "%s"Добавить новую группу:Добавить нового пользователя:Добавить новое оповещениеДобавить паруДобавить пользователя"%s" добавлен в систему, но дополнительную информацию добавить невозможно: %s."%s" добавлен в систему. Теперь Вы можете войти в систему.Добавление пользователей запрещено.АдресАдресная книгаКонец оповещенияМетоды оповещенияНачало оповещенияТекст оповещенияЗаголовок оповещенияОповещенияВсеВсе вошедшиеВсе группыВсе данные о сессиях синхронизации удаленыАльтернативное имя входа в ISMPАльтернативный пароль в IMSPАльтернативное имя пользователя ISMPАльтернативный Email:Произошла неизвестная ошибка:ОтветПриложениеКонтекст приложения:Список приложенийПриложение настроеноПриложение не требует обновления.ОдобритьАрабский (Windows-1256)Вы уверены, что хотите удалить '%s'?Вы уверены, что хотите удалить запрос для "%s"?Вы уверены, что хотите удалить "%s" и все вложенные группы?Армянский (ARMSCII-8)ВложениеПопытка удалить несуществующую группуПопытка удалить несуществующие праваПопытка редактировать несуществующие праваПопытка редактировать несуществующий ресурсДоступные поля:Балтийский (ISO-8859-13)БарбиКорневой графический каталог "%s" не найден.Настройки блокаТип блокаЗакладкиВместеКоричневыйБраузер:Инициализация кэша не завершена.КалендарьТихийКамуфляжОтменаОтмена отчета о проблемеНевозможно сбросить пароль автоматически, свяжитесь с администратором.Категории и меткиКельтский (ISO-8859-14)Центральноевропейский (ISO-8859-2)ИзменитьИзменить Ваш ПарольНастройки имени, адреса, подписи.Изменение пароля недоступно в текущей конфигурации. Свяжитесь с Вашим администратором.Проверить наличие новой версииПроверкаВложенныйУпрощенный Китайский (GB2312)Традиционный Китайский (Big5)Выберите %sОчиститьОчистить ЗапросОчистить данные пользователя %sОчистить данные пользователяОчистить данные пользователяРанний восходПоздний восходНажмите для продолженияЗакрыть окноОблачноРанняя облачностьПоздняя облачностьОблачноСвернутьУбрать менюИнструмент выбора цветаКомандаКомандная оболочкаКомпьютерыСостояниеСостоянияРазница в настройкахКонфигурация синхронизации с ПДА, смартфонами и MS OutlookКонфигурация устарелаНастройки %sПодтвердите парольПродолжитьНеудачная попытка подключения к серверу LDAP.Неудачное соединение с сервером "%s" используя протокол FTP. %sНевозможно сбросить пароль указанного пользователя. Некоторые или все детали указаны неверно. Попробуйте еще раз или свяжитесь с Вашим администратором, если в будущем Вам понадобится помошьНевозможно вернуть прежнее состояние конфигурации.Невозможно сохранить резервную копию файла конфигурации. %sНевозможно сохранить резервную копию конфигурации в файл %s.Невозможно сохранить файл конфигурации %s. Вы можете использовать опции для сохранения кода обратно в %s или скопировать вручную код, приведенный ниже в %s.Невозможно записать конфигурацию для "%s": %sСтранаСоздатьТекущие 4 фазыТекущие оповещенияТекущие сессииТекущее времяТекущая погодаТекущее состояние:Русский (KOI8-R)Русский (Windows-1251)Русский/Украинский (KOI8-U)ДДБразуер DataTreeБаза данныхДатаДата: %s, время: %sДеньПо умолчаниюЦвет по умолчаниюОболочка по умолчаниюОпределенияУдалитьУдалить все данные синхронизацииУдалить ГруппуУдалена сессия синхронизации для устройства "%s" и базы данных "%s".Опишите проблемуРазработкаУстройствоОтображать время в 24-часовом формате?Отобразить детальный прогнозОтобразить прогноз (TAF)В первой строке указаны имена полей? Если да, поставьте галочку: Отсутствует учетная запись? Зарегистрируйтесь.Загрузить %sЗагрузить созданную конфигурацию как PHP скрипт.%s буквРедактированиеРедактировать группуРедактировать праваРедактировать права для "%s"ОбразованиеЗадайте контрольный вопрос, который будет Вам задан в том случае, если Вам понадобится сбросить Ваш пароль, например 'Как зовут Вашу собаку?'ОшибкаОшибка удаления сессии синхронизации:Ошибка при удалении сессиий синхронизации:Ошибка обновления пароля: %sКаждые 15 минутКаждые 2 минутыКаждые 30 секундКаждые 5 минутКаждые полчасаКаждый часКаждую минутуПример значений:ВыполнитьРасширитьОчень большойХранилищаФильтрыПолное описание проблемы:ПерейтиПоиск в GoogleПоиск в Google не включенГруппыГостьПодсказкаПолушариеНиже представлена информация из самого начала файла:ПорталТолько иконкиИконки с текстомИмя профиля:Импорт, шаг %dИмпортировано поле: %sИмпортированы поля:ПользователиЯзыкПредыдущий вход был: %sПредыдущий вход был: %s с компьютера %sПредыдущий вход не зафиксированЛокализацияРасположениеВходУчетная записьНизкийММПочтаНастройка списка категорий и цветов их отображенияСреднийРежим меню:ПонедельникФазы ЛуныУчетная записьВаша информацияИмяНикогдаНовая категорияНовостиДалее-не выбран-Северное полушариеЗаметкиОрганайзерПрочая информацияПарольПарольПрава доступаЛичныеПожалуйста, сообщите суть проблемы.Описание проблемыЧитатьОбновлять динамические пункты меню:Обновлять информацию:Почтовые сервераАдрес сервера (например http://mail.ru)УдалитьУдалить паруСброситьСохранитьПоискИскать:Выберите серверВыберите разделитель полей даты:Выберите формат даты:Выберите отображения формат времени:Ваша цветовая схемаЯзык отображенияПослать сообщение о проблемеДополнительные почтовые сервера, к которым вы хотите иметь доступ из Портала.Краткое обобщение:Определить быстрые клавиши для ссылок?ПоказатьПоказывать информацию о предыдущем входе?Отображать меню %s слева?Южное полушариеСпециальные символыСтатусУспешноСтарая конфигурация сохранена в файл: %sНовая конфигурация сохранена в: %sВоскресеньеВремя восхода/закатаЗадачиТолько текстСервер %s был удаленСервер %s был созданЗапросыФормат отображенияЗаголовокURLОтменить измененияПустойПрименитьИспользуется если ваши имя/пароль для IMSP сервера отличаются от текущихПользовательИмя пользователяИмя пользователяПоказать веб-страницуВниманиеДобро пожаловать в %sДобро пожаловать, %sКакой день считать первым днем недели?ФазаГГВы вышли из системы.Вы должны описать проблемы, прежде чем сможете отослать сообщение о ней.Ваш Email:Ваша информацияВаше имя:Часовой поясВаше имя:Сторонний сервер:[Сообщение о проблеме]ГруппыПраваПользователиtmpIMUtxu/horde-5.2.17/locale/fi/0000755000175000017500000000000013162206570016334 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fi/help.xml0000644000175000017500000000440213160205253020001 0ustar mathieumathieu Portaali Portaalissa voit nähdä pikaisesti lyhyen yhteenvedon tärkeäksi merkitsemistä asioista. Esimerkiksi voit nähdä montako uutta sähköpostiviestiä sinulle on tullut INBOX kansioon, tulevat tapahtumat kalenterissa, tehtävät to-do listalla, otsikot valitsemistasi uutispalveluista jne. Monet näistä yhteenvedoista sisältävät linkkejä yleisimpiin toimintoihin kuten esimerkiksi viestin kirjoitus, kalenterimerkinnän tai tehtävän lisäys jne. Portaalin sisältö on muokattavissa Asettelu painikkeen kautta. Voit esimerkiksi valita mitkä asiat liitetään portaaliin ja missä järjestyksessä ne näytetään. tmpIMUtxu/horde-5.2.17/locale/fi/LC_MESSAGES/0000755000175000017500000000000013162206570020121 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/fi/LC_MESSAGES/horde.po0000644000175000017500000027460013160205253021566 0ustar mathieumathieu# Finnish translation for Horde. # This file is distributed under the same license as the Horde package. # Copyright # Leena Heino , 2001-2012. # msgid "" msgstr "" "Project-Id-Version: Horde 4.0-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2012-11-06 16:40+0100\n" "PO-Revision-Date: 2012-10-29 12:11:56+0200\n" "Last-Translator: Leena Heino \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" lisättiin ryhmäjärjestelmään." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" lisättiin oikeuksiin." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" ei luotu: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB käytetty %.2fMB sallitusta (%.2f%%)" #: lib/Block/Weather.php:198 #, php-format msgid "%d %s and %s" msgstr "%d %s ja %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Salasanasi vanhentuu %d päivän päästä." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minuuttia" #: services/facebook/index.php:97 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d henkilö pitää tästä" msgstr[1] "%d henkilöä pitää tästä" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d - %d / %d" #: lib/Block/Weather.php:238 #, php-format msgid "%d-day forecast" msgstr "%d päivän ennustus" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - Ilmoitus" #: admin/config/config.php:28 admin/config/index.php:358 #, php-format msgid "%s Configuration" msgstr "%s Asennus" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Tehtävät - Varmistus" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "%s Käyttöehdot" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s suunta %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s on valmis suorittamaan alla olevat tehtävät. Valitse nyt suoritettavat " "toimenpiteet." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", puuskittaista %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", vaihtelevaa %s - %s" #: lib/Application.php:295 msgid "1 Day" msgstr "1 päivä" #: lib/Application.php:299 msgid "1 Month" msgstr "1 kuukausi" #: lib/Application.php:297 msgid "1 Week" msgstr "1 viikko" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-tunnin järjestelmä" #: lib/Application.php:298 msgid "2 Weeks" msgstr "2 viikkoa" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-tunnin järjestelmä" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 tuntia" #: config/prefs.php:504 config/prefs.php:506 msgid "24-hour format" msgstr "24-tunnin järjestelmä" #: lib/Application.php:296 msgid "3 Days" msgstr "3 päivää" #: templates/prefs/facebook.html:41 msgid " cannot read information about your Facebook friends." msgstr " ei voi lukea tietoja Facebook ystävistäsi." #: templates/prefs/facebook.html:29 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " ei voi lukea viestivirtaasi ja muita Facebook tietoja." #: templates/prefs/facebook.html:17 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " ei voi asettaa tilatietoja tai julkaista muuta tietoa " "Facebookissa." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " voi olla yhteydessä sinun Twitter tiliisi" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Laitteesta on pyydetty tietojenpoisto. Laiteesta poistetaan kaikki tiedot " "kun laite yrittää seuraavan kerran synkronoita tietoja." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "A newer version (%s) exists." msgstr "Uudempi versio (%s) on olemassa." #: lib/Prefs/Special/Activesync.php:108 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Tietojenpoistoa etäyhteydellä on pyydetty laite id:lle %s. Laitteesta " "poistetaan kaikki tiedot kun laitetta seuraavan kerran synkronoidaan." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AP/IP" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Käyttäjätunnuksen tiedot" #: config/prefs.php:336 msgid "Account Password" msgstr "Käyttäjätunnuksen salasana" #: admin/activesync.php:129 msgid "Actions" msgstr "Toiminnot" #: config/prefs.php:750 lib/Application.php:175 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:74 msgid "ActiveSync Device Administration" msgstr "ActiveSync Laitehallinta" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "ActiveSync Laitteet" #: admin/activesync.php:22 lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync ei ole käytössä." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Lisää" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Lisää sisältöä" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Lisää tähän:" #: templates/admin/groups/edit.inc:53 msgid "Add Members" msgstr "Lisää jäseniä" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Lisää ryhmä" #: admin/user.php:26 msgid "Add a new user:" msgstr "Lisää uusi käyttäjä:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Lisää uusi hälytys" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Lisää pari" #: admin/user.php:27 msgid "Add user" msgstr "Lisää käyttäjä" #: admin/signup_confirm.php:82 admin/user.php:94 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Lisättiin \"%s\" järjestelmää, mutta ei voitu lisätä sisäänkirjautumisen " "lisätietoja: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Lisättiin \"%s\" järjestelmään. Voit nyt kirjautua sisään." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Käyttäjien lisääminen ei ole käytössä." #: lib/Block/Vatid.php:94 msgid "Address" msgstr "Osoite" #: config/registry.php:131 msgid "Address Book" msgstr "Osoitteet" #: lib/Application.php:52 msgid "Administration" msgstr "Ylläpito" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Hälytys loppuu" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Hälytystavat" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Hälytys alkaa" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Hälytyksen viesti" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Hälytyksen otsikko" #: admin/alarms.php:141 msgid "Alarms" msgstr "Hälytykset" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Kaikki" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Kaikki autentikoituneet käyttäjät" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Kaikki politiikka-avaimet tyhjennettiin." #: lib/Prefs/Special/Activesync.php:121 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Kaikki ActiveSync laitteidesi tilatiedot on nyt poistettu. Laitteet " "yrittävät synkronoida uudelleen kun ne seuraavan kerran ottavat yhteyttä " "palvelimeen." #: lib/Prefs/Special/Syncml.php:74 msgid "All synchronization sessions deleted." msgstr "Kaikki synkronointi-istunnot on nyt poistettu." #: lib/Application.php:186 msgid "Allow" msgstr "Salli" #: lib/Application.php:206 msgid "Allow alphanumeric" msgstr "Salli aakkosnumeeriset" #: lib/Application.php:207 msgid "Allow any" msgstr "Salli kaikki" #: lib/Application.php:205 msgid "Allow only numeric" msgstr "Salli vain numerot" #: config/prefs.php:712 msgid "Alternate IMSP Login" msgstr "Vaihtoehtoinen IMSP sisääkirjautuminen" #: config/prefs.php:729 msgid "Alternate IMSP Password" msgstr "Vaihtoehtoinen IMSP salasana" #: config/prefs.php:723 msgid "Alternate IMSP Username" msgstr "Vaihtoehtoinen IMSP käyttäjätunnus" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Vaihtoehtoinen sähköpostiosoite" #: services/resetpassword.php:52 msgid "Answer" msgstr "Vastaus" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Ohjelma" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Ohjelman konteksti:" #: util/icon_browser.php:45 msgid "Application List" msgstr "Ohjelmalista" #: admin/config/index.php:225 msgid "Application is ready." msgstr "Ohjelma on valmis." #: admin/config/index.php:147 admin/config/index.php:188 msgid "Application is up-to-date." msgstr "Ohjelma on uusimmassa versiossa." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Hyväksy" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabia (Windows-1256)" #: admin/alarms.php:130 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Oletko varma, että haluat poistaa '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Oletko varma, että haluat poistaa sisäänkirjautumispyynnön \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Oletko varma, että haluat poistaa \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenia (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Taide" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii-taide" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Ainakin yksi tietokantaskeema on vanhentunut." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Liite" #: lib/Application.php:229 msgid "Attachment Download" msgstr "Liitteen tallennus" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Yritettiin poistaa olematonta ryhmää." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Yritettiin poistaa olematonta oikeutta." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Yritettiin muokata olematonta oikeutta." #: services/shares/edit.php:75 msgid "Attempt to edit a non-existent share." msgstr "Yritettiin muokata olematonta jakoa." #: templates/admin/sessions.html.php:27 msgid "Authenticated to" msgstr "Autentikoitunut kohteeseen" #: templates/prefs/facebook.html:42 msgid "Authorize Access to Friends Data:" msgstr "Anna lupa käyttää Friends tietoja:" #: templates/prefs/facebook.html:18 msgid "Authorize Publish" msgstr "Anna lupa julkaista" #: templates/prefs/facebook.html:30 msgid "Authorize Read:" msgstr "Anna lupa lukea:" #: login.php:225 msgid "Automatic" msgstr "Automaattinen" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Käytettävissäolevat kentät:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH selitykset" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltia (ISO-8859-13)" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Grafiikoiden perushakemistoa \"%s\" ei löytynyt." #: login.php:230 msgid "Basic" msgstr "Perus" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Osion asetukset" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Osion tyyppi" #: lib/Application.php:262 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:188 msgid "Bookmarks" msgstr "Kirjanmerkit" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Molemmat" #: config/prefs.php:766 msgid "Bottom" msgstr "Alapuolelle" #: templates/admin/sessions.html.php:19 msgid "Browser" msgstr "Selain" #: config/registry.php:117 msgid "Calendar" msgstr "Kalenteri" #: lib/Application.php:250 msgid "Camera" msgstr "Kamera" #: admin/user.php:116 admin/user.php:139 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:13 msgid "Cancel" msgstr "Peru" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Peru ongelmaviesti" #: admin/activesync.php:184 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Peru tyhjennys" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Salasanaa ei voi uudelleenasettaa automaattisesti, ota yhteyttä ylläpitäjään." #: config/prefs.php:529 msgid "Categories and Labels" msgstr "Kategoriat ja merkinnät" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltti (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Keski-Eurooppa (ISO-8859-1)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Vaihda" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Vaihda paikka" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Muuta salasanasi" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Muuta henkilötietojasi." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Salasanan vaihto ei ole käytössä nykyisillä asetuksilla. Ota yhteyttä " "ylläpitäjiin." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Tarkista" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Tarkista onko uudempia versioita" #: lib/Block/Vatid.php:44 msgid "Checking" msgstr "Tarkistetaan" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Kiina yksikertaistettu (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Kiina perinteinen (Big5)" #: services/obrowser/index.php:94 #, php-format msgid "Choose %s" msgstr "Valitse %s" #: config/prefs.php:495 msgid "Choose how to display dates (abbreviated format):" msgstr "Valitse päiväyksien esitysmuoto (lyhennetty):" #: config/prefs.php:470 msgid "Choose how to display dates (full format):" msgstr "Valitse päiväyksien esitysmuoto (kokonainen):" #: config/prefs.php:509 msgid "Choose how to display times:" msgstr "Valitse ajan esitysmuoto:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Poista kysely" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Poista käyttäjä: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Poista käyttäjä" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Poista käyttäjän tiedot" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Valitse ensin osoitekirja ja valitse sen jälkeen ne kentät, joista tietoja " "haetaan." #: templates/logintasks/logintasks.html:30 #: templates/logintasks/smartmobile.html:34 msgid "Click to Continue" msgstr "Napsauta jatkaaksesi" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Asiakasankkuri" #: templates/shares/edit.inc:12 msgid "Close Window" msgstr "Sulje ikkuna" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Pilviä" #: lib/Application.php:222 msgid "Codeword frequency" msgstr "Koodisanojen yleisyys" #: lib/View/Sidebar.php:63 templates/admin/sessions.html.php:9 #: templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Pienennä" #: lib/Prefs/Special/Category.php:44 msgid "Color Picker" msgstr "Värivalitsin" #: config/registry.php:240 msgid "Comics" msgstr "Sarjakuvat" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Komento" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Komentotulkki" #: services/facebook/index.php:38 #, php-format msgid "Comments: %d" msgstr "Kommentit: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Tietokoneet" #: lib/Block/Weather.php:251 msgid "Condition" msgstr "Olosuhteet" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Olosuhteet" #: admin/config/config.php:59 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Asennus" #: admin/config/diff.php:88 msgid "Configuration Differences" msgstr "Asennusasetusten erot" #: config/prefs.php:738 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Asetukset PDA-laitteiden, älypuhelimien ja Outlookin synkronoitiin." #: admin/config/index.php:220 msgid "Configuration is out of date." msgstr "Asennusasetukset eivät ole ajantasalla." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Asennusasetusten päivitysskripti on käytettävissä" #: admin/config/index.php:162 #, php-format msgid "Configure %s" msgstr "Asennus %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Varmista salasana" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Jatka" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Pipari" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Ei saatu yhteyttä palvelimeen \"%s\" käyttäen FTP: %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Ei saatu yhteyttä palvelimeen. Yritä myöhemmin uudestaan." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Ei voitu poistaa asennusasetusten päivitysskriptiä \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Ei löydetty lupaa olla yhteydessä sinun Twitter tiliisi." #: services/resetpassword.php:100 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Käyttäjän salasanaa ei voitu nollata. Jotkut tarvittavat tiedot ovat väärin. " "Voita yrittää uudestaan tai ota yhteyttä ylläpitoon, jos tarvitset lisää " "apua." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Ei voitu palauttaa asetuksia." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Ei voitu tallentaa varmuuskopioita asennusasetuksista: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Ei voitu tallentaa asennusasetusten päivitysskriptiä paikkaan: \"%s\"." #: admin/config/index.php:97 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Asetusasennustiedoston tallennus epäonnistui tiedostoon %s. Käytä yhtä alla " "olevista vaihtoehdoista talentaaksesi koodin." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Asetusasennustiedoston tallennus epäonnistui tiedostoon %s. Voit käyttää " "alla olevia asetuksia tallentaaksesi koodin takaisin %s tai kopioida alla " "olevan koodin kohteeseen %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Ei kirjoittaa asennusasetuksia ohjelmalle \"%s\": %s" #: lib/Block/Vatid.php:82 msgid "Country" msgstr "Maa" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Luo" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Luo uusi profiili" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Tämänhetkiset 4 vaihetta" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Tämänhetkiset hälytykset" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Tämänhetkiset Lukot" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:35 msgid "Current Sessions" msgstr "Tämänhetkiset istunnot" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Tämänhetkinen kellonaika" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Tämänhetkinen sää" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Tämänhetkiset olosuhteet" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kyrillinen (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kyrillinen (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kyrillinen/Ukraina (KOI8-U)" #: admin/config/index.php:238 admin/config/index.php:276 msgid "DB access is not configured." msgstr "Tietokantayhteyttä ei ole asennettu." #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is out of date." msgstr "Tietokantaskeema ei ole ajantasalla." #: admin/config/index.php:249 admin/config/index.php:288 msgid "DB schema is ready." msgstr "Tietokantaskeema on valmis." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "PP" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Tieto" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Tietokanta" #: lib/Block/Vatid.php:85 msgid "Date" msgstr "Päiväys" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Vastaanoton päiväys" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Päiväys: %s; aika: %s" #: lib/Block/Weather.php:246 msgid "Day" msgstr "Päivä" #: config/prefs.php:394 config/prefs.php:416 config/prefs.php:430 #: config/prefs.php:503 themes/default/info.php:2 msgid "Default" msgstr "Oletus" #: lib/Prefs/Special/Category.php:59 lib/Prefs/Special/Category.php:89 msgid "Default Color" msgstr "Oletusväri" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Oletuskomentotulkki" #: config/prefs.php:419 msgid "Default charset for sending e-mail messages:" msgstr "Oletusmerkistö lähetettäessä sähköpostiviestejä:" #: config/prefs.php:309 msgid "Default location to use for location-aware features." msgstr "Oletuspaikkatieto kun käytetään paikkatietoisia toimintoja." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Määritelmät" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Poista" #: admin/alarms.php:129 admin/groups.php:206 #, php-format msgid "Delete \"%s\"" msgstr "Poista \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Poista kaikki SyncML-tiedot" #: admin/groups.php:180 msgid "Delete Group" msgstr "Poista Ryhmä" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Poistettiin asennusasetusten päivitysskripti \"%s\"." #: lib/Prefs/Special/Syncml.php:66 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Poistettiin synkronointisessio laitteelle \"%s\" ja tietokantaan \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Ongelman kuvaus" #: config/registry.php:200 msgid "Development" msgstr "Kehitys" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Laite" #: admin/activesync.php:122 msgid "Device ID" msgstr "Laite ID" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Laitehallinta" #: lib/Application.php:282 msgid "Device encryption" msgstr "Laitteen salaus" #: lib/Prefs/Special/Activesync.php:84 msgid "Device id:" msgstr "Laite id:" #: admin/activesync.php:168 lib/Prefs/Special/Activesync.php:72 msgid "Device is wiped" msgstr "Laite on tyhjennetty" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Laitteen poisto onnistui." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Laitteen tyhjennys peruutettiin." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Kosteuspiste" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Edellisen tunnin kosteuspiste: " #: lib/Block/Weather.php:181 msgid "Dew point" msgstr "Kosteuspiste" #: templates/prefs/facebook.html:13 templates/prefs/facebook.html:25 #: templates/prefs/facebook.html:37 templates/prefs/twitter.html:10 msgid "Disable" msgstr "Pois käytöstä" #: config/prefs.php:439 msgid "Display 24-hour times?" msgstr "Käytetäänkö 24-tunnin aikaesitystä?" #: config/prefs.php:556 msgid "Display Preferences" msgstr "Näkymän asetukset" #: lib/Block/Weather.php:87 msgid "Display detailed forecast" msgstr "Näytä yksityiskohtainen ennuste" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Näytä ennuste (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Jos ensimmäinen rivi sisältää sarakkeiden otsikot, niin valitse:" #: templates/login/login.inc:57 msgid "Don't have an account? Sign up." msgstr "Eikö ole käyttäjätunnusta? Kirjaudu käyttäjäksi." #: admin/config/index.php:144 admin/config/index.php:185 #, php-format msgid "Download %s" msgstr "Tallenna %s" #: admin/config/index.php:306 msgid "Download generated configuration as PHP script." msgstr "Tallenna luotu asetustiedosto PHP-skriptinä." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Huumeet" #: login.php:234 msgid "Dynamic" msgstr "Dynaaminen" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU ALV-tunnusnumero" #: lib/View/Sidebar.php:220 templates/shares/edit.inc:65 #: templates/shares/edit.inc:82 templates/shares/edit.inc:100 #: templates/shares/edit.inc:117 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:171 #: templates/shares/edit.inc:192 templates/shares/edit.inc:227 #: templates/shares/edit.inc:254 templates/shares/edit.inc:273 #: templates/shares/edit.inc:295 templates/shares/edit.inc:324 msgid "Edit" msgstr "Muokkaa" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Muokkaa \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Muokkaa asetuksia ohjelmalle" #: services/shares/edit.php:251 msgid "Edit permissions" msgstr "Muokkaa oikeuksia" #: services/shares/edit.php:252 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Muokkaa oikeuksia - \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Koulutus" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Sähköpostiosoite" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Päätymisaika" #: lib/Block/Weather.php:75 msgid "English" msgstr "Englanti" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Anna nimi uudelle kategorialle:" #: config/prefs.php:354 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Anna kysymys joka kysytään, jos salasanasi joudutaan nollaamaan esimerkiksi " "'mikä on lemmikkisi nimi?':" #: lib/Prefs/Special/Twitter.php:49 services/twitter/index.php:184 #: services/twitter/index.php:207 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Tapahtui virhe otettaessa yhteyttä Twitteriin: %s Tarkemmat tiedot on " "tallennettu ylläpidon käsiteltäväksi." #: lib/Prefs/Special/Syncml.php:68 msgid "Error deleting synchronization session:" msgstr "Virhe poistettaessa synkronointi-istuntoja:" #: lib/Prefs/Special/Syncml.php:76 msgid "Error deleting synchronization sessions:" msgstr "Virhe poistettaessa synkronointi-istuntoja:" #: services/changepassword.php:59 #, php-format msgid "Error updating password: %s" msgstr "Virhe päivitettäessä salasanaa: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etninen" #: services/facebook/index.php:189 msgid "Event Invites:" msgstr "Tapahtumakutsut:" #: config/prefs.php:617 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "15 minuutin välein" #: config/prefs.php:636 msgid "Every 2 minutes" msgstr "2 minuutin välein" #: config/prefs.php:614 config/prefs.php:634 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "30 sekunnin välein" #: config/prefs.php:616 config/prefs.php:637 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "5 minuutin välein" #: config/prefs.php:618 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Puolen tunnin välein" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Tunnin välein" #: config/prefs.php:615 config/prefs.php:635 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Minuutin välein" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Esimerkkiarvot:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Suorita" #: lib/View/Sidebar.php:64 templates/admin/sessions.html.php:8 #: templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Laajenna" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Ekstrasuuri" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "Asetustiedostojen vienti FTP:ll" #: config/prefs.php:661 msgid "Facebook Integration" msgstr "Facebookin käyttö" #: lib/Application.php:217 msgid "Failed unlock attempts before device is wiped" msgstr "Epäonnistuneet yritykset ennenkuin laite tyhjennetään" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Syöte" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Syötteen osoite" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Tuntuu kuin" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Etsittävät kentät" #: config/registry.php:306 msgid "File Manager" msgstr "Tiedostot" #: lib/Block/FbStream.php:60 msgid "Filter" msgstr "Suodatin" #: config/registry.php:88 msgid "Filters" msgstr "Suodatus" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Ensimmäinen puolisko" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Ensimmäinen neljännes" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Ruoka" #: lib/Application.php:185 msgid "Force" msgstr "Pakota" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Ennuste (TAF)" #: lib/Block/Weather.php:81 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Ennustettavat vuorokaudet (Huomaathan että ennustuksessa on tiedot sekä " "päivistä että öistä, joten suuri määrä päiviä aiheuttaa liian leveän osion)" #: templates/login/login.inc:64 msgid "Forgot your password?" msgstr "Unohditko salasanasi?" #: config/registry.php:335 msgid "Forms" msgstr "Lomakkeet" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Mietelause" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Mietelauseen tyyppi" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Mietelauseet" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Mietelauseet 2" #: config/registry.php:329 msgid "Forums" msgstr "Foorumit" #: services/facebook/index.php:188 msgid "Friend Requests:" msgstr "Ystäväpyynnöt:" #: templates/prefs/facebook.html:36 msgid "Friends enabled" msgstr "Ystävät käytössä" #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "suunnasta %s (%s °) nopeudella %s %s" #: lib/Block/Weather.php:318 #, php-format msgid "From the %s at %s %s" msgstr "suunnasta %s nopeudella %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Pidempi kuvaus" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Täysikuu" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Koko nimi" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Muodosta %s asennusasetukset" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Muodostettu koodi" #: lib/Block/FbStream.php:155 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Hae lisää" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Yleiset asetukset" #: templates/prefs/app.html:16 msgid "Go" msgstr "Mene" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google haku" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Kreikka (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Ryhmien hallinta" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Ryhmänimi" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Ryhmää ei luotu: %s." #: admin/groups.php:219 templates/shares/edit.inc:269 msgid "Groups" msgstr "Ryhmät" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Vierailijan oikeudet" #: lib/Application.php:286 msgid "HTML Email" msgstr "HTML-viesti" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrea (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Korkeus" #: lib/Block/FbStream.php:75 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Viestivirran korkeus (leveys mukautuu automaattisesti osion mukaan)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Ohje" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Ohjeiden _aiheet" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Pallonpuolisko:" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Tässä on tiedoston alkuosa:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Piilota laajemmat asetukset" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Piilota tulokset" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Kotihakemisto" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Kenttien (sarakkeiden) lukumäärä?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Kuinka monen sekunnin välein tarkistetaan uudet viestit?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:219 lib/Block/Weather.php:259 msgid "Humidity" msgstr "Kosteus" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristit" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikonit - %s" #: config/prefs.php:284 msgid "Identity's name:" msgstr "Profiilin nimi:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Tuonti, askel %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Tuodut kentät: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Tuodut kentät:" #: lib/Block/TwitterTimeline.php:110 msgid "In reply to:" msgstr "Vastauksena:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Alla olevista listoista valitse molemmat; vasemmalta lähdetiedostosta " "tuotava kentä ja oikealta osoitekirjastasi vastaava kentää. Tämä jälkee " "valitse \"Lisää pari\", jolloin merkitset nämä tiedot tuotavaksi. Kun olet " "valmis, niin valitse \"Seuraava\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Väärä käyttäjätunnus tai vaihtoehtoinen osoite. Yritä uudestaan tai ota " "yhteyttä ylläpitoon jos tarvitset lisää apua." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Yksittäiset käyttäjät" #: config/registry.php:234 msgid "Information" msgstr "Informaatio" #: templates/admin/groups/edit.inc:40 msgid "Inherited Members" msgstr "Periytä jäsenet" #: config/prefs.php:368 msgid "Insert an email address to which you can receive the new password:" msgstr "Anna sähköpostiosoite johon uusi salasana lähetetään:" #: config/prefs.php:361 msgid "Insert the required answer to the security question:" msgstr "Anna vaadittava vastaus turvakysymykseen:" #: lib/Block/Vatid.php:58 msgid "Invalid VAT identification number format." msgstr "Epäkelpo ALV-tunnuksen numeromuoto." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Epäkelpo toiminto %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Epäkelpo ohjelma." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Epäkelpo tiivistetunniste" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Epäkelvot oikeudet ylemmällä tasolla." #: config/registry.php:287 msgid "Inventory" msgstr "Inventaario" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japani (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:111 msgid "Just now..." msgstr "Juuri nyt..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel aloittelijat" #: services/help/index.php:161 msgid "Keyword" msgstr "Avainsana" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Lapset" #: config/registry.php:295 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korea (EUC-KR)" #: login.php:382 templates/login/login.inc:37 msgid "Language" msgstr "Kieli" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Suuri" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Jälkimmäinen puolisko" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Edellinen salasananvaihto" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Jälkimmäinen neljännes" #: admin/activesync.php:101 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Edellinen synkronointiaika" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Viimeksi päivitetty:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Edellinen sisäänkirjautuminen: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Edellinen sisäänkirjautuminen: %s osoitteesta %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Edellinen sisäänkirjautuminen: ei milloinkaan" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Viimeisimmät" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Laki" #: services/facebook/index.php:81 msgid "Like" msgstr "Pitää" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerikit" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux pipareita" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Listaa taulut" #: admin/alarms.php:137 #, php-format msgid "Listing alarms failed: %s" msgstr "Hälytysten listaus epäonnistui: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Lukkojen listaus epäonnistui: %s" #: templates/admin/sessions.html.php:37 #, php-format msgid "Listing sessions failed: %s" msgstr "Istuntojen listaus epäonnistui: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Käyttäjätietojen näyttäminen on estetty." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Kirjallisuus" #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Paikallinen aika: %s %s" #: config/prefs.php:377 msgid "Locale and Time" msgstr "Lokalisaatio ja aika" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 msgid "Location" msgstr "Paikka" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Lukitse käyttäjä" #: admin/locks.php:61 msgid "Locks" msgstr "Lukot" #: login.php:310 templates/login/login.inc:46 msgid "Log in" msgstr "Kirjaudu" #: templates/portal/smartmobile.inc:5 msgid "Log out" msgstr "Poistu" #: templates/prefs/facebook.html:8 msgid "Logged in to Facebook" msgstr "Kirjaudu sisään Facebookiin" #: login.php:339 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Sisäänkirjautumisesi epäonnistui. Todennäköisesti kirjoitit väärin " "käyttäjätunnuksesi tai salasanasi." #: login.php:335 msgid "Login failed." msgstr "Sisäänkirjautuminen epäonnistui." #: templates/prefs/facebook.html:49 msgid "Login to Facebook and authorize " msgstr "Kirjaudu sisään Facebookiin ja anna lupa " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Kirjaudu sisään Twitteriin ja anna lupa " #: templates/prefs/facebook.html:9 msgid "Logout" msgstr "Poistu" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Rakkaus" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "KK" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Taikuus" #: config/registry.php:80 msgid "Mail" msgstr "Posti" #: config/registry.php:352 msgid "Mail Admin" msgstr "Postin hallinta" #: config/prefs.php:530 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Voit hallinnoida listaa kategorioista, joiden avulla voit liittää asioita " "yhteen samojen otsakkeiden alle ja liittää niihin värejä." #: config/prefs.php:751 msgid "Manage your ActiveSync devices." msgstr "Hallinnoi ActiveSync laitteita." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Täsmäävät kentät:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Edellisen 24 tunnin korkein lämpötila: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Edellisen 6 tunnin korkein lämpötila: " #: lib/Application.php:290 msgid "Maximum Email age" msgstr "Viestin korkein ikä" #: lib/Application.php:48 msgid "Maximum Number of Portal Blocks" msgstr "Portaaliosioiden maksimimäärä" #: lib/Application.php:234 msgid "Maximum attachment size" msgstr "Liitteen suurin sallittu koko" #: lib/Block/FbStream.php:66 msgid "Maximum number of entries to display" msgstr "Näytettävien artikkelien maksimimäärä" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Lääketiede" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Keskikoinen" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Jäsenet" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Mainitsee" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar sää" #: lib/Block/Metar.php:62 lib/Block/Weather.php:76 msgid "Metric" msgstr "Metrinen" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Edellisen 24 tunnin matalin lämpötila: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Edellisen 6 tunnin matalin lämpötila: " #: lib/Application.php:196 msgid "Minimum PIN length" msgstr "Minimi PIN pituus" #: lib/Application.php:212 msgid "Minutes of inactivity before device should lock" msgstr "Minuutteja ennenkuin laite lukitaan" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Sekalaiset" #: admin/config/index.php:197 msgid "Missing configuration." msgstr "Asetusasennustiedot puuttuvat" #: login.php:242 msgid "Mobile (Minimal)" msgstr "Mobiili (minimaalinen)" #: login.php:238 msgid "Mobile (Smartphone)" msgstr "Mobiili (älypuhelin)" #: templates/portal/smartmobile.inc:11 msgid "Mobile Optimized Apps" msgstr "Mobiilikäyttöön optimoidut ohjelmat" #: login.php:221 msgid "Mode" msgstr "Käyttötila" #: config/prefs.php:518 msgid "Monday" msgstr "Maanantai" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Kuun vaiheet" #: config/registry.php:300 msgid "My Account" msgstr "Omat tietoni" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Oman käyttäjätunnukseni tiedot" #: lib/Block/FbStream.php:37 msgid "My Facebook Stream" msgstr "Facebook virta" #: services/portal/index.php:45 msgid "My Portal" msgstr "Portaalini" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Portaalini asettelu" #: lib/Block/Weather.php:308 lib/Block/Weather.php:312 #: lib/Block/Weather.php:328 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html:27 #: templates/logintasks/smartmobile.html:29 msgid "NO, I Do NOT Agree" msgstr "EI, en hyväksy" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "HUOMAA: LAITTEEN TYHJENNYS SAATTAA PALAUTTAA LAITTEESEEN TEHDASASETUKSET. " "OTATHAN TÄMÄN HUOMIOON ENNENKUIN PYYDÄT LAITTEEN TYHJENNYSTÄ." #: lib/Block/Vatid.php:90 msgid "Name" msgstr "Nimi" #: config/prefs.php:613 config/prefs.php:633 lib/Application.php:184 #: templates/portal/layout.inc:97 msgid "Never" msgstr "Ei koskaan" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Uusi kategoria" #: services/facebook/index.php:185 msgid "New Messages:" msgstr "Uudet viestit:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Uusikuu" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Uusi käyttäjätunnus (vapaaehtoinen)" #: services/changepassword.php:32 msgid "New password" msgstr "Uusi salasana" #: services/changepassword.php:43 msgid "New passwords don't match." msgstr "Antamasi uudet salasanat eivät täsmää." #: config/registry.php:245 lib/Block/Fortune.php:59 msgid "News" msgstr "Uutiset" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Seuraava" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Seuraavat 4 vaihetta" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Ei ääniä" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" "Asennusasetustietoja ei ole saatavilla, joista voisi näyttää eroavaisuuksia." #: admin/config/diff.php:45 msgid "No change." msgstr "Ei muutosta." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ikoneita ei löytynyt." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Ei näytettävää sisältöä" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Paikkatietoa ei ole asetettu." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Ei loukkaavat mietelauseet" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Ei sisäänkirjautumispyyntöjä jonossa." #: lib/Application.php:303 msgid "No push while roaming" msgstr "Ei push toimintoa kun ei ole kotiverkossa" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Turvakysymystä ei ole asetettu. Ota yhteyttä ylläpitoon." #: admin/config/index.php:141 admin/config/index.php:182 msgid "No stable version exists yet." msgstr "Tuotantoversiota ei ole vielä olemassa." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Käyttäjänimeä ei ollut annettu." #: admin/config/index.php:203 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Versiotietoja ei löytynyt asennusasetuksista. Luo asennusasetukset uudelleen." #: admin/config/index.php:212 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Versiotietoja ei löytynyt asennusasetuksistasi. Luo asennusasetukset " "uudelleen." #: lib/Prefs/Special/Activesync.php:63 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Ei mitään" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Lappi/Pohjoismaat/Eskimo (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Pohjoinen pallonpuolisko:" #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:78 msgid "Not Provisioned" msgstr "Ei jaettu" #: config/registry.php:166 msgid "Notes" msgstr "Muistiot" #: services/obrowser/index.php:35 msgid "Nothing to browse, go back." msgstr "Ei mitään selattavaa, palaa takaisin." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Näytettävien artikkelien lukumäärä" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Päivitysten aikaväli" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Objektin luoja" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Loukkaavuussuodatin" #: config/registry.php:257 msgid "Office" msgstr "Toimisto" #: services/changepassword.php:45 msgid "Old and new passwords must be different." msgstr "Uusi salasana ei saa olla sama kuin nykyinen salasanasi." #: services/changepassword.php:31 msgid "Old password" msgstr "Nykyinen salasana" #: services/changepassword.php:41 msgid "Old password is not correct." msgstr "Nykyinen salasana on väärin." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Vain loukkaavat mietelauseet" #: services/shares/edit.php:92 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Vain omistaja tai järjestelmän ylläpitäjä voi muuttaa jakojen omistajia tai " "oikeuksia" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Käyttöjärjestelmä" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Tai anna käyttäjätunnus:" #: config/registry.php:182 msgid "Organizing" msgstr "Organisointi" #: config/prefs.php:555 config/prefs.php:660 config/prefs.php:686 #: config/prefs.php:711 config/prefs.php:736 config/prefs.php:749 msgid "Other Information" msgstr "Muut tiedot" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Muut asetukset" #: config/registry.php:177 msgid "Others" msgstr "Muut" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Omistaja" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Omistaja:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP-koodi" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP-komentotulkki" #: lib/Application.php:266 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP sähköpostitilit" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX-laajennukset puuttuvat" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "PH_P-komentotulkki" #: login.php:204 admin/config/index.php:319 admin/user.php:40 #: admin/user.php:54 config/registry.php:318 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Salasana" #: lib/Application.php:201 msgid "Password Complexity" msgstr "Salasanan monimutkaisuus" #: services/changepassword.php:50 msgid "Password changed successfully." msgstr "Salasanan vaihto onnistui." #: admin/user.php:176 admin/user.php:236 msgid "Passwords must match." msgstr "Salasanojen pitää täsmätä." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Liitä" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Jonossa olevat sisäänkirjautumispyynnöt:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Ihmiset" #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Suorita sisäänkirjautumistoimenpiteet" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Oikeutta \"%s\" ei poistettu." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Oikeudet" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:129 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Oikeuksien hallinta" #: config/prefs.php:272 msgid "Personal Information" msgstr "Omat tiedot" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Lemmikit" #: config/registry.php:340 msgid "Photos" msgstr "Valokuvat" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Latteudet" #: login.php:210 msgid "Please enter a password." msgstr "Anna salasana." #: login.php:209 msgid "Please enter a username." msgstr "Anna käyttäjätunnus." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Anna lyhyt kuvaus ongelmasta." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lue seuraava teksti. Sinun PITÄÄ suostua käyttöehtoihin voidaksesi käyttää " "järjestelmää." #: services/facebook/index.php:187 msgid "Pokes:" msgstr "Tökkää:" #: admin/activesync.php:108 msgid "Policy Key" msgstr "Politiikan avain" #: lib/Prefs/Special/Activesync.php:84 msgid "Policy Key:" msgstr "Politiikan avain:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politiikka" #: config/prefs.php:765 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Mihin kohtaan laitetaan vastausteksti kun kirjoitat vastausta laitteellasi." "Huomaathan, että jotkut laitteet laittavat lainatun tekstin aina " "vastausteksisi perään." #: services/facebook/index.php:33 #, php-format msgid "Posted %s" msgstr "Lähetetty %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Lähetetty %s kautta %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Sademäärä edelliselle %d tunnille: " msgstr[1] "Sademäärä edellisille %d tunneille: " #: lib/Block/Weather.php:255 #, php-format msgid "Precipitation%schance" msgstr "Sateen%stodennäköisyys" #: lib/Block/Metar.php:199 lib/Block/Weather.php:192 msgid "Pressure" msgstr "Ilmanpaine" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Ilmanpaine merenpinnassa: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Pääasiallinen" #: services/problem.php:161 msgid "Problem Description" msgstr "Ongelman kuvaus" #: admin/activesync.php:172 lib/Prefs/Special/Activesync.php:77 msgid "Provisioned" msgstr "Jaeltu" #: lib/Application.php:180 msgid "Provisioning" msgstr "Jaellaan" #: templates/prefs/facebook.html:12 msgid "Publish enabled." msgstr "Julkaisu sallittu" #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Kysely" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kiintiö" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Satunnainen mietelause" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Luku" #: templates/prefs/facebook.html:24 msgid "Read enabled" msgstr "Luku sallittu" #: templates/admin/user/remove.inc:9 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Poistetaanko \"%s\"? Tätä toimintoa ei voi peruuttaa." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Poistetaanko käyttäjätiedot käyttäjästä \"%s\"? Tätä toimintoa ei voi " "peruuttaa." #: config/prefs.php:639 msgid "Refresh Dynamic Menu Elements:" msgstr "Päivitä dynaamiset valikkoelementit:" #: config/prefs.php:620 msgid "Refresh Portal View:" msgstr "Päivitä portaalinäkymää:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Päivitysnopeus:" #: admin/activesync.php:137 msgid "Registered User Devices" msgstr "Rekisteröidyt käyttäjälaitteet" #: templates/portal/smartmobile.inc:17 msgid "Regular Apps" msgstr "Normaalit ohjelmat" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Huomiot" #: templates/admin/sessions.html.php:23 msgid "Remote Host" msgstr "Etäpalvelin" #: admin/activesync.php:186 templates/admin/groups/edit.inc:25 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Poista" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Poista pari" #: admin/config/index.php:338 msgid "Remove saved script from server's temporary directory." msgstr "Poistettiin tallennettu skripti palvelimen väliaikaishakemistosta." #: templates/admin/user/remove.inc:12 msgid "Remove user" msgstr "Poista käyttäjä" #: templates/admin/user/remove.inc:6 #, php-format msgid "Remove user: %s" msgstr "Poista käyttäjä: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Vastaa" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Uudelleenjakele kaikki laitteet" #: lib/Application.php:191 msgid "Require PIN" msgstr "Vaadi PIN" #: lib/Application.php:274 msgid "Require S/MIME Encryption" msgstr "Vaadi S/MIME-salaus" #: lib/Application.php:278 msgid "Require S/MIME Signature" msgstr "Vaadi S/MIME-allekirjoitus" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Tyhjennä" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Tyhjennä salasana" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Tyhjentää laitteen tilan. Tämän jälkeen laitteesi synkronoin uudelleen " "kaikki tiedot." #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Resetoi salasanasi" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Palauta edellinen kysely" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Tulokset" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Tulokset - %s" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Palaa päänäkymään" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweetannut %s" #: services/changepassword.php:33 msgid "Retype new password" msgstr "Vahvista uusi salasana" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Palauta asennusasetukset" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Arvoitukset" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Suorita" #: templates/logintasks/smartmobile.html:22 msgid "Run Login Tasks" msgstr "Suorita sisäänkirjautumistoiminnot" #: lib/Application.php:246 msgid "SD card" msgstr "SD muistikortti" #: lib/Application.php:239 msgid "SD card encryption" msgstr "SD muistikortin salaus" #: lib/Application.php:254 msgid "SMS Text messages" msgstr "SMS Tekstiviestit" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL-komentotulkki" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "S_QL-komentotulkki" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Tallenna" #: templates/admin/groups/edit.inc:69 templates/shares/edit.inc:335 #, php-format msgid "Save \"%s\"" msgstr "Tallenna \"%s\"" #: templates/shares/edit.inc:336 msgid "Save and Finish" msgstr "Tallenna ja lopeta" #: admin/config/index.php:310 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Tallenna luotu asennusasetustiedosto PHP-skriptinä palvelimen " "väliaikaishakemistoon." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Asennusasetusskripti on tallennettu paikkaan: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Tiede" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Laajuus" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Ha_ku" #: services/help/index.php:156 templates/admin/user/list.inc:14 #: templates/topbar/_menubar.html.php:21 msgid "Search" msgstr "Haku" #: templates/admin/user/list.inc:12 msgid "Search:" msgstr "Haku:" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Valitse lisättävä ryhmä:" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Valitse uusi omistaja:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Valitse palvelin" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Valitse lisättävä käyttäjä:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Valitse osoitteiden laajennuksessa käytettävät kentät." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Valitse ajan ja päiväyksen esitystapa:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Valitse päiväyksen erotinmerkki:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Valitse päiväyksen esitysmuoto:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Valitse ajan ja päiväyksen järjestys:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Valitse kellonajan erotinmerkki:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Valitse ajan esitysmuoto:" #: config/prefs.php:606 msgid "Select your color scheme." msgstr "Valitse väriteema." #: config/prefs.php:391 msgid "Select your preferred language:" msgstr "Valitse käytettävä kieli:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Lähetä ongelmaviesti" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Tunnistin: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Palvelimen aika" #: admin/sessions.php:68 msgid "Session Administration" msgstr "Istuntojen hallinta" #: templates/admin/sessions.html.php:15 msgid "Session Timestamp" msgstr "Istunnon aikaleima" #: lib/Api.php:57 msgid "Sessions" msgstr "Istunnot" #: config/prefs.php:337 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Salasanan muuttamiseen liittyviä asetuksia, jos joskus satut unohtamaan " "salasanasi." #: config/prefs.php:662 msgid "Set up integration with your Facebook account." msgstr "Facebook käyttöön liittyviä asetuksia." #: config/prefs.php:688 msgid "Set up integration with your Twitter account." msgstr "Twitter käyttöön liittyviä asetuksia." #: config/prefs.php:378 msgid "Set your preferred language, timezone and date preferences." msgstr "" "Voit asettaa käytettävän kielen, aikavyöhykkeen ja muita päiväykseen " "liittyviä asetuksia." #: config/prefs.php:557 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Voit asettaa aloitusohjelman, väriteeman, näkymän päivityksen ja muita " "näkymään liityviä asetuksia." #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Useat paikat sopivat annettuun parametriin: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Lyhyt kuvaus" #: config/prefs.php:646 msgid "Should access keys be defined for most links?" msgstr "Käytetäänkö pikavalintanäppäimiä useimmille linkeille?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Näytä" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Näytä laajemmat asetukset" #: admin/config/index.php:300 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Näytä erot tämänhetkisen asennusasetustiedoston juuri luodun uudemman " "version välillä." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Näytetäänkö lisätiedot?" #: config/prefs.php:590 msgid "Show last login time when logging in?" msgstr "Näytetäänkö edellisen sisäänkirjautumisen päiväys?" #: lib/Block/FbStream.php:71 msgid "Show notifications" msgstr "Näytä ilmoitukset" #: templates/logintasks/logintasks.html:23 #: templates/logintasks/smartmobile.html:23 msgid "Skip Login Tasks" msgstr "Ohita sisäänkirjautumistoiminnot" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Pieni" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Lumen syvyys: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Lumen määrä vetenä: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Laulut ja Runous" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Etelä-Eurooppa (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Eteläinen pallonpuolisko:" #: config/registry.php:103 msgid "Spam" msgstr "Roskaposti" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Urheilu" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standardi" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Aloitusaika" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Tilatiedon hallinta" #: admin/activesync.php:115 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Tila" #: services/facebook/index.php:232 msgid "Status unable to be set." msgstr "Ei voi asettaa tilatietoja." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Virta" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Alihakemistoa \"%s\" ei löytynyt." #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Lähtettiin pyyntö lisätä \"%s\" järjestelmään. Et voi kirjautua sisään " "ennenkuin pyyntö on käsitelty ja hyväksytty." #: services/facebook/index.php:138 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Facebook tiliin onnistuttiin muodostamaan yhteys tai päivitettiin oikeuksia." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Onnistui" #: admin/signup_confirm.php:87 admin/user.php:102 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Onnistuttiin lisäämään \"%s\" järjestelmään." #: admin/user.php:148 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" "Onnistuttiin poistamaan järjestelmästä käyttäjän \"%s\" käyttäjätiedot." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Onnistuttiin poistamaan \"%s\"." #: admin/user.php:125 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Onnistuttiin poistamaan \"%s\" järjestelmästä." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Palattiin onnistuneesti vanhoihin asetuksiin. Lataa sivu uudestaan " "nähdäksesi muutokset." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Onnistuttiin tallentamaan varmuuskopiot asennusasetuksista." #: admin/user.php:200 #, php-format msgid "Successfully updated \"%s\"" msgstr "Onnistuttiin päivittämään \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Onnistuttiin kirjoittamaan %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Aurinnnousu" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Auringonlasku" #: config/prefs.php:517 msgid "Sunday" msgstr "Sunnuntai" #: lib/Block/Weather.php:166 lib/Block/Weather.php:167 msgid "Sunrise" msgstr "Aurinnnousu" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Aurinko nousee/Aurinko laskee" #: lib/Block/Weather.php:169 lib/Block/Weather.php:170 msgid "Sunset" msgstr "Auringonlasku" #: lib/Application.php:294 msgid "Sync all" msgstr "Synkronoi kaikki" #: config/prefs.php:737 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Levitetty syöte" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Avainsanapilvi" #: config/registry.php:152 msgid "Tasks" msgstr "Tehtävät" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Lämpötila edelliselle tunnille: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:176 msgid "Temperature" msgstr "Lämpötila" #: lib/Block/Weather.php:247 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Lämpötila%s(%sHi%s/%sLo%s)" #: lib/Prefs/Special/Facebook.php:76 services/facebook/index.php:147 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Facebookiin ei juuri nyt saada yhteyttä, yritä myöhemmin uudestaan." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Twitteriin ei juuri nyt saada yhteyttä, yritä myöhemmin uudestaan." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Etätyhjennys laitteelle id %s on peruutettu." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Hälytys on poistettu." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Hälytys on tallennettu." #: admin/config/index.php:100 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Asennusasetustietoja ohjelmalle %s ei voida päivittää automaattisesti. " "Huomaathan päivittää asennusasetustiedot käsin." #: config/prefs.php:302 msgid "The default e-mail address to use with this identity:" msgstr "Oletussähköpostiosoite, jota käytetään tämän profiilin kanssa:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Lukko on poistettu." #: lib/Block/Vatid.php:113 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Jäsenvaltion tilapalveluun ei juuri nyt saada yhteyttä. Yritä myöhemmin " "uudestaan tai kokeile jotain muuta jäsenvaltiota." #: lib/Block/Vatid.php:109 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Jäsenvaltion tilapalveluun ei saada yhteyttä. Yritä myöhemmin uudestaan tai " "kokeile jotain muuta jäsenvaltiota." #: lib/Block/Vatid.php:101 msgid "The provided country code is invalid." msgstr "Annettu maakoodi ei kelpaa." #: lib/Block/Vatid.php:105 msgid "The service is currently not available. Try again later." msgstr "Palveluun ei juuri nyt saada yhteyttä. Yritä myöhemmin uudestaan." #: lib/Block/Vatid.php:117 msgid "The service is currently too busy. Try again later." msgstr "Palvelun on juuri nyt liian kuormitettu. Yritä myöhemmin uudestaan." #: admin/user.php:225 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Sisäänkirjautumispyyntö \"%s\" on poistettu." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Sisäänkirjautumispyyntö käyttäjälle \"%s\" on poistettu." #: lib/Prefs/Special/Activesync.php:127 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Tilatiedot laitteelle laite id %s on nyt resetoitu. Laite yrittää " "synkronoida uudelleen kun se seuraavan kerran ottaa yhteyttä palvelimeen." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Testitoiminto on tällä hetkellä käytössä. Turvallisuuden takia, ota " "testitoiminto pois päältä kun et sitä enää tarvi (katso horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:74 #, php-format msgid "The user \"%s\" already exists." msgstr "Käyttäjä \"%s\" on jo olemassa." #: services/shares/edit.php:94 services/shares/edit.php:179 #, php-format msgid "The user \"%s\" does not exist." msgstr "Käyttäjää \"%s\" ei ole olemassa." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Teemahakemistoa \"%s\" ei löytynyt." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:86 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Joitakin ongelmia \"%s\" lisäämisessä järjestelmään: %s" #: admin/user.php:150 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Käyttäjän \"%s\" käyttäjätietojen poistamisessa järjestelmässä oli ongelmia: " #: admin/user.php:127 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Joitakin ongelmia \"%s\" poistamisessa järjestelmästä: " #: admin/user.php:181 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Joitakin ongelmia \"%s\" päivityksessä: %s" #: lib/Prefs/Special/Activesync.php:130 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Tapahtui virhe yhteyksissä ActiveSync palvelimen kanssa: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:102 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Tapahtui virhe otettaessa yhteyttä Twitteriin: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Joitakin ongelmia asennusasetuslomakkeessa. Ehkäpä jätit määrittelemättä " "joitakin pakollisia tietoja." #: lib/Block/FbStream.php:147 services/facebook/index.php:174 #: services/facebook/index.php:191 #, php-format msgid "There was an error making the request: %s" msgstr "Joitakin ongelmia muodostettaessa pyyntöä: %s" #: services/facebook/index.php:142 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Tapahtui virhe haettaessa Facebook istuntoa. Yritä myöhemmin uudestaan." #: lib/Application.php:166 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Joitakin ongelmia poistettaessa kaikkia tietoja %s. Tarkemmat tiedot on " "tallennettu." #: services/facebook/index.php:157 msgid "There was an error with the requested permissions" msgstr "Joitakin ongelmia pyydetyissa oikeuksissa" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is invalid." msgstr "Tämä ALV-tunnusnumero on epäkelpo" #: lib/Block/Vatid.php:76 msgid "This VAT identification number is valid." msgstr "Tämä ALV-tunnusnumero on kelvollinen" #: config/registry.php:217 msgid "Tickets" msgstr "Tiketit" #: config/registry.php:263 msgid "Time Tracking" msgstr "Ajanseuranta" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Ajanmuoto" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Aikaleima tai tuntematon" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Onnistuneiden synkronointi-istuntojen aikaleimat" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Otsikko" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Estääksesi sen, että jotain kenttää ei tuoda tai korjataksesi väärin " "muodostetun pariliitoksen, niin valitse kentää alla olevasta listasta ja " "valitse \"Poista pari\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Voidaksesi valita useampia vaihtoehtoja, pidä Control- (PC) tai Command- " "(Mac) näppäintä pohjassa kun napsautat hiiren painiketta." #: lib/Block/Weather.php:280 msgid "Today" msgstr "Tänään" #: lib/Block/Weather.php:282 msgid "Tomorrow" msgstr "Huomenna" #: config/prefs.php:766 msgid "Top" msgstr "Yläpuolelle" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Käännökset" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkki (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:687 msgid "Twitter Integration" msgstr "Twitterin käyttö" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter aikajana" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter aikajana %s" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:80 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" "Twitteriin ei saatu yhteyttä. Yritä myöhemmin uudestaan. Virheilmoitus oli: " "%s" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Ei voida poistaa \"%s\": %s." #: services/facebook/index.php:257 msgid "Unable to set like." msgstr "Ei voida asettaa pitää tietoja." #: services/facebook/index.php:126 msgid "Unable to validate the request token. Please try your request again." msgstr "Pyyntötokenia ei voida varmentaa. Yritä tehdä toiminto uudelleen." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Peru muutokset" #: lib/Prefs/Special/Category.php:73 msgid "Unfiled" msgstr "Luokittelematon" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:72 msgid "Units" msgstr "Mittayksiköt" #: admin/sessions.php:36 msgid "Unknown" msgstr "Tuntematon" #: admin/locks.php:43 msgid "Unlock" msgstr "Avaa" #: lib/Block/FbStream.php:142 templates/admin/user/list.inc:34 msgid "Update" msgstr "Päivitä" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Päivitä %s" #: admin/config/index.php:165 admin/config/index.php:263 #, php-format msgid "Update %s schema" msgstr "Päivitä %s skeema" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Päivitä kaikki tietokantaskeemat" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Päivitä kaikki asetusasennukset" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Päivitä käyttäjä" #: admin/groups.php:105 admin/perms/edit.php:110 services/shares/edit.php:243 #, php-format msgid "Updated \"%s\"." msgstr "Päivitettiin \"%s\"." #: admin/config/index.php:115 #, php-format msgid "Updated schema for %s." msgstr "Päivitettiin skeema - \"%s\"." #: admin/config/index.php:317 msgid "Upload" msgstr "Vie" #: admin/config/index.php:325 msgid "Uploaded all application configuration files to the server." msgstr "Vietiin kaikki ohjelmien asennusasetustiedostot palvelimelle." #: config/prefs.php:713 msgid "Use if name/password is different for IMSP server." msgstr "Käytä jos tunnus/salasana on eri IMSP-palvelimelle." #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:66 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Käyttäjä" #: admin/user.php:241 msgid "User Administration" msgstr "Käyttäjien hallinta" #: lib/Prefs/Special/Activesync.php:84 msgid "User Agent:" msgstr "Käyttäjäagentti: %s" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Käyttäjätunnus" #: signup.php:74 msgid "User Registration" msgstr "Käyttäjän rekisteröiminen" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Tässä järjestelmässä ei voi rekisteröidä käyttäjiä." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" "Käyttäjien rekisteröinti ei ole otettu oikein käyttöön tässä järjestelmässä." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Käyttäjätunnusta ei löytynyt" #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Lisättävä käyttäjä:" #: login.php:199 admin/config/index.php:318 admin/user.php:37 #: admin/user.php:53 services/resetpassword.php:33 #: templates/admin/user/approve.inc:22 msgid "Username" msgstr "Käyttäjätunnus" #: templates/admin/groups/edit.inc:57 msgid "Users" msgstr "Käyttäjät" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Järjestelmän käyttäjät:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "ALV id-numeron varmistus" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "ALV-tunnusnumero:" #: lib/Block/Vatid.php:84 msgid "VAT number" msgstr "ALV-numero" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Tarkista versiot" #: config/registry.php:206 msgid "Version Control" msgstr "Versionhallinta" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnam (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Näytä ulkoinen web-sivu" #: lib/Block/Metar.php:183 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Näkyväisyys" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Varoitus" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Sää" #: lib/Block/Weather.php:340 lib/Block/Weather.php:348 msgid "Weather data provided by" msgstr "Säätiedot toimittaa" #: config/registry.php:323 msgid "Web Site" msgstr "Websivusto" #: lib/Application.php:270 msgid "Web browser" msgstr "Selain" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Tervetuloa" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Tervetuloa, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Länsimainen (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Länsimainen (ISO-8859-15)" #: config/prefs.php:570 #, php-format msgid "What application should %s display after login?" msgstr "Minkä ohjelma %s käynnistetään sisäänkirjautumisen jälkeen." #: lib/Block/TwitterTimeline.php:107 msgid "What are you working on now?" msgstr "Minkä parissa työskentelet juuri nyt?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Mitä merkkiä käytetään erottimena?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Mitä merkkiä käytetään lainaukseen?" #: config/prefs.php:520 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Mikä päivä näytetään viikon ensimmäisenä päivänä?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Mitkä vaiheet" #: config/prefs.php:626 #, php-format msgid "Width of the %s menu on the left:" msgstr "Vasemman %s valikon leveys:" #: lib/Application.php:258 msgid "Wifi" msgstr "Wifi" #: config/registry.php:346 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:205 lib/Block/Weather.php:263 msgid "Wind" msgstr "Tuuli" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Tuulennopeus solmuissa" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Tuuli:" #: admin/activesync.php:182 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Tyhjennä" #: admin/activesync.php:163 lib/Prefs/Special/Activesync.php:67 msgid "Wipe is pending" msgstr "Tyhjennys on käynnissä" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Viisaus" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Kanssa " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Työ" #: config/registry.php:229 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "VV" #: templates/logintasks/logintasks.html:26 #: templates/logintasks/smartmobile.html:28 msgid "Yes, I Agree" msgstr "Kyllä, hyväksyn" #: services/facebook/index.php:89 services/facebook/index.php:251 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Sinä ja %d muu henkilö pitää tästä" msgstr[1] "Sinä ja %d muuta henkilöä pitää tästä" #: lib/Api.php:246 msgid "You are not allowed to add groups." msgstr "Sinulla ei ole oikeuksia lisätä ryhmia." #: lib/Api.php:363 msgid "You are not allowed to add shares." msgstr "Sinulla ei ole oikeuksia lisätä jakoja." #: lib/Api.php:289 lib/Api.php:312 msgid "You are not allowed to change groups." msgstr "Sinulla ei ole oikeuksia muuttaa ryhmiä." #: lib/Api.php:444 lib/Api.php:481 lib/Api.php:515 lib/Api.php:540 msgid "You are not allowed to change shares." msgstr "Sinulla ei ole oikeuksia muuttaa jakoja." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Sinulla ei ole oikeuksia poistaa ryhmia." #: lib/Api.php:388 msgid "You are not allowed to delete shares." msgstr "Sinulla ei ole oikeuksia poistaa jakoja." #: lib/Api.php:672 msgid "You are not allowed to list groups of shares." msgstr "Sinulla ei ole oikeuksia listata jakoryhmiä." #: lib/Api.php:566 lib/Api.php:604 msgid "You are not allowed to list share permissions." msgstr "Sinulla ei ole oikeuksia listata jakojen oikeuksia." #: lib/Api.php:413 msgid "You are not allowed to list shares." msgstr "Sinulla ei ole oikeuksia listata jakoja" #: lib/Api.php:335 msgid "You are not allowed to list users of groups." msgstr "Sinulla ei ole oikeuksia listata ryhmien jäseniä." #: lib/Api.php:642 msgid "You are not allowed to list users of shares." msgstr "Sinulla ei ole oikeuksia listata jakojen jäseniä." #: lib/Block/FbStream.php:106 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Et ole yhteydessä Facebook tiliisi. Sinun tulisi tarkistaa Facebook " "asetuksesi %s." #: lib/Block/FbStream.php:148 services/facebook/index.php:175 #: services/facebook/index.php:192 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Voit myös tarkistaa Facebook asetuksesi %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "Et suostunut käyttöehtoihin, joten et voi kirjautua sisään." #: login.php:331 msgid "You have been logged out." msgstr "Olet kirjautunut ulos." #: services/facebook/index.php:155 msgid "You have denied the requested permissions." msgstr "Olet kieltänyt pyydetyt oikeudet." #: lib/Block/TwitterTimeline.php:160 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Et ole kunnolla liittänyt Twitter tiliäsi Horden kanssa. Sinun tulisi " "tarkistaa Facebook asetukset %s." #: services/facebook/index.php:92 services/facebook/index.php:245 #: services/facebook/index.php:253 msgid "You like this" msgstr "Pidätkö tästä" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Sinun tulee kuvailla ongelmatilannetta ennenkuin voit lähettää " "ongelmaviestin." #: admin/user.php:143 msgid "You must specify a username to clear out." msgstr "Sinun pitää antaa tyhjennettävä käyttäjätunnus." #: admin/user.php:120 msgid "You must specify a username to remove." msgstr "Sinun pitää antaa poistettava käyttäjätunnus." #: admin/user.php:72 msgid "You must specify the username to add." msgstr "Sinun pitää antaa lisättävä käyttäjätunnus." #: admin/user.php:172 msgid "You must specify the username to update." msgstr "Sinun pitää antaa päivitettävä käyttäjätunnus." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Sähköpostiosoitteesi" #: config/prefs.php:271 config/prefs.php:335 config/prefs.php:376 #: config/prefs.php:528 msgid "Your Information" msgstr "Omat tietosi" #: login.php:319 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Tietokoneesi IP-osoite on muuttunut sen jälkeen kun olit aloittanut " "istunnon. Tietoturvasyistä sinun tulee kirjautua uudestaan." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Nimesi" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Käyttämäsi autentikaatiotaustajärjestelmä ei tue käyttäjien lisäämistä. Jos " "haluat hallinnoida käyttäjätunnuksia, sinun pitää käyttää jotakin toista " "authentication taustajärjestelmää." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Käyttämäsi autentikaatiotaustajärjestelmä ei tue käyttäjätietojen " "näyttämistä tai tämä piirre ei ole jostakin syystä käytettävissä." #: login.php:323 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Käyttämäsi www-selain näyttää olevan muuttunut sen jälkeen kun olet " "aloittanut istunnon. Tietoturvasyistä sinun pitää kirjautua uudestaan " "järjestelmään." #: lib/Block/Iframe.php:65 msgid "Your browser does not support this feature." msgstr "Selaimesi ei tue tätä piirrettä." #: config/prefs.php:427 msgid "Your current time zone:" msgstr "Aikavyöhykkeesi:" #: config/prefs.php:293 msgid "Your full name:" msgstr "Koko nimesi:" #: login.php:343 msgid "Your login has expired." msgstr "Käyttäjätunnuksesi on vanhentunut." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Uusi salasanasi %s on: %s" #: services/resetpassword.php:81 msgid "Your password has been reset" msgstr "Salasanasi on nollattu" #: services/resetpassword.php:95 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Salasanasi on nollattu, mutta uutta salasanaa ei voitu lähettää sinulle. Ota " "yhteyttä järjestelmän ylläpitäjään." #: services/resetpassword.php:90 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Salasanasi on nollattu, tarkista sähköpostisi ja kirjaudu sisään uudella " "salasanallasi." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Salasanasi on vanhentunut" #: login.php:173 msgid "Your password has expired." msgstr "Salasanasi on vanhentunut." #: login.php:315 msgid "Your session has expired. Please login again." msgstr "Istuntosi on vanhentunut. Kirjaudu sisään uudestaan." #: login.php:327 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Istuntosi on ylittänyt pisimmän sallitun ajan. Kirjaudu sisään uudestaan." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Ongelma]" #: lib/Api.php:52 msgid "_Alarms" msgstr "_Hälytykset" #: lib/Api.php:72 msgid "_CLI" msgstr "_Komentotulkki" #: lib/Api.php:27 msgid "_Configuration" msgstr "_Asennus" #: lib/Api.php:37 msgid "_Groups" msgstr "_Ryhmät" #: lib/Api.php:47 msgid "_Locks" msgstr "_Lukot" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Oikeudet" #: lib/Api.php:32 msgid "_Users" msgstr "_Käyttäjät" #: services/problem.php:59 msgid "attachment" msgstr "liite" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "tyyntä" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "suunnasta %s (%s) nopeudella %s %s" #: lib/Block/Weather.php:213 lib/Block/Weather.php:323 msgid "gusting" msgstr "puuskittain" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "inline" msgstr "sisällytettynä" #: lib/Block/FbStream.php:107 lib/Block/FbStream.php:148 #: lib/Block/TwitterTimeline.php:160 services/facebook/index.php:175 #: services/facebook/index.php:192 msgid "preferences" msgstr "asetukset" #: admin/config/config.php:72 msgid "show differences" msgstr "näytä eroavaisuudet" #: admin/user.php:40 admin/user.php:54 msgid "type the password twice to confirm" msgstr "varmistaaksesi kirjoita salasana kahdesti" #: admin/config/diff.php:57 admin/config/diff.php:69 msgid "unified" msgstr "unified" #: lib/Block/Weather.php:33 msgid "weather" msgstr "sää" tmpIMUtxu/horde-5.2.17/locale/fi/LC_MESSAGES/horde.mo0000644000175000017500000017477113160205253021573 0ustar mathieumathieu;O3E$ E).EXE&rE E$E E)EFF F+FKEKIK#aKlK%KLL 1L;LNLcL{LLL LLLLLMM%2M<XM%MMM M)M NN''N,ON*|N%NN!NOO "O,O >OKO'`OOO O O OOOOOOOO O@ PJP`PuPPPP!PdPFQLQeQnQQ Q1Q*Q R )R5R HRSRQcRR R RRRR SSS !S /S g2h9h>hAhGh LhhWhhhh i"i4iTi$liiiii iiiii/ j ;jIj`jqjjjj j jjj jjkk|kkk k kkk kkl l ll8'l `lkl{lllllEl)mGmE^mAmmmnn$n*nFn$dnnnn(n nno\ovoo oo oooooo oo p &p1p:pNpmpppppp pppqq q%q>q(WqPqq q qqq rrBrrs s %s/s Cs Os\smsssyss s4sGst6t KtYt qt~t tt t6t tttt u"u(>g4c 5hՀf>%8ˁ3-82fe 1A3U%?)T)nKI1.*`( ʆֆ1#V 28L]uEyڈD 3@HX^fm t~ ˉى;23fk  2;ڊ -:CI^y ы  (4 <H]/s F E!Rty~čʍ ͍Dڍ""B%e%%%׎-.+#Z,~,c؏5<Vrɐ*s E)֑&%'(Mvv sy1+ה7\TQ-8XfŖ֖ޖ   %?G NZ"k',Tp+ + 9 .; P ^iY * 4?H `j  =GT6;ǜ Kl : DOh|Ȟڞ &`:>-ڟ  # 3APc w$(ؠ.u Ρ( %'!Mow  Ԣݢ(D(a -ޣ'''G$o%դ (8/M}  ̥ ӥݥR ^w ΦZB K ly // 7E\oU  / 9 GR Z h v D(5$ Zew}6<:J3~%9CF}}ĬB2)-1C^zĮڮ #%?$e įگ  7!>Y  ְ3D]mu{   ۱  )6(Gp!D7 9-Es { ̳޳"+jKp+'+S%ҵ "1BRZ co8ܶ  (1G_e lz 1 ;F Zgv(и . @L^c jv ƹ ۹CIN_o Ⱥ$κ9- 5 @L\m ! ;G:Y)$ (' P\ q~ ľܾ+#A2e/ ȿֿۿ  $ !0#R-v o-#;:8?GJRXh))(S| *   '3)<(f# & B O Y f!s c hs& * O+ {))!;K(#NP# t& ''$;J^8gZI_ {   &/Hc+' + 4 >HWob  ) ND ]h 5W5&" !. 5CA  Z,  )5$=br V3Au{!:(6"_!( 9 P\lT*)`Fk. B=O\:+f"z  ' 1 ;G[`| }M!o1xN/ZG;"  + 9 CO m{ " F EQ-}E~t[DE1-w<q #/"S;vT8*@<k2l/HIxT)$A&f 0 3= F Sau{Q !$DF  "!&H^r=5 )@R=pW 'A S`}    2= DO^xB''(&<O #&U8)))( (5(^-3'33ESy,?:"QhtQ6A2x36 -:%# %4Nze[<V6qM "+4 ; ESY"a  )VOM Lzbfi|_PS/rt(2iMK2)mT @hex>9)g:$,'?5l>jHOf@N~y 5<}CB bIl$;H_:!IcE[ P_k#@^63+8]e/r"?w, 'w&u U~<X,>9Kv W;"X'-,oix7a5 1vbsq 8yhucZ\ dP e"d?ow  9 3Q\kSD=RkA<V+H{-KL A2=G/1$tCLh$~Ro%An8q %J{;BJsM60Y&()4VS&;dWQqg}*0.n8: 5[E++`B^Z.tgG)jFC#u{(v]%#}T#YT/|[4= -' 1p XyG&-pm*QnN*Nza13W3j09`|Dp`:Z zfxFO77r.2!!Y%!cIF".6ER4UU6 Dm0a4(\7]l^ Js*"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 Days cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.AllowAllow alphanumericAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated toAuthorize Access to Friends Data:Authorize PublishAuthorize Read:AutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)Base graphics directory "%s" not found.BasicBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice encryptionDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForceForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabledFrom the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIcons for %sIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMinutes of inactivity before device should lockMiscellaneousMissing configuration.Mobile (Minimal)Mobile (Smartphone)Mobile Optimized AppsModeMondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:OrganizingOther InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRegular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe is pendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 4.0-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2012-11-06 16:40+0100 PO-Revision-Date: 2012-10-29 12:11:56+0200 Last-Translator: Leena Heino Language-Team: Finnish Language: fi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit Plural-Forms: nplurals=2; plural=(n != 1); "%s" lisättiin ryhmäjärjestelmään."%s" lisättiin oikeuksiin."%s" ei luotu: %s.%.2fMB käytetty %.2fMB sallitusta (%.2f%%)%d %s ja %sSalasanasi vanhentuu %d päivän päästä.%d minuuttia%d henkilö pitää tästä%d henkilöä pitää tästä%d - %d / %d%d päivän ennustus%s - Ilmoitus%s Asennus%s Tehtävät - Varmistus%s Käyttöehdot%s suunta %s %s%s on valmis suorittamaan alla olevat tehtävät. Valitse nyt suoritettavat toimenpiteet., puuskittaista %s %s, vaihtelevaa %s - %s1 päivä1 kuukausi1 viikko12-tunnin järjestelmä2 viikkoa24-tunnin järjestelmä24 tuntia24-tunnin järjestelmä3 päivää ei voi lukea tietoja Facebook ystävistäsi. ei voi lukea viestivirtaasi ja muita Facebook tietoja. ei voi asettaa tilatietoja tai julkaista muuta tietoa Facebookissa. voi olla yhteydessä sinun Twitter tiliisiLaitteesta on pyydetty tietojenpoisto. Laiteesta poistetaan kaikki tiedot kun laite yrittää seuraavan kerran synkronoita tietoja.Uudempi versio (%s) on olemassa.Tietojenpoistoa etäyhteydellä on pyydetty laite id:lle %s. Laitteesta poistetaan kaikki tiedot kun laitetta seuraavan kerran synkronoidaan.AP/IPKäyttäjätunnuksen tiedotKäyttäjätunnuksen salasanaToiminnotActiveSyncActiveSync LaitehallintaActiveSync LaitteetActiveSync ei ole käytössä.LisääLisää sisältöäLisää tähän:Lisää jäseniäLisää ryhmäLisää uusi käyttäjä:Lisää uusi hälytysLisää pariLisää käyttäjäLisättiin "%s" järjestelmää, mutta ei voitu lisätä sisäänkirjautumisen lisätietoja: %s.Lisättiin "%s" järjestelmään. Voit nyt kirjautua sisään.Käyttäjien lisääminen ei ole käytössä.OsoiteOsoitteetYlläpitoHälytys loppuuHälytystavatHälytys alkaaHälytyksen viestiHälytyksen otsikkoHälytyksetKaikkiKaikki autentikoituneet käyttäjätKaikki politiikka-avaimet tyhjennettiin.Kaikki ActiveSync laitteidesi tilatiedot on nyt poistettu. Laitteet yrittävät synkronoida uudelleen kun ne seuraavan kerran ottavat yhteyttä palvelimeen.Kaikki synkronointi-istunnot on nyt poistettu.SalliSalli aakkosnumeerisetSalli kaikkiSalli vain numerotVaihtoehtoinen IMSP sisääkirjautuminenVaihtoehtoinen IMSP salasanaVaihtoehtoinen IMSP käyttäjätunnusVaihtoehtoinen sähköpostiosoiteVastausOhjelmaOhjelman konteksti:OhjelmalistaOhjelma on valmis.Ohjelma on uusimmassa versiossa.HyväksyArabia (Windows-1256)Oletko varma, että haluat poistaa '%s'?Oletko varma, että haluat poistaa sisäänkirjautumispyynnön "%s"?Oletko varma, että haluat poistaa "%s"?Armenia (ARMSCII-8)TaideAscii-taideAinakin yksi tietokantaskeema on vanhentunut.LiiteLiitteen tallennusYritettiin poistaa olematonta ryhmää.Yritettiin poistaa olematonta oikeutta.Yritettiin muokata olematonta oikeutta.Yritettiin muokata olematonta jakoa.Autentikoitunut kohteeseenAnna lupa käyttää Friends tietoja:Anna lupa julkaistaAnna lupa lukea:AutomaattinenKäytettävissäolevat kentät:BOFH selityksetBaltia (ISO-8859-13)Grafiikoiden perushakemistoa "%s" ei löytynyt.PerusOsion asetuksetOsion tyyppiBluetoothKirjanmerkitMolemmatAlapuolelleSelainKalenteriKameraPeruPeru ongelmaviestiPeru tyhjennysSalasanaa ei voi uudelleenasettaa automaattisesti, ota yhteyttä ylläpitäjään.Kategoriat ja merkinnätKeltti (ISO-8859-14)Keski-Eurooppa (ISO-8859-1)VaihdaVaihda paikkaMuuta salasanasiMuuta henkilötietojasi.Salasanan vaihto ei ole käytössä nykyisillä asetuksilla. Ota yhteyttä ylläpitäjiin.TarkistaTarkista onko uudempia versioitaTarkistetaanKiina yksikertaistettu (GB2312)Kiina perinteinen (Big5)Valitse %sValitse päiväyksien esitysmuoto (lyhennetty):Valitse päiväyksien esitysmuoto (kokonainen):Valitse ajan esitysmuoto:Poista kyselyPoista käyttäjä: %sPoista käyttäjäPoista käyttäjän tiedotValitse ensin osoitekirja ja valitse sen jälkeen ne kentät, joista tietoja haetaan.Napsauta jatkaaksesiAsiakasankkuriSulje ikkunaPilviäKoodisanojen yleisyysPienennäVärivalitsinSarjakuvatKomentoKomentotulkkiKommentit: %dTietokoneetOlosuhteetOlosuhteetAsennusAsennusasetusten erotAsetukset PDA-laitteiden, älypuhelimien ja Outlookin synkronoitiin.Asennusasetukset eivät ole ajantasalla.Asennusasetusten päivitysskripti on käytettävissäAsennus %sVarmista salasanaJatkaPipariEi saatu yhteyttä palvelimeen "%s" käyttäen FTP: %sEi saatu yhteyttä palvelimeen. Yritä myöhemmin uudestaan.Ei voitu poistaa asennusasetusten päivitysskriptiä "%s".Ei löydetty lupaa olla yhteydessä sinun Twitter tiliisi.Käyttäjän salasanaa ei voitu nollata. Jotkut tarvittavat tiedot ovat väärin. Voita yrittää uudestaan tai ota yhteyttä ylläpitoon, jos tarvitset lisää apua.Ei voitu palauttaa asetuksia.Ei voitu tallentaa varmuuskopioita asennusasetuksista: %sEi voitu tallentaa asennusasetusten päivitysskriptiä paikkaan: "%s".Asetusasennustiedoston tallennus epäonnistui tiedostoon %s. Käytä yhtä alla olevista vaihtoehdoista talentaaksesi koodin.Asetusasennustiedoston tallennus epäonnistui tiedostoon %s. Voit käyttää alla olevia asetuksia tallentaaksesi koodin takaisin %s tai kopioida alla olevan koodin kohteeseen %s.Ei kirjoittaa asennusasetuksia ohjelmalle "%s": %sMaaLuoLuo uusi profiiliTämänhetkiset 4 vaihettaTämänhetkiset hälytyksetTämänhetkiset LukotTämänhetkiset istunnotTämänhetkinen kellonaikaTämänhetkinen sääTämänhetkiset olosuhteetKyrillinen (KOI8-R)Kyrillinen (Windows-1251)Kyrillinen/Ukraina (KOI8-U)Tietokantayhteyttä ei ole asennettu.Tietokantaskeema ei ole ajantasalla.Tietokantaskeema on valmis.PPTietoTietokantaPäiväysVastaanoton päiväysPäiväys: %s; aika: %sPäiväOletusOletusväriOletuskomentotulkkiOletusmerkistö lähetettäessä sähköpostiviestejä:Oletuspaikkatieto kun käytetään paikkatietoisia toimintoja.MääritelmätPoistaPoista "%s"Poista kaikki SyncML-tiedotPoista RyhmäPoistettiin asennusasetusten päivitysskripti "%s".Poistettiin synkronointisessio laitteelle "%s" ja tietokantaan "%s".Ongelman kuvausKehitysLaiteLaite IDLaitehallintaLaitteen salausLaite id:Laite on tyhjennettyLaitteen poisto onnistui.Laitteen tyhjennys peruutettiin.KosteuspisteEdellisen tunnin kosteuspiste: KosteuspistePois käytöstäKäytetäänkö 24-tunnin aikaesitystä?Näkymän asetuksetNäytä yksityiskohtainen ennusteNäytä ennuste (TAF)Jos ensimmäinen rivi sisältää sarakkeiden otsikot, niin valitse:Eikö ole käyttäjätunnusta? Kirjaudu käyttäjäksi.Tallenna %sTallenna luotu asetustiedosto PHP-skriptinä.HuumeetDynaaminenEU ALV-tunnusnumeroMuokkaaMuokkaa "%s"Muokkaa asetuksia ohjelmalleMuokkaa oikeuksiaMuokkaa oikeuksia - "%s"KoulutusSähköpostiosoitePäätymisaikaEnglantiAnna nimi uudelle kategorialle:Anna kysymys joka kysytään, jos salasanasi joudutaan nollaamaan esimerkiksi 'mikä on lemmikkisi nimi?':Tapahtui virhe otettaessa yhteyttä Twitteriin: %s Tarkemmat tiedot on tallennettu ylläpidon käsiteltäväksi.Virhe poistettaessa synkronointi-istuntoja:Virhe poistettaessa synkronointi-istuntoja:Virhe päivitettäessä salasanaa: %sEtninenTapahtumakutsut:15 minuutin välein2 minuutin välein30 sekunnin välein5 minuutin väleinPuolen tunnin väleinTunnin väleinMinuutin väleinEsimerkkiarvot:SuoritaLaajennaEkstrasuuriAsetustiedostojen vienti FTP:llFacebookin käyttöEpäonnistuneet yritykset ennenkuin laite tyhjennetäänSyöteSyötteen osoiteTuntuu kuinEtsittävät kentätTiedostotSuodatinSuodatusEnsimmäinen puoliskoEnsimmäinen neljännesRuokaPakotaEnnuste (TAF)Ennustettavat vuorokaudet (Huomaathan että ennustuksessa on tiedot sekä päivistä että öistä, joten suuri määrä päiviä aiheuttaa liian leveän osion)Unohditko salasanasi?LomakkeetMietelauseMietelauseen tyyppiMietelauseetMietelauseet 2FoorumitYstäväpyynnöt:Ystävät käytössäsuunnasta %s (%s °) nopeudella %s %ssuunnasta %s nopeudella %s %sPidempi kuvausTäysikuuKoko nimiMuodosta %s asennusasetuksetMuodostettu koodiHae lisääYleiset asetuksetMeneGödelGoogle hakuKreikka (ISO-8859-7)Ryhmien hallintaRyhmänimiRyhmää ei luotu: %s.RyhmätVierailijan oikeudetHTML-viestiHebrea (ISO-8859-8-I)KorkeusViestivirran korkeus (leveys mukautuu automaattisesti osion mukaan)OhjeOhjeiden _aiheetPallonpuolisko:Tässä on tiedoston alkuosa:Piilota laajemmat asetuksetPiilota tuloksetKotihakemistoHordeKenttien (sarakkeiden) lukumäärä?Kuinka monen sekunnin välein tarkistetaan uudet viestit?KosteusHumoristitIkonit - %sProfiilin nimi:Tuonti, askel %dTuodut kentät: %sTuodut kentät:Vastauksena:Alla olevista listoista valitse molemmat; vasemmalta lähdetiedostosta tuotava kentä ja oikealta osoitekirjastasi vastaava kentää. Tämä jälkee valitse "Lisää pari", jolloin merkitset nämä tiedot tuotavaksi. Kun olet valmis, niin valitse "Seuraava".Väärä käyttäjätunnus tai vaihtoehtoinen osoite. Yritä uudestaan tai ota yhteyttä ylläpitoon jos tarvitset lisää apua.Yksittäiset käyttäjätInformaatioPeriytä jäsenetAnna sähköpostiosoite johon uusi salasana lähetetään:Anna vaadittava vastaus turvakysymykseen:Epäkelpo ALV-tunnuksen numeromuoto.Epäkelpo toiminto %sEpäkelpo ohjelma.Epäkelpo tiivistetunnisteEpäkelvot oikeudet ylemmällä tasolla.InventaarioJapani (ISO-2022-JP)Juuri nyt...Kernel aloittelijatAvainsanaLapsetKolabKorea (EUC-KR)KieliSuuriJälkimmäinen puoliskoEdellinen salasananvaihtoJälkimmäinen neljännesEdellinen synkronointiaikaViimeksi päivitetty:Edellinen sisäänkirjautuminen: %sEdellinen sisäänkirjautuminen: %s osoitteesta %sEdellinen sisäänkirjautuminen: ei milloinkaanViimeisimmätLakiPitääLimerikitLinux pipareitaListaa taulutHälytysten listaus epäonnistui: %sLukkojen listaus epäonnistui: %sIstuntojen listaus epäonnistui: %sKäyttäjätietojen näyttäminen on estetty.KirjallisuusPaikallinen aika: %s %sLokalisaatio ja aikaPaikkaLukitse käyttäjäLukotKirjauduPoistuKirjaudu sisään FacebookiinSisäänkirjautumisesi epäonnistui. Todennäköisesti kirjoitit väärin käyttäjätunnuksesi tai salasanasi.Sisäänkirjautuminen epäonnistui.Kirjaudu sisään Facebookiin ja anna lupa Kirjaudu sisään Twitteriin ja anna lupa PoistuRakkausKKTaikuusPostiPostin hallintaVoit hallinnoida listaa kategorioista, joiden avulla voit liittää asioita yhteen samojen otsakkeiden alle ja liittää niihin värejä.Hallinnoi ActiveSync laitteita.Täsmäävät kentät:Edellisen 24 tunnin korkein lämpötila: Edellisen 6 tunnin korkein lämpötila: Viestin korkein ikäPortaaliosioiden maksimimääräLiitteen suurin sallittu kokoNäytettävien artikkelien maksimimääräLääketiedeKeskikoinenJäsenetMainitseeMetar sääMetrinenEdellisen 24 tunnin matalin lämpötila: Edellisen 6 tunnin matalin lämpötila: Minimi PIN pituusMinuutteja ennenkuin laite lukitaanSekalaisetAsetusasennustiedot puuttuvatMobiili (minimaalinen)Mobiili (älypuhelin)Mobiilikäyttöön optimoidut ohjelmatKäyttötilaMaanantaiKuun vaiheetOmat tietoniOman käyttäjätunnukseni tiedotFacebook virtaPortaaliniPortaalini asetteluN/AEI, en hyväksyHUOMAA: LAITTEEN TYHJENNYS SAATTAA PALAUTTAA LAITTEESEEN TEHDASASETUKSET. OTATHAN TÄMÄN HUOMIOON ENNENKUIN PYYDÄT LAITTEEN TYHJENNYSTÄ.NimiEi koskaanUusi kategoriaUudet viestit:UusikuuUusi käyttäjätunnus (vapaaehtoinen)Uusi salasanaAntamasi uudet salasanat eivät täsmää.UutisetSeuraavaSeuraavat 4 vaihettaEi ääniäAsennusasetustietoja ei ole saatavilla, joista voisi näyttää eroavaisuuksia.Ei muutosta.Ikoneita ei löytynyt.Ei näytettävää sisältöäPaikkatietoa ei ole asetettu.Ei loukkaavat mietelauseetEi sisäänkirjautumispyyntöjä jonossa.Ei push toimintoa kun ei ole kotiverkossaTurvakysymystä ei ole asetettu. Ota yhteyttä ylläpitoon.Tuotantoversiota ei ole vielä olemassa.Käyttäjänimeä ei ollut annettu.Versiotietoja ei löytynyt asennusasetuksista. Luo asennusasetukset uudelleen.Versiotietoja ei löytynyt asennusasetuksistasi. Luo asennusasetukset uudelleen.Ei mitäänLappi/Pohjoismaat/Eskimo (ISO-8859-10)Pohjoinen pallonpuolisko:Ei jaettuMuistiotEi mitään selattavaa, palaa takaisin.Näytettävien artikkelien lukumääräPäivitysten aikaväliObjektin luojaLoukkaavuussuodatinToimistoUusi salasana ei saa olla sama kuin nykyinen salasanasi.Nykyinen salasanaNykyinen salasana on väärin.Vain loukkaavat mietelauseetVain omistaja tai järjestelmän ylläpitäjä voi muuttaa jakojen omistajia tai oikeuksiaKäyttöjärjestelmäTai anna käyttäjätunnus:OrganisointiMuut tiedotMuut asetuksetMuutOmistajaOmistaja:PHPPHP-koodiPHP-komentotulkkiPOP/IMAP sähköpostitilitPOSIX-laajennukset puuttuvatPH_P-komentotulkkiSalasanaSalasanan monimutkaisuusSalasanan vaihto onnistui.Salasanojen pitää täsmätä.LiitäJonossa olevat sisäänkirjautumispyynnöt:IhmisetSuorita sisäänkirjautumistoimenpiteetOikeutta "%s" ei poistettu.OikeudetOikeuksien hallintaOmat tiedotLemmikitValokuvatLatteudetAnna salasana.Anna käyttäjätunnus.Anna lyhyt kuvaus ongelmasta.Lue seuraava teksti. Sinun PITÄÄ suostua käyttöehtoihin voidaksesi käyttää järjestelmää.Tökkää:Politiikan avainPolitiikan avain:PolitiikkaMihin kohtaan laitetaan vastausteksti kun kirjoitat vastausta laitteellasi.Huomaathan, että jotkut laitteet laittavat lainatun tekstin aina vastausteksisi perään.Lähetetty %sLähetetty %s kautta %sSademäärä edelliselle %d tunnille: Sademäärä edellisille %d tunneille: Sateen%stodennäköisyysIlmanpaineIlmanpaine merenpinnassa: PääasiallinenOngelman kuvausJaeltuJaellaanJulkaisu sallittuKyselyKiintiöSatunnainen mietelauseLukuLuku sallittuPoistetaanko "%s"? Tätä toimintoa ei voi peruuttaa.Poistetaanko käyttäjätiedot käyttäjästä "%s"? Tätä toimintoa ei voi peruuttaa.Päivitä dynaamiset valikkoelementit:Päivitä portaalinäkymää:Päivitysnopeus:Rekisteröidyt käyttäjälaitteetNormaalit ohjelmatHuomiotEtäpalvelinPoistaPoista pariPoistettiin tallennettu skripti palvelimen väliaikaishakemistosta.Poista käyttäjäPoista käyttäjä: %sVastaaUudelleenjakele kaikki laitteetVaadi PINVaadi S/MIME-salausVaadi S/MIME-allekirjoitusTyhjennäTyhjennä salasanaTyhjentää laitteen tilan. Tämän jälkeen laitteesi synkronoin uudelleen kaikki tiedot.Resetoi salasanasiPalauta edellinen kyselyTuloksetTulokset - %sPalaa päänäkymäänRetweetRetweetannut %sVahvista uusi salasanaPalauta asennusasetuksetArvoituksetSuoritaSuorita sisäänkirjautumistoiminnotSD muistikorttiSD muistikortin salausSMS TekstiviestitSQL-komentotulkkiS_QL-komentotulkkiTallennaTallenna "%s"Tallenna ja lopetaTallenna luotu asennusasetustiedosto PHP-skriptinä palvelimen väliaikaishakemistoon.Asennusasetusskripti on tallennettu paikkaan: "%s".TiedeLaajuusHa_kuHakuHaku:Valitse lisättävä ryhmä:Valitse uusi omistaja:Valitse palvelinValitse lisättävä käyttäjä:Valitse osoitteiden laajennuksessa käytettävät kentät.Valitse ajan ja päiväyksen esitystapa:Valitse päiväyksen erotinmerkki:Valitse päiväyksen esitysmuoto:Valitse ajan ja päiväyksen järjestys:Valitse kellonajan erotinmerkki:Valitse ajan esitysmuoto:Valitse väriteema.Valitse käytettävä kieli:Lähetä ongelmaviestiTunnistin: Palvelimen aikaIstuntojen hallintaIstunnon aikaleimaIstunnotSalasanan muuttamiseen liittyviä asetuksia, jos joskus satut unohtamaan salasanasi.Facebook käyttöön liittyviä asetuksia.Twitter käyttöön liittyviä asetuksia.Voit asettaa käytettävän kielen, aikavyöhykkeen ja muita päiväykseen liittyviä asetuksia.Voit asettaa aloitusohjelman, väriteeman, näkymän päivityksen ja muita näkymään liityviä asetuksia.Useat paikat sopivat annettuun parametriin: %sLyhyt kuvausKäytetäänkö pikavalintanäppäimiä useimmille linkeille?NäytäNäytä laajemmat asetuksetNäytä erot tämänhetkisen asennusasetustiedoston juuri luodun uudemman version välillä.Näytetäänkö lisätiedot?Näytetäänkö edellisen sisäänkirjautumisen päiväys?Näytä ilmoituksetOhita sisäänkirjautumistoiminnotPieniLumen syvyys: Lumen määrä vetenä: Laulut ja RunousEtelä-Eurooppa (ISO-8859-3)Eteläinen pallonpuolisko:RoskapostiUrheiluStandardiStar TrekAloitusaikaTilatiedon hallintaTilaEi voi asettaa tilatietoja.VirtaAlihakemistoa "%s" ei löytynyt.Lähtettiin pyyntö lisätä "%s" järjestelmään. Et voi kirjautua sisään ennenkuin pyyntö on käsitelty ja hyväksytty.Facebook tiliin onnistuttiin muodostamaan yhteys tai päivitettiin oikeuksia.OnnistuiOnnistuttiin lisäämään "%s" järjestelmään.Onnistuttiin poistamaan järjestelmästä käyttäjän "%s" käyttäjätiedot.Onnistuttiin poistamaan "%s".Onnistuttiin poistamaan "%s" järjestelmästä.Palattiin onnistuneesti vanhoihin asetuksiin. Lataa sivu uudestaan nähdäksesi muutokset.Onnistuttiin tallentamaan varmuuskopiot asennusasetuksista.Onnistuttiin päivittämään "%s"Onnistuttiin kirjoittamaan %sAurinnnousuAuringonlaskuSunnuntaiAurinnnousuAurinko nousee/Aurinko laskeeAuringonlaskuSynkronoi kaikkiSyncMLLevitetty syöteAvainsanapilviTehtävätLämpötila edelliselle tunnille: LämpötilaLämpötila%s(%sHi%s/%sLo%s)Facebookiin ei juuri nyt saada yhteyttä, yritä myöhemmin uudestaan.Twitteriin ei juuri nyt saada yhteyttä, yritä myöhemmin uudestaan.Thai (TIS-620)Etätyhjennys laitteelle id %s on peruutettu.Hälytys on poistettu.Hälytys on tallennettu.Asennusasetustietoja ohjelmalle %s ei voida päivittää automaattisesti. Huomaathan päivittää asennusasetustiedot käsin.Oletussähköpostiosoite, jota käytetään tämän profiilin kanssa:Lukko on poistettu.Jäsenvaltion tilapalveluun ei juuri nyt saada yhteyttä. Yritä myöhemmin uudestaan tai kokeile jotain muuta jäsenvaltiota.Jäsenvaltion tilapalveluun ei saada yhteyttä. Yritä myöhemmin uudestaan tai kokeile jotain muuta jäsenvaltiota.Annettu maakoodi ei kelpaa.Palveluun ei juuri nyt saada yhteyttä. Yritä myöhemmin uudestaan.Palvelun on juuri nyt liian kuormitettu. Yritä myöhemmin uudestaan.Sisäänkirjautumispyyntö "%s" on poistettu.Sisäänkirjautumispyyntö käyttäjälle "%s" on poistettu.Tilatiedot laitteelle laite id %s on nyt resetoitu. Laite yrittää synkronoida uudelleen kun se seuraavan kerran ottaa yhteyttä palvelimeen.Testitoiminto on tällä hetkellä käytössä. Turvallisuuden takia, ota testitoiminto pois päältä kun et sitä enää tarvi (katso horde/docs/INSTALL).Käyttäjä "%s" on jo olemassa.Käyttäjää "%s" ei ole olemassa.Teemahakemistoa "%s" ei löytynyt.Joitakin ongelmia "%s" lisäämisessä järjestelmään: %sKäyttäjän "%s" käyttäjätietojen poistamisessa järjestelmässä oli ongelmia: Joitakin ongelmia "%s" poistamisessa järjestelmästä: Joitakin ongelmia "%s" päivityksessä: %sTapahtui virhe yhteyksissä ActiveSync palvelimen kanssa: %sTapahtui virhe otettaessa yhteyttä Twitteriin: %sJoitakin ongelmia asennusasetuslomakkeessa. Ehkäpä jätit määrittelemättä joitakin pakollisia tietoja.Joitakin ongelmia muodostettaessa pyyntöä: %sTapahtui virhe haettaessa Facebook istuntoa. Yritä myöhemmin uudestaan.Joitakin ongelmia poistettaessa kaikkia tietoja %s. Tarkemmat tiedot on tallennettu.Joitakin ongelmia pyydetyissa oikeuksissaTämä ALV-tunnusnumero on epäkelpoTämä ALV-tunnusnumero on kelvollinenTiketitAjanseurantaAjanmuotoAikaleima tai tuntematonOnnistuneiden synkronointi-istuntojen aikaleimatOtsikkoEstääksesi sen, että jotain kenttää ei tuoda tai korjataksesi väärin muodostetun pariliitoksen, niin valitse kentää alla olevasta listasta ja valitse "Poista pari".Voidaksesi valita useampia vaihtoehtoja, pidä Control- (PC) tai Command- (Mac) näppäintä pohjassa kun napsautat hiiren painiketta.TänäänHuomennaYläpuolelleKäännöksetTurkki (ISO-8859-9)TweetTwitterin käyttöTwitter aikajanaTwitter aikajana %sURLTwitteriin ei saatu yhteyttä. Yritä myöhemmin uudestaan. Virheilmoitus oli: %sEi voida poistaa "%s": %s.Ei voida asettaa pitää tietoja.Pyyntötokenia ei voida varmentaa. Yritä tehdä toiminto uudelleen.Peru muutoksetLuokittelematonUnicode (UTF-8)MittayksikötTuntematonAvaaPäivitäPäivitä %sPäivitä %s skeemaPäivitä kaikki tietokantaskeematPäivitä kaikki asetusasennuksetPäivitä käyttäjäPäivitettiin "%s".Päivitettiin skeema - "%s".VieVietiin kaikki ohjelmien asennusasetustiedostot palvelimelle.Käytä jos tunnus/salasana on eri IMSP-palvelimelle.KäyttäjäKäyttäjien hallintaKäyttäjäagentti: %sKäyttäjätunnusKäyttäjän rekisteröiminenTässä järjestelmässä ei voi rekisteröidä käyttäjiä.Käyttäjien rekisteröinti ei ole otettu oikein käyttöön tässä järjestelmässä.Käyttäjätunnusta ei löytynytLisättävä käyttäjä:KäyttäjätunnusKäyttäjätJärjestelmän käyttäjät:ALV id-numeron varmistusALV-tunnusnumero:ALV-numeroTarkista versiotVersionhallintaVietnam (VISCII)Näytä ulkoinen web-sivuNäkyväisyysVaroitusSääSäätiedot toimittaaWebsivustoSelainTervetuloaTervetuloa, %sLänsimainen (ISO-8859-1)Länsimainen (ISO-8859-15)Minkä ohjelma %s käynnistetään sisäänkirjautumisen jälkeen.Minkä parissa työskentelet juuri nyt?Mitä merkkiä käytetään erottimena?Mitä merkkiä käytetään lainaukseen?Mikä päivä näytetään viikon ensimmäisenä päivänä?Mitkä vaiheetVasemman %s valikon leveys:WifiWikiTuuliTuulennopeus solmuissaTuuli:TyhjennäTyhjennys on käynnissäViisausKanssa TyöX-RefVVKyllä, hyväksynSinä ja %d muu henkilö pitää tästäSinä ja %d muuta henkilöä pitää tästäSinulla ei ole oikeuksia lisätä ryhmia.Sinulla ei ole oikeuksia lisätä jakoja.Sinulla ei ole oikeuksia muuttaa ryhmiä.Sinulla ei ole oikeuksia muuttaa jakoja.Sinulla ei ole oikeuksia poistaa ryhmia.Sinulla ei ole oikeuksia poistaa jakoja.Sinulla ei ole oikeuksia listata jakoryhmiä.Sinulla ei ole oikeuksia listata jakojen oikeuksia.Sinulla ei ole oikeuksia listata jakojaSinulla ei ole oikeuksia listata ryhmien jäseniä.Sinulla ei ole oikeuksia listata jakojen jäseniä.Et ole yhteydessä Facebook tiliisi. Sinun tulisi tarkistaa Facebook asetuksesi %s.Voit myös tarkistaa Facebook asetuksesi %s.Et suostunut käyttöehtoihin, joten et voi kirjautua sisään.Olet kirjautunut ulos.Olet kieltänyt pyydetyt oikeudet.Et ole kunnolla liittänyt Twitter tiliäsi Horden kanssa. Sinun tulisi tarkistaa Facebook asetukset %s.Pidätkö tästäSinun tulee kuvailla ongelmatilannetta ennenkuin voit lähettää ongelmaviestin.Sinun pitää antaa tyhjennettävä käyttäjätunnus.Sinun pitää antaa poistettava käyttäjätunnus.Sinun pitää antaa lisättävä käyttäjätunnus.Sinun pitää antaa päivitettävä käyttäjätunnus.SähköpostiosoitteesiOmat tietosiTietokoneesi IP-osoite on muuttunut sen jälkeen kun olit aloittanut istunnon. Tietoturvasyistä sinun tulee kirjautua uudestaan.NimesiKäyttämäsi autentikaatiotaustajärjestelmä ei tue käyttäjien lisäämistä. Jos haluat hallinnoida käyttäjätunnuksia, sinun pitää käyttää jotakin toista authentication taustajärjestelmää.Käyttämäsi autentikaatiotaustajärjestelmä ei tue käyttäjätietojen näyttämistä tai tämä piirre ei ole jostakin syystä käytettävissä.Käyttämäsi www-selain näyttää olevan muuttunut sen jälkeen kun olet aloittanut istunnon. Tietoturvasyistä sinun pitää kirjautua uudestaan järjestelmään.Selaimesi ei tue tätä piirrettä.Aikavyöhykkeesi:Koko nimesi:Käyttäjätunnuksesi on vanhentunut.Uusi salasanasi %s on: %sSalasanasi on nollattuSalasanasi on nollattu, mutta uutta salasanaa ei voitu lähettää sinulle. Ota yhteyttä järjestelmän ylläpitäjään.Salasanasi on nollattu, tarkista sähköpostisi ja kirjaudu sisään uudella salasanallasi.Salasanasi on vanhentunutSalasanasi on vanhentunut.Istuntosi on vanhentunut. Kirjaudu sisään uudestaan.Istuntosi on ylittänyt pisimmän sallitun ajan. Kirjaudu sisään uudestaan.Zippy[Ongelma]_Hälytykset_Komentotulkki_Asennus_Ryhmät_Lukot_Oikeudet_Käyttäjätliitetyyntäsuunnasta %s (%s) nopeudella %s %spuuskittainsisällytettynäasetuksetnäytä eroavaisuudetvarmistaaksesi kirjoita salasana kahdestiunifiedsäätmpIMUtxu/horde-5.2.17/locale/.htaccess0000644000175000017500000000017413160205253017531 0ustar mathieumathieu Require all denied Deny from all tmpIMUtxu/horde-5.2.17/locale/de/0000755000175000017500000000000013162206570016326 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/de/help.xml0000644000175000017500000000143413160205253017775 0ustar mathieumathieu Die Portalseite Die Portalseite erlaubt eine kurze Übersicht über alle Ihre wichtigen Informationen. Sie kann zum Beispiel anzeigen, wie viele neue Emails Sie haben, welche Termine demnächst anstehen, welche Aufgaben Sie noch zu erledigen haben oder auch die neuesten Nachrichten. Der Inhalt dieser Portalseite kann über den "Inhalt hinzufügen"-Link verändert werden. Sie können zum Beispiel auswählen, welche Übersichten in die Portalseite aufgenommen werden sollen, und festlegen, in welcher Reihenfolge sie angezeigt werden. tmpIMUtxu/horde-5.2.17/locale/de/LC_MESSAGES/0000755000175000017500000000000013162206570020113 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/de/LC_MESSAGES/horde.po0000644000175000017500000031446213160205253021561 0ustar mathieumathieu# German translations for Horde. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Jan Schneider , 2001-2017. # # margin: Außenabstand # padding: Innenabstand # History: Chronik msgid "" msgstr "" "Project-Id-Version: Horde 5.2-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2017-07-26 11:56+0200\n" "PO-Revision-Date: 2017-07-26 12:00+0200\n" "Last-Translator: Jan Schneider \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" wurde zum Gruppensystem hinzugefügt." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" wurde zum Rechtesystem hinzugefügt." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" wurde nicht erstellt: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB (%3$.2f%%) von %2$.2fMB erlaubten verbraucht" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s und %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "In %d Tagen wird Ihr Passwort ungültig." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d Minuten" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d Person gefällt das" msgstr[1] "%d Personen gefällt das" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d bis %d von %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "%d-Tage-Vorhersage" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Hinweis" #: admin/config/config.php:28 admin/config/index.php:475 #, php-format msgid "%s Configuration" msgstr "%s-Konfiguration" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s-Aufgaben - Bestätigung" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Nutzungsbedingungen" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s mit %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s kann mit Ihrem Twitter-Konto arbeiten" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s kann keine Informationen über Ihre Facebook-Freunde auslesen." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "%s kann Ihre Neuigkeiten und andere Facebook-Daten nicht auslesen." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s kann keine Statusmeldungen oder andere Inhalte bei Facebook " "veröffentlichen." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s möchte die Aufgaben durchführen, die unten angezeigt sind. Markieren Sie " "alle Aufgaben, die jetzt durchgeführt werden sollen." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", böig %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", schwankend von %s bis %s" #: lib/Application.php:332 msgid "1 Day" msgstr "1 Tag" #: lib/Application.php:336 msgid "1 Month" msgstr "1 Monat" #: lib/Application.php:334 msgid "1 Week" msgstr "1 Woche" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-Stunden-Format" #: lib/Application.php:335 msgid "2 Weeks" msgstr "2 Wochen" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-Stunden-Format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 Stunden" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "24-Stunden-Format" #: lib/Application.php:333 msgid "3 Days" msgstr "3 Tage" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Eine Geräte-Löschung wurde gestartet. Das Gerät wird während der nächsten " "Synchronisation gelöscht." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:358 admin/config/index.php:384 #, php-format msgid "A newer version (%s) exists." msgstr "Eine neuere Version (%s) existiert." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Eine ferngesteuerte Löschung für das Gerät mit der ID %s wurde gestartet. " "Das Gerät wird während der nächsten Synchronisation gelöscht." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Kontoinformationen" #: config/prefs.php:325 msgid "Account Password" msgstr "Kontopasswort" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Aktionen" #: config/prefs.php:735 lib/Application.php:207 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "ActiveSync-Verwaltung" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync-Geräte" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync ist nicht aktiviert." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:15 msgid "Add" msgstr "Hinzufügen" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Inhalt hinzufügen" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Hier hinzufügen:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Mitglieder hinzufügen" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Gruppe hinzufügen" #: admin/user.php:26 msgid "Add a new user:" msgstr "Fügen Sie einen neuen Benutzer hinzu:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Neuen Alarm hinzufügen" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Paar hinzufügen" #: admin/user.php:27 msgid "Add user" msgstr "Benutzer hinzufügen" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" wurde zum System hinzugefügt, aber die zusätzlichen " "Anmeldeinformationen konnten nicht gespeichert werden: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" wurde zum System hinzugefügt. Sie können sich jetzt anmelden." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Das Hinzufügen von Benutzern ist nicht möglich." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adresse" #: config/registry.php:134 msgid "Address Book" msgstr "Adressbuch" #: lib/Application.php:55 msgid "Administration" msgstr "Administration" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarmende" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarmmethoden" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarmbeginn" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarmtext" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarmtitel" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarme" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Alarme wurden in der Konfiguration deaktiviert." #: lib/Block/Fortune.php:93 msgid "All" msgstr "Alle" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Angemeldete Benutzer" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Alle Richtlinien-Schlüssel wurden zurückgesetzt." #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Der Status Ihrer ActiveSync-Geräte wurde zurückgesetzt. Bei der nächsten " "Verbindung mit dem Server werden sie neu synchronisiert." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Alle Synchronisationssitzungen gelöscht." #: lib/Application.php:243 msgid "Allow alphanumeric" msgstr "Alphanumerisch erlauben" #: lib/Application.php:244 msgid "Allow any" msgstr "Alle erlauben" #: lib/Application.php:222 msgid "Allow non-provisionable devices" msgstr "Nicht verknüfbare Geräte erlauben" #: lib/Application.php:242 msgid "Allow only numeric" msgstr "Nur numerisch erlauben" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "Alternative IMSP-Anmeldung" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "Alternatives IMSP-Passwort" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "Alternativer IMSP-Benutzername" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Alternative E-Mail-Adresse" #: services/resetpassword.php:52 msgid "Answer" msgstr "Antwort" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Anwendung" #: templates/admin/phpshell.html.php:8 msgid "Application Context" msgstr "Anwendungskontext" #: admin/config/index.php:267 msgid "Application is ready." msgstr "Anwendung ist bereit." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Bestätigen" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabisch (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Sind Sie sicher, dass Sie '%s' löschen möchten?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" "Sind Sie sicher, dass Sie die Registrierungsanfrage von \"%s\" löschen " "möchten?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Sind Sie sicher, dass Sie \"%s\" löschen möchten?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenisch (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Kunst" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "ASCII-Kunst" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Mindestens ein Datenbank-Schema ist nicht mehr aktuell." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Anhang" #: lib/Application.php:266 msgid "Attachment Download" msgstr "Anhänge herunterladen" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Es wurde versucht, eine nicht existierende Gruppe zu löschen." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Es wurde versucht, ein nicht existierendes Recht zu löschen." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Es wurde versucht, ein nicht existierendes Recht zu bearbeiten." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Es wurde versucht, ein nicht existierendes Recht zu bearbeiten." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Authentifizierte Anwendungen" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autorisieren" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Zugriff auf Freunde-Daten autorisieren" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Veröffentlichungen autorisieren" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Lesen autorisieren" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatisch" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Verfügbare Felder:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH-Ausreden" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltisch (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Einfach" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Blockieren" #: templates/portal/layout.inc:91 msgid "Block Settings" msgstr "Blockeinstellungen" #: templates/portal/layout.inc:73 msgid "Block Type" msgstr "Blocktyp" #: lib/Application.php:299 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Lesezeichen" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Beides" #: config/prefs.php:751 msgid "Bottom" msgstr "Unten" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Browser" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Gespeicherter Heartbeat (Sekunden)" #: config/registry.php:120 msgid "Calendar" msgstr "Kalender" #: lib/Application.php:287 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Abbrechen" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Problembericht abbrechen" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Löschen abbrechen" #: admin/config/index.php:248 msgid "Cannot read configuration file conf.php." msgstr "Konfigurationsdatei conf.php konnte nicht gelesen werden." #: admin/config/index.php:236 msgid "Cannot read original configuration definition from conf.xml." msgstr "Die Originalkonfiguration konnte nicht aus conf.xml gelesen werden." #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Passwort kann nicht automatisch zurückgesetzt werden, bitte wenden Sie sich " "an Ihren Administrator." #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Kategorien und Beschriftungen" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltisch (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Mitteleuropäisch (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Ändern" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Ort ändern" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Ändern Sie Ihr Passwort" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Ändern Sie Ihre persönlichen Informationen." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Das Ändern Ihres Passworts wird von diesem System zur Zeit nicht " "unterstützt. Bitte wenden Sie sich an Ihren Administrator." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Überprüfen" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Auf aktuellere Versionen überprüfen" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Überprüfe" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinesisch vereinfacht (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinesisch traditionell (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "%s auswählen" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Legen Sie fest, wie das Datum angezeigt werden soll (Kurzform):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Legen Sie fest, wie das Datum angezeigt werden soll (Vollständig):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Legen Sie fest, wie die Uhrzeit angezeigt werden soll:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Klasse" #: templates/admin/sqlshell.html.php:58 msgid "Clear Query" msgstr "Abfrage zurücksetzen" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Benutzerdaten löschen: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Benutzerdaten löschen" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Benutzerdaten löschen" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Klicken Sie auf eines Ihrer ausgewählten Adressbücher und markieren Sie alle " "Felder, die durchsucht werden sollen." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Fortfahren" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Client-Anker" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Fenster schließen" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Wolken" #: lib/Application.php:259 msgid "Codeword frequency" msgstr "Codewort-Häufigkeit" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Schließen" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Collection-ID" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Farbauswahl" #: config/registry.php:249 msgid "Comics" msgstr "Comics" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:19 msgid "Command" msgstr "Befehl" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Befehlszeile" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Kommentare: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Eindeutiger Name" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Computer" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Bedingungen" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Bedingungen" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfiguration" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Konfigurationsunterschiede" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Konfiguration der Synchronization mit PDAs, Smartphones und Outlook." #: admin/config/index.php:262 msgid "Configuration is out of date." msgstr "Die Konfiguration muss aktualisiert werden." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Aktualisierungsskripte sind verfügbar" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "%s konfigurieren" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Passwort bestätigen" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Weiter" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "FTP-Verbindung zum Server \"%s\" konnte nicht hergestellt werden: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "" "Der Server konnte nicht erreicht werden, bitte versuchen Sie es später noch " "einmal." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Das Aktualisierungsskript \"%s\" konnte nicht gelöscht werden." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Es wurde keine Autorisierung für \"%s\" gefunden, um mit Ihrem Facebook-" "Konto arbeiten zu können. Das bedeutet, dass Sie entweder Ihr Facebook-Konto " "noch nicht autorisiert haben, um mit \"%s\" zu arbeiten, oder Ihre " "Autorisierung ist abgelaufen und muss erneuert werden." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Es wurde keine Autorisierung für %s gefunden, um mit Ihrem Twitter-Konto " "arbeiten zu können" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Das Passwort für den angegebenen Benutzer konnte nicht zurückgesetzt werden, " "weil einige Angaben nicht richtig waren. Versuchen Sie es erneut oder wenden " "Sie sich an Ihren Administrator, wenn Sie weitere Hilfe benötigen." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Konfiguration konnte nicht zurückgesetzt werden." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Backup der Konfiguration konnte nicht gespeichert werden: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Das Aktualisierungsskript konnte nicht nach \"%s\" gespeichert werden." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Die Konfiguration %s konnte nicht gespeichert werden. Verwenden Sie eine der " "untenstehenden Möglichkeiten, um den Code zu speichern." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Die Konfiguration %s konnte nicht gespeichert werden. Sie können entweder " "eine der Möglichkeiten unter %s verwenden, um den Code zu speichern, oder " "den untenstehenden Code manuell nach %s kopieren." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Die Konfiguration für \"%s\" konnte nicht gespeichert werden: %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Land" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Erstellen" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Neue Identität anlegen" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Aktuelle 4 Phasen" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktuelle Alarme" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Aktuelle Sperren" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Aktuelle Sessions" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktuelle Zeit" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Aktuelles Wetter" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Aktuelle Bedingungen" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kyrillisch (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kyrillisch (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kyrillisch/Ukrainisch (KOI8-U)" #: admin/config/index.php:282 admin/config/index.php:334 msgid "DB access is not configured." msgstr "DB-Zugriff ist nicht konfiguriert." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "TT" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Daten" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Datenbank" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "Datenbank-Migrations-Skripte nicht gefunden. Bitte überprüfen Sie PEARs " "data_dir Konfigurationseinstellung." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Empfangsdatum" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; Uhrzeit: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Tag" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "Standard" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Standardfarbe" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Standardshell" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Standardzeichensatz für neue Nachrichten:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Standardort für die Nutzung von ortsabhängingen Funktionen." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definitionen" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Löschen" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "\"%s\" löschen" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Alle SyncML-Daten löschen" #: admin/groups.php:181 msgid "Delete Group" msgstr "Gruppe löschen" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Das Aktualisierungsskript \"%s\" wurde gelöscht." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Synchronisationssitzung für Gerät \"%s\" und Datenbank \"%s\" gelöscht." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Beschreiben Sie das Problem" #: config/registry.php:209 msgid "Development" msgstr "Entwicklung" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Gerät" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Geräte-ID" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Geräte-Informationen" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Geräteverwaltung" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Geräte-Typ" #: lib/Application.php:319 msgid "Device encryption" msgstr "Geräteverschlüsselung" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Gerät ist blockiert." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Gerät wurde gelöscht. Entfernen Sie den Geräte-Status, um dem Gerät zu " "erlauben sich wieder zu verbinden." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Gerät erfolgreich entfernt." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Gerätelöschung erfolgreich abgebrochen." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Taupunkt" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Taupunkt der letzten Stunde: " #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Taupunkt" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Deaktivieren" #: lib/Application.php:223 msgid "Disable (not recommended)" msgstr "Deaktivieren (nicht empfohlen)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "Zeit im 24-Stunden-Format anzeigen?" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Anzeige-Einstellungen" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Detailierte Vorhersage anzeigen" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Vorhersage (TAF) anzeigen" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Enthält die erste Zeile die Feldnamen? Wenn ja, dieses Auswahlkästchen " "markieren:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Noch keinen Zugang? Hier anmelden." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:358 admin/config/index.php:384 #, php-format msgid "Download %s" msgstr "%s Herunterladen" #: admin/config/index.php:410 msgid "Download generated configuration as PHP script." msgstr "Erzeugte Konfiguration als PHP-Skript herunterladen." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogen" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dynamisch" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU-UStId-Identifizierung" #: lib/View/Sidebar.php:229 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Bearbeiten" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "\"%s\" bearbeiten" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Benutzereinstellungen für" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Rechte bearbeiten" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Rechte für \"%s\" bearbeiten" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Bildung" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-Mail-Adresse" #: lib/Application.php:221 msgid "Enable" msgstr "Aktivieren" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Endzeit" #: lib/Block/Weather.php:92 msgid "English" msgstr "Englisch" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Geben Sie einen Namen für die neue Kategorie an:" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Geben Sie eine Sicherheitsfrage ein, die Ihnen gestellt wird, wenn Sie Ihr " "Passwort zurücksetzen möchten, z. B. \"Wie lautet der Name Ihres Haustiers?" "\":" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Fehler bei der Verbindung mit Facebook. Details wurden für den Administrator " "mitgeloggt." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Fehler bei der Verbindung mit Twitter. Details wurden für den Administrator " "mitgeloggt." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Fehler bei der Verbindung mit Twitter: %s Details wurden für den " "Administrator mitgeloggt." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Fehler beim Löschen der Synchronisationssitzung:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Fehler beim Löschen der Synchronisationssitzungen:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Fehler beim Ändern des Passworts: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnisches" #: config/prefs.php:594 templates/portal/layout.inc:102 msgid "Every 15 minutes" msgstr "Alle 15 Minuten" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "Alle 2 Minuten" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:99 msgid "Every 30 seconds" msgstr "Alle 30 Sekunden" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:101 msgid "Every 5 minutes" msgstr "Alle 5 Minuten" #: config/prefs.php:595 templates/portal/layout.inc:103 msgid "Every half hour" msgstr "Alle halbe Stunde" #: templates/portal/layout.inc:104 msgid "Every hour" msgstr "Jede Stunde" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:100 msgid "Every minute" msgstr "Alle 60 Sekunden" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Beispielwerte:" #: templates/admin/cmdshell.html.php:24 templates/admin/phpshell.html.php:23 #: templates/admin/sqlshell.html.php:57 msgid "Execute" msgstr "Ausführen" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Vergrößern" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra groß" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Konfiguration per FTP hochladen" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Facebook-Integration" #: lib/Application.php:254 msgid "Failed unlock attempts before device is wiped" msgstr "Fehlgeschlagene Entsperrungsversuche bis Gerätelöschung" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Favorisieren" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Feed" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Feedadresse" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Gefühlte Temperatur" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Zu durchsuchende Felder" #: config/registry.php:315 msgid "File Manager" msgstr "Dateimanager" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filter" #: config/registry.php:90 msgid "Filters" msgstr "Filter" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Erste Hälfte" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Erstes Viertel" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Essen" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Vorhersage (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Vorhergesagte Tage (Vorhersagen enthalten Tage und Nächte, ein hoher Wert " "kann zu einem sehr großen Block führen)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Passwort vergessen?" #: config/registry.php:344 msgid "Forms" msgstr "Formulare" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Glückskeks" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Glückskekstyp" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Glückskekse" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Glückskekse 2" #: config/registry.php:338 msgid "Forums" msgstr "Foren" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Freunde aktiviert." #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "aus %s (%s °) mit %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "aus %s mit %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Vollständige Beschreibung" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Vollmond" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Vollständiger Name" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "%s-Konfiguration erzeugen" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Erzeugter Code" #: lib/Block/FbStream.php:150 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Mehr holen" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Allgemeine Einstellungen" #: templates/prefs/app.html:16 msgid "Go" msgstr "Los" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google Suche" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Griechisch (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Gruppenverwaltung" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Gruppenname" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Gruppe wurde nicht erstellt: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Gruppen" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Gastrechte" #: lib/Application.php:323 msgid "HTML Email" msgstr "HTML-Nachrichten" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebräisch (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Höhe" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Höhe des Inhalts (Breite passt sich automatisch an den Block an)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Hilfe" #: services/help/index.php:94 msgid "Help _Topics" msgstr "_Hilfeeinträge" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisphere" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Dies ist der Beginn der Datei:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Erweiterte Einstellungen ausblenden" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Ergebnisse ausblenden" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Heimverzeichnis" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Wieviele Felder (Spalten) gibt es?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Nach wie vielen Sekunden soll nach neuen Beiträgen geschaut werden?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Luftfeuchtigkeit" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Komiker" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Icons für %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "" "Zu benutzende Identität beim Versenden von E-Mail-Nachrichten über " "ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Bezeichnung der Identität" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importieren, Schritt %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Importiertes Feld: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importierte Felder:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Als Antwort auf:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Wählen Sie in der untenstehenden Liste jeweils ein Feld aus der importierten " "Datei auf der linken Seite und ein Feld aus Ihrem Adressbuch auf der rechten " "Seite aus. Dann drücken Sie \"Paar hinzufügen\", um dieses Paar für den " "Import zu verwenden. Wenn sie fertig sind, drücken Sie \"Weiter\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Falscher Benutzername oder E-Mail-Adresse. Versuchen Sie es erneut oder " "wenden Sie sich an Ihren Systemadministrator, wenn Sie weitere Hilfe " "benötigen." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Einzelne Benutzer" #: config/registry.php:243 msgid "Information" msgstr "Informationen" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Vererbte Mitglieder" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "" "Geben Sie eine E-Mail-Adresse an, an die das neue Passwort geschickt werden " "soll:" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "Geben Sie die Antwort auf die Sicherheitsfrage ein:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Ungültiges Format der UStId-Nummer." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Ungültige Aktion %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Ungültige Anwendung." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Ungültiger Hash." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Ungültiges Überrecht." #: config/registry.php:296 msgid "Inventory" msgstr "Inventar" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanisch (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript ist in Ihrem Browser entweder deaktiviert oder nicht verfügbar. " "Sie sind auf den minimalen Modus beschränkt. " #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Gerade..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel-Neulinge" #: services/help/index.php:161 msgid "Keyword" msgstr "Stichwort" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Kinder" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Koreanisch (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Sprache" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Groß" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Letzte Hälfte" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Letzte Passwortänderung" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Letztes Viertel" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Letzte Synchronisation" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Letzte Aktualisierung:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Letzte Anmeldung: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Letzte Anmeldung: %s von %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Letzte Anmeldung: Noch nie" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Letzter Synch-Key" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Zuletzt" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Gesetz" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Gefällt mir" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux-Glückskekse" #: templates/admin/sqlshell.html.php:62 msgid "List Tables" msgstr "Tabellen anzeigen" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Das Anzeigen der Alarme ist fehlgeschlagen: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Das Anzeigen der Sperren ist fehlgeschlagen: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Das Anzeigen der Sessions ist fehlgeschlagen: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" "Das Anzeigen der Benutzer ist mit der folgenden Fehlermeldung " "fehlgeschlagen: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Das Anzeigen der Benutzer ist fehlgeschlagen." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Das Anzeigen der Benutzer ist nicht möglich." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatur" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Lokale Zeit: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Sprache und Zeit" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Ort" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Benutzer sperren" #: admin/locks.php:61 msgid "Locks" msgstr "Sperren" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Anmelden" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Abmelden" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Angemeldet bei Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Die Anmeldung ist fehlgeschlagen, weil Sie Ihren Benutzernamen oder Ihr " "Passwort falsch eingegeben haben." #: login.php:316 msgid "Login failed." msgstr "Anmeldung fehlgeschlagen." #: login.php:405 #, php-format msgid "Login to %s" msgstr "Anmelden bei %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Melden Sie sich bei Facebook an und autorisieren Sie %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Melden Sie sich bei Twitter an und autorisieren Sie %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Abmelden" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Liebe" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magie" #: config/registry.php:82 msgid "Mail" msgstr "Webmail" #: config/registry.php:349 msgid "Mail Admin" msgstr "E-Mail Administration" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Verwalten Sie die Kategorien, mit denen Sie Elemente und Einträge " "kennzeichnen können, sowie die zugehörigen Farben." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "Verwaltung Ihrer ActiveSync-Geräte." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Zugeordnete Felder:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Höchsttemperatur der letzten 24 Stunden: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Höchsttemperatur der letzten 6 Stunden: " #: lib/Application.php:327 msgid "Maximum Email age" msgstr "Maximales Nachrichtenalter" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maximale Anzahl an Portalblöcken" #: lib/Application.php:271 msgid "Maximum attachment size in bytes" msgstr "Maximale Anhanggröße in Bytes" #: lib/Application.php:212 msgid "Maximum number of devices" msgstr "Maximale Geräteanzahl" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Maximale Anzahl der anzuzeigenden Einträge" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medizin" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Mittel" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Mitglieder" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Erwähnungen" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar Wetter" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Metrisch" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Tiefsttemperatur der letzten 24 Stunden: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Tiefsttemperatur der letzten 6 Stunden: " #: lib/Application.php:233 msgid "Minimum PIN length" msgstr "Minimale PIN-Länge" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Verschiedenes" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Fehlende Konfiguration." #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobil (Minimal)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobil (Ohne JavaScript)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobil (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mobil optimierte Apps" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Modus" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Modell" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:361 admin/config/index.php:387 msgid "Module is up-to-date." msgstr "Modul ist aktuell." #: config/prefs.php:499 msgid "Monday" msgstr "Montag" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Mondphasen" #: config/registry.php:309 msgid "My Account" msgstr "Mein Konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Mein Konto" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Mein Facebook-Stream" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mein Portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Mein Portallayout" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "k.A." #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NEIN, ich stimme NICHT zu" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "HINWEIS: DAS LÖSCHEN EINES GERÄTES KANN DIESES IN DEN AUSLIEFERUNGSZUSTAND " "ZURÜCKVERSETZEN. SEIEN SIE SICH SICHER, DASS SIE DIES WOLLEN, BEVOR SIE DIE " "LÖSCHUNG DURCHFÜHREN. " #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Name" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:98 msgid "Never" msgstr "Nie" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Neue Kategorie" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Neumond" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Neuer Benutzername (optional)" #: services/changepassword.php:31 msgid "New password" msgstr "Neues Passwort" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Die neuen Passwörter stimmen nicht überein." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Nachrichten" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Weiter" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Nächste 4 Phasen" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Kein Ton" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Keine Konfigurationsdaten verfügbar, um Unterschiede anzuzeigen." #: admin/config/diff.php:49 msgid "No change." msgstr "Keine Änderungen." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Keine Icons gefunden." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Keine vorhanden" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Es wurde kein Ort festgelegt." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Keine anstößigen Glückskekse" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Keine ausstehenden Registrierungen." #: lib/Application.php:340 msgid "No push while roaming" msgstr "Kein Push während Roaming" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Sie haben keine Sicherheitsfrage hinterlegt. Bitte wenden Sie sich an Ihren " "Administrator." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:355 admin/config/index.php:381 msgid "No stable version exists yet." msgstr "Noch keine stabile Version verfügbar." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Kein Benutzername angegeben." #: admin/config/index.php:240 msgid "" "No version found in original configuration. This shouldn't happen, your " "installation may be corrupt." msgstr "" "Keine Versionsnummer in der Originalkonfiguration gefunden. Dies sollte " "nicht vorkommen, Ihre Installation könnte beschädigt sein." #: admin/config/index.php:254 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Keine Versionsnummer in Ihrer Konfiguration gefunden. Erneuern Sie Ihre " "Konfiguration." #: admin/config/index.php:306 msgid "NoSQL indices are ready." msgstr "NoSQL-Indices sind bereit." #: admin/config/index.php:301 #, php-format msgid "NoSQL indices for %s" msgstr "NoSQL-Indizes für %s" #: admin/config/index.php:303 msgid "NoSQL indices out of date." msgstr "NoSQL-Indizes müssen aktualisiert werden." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Keine" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordisch (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Nördliche Hemisphere" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Nicht verknüpft" #: config/registry.php:169 msgid "Notes" msgstr "Notizen" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nichts anzuzeigen, bitte zurückgehen." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Anzahl der anzuzeigenden Beiträge" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Wartezeit zwischen Aktualisierungen in Sekunden" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objektbrowser" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Objektersteller" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filter für anstößige Inhalte" #: config/registry.php:266 msgid "Office" msgstr "Büro" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Ihr neues Passwort muss sich von Ihrem alten unterscheiden." #: services/changepassword.php:30 msgid "Old password" msgstr "Altes Passwort" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Falsches altes Passwort." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Nur anstößige Glückskekse" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Nur der Besitzer oder der Systemadministrator kann den Besitzer oder die " "Besitzerrechte ändern" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Betriebsystem" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Oder geben Sie einen Benutzernamen ein:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Andere Informationen" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Weitere Einstellungen" #: config/registry.php:180 msgid "Others" msgstr "Weitere" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Besitzer" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Besitzer:" #: templates/admin/phpshell.html.php:17 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:29 msgid "PHP Code" msgstr "PHP Code" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP Shell" #: lib/Application.php:303 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP-E-Mail-Konten" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Die POSIX-Erweiterung fehlt" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "_PHP Shell" #: login.php:211 admin/config/index.php:431 admin/user.php:39 admin/user.php:53 #: config/registry.php:327 templates/admin/user/update.inc:20 msgid "Password" msgstr "Passwort" #: lib/Application.php:238 msgid "Password Complexity" msgstr "Passwortkomplexität" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Passwort erfolgreich geändert." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Die Passwörter müssen gleich sein." #: templates/admin/sqlshell.html.php:45 msgid "Paste" msgstr "Einfügen" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Ausstehende Registrierungen:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Personen" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Anmeldeaufgaben durchführen" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Recht \"%s\" wurde nicht gelöscht." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Rechte" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Rechteverwaltung" #: config/prefs.php:263 msgid "Personal Information" msgstr "Persönliche Angaben" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Haustiere" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefonnummer" #: config/registry.php:197 msgid "Photos" msgstr "Fotos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Plattheiten" #: login.php:217 msgid "Please enter a password." msgstr "Bitte geben Sie ein Passwort ein." #: login.php:216 msgid "Please enter a username." msgstr "Bitte geben Sie einen Benutzernamen ein." #: services/problem.php:160 msgid "Please provide a summary of the problem." msgstr "Bitte geben Sie eine Zusammenfassung Ihres Problems an." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Bitte lesen Sie sich den folgenden Text sorgfältig durch. Sie MÜSSEN diesen " "Bedingungen zustimmen, wenn Sie dieses System benutzen möchten." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politik" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Position des Anworttextes auf Ihrem Gerät, wenn Sie Nachrichten beantworten. " "Bitte beachten Sie, dass einige Geräte die Zitatüberschrift immer am Ende " "des Antworttextes einfügen." #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "Erstellt %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Erstellt %s über %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Niederschlag in der letzten %d Stunde: " msgstr[1] "Niederschlag in den letzten %d Stunden: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Niederschlags-%swahrscheinlichkeit" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Luftdruck" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Luftdruck auf Seehöhe: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Resource" #: services/problem.php:165 msgid "Problem Description" msgstr "Problembeschreibung" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Verknüpft" #: lib/Application.php:217 msgid "Provisioning" msgstr "Verknüpfung" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Veröffentlichungen aktiviert." #: templates/admin/sqlshell.html.php:9 msgid "Query" msgstr "Abfrage" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Speicherplatz-Kontingent" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Glückskeks" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Lesen" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Lesen aktiviert." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" "\"%s\" wirklich löschen? Dieser Vorgang kann nicht rückgängig gemacht werden." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Daten des Benutzers \"%s\" wirklich löschen? Dieser Vorgang kann nicht " "rückgängig gemacht werden." #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Dynamische Menüelemente aktualisieren:" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Portalansicht aktualisieren:" #: templates/portal/layout.inc:95 msgid "Refresh rate:" msgstr "Aktualisierungsrhythmus:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Reguläre Apps" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Bemerkungen" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Entfernter Rechner" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Entfernen" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Paar löschen" #: admin/config/index.php:450 msgid "Remove saved script from server's temporary directory." msgstr "Gespeichertes Skript aus dem temporären Verzeichnis entfernen." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Benutzer löschen" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Benutzer löschen: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Antworten" #: lib/Application.php:228 msgid "Require PIN" msgstr "PIN verlangen" #: lib/Application.php:311 msgid "Require S/MIME Encryption" msgstr "S/MIME-Unterstützung verlangen" #: lib/Application.php:315 msgid "Require S/MIME Signature" msgstr "S/MIME-Signatur verlangen" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Zurücksetzen" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Passwort zurücksetzen" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Status aller Geräte zurücksetzen" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Passwort zurücksetzen" #: templates/admin/sqlshell.html.php:60 msgid "Restore Last Query" msgstr "Letzte Abfrage einfügen" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:34 #: templates/admin/sqlshell.html.php:13 msgid "Results" msgstr "Ergebnisse" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Ergebnisse für %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweeted durch %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Neues Passwort erneut eingeben" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Konfiguration zurücksetzen" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Rätsel" #: templates/admin/sqlshell.html.php:46 msgid "Run" msgstr "Starten" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Anmeldeaufgaben durchführen" #: lib/Application.php:283 msgid "SD card" msgstr "SD-Karte" #: lib/Application.php:276 msgid "SD card encryption" msgstr "SD-Karten-Verschlüsselung" #: lib/Application.php:291 msgid "SMS Text messages" msgstr "SMS-Nachrichten" #: admin/config/index.php:288 admin/config/index.php:341 msgid "SQL DB schema is out of date." msgstr "SQL-DB-Schema muss aktualisiert werden." #: admin/config/index.php:293 admin/config/index.php:346 msgid "SQL DB schema is ready." msgstr "SQL-DB-Schema ist bereit." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL Shell" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL Shell" #: templates/portal/layout.inc:116 templates/prefs/end.html:4 msgid "Save" msgstr "Speichern" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "\"%s\" speichern" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Speichern und Beenden" #: admin/config/index.php:418 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Erzeugte Konfiguration als PHP-Skript im temporären Verzeichnis Ihres " "Servers speichern." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Das Aktualisierungsskript wurde in \"%s\" gespeichert." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Wissenschaft" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Bereich" #: services/help/index.php:95 msgid "Sea_rch" msgstr "_Suche" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Suche" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Suche:" #: lib/Application.php:249 msgid "Seconds of inactivity before device should lock" msgstr "Sekunden der Inaktivität vor Gerätesperrung" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Hinzuzufügende Gruppe auswählen:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Neuen Besitzer auswählen:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Server auswählen" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Hinzuzufügenden Benutzer auswählen:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Wählen Sie die Felder aus, in denen nach Namen gesucht werden soll." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Wählen Sie das Datums- und Zeitformat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Wählen Sie das Datumstrennzeichen:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Wählen Sie das Datumsformat:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Wählen Sie die Reihenfolge von Datum und Zeit:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Wählen Sie das Zeittrennzeichen:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Wählen Sie das Zeitformat:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Wählen Sie ein Farbschema." #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Wählen Sie Ihre bevorzugte Sprache:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Problembericht abschicken" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor: " #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Server-ID" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Serverzeit" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Sitzungsverwaltung" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Sitzungs-Zeitstempel" #: lib/Api.php:70 msgid "Sessions" msgstr "Sitzungen" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Legen Sie die Einstellungen fest, die es Ihnen erlauben Ihr Passwort " "zurückzusetzen, falls sie es einmal vergessen sollten." #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Integration mit Ihrem Facebook-Konto einrichten." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Integration mit Ihrem Twitter-Konto einrichten." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "Wählen Sie Ihre bevorzugte Sprache, Zeitzone und Datumseinstellungen." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Legen Sie das die Startanwendung, das Farbschema, die Seitenaktualisierung " "und andere Anzeigeeinstellungen fest." # Mehrere passende Orte mit diesem Parameter: #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Mehrere passende Orte mit dem Parameter: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Kurze Zusammenfassung" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Sollen Tastenkombinationen für die meisten Links aktiviert werden?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Zeigen" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Erweiterte Einstellungen anzeigen" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Alle Einstellungs-Gruppen anzeigen" #: admin/config/index.php:400 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Unterschiede zwischen der aktuellen und der gerade erzeugten Konfiguration " "anzeigen." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Weitere Details anzeigen?" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Anzeigen, wann die letzte Anmeldung erfolgt ist?" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Anmeldeaufgaben überspringen" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Klein" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Schneehöhe: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Schneemenge als Wasser: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Lieder & Gedichte" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Südeuropäisch (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Südliche Hemisphere" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Startzeit" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Statusverwaltung" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Status" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Status konnte nicht aktualisiert werden." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Timeline" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Die Registrierungsanfrage für \"%s\" wurde abgeschickt. Sie können sich noch " "nicht anmelden, solange die Anfrage noch nicht bestätigt wurde." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Erfolgreich mit Ihrem Facebook-Konto verbunden oder Rechte aktualisiert." #: templates/admin/sqlshell.html.php:17 msgid "Success" msgstr "Erfolg" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" wurde erfolgreich hinzugefügt." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Daten des Benutzers \"%s\" wurde erfolgreich gelöscht." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" wurde erfolgreich gelöscht." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" wurde erfolgreich gelöscht." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Konfiguration erfolgreich zurückgesetzt. Seite neu laden, um die Änderungen " "anzuzeigen." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Backup der Konfiguration erfolgreich gespeichert." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" wurde erfolgreich aktualisiert" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s wurde erfolgreich gespeichert" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Sonnenaufgang" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Sonnenuntergang" #: config/prefs.php:498 msgid "Sunday" msgstr "Sonntag" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Sonnenaufgang" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Sonnenauf/untergang" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Sonnenuntergang" #: lib/Application.php:331 msgid "Sync all" msgstr "Alle synchronisieren" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Ausgelieferter Feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Tagwolke" #: config/registry.php:155 msgid "Tasks" msgstr "Aufgaben" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatur der letzten Stunde: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Temperatur" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatur%s(%sMax%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Verbindung zu Facebook kurzzeitig unterbrochen, bitte versuchen Sie es " "später noch einmal." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Verbindung zu Twitter kurzzeitig unterbrochen, bitte versuchen Sie es später " "noch einmal." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thailändisch (TIS-620)" #: admin/sqlshell.php:97 #, php-format msgid "" "The DELETE command completed successfully. A total of %d rows were deleted." msgstr "" "Das DELETE-Kommando wurde erfolgreich ausgeführt. Insgesamt wurden %d Zeilen " "gelöscht." #: admin/sqlshell.php:89 msgid "The INSERT command completed successfully." msgstr "Das INSERT-Kommando wurde erfolgreich ausgeführt." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" "Das ferngesteuerte Löschen für das Gerät mit der ID %s wurde abgebrochen." #: admin/sqlshell.php:93 #, php-format msgid "" "The UPDATE command completed successfully. A total of %d rows were modified." msgstr "" "Das UPDATE-Kommando wurde erfolgreich ausgeführt. Insgesamt wurden %d Zeilen " "aktualisiert." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Der Alarm wurde gelöscht." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Der Alarm wurde gespeichert." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Die Konfiguration für %s konnte nicht automatisch aktualisiert werden. Bitte " "aktualisieren Sie die Konfiguration manuell." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Die Standard-E-Mail-Adresse für diese Identität:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Die Sperre wurde entfernt." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Der Dienst des Mitgliedslandes konnte in der vorgesehenen Zeit nicht " "erreicht werden. Probieren Sie es später noch einmal, oder verwenden Sie ein " "anderes Mitgliedsland." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Der Dienst des Mitgliedslandes ist zur Zeit nicht verfügbar. Probieren Sie " "es später noch einmal, oder verwenden Sie ein anderes Mitgliedsland." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Der angegebene Ländercode ist ungültig" #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "" "Der Dienst ist zur Zeit nicht verfügbar. Probieren Sie es später noch einmal." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "" "Der Dienst ist zur Zeit überlastet. Probieren Sie es später noch einmal." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Die Registrierungsanfrage von \"%s\" wurde entfernt." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Die Registrierungsanfrage von \"%s\" wurde entfernt." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Der Status des Gerätes mit der ID %s wurde zurückgesetzt. Bei der nächsten " "Verbindung mit dem Server wird es neu synchronisiert." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Das Testskript ist noch aktiv. Aus Sicherheitsgründen sollten Sie die " "Testskripte deaktivieren, wenn Sie mit allen Tests abgeschlossen haben " "(siehe horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Der Benutzer \"%s\" existiert bereits." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Der Benutzer \"%s\" existiert nicht." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Beim Hinzufügen von \"%s\" zum System ist ein Problem aufgetreten: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Beim Löschen der Daten von Benutzer \"%s\" ist ein Problem aufgetreten: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Beim Löschen von \"%s\" aus dem System ist ein Problem aufgetreten: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Beim Aktualisieren von \"%s\" ist ein Problem aufgetreten: %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "" "In der Kommunikation mit dem ActiveSync-Server ist ein Fehler aufgetreten: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Beim Verbinden mit Twitter ist ein Fehler aufgetreten: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Das Konfigurations-Formular enthielt einen Fehler. Vielleicht haben Sie ein " "Pflichtfeld leer gelassen." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:142 #, php-format msgid "There was an error making the request: %s" msgstr "Beim Verschicken der Anfrage ist ein Fehler aufgetreten: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Bei der Facebook-Anmeldung ist ein Fehler aufgetreten. Bitte versuchen Sie " "es später noch einmal." #: lib/Application.php:198 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Beim Löschen der allgemeinen Daten von %s ist ein Fehler aufgetreten. " "Details wurden protokolliert." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Bei der Anforderung der benötigten Rechte ist ein Fehler aufgetreten." #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Diese UStId-Nummer ist ungültig." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Diese UStId-Nummer ist gültig." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Damit werden alle Einträge auf allen Geräten neu synchronisiert." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Damit werden alle Einträge auf Ihren Geräten neu synchronisiert." #: config/registry.php:226 msgid "Tickets" msgstr "Tickets" #: config/registry.php:272 msgid "Time Tracking" msgstr "Zeiterfassung" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Zeitformat" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Zeitstempel oder unbekannt" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Zeitpunkte erfolgreicher Synchronisationssitzungen" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titel" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Um ein bestimmtes Feld vom Import auszuschließen, oder eine falsche " "Zuordnung zu korrigieren, wählen Sie ein Feld in der untenstehenden Liste " "aus und drücken Sie \"Paar löschen\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Halten Sie beim Klicken Strg (PC) bzw. Command (Mac) gedrückt, um mehrere " "Einträge auszuwählen." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Heute" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Morgen" #: config/prefs.php:751 msgid "Top" msgstr "Oben" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Übersetzungen" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Türkisch (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Twitter-Integration" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter-Zeitleiste" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter-Zeitleiste für %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter ist nicht aktiviert." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "Homepage" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "\"%s\" kann nicht gelöscht werden: %s." #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "\"Gefällt mir\" konnte nicht durchgeführt werden." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "Der Anfrage-Token konnte nicht verifiziert werden. Bitte versuchen Sie es " "noch einmal." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Nicht verfügbar" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Freigeben" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Änderungen rückgängig machen" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Favorisierung zurücknehmen" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Nicht zugeordnet" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Einheiten" #: admin/sessions.php:36 msgid "Unknown" msgstr "Unbekannt" #: admin/locks.php:43 msgid "Unlock" msgstr "Freigeben" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Aktion nicht unterstützt." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Aktualisierung" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s aktualisieren" #: admin/config/index.php:192 admin/config/index.php:320 #, php-format msgid "Update %s schema" msgstr "%s-Schema aktualisieren" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Alle DB-Schemas aktualisieren" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Alle Konfigurationen aktualisieren" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Benutzer aktualisieren" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" wurde aktualisiert." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "Schema für %s wurde aktualisiert." #: admin/config/index.php:429 msgid "Upload" msgstr "Hochladen" #: admin/config/index.php:437 msgid "Uploaded all application configuration files to the server." msgstr "" "Die Konfigurationsdateien aller Anwendungen wurden auf den Server " "hochgeladen." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Standard verwenden" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "" "Bitte ausfüllen, wenn Sie einen anderen Benutzernamen/Passwort für den IMSP-" "Server haben." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Benutzer" #: admin/user.php:240 msgid "User Administration" msgstr "Benutzerverwaltung" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Programm" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Benutzername" #: signup.php:74 msgid "User Registration" msgstr "Benutzerregistrierung" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Die Benutzerregistrierung wurde auf diesem System deaktiviert." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "" "Die Benutzerregistrierung wurde auf diesem System nicht richtig konfiguriert." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Benutzerkonto nicht gefunden" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Hinzuzufügender Benutzer:" #: login.php:206 admin/config/index.php:430 admin/user.php:36 admin/user.php:52 #: services/resetpassword.php:33 templates/admin/activesync.html.php:9 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Benutzername" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Benutzer" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Benutzer des Systems:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "UStIdNr-Überprüfung" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "UStId-Nummer:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "UStId-Nummer" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Version" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Versionscheck" #: config/registry.php:215 msgid "Version Control" msgstr "Versionskontrolle" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamesisch (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Externe Webseite anzeigen" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Sicht" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Warnung" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Warnung: Ihre Hochstelltaste ist aktiviert!" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Wetter" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Wetterdaten von" #: config/registry.php:332 msgid "Web Site" msgstr "Website" #: lib/Application.php:307 msgid "Web browser" msgstr "Web-Browser" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Willkommen" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Willkommen, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Westeuropäisch (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Westeuropäisch (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "Welche Anwendung soll %s nach dem Anmelden angezeigen?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Was machen Sie gerade?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Welches Trennzeichen wird verwendet?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Welche Anführungszeichen werden verwendet?" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Welcher Tag soll als Wochenbeginn angezeigt werden?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Welche Phasen" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "Breite des %s-Menüs links:" #: lib/Application.php:295 msgid "Wifi" msgstr "WLAN" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Wind" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Windgeschwindigtkeit in Knoten" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Wind:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Löschen" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Löschung steht an" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Weisheit" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Mit " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Arbeit" #: config/registry.php:238 msgid "X-Ref" msgstr "Querverweise" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "JJ" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Ja, ich stimme zu" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Dir und %d anderen Person gefällt das" msgstr[1] "Dir und %d anderen Personen gefällt das" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Sie dürfen keine Gruppen erstellen." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Sie dürfen keine Shares erstellen." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Sie dürfen keine Gruppen ändern." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Sie dürfen keine Shares ändern." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Sie dürfen keine Gruppen löschen." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Sie dürfen keine Shares löschen." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Sie dürfen die Gruppen eines Shares nicht anzeigen." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Sie dürfen die Rechte eines Shares nicht anzeigen." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Sie dürfen Shares nicht anzeigen." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Sie dürfen die Benutzer von Gruppen nicht anzeigen." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Sie dürfen die Benutzer eines Shares nicht anzeigen." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Sie sind nicht mit Ihrem Facebook-Konto verbunden. Sie sollten Ihre Facebook-" "Einstellungen in Ihren %s überprüfen." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:143 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Sie können die Facebook-Einstellungen in Ihren %s überprüfen." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Sie haben den Benutzungsbedingungen nicht zugestimmt und dürfen sich " "deswegen nicht anmelden." #: login.php:312 msgid "You have been logged out." msgstr "Sie wurden abgemeldet." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Sie haben die benötigten Rechte verweigert." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Sie haben Ihr Twitter-Konto nicht richtig mit Horde verbunden. Sie sollten " "Ihre Twitter-Einstellungen in Ihren %s überprüfen." #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Ihnen gefällt das" #: services/problem.php:159 msgid "You must describe the problem before you can send the problem report." msgstr "Sie müssen das Problem beschreiben, um den Bericht abzuschicken." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "" "Sie müssen einen Benutzernamen angeben, dessen Daten gelöscht werden sollen." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Sie müssen einen zu löschenden Benutzernamen angeben." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Sie müssen einen hinzuzufügenden Benutzernamen angeben." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Sie müssen den zu aktualisierenden Benutzernamen angeben." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Ihre E-Mail-Adresse" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "Ihre Angaben" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ihre Internetadresse hat sich geändert, seit Sie die Sitzung begonnen haben. " "Zum Schutz Ihrer Sicherheit müssen Sie sich neu anmelden." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Ihr Name" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Ihr Authentifizierungssystem erlaubt kein Hinzufügen von neuen Benutzern. " "Wenn Sie Horde benutzen möchten, um Ihre Benutzer zu verwalten, müssen Sie " "einen anderen Authentifizierungstreiber benutzen." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Ihr Authentifizierungssystem erlaubt das Anzeigen der Benutzer nicht, oder " "diese Möglichkeit wurde ausgeschaltet." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ihr Browser hat sich anscheinend geändert, seit Sie die Sitzung begonnen " "haben. Zu Ihrer Sicherheit müssen Sie sich neu anmelden." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Ihr Browser unterstützt diese Funktion nicht." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Ihre aktuelle Zeitzone:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Ihr vollständiger Name:" #: login.php:324 msgid "Your login has expired." msgstr "Ihr Zugang ist abgelaufen." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Ihr neues Passwort für %s lautet: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Ihr Passwort wurde zurückgesetzt" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Ihr Passwort wurde zurückgesetzt, konnte Ihnen aber nicht zugeschickt " "werden. Bitte wenden Sie sich an den Administrator." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Ihr Passwort wurde zurückgesetzt. Rufen Sie Ihre E-Mail-Nachrichten ab und " "melden Sie sich mit Ihrem neuen Passwort an." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Ihr Passwort wurde erfolgreich geändert. Sie müssen sich mit dem neuen " "Passwort erneut anmelden." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Ihr Passwort ist abgelaufen" #: login.php:178 msgid "Your password has expired." msgstr "Ihr Passwort ist abgelaufen." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Ihre Sitzung hat die maximal erlaubte Dauer überschritten. Bitte melden Sie " "sich erneut an." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:116 msgid "[Problem Report]" msgstr "[Problembericht]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarme" #: lib/Api.php:85 msgid "_CLI" msgstr "Be_fehlszeile" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Konfiguration" #: lib/Api.php:50 msgid "_Groups" msgstr "_Gruppen" #: lib/Api.php:60 msgid "_Locks" msgstr "S_perren" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Rechte" #: lib/Api.php:45 msgid "_Users" msgstr "_Benutzer" #: services/problem.php:63 msgid "attachment" msgstr "Anhang" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "windstill" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "aus %s (%s) mit %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "böig" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "Inline" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:143 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "Benutzereinstellungen" #: admin/config/config.php:75 msgid "show differences" msgstr "Unterschiede anzeigen" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "Geben Sie das Passwort ein zweites Mal zur Bestätigung ein" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unified" tmpIMUtxu/horde-5.2.17/locale/de/LC_MESSAGES/horde.mo0000644000175000017500000020667413160205253021563 0ustar mathieumathieu[5G$G)GH&2H YH$fH H)HHH HHHI *I)6I7`IJIHIR,JJJJJJJJJJJJVKYKlvKKKKL L!L;LNLhL lL xL L LL LLLNL-MGMaM iMvM M M M M MM.MMM#Nl6N%NN NNOO.OFO^OvO }OOOOO%O<O%4PZPoP sP)}P PP'P,P*Q%FQlQ Q QQQ QQ QQRRR ,R 7R ARKRPRWR_RzRRRR R(R<R@SZSpSSSSS!SdSVT\TuT~TT T1T*TU9U ?UKU ^UiUQyUU U UUUV V )V6V=V EV SV `V lV vV V VV=VV'W 7WDWUW^W.eW*W3WWIX"YY(Y5ZXDZZ*0[[[c[j[~[[ [[ [[[[[\2\O\R\W\W`\\ \\\\ \ \,]43] h]t] {]] ]*]B]^ .^:^ A^K^^^ p^|^^B^^"_ $_._ H_R_Z_t____C_` 4`/@`p`v`~`` ```` ` ``a a"a{6aMaLbOMb'b(bb cc"c2cCcSc cc nc{ccc ccc-cdd d d+d fIfdfkf }fff?ff f f"g%g ?gLg[g$ag2gg gg g2gh"h2hEh VhchjNii iiBi4+j)`jjj jj jjgj ckok~kkkkkk kk kk kkll 1l>lElIlNl Wl dlplll0llm !m,mGmWm `mjmpmwmmGm m m"m!no ^oo$ooooo ooo p%p 8pFp]pnppppppp p pp q q)q:q>q|Qqqq qqq rr/r4r 9rGr8Pr rrrrrrrE sRspsdsAs.tGt\twt|tttttt$tuu,u;uJu(Qu zuuu\uv*v@v Rv`vgvmvtvxv vvv vvvvww!w2w9wMw jwvwww ww www(wP%xvxx y!yB2yuyyy yy y yyyyzz z4"zGWzzz z zz z{ {6{ L{X{h{ n{z{{{{{{{||||/|C|X|`|d|t|||||| | || ||R },^}}}}}}/}}} ~~51~ g~~~~~~ 'G[ d nzJ.-&;T[1 -,Z_yO%/ 5B ]k łւ݂dCb&8Ճ*);T(ӄ (/ ?IO dp>>̅ K*f4LƆ/cI5hfg%Έ83--a2e‰(ˊ1A3]%?)T!)vKI16*h(67+ 3 AM1bVtz Ïԏ D4 y ÐːҐ  8 DRi;p2 21;d Ē͒Ӓ ) 1?Oc }"ԓ ݓ /(X uF !).38LR Wdkqv| D"ѕ"%%=%c%-.ݖ# ,0,]c5V${*s 4EB)&%ٙ((;vL Ú͚soy+]ɜ\Qcf6-QX؞ޞ  ' .9>X` gs"*;)f3 ( /$Te x Ȣ(բAB@Pԣ Xf ĤϤi#Rv , 5@Vi Ѧ& #4uID16 >I X b p | /Ȩͨ2)ĩ ܩ#%@[z  Ϫ۪1O%1u ë7ϫ>%=d??" ?&L s  ǭխ   %18>"Fir y9Cd-ǯ -}A %̰  =?KC6ϱ #>Utl   ( 3 AMT [hw Dҳ+&Cj{BT=6 t]߶1<D.s? (:J[ m{Ϻ" m$  ʻ ػ*= O\ es/Fμ 1= DOe wm)<fo #¾S6"4  (8Se 1YX[313% %5DUd v 9 5B GSh  tD X bn }1 @Kdh o|  AY_ oz#"D Qbj oP}+%<b Q/3$/8zP  -FVm .,/[0P- -; isiQk7{6 w $*)&!Ac+ )(-V jx   %0 EQch5:>MUs- A 3IYw#Z&1XuVQl*&" /Cs v;_; '  $.E alu$ !>EV k u !(7 frP" ' ; FSrz Nb'h  ? L^ t ~ "% >I\dw'; U _ jtY4 (5=DJ-Q"%D':#b/!$.Sm v  |0:/kFp+SC!"T%z0 "?TY_ h r|(HT$5!!!YC1# "2 :H\l [ZSX2LR[z32(8OaJ22/b$"DGCe;M93fm;bdsF!ABaB 2#V\bu{%1AVs !2 B L V`{" "$ GNQ[+ 4A>WM )2H ^ ly + # + 7BQn6$+3+ _m O$`#"!#"453j"45t,@^A,XANZ79:V jw rF .   * %E !k z x b   = \[              ) ? E L b ;x  8uZSg~R>)"FB D*42F+& 6.}/X\B[@t1Vo {3^ 6<|(I/(rmRN;,-x?y zYj%+5{4Ts&V/IaEq}$1K3HL@Ys%B9M]?]-O`!kAL8D%xGrE$  'O.^7O0W3pDTR_9U`#Q;EO@cXxoAi|_Hn_jg9yP+7)oZ[LJ`Zfaf -F:lM"F2d=}JN<!  \4ek$8 6X^!{~ D"1R]vY/T[=P>#n.UW#>sG9)k~=,qct:%<eTZ2e3 a0$ Q!5l&MQ P C2(u fIz MUh;8pC 7i\QKrBV-yv# E@'S >tcLN4S0*A YC7H:j)5wl[ wKN&h '*g'?bCiJW?u0v6GInSm,=|;:.XVb1<Gp*(,+mbwdq"A5WJdUHzPKh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot read configuration file conf.php.Cannot read original configuration definition from conf.xml.Cannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. This shouldn't happen, your installation may be corrupt.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The DELETE command completed successfully. A total of %d rows were deleted.The INSERT command completed successfully.The Remote Wipe for device id %s has been cancelled.The UPDATE command completed successfully. A total of %d rows were modified.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde 5.2-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2017-07-26 11:56+0200 PO-Revision-Date: 2017-07-26 12:00+0200 Last-Translator: Jan Schneider Language-Team: German Language: de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit Plural-Forms: nplurals=2; plural=(n != 1); "%s" wurde zum Gruppensystem hinzugefügt."%s" wurde zum Rechtesystem hinzugefügt."%s" wurde nicht erstellt: %s.%.2fMB (%3$.2f%%) von %2$.2fMB erlaubten verbraucht%d %s und %sIn %d Tagen wird Ihr Passwort ungültig.%d Minuten%d Person gefällt das%d Personen gefällt das%d bis %d von %d%d-Tage-Vorhersage%s - Hinweis%s-Konfiguration%s-Aufgaben - Bestätigung%s Nutzungsbedingungen%s mit %s %s%s kann mit Ihrem Twitter-Konto arbeiten%s kann keine Informationen über Ihre Facebook-Freunde auslesen.%s kann Ihre Neuigkeiten und andere Facebook-Daten nicht auslesen.%s kann keine Statusmeldungen oder andere Inhalte bei Facebook veröffentlichen.%s möchte die Aufgaben durchführen, die unten angezeigt sind. Markieren Sie alle Aufgaben, die jetzt durchgeführt werden sollen., böig %s %s, schwankend von %s bis %s1 Tag1 Monat1 Woche12-Stunden-Format2 Wochen24-Stunden-Format24 Stunden24-Stunden-Format3 TageEine Geräte-Löschung wurde gestartet. Das Gerät wird während der nächsten Synchronisation gelöscht.Eine neuere Version (%s) existiert.Eine ferngesteuerte Löschung für das Gerät mit der ID %s wurde gestartet. Das Gerät wird während der nächsten Synchronisation gelöscht.AM/PMKontoinformationenKontopasswortAktionenActiveSyncActiveSync-VerwaltungActiveSync-GeräteActiveSync ist nicht aktiviert.HinzufügenInhalt hinzufügenHier hinzufügen:Mitglieder hinzufügenGruppe hinzufügenFügen Sie einen neuen Benutzer hinzu:Neuen Alarm hinzufügenPaar hinzufügenBenutzer hinzufügen"%s" wurde zum System hinzugefügt, aber die zusätzlichen Anmeldeinformationen konnten nicht gespeichert werden: %s."%s" wurde zum System hinzugefügt. Sie können sich jetzt anmelden.Das Hinzufügen von Benutzern ist nicht möglich.AdresseAdressbuchAdministrationAlarmendeAlarmmethodenAlarmbeginnAlarmtextAlarmtitelAlarmeAlarme wurden in der Konfiguration deaktiviert.AlleAngemeldete BenutzerAlle Richtlinien-Schlüssel wurden zurückgesetzt.Der Status Ihrer ActiveSync-Geräte wurde zurückgesetzt. Bei der nächsten Verbindung mit dem Server werden sie neu synchronisiert.Alle Synchronisationssitzungen gelöscht.Alphanumerisch erlaubenAlle erlaubenNicht verknüfbare Geräte erlaubenNur numerisch erlaubenAlternative IMSP-AnmeldungAlternatives IMSP-PasswortAlternativer IMSP-BenutzernameAlternative E-Mail-AdresseAntwortAnwendungAnwendungskontextAnwendung ist bereit.BestätigenArabisch (Windows-1256)Sind Sie sicher, dass Sie '%s' löschen möchten?Sind Sie sicher, dass Sie die Registrierungsanfrage von "%s" löschen möchten?Sind Sie sicher, dass Sie "%s" löschen möchten?Armenisch (ARMSCII-8)KunstASCII-KunstMindestens ein Datenbank-Schema ist nicht mehr aktuell.AnhangAnhänge herunterladenEs wurde versucht, eine nicht existierende Gruppe zu löschen.Es wurde versucht, ein nicht existierendes Recht zu löschen.Es wurde versucht, ein nicht existierendes Recht zu bearbeiten.Es wurde versucht, ein nicht existierendes Recht zu bearbeiten.Authentifizierte AnwendungenAutorisierenZugriff auf Freunde-Daten autorisierenVeröffentlichungen autorisierenLesen autorisierenAutomatischVerfügbare Felder:BOFH-AusredenBaltisch (ISO-8859-13)EinfachBlockierenBlockeinstellungenBlocktypBluetoothLesezeichenBeidesUntenBrowserGespeicherter Heartbeat (Sekunden)KalenderKameraAbbrechenProblembericht abbrechenLöschen abbrechenKonfigurationsdatei conf.php konnte nicht gelesen werden.Die Originalkonfiguration konnte nicht aus conf.xml gelesen werden.Passwort kann nicht automatisch zurückgesetzt werden, bitte wenden Sie sich an Ihren Administrator.Kategorien und BeschriftungenKeltisch (ISO-8859-14)Mitteleuropäisch (ISO-8859-2)ÄndernOrt ändernÄndern Sie Ihr PasswortÄndern Sie Ihre persönlichen Informationen.Das Ändern Ihres Passworts wird von diesem System zur Zeit nicht unterstützt. Bitte wenden Sie sich an Ihren Administrator.ÜberprüfenAuf aktuellere Versionen überprüfenÜberprüfeChinesisch vereinfacht (GB2312)Chinesisch traditionell (Big5)%s auswählenLegen Sie fest, wie das Datum angezeigt werden soll (Kurzform):Legen Sie fest, wie das Datum angezeigt werden soll (Vollständig):Legen Sie fest, wie die Uhrzeit angezeigt werden soll:KlasseAbfrage zurücksetzenBenutzerdaten löschen: %sBenutzerdaten löschenBenutzerdaten löschenKlicken Sie auf eines Ihrer ausgewählten Adressbücher und markieren Sie alle Felder, die durchsucht werden sollen.FortfahrenClient-AnkerFenster schließenWolkenCodewort-HäufigkeitSchließenCollection-IDFarbauswahlComicsBefehlBefehlszeileKommentare: %dEindeutiger NameComputerBedingungenBedingungenKonfigurationKonfigurationsunterschiedeKonfiguration der Synchronization mit PDAs, Smartphones und Outlook.Die Konfiguration muss aktualisiert werden.Aktualisierungsskripte sind verfügbar%s konfigurierenPasswort bestätigenWeiterCookieFTP-Verbindung zum Server "%s" konnte nicht hergestellt werden: %sDer Server konnte nicht erreicht werden, bitte versuchen Sie es später noch einmal.Das Aktualisierungsskript "%s" konnte nicht gelöscht werden.Es wurde keine Autorisierung für "%s" gefunden, um mit Ihrem Facebook-Konto arbeiten zu können. Das bedeutet, dass Sie entweder Ihr Facebook-Konto noch nicht autorisiert haben, um mit "%s" zu arbeiten, oder Ihre Autorisierung ist abgelaufen und muss erneuert werden.Es wurde keine Autorisierung für %s gefunden, um mit Ihrem Twitter-Konto arbeiten zu könnenDas Passwort für den angegebenen Benutzer konnte nicht zurückgesetzt werden, weil einige Angaben nicht richtig waren. Versuchen Sie es erneut oder wenden Sie sich an Ihren Administrator, wenn Sie weitere Hilfe benötigen.Konfiguration konnte nicht zurückgesetzt werden.Backup der Konfiguration konnte nicht gespeichert werden: %sDas Aktualisierungsskript konnte nicht nach "%s" gespeichert werden.Die Konfiguration %s konnte nicht gespeichert werden. Verwenden Sie eine der untenstehenden Möglichkeiten, um den Code zu speichern.Die Konfiguration %s konnte nicht gespeichert werden. Sie können entweder eine der Möglichkeiten unter %s verwenden, um den Code zu speichern, oder den untenstehenden Code manuell nach %s kopieren.Die Konfiguration für "%s" konnte nicht gespeichert werden: %sLandErstellenNeue Identität anlegenAktuelle 4 PhasenAktuelle AlarmeAktuelle SperrenAktuelle SessionsAktuelle ZeitAktuelles WetterAktuelle BedingungenKyrillisch (KOI8-R)Kyrillisch (Windows-1251)Kyrillisch/Ukrainisch (KOI8-U)DB-Zugriff ist nicht konfiguriert.TTDatenDatenbankDatenbank-Migrations-Skripte nicht gefunden. Bitte überprüfen Sie PEARs data_dir Konfigurationseinstellung.DatumEmpfangsdatumDatum: %s; Uhrzeit: %sTagStandardStandardfarbeStandardshellStandardzeichensatz für neue Nachrichten:Standardort für die Nutzung von ortsabhängingen Funktionen.DefinitionenLöschen"%s" löschenAlle SyncML-Daten löschenGruppe löschenDas Aktualisierungsskript "%s" wurde gelöscht.Synchronisationssitzung für Gerät "%s" und Datenbank "%s" gelöscht.Beschreiben Sie das ProblemEntwicklungGerätGeräte-IDGeräte-InformationenGeräteverwaltungGeräte-TypGeräteverschlüsselungGerät ist blockiert.Gerät wurde gelöscht. Entfernen Sie den Geräte-Status, um dem Gerät zu erlauben sich wieder zu verbinden.Gerät erfolgreich entfernt.Gerätelöschung erfolgreich abgebrochen.TaupunktTaupunkt der letzten Stunde: TaupunktDeaktivierenDeaktivieren (nicht empfohlen)Zeit im 24-Stunden-Format anzeigen?Anzeige-EinstellungenDetailierte Vorhersage anzeigenVorhersage (TAF) anzeigenEnthält die erste Zeile die Feldnamen? Wenn ja, dieses Auswahlkästchen markieren:Noch keinen Zugang? Hier anmelden.%s HerunterladenErzeugte Konfiguration als PHP-Skript herunterladen.DrogenDynamischEU-UStId-IdentifizierungBearbeiten"%s" bearbeitenBenutzereinstellungen fürRechte bearbeitenRechte für "%s" bearbeitenBildungE-Mail-AdresseAktivierenEndzeitEnglischGeben Sie einen Namen für die neue Kategorie an:Geben Sie eine Sicherheitsfrage ein, die Ihnen gestellt wird, wenn Sie Ihr Passwort zurücksetzen möchten, z. B. "Wie lautet der Name Ihres Haustiers?":Fehler bei der Verbindung mit Facebook. Details wurden für den Administrator mitgeloggt.Fehler bei der Verbindung mit Twitter. Details wurden für den Administrator mitgeloggt.Fehler bei der Verbindung mit Twitter: %s Details wurden für den Administrator mitgeloggt.Fehler beim Löschen der Synchronisationssitzung:Fehler beim Löschen der Synchronisationssitzungen:Fehler beim Ändern des Passworts: %sEtnischesAlle 15 MinutenAlle 2 MinutenAlle 30 SekundenAlle 5 MinutenAlle halbe StundeJede StundeAlle 60 SekundenBeispielwerte:AusführenVergrößernExtra großKonfiguration per FTP hochladenFacebook-IntegrationFehlgeschlagene Entsperrungsversuche bis GerätelöschungFavorisierenFeedFeedadresseGefühlte TemperaturZu durchsuchende FelderDateimanagerFilterFilterErste HälfteErstes ViertelEssenVorhersage (TAF)Vorhergesagte Tage (Vorhersagen enthalten Tage und Nächte, ein hoher Wert kann zu einem sehr großen Block führen)Passwort vergessen?FormulareGlückskeksGlückskekstypGlückskekseGlückskekse 2ForenFreunde aktiviert.aus %s (%s °) mit %s %saus %s mit %s %sVollständige BeschreibungVollmondVollständiger Name%s-Konfiguration erzeugenErzeugter CodeMehr holenAllgemeine EinstellungenLosGoedelGoogle SucheGriechisch (ISO-8859-7)GruppenverwaltungGruppennameGruppe wurde nicht erstellt: %s.GruppenGastrechteHTML-NachrichtenHebräisch (ISO-8859-8-I)HöheHöhe des Inhalts (Breite passt sich automatisch an den Block an)Hilfe_HilfeeinträgeHemisphereDies ist der Beginn der Datei:Erweiterte Einstellungen ausblendenErgebnisse ausblendenHeimverzeichnisHordeWieviele Felder (Spalten) gibt es?Nach wie vielen Sekunden soll nach neuen Beiträgen geschaut werden?LuftfeuchtigkeitKomikerIMEIIcons für %sZu benutzende Identität beim Versenden von E-Mail-Nachrichten über ActiveSync.Bezeichnung der IdentitätImportieren, Schritt %dImportiertes Feld: %sImportierte Felder:Als Antwort auf:Wählen Sie in der untenstehenden Liste jeweils ein Feld aus der importierten Datei auf der linken Seite und ein Feld aus Ihrem Adressbuch auf der rechten Seite aus. Dann drücken Sie "Paar hinzufügen", um dieses Paar für den Import zu verwenden. Wenn sie fertig sind, drücken Sie "Weiter".Falscher Benutzername oder E-Mail-Adresse. Versuchen Sie es erneut oder wenden Sie sich an Ihren Systemadministrator, wenn Sie weitere Hilfe benötigen.Einzelne BenutzerInformationenVererbte MitgliederGeben Sie eine E-Mail-Adresse an, an die das neue Passwort geschickt werden soll:Geben Sie die Antwort auf die Sicherheitsfrage ein:Ungültiges Format der UStId-Nummer.Ungültige Aktion %sUngültige Anwendung.Ungültiger Hash.Ungültiges Überrecht.InventarJapanisch (ISO-2022-JP)JavaScript ist in Ihrem Browser entweder deaktiviert oder nicht verfügbar. Sie sind auf den minimalen Modus beschränkt. Gerade...Kernel-NeulingeStichwortKinderKolabKoreanisch (EUC-KR)SpracheGroßLetzte HälfteLetzte PasswortänderungLetztes ViertelLetzte SynchronisationLetzte Aktualisierung:Letzte Anmeldung: %sLetzte Anmeldung: %s von %sLetzte Anmeldung: Noch nieLetzter Synch-KeyZuletztGesetzGefällt mirLimerickLinux-GlückskekseTabellen anzeigenDas Anzeigen der Alarme ist fehlgeschlagen: %sDas Anzeigen der Sperren ist fehlgeschlagen: %sDas Anzeigen der Sessions ist fehlgeschlagen: %sDas Anzeigen der Benutzer ist mit der folgenden Fehlermeldung fehlgeschlagen: %sDas Anzeigen der Benutzer ist fehlgeschlagen.Das Anzeigen der Benutzer ist nicht möglich.LiteraturLokale Zeit: %s %s (UTC %s)Sprache und ZeitOrtBenutzer sperrenSperrenAnmeldenAbmeldenAngemeldet bei FacebookDie Anmeldung ist fehlgeschlagen, weil Sie Ihren Benutzernamen oder Ihr Passwort falsch eingegeben haben.Anmeldung fehlgeschlagen.Anmelden bei %sMelden Sie sich bei Facebook an und autorisieren Sie %sMelden Sie sich bei Twitter an und autorisieren Sie %sAbmeldenLiebeMMMagieWebmailE-Mail AdministrationVerwalten Sie die Kategorien, mit denen Sie Elemente und Einträge kennzeichnen können, sowie die zugehörigen Farben.Verwaltung Ihrer ActiveSync-Geräte.Zugeordnete Felder:Höchsttemperatur der letzten 24 Stunden: Höchsttemperatur der letzten 6 Stunden: Maximales NachrichtenalterMaximale Anzahl an PortalblöckenMaximale Anhanggröße in BytesMaximale GeräteanzahlMaximale Anzahl der anzuzeigenden EinträgeMedizinMittelMitgliederErwähnungenMetar WetterMetrischTiefsttemperatur der letzten 24 Stunden: Tiefsttemperatur der letzten 6 Stunden: Minimale PIN-LängeVerschiedenesFehlende Konfiguration.Mobil (Minimal)Mobil (Ohne JavaScript)Mobil (Smartphone/Tablet)Mobil optimierte AppsModusModellModul ist aktuell.MontagMondphasenMein KontoMein KontoMein Facebook-StreamMein PortalMein Portallayoutk.A.NEIN, ich stimme NICHT zuHINWEIS: DAS LÖSCHEN EINES GERÄTES KANN DIESES IN DEN AUSLIEFERUNGSZUSTAND ZURÜCKVERSETZEN. SEIEN SIE SICH SICHER, DASS SIE DIES WOLLEN, BEVOR SIE DIE LÖSCHUNG DURCHFÜHREN. NameNieNeue KategorieNeumondNeuer Benutzername (optional)Neues PasswortDie neuen Passwörter stimmen nicht überein.NachrichtenWeiterNächste 4 PhasenKein TonKeine Konfigurationsdaten verfügbar, um Unterschiede anzuzeigen.Keine Änderungen.Keine Icons gefunden.Keine vorhandenEs wurde kein Ort festgelegt.Keine anstößigen GlückskekseKeine ausstehenden Registrierungen.Kein Push während RoamingSie haben keine Sicherheitsfrage hinterlegt. Bitte wenden Sie sich an Ihren Administrator.Noch keine stabile Version verfügbar.Kein Benutzername angegeben.Keine Versionsnummer in der Originalkonfiguration gefunden. Dies sollte nicht vorkommen, Ihre Installation könnte beschädigt sein.Keine Versionsnummer in Ihrer Konfiguration gefunden. Erneuern Sie Ihre Konfiguration.NoSQL-Indices sind bereit.NoSQL-Indizes für %sNoSQL-Indizes müssen aktualisiert werden.KeineNordisch (ISO-8859-10)Nördliche HemisphereNicht verknüpftNotizenNichts anzuzeigen, bitte zurückgehen.Anzahl der anzuzeigenden BeiträgeWartezeit zwischen Aktualisierungen in SekundenOSObjektbrowserObjekterstellerFilter für anstößige InhalteBüroIhr neues Passwort muss sich von Ihrem alten unterscheiden.Altes PasswortFalsches altes Passwort.Nur anstößige GlückskekseNur der Besitzer oder der Systemadministrator kann den Besitzer oder die Besitzerrechte ändernBetriebsystemOder geben Sie einen Benutzernamen ein:Andere InformationenWeitere EinstellungenWeitereBesitzerBesitzer:PHPPHP CodePHP ShellPOP/IMAP-E-Mail-KontenDie POSIX-Erweiterung fehlt_PHP ShellPasswortPasswortkomplexitätPasswort erfolgreich geändert.Die Passwörter müssen gleich sein.EinfügenAusstehende Registrierungen:PersonenAnmeldeaufgaben durchführenRecht "%s" wurde nicht gelöscht.RechteRechteverwaltungPersönliche AngabenHaustiereTelefonnummerFotosPlattheitenBitte geben Sie ein Passwort ein.Bitte geben Sie einen Benutzernamen ein.Bitte geben Sie eine Zusammenfassung Ihres Problems an.Bitte lesen Sie sich den folgenden Text sorgfältig durch. Sie MÜSSEN diesen Bedingungen zustimmen, wenn Sie dieses System benutzen möchten.PolitikPosition des Anworttextes auf Ihrem Gerät, wenn Sie Nachrichten beantworten. Bitte beachten Sie, dass einige Geräte die Zitatüberschrift immer am Ende des Antworttextes einfügen.Erstellt %sErstellt %s über %sNiederschlag in der letzten %d Stunde: Niederschlag in den letzten %d Stunden: Niederschlags-%swahrscheinlichkeitLuftdruckLuftdruck auf Seehöhe: ResourceProblembeschreibungVerknüpftVerknüpfungVeröffentlichungen aktiviert.AbfrageSpeicherplatz-KontingentGlückskeksLesenLesen aktiviert."%s" wirklich löschen? Dieser Vorgang kann nicht rückgängig gemacht werden.Daten des Benutzers "%s" wirklich löschen? Dieser Vorgang kann nicht rückgängig gemacht werden.Dynamische Menüelemente aktualisieren:Portalansicht aktualisieren:Aktualisierungsrhythmus:Reguläre AppsBemerkungenEntfernter RechnerEntfernenPaar löschenGespeichertes Skript aus dem temporären Verzeichnis entfernen.Benutzer löschenBenutzer löschen: %sAntwortenPIN verlangenS/MIME-Unterstützung verlangenS/MIME-Signatur verlangenZurücksetzenPasswort zurücksetzenStatus aller Geräte zurücksetzenPasswort zurücksetzenLetzte Abfrage einfügenErgebnisseErgebnisse für %sRetweetRetweeted durch %sNeues Passwort erneut eingebenKonfiguration zurücksetzenRätselStartenAnmeldeaufgaben durchführenSD-KarteSD-Karten-VerschlüsselungSMS-NachrichtenSQL-DB-Schema muss aktualisiert werden.SQL-DB-Schema ist bereit.SQL ShellS_QL ShellSpeichern"%s" speichernSpeichern und BeendenErzeugte Konfiguration als PHP-Skript im temporären Verzeichnis Ihres Servers speichern.Das Aktualisierungsskript wurde in "%s" gespeichert.WissenschaftBereich_SucheSucheSuche:Sekunden der Inaktivität vor GerätesperrungHinzuzufügende Gruppe auswählen:Neuen Besitzer auswählen:Server auswählenHinzuzufügenden Benutzer auswählen:Wählen Sie die Felder aus, in denen nach Namen gesucht werden soll.Wählen Sie das Datums- und Zeitformat:Wählen Sie das Datumstrennzeichen:Wählen Sie das Datumsformat:Wählen Sie die Reihenfolge von Datum und Zeit:Wählen Sie das Zeittrennzeichen:Wählen Sie das Zeitformat:Wählen Sie ein Farbschema.Wählen Sie Ihre bevorzugte Sprache:Problembericht abschickenSensor: Server-IDServerzeitSitzungsverwaltungSitzungs-ZeitstempelSitzungenLegen Sie die Einstellungen fest, die es Ihnen erlauben Ihr Passwort zurückzusetzen, falls sie es einmal vergessen sollten.Integration mit Ihrem Facebook-Konto einrichten.Integration mit Ihrem Twitter-Konto einrichten.Wählen Sie Ihre bevorzugte Sprache, Zeitzone und Datumseinstellungen.Legen Sie das die Startanwendung, das Farbschema, die Seitenaktualisierung und andere Anzeigeeinstellungen fest.Mehrere passende Orte mit dem Parameter: %sKurze ZusammenfassungSollen Tastenkombinationen für die meisten Links aktiviert werden?ZeigenErweiterte Einstellungen anzeigenAlle Einstellungs-Gruppen anzeigenUnterschiede zwischen der aktuellen und der gerade erzeugten Konfiguration anzeigen.Weitere Details anzeigen?Anzeigen, wann die letzte Anmeldung erfolgt ist?Anmeldeaufgaben überspringenKleinSchneehöhe: Schneemenge als Wasser: Lieder & GedichteSüdeuropäisch (ISO-8859-3)Südliche HemisphereSpamSportStandardStar TrekStartzeitStatusverwaltungStatusStatus konnte nicht aktualisiert werden.TimelineDie Registrierungsanfrage für "%s" wurde abgeschickt. Sie können sich noch nicht anmelden, solange die Anfrage noch nicht bestätigt wurde.Erfolgreich mit Ihrem Facebook-Konto verbunden oder Rechte aktualisiert.Erfolg"%s" wurde erfolgreich hinzugefügt.Daten des Benutzers "%s" wurde erfolgreich gelöscht."%s" wurde erfolgreich gelöscht."%s" wurde erfolgreich gelöscht.Konfiguration erfolgreich zurückgesetzt. Seite neu laden, um die Änderungen anzuzeigen.Backup der Konfiguration erfolgreich gespeichert."%s" wurde erfolgreich aktualisiert%s wurde erfolgreich gespeichertSonnenaufgangSonnenuntergangSonntagSonnenaufgangSonnenauf/untergangSonnenuntergangAlle synchronisierenSyncMLAusgelieferter FeedTagwolkeAufgabenTemperatur der letzten Stunde: TemperaturTemperatur%s(%sMax%s/%sMin%s)Verbindung zu Facebook kurzzeitig unterbrochen, bitte versuchen Sie es später noch einmal.Verbindung zu Twitter kurzzeitig unterbrochen, bitte versuchen Sie es später noch einmal.Thailändisch (TIS-620)Das DELETE-Kommando wurde erfolgreich ausgeführt. Insgesamt wurden %d Zeilen gelöscht.Das INSERT-Kommando wurde erfolgreich ausgeführt.Das ferngesteuerte Löschen für das Gerät mit der ID %s wurde abgebrochen.Das UPDATE-Kommando wurde erfolgreich ausgeführt. Insgesamt wurden %d Zeilen aktualisiert.Der Alarm wurde gelöscht.Der Alarm wurde gespeichert.Die Konfiguration für %s konnte nicht automatisch aktualisiert werden. Bitte aktualisieren Sie die Konfiguration manuell.Die Standard-E-Mail-Adresse für diese Identität:Die Sperre wurde entfernt.Der Dienst des Mitgliedslandes konnte in der vorgesehenen Zeit nicht erreicht werden. Probieren Sie es später noch einmal, oder verwenden Sie ein anderes Mitgliedsland.Der Dienst des Mitgliedslandes ist zur Zeit nicht verfügbar. Probieren Sie es später noch einmal, oder verwenden Sie ein anderes Mitgliedsland.Der angegebene Ländercode ist ungültigDer Dienst ist zur Zeit nicht verfügbar. Probieren Sie es später noch einmal.Der Dienst ist zur Zeit überlastet. Probieren Sie es später noch einmal.Die Registrierungsanfrage von "%s" wurde entfernt.Die Registrierungsanfrage von "%s" wurde entfernt.Der Status des Gerätes mit der ID %s wurde zurückgesetzt. Bei der nächsten Verbindung mit dem Server wird es neu synchronisiert.Das Testskript ist noch aktiv. Aus Sicherheitsgründen sollten Sie die Testskripte deaktivieren, wenn Sie mit allen Tests abgeschlossen haben (siehe horde/docs/INSTALL).Der Benutzer "%s" existiert bereits.Der Benutzer "%s" existiert nicht.Beim Hinzufügen von "%s" zum System ist ein Problem aufgetreten: %sBeim Löschen der Daten von Benutzer "%s" ist ein Problem aufgetreten: Beim Löschen von "%s" aus dem System ist ein Problem aufgetreten: Beim Aktualisieren von "%s" ist ein Problem aufgetreten: %sIn der Kommunikation mit dem ActiveSync-Server ist ein Fehler aufgetreten: %sBeim Verbinden mit Twitter ist ein Fehler aufgetreten: %sDas Konfigurations-Formular enthielt einen Fehler. Vielleicht haben Sie ein Pflichtfeld leer gelassen.Beim Verschicken der Anfrage ist ein Fehler aufgetreten: %sBei der Facebook-Anmeldung ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.Beim Löschen der allgemeinen Daten von %s ist ein Fehler aufgetreten. Details wurden protokolliert.Bei der Anforderung der benötigten Rechte ist ein Fehler aufgetreten.Diese UStId-Nummer ist ungültig.Diese UStId-Nummer ist gültig.Damit werden alle Einträge auf allen Geräten neu synchronisiert.Damit werden alle Einträge auf Ihren Geräten neu synchronisiert.TicketsZeiterfassungZeitformatZeitstempel oder unbekanntZeitpunkte erfolgreicher SynchronisationssitzungenTitelUm ein bestimmtes Feld vom Import auszuschließen, oder eine falsche Zuordnung zu korrigieren, wählen Sie ein Feld in der untenstehenden Liste aus und drücken Sie "Paar löschen".Halten Sie beim Klicken Strg (PC) bzw. Command (Mac) gedrückt, um mehrere Einträge auszuwählen.HeuteMorgenObenÜbersetzungenTürkisch (ISO-8859-9)TweetTwitter-IntegrationTwitter-ZeitleisteTwitter-Zeitleiste für %sTwitter ist nicht aktiviert.Homepage"%s" kann nicht gelöscht werden: %s."Gefällt mir" konnte nicht durchgeführt werden.Der Anfrage-Token konnte nicht verifiziert werden. Bitte versuchen Sie es noch einmal.Nicht verfügbarFreigebenÄnderungen rückgängig machenFavorisierung zurücknehmenNicht zugeordnetUnicode (UTF-8)EinheitenUnbekanntFreigebenAktion nicht unterstützt.Aktualisierung%s aktualisieren%s-Schema aktualisierenAlle DB-Schemas aktualisierenAlle Konfigurationen aktualisierenBenutzer aktualisieren"%s" wurde aktualisiert.Schema für %s wurde aktualisiert.HochladenDie Konfigurationsdateien aller Anwendungen wurden auf den Server hochgeladen.Standard verwendenBitte ausfüllen, wenn Sie einen anderen Benutzernamen/Passwort für den IMSP-Server haben.BenutzerBenutzerverwaltungProgrammBenutzernameBenutzerregistrierungDie Benutzerregistrierung wurde auf diesem System deaktiviert.Die Benutzerregistrierung wurde auf diesem System nicht richtig konfiguriert.Benutzerkonto nicht gefundenHinzuzufügender Benutzer:BenutzernameBenutzerBenutzer des Systems:UStIdNr-ÜberprüfungUStId-Nummer:UStId-NummerVersionVersionscheckVersionskontrolleVietnamesisch (VISCII)Externe Webseite anzeigenSichtWarnungWarnung: Ihre Hochstelltaste ist aktiviert!WetterWetterdaten vonWebsiteWeb-BrowserWillkommenWillkommen, %sWesteuropäisch (ISO-8859-1)Westeuropäisch (ISO-8859-15)Welche Anwendung soll %s nach dem Anmelden angezeigen?Was machen Sie gerade?Welches Trennzeichen wird verwendet?Welche Anführungszeichen werden verwendet?Welcher Tag soll als Wochenbeginn angezeigt werden?Welche PhasenBreite des %s-Menüs links:WLANWikiWindWindgeschwindigtkeit in KnotenWind:LöschenLöschung steht anWeisheitMit ArbeitQuerverweiseJJJa, ich stimme zuDir und %d anderen Person gefällt dasDir und %d anderen Personen gefällt dasSie dürfen keine Gruppen erstellen.Sie dürfen keine Shares erstellen.Sie dürfen keine Gruppen ändern.Sie dürfen keine Shares ändern.Sie dürfen keine Gruppen löschen.Sie dürfen keine Shares löschen.Sie dürfen die Gruppen eines Shares nicht anzeigen.Sie dürfen die Rechte eines Shares nicht anzeigen.Sie dürfen Shares nicht anzeigen.Sie dürfen die Benutzer von Gruppen nicht anzeigen.Sie dürfen die Benutzer eines Shares nicht anzeigen.Sie sind nicht mit Ihrem Facebook-Konto verbunden. Sie sollten Ihre Facebook-Einstellungen in Ihren %s überprüfen.Sie können die Facebook-Einstellungen in Ihren %s überprüfen.Sie haben den Benutzungsbedingungen nicht zugestimmt und dürfen sich deswegen nicht anmelden.Sie wurden abgemeldet.Sie haben die benötigten Rechte verweigert.Sie haben Ihr Twitter-Konto nicht richtig mit Horde verbunden. Sie sollten Ihre Twitter-Einstellungen in Ihren %s überprüfen.Ihnen gefällt dasSie müssen das Problem beschreiben, um den Bericht abzuschicken.Sie müssen einen Benutzernamen angeben, dessen Daten gelöscht werden sollen.Sie müssen einen zu löschenden Benutzernamen angeben.Sie müssen einen hinzuzufügenden Benutzernamen angeben.Sie müssen den zu aktualisierenden Benutzernamen angeben.Ihre E-Mail-AdresseIhre AngabenIhre Internetadresse hat sich geändert, seit Sie die Sitzung begonnen haben. Zum Schutz Ihrer Sicherheit müssen Sie sich neu anmelden.Ihr NameIhr Authentifizierungssystem erlaubt kein Hinzufügen von neuen Benutzern. Wenn Sie Horde benutzen möchten, um Ihre Benutzer zu verwalten, müssen Sie einen anderen Authentifizierungstreiber benutzen.Ihr Authentifizierungssystem erlaubt das Anzeigen der Benutzer nicht, oder diese Möglichkeit wurde ausgeschaltet.Ihr Browser hat sich anscheinend geändert, seit Sie die Sitzung begonnen haben. Zu Ihrer Sicherheit müssen Sie sich neu anmelden.Ihr Browser unterstützt diese Funktion nicht.Ihre aktuelle Zeitzone:Ihr vollständiger Name:Ihr Zugang ist abgelaufen.Ihr neues Passwort für %s lautet: %sIhr Passwort wurde zurückgesetztIhr Passwort wurde zurückgesetzt, konnte Ihnen aber nicht zugeschickt werden. Bitte wenden Sie sich an den Administrator.Ihr Passwort wurde zurückgesetzt. Rufen Sie Ihre E-Mail-Nachrichten ab und melden Sie sich mit Ihrem neuen Passwort an.Ihr Passwort wurde erfolgreich geändert. Sie müssen sich mit dem neuen Passwort erneut anmelden.Ihr Passwort ist abgelaufenIhr Passwort ist abgelaufen.Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.Ihre Sitzung hat die maximal erlaubte Dauer überschritten. Bitte melden Sie sich erneut an.Zippy[Problembericht]_AlarmeBe_fehlszeile_Konfiguration_GruppenS_perren_Rechte_BenutzerAnhangwindstillaus %s (%s) mit %s %sböigInlineBenutzereinstellungenUnterschiede anzeigenGeben Sie das Passwort ein zweites Mal zur Bestätigung einunifiedtmpIMUtxu/horde-5.2.17/locale/el/0000755000175000017500000000000013162206570016336 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/el/help.xml0000644000175000017500000000150513160205253020004 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/el/LC_MESSAGES/0000755000175000017500000000000013162206570020123 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/el/LC_MESSAGES/horde.po0000644000175000017500000036276013160205253021575 0ustar mathieumathieu# Copyright 2002-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Stefanos I. Dimitriou , 2002. # Silligardos Xristoforos, 2002. # Anagnostopoulos Apostolis, 2002. # Milosis C. Konstantinos, 2005. # Giorgos Strimpakos , 2012. # Terpou Maria , 2015 # Drakopoulos Takis , 2015 msgid "" msgstr "" "Project-Id-Version: Horde: 5.0.0-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2015-10-01 19:22+0300\n" "PO-Revision-Date: 2016-02-29 12:21+0100\n" "Last-Translator: Antonis Limperis \n" "Language-Team: Greek \n" "Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n>1);\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: Poedit 1.7.1\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" προστέθηκε στις ομάδες συστήματος." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" προστέθηκε στις άδειες του συστήματος." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" δεν δημιουργήθηκε: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB χρησιμοποιούνται από %.2fMB που επιτρέπεται (%.2f%%)" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s και %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d μέρες μέχρι να λήξει ο κωδικός σας." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d λεπτά" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "άρεσε σε %d άτομο" msgstr[1] "άρεσε σε %d άτομα" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d ως %d από %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "%d-μερα πρόβλεψη" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Ειδοποίηση" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "%s Ρυθμίσεις" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Εργασίες - Επιβεβαίωση" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Όροι χρήσης" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s σε %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr " %s μπορεί να αλληλεπιδράσει με το λογαριασμό σας στο Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "" "%s δεν είναι δυνατό να διαβάσει πληροφορίες για τους φίλους σας στο " "Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s δεν είναι δυνατή η ανάγνωση των μηνυμάτων σας και άλλων πληροφοριών από " "το Facebook." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s είναι δυνατός ο ορισμός της κατάστασης των μηνυμάτων σας ή η " "δημοσίευσης άλλου περιεχόμενου στο Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s πρόκειται να εκτελέσει τις παρακάτω εργασίες. Επιλέξτε ποιες εργασίες να " "τρέξουν αυτή τη φορά." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", ριπές %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", μεταβλητή από %s σε %s" #: lib/Application.php:336 msgid "1 Day" msgstr "Μία Μέρα" #: lib/Application.php:340 msgid "1 Month" msgstr "Ένα Μήνα" #: lib/Application.php:338 msgid "1 Week" msgstr "Μία Εβδομάδα" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12ωρη μορφή" #: lib/Application.php:339 msgid "2 Weeks" msgstr "2 Εβδομάδες" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24ωρη μορφή" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 ώρες" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "24ωρη μορφή" #: lib/Application.php:337 msgid "3 Days" msgstr "3 Μέρες" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Έχει γίνει έτοιμα, διαγραφής δεδομένων σε μία συσκευή. Την επόμενη φορά που " "θα γίνει συγχρονισμός με τη συσκευή, θα διαγραφούν τα δεδομένα." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Μια νεώτερη έκδοση (%s) υπάρχει." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Μια απομακρυσμένη διαγραφή δεδομένων στην συσκευή με id %s μόλις ξεκίνησε. " "Τα δεδομένα στη συσκευή θα διαγραφούν κατά τη διάρκεια του επόμενου " "συγχρονισμού." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "πμ/μμ" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Οι Πληροφορίες σας" #: config/prefs.php:325 msgid "Account Password" msgstr "Κωδικός Λογαριασμού" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Ενέργειες" #: config/prefs.php:735 lib/Application.php:211 msgid "ActiveSync" msgstr "Συγχρονισμός" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "Διαχείριση Συγχρονισμού Συσκευών (ActiveSync)" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Συσκευές Συγχρονισμού" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "Ο Συγχρονισμός δεν έχει ενεργοποιηθεί" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Προσθήκη" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Προσθήκη περιεχομένου" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Προσθήκη εδώ:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Προσθήκη μελών" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Προσθήκη Ομάδας" #: admin/user.php:26 msgid "Add a new user:" msgstr "Προσθήκη νέου χρήστη:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Προσθήκη νέας υπενθύμισης" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Προσθήκη ζεύγους" #: admin/user.php:27 msgid "Add user" msgstr "Προσθήκη χρήστη" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Προστέθηκε '%s' στο σύστημα, αλλά δεν ήταν δυνατή η προσθήκη επιπλέον " "πληροφοριών εγγραφής: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Προστέθηκε '%s' στο σύστημα. Μπορείτε να συνδεθείτε τώρα." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Η προσθήκη χρηστών έχει απενεργοποιηθεί." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Διεύθυνση" #: config/registry.php:134 msgid "Address Book" msgstr "Επαφές" #: lib/Application.php:55 msgid "Administration" msgstr "Διαχείριση" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Τέλος ειδοποίησης" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Μέθοδοι ειδοποίησης" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Έναρξη ειδοποίησης" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Κείμενο υπενθύμισης" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Τίτλος υπενθύμισης" #: admin/alarms.php:146 msgid "Alarms" msgstr "Υπενθυμίσεις" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Οι άμεσες ειδοποιήσεις έχουν απενεργοποιηθεί στη διαμόρφωση" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Ολα" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Ολοι οι έγκυροι χρήστες" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Όλα τα κλειδιά πολιτικής επαναθέρθηκαν στις αρχικές ρυθμίσεις" #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Ρυθμίστηκε επανασυγχρονισμός των Συσκευών σας. Θα συγχρονιστούν εκ νέου την " "επόμενη φορά που θα συνδεθούν στον server." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Όλες οι συνεδρίες συγχρονισμού διεγράφηκαν." #: lib/Application.php:247 msgid "Allow alphanumeric" msgstr "Επιτρέπονται Αλφαριθμητικά" #: lib/Application.php:248 msgid "Allow any" msgstr "Επιτρέπονται όλα" #: lib/Application.php:226 msgid "Allow non-provisionable devices" msgstr "Να γίνονται δεκτές όλες οι συσκευές." #: lib/Application.php:246 msgid "Allow only numeric" msgstr "Επιτρέπονται μόνο αριθμοί" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "Εναλλακτική IMSP Είσοδος" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "Εναλλακτικός IMSP Κωδικός" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "Εναλλακτικό IMSP Όνομα Χρήστη" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Εναλλακτική διεύθυνση email" #: services/resetpassword.php:52 msgid "Answer" msgstr "Απάντηση" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Εφαρμογή" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Πλαίσιο Εφαρμογής" #: admin/config/index.php:257 msgid "Application is ready." msgstr "Η εφαρμογή είναι έτοιμη." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Εγκρίνω" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabic (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε '%s';" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Είστε σίγουροι για τη διαγραφή της αίτησης υπογραφής για %s ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε \"%s\";" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenian (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Τέχνη" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "ASCII Τέχνη" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Τουλάχιστον ένα σχήμα της βάσης δεδομένων δεν είναι ενημερωμένο." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Συνημμένο" #: lib/Application.php:270 msgid "Attachment Download" msgstr "Κατέβασμα Συνημμένου" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Προσπάθεια διαγραφής μη υπαρκτής ομάδας." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Προσπάθεια διαγραφής μη υπαρκτού δικαιώματος." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Προσπάθεια επεξεργασίας μη υπαρκτού δικαιώματος." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Προσπάθεια επεξεργασίας μη υπαρκτού διαμοιρασμένου." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Πιστοποιηημένη Εφαρμογή" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Εξουσιοδότηση" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Εξουσιοδότηση για την πρόσβαση στα δεδομένα των φίλων:" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Εξουσιοδότηση Δημοσίευσης" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Εξουσιοδοτημένη Ανάγνωση" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Αυτόματη επιλογή" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Διαθέσιμα Πεδία:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Βασικό" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Φραγή" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Ρυθμίσεις τμήματος" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Τύπος τμήματος" #: lib/Application.php:303 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Σελιδοδείκτες" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Και τα δύο" #: config/prefs.php:751 msgid "Bottom" msgstr "Κάτω Μέρος" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Φυλλομετρητής" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Για Κινητές Συσκευές (Χωρίς Java Script)" #: config/registry.php:120 msgid "Calendar" msgstr "Ημερολόγιο" #: lib/Application.php:291 msgid "Camera" msgstr "Κάμερα" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Ακύρωση" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Ακύρωση Αναφοράς Προβλήματος" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Ακύρωση" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Αδύνατη η αρχικοποίηση του κωδικού αυτόματα, επικοινωνήστε με το διαχειριστή" #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Κατηγορίες και Ετικέτες" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Central European (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Αλλαγή" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Αλλαγή Τοποθεσίας" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Αλάξτε των κωδικό σας" #: config/prefs.php:264 msgid "Change your personal information." msgstr "" "Μπορείτε να αλλάξετε το όνομα, τη διεύθυνση και την υπογραφή σας, στοιχεία " "που βλέπουν οι παραλήπτες σας όταν διαβάζουν ή απαντάνε στα μηνύματά σας." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Αλλαγή του κωδικού πρόσβασής σας δεν υποστηρίζεται με την τρέχουσα " "διαμόρφωση. Επικοινωνήστε με το διαχειριστή σας." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Έλεγχος" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Έλεγχος για νέες εκδόσεις" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Έλεγχος..." #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinese Simplified (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinese Traditional (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Επιλέξτε %s" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Επιλέξτε πως θα εμφανίζονται οι ημερομηνίες (μορφή συντομογραφίας):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Επιλέξτε πως θα εμφανίζονται οι ημερομηνίες (πλήρης μορφή):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Επιλέξτε πως θα εμφανίζονται οι ημερομηνίες:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Κλάση" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Καθαρισμός Ερωτήματος" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "'Αδειασμα' Χρήστη: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Καθαρισμός Χρήστη" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Καθαρισμός δεδομένων χρήστη" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Επιλέξτε ένα από τα βιβλία διευθύνσεών σας και στη συνέχεια όλα τα πεδία που " "θέλετε να κάνετε αναζήτηση." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Κάντε κλικ για συνέχεια" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Client Anchor" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Κλείσιμο Παράθυρου" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Σύννεφα" #: lib/Application.php:263 msgid "Codeword frequency" msgstr "Συχνότητα κωδικής λέξης" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Αναδίπλωση" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Αναγνωριστικό Συλλογής." #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Επιλέκτης Χρώματος" #: config/registry.php:249 msgid "Comics" msgstr "Κόμικς" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Εντολή" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Κέλυφος Εντολών" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Σχόλια: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Κοινό Όνομα" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Υπολογιστές" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Κατάσταση" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Συνθήκες" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Ρύθμιση" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Διαφορές Παραμετροποίησης" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Επιλογές για συγχρονισμό με PDAs, έξυπνα Τηλέφωνα και Outlook." #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "Οι ρυθμίσεις δεν είναι ενημερωμένες." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Είναι διαθέσιμα scripts αναβάθμισης των ρυθμίσεων" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Παραμετροποίηση %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Επιβεβαίωση Κωδικού" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Συνέχεια" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Αδύνατη η σύνδεση στον εξυπηρετητή \"%s\" χρησιμποιώντας FTP: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "Αδύνατη η σύνδεση στον εξυπηρετητή. Προσπαθήστε ξανά." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Αδύνατη η διαγραφή του setup upgrade script '%s' ." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Δεν ήταν δυνατός ο εντοπισμός της εξουσιοδότησης για το \"% s\" για " "αλληλεπίδραση με το λογαριασμό σας στο Facebook. Αυτό σημαίνει ότι είτε δεν " "έχουν ακόμη εγκριθεί ο λογαριασμός σας στο Facebook για να αλληλοεπιδρά με " "το \"% s \", ή η εξουσιοδότηση σας έχει λήξει και πρέπει να ανανεωθεί." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Δεν βρέθηκε εξουσιοδότηση για το %s, για την αλληλεπίδραση με τον λογαριασμό " "σας στο Twitter" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Αδύνατη η αρχικοποίηση του κωδικού για τον αιτούμενο χρήστη. Κάποια ή όλες " "οι λεπτομέρειες δεν είναι σωστές. Ξαναδοκιμάστε ή επικοινωνήστε με το διαχει-" "ριστή αν χρειάσεσθε περισσότερη βοήθεια." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Αδύνατη η επαναφορά ρυθμίσεων." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Δε μπορώ να κάνω εφεδρικό αντίγραφο των ρυθμίσεων: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Αδύνατη η αποθήκευση του προγράμματος ενημέρωσης στο '%s'." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Δεν ήταν δυνατή η αποθήκευση του αρχείου διαμόρφωσης %s. Μπορείτε να " "χρησιμοποιήσετε μια από τις πιο κάτω επιλογές για την αποθήκευσης του " "κώδικα." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Δε μπορώ να αποθηκεύσω το αρχείο ρυθμίσεων %s. Μπορείτε είτε να " "χρησιμοποιήσετε μια από τις επιλογές για να αποθηκεύσετε πίσω στο %s ή " "αντιγράψτε με το χέρι τον κώδικα πίσω στο %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Αδύνατη η εγγραφή των ρυθμίσεων για '%s': %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Χώρα" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Δημιουργία" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Δημιουργία Νέας Ταυτότητας" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Τρέχουσες 4 φάσεις" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Τρέχουσα υπενθύμιση" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Τρέχοντα Σημεία Κλειδώματος" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Τρέχουσες σύνοδοι" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Τρέχουσα ώρα" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Καιρός" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Τρέχουσα Κατάσταση" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "Η πρόσβαση στη Βάση Δεδομένων δεν έχει ρυθμιστεί." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "ΜΜ" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Δεδομένα" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Βάση δεδομένων" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Ημερομηνία" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Ημερομηνία παραλαβής" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Ημερομηνία: %s, ώρα: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Ημέρα" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "Προκαθορισμένο" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Προεπιλεγμένο Χρώμα" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Προκαθορισμένο Κέλυφος" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Η προκαθορισμένη κωδικοποίηση για την αποστολή μηνυμάτων:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Προκαθορισμένη τοποθεσία για τη χρήση αντίστοιχων χαρακτηριστικών." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Ορισμοί" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Διαγραφή" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Διαγραφή \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Διαγραφή όλων των δεδομένων SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Διαγραφή Ομάδας" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Διαγράφηκε το setup upgrade script '%s'." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Η συνεδρία συγχρονισμού για τη συσκευή \"%s\" και τη βάση δεδομένων \"%s\" " "διεγράφη." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Περιγραφή του Προβλήματος" #: config/registry.php:209 msgid "Development" msgstr "Ανάπτυξη" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Συσκευή" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Αναγνωριστικό Συσκευής" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Πληροφορίες Συσκευής" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Διαχείριση Συσκευών" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Τύπος Συσκευής" #: lib/Application.php:323 msgid "Device encryption" msgstr "Κρυπτογράφηση Συσκευής" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Στη συσκευή έχει τεθεί φραγή." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Η συσκευή έχει εξαλειφθεί. Καταργήστε την κατάστασης της συσκευής για να " "επιτρέψετε την επανασύνδεση της." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Η συσκευή διαγράφηκε με επιτυχία." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Η διαγραφή της συσκευής ακυρώθηκε με επιτυχία." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Σημείο δροσιάς" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Σημείο δροσιάς για την τελευταία ώρα: " #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Σημείο δροσιάς" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Απενεργοποίηση" #: lib/Application.php:227 msgid "Disable (not recommended)" msgstr "Απενεργοποίηση (δεν προτείνεται)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "Εμφάνιση ώρας σε 24ωρη μορφή;" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Επιλογές Εμφάνισης" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Εμφάνιση λεπτομερειών πρόγνωσης" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Εμφάνιση προβλέψεων (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Περιέχει η πρώτη γραμμή ονόματα πεδίων; Αν ναι τσεκάρετε αυτό:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Δεν έχετε λογαριασμό; Εγγραφείτε." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "Κατέβασμα %s" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Κατέβασμα του αρχείου παραμέτρων σαν PHP-script." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Φάρμακα-ναρκωτικά" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Δυναμικό" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU VAT identification" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Επεξεργασία" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Επεξεργασία \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Επεξεργασία επιλογών για:" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Επεξεργασία Εξουσιοδοτήσεων" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Επεξεργασία Εξουσιοδοτήσεων για \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Εκπαίδευση" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Διεύθυνση Email" #: lib/Application.php:225 msgid "Enable" msgstr "Ενεργοποίηση " #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Χρόνος Λήξης" #: lib/Block/Weather.php:92 msgid "English" msgstr "Αγγλικά" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Παρακαλώ δώστε ένα όνομα για τη νέα κατηγορία:" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Δώστε μια ερώτηση ασφαλείας, η οποία θα σας ζητηθεί αν χρειασθεί να αλλάξετε " "τον κωδικό σας, π.χ. 'Ποιό είναι το όνομα του κατοικιδίου σας;':" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Σφάλμα κατά τη σύνδεση στο Facebook. Oι λεπτομέρειες έχουν καταγραφεί για " "τον διαχειριστή." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Σφάλμα κατά τη σύνδεση στο Twitter. Oι λεπτομέρειες έχουν καταγραφεί για τον " "διαχειριστή" #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Σφάλμα κατά τη σύνδεση στο Twitter: %s Λεπτομέρειες θα αποσταλούν στον " "διαχειριστή." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Σφάλμα κατά τη διαγραφή της συνεδρίας συγχρονισμού:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Σφάλμα κατά τη διαγραφή των συνεδριών συγχρονισμού:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Σφάλμα κατά την ενημέρωση κωδικού: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Εθνικό" #: config/prefs.php:594 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Κάθε 15 λεπτά" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "Κάθε 2 Λεπτά" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Κάθε 30 δευτερόλεπτα" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Κάθε 5 λεπτά" #: config/prefs.php:595 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Κάθε μισή ώρα" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Κάθε ώρα" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Κάθε λεπτό" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Παραδειγματικές τιμές:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Εκτέλεση" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Επέκταση" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Πολύ μεγάλο" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Ρυθμίσεις για FTP upload" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Συνεργασία με το Facebook" #: lib/Application.php:258 msgid "Failed unlock attempts before device is wiped" msgstr "" "Απέτυχαν προσπάθειες ξεκλειδώματος της συσκευής, πριν διαγραφούν τα δεδομένα" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Αγαπημένα" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Feed" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Διεύθυνση Feed" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Διάθεση για" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Πεδία για αναζήτηση" #: config/registry.php:315 msgid "File Manager" msgstr "Διαχειριστής Αρχείων" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Φίλτρο" #: config/registry.php:90 msgid "Filters" msgstr "Κανόνες" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Πρώτο Μισό" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Πρώτο Τέταρτο" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Τροφή" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Εμφάνιση προβλέψεων (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Ημέρες πρόγνωσης (σημειώνεται ότι η πρόβλεψη επιστρέφει την ημέρα και τη " "νύχτα. Ένας μεγάλος αριθμός εδώ θα μπορούσε να οδηγήσει σε ένα ευρύτερο " "μπλοκ)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Ξεχάσατε τον κωδικό σας;" #: config/registry.php:344 msgid "Forms" msgstr "Φόρμες" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Πρόβλεψη" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Τύπος Πρόβλεψης" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Προβλέψεις" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Προβλέψεις 2" #: config/registry.php:338 msgid "Forums" msgstr "Forums" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Οι φίλοι ενεργοποιήθηκαν." #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Από %s (%s °) σε %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "Από %s σε %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Αναλυτική Περιγραφή" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Πλήρης Σελήνη" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Πλήρες Όνομα" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Παραγωγή Διαμόρφωσης για %s " #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Παραγόμενος κώδικας" #: lib/Block/FbStream.php:152 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Ανάκτηση Περισσότερων" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Γενικές Eπιλογές" #: templates/prefs/app.html:16 msgid "Go" msgstr "Μετάβαση" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Γκέντελ" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google Αναζήτηση" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Ελληνικά (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Διαχείριση Ομάδων" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Όνομα Ομάδας" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Η ομάδα δεν δημιουργήθηκε %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Ομάδες" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Ιδιότητες Guest" #: lib/Application.php:327 msgid "HTML Email" msgstr "Μήνυμα HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrew (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Ύψος" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Το ύψος του περιεχομένου ( το πλάτος θα ρυθμιστεί αυτόματα )" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Βοήθεια" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Λίστα θεμάτων Βοήθειας" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Ημισφαίριο" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Εδώ είναι η αρχή του αρχείου:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Απόκρυψη Επιλογών για Προχωρημένους" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Αποκρυψη αποτελεσμάτων" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Αρχικός κατάλογος" #: config/registry.php:77 msgid "Horde" msgstr "Αρχική Σελίδα" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Πόσα πεδία (στήλες) είναι εκεί;" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Πόσα δευτερόλεπτα πριν ελέγξετε για νέα άρθρα;" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Υγρασία" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Χιουμορίστας" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Εικονίδια για %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "" "Ταυτότητα πυ θα χρησιμοποιήσετε για την αποστολή email μέσω ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Ονομα ταυτότητας:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Εισαγωγή, Βήμα %d" # templates/data/datemap.inc:20, c-format #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Πεδίο που εισήχθη: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Πεδία που εισήχθησαν:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Σε απάντηση του:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Στους καταλόγους παρακάτω επιλέξετε και τα δύο, ένα πεδίο που εισάγεται από " "το αρχείο προέλευσης στα αριστερά, και το αντίστοιχο πεδίο διαθέσιμες στο " "βιβλίο διευθύνσεών σας στα δεξιά. Στη συνέχεια, πατήστε \"Προσθήκη ζεύγους\" " "η σήμανσή τους για την εισαγωγή. Μόλις τελειώσει, πατήστε το \"Επόμενο\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Λάθος όνομα χρήστη ή εναλλακτική διεύθυνση. Ξαναδοκιμάστε ή επικοινωνήστε με " "το διαχειριστή για περαιτέρω βοήθεια." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Ιδιαίτεροι Χρήστες" #: config/registry.php:243 msgid "Information" msgstr "Πληροφορίες" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Κληρονομούμενα μέλη" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "" "Δώστε email διεύθυνση στην οποία επιθυμείτε να παραλάβετε το νέο σας κωδικό:" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "Εισαγωγή της απαιτούμενης απάντησης στην ερώτηση ασφαλείας:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Μη έγκυρη μορφή αριθμού για το ΑΦΜ" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Μη έγκυρη ενέργεια %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Μη έγκυρη εφαρμογή." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Μη έγκυρο hash" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Άκυρη γονική άδεια." #: config/registry.php:296 msgid "Inventory" msgstr "Κατάλογος Υπαρχόντων" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanese (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "Η JavaScript είναι απενεργοποιημένη ή δεν είναι διαθέσιμη στον φυλλομετρητή " "σας. Θα περιοριστείτε στη λειτουργία ελάχιστης προβολής." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Μόλις τώρα..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Νέα από Kernel" #: services/help/index.php:161 msgid "Keyword" msgstr "Λέξη κλειδί" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Παιδιά" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korean (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Γλώσσα" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Μεγάλο" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Τελευταίο Μισό" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Τελευταία Αλλαγή κωδικού χρήστη" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Τελευταίο Τέταρτο" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Τελευταία φορά που έγινε συγχρονισμός" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Τελευταία Ενημέρωση:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Τελευταία Είσοδος στην υπηρεσία: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Τελευταία Είσοδος στην υπηρεσία: %s από %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Τελευταία είσοδος στην υπηρεσία: Ποτέ" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Τελευταίο κλειδί συγχρονισμού" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Πιο πρόσφατο" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Νόμος" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Όπως" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Πεντάστιχο" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux-Cookie" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Λίστα Πινάκων" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Η προβολή των ειδοποιήσεων απέτυχε: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Η εμφάνιση των κλειδωμάτων απέτυχε: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Η προβολή των συνόδων απέτυχε: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Η προβολή της λίστας χρηστών απέτυχε μήνυμα σφάλματος: % s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Aποτυχία εμφάνισης λίστας χρηστών." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Η δημιουργία λίστας χρηστών έχει απενεργοποιηθεί." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Λογοτεχνία" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Τοπική ώρα: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Τόπος και ώρα" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Τοποθεσία" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Κλείδωμα Χρήστη" #: admin/locks.php:61 msgid "Locks" msgstr "Κλειδώματα" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Είσοδος" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Έξοδος" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Συνδεθήκατε στο Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Η είσοδος Απέτυχε. Πιθανότατα δόθηκε λάθος το Όνομα Χρήστη ή ο Κωδικός." #: login.php:316 msgid "Login failed." msgstr "Είσοδος Απέτυχε." #: login.php:405 #, php-format msgid "Login to %s" msgstr "Σύνδεση στο %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Σύνδεση στο Facebook και εξουσιοδότηση του %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Σύνδεση στο Twitter και εξουσιοδότηση του %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Έξοδος" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Αγάπη" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "ΜΜ" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Μαγικό" #: config/registry.php:82 msgid "Mail" msgstr "Αλληλογραφία" #: config/registry.php:349 msgid "Mail Admin" msgstr "Διαχείριση Email" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "Διαχείριση κατηγοριών και χρωμάτων που θα εμφανίζονται αυτές." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "Διαχειριστείτε τις ActiveSync συσκευές σας." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Πεδία που ταιριάζουν:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Μέγιστη θερμοκρασία τελευταίων 24 ωρών: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Μέγιστη θερμοκρασία τελευταίων 6 ωρών: " #: lib/Application.php:331 msgid "Maximum Email age" msgstr "Μέγιστη Ηλικία των email" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Μέγιστος Αριθμός Portal Blocks" #: lib/Application.php:275 msgid "Maximum attachment size in bytes" msgstr "Μέγιστο μέγεθος συννημένων σε bytes" #: lib/Application.php:216 msgid "Maximum number of devices" msgstr "Μέγιστος Αριθμός Μονάδων" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Μέγιστος αριθμός εγγραφών προς εμφάνιση" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Ιατρική" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Μέσο" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Μέλη" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Αναφορές" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Καιρός από Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Μετρικό" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Μικρότερη θερμοκρασία τελευταίων 24 ωρών: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Μικρότερη θερμοκρασία τελευταίων 6 ωρών: " #: lib/Application.php:237 msgid "Minimum PIN length" msgstr "Ελάχιστο μέγεθος PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Διάφορα" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Λείπουν Ρυθμίσεις" #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Για Κινητά (Minimal)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Για κινητές Συσκευές (Χωρίς javaScript)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Για Κινητά (Τηλέφωνα ή Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Εφαρμογές για Κινητές Συσκευές" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Περιβάλλον" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Μοντέλο" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "Η εφαρμογή είναι ενημερωμένη" #: config/prefs.php:499 msgid "Monday" msgstr "Δευτέρα" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Φάσεις Σελήνης" #: config/registry.php:309 msgid "My Account" msgstr "Ο Λογαριασμός μου" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Οι Πληροφορίες μου" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Η ροή μου στο Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Κεντρική Σελίδα" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Εμφάνιση της Κεντρικής Σελίδας" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "ΟΧΙ, ΔΕ συμφωνώ" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "ΣΗΜΕΙΩΣΗ: Η ΔΙΑΔΙΚΑΣΙΑ ΔΙΑΓΡΑΦΗΣ ΜΙΑΣ ΣΥΣΚΕΥΗΣ ΜΠΟΡΕΙ ΝΑ ΟΔΗΓΗΣΕΙ ΤΗ ΣΥΣΚΕΥΗ " "ΝΑ ΕΠΑΝΕΛΘΕΙ ΣΤΙΣ ΕΡΓΟΣΤΑΣΙΑΚΕΣ ΡΥΘΜΙΣΕΙΣ. ΕΙΣΤΕ ΣΙΓΟΥΡΟΙ ΟΤΙ ΕΠΙΘΥΜΕΙΤΕ ΝΑ " "ΣΥΝΕΧΙΣΕΤΕ;" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Όνομα" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:97 msgid "Never" msgstr "Ποτέ" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Νέα Κατηγορία" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Νέα Σελήνη" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Νέο όνομα Χρήστη (προαιρετικό)" #: services/changepassword.php:31 msgid "New password" msgstr "Νέος Κωδικός" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Οι νέοι κωδικοί δεν ταιριάζουν" #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Νέα" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Επόμενο" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Επόμενες 4 φάσεις" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Χωρίς ήχο" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Δεν υπάρχει διαθέσιμη διαμόρφωση για να δείξει τις διαφορές." #: admin/config/diff.php:49 msgid "No change." msgstr "Δεν υπάρχουν αλλαγές." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Δε βρέθηκαν εικονίδια." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Δεν υπάρχουν αντικείμενα για εμφάνιση" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Δεν ορίσθηκε τοποθεσία." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Δεν υπάρχουν δυσάρεστες προβλέψεις" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Δεν εκκρεμούν είσοδοι." #: lib/Application.php:344 msgid "No push while roaming" msgstr "Αποτροπή αποστολής δεδομένων, όταν βρίσκετε σε roaming κατάσταση" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Δεν έχετε θέσει κάποια ερώτηση ασφαλείας. Παρακαλώ επικοινωνήστε με τον " "Διαχειριστή." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "Δεν υπάρχει σταθερή έκδοση ακόμα." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Δεν ορίσθηκε όνομα χρήστη." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "Δε βρέθηκε έκδοση στην αρχική διαμόρφωση. Ξαναδημιουργήστε το." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "Δε βρέθηκε έκδοση στην αρχική σας διαμόρφωση. Ξαναδημιουργήστε το." #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "Οι NoSQL δείκτες είναι έτοιμοι" #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "NoSQL δείκτες για %s" #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "Οι Δείκτες της NoSQL Βάσης Δεδομένων δεν είναι ενημερωμένοι." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Καμία" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Βόρειο Ημισφαίριο" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Δεν έχει προβλεφθεί" #: config/registry.php:169 msgid "Notes" msgstr "Σημειώσεις" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Τίποτα για εμφάνιση, επιστροφή." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Αριθμός άρθρων προς εμφάνιση" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Δευτερόλεπτα αναμονής για ανανέωση" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Ευρετήριο Αντικειμένων" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Δημιουργός Αντικειμένου" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Φίλτρο προσβολών" #: config/registry.php:266 msgid "Office" msgstr "Γραφείο" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Παλαιοί και νέοι κωδικοί πρέπει να διαφέρουν." #: services/changepassword.php:30 msgid "Old password" msgstr "Παλιός Κωδικός" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Ο παλιός κωδικός δεν είναι σωστός" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Μόνο δυσάρεστες προβλέψεις" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Μόνο ο ιδιοκτήτης ή ο διαχειριστής συστήματος μπορεί να αλλάξει την " "ιδιοκτησία ή τις εξουσιοδοτήσεις του ιδιοκτήτη για κοινή χρήση." #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Λειτουργικό Σύστημα" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Ή εισάγετε ένα όνομα χρήστη:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Αλλες Πληροφορίες" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Άλλες επιλογές" #: config/registry.php:180 msgid "Others" msgstr "Άλλα" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Ιδιοκτήτης" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Ιδιοκτήτης:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP Κώδικας" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP Κέλυφος" #: lib/Application.php:307 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP Λογαριασμοί Email" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Η επέκταση POSIX απουσιάζει" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "PHP Κέλυφος" #: login.php:211 admin/config/index.php:421 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Κωδικός" #: lib/Application.php:242 msgid "Password Complexity" msgstr "Πολυπλοκότητα κωδικού" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Ο κωδικός άλλαξε επιτυχώς." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Ο κωδικός πρέπει να ταιριάζει." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Επικόλληση" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Είσοδοι που εκκρεμούν:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Ανθρωποι" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Διεργασίες κατά την είσοδο" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Εξουσιοδότηση για '%s' δε διαγράφηκε." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Εξουσιοδοτήσεις" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Διαχείριση Εξουσιοδοτήσεων" #: config/prefs.php:263 msgid "Personal Information" msgstr "Προσωπικές πληροφορίες" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Κατοικίδια" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Αριθμός Τηλεφώνου" #: config/registry.php:197 msgid "Photos" msgstr "Φωτογραφίες" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Κοινοτυπίες" #: login.php:217 msgid "Please enter a password." msgstr "Παρακαλώ εισάγετε έναν κωδικό." #: login.php:216 msgid "Please enter a username." msgstr "Παρακαλώ εισάγετε ένα Όνομα Χρήστη" #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Παρακαλώ δώστε μια περίληψη του προβλήματος." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Παρακαλώ διαβάστε το ακόλουθο κείμενο. Πρέπει να συμφωνείτε με τους όρους " "για να χρησιμοποιήσετε αυτό το σύστημα." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Πολιτική" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Θέση του κειμένου απάντησης όταν απαντάτε σε e-mail στη συσκευή σας. " "Σημειώστε ότι κάποιες συσκευές θα στέλνειλει πάντα το κείμενο αναφοράς στο " "τέλος του κειμένου απάντησης." #: lib/Block/FbStream.php:134 msgid "Post" msgstr "Δημοσίευμα" #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "Δημοσιεύτηκε %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Δημοσιεύτηκε %s μέσω %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Κατακρήμνιση για τη τελευταία %d ώρα: " msgstr[1] "Κατακρήμνιση για τις τελευταίες %d ώρες: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Πιθανότητα για καταιγίδα %s" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Πίεση" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Πίεση στο επίπεδο της θάλασσας: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Κύριος" #: services/problem.php:161 msgid "Problem Description" msgstr "Περιγραφή Προβλήματος" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Προβλέφθηκε" #: lib/Application.php:221 msgid "Provisioning" msgstr "Πρόβλεψη" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Η δημοσίευση ενεργοποιήθηκε." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Ερώτηση" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Ποσοστό" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Τυχαία Πρόβλεψη" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Ανάγνωση" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Η ανάγνωση είναι ενεργή" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Είστε βέβαιος για τη διαγραφή %s; Αυτό δεν μπορεί να επανέλθει." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Είστε σίγουρος για τη διαγραφή των δεδομένων του χρήστη %s; Αυτό δεν μπορεί " "να επανέλθει." #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Ανανέωση των δυναμικών στοιχείων του Μενού:" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Ανανέωση της εμφάνισης του Portal:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Ρυθμός Ανανέωσης:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Κανονικές Εφαρμογές" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Σχόλια" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Απομακρυσμένος Διακομιστής:" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Αφαίρεση" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Αφαίρεση ζεύγους" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "" "Αφαίρεση αποθηκευμένου script από τον προσωρινό κατάλογο του εξυπηρετητή." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Διαγραφή χρήστη" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Διαγραφή Χρήστη: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Απάντηση" #: lib/Application.php:232 msgid "Require PIN" msgstr "Απαίτηση για PIN" #: lib/Application.php:315 msgid "Require S/MIME Encryption" msgstr "Απαίτηση για S/MIME Κρυπτογράφηση" #: lib/Application.php:319 msgid "Require S/MIME Signature" msgstr "Απαίτηση για S/MIME Υπογραφή" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Επαναφορά" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Αλλαγή Κωδικού" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Επαναφορά όλων sthn κατάστασης της συσκευής" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Επαναφορά κωδικού" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Αποκαταστήστε το τελευταίο ερώτημα" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Αποτελέσματα" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Αποτελέσματα για %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweeted από %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Παρακαλώ εισάγετε ξανά το νέο κωδικό σας" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Επαναφορά Ρυθμίσεων" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Αινίγματα" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Εκτέλεση" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Εκτέλεση Εργασιών κατά την είσοδό σας" #: themes/schtheme/info.php:2 msgid "SCH Default" msgstr "Προκαθορισμένο SCH" #: lib/Application.php:287 msgid "SD card" msgstr "κάρτα SD" #: lib/Application.php:280 msgid "SD card encryption" msgstr "Κρυπτογράφηση κάρτας SD" #: lib/Application.php:295 msgid "SMS Text messages" msgstr "Μηνύματα SMS" #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "Το σχήμα της Βάσης Δεδομένων δεν είναι ενημερωμένο." #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "Το σχήμα της Βάσης Δεδομένων είναι έτοιμο." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL Κέλυφος" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "SQL Κέλυφος" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Αποθήκευση" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Αποθήκευση \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Αποθήκευση και έξοδος" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Αποθήκευση της ρύθμισης που δημιουργήθηκε σαν PHP Script στον προσωρινό " "κατάλογο του εξυπηρετητή." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Αποθηκεύτηκε η διαμόρφωση, το script ενημερώθηκε στο: '%s'." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Επιστήμη" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Σκοπός" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Αναζήτηση" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Αναζήτηση" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Αναζήτηση:" #: lib/Application.php:253 msgid "Seconds of inactivity before device should lock" msgstr "Χρόνος αδράνειας σε δευτερόλεπτα πριν κλειδωθεί η συσκευή" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Επιλέξτε ομάδα για προσθήκη:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Επιλέξτε νέο ιδιοκτήτη:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Επιλέξτε εξυπηρετητή" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Επιλέξτε χρήστη για προσθήκη:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" "Επιλέξτε όλα τα παιδία προς αναζήτηση όταν ανοίγετε τον κατάλογο διευθύνσεων." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Επιλογή της μορφής που θα έχει η ημερομηνία:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Επιλογή του διαχωριστή ημερομηνίας:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Επιλογή της μορφής που θα έχει η ημερομηνία:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Επιλογή της σειράς ημέρας και ώρας:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Επιλέξτε το διαχωριστή ώρας:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Επιλέξτε τη μορφή που θα έχει η ώρα:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Επιλέξτε το χρωματικό 'σχήμα'." #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Επιλέξτε τη γλώσσα σας:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Αποστολή Αναφοράς Προβλήματος" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Αισθητήρας: " #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Αναγνωριστικό Διακομιστή" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Ώρα εξυπηρετητή" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Διαχείριση Συνόδων" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Χρονοσφραγίδα συνόδου" #: lib/Api.php:70 msgid "Sessions" msgstr "Σύνοδοι" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Ορίστε επιλογές που θα σας επιτρέπουν να αλλάζετε τον κωδικό σας, ακόμη και " "αν τον έχετε ξεχάσει" #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Ρύθμιση συνεργασίας με το λογαριασμό σας στο Facebook." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Ρύθμιση συνεργασίας με το λογαριασμό σας στο Twitter." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "Καθορίστε την προτιμόμενη γλώσσα, ζώνη ώρας και μορφή ημερομηνίας." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Καθορίστε την εφαρμογή εκκίνησης, τα προτεινόμενα χρώματα, τη περίοδο " "ανανέωσης της σελίδας και άλλες επιλογές εμφάνισης." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Αρκετές πιθανές τοποθεσίες με την παράμετρο: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Σύντομη Περίληψη" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Πρέπει το κλειδί πρόσβασης να ορισθεί για περισσότερες συνδέσεις;" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Εμφάνιση" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Προβολή Επιλογών για Προχωρημένους" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Προβολή όλων των Ομάδων Επιλογών" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Εμφάνιση διαφορών μεταξύ των αποθηκευμένων και του δημιουργημένων ρυθμίσεων." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Εμφάνιση λεπτομερειών;" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Εμφάνιση της ώρας τελευταίας εισόδου όταν μπαίνουμε στο σύστημα;" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Παράλειψη Εργασιών κατά την Είσοδο" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Μικρό" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Βάθος χιονιού:" #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Χιόνια" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Τραγούδια & Ποιήματα" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "South European (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Νότιο Ημισφαίριο" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Αθλήματα" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Πρότυπο" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Χρόνος Έναρξης" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Διαχείριση Καταστάσεων" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Κατάσταση" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Δεν μπόρεσε να οριστεί η κατάσταση." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Ροή" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Το αίτημα για προσθήκη '%s' στο σύστημα απεστάλη. Δε μπορείτε να ξαναμπείτε " "μέχρι να εγκριθεί το αίτημά σας." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Επιτυχημένη Σύνδεση στο λογαριασμό σας στο Facebook ή ενημέρωση δικαιωμάτων." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Επιτυχία" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Επιτυχής προσθήκη \"%s\" στο σύστημα." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Τα δεδομένα του χρήστη \"%s\" διαγράφηκαν επιτυχώς από το σύστημα." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Επιτυχής διαγραφή '%s'." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Επιτυχής διαγραφή '%s' από το σύστημα." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Οι ρυθμίσεις επαναφέρθηκαν επιτυχώς. Κάντε επαναφόρτωση για να δείτε τις " "αλλαγές." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Επιτυχής αποθήκευση εφεδρικών ρυθμίσεων." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Επιτυχής ενημέρωση '%s'" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Επιτυχής εγγραφή %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Ανατολή" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Δύση" #: config/prefs.php:498 msgid "Sunday" msgstr "Κυριακή" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Ανατολή" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Ανατολή/Δύση" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Δύση" #: lib/Application.php:335 msgid "Sync all" msgstr "Συγχρονισμός όλων" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndicated Feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Ετικετοσύννεφο" #: config/registry.php:155 msgid "Tasks" msgstr "Εργασίες" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Θερμοκρασία την τελευταία ώρα: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Θερμοκρασία" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Θερμοκρασία%s(%sHi%s/%sLo%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Προσωρινά δεν είναι εφικτό να συνδεθείτε με το Facebook. Προσπαθείστε " "αργότερα." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Προσωρινά δεν είναι εφικτό να συνδεθείτε με το Twitter. Προσπαθήστε αργότερα." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Η απομακρυσμένη διαγραφή της συσκευής %s ακυρώθηκε." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Η υπενθύμιση έχει διαγραφεί." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Η υπενθύμιση έχει αποθηκευτεί." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Η ρύθμιση για %s δεν μπορεί να ενημερωθεί αυτόματα. Παρακαλούμε να " "ενημερώσετε αυτές τις ρυθμίσεις. " #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "" "Η προεπιλεγμένη διεύθυνση email που θέλετε να χρησιμοποιηθεί με αυτή την " "Ταυτότητα:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Το κλείδωμα αφαιρέθηκε." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Η υπηρεσία κατάστασης μέλους δεν μπόρεσε να επιτευχθεί εγκαίρως. Προσπαθήστε " "ξανά αργότερα ή με διαφορετική κατάσταση μέλους." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Η υπηρεσία κατάστασης μέλους δεν είναι προς το παρόν διαθέσιμη. Προσπαθήστε " "ξανά αργότερα ή με διαφορετική κατάσταση μέλους." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Ο παρεχόμενος κωδικός χώρας δεν είναι έγκυρος." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "" "Η υπηρεσία δεν είναι προς το παρόν διαθέσιμη. Προσπαθήστε ξανά αργότερα." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "" "Η υπηρεσία είναι προς το παρόν πολύ απασχολημένη. Προσπαθήστε ξανά αργότερα." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Η αίτηση εγγραφής για \"%s\" έχει αφαιρεθεί." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Η αίτηση εγγραφής για το χρήστη \"%s\" έχει αφαιρεθεί." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Η κατάσταση της συσκευής %s επαναφέρθηκε. Θα συγχρονιστεί την επόμενη φορά " "που θα συνδεθεί με τον server." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "To test script είναι ενεργοποιημένο αυτή τη στιγμή. Για λόγους ασφαλείας, " "παρακαλούμε απενεργοποιείστε το όταν ολοκληρωθεί ο έλεγχος (δείτε το horde/" "docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Ο χρήστης \"%s\" υπάρχει ήδη." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Ο χρήστης \"%s\" δεν υπάρχει." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Πρόβλημα κατά την προσθήκη '%s' στο σύστημα: %s." #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Πρόβλημα κατά τη διαγραφή δεδομένων του χρήστη '%s' από το σύστημα: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Πρόβλημα κατά τη διαγραφή '%s' από το σύστημα: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Πρόβλημα κατά την ενημέρωση '%s': %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Υπήρξε ένα σφάλμα κατά την επικοινωνία με τον ActiveSync server: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Υπήρξε κάποιο σφάλμα κατά την επικοινωνία με το Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Παρουσιάσθηκε σφάλμα στη φόρμα ρυθμίσεων. Ίσως αφήσατε κενό κάποιο " "απαιτούμενο πεδίο." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:144 #, php-format msgid "There was an error making the request: %s" msgstr "Υπήρξε ένα σφάλμα κατά την εκτέλεση της αίτησης: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Υπήρξε ένα σφάλμα κατά την ανάκτηση της συνόδου του Facebook. Παρακαλούμε να " "προσπαθήσετε ξανά." #: lib/Application.php:202 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Υπήρξε ένα σφάλμα κατά την άρση των συνολικών στοιχείων για %s. Λεπτομέρειες " "έχουν καταγραφεί." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Υπήρξε κάποιο σφάλμα με τις απαιτούμενες άδειες" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Αυτός ο αριθμός ΑΦΜ δεν είναι σωστός" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Αυτός ο αριθμός ΑΦΜ είναι σωστός" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Αυτό θα προκαλέσει τον επανασυγχρονισμό όλων των συσκευών." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Αυτό θα προκαλέσει τον επανασυγχρονισμό όλων των συσκευών." #: config/registry.php:226 msgid "Tickets" msgstr "Εισιτήρια" #: config/registry.php:272 msgid "Time Tracking" msgstr "Ιχνηλατώντας την ώρα" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Μορφή ώρας" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Χρονοσφραγίδα ή άγνωστο" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Timestamps των επιτυχών συνεδρίων συγχρονισμού" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Τίτλος" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Για να εξαιρέσετε ένα συγκεκριμένο πεδίο εισαγωγής ή να διορθώσετε μία λάθος " "αντιστοίχιση επιλέξτε ένα πεδίο τους καταλόγους που ακολουθούν και πατήστε " "\"Διαγραφή ζεύγους\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Για να επιλέξετε πολλαπλά πεδία, κρατήστε πατημένο το Control (PC) ή το " "Command (Mac) πλήκτρο, ενώ επιλέγετε κάθε πεδίο με το ποντίκι σας." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Σήμερα" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Αύριο" #: config/prefs.php:751 msgid "Top" msgstr "Πάνω μέρος" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Μεταφράσεις" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkish (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Ενσωμάτωση Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter Timeline" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter Timeline για %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Το Twitter δεν έχει ενεργοποιηθεί." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "Ηλεκτρονική Διεύθυνση" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Αδύνατη η διαγραφή '%s': %s." #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "Δεν ήταν δυνατή ο ορισμός Like" #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "Δεν είναι δυνατή η επικύρωση του ζητούμενου διακριτικού (token). Παρακαλώ " "προσπαθήστε ξανά." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Μη διαθέσιμο" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Κατάργηση Φραγής" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Ακύρωση Αλλαγών" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Κατάργηση αγαπημένου" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Μη Αρχειοθετημένο" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Μονάδες" #: admin/sessions.php:36 msgid "Unknown" msgstr "Αγνωστο" #: admin/locks.php:43 msgid "Unlock" msgstr "Ξεκλείδωμα" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Η ενέργεια δεν υποστηρίζεται" #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Ενημέρωση" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Ενημέρωση %s" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Ενημέρωση του %s σχήματος" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Ενημέρωση όλων των σχημάτων της Βάσης Δεδομένων" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Ενημέρωση όλων των ρυθμίσεων" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Ενημέρωση χρήστη" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Ενημερώθηκε \"%s\"." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "Το σχήμα ενημερώθηκε για %s." #: admin/config/index.php:419 msgid "Upload" msgstr "Αποστολή" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "Αποστολή όλων των αρχείων ρυθμίσεων στον εξυπηρετητή." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Χρήση των προεπιλεγμένων ρυθμίσεων" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "Χρησιμοποιείται αν το όνομα/κωδικός είναι διαφορετικά." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Χρήστης" #: admin/user.php:240 msgid "User Administration" msgstr "Διαχείριση Χρηστών" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Agent του Χρήστη" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Όνομα Χρήστη" #: signup.php:74 msgid "User Registration" msgstr "Εγγραφή Χρήστη" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Η εγγραφή χρήστη έχει απενεργοποιηθεί γι' αυτό το site." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Η εγγραφή χρήστη έχει απενεργοποιηθεί γι' αυτό το site." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Ο λογαριασμός χρήστη δεν βρέθηκε" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Επιλέξτε χρήστη για προσθήκη" #: login.php:206 admin/config/index.php:420 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Όνομα Χρήστη" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Χρήστες" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Χρήστες στο Σύστημα:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Επαλήθευση ΑΦΜ" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Αριθμός επαλήθευσης ΑΦΜ:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "ΑΦΜ" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Έκδοση" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Έλεγχος Έκδοσης" #: config/registry.php:215 msgid "Version Control" msgstr "Έλεγχος Έκδοσης" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamese (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Εμφάνιση εξωτερικής ιστοσελίδας" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Ορατότητα" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Προειδοποίηση" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Προειδοποίηση: Το πλήκτρο Caps Lock είναι ενεργό;!" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Καιρός" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Τα δεδομένα για τον καιρό παρέχονται από:" #: config/registry.php:332 msgid "Web Site" msgstr "Δικτυακός τόπος" #: lib/Application.php:311 msgid "Web browser" msgstr "Περιηγητής" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Καλωσήλθατε" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Καλωσήλθατε, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "Ποιά εφαρμογή θα εμφανίζει το %s αφού συνδεθείτε στην υπηρεσία;" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Πάνω σε τι εργάζεσαι αυτή τη στιγμή;" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Ποιός είναι ο διαχωριστικός χαρακτήρας;" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Ποιός είναι ο χαρακτήρας εισαγωγικών;" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Ποια μέρα θα θέλατε να εμφανίζεται ως η πρώτη ημέρα της εβδομάδας;" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Ποιές Φάσεις" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "Πλάτος του %s Μενού στα αριστερά:" #: lib/Application.php:299 msgid "Wifi" msgstr "" #: config/registry.php:203 msgid "Wiki" msgstr "Βίκι" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Ανεμος:" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Ένταση ανέμου σε κόμβους" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Ανεμος:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Διαγραφή" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Η εκκαθάριση είναι σε εκκρεμότητα" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Σοφία" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Με " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Εργασία" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ΕΕ" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Ναι, Συμφωνώ" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Σε σας και σε άλλο %d άτομο αρέσει αυτό" msgstr[1] "Σε σας και σε άλλα %d άτομα αρέσει αυτό" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Δεν έχετε το δικαίωμα να προσθέτετε ομάδες." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Δεν έχετε το δικαίωμα να προσθέσετε διαμοιραζόμενα." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Δεν έχετε το δικαίωμα να αλλάζετε τις ομάδες." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Δεν έχετε το δικαίωμα να αλλάζετε τα διαμοιραζόμενα." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Δεν έχετε το δικαίωμα να διαγράψετε ομάδες." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Δεν έχετε το δικαίωμα να διαγράφετε διαμοιραζόμενα." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "" "Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους διαμοιρασμούς των ομάδων." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Δεν έχετε το δικαίωμα προβολής των δικαιωμάτων των διαμοιραζόμενων." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Δεν έχετε το δικαίωμα προβολής των διαμοιραζόμενων σε λίστα." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "" "Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους χρήστες των ομάδων." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "" "Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους διαμοιρασμούς των " "χρηστών." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Δεν έχει συνδεθεί στο λογαριασμός σας στο Facebook. Θα πρέπει να ελέγξτε " "τις ρυθμίσεις σας για το Facebook στο: %s." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:145 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Μπορείτε να ελέγξετε τις ρυθμίσεις σας για το Facebook στο :%s σας." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Δεν συμφωνήσατε στους Όρους Χρήσης, συνεπώς δεν σας επιτρέπεται να εισέλθετε " "στο σύστημα." #: login.php:312 msgid "You have been logged out." msgstr "Έχετε αποσυνδεθεί." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Αρνηθήκατε τις απαιτούμενες άδειες." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Δεν έχει συνδεθεί σωστά ο λογαριασμός σας στο Twitter με το Webmail. Ελέγξτε " "τις ρυθμίσεις για το Twitter στο: %s" #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Σας αρέσει" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Πρέπει να περιγράψετε το πρόβλημα πριν στείλετε αναφορά για αυτό." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Πρέπει να ορίσετε ένα όνομα χρήστη για διαγραφή." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Πρέπει να ορίσετε ένα όνομα χρήστη για διαγραφή." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Πρέπει να ορίσετε ένα όνομα χρήστη για προσθήκη." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Πρέπει να ορίσετε ένα όνομα χρήστη για ενημέρωση." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Η Ηλεκτρονική σας Διεύθυνση" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "Οι Πληροφορίες σας" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Η Internet διεύθυνσή σας άλλαξε από την έναρξη της συνεδρίας σας. Για την " "προστασία της ασφάλειας πρέπει να ξανασυνδεθείτε." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Το όνομά σας" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Το σύστημα πιστοποίησης ταυτότητας δεν υποστηρίζει προσθήκη χρηστών. Εάν " "επιθυμείτε να χρησιμοποιήσετε Horde για τη διαχείριση λογαριασμών χρηστών, " "πρέπει να χρησιμοποιήσετε ένα διαφορετικό backend πιστοποίησης ταυτότητας." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Το σύστημα αυθεντικοποίησης δεν υποστηρίζει λίστα χρηστών, ή η λειτουργία " "αυτή έχει απενεργοποιηθεί για κάποιο λόγο." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ο Browser σας φαίνεται να έχει αλλάξει από την έναρξη της %s σύνδεσής σας. " "Για την προστασία της ασφάλειας, θα πρέπει να ξανασυνδεθείτε." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Ο Browser σας δεν υποστηρίζει αυτή τη λειτουργία." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Η τρέχουσα ζώνη ώρας:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Το πλήρες όνομά σας:" #: login.php:324 msgid "Your login has expired." msgstr "Η σύνδεσή σας έχει λήξει." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Ο νέος σας κωδικός για %s είναι: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Ο κωδικός σας άλλαξε" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Ο κωδικός σας έχει επαναφερθεί, αλλά δεν ήταν δυνατή η αποστολή τους προς " "εσάς. Παρακαλώ επικοινωνήστε με τον διαχειριστή." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Ο κωδικός σας άλλαξε, ελέγξτε τα μηνύματά σας και κάντε είσοδο με το νέο σας " "κωδικό." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Ο κωδικός σας άλλαξε επιτυχώς. Θα χρειαστεί να συνδεθείτε ξανά με το νέο σας " "κωδικό." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Ο κωδικός σας έχει λήξει" #: login.php:178 msgid "Your password has expired." msgstr "Ο κωδικός σας έχει λήξει." # framework/Auth/Auth.php:932, c-format #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Η σύνδεση σας διακόπηκε. Παρακαλώ δοκιμάστε να ξανασυνδεθείτε." # framework/Auth/Auth.php:932, c-format #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Η σύνδεση σας ξεπέρασε τον μέγιστο επιτρεπόμενο χρόνο. Παρακαλώ δοκιμάστε να " "ξανασυνδεθείτε." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Εύθυμος" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Αναφορά Προβλήματος]" #: lib/Api.php:65 msgid "_Alarms" msgstr "Υπενθυμίσεις" #: lib/Api.php:85 msgid "_CLI" msgstr "Γραμμή εντολών" #: lib/Api.php:40 msgid "_Configuration" msgstr "Ρυθμίσεις" #: lib/Api.php:50 msgid "_Groups" msgstr "Ομάδες" #: lib/Api.php:60 msgid "_Locks" msgstr "Κλειδώματα" #: lib/Api.php:55 msgid "_Permissions" msgstr "Εξουσιοδοτήσεις" #: lib/Api.php:45 msgid "_Users" msgstr "Χρήστες" #: services/problem.php:59 msgid "attachment" msgstr "συνημμένο" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "ηρεμία" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "από το %s (%s) στις %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "ριπές" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "ενσωματωμένο" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:145 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "επιλογές" #: admin/config/config.php:75 msgid "show differences" msgstr "εμφάνιση διαφορών" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "Γράψτε τον κωδικό δύο φορές για επιβεβαίωση" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "ενοποιημένα" tmpIMUtxu/horde-5.2.17/locale/el/LC_MESSAGES/horde.mo0000644000175000017500000025471013160205253021565 0ustar mathieumathieuT\5XG$YG)~GG&G G$G H)&HPH_H oH{HHH H)H7HJ(IHsIRIJJ8J>JFJMJ\JdJsJ|JJVJJlKsKyKKK KKKKK K L L L*L :LHLQLNZL-LLL LM M M -M 9M DMPM.WMMM#MlM%3NYN lNvNNNNNNO OO-OCOKO%aO<O%OOO P) P 7PBP'VP,~P*P%PP Q !QBQTQ cQmQ QQQQQ Q Q QQQQQ RRR!R 7R@CRRRRRRR!RdSSSSSS S1S*TFTcT iTuT TTQTT U U"U)UI>DŽ4ք 'cA5ۅhf_%Ɔ83%-Y2e È1A3U%?)T)nKI1.*`(67# + 9E1ZVlr{ ̍D, q} Îʎގ  0 <Ja;h2  2);\ Őː ! )7G[ u"̑ Ց  / P mF !!&+?E JW^dio rD"ē"% %0%V%|-.Д#,#,Pc}5Vn*s 'E5){&%̗(.v? sby֙+P|ܚ\QVf)-DXr˜ќ  !,1KS Zf"wElL+\+B ۠;%:Wq, ͡hۡDʢa!Ҥ& ,DXm  7 " %.TgK)̨F=)Nx'˩0$Dbe Kq Ыݫ!%#:%^#q3+:sfڭQ35BU0*ɯ,3!/U",ʰOmlOڱ* ?Jw[Ӳ'KUZ[a -nd1/N~ ʵ ߵ # 7A\o?޶ 6FU,& D!Q's/Ѻ|lR Y)d#!4Լ +Ƚ #&,5b,w# Ⱦ վ'>Qb1qgC VO!%jbqE b8_Ih A Jb2!% 4F!{ #Z,'$ &%C+ik}:4C0+!'M%u+5=UpE< 3H#|<+q ={P! BSi/5ADYrT>__/B $ 1G`p*$' 4$ '/ Wds +, (9Wl/%/3G%{) $!Bd3| lt*4C+<!h7U2AZxw $/'T|#%os>%"#Hl#' #) 9 FS;o!F&?;I{E9 E ]hq DD:7jr?\z# !&.UJI[  rGv'HG/(w-=. J;LK.#z!>1,9^5 "> a90 +6?Y7m8 ,o>')F+GAs)qQ=0,s]z3Lj !+$Mr95A+9-eS=22p%3!.7Lbfy%.)0-7^)1AZ3y+!'8>@wR :( = 'Y  1  A :L  )   5  + : X +i p  P 9  2 %S  y 4    p!9/GZMv!A("AdlJ%E [ |*^M)w(b #6Ik]4+'*6RPBjP@4?@t6*8P/g#)\[z{U-yMA<W*w@  %$@`ev +@+ 2  {!=!r!'="Be""L?#(#"#####$&$!/$Q$X$h$$9$$'$%%"&]1&4&8&&'+I(u(^)UD**+I+[+R, --.-I.Qw.x.QB/</i/c;00[>11B2X2BG3;3l3l344&44,4N5 j5<w56 7 7777778&88A8)z8,8389999'9!':I:Y:h:w:5:::-:X;5r;;;1;<c(<A<e<4=#C=g===`=`><w>5>>?%?7?-S?? ????<?"@5@TP@ @K@@A1AHAcAxArAABICBEBxBLC:dCC C-C CC?D CDNDTDcDiDnDDOE__ERE`FOsF_F#G}Go/HH!IIorJJ"KBKKLxLX1MXMXMZYP`YY5uVPd{ N>%aC;=#1.C}$ /+{,QXBT9p*Rl x3[ 3}9z!I/(o}mOG7(-x<yvYg!+.:0Tp" O+BaBmy 1K,AI=Ro?2FY<])L]!k>I8D%uGr>! 'O|.  ^7H-T0pAQR\5N\Q8E@cXtoiy_Hn[jg6uI(3"kZXEG`Wb^f ~*?7lJF2 `:zCN5 \4eg42TZwzA-KZrU(PW=L ; j'US#7sD9&h|:%n`t3"<bMS/a/]~)$ J2h#MNP<+$qcFw~ JRd41 l C4eY{MDn |?S&vsB=$L ;q_ LK-S,'> V@0E:f)5ti[wHK&e #&c 8_@fJP?r0v6@FkOi,6x;6*UV^.9Dm*%)'jbsdq"A1WG8QEMHh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSCH DefaultSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde: 5.0.0-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2015-10-01 19:22+0300 PO-Revision-Date: 2016-02-29 12:21+0100 Last-Translator: Antonis Limperis Language-Team: Greek Language: el_GR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n>1); X-Poedit-SourceCharset: utf-8 X-Generator: Poedit 1.7.1 "%s" προστέθηκε στις ομάδες συστήματος."%s" προστέθηκε στις άδειες του συστήματος."%s" δεν δημιουργήθηκε: %s.%.2fMB χρησιμοποιούνται από %.2fMB που επιτρέπεται (%.2f%%)%d %s και %s%d μέρες μέχρι να λήξει ο κωδικός σας.%d λεπτάάρεσε σε %d άτομοάρεσε σε %d άτομα%d ως %d από %d%d-μερα πρόβλεψη%s - Ειδοποίηση%s Ρυθμίσεις%s Εργασίες - Επιβεβαίωση%s Όροι χρήσης%s σε %s %s %s μπορεί να αλληλεπιδράσει με το λογαριασμό σας στο Twitter%s δεν είναι δυνατό να διαβάσει πληροφορίες για τους φίλους σας στο Facebook.%s δεν είναι δυνατή η ανάγνωση των μηνυμάτων σας και άλλων πληροφοριών από το Facebook.%s είναι δυνατός ο ορισμός της κατάστασης των μηνυμάτων σας ή η δημοσίευσης άλλου περιεχόμενου στο Facebook.%s πρόκειται να εκτελέσει τις παρακάτω εργασίες. Επιλέξτε ποιες εργασίες να τρέξουν αυτή τη φορά., ριπές %s %s, μεταβλητή από %s σε %sΜία ΜέραΈνα ΜήναΜία Εβδομάδα12ωρη μορφή2 Εβδομάδες24ωρη μορφή24 ώρες24ωρη μορφή3 ΜέρεςΈχει γίνει έτοιμα, διαγραφής δεδομένων σε μία συσκευή. Την επόμενη φορά που θα γίνει συγχρονισμός με τη συσκευή, θα διαγραφούν τα δεδομένα.Μια νεώτερη έκδοση (%s) υπάρχει.Μια απομακρυσμένη διαγραφή δεδομένων στην συσκευή με id %s μόλις ξεκίνησε. Τα δεδομένα στη συσκευή θα διαγραφούν κατά τη διάρκεια του επόμενου συγχρονισμού.πμ/μμΟι Πληροφορίες σαςΚωδικός ΛογαριασμούΕνέργειεςΣυγχρονισμόςΔιαχείριση Συγχρονισμού Συσκευών (ActiveSync)Συσκευές ΣυγχρονισμούΟ Συγχρονισμός δεν έχει ενεργοποιηθείΠροσθήκηΠροσθήκη περιεχομένουΠροσθήκη εδώ:Προσθήκη μελώνΠροσθήκη ΟμάδαςΠροσθήκη νέου χρήστη:Προσθήκη νέας υπενθύμισηςΠροσθήκη ζεύγουςΠροσθήκη χρήστηΠροστέθηκε '%s' στο σύστημα, αλλά δεν ήταν δυνατή η προσθήκη επιπλέον πληροφοριών εγγραφής: %s.Προστέθηκε '%s' στο σύστημα. Μπορείτε να συνδεθείτε τώρα.Η προσθήκη χρηστών έχει απενεργοποιηθεί.ΔιεύθυνσηΕπαφέςΔιαχείρισηΤέλος ειδοποίησηςΜέθοδοι ειδοποίησηςΈναρξη ειδοποίησηςΚείμενο υπενθύμισηςΤίτλος υπενθύμισηςΥπενθυμίσειςΟι άμεσες ειδοποιήσεις έχουν απενεργοποιηθεί στη διαμόρφωσηΟλαΟλοι οι έγκυροι χρήστεςΌλα τα κλειδιά πολιτικής επαναθέρθηκαν στις αρχικές ρυθμίσειςΡυθμίστηκε επανασυγχρονισμός των Συσκευών σας. Θα συγχρονιστούν εκ νέου την επόμενη φορά που θα συνδεθούν στον server.Όλες οι συνεδρίες συγχρονισμού διεγράφηκαν.Επιτρέπονται ΑλφαριθμητικάΕπιτρέπονται όλαΝα γίνονται δεκτές όλες οι συσκευές.Επιτρέπονται μόνο αριθμοίΕναλλακτική IMSP ΕίσοδοςΕναλλακτικός IMSP ΚωδικόςΕναλλακτικό IMSP Όνομα ΧρήστηΕναλλακτική διεύθυνση emailΑπάντησηΕφαρμογήΠλαίσιο ΕφαρμογήςΗ εφαρμογή είναι έτοιμη.ΕγκρίνωArabic (Windows-1256)Είστε σίγουροι ότι θέλετε να διαγράψετε '%s';Είστε σίγουροι για τη διαγραφή της αίτησης υπογραφής για %s ?Είστε σίγουροι ότι θέλετε να διαγράψετε "%s";Armenian (ARMSCII-8)ΤέχνηASCII ΤέχνηΤουλάχιστον ένα σχήμα της βάσης δεδομένων δεν είναι ενημερωμένο.ΣυνημμένοΚατέβασμα ΣυνημμένουΠροσπάθεια διαγραφής μη υπαρκτής ομάδας.Προσπάθεια διαγραφής μη υπαρκτού δικαιώματος.Προσπάθεια επεξεργασίας μη υπαρκτού δικαιώματος.Προσπάθεια επεξεργασίας μη υπαρκτού διαμοιρασμένου.Πιστοποιηημένη ΕφαρμογήΕξουσιοδότησηΕξουσιοδότηση για την πρόσβαση στα δεδομένα των φίλων:Εξουσιοδότηση ΔημοσίευσηςΕξουσιοδοτημένη ΑνάγνωσηΑυτόματη επιλογήΔιαθέσιμα Πεδία:BOFH ExcusesBaltic (ISO-8859-13)ΒασικόΦραγήΡυθμίσεις τμήματοςΤύπος τμήματοςBluetoothΣελιδοδείκτεςΚαι τα δύοΚάτω ΜέροςΦυλλομετρητήςΓια Κινητές Συσκευές (Χωρίς Java Script)ΗμερολόγιοΚάμεραΑκύρωσηΑκύρωση Αναφοράς ΠροβλήματοςΑκύρωσηΑδύνατη η αρχικοποίηση του κωδικού αυτόματα, επικοινωνήστε με το διαχειριστήΚατηγορίες και ΕτικέτεςCeltic (ISO-8859-14)Central European (ISO-8859-2)ΑλλαγήΑλλαγή ΤοποθεσίαςΑλάξτε των κωδικό σαςΜπορείτε να αλλάξετε το όνομα, τη διεύθυνση και την υπογραφή σας, στοιχεία που βλέπουν οι παραλήπτες σας όταν διαβάζουν ή απαντάνε στα μηνύματά σας.Αλλαγή του κωδικού πρόσβασής σας δεν υποστηρίζεται με την τρέχουσα διαμόρφωση. Επικοινωνήστε με το διαχειριστή σας.ΈλεγχοςΈλεγχος για νέες εκδόσειςΈλεγχος...Chinese Simplified (GB2312)Chinese Traditional (Big5)Επιλέξτε %sΕπιλέξτε πως θα εμφανίζονται οι ημερομηνίες (μορφή συντομογραφίας):Επιλέξτε πως θα εμφανίζονται οι ημερομηνίες (πλήρης μορφή):Επιλέξτε πως θα εμφανίζονται οι ημερομηνίες:ΚλάσηΚαθαρισμός Ερωτήματος'Αδειασμα' Χρήστη: %sΚαθαρισμός ΧρήστηΚαθαρισμός δεδομένων χρήστηΕπιλέξτε ένα από τα βιβλία διευθύνσεών σας και στη συνέχεια όλα τα πεδία που θέλετε να κάνετε αναζήτηση.Κάντε κλικ για συνέχειαClient AnchorΚλείσιμο ΠαράθυρουΣύννεφαΣυχνότητα κωδικής λέξηςΑναδίπλωσηΑναγνωριστικό Συλλογής.Επιλέκτης ΧρώματοςΚόμικςΕντολήΚέλυφος ΕντολώνΣχόλια: %dΚοινό ΌνομαΥπολογιστέςΚατάστασηΣυνθήκεςΡύθμισηΔιαφορές ΠαραμετροποίησηςΕπιλογές για συγχρονισμό με PDAs, έξυπνα Τηλέφωνα και Outlook.Οι ρυθμίσεις δεν είναι ενημερωμένες.Είναι διαθέσιμα scripts αναβάθμισης των ρυθμίσεωνΠαραμετροποίηση %sΕπιβεβαίωση ΚωδικούΣυνέχειαCookieΑδύνατη η σύνδεση στον εξυπηρετητή "%s" χρησιμποιώντας FTP: %sΑδύνατη η σύνδεση στον εξυπηρετητή. Προσπαθήστε ξανά.Αδύνατη η διαγραφή του setup upgrade script '%s' .Δεν ήταν δυνατός ο εντοπισμός της εξουσιοδότησης για το "% s" για αλληλεπίδραση με το λογαριασμό σας στο Facebook. Αυτό σημαίνει ότι είτε δεν έχουν ακόμη εγκριθεί ο λογαριασμός σας στο Facebook για να αλληλοεπιδρά με το "% s ", ή η εξουσιοδότηση σας έχει λήξει και πρέπει να ανανεωθεί.Δεν βρέθηκε εξουσιοδότηση για το %s, για την αλληλεπίδραση με τον λογαριασμό σας στο TwitterΑδύνατη η αρχικοποίηση του κωδικού για τον αιτούμενο χρήστη. Κάποια ή όλες οι λεπτομέρειες δεν είναι σωστές. Ξαναδοκιμάστε ή επικοινωνήστε με το διαχει-ριστή αν χρειάσεσθε περισσότερη βοήθεια.Αδύνατη η επαναφορά ρυθμίσεων.Δε μπορώ να κάνω εφεδρικό αντίγραφο των ρυθμίσεων: %sΑδύνατη η αποθήκευση του προγράμματος ενημέρωσης στο '%s'.Δεν ήταν δυνατή η αποθήκευση του αρχείου διαμόρφωσης %s. Μπορείτε να χρησιμοποιήσετε μια από τις πιο κάτω επιλογές για την αποθήκευσης του κώδικα.Δε μπορώ να αποθηκεύσω το αρχείο ρυθμίσεων %s. Μπορείτε είτε να χρησιμοποιήσετε μια από τις επιλογές για να αποθηκεύσετε πίσω στο %s ή αντιγράψτε με το χέρι τον κώδικα πίσω στο %s.Αδύνατη η εγγραφή των ρυθμίσεων για '%s': %sΧώραΔημιουργίαΔημιουργία Νέας ΤαυτότηταςΤρέχουσες 4 φάσειςΤρέχουσα υπενθύμισηΤρέχοντα Σημεία ΚλειδώματοςΤρέχουσες σύνοδοιΤρέχουσα ώραΚαιρόςΤρέχουσα ΚατάστασηCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)Η πρόσβαση στη Βάση Δεδομένων δεν έχει ρυθμιστεί.ΜΜΔεδομέναΒάση δεδομένωνΗμερομηνίαΗμερομηνία παραλαβήςΗμερομηνία: %s, ώρα: %sΗμέραΠροκαθορισμένοΠροεπιλεγμένο ΧρώμαΠροκαθορισμένο ΚέλυφοςΗ προκαθορισμένη κωδικοποίηση για την αποστολή μηνυμάτων:Προκαθορισμένη τοποθεσία για τη χρήση αντίστοιχων χαρακτηριστικών.ΟρισμοίΔιαγραφήΔιαγραφή "%s"Διαγραφή όλων των δεδομένων SyncMLΔιαγραφή ΟμάδαςΔιαγράφηκε το setup upgrade script '%s'.Η συνεδρία συγχρονισμού για τη συσκευή "%s" και τη βάση δεδομένων "%s" διεγράφη.Περιγραφή του ΠροβλήματοςΑνάπτυξηΣυσκευήΑναγνωριστικό ΣυσκευήςΠληροφορίες ΣυσκευήςΔιαχείριση ΣυσκευώνΤύπος ΣυσκευήςΚρυπτογράφηση ΣυσκευήςΣτη συσκευή έχει τεθεί φραγή.Η συσκευή έχει εξαλειφθεί. Καταργήστε την κατάστασης της συσκευής για να επιτρέψετε την επανασύνδεση της.Η συσκευή διαγράφηκε με επιτυχία.Η διαγραφή της συσκευής ακυρώθηκε με επιτυχία.Σημείο δροσιάςΣημείο δροσιάς για την τελευταία ώρα: Σημείο δροσιάςΑπενεργοποίησηΑπενεργοποίηση (δεν προτείνεται)Εμφάνιση ώρας σε 24ωρη μορφή;Επιλογές ΕμφάνισηςΕμφάνιση λεπτομερειών πρόγνωσηςΕμφάνιση προβλέψεων (TAF)Περιέχει η πρώτη γραμμή ονόματα πεδίων; Αν ναι τσεκάρετε αυτό:Δεν έχετε λογαριασμό; Εγγραφείτε.Κατέβασμα %sΚατέβασμα του αρχείου παραμέτρων σαν PHP-script.Φάρμακα-ναρκωτικάΔυναμικόEU VAT identificationΕπεξεργασίαΕπεξεργασία "%s"Επεξεργασία επιλογών για:Επεξεργασία ΕξουσιοδοτήσεωνΕπεξεργασία Εξουσιοδοτήσεων για "%s"ΕκπαίδευσηΔιεύθυνση EmailΕνεργοποίηση Χρόνος ΛήξηςΑγγλικάΠαρακαλώ δώστε ένα όνομα για τη νέα κατηγορία:Δώστε μια ερώτηση ασφαλείας, η οποία θα σας ζητηθεί αν χρειασθεί να αλλάξετε τον κωδικό σας, π.χ. 'Ποιό είναι το όνομα του κατοικιδίου σας;':Σφάλμα κατά τη σύνδεση στο Facebook. Oι λεπτομέρειες έχουν καταγραφεί για τον διαχειριστή.Σφάλμα κατά τη σύνδεση στο Twitter. Oι λεπτομέρειες έχουν καταγραφεί για τον διαχειριστήΣφάλμα κατά τη σύνδεση στο Twitter: %s Λεπτομέρειες θα αποσταλούν στον διαχειριστή.Σφάλμα κατά τη διαγραφή της συνεδρίας συγχρονισμού:Σφάλμα κατά τη διαγραφή των συνεδριών συγχρονισμού:Σφάλμα κατά την ενημέρωση κωδικού: %sΕθνικόΚάθε 15 λεπτάΚάθε 2 ΛεπτάΚάθε 30 δευτερόλεπταΚάθε 5 λεπτάΚάθε μισή ώραΚάθε ώραΚάθε λεπτόΠαραδειγματικές τιμές:ΕκτέλεσηΕπέκτασηΠολύ μεγάλοΡυθμίσεις για FTP uploadΣυνεργασία με το FacebookΑπέτυχαν προσπάθειες ξεκλειδώματος της συσκευής, πριν διαγραφούν τα δεδομέναΑγαπημέναFeedΔιεύθυνση FeedΔιάθεση γιαΠεδία για αναζήτησηΔιαχειριστής ΑρχείωνΦίλτροΚανόνεςΠρώτο ΜισόΠρώτο ΤέταρτοΤροφήΕμφάνιση προβλέψεων (TAF)Ημέρες πρόγνωσης (σημειώνεται ότι η πρόβλεψη επιστρέφει την ημέρα και τη νύχτα. Ένας μεγάλος αριθμός εδώ θα μπορούσε να οδηγήσει σε ένα ευρύτερο μπλοκ)Ξεχάσατε τον κωδικό σας;ΦόρμεςΠρόβλεψηΤύπος ΠρόβλεψηςΠροβλέψειςΠροβλέψεις 2ForumsΟι φίλοι ενεργοποιήθηκαν.Από %s (%s °) σε %s %sΑπό %s σε %s %sΑναλυτική ΠεριγραφήΠλήρης ΣελήνηΠλήρες ΌνομαΠαραγωγή Διαμόρφωσης για %s Παραγόμενος κώδικαςΑνάκτηση ΠερισσότερωνΓενικές EπιλογέςΜετάβασηΓκέντελGoogle ΑναζήτησηΕλληνικά (ISO-8859-7)Διαχείριση ΟμάδωνΌνομα ΟμάδαςΗ ομάδα δεν δημιουργήθηκε %s.ΟμάδεςΙδιότητες GuestΜήνυμα HTMLHebrew (ISO-8859-8-I)ΎψοςΤο ύψος του περιεχομένου ( το πλάτος θα ρυθμιστεί αυτόματα )ΒοήθειαΛίστα θεμάτων ΒοήθειαςΗμισφαίριοΕδώ είναι η αρχή του αρχείου:Απόκρυψη Επιλογών για ΠροχωρημένουςΑποκρυψη αποτελεσμάτωνΑρχικός κατάλογοςΑρχική ΣελίδαΠόσα πεδία (στήλες) είναι εκεί;Πόσα δευτερόλεπτα πριν ελέγξετε για νέα άρθρα;ΥγρασίαΧιουμορίσταςΕικονίδια για %sΤαυτότητα πυ θα χρησιμοποιήσετε για την αποστολή email μέσω ActiveSync.Ονομα ταυτότητας:Εισαγωγή, Βήμα %dΠεδίο που εισήχθη: %sΠεδία που εισήχθησαν:Σε απάντηση του:Στους καταλόγους παρακάτω επιλέξετε και τα δύο, ένα πεδίο που εισάγεται από το αρχείο προέλευσης στα αριστερά, και το αντίστοιχο πεδίο διαθέσιμες στο βιβλίο διευθύνσεών σας στα δεξιά. Στη συνέχεια, πατήστε "Προσθήκη ζεύγους" η σήμανσή τους για την εισαγωγή. Μόλις τελειώσει, πατήστε το "Επόμενο".Λάθος όνομα χρήστη ή εναλλακτική διεύθυνση. Ξαναδοκιμάστε ή επικοινωνήστε με το διαχειριστή για περαιτέρω βοήθεια.Ιδιαίτεροι ΧρήστεςΠληροφορίεςΚληρονομούμενα μέληΔώστε email διεύθυνση στην οποία επιθυμείτε να παραλάβετε το νέο σας κωδικό:Εισαγωγή της απαιτούμενης απάντησης στην ερώτηση ασφαλείας:Μη έγκυρη μορφή αριθμού για το ΑΦΜΜη έγκυρη ενέργεια %sΜη έγκυρη εφαρμογή.Μη έγκυρο hashΆκυρη γονική άδεια.Κατάλογος ΥπαρχόντωνJapanese (ISO-2022-JP)Η JavaScript είναι απενεργοποιημένη ή δεν είναι διαθέσιμη στον φυλλομετρητή σας. Θα περιοριστείτε στη λειτουργία ελάχιστης προβολής.Μόλις τώρα...Νέα από KernelΛέξη κλειδίΠαιδιάKolabKorean (EUC-KR)ΓλώσσαΜεγάλοΤελευταίο ΜισόΤελευταία Αλλαγή κωδικού χρήστηΤελευταίο ΤέταρτοΤελευταία φορά που έγινε συγχρονισμόςΤελευταία Ενημέρωση:Τελευταία Είσοδος στην υπηρεσία: %sΤελευταία Είσοδος στην υπηρεσία: %s από %sΤελευταία είσοδος στην υπηρεσία: ΠοτέΤελευταίο κλειδί συγχρονισμούΠιο πρόσφατοΝόμοςΌπωςΠεντάστιχοLinux-CookieΛίστα ΠινάκωνΗ προβολή των ειδοποιήσεων απέτυχε: %sΗ εμφάνιση των κλειδωμάτων απέτυχε: %sΗ προβολή των συνόδων απέτυχε: %sΗ προβολή της λίστας χρηστών απέτυχε μήνυμα σφάλματος: % sAποτυχία εμφάνισης λίστας χρηστών.Η δημιουργία λίστας χρηστών έχει απενεργοποιηθεί.ΛογοτεχνίαΤοπική ώρα: %s %s (UTC %s)Τόπος και ώραΤοποθεσίαΚλείδωμα ΧρήστηΚλειδώματαΕίσοδοςΈξοδοςΣυνδεθήκατε στο FacebookΗ είσοδος Απέτυχε. Πιθανότατα δόθηκε λάθος το Όνομα Χρήστη ή ο Κωδικός.Είσοδος Απέτυχε.Σύνδεση στο %sΣύνδεση στο Facebook και εξουσιοδότηση του %sΣύνδεση στο Twitter και εξουσιοδότηση του %sΈξοδοςΑγάπηΜΜΜαγικόΑλληλογραφίαΔιαχείριση EmailΔιαχείριση κατηγοριών και χρωμάτων που θα εμφανίζονται αυτές.Διαχειριστείτε τις ActiveSync συσκευές σας.Πεδία που ταιριάζουν:Μέγιστη θερμοκρασία τελευταίων 24 ωρών: Μέγιστη θερμοκρασία τελευταίων 6 ωρών: Μέγιστη Ηλικία των emailΜέγιστος Αριθμός Portal BlocksΜέγιστο μέγεθος συννημένων σε bytesΜέγιστος Αριθμός ΜονάδωνΜέγιστος αριθμός εγγραφών προς εμφάνισηΙατρικήΜέσοΜέληΑναφορέςΚαιρός από MetarΜετρικόΜικρότερη θερμοκρασία τελευταίων 24 ωρών: Μικρότερη θερμοκρασία τελευταίων 6 ωρών: Ελάχιστο μέγεθος PINΔιάφοραΛείπουν ΡυθμίσειςΓια Κινητά (Minimal)Για κινητές Συσκευές (Χωρίς javaScript)Για Κινητά (Τηλέφωνα ή Tablet)Εφαρμογές για Κινητές ΣυσκευέςΠεριβάλλονΜοντέλοΗ εφαρμογή είναι ενημερωμένηΔευτέραΦάσεις ΣελήνηςΟ Λογαριασμός μουΟι Πληροφορίες μουΗ ροή μου στο FacebookΚεντρική ΣελίδαΕμφάνιση της Κεντρικής ΣελίδαςN/AΟΧΙ, ΔΕ συμφωνώΣΗΜΕΙΩΣΗ: Η ΔΙΑΔΙΚΑΣΙΑ ΔΙΑΓΡΑΦΗΣ ΜΙΑΣ ΣΥΣΚΕΥΗΣ ΜΠΟΡΕΙ ΝΑ ΟΔΗΓΗΣΕΙ ΤΗ ΣΥΣΚΕΥΗ ΝΑ ΕΠΑΝΕΛΘΕΙ ΣΤΙΣ ΕΡΓΟΣΤΑΣΙΑΚΕΣ ΡΥΘΜΙΣΕΙΣ. ΕΙΣΤΕ ΣΙΓΟΥΡΟΙ ΟΤΙ ΕΠΙΘΥΜΕΙΤΕ ΝΑ ΣΥΝΕΧΙΣΕΤΕ;ΌνομαΠοτέΝέα ΚατηγορίαΝέα ΣελήνηΝέο όνομα Χρήστη (προαιρετικό)Νέος ΚωδικόςΟι νέοι κωδικοί δεν ταιριάζουνΝέαΕπόμενοΕπόμενες 4 φάσειςΧωρίς ήχοΔεν υπάρχει διαθέσιμη διαμόρφωση για να δείξει τις διαφορές.Δεν υπάρχουν αλλαγές.Δε βρέθηκαν εικονίδια.Δεν υπάρχουν αντικείμενα για εμφάνισηΔεν ορίσθηκε τοποθεσία.Δεν υπάρχουν δυσάρεστες προβλέψειςΔεν εκκρεμούν είσοδοι.Αποτροπή αποστολής δεδομένων, όταν βρίσκετε σε roaming κατάστασηΔεν έχετε θέσει κάποια ερώτηση ασφαλείας. Παρακαλώ επικοινωνήστε με τον Διαχειριστή.Δεν υπάρχει σταθερή έκδοση ακόμα.Δεν ορίσθηκε όνομα χρήστη.Δε βρέθηκε έκδοση στην αρχική διαμόρφωση. Ξαναδημιουργήστε το.Δε βρέθηκε έκδοση στην αρχική σας διαμόρφωση. Ξαναδημιουργήστε το.Οι NoSQL δείκτες είναι έτοιμοιNoSQL δείκτες για %sΟι Δείκτες της NoSQL Βάσης Δεδομένων δεν είναι ενημερωμένοι.ΚαμίαNordic (ISO-8859-10)Βόρειο ΗμισφαίριοΔεν έχει προβλεφθείΣημειώσειςΤίποτα για εμφάνιση, επιστροφή.Αριθμός άρθρων προς εμφάνισηΔευτερόλεπτα αναμονής για ανανέωσηΕυρετήριο ΑντικειμένωνΔημιουργός ΑντικειμένουΦίλτρο προσβολώνΓραφείοΠαλαιοί και νέοι κωδικοί πρέπει να διαφέρουν.Παλιός ΚωδικόςΟ παλιός κωδικός δεν είναι σωστόςΜόνο δυσάρεστες προβλέψειςΜόνο ο ιδιοκτήτης ή ο διαχειριστής συστήματος μπορεί να αλλάξει την ιδιοκτησία ή τις εξουσιοδοτήσεις του ιδιοκτήτη για κοινή χρήση.Λειτουργικό ΣύστημαΉ εισάγετε ένα όνομα χρήστη:Αλλες ΠληροφορίεςΆλλες επιλογέςΆλλαΙδιοκτήτηςΙδιοκτήτης:PHPPHP ΚώδικαςPHP ΚέλυφοςPOP/IMAP Λογαριασμοί EmailΗ επέκταση POSIX απουσιάζειPHP ΚέλυφοςΚωδικόςΠολυπλοκότητα κωδικούΟ κωδικός άλλαξε επιτυχώς.Ο κωδικός πρέπει να ταιριάζει.ΕπικόλλησηΕίσοδοι που εκκρεμούν:ΑνθρωποιΔιεργασίες κατά την είσοδοΕξουσιοδότηση για '%s' δε διαγράφηκε.ΕξουσιοδοτήσειςΔιαχείριση ΕξουσιοδοτήσεωνΠροσωπικές πληροφορίεςΚατοικίδιαΑριθμός ΤηλεφώνουΦωτογραφίεςΚοινοτυπίεςΠαρακαλώ εισάγετε έναν κωδικό.Παρακαλώ εισάγετε ένα Όνομα ΧρήστηΠαρακαλώ δώστε μια περίληψη του προβλήματος.Παρακαλώ διαβάστε το ακόλουθο κείμενο. Πρέπει να συμφωνείτε με τους όρους για να χρησιμοποιήσετε αυτό το σύστημα.ΠολιτικήΘέση του κειμένου απάντησης όταν απαντάτε σε e-mail στη συσκευή σας. Σημειώστε ότι κάποιες συσκευές θα στέλνειλει πάντα το κείμενο αναφοράς στο τέλος του κειμένου απάντησης.ΔημοσίευμαΔημοσιεύτηκε %sΔημοσιεύτηκε %s μέσω %sΚατακρήμνιση για τη τελευταία %d ώρα: Κατακρήμνιση για τις τελευταίες %d ώρες: Πιθανότητα για καταιγίδα %sΠίεσηΠίεση στο επίπεδο της θάλασσας: ΚύριοςΠεριγραφή ΠροβλήματοςΠροβλέφθηκεΠρόβλεψηΗ δημοσίευση ενεργοποιήθηκε.ΕρώτησηΠοσοστόΤυχαία ΠρόβλεψηΑνάγνωσηΗ ανάγνωση είναι ενεργήΕίστε βέβαιος για τη διαγραφή %s; Αυτό δεν μπορεί να επανέλθει.Είστε σίγουρος για τη διαγραφή των δεδομένων του χρήστη %s; Αυτό δεν μπορεί να επανέλθει.Ανανέωση των δυναμικών στοιχείων του Μενού:Ανανέωση της εμφάνισης του Portal:Ρυθμός Ανανέωσης:Κανονικές ΕφαρμογέςΣχόλιαΑπομακρυσμένος Διακομιστής:ΑφαίρεσηΑφαίρεση ζεύγουςΑφαίρεση αποθηκευμένου script από τον προσωρινό κατάλογο του εξυπηρετητή.Διαγραφή χρήστηΔιαγραφή Χρήστη: %sΑπάντησηΑπαίτηση για PINΑπαίτηση για S/MIME ΚρυπτογράφησηΑπαίτηση για S/MIME ΥπογραφήΕπαναφοράΑλλαγή ΚωδικούΕπαναφορά όλων sthn κατάστασης της συσκευήςΕπαναφορά κωδικούΑποκαταστήστε το τελευταίο ερώτημαΑποτελέσματαΑποτελέσματα για %sRetweetRetweeted από %sΠαρακαλώ εισάγετε ξανά το νέο κωδικό σαςΕπαναφορά ΡυθμίσεωνΑινίγματαΕκτέλεσηΕκτέλεση Εργασιών κατά την είσοδό σαςΠροκαθορισμένο SCHκάρτα SDΚρυπτογράφηση κάρτας SDΜηνύματα SMSΤο σχήμα της Βάσης Δεδομένων δεν είναι ενημερωμένο.Το σχήμα της Βάσης Δεδομένων είναι έτοιμο.SQL ΚέλυφοςSQL ΚέλυφοςΑποθήκευσηΑποθήκευση "%s"Αποθήκευση και έξοδοςΑποθήκευση της ρύθμισης που δημιουργήθηκε σαν PHP Script στον προσωρινό κατάλογο του εξυπηρετητή.Αποθηκεύτηκε η διαμόρφωση, το script ενημερώθηκε στο: '%s'.ΕπιστήμηΣκοπόςΑναζήτησηΑναζήτησηΑναζήτηση:Χρόνος αδράνειας σε δευτερόλεπτα πριν κλειδωθεί η συσκευήΕπιλέξτε ομάδα για προσθήκη:Επιλέξτε νέο ιδιοκτήτη:Επιλέξτε εξυπηρετητήΕπιλέξτε χρήστη για προσθήκη:Επιλέξτε όλα τα παιδία προς αναζήτηση όταν ανοίγετε τον κατάλογο διευθύνσεων.Επιλογή της μορφής που θα έχει η ημερομηνία:Επιλογή του διαχωριστή ημερομηνίας:Επιλογή της μορφής που θα έχει η ημερομηνία:Επιλογή της σειράς ημέρας και ώρας:Επιλέξτε το διαχωριστή ώρας:Επιλέξτε τη μορφή που θα έχει η ώρα:Επιλέξτε το χρωματικό 'σχήμα'.Επιλέξτε τη γλώσσα σας:Αποστολή Αναφοράς ΠροβλήματοςΑισθητήρας: Αναγνωριστικό ΔιακομιστήΏρα εξυπηρετητήΔιαχείριση ΣυνόδωνΧρονοσφραγίδα συνόδουΣύνοδοιΟρίστε επιλογές που θα σας επιτρέπουν να αλλάζετε τον κωδικό σας, ακόμη και αν τον έχετε ξεχάσειΡύθμιση συνεργασίας με το λογαριασμό σας στο Facebook.Ρύθμιση συνεργασίας με το λογαριασμό σας στο Twitter.Καθορίστε την προτιμόμενη γλώσσα, ζώνη ώρας και μορφή ημερομηνίας.Καθορίστε την εφαρμογή εκκίνησης, τα προτεινόμενα χρώματα, τη περίοδο ανανέωσης της σελίδας και άλλες επιλογές εμφάνισης.Αρκετές πιθανές τοποθεσίες με την παράμετρο: %sΣύντομη ΠερίληψηΠρέπει το κλειδί πρόσβασης να ορισθεί για περισσότερες συνδέσεις;ΕμφάνισηΠροβολή Επιλογών για ΠροχωρημένουςΠροβολή όλων των Ομάδων ΕπιλογώνΕμφάνιση διαφορών μεταξύ των αποθηκευμένων και του δημιουργημένων ρυθμίσεων.Εμφάνιση λεπτομερειών;Εμφάνιση της ώρας τελευταίας εισόδου όταν μπαίνουμε στο σύστημα;Παράλειψη Εργασιών κατά την ΕίσοδοΜικρόΒάθος χιονιού:ΧιόνιαΤραγούδια & ΠοιήματαSouth European (ISO-8859-3)Νότιο ΗμισφαίριοSpamΑθλήματαΠρότυποStar TrekΧρόνος ΈναρξηςΔιαχείριση ΚαταστάσεωνΚατάστασηΔεν μπόρεσε να οριστεί η κατάσταση.ΡοήΤο αίτημα για προσθήκη '%s' στο σύστημα απεστάλη. Δε μπορείτε να ξαναμπείτε μέχρι να εγκριθεί το αίτημά σας.Επιτυχημένη Σύνδεση στο λογαριασμό σας στο Facebook ή ενημέρωση δικαιωμάτων.ΕπιτυχίαΕπιτυχής προσθήκη "%s" στο σύστημα.Τα δεδομένα του χρήστη "%s" διαγράφηκαν επιτυχώς από το σύστημα.Επιτυχής διαγραφή '%s'.Επιτυχής διαγραφή '%s' από το σύστημα.Οι ρυθμίσεις επαναφέρθηκαν επιτυχώς. Κάντε επαναφόρτωση για να δείτε τις αλλαγές.Επιτυχής αποθήκευση εφεδρικών ρυθμίσεων.Επιτυχής ενημέρωση '%s'Επιτυχής εγγραφή %sΑνατολήΔύσηΚυριακήΑνατολήΑνατολή/ΔύσηΔύσηΣυγχρονισμός όλωνSyncMLSyndicated FeedΕτικετοσύννεφοΕργασίεςΘερμοκρασία την τελευταία ώρα: ΘερμοκρασίαΘερμοκρασία%s(%sHi%s/%sLo%s)Προσωρινά δεν είναι εφικτό να συνδεθείτε με το Facebook. Προσπαθείστε αργότερα.Προσωρινά δεν είναι εφικτό να συνδεθείτε με το Twitter. Προσπαθήστε αργότερα.Thai (TIS-620)Η απομακρυσμένη διαγραφή της συσκευής %s ακυρώθηκε.Η υπενθύμιση έχει διαγραφεί.Η υπενθύμιση έχει αποθηκευτεί.Η ρύθμιση για %s δεν μπορεί να ενημερωθεί αυτόματα. Παρακαλούμε να ενημερώσετε αυτές τις ρυθμίσεις. Η προεπιλεγμένη διεύθυνση email που θέλετε να χρησιμοποιηθεί με αυτή την Ταυτότητα:Το κλείδωμα αφαιρέθηκε.Η υπηρεσία κατάστασης μέλους δεν μπόρεσε να επιτευχθεί εγκαίρως. Προσπαθήστε ξανά αργότερα ή με διαφορετική κατάσταση μέλους.Η υπηρεσία κατάστασης μέλους δεν είναι προς το παρόν διαθέσιμη. Προσπαθήστε ξανά αργότερα ή με διαφορετική κατάσταση μέλους.Ο παρεχόμενος κωδικός χώρας δεν είναι έγκυρος.Η υπηρεσία δεν είναι προς το παρόν διαθέσιμη. Προσπαθήστε ξανά αργότερα.Η υπηρεσία είναι προς το παρόν πολύ απασχολημένη. Προσπαθήστε ξανά αργότερα.Η αίτηση εγγραφής για "%s" έχει αφαιρεθεί.Η αίτηση εγγραφής για το χρήστη "%s" έχει αφαιρεθεί.Η κατάσταση της συσκευής %s επαναφέρθηκε. Θα συγχρονιστεί την επόμενη φορά που θα συνδεθεί με τον server.To test script είναι ενεργοποιημένο αυτή τη στιγμή. Για λόγους ασφαλείας, παρακαλούμε απενεργοποιείστε το όταν ολοκληρωθεί ο έλεγχος (δείτε το horde/docs/INSTALL).Ο χρήστης "%s" υπάρχει ήδη.Ο χρήστης "%s" δεν υπάρχει.Πρόβλημα κατά την προσθήκη '%s' στο σύστημα: %s.Πρόβλημα κατά τη διαγραφή δεδομένων του χρήστη '%s' από το σύστημα: Πρόβλημα κατά τη διαγραφή '%s' από το σύστημα: Πρόβλημα κατά την ενημέρωση '%s': %sΥπήρξε ένα σφάλμα κατά την επικοινωνία με τον ActiveSync server: %sΥπήρξε κάποιο σφάλμα κατά την επικοινωνία με το Twitter: %sΠαρουσιάσθηκε σφάλμα στη φόρμα ρυθμίσεων. Ίσως αφήσατε κενό κάποιο απαιτούμενο πεδίο.Υπήρξε ένα σφάλμα κατά την εκτέλεση της αίτησης: %sΥπήρξε ένα σφάλμα κατά την ανάκτηση της συνόδου του Facebook. Παρακαλούμε να προσπαθήσετε ξανά.Υπήρξε ένα σφάλμα κατά την άρση των συνολικών στοιχείων για %s. Λεπτομέρειες έχουν καταγραφεί.Υπήρξε κάποιο σφάλμα με τις απαιτούμενες άδειεςΑυτός ο αριθμός ΑΦΜ δεν είναι σωστόςΑυτός ο αριθμός ΑΦΜ είναι σωστόςΑυτό θα προκαλέσει τον επανασυγχρονισμό όλων των συσκευών.Αυτό θα προκαλέσει τον επανασυγχρονισμό όλων των συσκευών.ΕισιτήριαΙχνηλατώντας την ώραΜορφή ώραςΧρονοσφραγίδα ή άγνωστοTimestamps των επιτυχών συνεδρίων συγχρονισμούΤίτλοςΓια να εξαιρέσετε ένα συγκεκριμένο πεδίο εισαγωγής ή να διορθώσετε μία λάθος αντιστοίχιση επιλέξτε ένα πεδίο τους καταλόγους που ακολουθούν και πατήστε "Διαγραφή ζεύγους".Για να επιλέξετε πολλαπλά πεδία, κρατήστε πατημένο το Control (PC) ή το Command (Mac) πλήκτρο, ενώ επιλέγετε κάθε πεδίο με το ποντίκι σας.ΣήμεραΑύριοΠάνω μέροςΜεταφράσειςTurkish (ISO-8859-9)TweetΕνσωμάτωση TwitterTwitter TimelineTwitter Timeline για %sΤο Twitter δεν έχει ενεργοποιηθεί.Ηλεκτρονική ΔιεύθυνσηΑδύνατη η διαγραφή '%s': %s.Δεν ήταν δυνατή ο ορισμός LikeΔεν είναι δυνατή η επικύρωση του ζητούμενου διακριτικού (token). Παρακαλώ προσπαθήστε ξανά.Μη διαθέσιμοΚατάργηση ΦραγήςΑκύρωση ΑλλαγώνΚατάργηση αγαπημένουΜη ΑρχειοθετημένοUnicode (UTF-8)ΜονάδεςΑγνωστοΞεκλείδωμαΗ ενέργεια δεν υποστηρίζεταιΕνημέρωσηΕνημέρωση %sΕνημέρωση του %s σχήματοςΕνημέρωση όλων των σχημάτων της Βάσης ΔεδομένωνΕνημέρωση όλων των ρυθμίσεωνΕνημέρωση χρήστηΕνημερώθηκε "%s".Το σχήμα ενημερώθηκε για %s.ΑποστολήΑποστολή όλων των αρχείων ρυθμίσεων στον εξυπηρετητή.Χρήση των προεπιλεγμένων ρυθμίσεωνΧρησιμοποιείται αν το όνομα/κωδικός είναι διαφορετικά.ΧρήστηςΔιαχείριση ΧρηστώνAgent του ΧρήστηΌνομα ΧρήστηΕγγραφή ΧρήστηΗ εγγραφή χρήστη έχει απενεργοποιηθεί γι' αυτό το site.Η εγγραφή χρήστη έχει απενεργοποιηθεί γι' αυτό το site.Ο λογαριασμός χρήστη δεν βρέθηκεΕπιλέξτε χρήστη για προσθήκηΌνομα ΧρήστηΧρήστεςΧρήστες στο Σύστημα:Επαλήθευση ΑΦΜΑριθμός επαλήθευσης ΑΦΜ:ΑΦΜΈκδοσηΈλεγχος ΈκδοσηςΈλεγχος ΈκδοσηςVietnamese (VISCII)Εμφάνιση εξωτερικής ιστοσελίδαςΟρατότηταΠροειδοποίησηΠροειδοποίηση: Το πλήκτρο Caps Lock είναι ενεργό;!ΚαιρόςΤα δεδομένα για τον καιρό παρέχονται από:Δικτυακός τόποςΠεριηγητήςΚαλωσήλθατεΚαλωσήλθατε, %sWestern (ISO-8859-1)Western (ISO-8859-15)Ποιά εφαρμογή θα εμφανίζει το %s αφού συνδεθείτε στην υπηρεσία;Πάνω σε τι εργάζεσαι αυτή τη στιγμή;Ποιός είναι ο διαχωριστικός χαρακτήρας;Ποιός είναι ο χαρακτήρας εισαγωγικών;Ποια μέρα θα θέλατε να εμφανίζεται ως η πρώτη ημέρα της εβδομάδας;Ποιές ΦάσειςΠλάτος του %s Μενού στα αριστερά:ΒίκιΑνεμος:Ένταση ανέμου σε κόμβουςΑνεμος:ΔιαγραφήΗ εκκαθάριση είναι σε εκκρεμότηταΣοφίαΜε ΕργασίαX-RefΕΕΝαι, ΣυμφωνώΣε σας και σε άλλο %d άτομο αρέσει αυτόΣε σας και σε άλλα %d άτομα αρέσει αυτόΔεν έχετε το δικαίωμα να προσθέτετε ομάδες.Δεν έχετε το δικαίωμα να προσθέσετε διαμοιραζόμενα.Δεν έχετε το δικαίωμα να αλλάζετε τις ομάδες.Δεν έχετε το δικαίωμα να αλλάζετε τα διαμοιραζόμενα.Δεν έχετε το δικαίωμα να διαγράψετε ομάδες.Δεν έχετε το δικαίωμα να διαγράφετε διαμοιραζόμενα.Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους διαμοιρασμούς των ομάδων.Δεν έχετε το δικαίωμα προβολής των δικαιωμάτων των διαμοιραζόμενων.Δεν έχετε το δικαίωμα προβολής των διαμοιραζόμενων σε λίστα.Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους χρήστες των ομάδων.Δεν έχετε το δικαίωμα να προβάλετε τη λίστα με τους διαμοιρασμούς των χρηστών.Δεν έχει συνδεθεί στο λογαριασμός σας στο Facebook. Θα πρέπει να ελέγξτε τις ρυθμίσεις σας για το Facebook στο: %s.Μπορείτε να ελέγξετε τις ρυθμίσεις σας για το Facebook στο :%s σας.Δεν συμφωνήσατε στους Όρους Χρήσης, συνεπώς δεν σας επιτρέπεται να εισέλθετε στο σύστημα.Έχετε αποσυνδεθεί.Αρνηθήκατε τις απαιτούμενες άδειες.Δεν έχει συνδεθεί σωστά ο λογαριασμός σας στο Twitter με το Webmail. Ελέγξτε τις ρυθμίσεις για το Twitter στο: %sΣας αρέσειΠρέπει να περιγράψετε το πρόβλημα πριν στείλετε αναφορά για αυτό.Πρέπει να ορίσετε ένα όνομα χρήστη για διαγραφή.Πρέπει να ορίσετε ένα όνομα χρήστη για διαγραφή.Πρέπει να ορίσετε ένα όνομα χρήστη για προσθήκη.Πρέπει να ορίσετε ένα όνομα χρήστη για ενημέρωση.Η Ηλεκτρονική σας ΔιεύθυνσηΟι Πληροφορίες σαςΗ Internet διεύθυνσή σας άλλαξε από την έναρξη της συνεδρίας σας. Για την προστασία της ασφάλειας πρέπει να ξανασυνδεθείτε.Το όνομά σαςΤο σύστημα πιστοποίησης ταυτότητας δεν υποστηρίζει προσθήκη χρηστών. Εάν επιθυμείτε να χρησιμοποιήσετε Horde για τη διαχείριση λογαριασμών χρηστών, πρέπει να χρησιμοποιήσετε ένα διαφορετικό backend πιστοποίησης ταυτότητας.Το σύστημα αυθεντικοποίησης δεν υποστηρίζει λίστα χρηστών, ή η λειτουργία αυτή έχει απενεργοποιηθεί για κάποιο λόγο.Ο Browser σας φαίνεται να έχει αλλάξει από την έναρξη της %s σύνδεσής σας. Για την προστασία της ασφάλειας, θα πρέπει να ξανασυνδεθείτε.Ο Browser σας δεν υποστηρίζει αυτή τη λειτουργία.Η τρέχουσα ζώνη ώρας:Το πλήρες όνομά σας:Η σύνδεσή σας έχει λήξει.Ο νέος σας κωδικός για %s είναι: %sΟ κωδικός σας άλλαξεΟ κωδικός σας έχει επαναφερθεί, αλλά δεν ήταν δυνατή η αποστολή τους προς εσάς. Παρακαλώ επικοινωνήστε με τον διαχειριστή.Ο κωδικός σας άλλαξε, ελέγξτε τα μηνύματά σας και κάντε είσοδο με το νέο σας κωδικό.Ο κωδικός σας άλλαξε επιτυχώς. Θα χρειαστεί να συνδεθείτε ξανά με το νέο σας κωδικό.Ο κωδικός σας έχει λήξειΟ κωδικός σας έχει λήξει.Η σύνδεση σας διακόπηκε. Παρακαλώ δοκιμάστε να ξανασυνδεθείτε.Η σύνδεση σας ξεπέρασε τον μέγιστο επιτρεπόμενο χρόνο. Παρακαλώ δοκιμάστε να ξανασυνδεθείτε.Εύθυμος[Αναφορά Προβλήματος]ΥπενθυμίσειςΓραμμή εντολώνΡυθμίσειςΟμάδεςΚλειδώματαΕξουσιοδοτήσειςΧρήστεςσυνημμένοηρεμίααπό το %s (%s) στις %s %sριπέςενσωματωμένοεπιλογέςεμφάνιση διαφορώνΓράψτε τον κωδικό δύο φορές για επιβεβαίωσηενοποιημέναtmpIMUtxu/horde-5.2.17/locale/bs/0000755000175000017500000000000013162206570016342 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/bs/LC_MESSAGES/0000755000175000017500000000000013162206570020127 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/bs/LC_MESSAGES/horde.po0000644000175000017500000026306613160205253021600 0ustar mathieumathieu# translation of horde-bs.po to Bosnian # Bosnian translations for imp package. # Copyright 2003-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the imp package. # Automatically generated, 2003. # Alen Sarkinovic , 2004. # Vedran Ljubovic , 2005. # msgid "" msgstr "" "Project-Id-Version: horde-bs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2005-07-01 13:31+0200\n" "Last-Translator: Vedran Ljubovic \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " u " #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" je uspesno dodan u adresar" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s i %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s minuta" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s za %s od %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Napomena" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Vrati staru konfiguraciju" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s Servisne operacije - potvrda" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s uslovi ugovora" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s u %s %s" #: services/logintasks.php:63 #, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "%s nije pronađen." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, fuzzy, php-format msgid ", gusting %s %s" msgstr "%s u %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12-satni format" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24-satni format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 sata" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "Kopiraj" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 #, fuzzy msgid "AM Rain" msgstr "Upozorenje" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Vaše informacije" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "Šifra korisničkog naloga" #: admin/activesync.php:126 msgid "Actions" msgstr "Akcije" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "%s administracija" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Dodaj" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Dodaj ovdje:" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Članovi" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Dodaj novog korisnika:" #: admin/user.php:21 msgid "Add a new user:" msgstr "Dodaj novog korisnika:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Dodaj novog korisnika:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "" #: admin/user.php:22 #, fuzzy msgid "Add user" msgstr "Dodaj ovdje:" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 #, fuzzy msgid "Address" msgstr "Od adrese" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Imenik" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 msgid "Alarms" msgstr "" #: lib/Block/fortune.php:94 msgid "All" msgstr "Sve" #: templates/shares/edit.inc:58 #, fuzzy msgid "All Authenticated Users" msgstr "Usmjerenje nije uspelo." #: admin/groups.php:26 admin/groups.php:244 #, fuzzy msgid "All Groups" msgstr "_Grupe" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Alternativni IMSP login" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Alternativna IMSP šifra" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Alternativno IMSP korisničko ime" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "Došlo je do fatalne greške" #: services/resetpassword.php:48 #, fuzzy msgid "Answer" msgstr "Odgovorene" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 #, fuzzy msgid "Application" msgstr "Akcija" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "Akcija" #: util/icon_browser.php:45 #, fuzzy msgid "Application List" msgstr "Akcija" #: admin/config/index.php:160 #, fuzzy msgid "Application is ready." msgstr "Akcija" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Da li ste sigurni da želite obrisati ove poruke?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Da li ste sigurni da želite isprazniti folder korpa?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Da li ste sigurni da želite obrisati ove poruke?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Usmjerenje nije uspelo." #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 #, fuzzy msgid "Available fields:" msgstr "Na raspolaganju su sljedeći imenici:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Baltički (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Vrsta bloka" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Novi mjesec" #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "Lokalne postavke i vrijeme" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Zabilješke" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Oba" #: themes/brown/info.php:2 #, fuzzy msgid "Brown" msgstr "Bocvana" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Kalendar" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "Odustani" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Odustani" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Odustani od prijave problema" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Odustani" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Kategorije i oznake" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Keltski (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Centralno-evropski (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Promjeni" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Password" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Promijenite ime i adresu koje vide drugi kada čitaju i odgovaraju na vaše " "poruke." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "Čile" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "Kina" #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "Čile" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Kineski pojednostavljeni (GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Kineski tradicionalni (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Izaberite šifru" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Izaberite kako se prikazuje datum:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Izaberite kako se prikazuje datum:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Izaberite kako se prikazuje datum:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Očisti" #: admin/sqlshell.php:109 #, fuzzy msgid "Clear Query" msgstr "Očisti" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 #, fuzzy msgid "Clear user" msgstr "Očisti" #: templates/admin/user/list.inc:37 #, fuzzy msgid "Clear user data" msgstr "Odaberi kodni raspored slova:" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "" #: lib/Block/metar.php:239 #, fuzzy msgid "Clouds" msgstr "Kopiraj" #: lib/Block/weatherdotcom_strings.php:22 #, fuzzy msgid "Clouds Early" msgstr "Kopiraj" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Ispravljen tekst" #: lib/Block/weatherdotcom_strings.php:24 #, fuzzy msgid "Cloudy" msgstr "Kopiraj" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Skupi folder" #: templates/sidebar/sidebar.inc:3 #, fuzzy msgid "Collapse Sidebar" msgstr "Skupi folder" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Kompanija" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 #, fuzzy msgid "Computers" msgstr "Nova poruka" #: lib/Block/weatherdotcom.php:300 #, fuzzy msgid "Condition" msgstr "Opcije naredbe:" #: lib/Block/metar.php:244 #, fuzzy msgid "Conditions" msgstr "Opcije naredbe:" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Vrati staru konfiguraciju" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "Password" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 #, fuzzy msgid "Cookie" msgstr "Nova poruka" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "" #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Ne mogu se spojiti na IMAP server: %s" #: admin/config/index.php:27 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Ne mogu se spojiti na IMAP server: %s" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: admin/config/index.php:41 #, fuzzy, php-format msgid "Could not save a backup configuation: %s" msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: admin/config/config.php:53 #, fuzzy, php-format msgid "Could not save the backup configuration file %s." msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: lib/Block/vatid.php:91 #, fuzzy msgid "Country" msgstr "Nova poruka" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Kreiraj" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Default identitet" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "Ispravljen tekst" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Ispravljen tekst" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "Ispravljen tekst" #: lib/Block/time.php:3 lib/Block/time.php:36 #, fuzzy msgid "Current Time" msgstr "Ispravljen tekst" #: lib/Block/metar.php:31 #, fuzzy msgid "Current Weather" msgstr "Ispravljen tekst" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "Datum" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "_DataTree" #: admin/datatree.php:59 #, fuzzy msgid "DataTree Browser" msgstr "_DataTree" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Datum" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:23 #, fuzzy msgid "Date Received" msgstr "Primljena na" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "Maj" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "Standardno" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Standardna boja" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Standardno" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Definicije" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Obriši" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Obriši" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "Obriši" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Nije bilo moguce obrisati poruke od %s: %s" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Opišite probleme u radu sa webmailom" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Prethodna strana" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Ime datoteke" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "Ime foldera \"%s\" je uspješno promjenjeno u \"%s\"." #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "Zadnja strana" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Prikaži vrijeme u 24-satnom formatu?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Prikaži prognozu (TAF)" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Prikaži prognozu (TAF)" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Prikaži prognozu (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Undelete" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Undelete" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Nijedan" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Download %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "Isprazni folder korpa" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Izmijeni" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Izmijeni" #: admin/groups.php:214 #, fuzzy msgid "Edit Group" msgstr "Obriši" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "Izmijeni dozvole za %s" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Izmijeni dozvole" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Izmijeni dozvole za %s" #: lib/Block/fortune.php:42 #, fuzzy msgid "Education" msgstr "Akcija" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Email adresa" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Greška" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Ova poruka je prijavljena kao spam poruka administratoru sistema." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "Etnički" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Svakih 15 minuta" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Svakih 2 minute" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Svakih 30 sekundi" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Svakih 5 minuta" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Svakih pola sata" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Svakih pola sata" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Svaki minut" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Vrijednosti primjeri:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 #, fuzzy msgid "Expand" msgstr "Proširi sve" #: lib/Block/iframe.php:29 #, fuzzy msgid "Extra Large" msgstr "Sljedeća stranica" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 #, fuzzy msgid "Fair" msgstr "Od" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Od adrese" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 #, fuzzy msgid "File Manager" msgstr "Ime datoteke" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Filteri" #: config/registry.php.dist:93 msgid "Filters" msgstr "Filteri" #: lib/Block/moon.php:164 #, fuzzy msgid "First Half" msgstr "Prva Strana" #: lib/Block/moon.php:72 lib/Block/moon.php:74 #, fuzzy msgid "First Quarter" msgstr "Prva Strana" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 #, fuzzy msgid "Forecast (TAF)" msgstr "Prikaži prognozu (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 #, fuzzy msgid "Forgot your password?" msgstr "Izaberite šifru" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "Folderi" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Folderi" #: lib/Block/fortune.php:46 #, fuzzy msgid "Fortunes 2" msgstr "Folderi" #: config/registry.php.dist:376 #, fuzzy msgid "Forums" msgstr "Folderi" #: config/registry.php.dist:113 #, fuzzy msgid "Forwards" msgstr "Proslijedi" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 #, fuzzy msgid "From the " msgstr "Od" #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Detaljan opis" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Ime" #: admin/config/config.php:31 #, fuzzy, php-format msgid "Generate %s Configuration" msgstr "Vrati staru konfiguraciju" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Kreni" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Google pretraga" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Grčki (ISO-8859-7)" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "Tok teme" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 #, fuzzy msgid "Group Administration" msgstr "%s administracija" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 #, fuzzy msgid "Groups" msgstr "_Grupe" #: templates/shares/edit.inc:93 #, fuzzy msgid "Guest Permissions" msgstr "Izmijeni dozvole" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrejski (ISO-8859-8-I)" #: lib/Block/iframe.php:24 #, fuzzy msgid "Height" msgstr "Noć" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Pomoć" #: services/help/index.php:70 msgid "Help _Topics" msgstr "" #: lib/Block/moon.php:27 #, fuzzy msgid "Hemisphere" msgstr "Pomoć" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "Honduras" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Rezultati pretrage" #: lib/Block/weatherdotcom_strings.php:100 #, fuzzy msgid "High" msgstr "Noć" #: lib/Block/account.php:73 #, fuzzy msgid "Home Directory" msgstr "Direktorij" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Samo ikone" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikone za %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Ikone sa tekstom" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Ime identiteta:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "Personalne informacije" #: lib/Block/weatherdotcom.php:332 #, fuzzy msgid "Information no longer available." msgstr "Nema dostupnih opcija." #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Nedozvoljena slova u email adresi." #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "Nedozvoljena slova u email adresi." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom.php:180 #, fuzzy msgid "Invalid license key." msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "Nedozvoljena slova u email adresi." #: admin/perms/addchild.php:23 #, fuzzy msgid "Invalid parent permission." msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom.php:178 #, fuzzy msgid "Invalid product code." msgstr "Nedozvoljena slova u email adresi." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "Japanski (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Jezik" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Jezik" #: lib/Block/moon.php:167 #, fuzzy msgid "Last Half" msgstr "Prva Strana" #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "Password" #: lib/Block/moon.php:84 lib/Block/moon.php:86 #, fuzzy msgid "Last Quarter" msgstr "Prva Strana" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Lokalne postavke i vrijeme" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "Zadnja izmjena:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Zadnja prijava: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Zadnja prijava: %s sa adrese: %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Zadnja prijava: Nikad" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Lesoto" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Kalendar" #: lib/Block/fortune.php:51 msgid "Law" msgstr "Zakon" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Prijavi se" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "Linkovi" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "Liberija" #: lib/Block/fortune.php:53 #, fuzzy msgid "Linux Cookie" msgstr "Nova poruka" #: admin/sqlshell.php:113 #, fuzzy msgid "List Tables" msgstr "Zadnja strana" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Usmjerenje nije uspelo." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 #, fuzzy msgid "Literature" msgstr "Vaš potpis:" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "Lokalno vrijeme: " #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Lokalne postavke i vrijeme" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Lokacija" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Prijavi se" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Prijavi se" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Prijava nije uspjela. Najverovatnije je pogrešno uneseno korisničko ime ili " "šifra." #: login.php:282 msgid "Login failed." msgstr "Prijava nije uspjela." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 #, fuzzy msgid "Love" msgstr "Nastavi" #: lib/Block/weatherdotcom_strings.php:98 #, fuzzy msgid "Low" msgstr "Zakon" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "Mart" #: config/registry.php.dist:85 #, fuzzy msgid "Mail" msgstr "Sanduce" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Napravite kategorije stavki i za svaku od njih odredite odgovarajuću boju." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Odgovarajuća polja" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 #, fuzzy msgid "Medicine" msgstr "Obrisana" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Članovi" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Vrsta menija:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 #, fuzzy msgid "Metar block not available." msgstr "Nema dostupnih opcija." #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Ova poruka je prijavljena kao spam poruka administratoru sistema." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Tijelo" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 #, fuzzy msgid "Mostly Cloudy" msgstr "Kopiraj" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 #, fuzzy msgid "My Account" msgstr "Računovodstvo" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Vaše informacije" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 #, fuzzy msgid "My Portal" msgstr "Raspored mog portala" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "Raspored mog portala" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Ime" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Nikada" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nova kategorija" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Poruka" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "Novi mjesec" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Novo korisničko ime (nije obavezno)" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Šifra" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Novosti" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Dalje" #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "Sljedeća faza" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "Noć" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Promjeni" #: util/icon_browser.php:83 #, fuzzy msgid "No icons found." msgstr "%s nije pronađen." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Nijedan folder nije specificiran" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "nikakav tekst nije specificiran" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Nijedan" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "Nordijski (ISO-8859-10)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "Izmijeni dozvolu" #: config/registry.php.dist:211 #, fuzzy msgid "Notes" msgstr "Nijedna" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 #, fuzzy msgid "Object Creator" msgstr "Tema" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Šifra" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "Password" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "Operativni sistem" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Izaberite korisničko ime" #: config/registry.php.dist:135 #, fuzzy msgid "Organizing" msgstr "Upozorenje" #: services/keyboard.php:124 msgid "Other" msgstr "Ostalo" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Ostale informacije" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "Ostalo" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Kopiraj" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "Upozorenje" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 #, fuzzy msgid "Partly Cloudy" msgstr "Kopiraj" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Šifra" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "Password" #: admin/user.php:168 admin/user.php:220 #, fuzzy msgid "Passwords must match." msgstr "Email adresa" #: admin/sqlshell.php:100 #, fuzzy msgid "Paste" msgstr "Datum" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 msgid "People" msgstr "Ljudi" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Zadaci prijave" #: admin/perms/delete.php:42 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "Dozvole za" #: admin/perms/index.php:23 #, fuzzy msgid "Permissions" msgstr "_Dozvole" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Administracija dozvola (privilegija)" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Lične informacije" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Molim te popravi dvosmislene odnosno invalidne adrese." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Molim te popravi dvosmislene odnosno invalidne adrese." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Molimo dajte kratak opis vašeg problema sa webmailom." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s i %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Datum" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "Password" #: services/problem.php:145 msgid "Problem Description" msgstr "Opis problema" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Dozvole" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "Upozorenje" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 #, fuzzy msgid "Read" msgstr "Ne pročitane" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Čitanje poruka" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "Ažuriraj dinamičke elemente menija:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Ažuriraj početnu stranicu:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Ažuriraj početnu stranicu:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 #, fuzzy msgid "Remarks" msgstr "Zabilješke" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Ukloni odabrani" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Udaljeni serveri" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "Udaljeni URL (http://www.example.com/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 #, fuzzy msgid "Remove" msgstr "Nastavi" #: templates/data/csvmap.inc:118 #, fuzzy msgid "Remove pair" msgstr "pomjeri više" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "izbaci izvor" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "izbaci izvor" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Odgovori:" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Poništi" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Password" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Password" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 #, fuzzy msgid "Results" msgstr "Rezultati pretrage" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Rezultati pretrage" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Nazad na opcije" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Poništi" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Retype new password" msgstr "Password" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "Vrati staru konfiguraciju" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 #, fuzzy msgid "Run" msgstr "Reunion" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 #, fuzzy msgid "Save" msgstr "Sačuvaj kao" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Sačuvaj kao" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Traži" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Traži" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Traži" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Odaberi kodni raspored slova:" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Odaberi none" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Izaberite server" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Odaberi kodni raspored slova:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Odaberi kodni raspored slova:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 #, fuzzy msgid "Select the date delimiter:" msgstr "Odaberi kodni raspored slova:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 #, fuzzy msgid "Select the date format:" msgstr "Odaberi kodni raspored slova:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Odaberi kodni raspored slova:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Odaberi kodni raspored slova:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 #, fuzzy msgid "Select the time format:" msgstr "Odaberi kodni raspored slova:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Izaberite šemu boja." #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Izaberite željeni jezik:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Pošalji prijavu problema" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "Senzor: " #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Obriši" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "Nema dostupnih opcija." #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Administracija dozvola (privilegija)" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "_Dozvole" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Podesite opcije koje vam omogućuju da poništite šifru ako je zaboravite." #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" "Podesite udaljene servere kojima želite pristupiti putem vašeg portala." #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Odaberite željeni jezik, vremensku zonu i postavke za datum." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Podesite startnu komponentu, šemu boja, osvježavanje stranice i druge opcije " "koje se tiču prikaza." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Kratak opis" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "Da li definisati pristupne tipke za linkove?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Prikaži" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "Prikaži vrijeme zadnje prijave nakon logiranja?" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Prikaži %s meni lijevo?" #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Showers" msgstr "Prikaži" #: lib/Block/weatherdotcom_strings.php:75 #, fuzzy msgid "Showers Early" msgstr "Kratak opis" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Zadaci prijave" #: lib/Block/iframe.php:26 msgid "Small" msgstr "" #: lib/Block/weatherdotcom_strings.php:78 #, fuzzy msgid "Snow" msgstr "Prikaži" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 #, fuzzy msgid "Snow depth: " msgstr " Tema: " #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "Južno-evropski (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 #, fuzzy msgid "Special Character Input" msgstr "Specijalni karakteri" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "Kalendar" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "%s nije pronađen." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Uspješno" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" je uspesno dodan u adresar" #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "\"%s\" je uspesno dodan u adresar" #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Ime foldera \"%s\" je uspješno promjenjeno u \"%s\"." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" je uspesno dodan u adresar" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Ime foldera \"%s\" je uspješno promjenjeno u \"%s\"." #: admin/config/config.php:60 admin/config/index.php:47 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "Ime foldera \"%s\" je uspješno promjenjeno u \"%s\"." #: lib/Block/sunrise.php:63 #, fuzzy msgid "Sun Rise" msgstr "Tema" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "Tema" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Username" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "Tema" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 #, fuzzy msgid "Sunrise/Sunset" msgstr "Tema" #: lib/Block/weatherdotcom.php:219 #, fuzzy msgid "Sunrise: " msgstr " Tema: " #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "Tema" #: lib/Block/weatherdotcom.php:222 #, fuzzy msgid "Sunset: " msgstr " Tema: " #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Prikaži" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 #, fuzzy msgid "T-Storms" msgstr "Od" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Kopiraj" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 #, fuzzy msgid "Tasks" msgstr "Login zadaci" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Nova pošta" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Desila se greška tokom prikaza ovog dijela poruke" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Sljedeca strana" #: config/prefs.php.dist:544 #, fuzzy msgid "Text Only" msgstr "Tekst" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Identitet \"%s\" je obrisan." #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "Identitet \"%s\" je obrisan." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Identitet \"%s\" je sačuvan." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, fuzzy, php-format msgid "The server \"%s\" has been deleted." msgstr "Identitet \"%s\" je obrisan." #: lib/Prefs/Ui.php:676 #, fuzzy, php-format msgid "The server \"%s\" has been saved." msgstr "Identitet \"%s\" je sačuvan." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Identitet \"%s\" je sačuvan." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Identitet \"%s\" je sačuvan." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "%s već postoji." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "Identitet \"%s\" je obrisan." #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 #, fuzzy msgid "The weather.com block is not available." msgstr "Nema dostupnih opcija." #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Desila se greška tokom slanja poruke: %s" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Desila se greška tokom slanja poruke: %s" #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Desila se greška tokom slanja poruke: %s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Desila se greška tokom čitanja odabrane poruke." #: admin/config/config.php:70 #, fuzzy msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "Desila se greška tokom čitanja odabrane poruke." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Desila se greška tokom čitanja odabrane poruke." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 #, fuzzy msgid "Time format" msgstr "Vremenska zona" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 #, fuzzy msgid "Title" msgstr "Vremenska zona" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 #, fuzzy msgid "Today" msgstr "Tijelo" #: lib/Block/weatherdotcom.php:315 #, fuzzy msgid "Tomorrow" msgstr " (sutra)" #: lib/Block/fortune.php:70 #, fuzzy msgid "Translations" msgstr "Akcija" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "Turski (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Tekst" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Ostale informacije" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "Izmijeni dozvole za %s" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Poništi izmjene" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Nekategorisano" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unikod (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 #, fuzzy msgid "Update" msgstr "Datum" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "Datum" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Datum" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Datum" #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "Koristite ovo ako se ime/šifra razlikuju za IMSP server." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Username" #: admin/user.php:224 #, fuzzy msgid "User Administration" msgstr "%s administracija" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Username" #: signup.php:67 msgid "User Registration" msgstr "Registracija korisnika" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/account.php:561 #, fuzzy msgid "User account not found" msgstr "%s nije pronađen." #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Odaberi kodni raspored slova:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Korisničko ime" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "Username" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Username" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "Novembar" #: config/registry.php.dist:122 #, fuzzy msgid "Vacation" msgstr "Akcija" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 #, fuzzy msgid "Version Control" msgstr "Lično" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Upozorenje" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Dobro došli" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Dobro došli na %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Dobro došli, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "Zapadni (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "Zapadni (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "Koju komponentu će %s prikazati nakon ulaza?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Prikaži %s meni lijevo?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 #, fuzzy msgid "Wind" msgstr "Traži" #: lib/Block/weatherdotcom_strings.php:96 #, fuzzy msgid "Wind Early" msgstr "Traži" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Traži" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 #, fuzzy msgid "Wind:" msgstr "Traži" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "Traži" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Traži" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 #, fuzzy msgid "Wisdom" msgstr "Traži" #: lib/Block/fortune.php:72 #, fuzzy msgid "Work" msgstr "ili" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "Odjavljivanje je uspješno izvršeno." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Morate odabrati identitet koji želite brisati." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Morate odabrati identitet koji želite brisati." #: admin/user.php:114 #, fuzzy msgid "You must specify a username to remove." msgstr "Morate odabrati identitet koji želite brisati." #: admin/user.php:70 #, fuzzy msgid "You must specify the username to add." msgstr "Morate odabrati identitet koji želite brisati." #: admin/user.php:164 #, fuzzy msgid "You must specify the username to update." msgstr "Morate odabrati identitet koji želite brisati." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Vaša e-mail adresa" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Vaše informacije" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Vaša Internet adresa je promijenjena nakon prijavljivanja na %s. Da bi vaša " "sigurnost bila sačuvana, morate se ponovo prijaviti." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Vaše ime" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Vaša Internet adresa je promijenjena nakon prijavljivanja na %s. Da bi vaša " "sigurnost bila sačuvana, morate se ponovo prijaviti." #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "Vaš browser ne podržava ovu mogućnost." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Trenutna vremenska zona:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Vaše ime i prezime:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Opcije su sačuvane." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "Vaša nova šifra za %s je: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "Vaša šifra je poništena" #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Vaša šifra je poništena, provjerite vaš e-mail i prijavite se sa novom " "šifrom." #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Vaša šifra je poništena, provjerite vaš e-mail i prijavite se sa novom " "šifrom." #: lib/Block/account.php:689 lib/Block/account.php:704 #, fuzzy msgid "Your password has expired" msgstr "Vaša šifra je poništena" #: login.php:178 #, fuzzy msgid "Your password has expired." msgstr "Vaša šifra je poništena" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Vaši udaljeni serveri:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr " %s sesija je istekla. Molimo da se ponovo prijavite." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Prijava problema]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 msgid "_Alarms" msgstr "" #: lib/Api.php:72 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Vrati staru konfiguraciju" #: lib/Api.php:52 msgid "_DataTree" msgstr "_DataTree" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grupe" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Dozvole" #: lib/Api.php:32 msgid "_Users" msgstr "_Korisnici" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, fuzzy, php-format msgid "from the %s (%s) at %s %s" msgstr "%s u %s %s" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr "August" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "none" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Upozorenje" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "Ne pročitane" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "Nekategorisano" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/bs/LC_MESSAGES/horde.mo0000644000175000017500000002267513160205253021574 0ustar mathieumathieu  H I N [ g }          !9Q f q{TKg     %,=M^n ~   !2I R`o G h   &8AHc(x*#)>EUo? -(%-Sq 2% - ;G\/r +.>^Q{   $p0   7> DQhos!   )=SsS|! %0 @K%S%y   - >J` hv|  + >_u{ UK(t } $  1 8 K R $X } 6 %  !,)!V!_!y!!!!!!I! .",:"g"0p""" """##9$#^#u# # #####-#%$@$T$ f$)p$$$$$S%V%n%t%% %%% % %jp *tcPxuU-3z OL9ACF?W}8!X"ri$>\^KD/T2N[]`Iq'b({0Zo+1yYHl 4# .V6k;E_g=G5 Q7|RMaSmw:s%n&hBJv<~ @)f,de at %d %s and %s%s - Notice%s Terms of Agreement%s at %s %s%s not found.12 Hour Format24 Hour Format24 hoursAM/PMAccount PasswordActionsAddAdd Here:Add a new user:Address BookAllAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameBaltic (ISO-8859-13)Block TypeBookmarksBothCalendarCancelCancel Problem ReportCategories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange the name and address that people see when they read and reply to your emails.Chinese Simplified (GB2312)Chinese Traditional (Big5)ClearCreateDateDefaultDefault ColorDefinitionsDeleteDescribe the ProblemDisplay 24-hour times?Display forecast (TAF)Download %sEditEmail AddressErrorEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:FiltersFull DescriptionGoGoogle SearchGreek (ISO-8859-7)Hebrew (ISO-8859-8-I)HelpHordeIcons OnlyIcons for %sIcons with textIdentity's name:Japanese (ISO-2022-JP)LanguageLast Updated:Last login: %sLast login: %s from %sLast login: NeverLawLocal time: Locale and TimeLocationLog inLogin failed because your username or password was entered incorrectly.Login failed.Manage the list of categories you have to label items with, and colors associated with those categories.MembersMenu mode:My Portal LayoutNameNeverNew CategoryNew MoonNew Username (optional)NewsNextNightNoneNordic (ISO-8859-10)Operating SystemOtherOther InformationPasswordPeoplePermissions AdministrationPersonal InformationPlease provide a summary of the problem.Problem DescriptionRefresh Dynamic Menu Elements:Refresh Portal View:Remote ServersRemote URL (http://www.example.com/horde):ResetRevert ConfigurationSearchSelect a serverSelect your color scheme.Select your preferred language:Send Problem ReportSensor: Set up remote servers that you want to access from your portal.Short SummaryShould access keys be defined for most links?ShowShow last login time when logging in?Show the %s Menu on the left?South European (ISO-8859-3)SuccessTurkish (ISO-8859-9)Undo ChangesUnfiledUnicode (UTF-8)Use if name/password is different for IMSP server.User RegistrationUsernameWarningWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?You have been logged out.Your Email AddressYour InformationYour NameYour browser does not support this feature.Your current time zone:Your full name:Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your remote servers:Zippy[Problem Report]_CLI_DataTree_Groups_Permissions_Usersweather.comProject-Id-Version: horde-bs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2005-07-01 13:31+0200 Last-Translator: Vedran Ljubovic Language-Team: Bosnian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.10 u %d %s i %s%s - Napomena%s uslovi ugovora%s u %s %s%s nije pronađen.12-satni format24-satni format24 sataAM/PMŠifra korisničkog nalogaAkcijeDodajDodaj ovdje:Dodaj novog korisnika:ImenikSveAlternativni IMSP loginAlternativna IMSP šifraAlternativno IMSP korisničko imeBaltički (ISO-8859-13)Vrsta blokaZabilješkeObaKalendarOdustaniOdustani od prijave problemaKategorije i oznakeKeltski (ISO-8859-14)Centralno-evropski (ISO-8859-2)PromjeniPromijenite ime i adresu koje vide drugi kada čitaju i odgovaraju na vaše poruke.Kineski pojednostavljeni (GB2312)Kineski tradicionalni (Big5)OčistiKreirajDatumStandardnoStandardna bojaDefinicijeObrišiOpišite probleme u radu sa webmailomPrikaži vrijeme u 24-satnom formatu?Prikaži prognozu (TAF)Download %sIzmijeniEmail adresaGreškaEtničkiSvakih 15 minutaSvakih 2 minuteSvakih 30 sekundiSvakih 5 minutaSvakih pola sataSvaki minutVrijednosti primjeri:FilteriDetaljan opisKreniGoogle pretragaGrčki (ISO-8859-7)Hebrejski (ISO-8859-8-I)PomoćHordeSamo ikoneIkone za %sIkone sa tekstomIme identiteta:Japanski (ISO-2022-JP)JezikZadnja izmjena:Zadnja prijava: %sZadnja prijava: %s sa adrese: %sZadnja prijava: NikadZakonLokalno vrijeme: Lokalne postavke i vrijemeLokacijaPrijavi sePrijava nije uspjela. Najverovatnije je pogrešno uneseno korisničko ime ili šifra.Prijava nije uspjela.Napravite kategorije stavki i za svaku od njih odredite odgovarajuću boju.ČlanoviVrsta menija:Raspored mog portalaImeNikadaNova kategorijaNovi mjesecNovo korisničko ime (nije obavezno)NovostiDaljeNoćNijedanNordijski (ISO-8859-10)Operativni sistemOstaloOstale informacijeŠifraLjudiAdministracija dozvola (privilegija)Lične informacijeMolimo dajte kratak opis vašeg problema sa webmailom.Opis problemaAžuriraj dinamičke elemente menija:Ažuriraj početnu stranicu:Udaljeni serveriUdaljeni URL (http://www.example.com/horde):PoništiVrati staru konfiguracijuTražiIzaberite serverIzaberite šemu boja.Izaberite željeni jezik:Pošalji prijavu problemaSenzor: Podesite udaljene servere kojima želite pristupiti putem vašeg portala.Kratak opisDa li definisati pristupne tipke za linkove?PrikažiPrikaži vrijeme zadnje prijave nakon logiranja?Prikaži %s meni lijevo?Južno-evropski (ISO-8859-3)UspješnoTurski (ISO-8859-9)Poništi izmjeneNekategorisanoUnikod (UTF-8)Koristite ovo ako se ime/šifra razlikuju za IMSP server.Registracija korisnikaKorisničko imeUpozorenjeDobro došliDobro došli na %sDobro došli, %sZapadni (ISO-8859-1)Zapadni (ISO-8859-15)Koju komponentu će %s prikazati nakon ulaza?Odjavljivanje je uspješno izvršeno.Vaša e-mail adresaVaše informacijeVaše imeVaš browser ne podržava ovu mogućnost.Trenutna vremenska zona:Vaše ime i prezime:Vaša nova šifra za %s je: %sVaša šifra je poništenaVaša šifra je poništena, provjerite vaš e-mail i prijavite se sa novom šifrom.Vaši udaljeni serveri:Zippy[Prijava problema]_CLI_DataTree_Grupe_Dozvole_Korisniciweather.comtmpIMUtxu/horde-5.2.17/locale/ca/0000755000175000017500000000000013162206570016321 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ca/help.xml0000644000175000017500000000446713160205253020001 0ustar mathieumathieu La pàgina del portal Aquesta pàgina del portal proporciona un resum de tota la informació important. Per exemple, pot mostrar quants missatges nous té en la safata d'Entrada, esdeveniments imminents de l'agenda, tasques pendents de la llista de tasques, titulars de serveis de notícies seleccionats, etc. Molts d'aquests resums podrán contenir dreceres a activitats usuals tals com la redacció de nous missatges, la creació d'esdeveniments de l'agenda o tasques noves, etc. Els continguts d'aquesta pàgina del portal es poden personalitzar mitjançant el botó Distribució. Per exemple, pot triar qué elements incloure en aquesta pàgina del portal així com l'ordre en el qual es mostrarán. tmpIMUtxu/horde-5.2.17/locale/ca/LC_MESSAGES/0000755000175000017500000000000013162206570020106 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ca/LC_MESSAGES/horde.po0000644000175000017500000032252513160205253021553 0ustar mathieumathieu# Horde Catalan translation. # Copyright 2004-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Jordi Giralt , 2006. # correuUPC , 2015. # msgid "" msgstr "" "Project-Id-Version: Horde 3.05\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2015-03-12 09:37+0100\n" "PO-Revision-Date: 2015-03-16 18:13+0100\n" "Last-Translator: correuUPC \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.7.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" va ser afegit al sistema de grups." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "S'ha afegit '%s' al sistema de llicències." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" no es va crear: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB utilitzats de %.2fMB permesos (%.2f%%)" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s i %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dies fins que la contrasenya caduqui." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minuts" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d persona li agrada" msgstr[1] "%d persones els agrada" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d al %d de %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "previsió per al dia %d" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "Avís - %s" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "Configuració de %s" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Tasques - Confirmació" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "Condicions del contracte %s" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s en %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s pot interactuar amb el teu compte de Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "" "%s no pot assignar missatges d'estat o publicar qualsevol contingut al " "Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s no pot assignar missatges d'estat o publicar qualsevol contingut al " "Facebook." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s no pot assignar missatges d'estat o publicar qualsevol contingut al " "Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s està llest per realitzar les tasques que s'han seleccionat a sota. " "Comprova la caixa per qualsevol operació(ns) que vols realitzar en aquest " "moment" #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", ventós %s %s " #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variable de %s a %s" # #: lib/Application.php:336 msgid "1 Day" msgstr "Proper dia" # #: lib/Application.php:340 msgid "1 Month" msgstr "Mes" # #: lib/Application.php:338 msgid "1 Week" msgstr "Setmana" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "format de 12 hores" # #: lib/Application.php:339 msgid "2 Weeks" msgstr "Setmana" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "format de 24 hores" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 hores" # #: config/prefs.local.20150127.php:491 config/prefs.local.20150127.php:493 #: config/prefs.php:487 config/prefs.php:489 msgid "24-hour format" msgstr "format de 24 hores" # #: lib/Application.php:337 msgid "3 Days" msgstr "Proper dia" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "S'ha solicitat esborrar un dispositiu. El dispositiu s'esborrarà el proper " "cop que s'intenti sincronitzar." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Existeix una nova versió (%s)." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "S'ha iniciat una neteja remota pel dispositiu %s. El dispositu s'esborrarà " "el proper cop que s'intenti sincronitzar." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "_Informació del compte" #: config/prefs.local.20150127.php:330 config/prefs.php:326 msgid "Account Password" msgstr "Contrasenya del compte" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Accions" #: config/prefs.local.20150127.php:740 config/prefs.php:736 #: lib/Application.php:211 msgid "ActiveSync" msgstr "ActiveSync" # #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "Administració de Dispositius ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Dispositius ActiveSync" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync no activat." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Afegeix" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Afegeix Contingut" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Afegeix a continuació:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Afegeix membres" # #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Afegeix un nou grup" #: admin/user.php:26 msgid "Add a new user:" msgstr "Afegeix un nou usuari:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Afegeix un nou usuari:" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Afegeix una parella" #: admin/user.php:27 msgid "Add user" msgstr "Afegeix un usuari" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "S'ha afegit \"%s\" al sistema, però no s'ha pogut afegir més dades sobre " "l'alta: %s" #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "S'ha afegit \"%s\" al sistema. Ara ja pot iniciar la sessió." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "S'ha inhabilitat l'opció d'afegir usuaris." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adreça" #: config/registry.php:134 msgid "Address Book" msgstr "Llibreta d'adreces" # #: lib/Application.php:55 msgid "Administration" msgstr "Administració d'usuaris" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Fi de l'alarma" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Mètodes d'alarma" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Inicia l'alarma" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Text d'alarma" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Títol de l'alarma" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmes" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Les alarmes s'han deshabilitat en la configuració" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Tots" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Tots els usuaris autenticats" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Ressetejades amb èxit totes les polítiques de claus." # #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Eliminat l'estat de tots els teus dispositius. Es resincronitzarant el " "proper cop que es connectin al servidor" #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Esborrades totes les sessions de sincronització." #: lib/Application.php:247 msgid "Allow alphanumeric" msgstr "Permetre alfanumèric" # #: lib/Application.php:248 msgid "Allow any" msgstr "Permetre regles" # #: lib/Application.php:226 msgid "Allow non-provisionable devices" msgstr "Reaprovisionament de tots els dispositius" #: lib/Application.php:246 msgid "Allow only numeric" msgstr "Permetre només numèric" #: config/prefs.local.20150127.php:695 config/prefs.php:691 msgid "Alternate IMSP Login" msgstr "Accés IMSP alternatiu" #: config/prefs.local.20150127.php:712 config/prefs.php:708 msgid "Alternate IMSP Password" msgstr "Contrasenya IMSP alternativa" #: config/prefs.local.20150127.php:706 config/prefs.php:702 msgid "Alternate IMSP Username" msgstr "Nom d'usuari IMSP alternatiu" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Adreça electrònica alternativa" #: services/resetpassword.php:52 msgid "Answer" msgstr "Resposta" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplicació" # #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Context d'aplicació:" #: admin/config/index.php:257 msgid "Application is ready." msgstr "L'aplicació és a punt." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Aprovar" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Aràbic (Windows-1256" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Estàs segur d'esborrar '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Estàs segur de suprimir la sol·licitud d'alta a \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Estàs segur d'esborrar '%s'?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeni (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Art" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "gràfic ASCII" # #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Heu de seleccionar un compte que vulgueu eliminar." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Fitxer annexat" # #: lib/Application.php:270 msgid "Attachment Download" msgstr "Fitxer annexat" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "S'ha intentat suprimir un grup no existent." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "S'ha intentat suprimir una autorització no existent." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "S'ha intentat editar una autorització no existent." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "S'ha intentat editar un recurs compartit no existent." # #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Autenticat a:" # #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autoritza la lectura: " #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Autoritzar l'accés a les dades d'amics" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Autoritza la publicació" # #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Autoritza la lectura: " #: templates/login/login.inc:24 templates/login/smartmobile.html.php:31 #: themes/upc1/templates/login/login.inc:23 msgid "Automatic" msgstr "Automàtic" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Camps disponibles:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Bàltic (ISO-8859-13)" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:33 #: themes/upc1/templates/login/login.inc:25 msgid "Basic" msgstr "Bàsic" # #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Tipus de bloc" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Paràmetres del bloc" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipus de bloc" # #: lib/Application.php:303 msgid "Bluetooth" msgstr "Lluna blava" #: config/registry.php:185 msgid "Bookmarks" msgstr "Marcadors" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Ambdós" #: config/prefs.local.20150127.php:756 config/prefs.php:752 msgid "Bottom" msgstr "A baix" # #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Navegador:" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Heartbeat en memòria cau (segons)" #: config/registry.php:120 msgid "Calendar" msgstr "Agenda" #: lib/Application.php:291 msgid "Camera" msgstr "Camèra" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Cancel·la" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Cancel·la l'informe de problemes." #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Cancel·la la neteja" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "És impossible reiniciar la contrasenya automàticament, posa't en contacte " "amb l'administrador." #: config/prefs.local.20150127.php:515 config/prefs.php:511 msgid "Categories and Labels" msgstr "Categories i etiquetes" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Cèltic (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Europa central (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Desfés" # #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Sentit de classificació." #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Canvia la contrasenya" # #: config/prefs.local.20150127.php:264 config/prefs.php:264 msgid "Change your personal information." msgstr "Canviar opcions de classificació d'arxius." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "La configuració actual no suporta el canvi de contrasenyes. Posa't en " "contacte amb l'administrador del sistema. " #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Comprova" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Comprova noves versions" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Comprovant" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Xinès simplificat (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Xinès tradicional (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Tria %s" #: config/prefs.local.20150127.php:483 config/prefs.php:479 msgid "Choose how to display dates (abbreviated format):" msgstr "Tria com vols visualitzar les dates (format abreviat):" #: config/prefs.local.20150127.php:459 config/prefs.php:455 msgid "Choose how to display dates (full format):" msgstr "Tria com vols visualitzar les dates (format complert):" #: config/prefs.local.20150127.php:496 config/prefs.php:492 msgid "Choose how to display times:" msgstr "Tria com vols visualitzar el temps:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Classe" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Buida la consulta" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Esborra l'usuari: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Esborra l'usuari" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Esborra les dades de l'usuari" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Clica a una de les llibretes d'adreces seleccionades i selecciona tots els " "camps de cerca." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Premi per continuar" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Àncora de client" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Tanca la finestra" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Núvols" #: lib/Application.php:263 msgid "Codeword frequency" msgstr "Freqüència de codis" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Redueix" # #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "ID de la col·lecció" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Selector de color" #: config/registry.php:249 msgid "Comics" msgstr "Còmics" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Ordre" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Consola" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Comentaris: %d" # #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "El vostre nom" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Ordinadors" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Condició" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Condicions" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Configuració" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Diferències de configuració" #: config/prefs.local.20150127.php:722 config/prefs.php:718 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Configuració per sincronitzar amb PDAs, Smartphones i Outlook." #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "La configuració no està actualitzada." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Hi ha disponibles seqüències d'actualització de la configuració" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Configura %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Confirmar la contrasenya" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Continuar" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Galeta" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "No s'ha pogut connectar al servidor \"%s\" mitjançant FTP: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "No s'ha pogut connectar al servidor. Prova-ho després." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" "No s'ha pogut esborrar la seqüència d'actualització instal·lada \"%s\"." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "No s'ha pogut trobar una autorització perquè \"%s\" s'interactuï amb el se " "compte de Facebook. Això vol dir que bé no ha autoritzat encara que la seva " "compte de Facebook interactuï amb \"%s\", o que l'autorització ha caducat i " "precisa ser renovada " #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "No s'ha trobat autorització per %s perquè interaccioni amb el teu compte a " "Twitter." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "No s'ha pogut reiniciar la contrasenya per a l'usuari sol·licitat. Alguns " "detalls o tots no són correctes. Tornar-ho a intentar o, per a més " "informació, posa't en contacte amb l'administrador del sistema." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "No s'ha pogut restaurar la configuració." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "No s'ha pogut desar una configuració de seguretat: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" "No s'ha pogut desar la seqüència d'actualització instal·lada en: \"%s\"." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "No s'ha pogut desar l'arxiu de configuració %s. Pots utilitzar una de les " "opcions per tornar a desar el codi." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "No s'ha pogut desar l'arxiu de configuració %s. Pots utilitzar una de les " "opcions per tornar a desar el codi en %s o bé copiar manualment el codi " "següent en %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "No s'ha pogut escriure la configuració per \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "País" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Crear" #: templates/prefs/identityselect.html:26 #: templates/prefs/identityselect.orig.html:26 msgid "Create New Identity" msgstr "Crea una nova identitat" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "4 fases actuals" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Alarmes Actuals" # #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Actual" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Sessions Actuals" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Temps actual" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Temps actual" # #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Condició actual:" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Ciríl·lic (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Ciríl·lic (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Ciríl·lic/Ucraïnès (KOI8-U)" # #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "La contrasenya antiga no és correcta." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Dades" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Base de dades" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "No s'han trobat els fitxers de migració de la base de dades. Si us plau, " "reviseu la configuració del directori de dades PEAR." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "S'ha rebut la data" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; hora: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Dia" #: config/prefs.local.20150127.php:387 config/prefs.local.20150127.php:408 #: config/prefs.local.20150127.php:421 config/prefs.local.20150127.php:490 #: config/prefs.php:383 config/prefs.php:404 config/prefs.php:417 #: config/prefs.php:486 themes/default/info.php:2 msgid "Default" msgstr "Predeterminat" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Color predeterminat" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Intèrpret per defecte" # #: config/prefs.local.20150127.php:411 config/prefs.php:407 msgid "Default charset for sending e-mail messages:" msgstr "El vostre métode de xifratge predeterminat per enviar missatges:" #: config/prefs.local.20150127.php:301 config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Ubicació per omissió utilitzada per a les opcions que ho necessitin." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definicions" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 #: templates/prefs/identityselect.orig.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Suprimir" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Suprimeix \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Esborra tota les meves dades SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Suprimir grup" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "S'ha suprimit la seqüència d'actualització instal·lada \"%s\"." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Esborrades totes les sessions de sincronització pel dispositiu \"%s\" i base " "de dades \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Descriviu el problema" #: config/registry.php:209 msgid "Development" msgstr "Desenvolupament" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Dispositiu" # #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID del dispositiu" # #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Informació" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Gestor de dispositius" # #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Dispositiu" # #: lib/Application.php:323 msgid "Device encryption" msgstr "Sense xifratge" # #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "El dispositiu s'esborra" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "El dispositiu s'ha netejat. Elimineu l'estat del dispositiu per permetre " "tornar a connectar." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Dispositiu esborrat satisfactòriament" #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "S'ha cancel·lat satisfactòriament l'esborrat del dispositiu." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Punt de rosada" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Punt de rosada de la darrera hora:" # #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Punt de rosada: " #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Desactivat" #: lib/Application.php:227 msgid "Disable (not recommended)" msgstr "Desactivat (desaconsellat)" #: config/prefs.local.20150127.php:429 config/prefs.php:425 msgid "Display 24-hour times?" msgstr "Vols visualitzar-ho en format de 24 hores?" #: config/prefs.local.20150127.php:540 config/prefs.php:536 msgid "Display Preferences" msgstr "Visualitza les preferències" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Visualitza el pronòstic detallat" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Mostra la previsió (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "La primera fila conté els noms dels camps? En cas afirmatiu, activa aquesta " "casella:" #: templates/login/login.inc:83 themes/upc1/templates/login/login.inc:80 msgid "Don't have an account? Sign up." msgstr "No disposa de compte? Sol·liciti-la. " #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "Descarregar %s" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Descarregar la configuració generada com una seqüència PHP." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogues" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:34 #: themes/upc1/templates/login/login.inc:26 msgid "Dynamic" msgstr "Dinàmic" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Nombre d'Identificació Fiscal d'EU (VAT)" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Edita" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Edita \"%s\"." #: templates/prefs/app.html:6 templates/prefs/app.orig.html:6 msgid "Edit Preferences for" msgstr "Edita les Preferències per" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Edita permisos" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Edita els permisos per \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Educació" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Adreça electrònica" # #: lib/Application.php:225 msgid "Enable" msgstr "Activat" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Hora de finalització" #: lib/Block/Weather.php:92 msgid "English" msgstr "Anglès" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Introdueix un nom per la nova categoria:" #: config/prefs.local.20150127.php:350 config/prefs.php:346 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Introduïu una pregunta de seguretat que se us formularà si us cal reiniciar " "la contrasenya, per exemple 'com es diu el vostre animal de companyia?':" # #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Error connectant a Twitter. %s Els detalls s'han enregistrat per a " "l'administrador." # #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Error connectant a Twitter. %s Els detalls s'han enregistrat per a " "l'administrador." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Error connectant a Twitter. %s Els detalls s'han enregistrat per a " "l'administrador." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Error eliminiant la sessió de sincronització:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Error eliminant les sessions de sincronització:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Error d'actualització de contrasenya: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Ètnic" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Convidats a l'esdeveniment:" #: config/prefs.local.20150127.php:599 config/prefs.php:595 #: templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Cada 15 minuts" #: config/prefs.local.20150127.php:618 config/prefs.php:614 msgid "Every 2 minutes" msgstr "Cada 2 minuts" #: config/prefs.local.20150127.php:596 config/prefs.local.20150127.php:616 #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Cada 30 segons" #: config/prefs.local.20150127.php:598 config/prefs.local.20150127.php:619 #: config/prefs.php:594 config/prefs.php:615 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Cada 5 minuts" #: config/prefs.local.20150127.php:600 config/prefs.php:596 #: templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Cada mitja hora" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Cada hora" #: config/prefs.local.20150127.php:597 config/prefs.local.20150127.php:617 #: config/prefs.php:593 config/prefs.php:613 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Cada minut" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Valors d'exemple:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Executa" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Expandeix" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra Llarg" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Puja la configuració per FTP" #: config/prefs.local.20150127.php:643 config/prefs.php:639 msgid "Facebook Integration" msgstr "Integració amb Facebook" #: lib/Application.php:258 msgid "Failed unlock attempts before device is wiped" msgstr "Intents fallits de desbloqueig abans que el dispositiu sigui esborrat" # #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Escriptura" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Introdueix" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Introdueix l'Adreça" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Se sent com" # #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "El formulari de cerca de més avall" #: config/registry.php:315 msgid "File Manager" msgstr "Gestor d'arxius" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtra" #: config/registry.php:90 msgid "Filters" msgstr "Filtres" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Primera meitat" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Primer quart" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Menjar" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Previsió (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Previsió per als dies (tingueu present que la previsió facilitada comprèn el " "dia i la nit: un nombre elevat podria tenir com a resultat un bloc ample." #: templates/login/login.inc:90 themes/upc1/templates/login/login.inc:87 msgid "Forgot your password?" msgstr "Heu oblidat la contrasenya?" # #: config/registry.php:344 msgid "Forms" msgstr "Tempestes" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Dita" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Tipus de dites" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Dites" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Dites 2" #: config/registry.php:338 msgid "Forums" msgstr "Fòrums" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Peticions d'amistat:" # #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Lectura activada" #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "des del %s (%s) a les %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "des del %s a les %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Descripció completa" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Lluna plena" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nom complet" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Es genera la configuració %s" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Codi generat" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Aconsegueix-ne més" #: templates/prefs/app.html:9 templates/prefs/app.html:28 #: templates/prefs/app.orig.html:9 msgid "Global Preferences" msgstr "Preferències Globals" #: templates/prefs/app.html:16 templates/prefs/app.orig.html:16 msgid "Go" msgstr "Anar a" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Cerca al Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grec (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Gestió de grups" # #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Grup" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "El grup no s'ha creat: %s" #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Grups" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Permisos dels visitants" # #: lib/Application.php:327 msgid "HTML Email" msgstr "Correu HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreu (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Alçada" # #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Algura del mapa (l'amplada s'ajusta al bloc automàticament)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Ajuda" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Temes d'ajuda" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisferi" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Aquest és l'inici del fitxer:" #: templates/prefs/app.html:23 templates/prefs/app.orig.html:23 msgid "Hide Advanced Preferences" msgstr "Amaga les Preferències Avançades" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Amaga Resultats" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Directori d'inici" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Quants camps (columnes) hi ha?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Cada quants segons comprovem si hi ha nous articles?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Humitat" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristes" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Icones de %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identitat utilitzada en enviar correu mitjançant ActiveSync." #: config/prefs.local.20150127.php:274 config/prefs.php:274 msgid "Identity's name:" msgstr "Nom d'identitat:" #: templates/login/login.inc:96 msgid "If you forgot your password, click " msgstr "Si heu oblidat la contrasenya, cliqueu " #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importació, pas %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Camp importat: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Camps importats:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "En resposta a:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "A la llista de sota selecciona ambdós, un camp importat des d'un fitxer " "orígen a l'esquerra, i el fitxer que concorda disponible a la teva agenda de " "la dreta. Llavors apreta \"Afegeix parella\" per marcar-los i importar-los. " "Un cop hagis finalitzat apreta \"Següent\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "S'ha facilitat un nom d'usuari o una adreça alternativa incorrectes. Torneu-" "ho a intentar o poseu-vos en contacte amb l'administrador per a més ajuda." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Usuaris individuals" #: config/registry.php:243 msgid "Information" msgstr "Informació" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Consulta membres" #: config/prefs.local.20150127.php:362 config/prefs.php:358 msgid "Insert an email address to which you can receive the new password:" msgstr "" "Insereix una adreça de correu per rebre la nova contrasenyaInseriu una " "adreça electrònica a la qual podeu rebre la nova contrasenya:" #: config/prefs.local.20150127.php:356 config/prefs.php:352 msgid "Insert the required answer to the security question:" msgstr "Inseriu la resposta a la pregunta de seguretat:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Format del nombre d'identificació VAT és invalid." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Acció invalida %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Aplicació no vàlida." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Hash invàlid." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "L'autorització paterna no és vàlida." #: config/registry.php:296 msgid "Inventory" msgstr "Inventari" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonès (ISO-2002-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "O el seu navegador no disposa de JavaScript o està desactivat. Està limitat " "a la vista Mínima." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Ara mateix..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:161 msgid "Keyword" msgstr "Paraula clau" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Nois" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Coreà (EUC-KR)" #: login.php:365 msgid "Language" msgstr "Idioma" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Gros" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Darrera meitat" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Darrer canvi de contrasenya" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Darrer quart" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "L'última hora sincronitzada" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Darrera actualització:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Darrera connexió: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Darrera connexió: %s de %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Darrera connexió:" # #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "L'última hora sincronitzada" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Últim" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Llei" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Agrada" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Galeta Linux" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Llistar les taules" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Ha fallat el llistat d'alarmes: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Ha fallat el llistat d'alarmes: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Ha fallat el llistat de sessions: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "El llistat d'usuaris ha fallat amb el següent missatge d'error: %s" # #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "La llista d'usuaris està inhabilitada." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "La llista d'usuaris està inhabilitada." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Bibliografia" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Hora local: %s %s (UTC %s)" #: config/prefs.local.20150127.php:371 config/prefs.php:367 msgid "Locale and Time" msgstr "Idioma i hora" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Ubicació" # #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Usuari" # #: admin/locks.php:61 msgid "Locks" msgstr "Usuari" #: login.php:291 templates/login/login.inc:72 #: templates/topbar/_menubar.html.php:10 #: themes/upc1/templates/login/login.inc:69 msgid "Log in" msgstr "Inicia la sessió" # #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Sur_t" # #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Connectat a Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Hi ha hagut un error de connexió perquè heu introduït incorrectament el nom " "d'usuari o la contrasenya." #: login.php:316 msgid "Login failed." msgstr "Ha fallat la connexió." #: login.php:399 #, php-format msgid "Login to %s" msgstr "Ves a %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Entra al Facebook i autoritza %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Entra al Twitter i autoritza %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Sortir" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Amor" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Màgic" #: config/registry.php:82 msgid "Mail" msgstr "Correu" #: config/registry.php:349 msgid "Mail Admin" msgstr "Administrador de correu" #: config/prefs.local.20150127.php:516 config/prefs.php:512 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Gestioneu la llista de categories amb les quals heu d'etiquetar els " "elements, i els colors associats amb aquestes categories." #: config/prefs.local.20150127.php:741 config/prefs.php:737 msgid "Manage your ActiveSync devices." msgstr "Gestiona els dispositius ActiveSync" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Camps que coincideixin:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Temperatura màxima de les darreres 24 hores: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Temperatura màxima de les darreres 6 hores: " # #: lib/Application.php:331 msgid "Maximum Email age" msgstr "Nombre màxim de pàgines" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Nombre màxim de blocs de portal" # #: lib/Application.php:275 msgid "Maximum attachment size in bytes" msgstr "Mida màxima del fitxer adjunt" # #: lib/Application.php:216 msgid "Maximum number of devices" msgstr "Nombre màxim de pàgines" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Nombre màxim d'entrades per mostrar" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Mitjà" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Membres" # #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Definicions" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Temps de METAR" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Mètric" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Temperatura mínima de les darreres 24 hores: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Temperatura mínima de les darreres 6 hores: " #: lib/Application.php:237 msgid "Minimum PIN length" msgstr "Longitud mínima de PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Miscel·lani" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Configuració de %s" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:36 #: themes/upc1/templates/login/login.inc:28 msgid "Mobile (Minimal)" msgstr "Mòbil (Mínim)" #: templates/login/login.inc:30 templates/login/smartmobile.html.php:37 #: themes/upc1/templates/login/login.inc:29 msgid "Mobile (No JavaScript)" msgstr "Mòbil (sense JavaScript)" #: templates/login/login.inc:28 templates/login/smartmobile.html.php:35 #: themes/upc1/templates/login/login.inc:27 msgid "Mobile (Smartphone/Tablet)" msgstr "Mòbil (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Aplicacions optimitzades per a mòbils" # #: templates/login/login.inc:21 templates/login/smartmobile.html.php:29 #: themes/upc1/templates/login/login.inc:20 msgid "Mode" msgstr "Moderat" # #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Moderat" # #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "El mòdul està actualitzat." #: config/prefs.local.20150127.php:504 config/prefs.php:500 msgid "Monday" msgstr "dilluns" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fases lunars" #: config/registry.php:309 msgid "My Account" msgstr "El meu compte" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "La meva identitat" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "El " #: services/portal/index.php:45 msgid "My Portal" msgstr "El meu portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Disseny del meu portal" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NO, NO hi estic d'acord" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "OBSERVACIÓ: L'ESBORRAT D'UN DISPOSITIU POT REINICIAR-LO A L'ESTAT INICIAL DE " "FÀBRICA. ASSEGUREU-VOS QUE REALMENT VOL FER-HO ABANS DE EXECUTAR-HO." #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Nom" #: config/prefs.local.20150127.php:595 config/prefs.local.20150127.php:615 #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:97 msgid "Never" msgstr "Mai" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Nova categoria" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Missatges nous:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Lluna nova" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nou nom d'usuari (opcional)" #: services/changepassword.php:31 msgid "New password" msgstr "Nova contrasenya" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Les noves contrasenyes no coincideixen." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Missatges" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Següent" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "4 fases següents" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Sense so" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "No es disposen de dades de configuració per mostrar les diferències." #: admin/config/diff.php:49 msgid "No change." msgstr "Sense canvis." #: util/icon_browser.php:70 msgid "No icons found." msgstr "No s'ha trobat cap icona." # #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Sense tasques visibles" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "No s'ha definit una ubicació." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "No es permeten les dites ofensives." #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "No hi ha altes pendents." #: lib/Application.php:344 msgid "No push while roaming" msgstr "No actualitzar mentre s'estigui en itinerància" # #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la " "sessió amb la nova contrasenya." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "Existeix una nova versió (%s)." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "No s'ha especificat un nom d'usuari." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "No s'ha trobat la versió en la configuració original. Regenereu la " "configuració." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "No s'ha trobat la versió en la configuració. Regenereu la configuració." # #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "Icones de %s" #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "Icones de %s" # #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "La configuració no està actualitzada." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Cap" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nòrdic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Hemisferi nord" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "No s'ha proveit" #: config/registry.php:169 msgid "Notes" msgstr "Notes" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "No hi ha res a visualitzar, retrocediu." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Nombre d'articles per mostrar" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Nombre de segons fins refrescar" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "SO" # #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Creador de l'objecte" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Creador de l'objecte" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtre d'infraccions" #: config/registry.php:266 msgid "Office" msgstr "Oficina" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "La contrasenya antiga i la nova han de ser diferents." #: services/changepassword.php:30 msgid "Old password" msgstr "Contrasenya antiga" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "La contrasenya antiga no és correcta." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Només missatges ofensius" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Només el propietari o l'administrador de sistemes pot canviar la propietat o " "els permisos del propietari per a recursos compartits" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Sistema operatiu" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "O introdueix un nom d'usuari:" #: config/prefs.local.20150127.php:539 config/prefs.local.20150127.php:642 #: config/prefs.local.20150127.php:668 config/prefs.local.20150127.php:694 #: config/prefs.local.20150127.php:720 config/prefs.local.20150127.php:739 #: config/prefs.php:535 config/prefs.php:638 config/prefs.php:664 #: config/prefs.php:690 config/prefs.php:716 config/prefs.php:735 msgid "Other Information" msgstr "Altra informació" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Altres opcions" # #: config/registry.php:180 msgid "Others" msgstr "Altre" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Propietari" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Propietari:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Codi PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "Intèrpret d'ordres PHP" #: lib/Application.php:307 msgid "POP/IMAP Email accounts" msgstr "Comptes de correu POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "No es troba l'extensió POSIX." #: lib/Api.php:75 msgid "P_HP Shell" msgstr "Intèrpret d'ordres P_HP" #: login.php:211 admin/config/index.php:421 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Contrasenya" #: lib/Application.php:242 msgid "Password Complexity" msgstr "Complexitat de la contrasenya" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "La contrasenya s'ha canviat amb èxit." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Les contrasenyes han de coincidir." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Enganxar" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Altes pendents:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Gent" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Executa Tasques d'Autenticació" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Permís \"%s\" no eliminat." # #: admin/perms/index.php:29 msgid "Permissions" msgstr "Permisos" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administrador de permisos" #: config/prefs.local.20150127.php:263 config/prefs.php:263 msgid "Personal Information" msgstr "Dades personals" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Animals de companyia" # #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Novembre" #: config/registry.php:197 msgid "Photos" msgstr "Fotos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Tòpics" #: login.php:217 msgid "Please enter a password." msgstr "Si us plau introdueix la contrasenya." #: login.php:216 msgid "Please enter a username." msgstr "Si us plau introdueix un nom d'usuari." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Proporcioneu un resum del problema." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Llegeixi el text següent. Ha d'acceptar els termes si vol usar el sistema. " #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Tocs:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Política" #: config/prefs.local.20150127.php:755 config/prefs.php:751 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Posició del text de resposta quan es respon a un correu electrònic al " "dispositiu. Tingueu en compte que alguns dispositius poden enviar la cita " "del missatge original al final del text de resposta." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Enviar" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Publicat %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Publicat %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitació durant la darrera %d hora: " msgstr[1] "Precipitació durant les darreres %d hores: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Probabilitat%sde precipitació" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Pressió" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Pressió al nivell del mar:" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Director" #: services/problem.php:161 msgid "Problem Description" msgstr "Descripció del problema" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Provist" # #: lib/Application.php:221 msgid "Provisioning" msgstr "Provist" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publicació activada." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Consulta" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Dita aleatòria" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Llegiu" # #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Lectura activada" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" "Confirmeu que voleu suprimir \"%s\"? Aquesta operació no es pot desfer." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Confirmeu que voleu suprimir les dades de l'usuari per a l'usuari \"%s\"? " "Aquesta operació no es pot desfer." #: config/prefs.local.20150127.php:621 config/prefs.php:617 msgid "Refresh Dynamic Menu Elements:" msgstr "Refrescar els elements del menú dinàmics" #: config/prefs.local.20150127.php:602 config/prefs.php:598 msgid "Refresh Portal View:" msgstr "Refrescar la visualització del portal" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Quota de refresc" # #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Expressió regular" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Comentaris" # #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Host Remot:" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Suprimeix" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Suprimeix la parella" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "Suprimeix la seqüència desada del directori temporal del servidor." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Suprimeix l'usuari" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Suprimeix l'usuari: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Contesta" # #: lib/Application.php:232 msgid "Require PIN" msgstr "Sol·licitat" # #: lib/Application.php:315 msgid "Require S/MIME Encryption" msgstr "Controleu el suport de S/MIME per a %s." # #: lib/Application.php:319 msgid "Require S/MIME Signature" msgstr "Missatge signat amb S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Reinicia" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Reiniciar la contrasenya" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Netejar l'estat del dispositiu" # #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Reiniciar la contrasenya" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Recupera la darrera consulta" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Resultats" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Resultats sobre %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Repiula" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Repiulat per %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Reescribir contrasenya nova " #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Restaurar la configuració" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Enigmes" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Executar" # #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Evita les Tasques d'Accés" #: lib/Application.php:287 msgid "SD card" msgstr "Targeta SD" # #: lib/Application.php:280 msgid "SD card encryption" msgstr "Sense xifratge" # #: lib/Application.php:295 msgid "SMS Text messages" msgstr "Missatges contestats" # #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "La configuració no està actualitzada." # #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "La configuració està actualitzada." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "Intèrpret d'ordres SQL" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "Intèrpret d'ordres SQL" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Desa" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Desa \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Desa i Acaba" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Desa la configuració generada com una seqüència PHP en el directori temporal " "del servidor." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "S'ha desat la seqüència actualitzada de configuració a: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Ciència" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Àmbit" # #: services/help/index.php:95 msgid "Sea_rch" msgstr "Cerca" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Cerca" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Cerca:" #: lib/Application.php:253 msgid "Seconds of inactivity before device should lock" msgstr "Segons d'inactivitat abans que el dispositiu hagi de bloquejar-se" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Selecciona un grup i afegeix-lo:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Selecciona un nou propietari" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Selecciona un servidor" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Selecciona un usuari per afegir:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Selecciona els camps per cercar quan ampliis adreces." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Selecciona el format de la data:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Selecciona el delimitador de la data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Selecciona el format de la data:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Selecciona el format de la data:" #: templates/prefs/identityselect.html:15 msgid "Select the identity you want to change" msgstr "Selecciona la identitat que vols canviar" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Selecciona el delimitador de l'hora:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Selecciona el format de l'hora:" #: config/prefs.local.20150127.php:588 config/prefs.php:584 msgid "Select your color scheme." msgstr "Selecciona la combinació de colors." #: config/prefs.local.20150127.php:384 config/prefs.php:380 msgid "Select your preferred language:" msgstr "Selecciona l'idioma preferit:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Enviar l'informe dels problemes" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor: " # #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Servidor" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Hora del servidor" # #: admin/sessions.php:67 msgid "Session Administration" msgstr "Administrador de permisos" # #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Marca de Temps de la Sessió:" # #: lib/Api.php:70 msgid "Sessions" msgstr "Sessions" #: config/prefs.local.20150127.php:331 config/prefs.php:327 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Defineix les opcions que et permeten reiniciar la contrasenya si mai " "l'oblides." #: config/prefs.local.20150127.php:644 config/prefs.php:640 msgid "Set up integration with your Facebook account." msgstr "Defineix la integració amb el compte de Facebook" #: config/prefs.local.20150127.php:670 config/prefs.php:666 msgid "Set up integration with your Twitter account." msgstr "Defineix la integració amb el compte de Twitter." #: config/prefs.local.20150127.php:372 config/prefs.php:368 msgid "Set your preferred language, timezone and date preferences." msgstr "Defineix l'idioma preferit, la zona horària i les opcions de data." #: config/prefs.local.20150127.php:541 config/prefs.php:537 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Defineix l'aplicació d'inici, la combinació de colors, el refrescament de " "les pàgines i altres opcions de visualització." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Hi ha diverses ubicacions possibles amb el paràmetre: %s " #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Resum breu" #: config/prefs.local.20150127.php:628 config/prefs.php:624 msgid "Should access keys be defined for most links?" msgstr "Voleu definir les claus d'accés per a la major part d'enllaços?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Mostra" #: templates/prefs/app.html:21 templates/prefs/app.orig.html:21 msgid "Show Advanced Preferences" msgstr "Mostra les Preferències Avançades" # #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Mostra les Preferències Avançades" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Mostra les diferències entre la configuració desada i la nova." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Vols més detalls?" #: config/prefs.local.20150127.php:573 config/prefs.php:569 msgid "Show last login time when logging in?" msgstr "Vols visualitzar l'hora de la darrera sessió en iniciar?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Mostra les notificacions" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Evita les Tasques d'Accés" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Petit" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Gruix de neu: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Equivalent de la neu en aigua: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Cançons i poemes" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Sud-europeu (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Hemisferi sud" #: config/registry.php:106 msgid "Spam" msgstr "Correu brossa" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Esports" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Estàndard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Hora d'inici" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Gestiona l'Estat" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Estat" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "No és possible d'establir l'estat." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Corrent" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "S'ha enviat una sol·licitud d'alta de \"%s\" en el sistema. No podrà iniciar " "sessió fins que s'hagi aprovat la sol·licitud. " # #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Connecta't de forma satisfactòria al compte de Facebook." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Èxit" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" afegit al sistema amb èxit." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "S'han eliminat correctament les dades de l'usuari \"%s\" del sistema. " #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" Eliminat amb èxit." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" eliminat del sistema amb èxit" #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "S'ha restaurat correctament la configuració. Actualitzeu per veure els " "canvis." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "S'ha desat correctament la configuració de còpia." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" actualitzat correctament" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "S'ha escrit correctament '%s'" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Sortida del sol" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Posta del sol" #: config/prefs.local.20150127.php:503 config/prefs.php:499 msgid "Sunday" msgstr "Diumenge" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Sortida del sol" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Sortida del sol/Posta del sol" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Posta del sol" #: lib/Application.php:335 msgid "Sync all" msgstr "Sincronitzar tots" #: config/prefs.local.20150127.php:721 config/prefs.php:717 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Canal Sindicat" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Núvol d'etiquetes" #: config/registry.php:155 msgid "Tasks" msgstr "Tasques" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatura durant la darrera hora: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatura
(%sAlta%s/%sBaixa%s) &graus;%s" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "No és possible de connectar amb Facebook de forma temporal. Si us plau, " "prova-ho de nou." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "No és possible de connectar amb Twitter de forma temporal. Si us plau, prova-" "ho de nou." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tailandès (TIS-620)" #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "S'ha cancel·lat l'esborrat remot del despositiu id %s." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "L'alarma s'ha suprimit." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "L'alarma s'ha guardat." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "No es pot actualitzar automàticament la configuració de %s. Si us plau faci-" "ho de forma manual." #: config/prefs.local.20150127.php:294 config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "L'e-mail per defect per utilitzar amb aquesta identitat:" # #: admin/locks.php:24 msgid "The lock has been removed." msgstr "L'alarma s'ha guardat." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "No s'ha pogut contactar a temps amb el servei de l'Estat Membre. Prova-ho " "després amb un altre Estat Membre." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "El servei de l'Estat Membre no està disponible. Prova-ho després amb un " "altre Estat Membre." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "El codi de país no és vàlid" #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "El servei no està disponible actualment. Prova-ho més tard." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "El servei està massa ocupat actualment. Prova-ho més tard." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "S'ha eliminat la sol·licitud d'alta de \"%s\"." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "S'ha eliminat la sol·licitud d'alta de l'usuari \"%s\"." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Eliminat l'estat del dispositiu %s. Es resincronitzarant el proper cop que " "es connectin al servidor" #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "La seqüència de test està activada. Per raons de seguretat, desactiva la " "seqüència de test quan hagis acabat de testejar (veure horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Ja existeix l'usuari \"%s\"." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "No existeix l'usuari \"%s\"." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Hi ha hagut un problema afegint \"%s\" al sistema: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Hi ha hagut un problema en esborrar informació de l'usuari \"%s\" del " "sistema:" #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Hi ha hagut un problema en eliminarr \"%s\" del sistema: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Hi ha hagut algun problema actualitzant \"%s\": %s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "S'ha produït un error en contactar Twitter: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "S'ha produït un error en contactar Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "S'ha produït un error en el formulari de configuració. Potser us heu " "descuidat d'emplenar un camp necessari." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Hi ha hagut un error executant la comanda: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "S'ha produït un error en obtenir la sessió Facebook. Torneu a provar més " "endavant." #: lib/Application.php:202 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Hi ha hagut un error esborrant dades globals per %s. Els detalls han quedat " "enregistrats." # #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "S'ha produït un error en moure l'acte: %s" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Aquest Nombre d'Identificació Fiscal (VAT) és invalid" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Aquest Nombre d'Identificació Fiscal (VAT) és valid" # #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Reinicia l'estat de tots els dispositius. " # #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Reinicia l'estat de tots els dispositius. " #: config/registry.php:226 msgid "Tickets" msgstr "Tiquets" #: config/registry.php:272 msgid "Time Tracking" msgstr "Control de temps" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Format horari" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Marca de temps o desconeguda" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Marca de temps de sessions de sincronització satisfactòries" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Títol" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Per excloure un camp en particular des de l'importació o per corregir una " "coincidència errònia, selecciona un camp de la següent llista i pareta " "\"Eliminar parella\"" #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Per seleccionar diversos camps, mantingueu pitjada la tecla Control (PC) o " "Command (Mac) mentre cliques." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Avui" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Demà" # #: config/prefs.local.20150127.php:756 config/prefs.php:752 msgid "Top" msgstr "Per a" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Traduccions" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turc (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Piulada" #: config/prefs.local.20150127.php:669 config/prefs.php:665 msgid "Twitter Integration" msgstr "Integració de Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Timline de Twitter" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "El Timeline de Twitter per %s" # #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "No s'ha trobat el filtre." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "No es pot eliminar \"%s\":%s" #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "No s'ha pogut establir el m'agrada." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "No s'ha pogut validar el testimoni de sol·licitud. Si us plau torni a " "realitzar de nou la seva sol·licitud." # #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "El servei no està disponible" # #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Tipus de bloc" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Desfés els canvis" # #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Escriptura" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Sense categoria" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Unitats" # #: admin/sessions.php:36 msgid "Unknown" msgstr "Data desconeguda" # #: admin/locks.php:43 msgid "Unlock" msgstr "Tipus de bloc" # #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Tipus de contingut no suportat: %s " #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Actualitzar" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Actualitzar %s" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Actualitzar %s" # #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Actualitzar %s" # #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Es genera la configuració %s" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Actualitzar l'usuari" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "S'ha actualitzat \"%s\"." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "Actualitzat: %s." #: admin/config/index.php:419 msgid "Upload" msgstr "Carregar" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "Carregats tots els fitxers de configuració de l'aplicació al servidor." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Usa els valors predeterminats de l'Horde" #: config/prefs.local.20150127.php:696 config/prefs.php:692 msgid "Use if name/password is different for IMSP server." msgstr "Utilitzeu si el nom o la contrasenya són diferents al servidor IMSP." # #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Usuari" #: admin/user.php:240 msgid "User Administration" msgstr "Administració d'usuaris" # #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Agent d'usuari:" # #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nom d'usuari" #: signup.php:74 msgid "User Registration" msgstr "Registre d'usuaris" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "El registre d'usuaris d'aquest lloc està inhabilitat." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "El registre d'usuaris no s'ha configurat correctament per aquesta web." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Compte d'usuari no trobat." #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Usuari per afegir:" #: login.php:206 admin/config/index.php:420 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Nom d'usuari" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Usuaris" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Usuaris del sistema:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Valicació del Nombre d'Identificació Fiscal (VAT)" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Nombre d'Identifiació Fiscal (VAT):" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "Nombre d'Identificació Fiscal (VAT)" # #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Versió" # #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Control de versions" #: config/registry.php:215 msgid "Version Control" msgstr "Control de versions" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Visualitzar una pàgina web externa" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Visibilitat" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Avís" #: templates/login/login.inc:44 themes/upc1/templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Avís: Té actiu el bloqueig de majúscules!" # #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Temps de METAR" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Informació meteorològica proporcionada per" #: config/registry.php:332 msgid "Web Site" msgstr "Lloc web" # #: lib/Application.php:311 msgid "Web browser" msgstr "Navegador:" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Benvinguts" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Benvinguts, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Occidental (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Occidental (ISO-8859-15)" #: config/prefs.local.20150127.php:553 config/prefs.php:549 #, php-format msgid "What application should %s display after login?" msgstr "Quina aplicació hauria de mostrar %s en iniciar la sessió?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "En què estàs treballant ara?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Quin és el caràcter delimitador?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Quin és el caràcter de citació?" #: config/prefs.local.20150127.php:506 config/prefs.php:502 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Quin dia prefereixes que es mostri com a primer dia de la setmana?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Quines fases" #: config/prefs.local.20150127.php:608 config/prefs.php:604 #, php-format msgid "Width of the %s menu on the left:" msgstr "L'amplada del menu %s de l'esquerra:" #: lib/Application.php:299 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Vent" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Velocitat del vent en nusos" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vent:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Esborra" # #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Pendent d'esborrat" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Saviesa" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Con " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Feina" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Sí, ho accepto" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Agrada a tu i a %d altra persona" msgstr[1] "Agrada a tu i a %d altres persones" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "No tens permís per afegir grups." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "No tens permís per afegir comparticions." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "No tens per mís per canviar grups." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "No tens permís per canviar comparticions." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "No tens permís per esborrar grups." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "No tens permís per eliminar comparticions." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "No tens permís per llistar els grups de comparticions." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "No tens permís per llistar permisos compartits." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "No tens permís per llistar les comparticions." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "No tens permís per llistar els usuaris de grups." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "No tens permís per llistar els usuaris que comparteixen." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "No has connectat correctament al teu compte de Facebook amb Horde. Hauries " "de revisar la configuració del Facebook a %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Comprova la configuració del Facebook a %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "No has acceptat l'acord de Servei, per tant, no pots accedir al sistema." #: login.php:312 msgid "You have been logged out." msgstr "Heu sortit de la sessió." # #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "No tens permís per llistar permisos compartits." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "No has connectat correctament al teu compte de Twitter amb Horde. Hauries de " "revisar la configuració del Twitter a %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "M'agrada" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Heu de descriure el problema abans d'enviar-ne l'informe." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Heu d'especificar un nom d'usuari que vulgueu esborrar." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Heu d'especificar un nom d'usuari que vulgueu suprimir." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Heu d'especificar quin nom d'usuari voleu afegir." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Heu d'especificar el nom d'usuari que voleu actualitzar." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "La vostra adreça electrònica" #: config/prefs.local.20150127.php:262 config/prefs.local.20150127.php:329 #: config/prefs.local.20150127.php:370 config/prefs.local.20150127.php:514 #: config/prefs.php:262 config/prefs.php:325 config/prefs.php:366 #: config/prefs.php:510 msgid "Your Information" msgstr "La vostra informació" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "La vostra adreça d'Internet ha canviat des que heu començat la sessió. Per " "raons de seguretat, heu de reiniciar la sessió." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "El vostre nom" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "El seu motor d'autenticació no permet afegir usuaris. Si volgués usar Horde " "para administrar comptes d'usuari, haurà d'utilitzar un motor d'autenticació " "distint. " #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "El vostre motor d'autenticació no permet que es llistin els usuaris, o bé " "per alguna raó aquesta característica està inhabilitada." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Sembla que el navegador ha canviat des que vas començar la sessió %s. Per " "raons de seguretat, has de tornar a entrar al sistema." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "El vostre navegador no accepta aquesta característica." #: config/prefs.local.20150127.php:418 config/prefs.php:414 msgid "Your current time zone:" msgstr "Zona horària actual:" #: templates/prefs/identityselect.html:3 msgid "Your default identity" msgstr "La teva identitat predeterminada" #: config/prefs.php:302 msgid "Your default identity:" msgstr "La teva identitat predeterminada:" #: config/prefs.local.20150127.php:282 config/prefs.php:282 msgid "Your full name:" msgstr "Nom complet:" #: login.php:324 msgid "Your login has expired." msgstr "S'ha esgotat el temps de connexió" #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "La nova contrasenya per a %s és: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "S'ha reiniciat la teva contrasenya" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la " "sessió amb la nova contrasenya." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la " "sessió amb la nova contrasenya." # #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la " "sessió amb la nova contrasenya." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "La teva contrasenya ha caducat." #: login.php:178 msgid "Your password has expired." msgstr "La teva contrasenya ha caducat." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Ha caducat la teva sessió. Si us plau accedeix de nou." # #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Ha caducat la teva sessió. Si us plau accedeix de nou." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Informe del problema]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmes" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Configuració" #: lib/Api.php:50 msgid "_Groups" msgstr "_Grups" # #: lib/Api.php:60 msgid "_Locks" msgstr "Usuari" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Permisos" #: lib/Api.php:45 msgid "_Users" msgstr "_Usuaris" #: services/problem.php:59 msgid "attachment" msgstr "fitxer adjunt" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "calma" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "des del %s (%s) a les %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "ventós" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "insereix" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "preferències" #: admin/config/config.php:75 msgid "show differences" msgstr "mostrar diferències" #: templates/login/login.inc:96 msgid "to recover it." msgstr "per recuperar-la." #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "teclegeu la contrasenya dues vegades per confirmar-la" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unificat" #: themes/upc1/info.php:5 msgid "upc1" msgstr "upc1" tmpIMUtxu/horde-5.2.17/locale/ca/LC_MESSAGES/horde.mo0000644000175000017500000020514413160205253021545 0ustar mathieumathieub,<6hH$iH)HH&H H$I +I)6I`IoI IIII I)I7JJ8JHJRJK/KHKNKVK]KlKtKKKKVKKlLLLLL LLLLM M M "M .M:M JMXMaMNjM-MMN NN %N /N =N IN TN`N.gNNN#NlN%COiO |OOOOOOOP P)P=PSP[P%qP<P%PPQ Q)Q GQRQ'fQ,Q*Q%Q R 'R 1RRRdR sR}R RRRRR R R RRRRRS#S*S1S GS@SSSSSSSS! Td+TTTTTT T1T*+UVUsU yUU UUQUV V %V2V9VLV UV cVpVwV V V V V V V VV=V+W'IW qW~WWW.W*W3W-XIY\YY(Z5HZX~ZZ*j[[[[[[ [[ [\\&\8\P\l\\\\W\\ \]]] $] 2],@]4m] ]] ]] ]*]B^S^ h^t^ {^^^ ^^^B^_";_ ^_h_ _______C `N` n`/z````` ```a a 'a5a@>4͆c85҇hfV%83-P2~e1؊A 3L%?)T)eKIی1%*W(67 " 0<1QV cir vÏۏD# ht | Ր ܐ ' 3AX;_2 2 ;S ’ג  .>R lw"Ó ̓ؓ /G dF !"';A FSZ`ek nD{""%%,%R%x-.̖#,,Lcy5ݗVj*s #E1)w&%ș(*v; s^yқ+Lx͜\"Qfѝ8R-mX '/ 6C JUZt| "ҟڟߟ'+١- (+ T+^ Т /PBPP5Τߤ  ':C Vkaͥuci (Ԧ 4DXoS;+<hp ͨۨ2).6Kn1#9)Is ݪ (AI_7}ӫ 2+:+I5u35߬ #':b{  ӭ ڭ !) 0";^e m"x`(>Zb|+r1: R]y66Ӱ# .5G\mZ &<DZltz Ͳ?'+CS  dz<γ7 ICUߵ)6ڶJn\˷4oȸظ ,A\&| :?Re iwAF +7@#O s@Z»3 CN `l \&>8w" Ž* !(JUd&>/7)@j p} Ŀο( 2SSSq/0)&PWs     E9   # , +<Xo  !27QW o{< "6FX^4}  ='&Nbt 9 MYj/3"Vi' a :H Wdio *=Zafm v""$C'E'm  i{ }#.-) Cd$ .-,Z r&, 4 AOa es:>BQ al' F 6D^u#/mo$SJ S `'m':=Rg|5&  $?^ w&" )CLfv%&#Ma gq8 ?KV^#+AJP`gFxk*+&V} D/F O'\  3;Kh '$+C[ ` j]w@&,2A9 { 5 '%H n ($$CaP171iC|:\ A##@3t9 *< U cq y #~:]!D#OB3  )9 Wew~$ /Y Xc7 !a88m]X=<-P6~c3M7k0//n4-UY'*75**Epx =h  '9AXk#mT r  # $3B`uH(E_f 6F-H [hp3$$ 3#G kw,}, ,<E""B *$7\afkC!):#d*#+70;.l19y,H0wB97751m8~  A7L ! "$ "2mUmm177 O U l u z             5 V _ 1UFbf`G\yBi*"7qJ#*+/e*`'O^6> xX9@a|_#uM r%5 =%|"-,=bXwb<4TyO<!Va+a: y i_WHd%JF2@8jD v8 F\]5KuYmo<^^}(05DgR Y#rZtE-$tRB`jKsGVf!p)X6cO?}3czZ  A}S]1xN @qLLogPC1 /lKcD36 zHkV!7$I+AQM,a8s,r2M;?u4$H9 ^0h[hF ->\NWp q>R{~!;()1Lo7TQ0'O6]  k2/m:9CJ2;SGVN &3Qd8d[{7%\{QlSAIh t(E *snj&:"RU.ZE.f)&4 CJW.:E 9,.(n[Iw<Wi0eT+B -b'ZY_=Ml$CI;@=_?vNB4p"`~/~x)&USzH]eTU|wn[L>PGkXAvYP5?D#K'Pg3m"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:If you forgot your password, click Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the identity you want to changeSelect the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your default identityYour default identity:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencesto recover it.type the password twice to confirmunifiedupc1Project-Id-Version: Horde 3.05 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2015-03-12 09:37+0100 PO-Revision-Date: 2015-03-16 18:13+0100 Last-Translator: correuUPC Language-Team: Catalan Language: ca MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: Poedit 1.7.4 "%s" va ser afegit al sistema de grups.S'ha afegit '%s' al sistema de llicències."%s" no es va crear: %s.%.2fMB utilitzats de %.2fMB permesos (%.2f%%)%d %s i %s%d dies fins que la contrasenya caduqui.%d minuts%d persona li agrada%d persones els agrada%d al %d de %dprevisió per al dia %dAvís - %sConfiguració de %s%s Tasques - ConfirmacióCondicions del contracte %s%s en %s %s%s pot interactuar amb el teu compte de Twitter%s no pot assignar missatges d'estat o publicar qualsevol contingut al Facebook.%s no pot assignar missatges d'estat o publicar qualsevol contingut al Facebook.%s no pot assignar missatges d'estat o publicar qualsevol contingut al Facebook.%s està llest per realitzar les tasques que s'han seleccionat a sota. Comprova la caixa per qualsevol operació(ns) que vols realitzar en aquest moment, ventós %s %s , variable de %s a %sProper diaMesSetmanaformat de 12 horesSetmanaformat de 24 hores24 horesformat de 24 horesProper diaS'ha solicitat esborrar un dispositiu. El dispositiu s'esborrarà el proper cop que s'intenti sincronitzar.Existeix una nova versió (%s).S'ha iniciat una neteja remota pel dispositiu %s. El dispositu s'esborrarà el proper cop que s'intenti sincronitzar.AM/PM_Informació del compteContrasenya del compteAccionsActiveSyncAdministració de Dispositius ActiveSyncDispositius ActiveSyncActiveSync no activat.AfegeixAfegeix ContingutAfegeix a continuació:Afegeix membresAfegeix un nou grupAfegeix un nou usuari:Afegeix un nou usuari:Afegeix una parellaAfegeix un usuariS'ha afegit "%s" al sistema, però no s'ha pogut afegir més dades sobre l'alta: %sS'ha afegit "%s" al sistema. Ara ja pot iniciar la sessió.S'ha inhabilitat l'opció d'afegir usuaris.AdreçaLlibreta d'adrecesAdministració d'usuarisFi de l'alarmaMètodes d'alarmaInicia l'alarmaText d'alarmaTítol de l'alarmaAlarmesLes alarmes s'han deshabilitat en la configuracióTotsTots els usuaris autenticatsRessetejades amb èxit totes les polítiques de claus.Eliminat l'estat de tots els teus dispositius. Es resincronitzarant el proper cop que es connectin al servidorEsborrades totes les sessions de sincronització.Permetre alfanumèricPermetre reglesReaprovisionament de tots els dispositiusPermetre només numèricAccés IMSP alternatiuContrasenya IMSP alternativaNom d'usuari IMSP alternatiuAdreça electrònica alternativaRespostaAplicacióContext d'aplicació:L'aplicació és a punt.AprovarAràbic (Windows-1256Estàs segur d'esborrar '%s'?Estàs segur de suprimir la sol·licitud d'alta a "%s"?Estàs segur d'esborrar '%s'?Armeni (ARMSCII-8)Artgràfic ASCIIHeu de seleccionar un compte que vulgueu eliminar.Fitxer annexatFitxer annexatS'ha intentat suprimir un grup no existent.S'ha intentat suprimir una autorització no existent.S'ha intentat editar una autorització no existent.S'ha intentat editar un recurs compartit no existent.Autenticat a:Autoritza la lectura: Autoritzar l'accés a les dades d'amicsAutoritza la publicacióAutoritza la lectura: AutomàticCamps disponibles:BOFH ExcusesBàltic (ISO-8859-13)BàsicTipus de blocParàmetres del blocTipus de blocLluna blavaMarcadorsAmbdósA baixNavegador:Heartbeat en memòria cau (segons)AgendaCamèraCancel·laCancel·la l'informe de problemes.Cancel·la la netejaÉs impossible reiniciar la contrasenya automàticament, posa't en contacte amb l'administrador.Categories i etiquetesCèltic (ISO-8859-14)Europa central (ISO-8859-2)DesfésSentit de classificació.Canvia la contrasenyaCanviar opcions de classificació d'arxius.La configuració actual no suporta el canvi de contrasenyes. Posa't en contacte amb l'administrador del sistema. ComprovaComprova noves versionsComprovantXinès simplificat (GB2312)Xinès tradicional (Big5)Tria %sTria com vols visualitzar les dates (format abreviat):Tria com vols visualitzar les dates (format complert):Tria com vols visualitzar el temps:ClasseBuida la consultaEsborra l'usuari: %sEsborra l'usuariEsborra les dades de l'usuariClica a una de les llibretes d'adreces seleccionades i selecciona tots els camps de cerca.Premi per continuarÀncora de clientTanca la finestraNúvolsFreqüència de codisRedueixID de la col·leccióSelector de colorCòmicsOrdreConsolaComentaris: %dEl vostre nomOrdinadorsCondicióCondicionsConfiguracióDiferències de configuracióConfiguració per sincronitzar amb PDAs, Smartphones i Outlook.La configuració no està actualitzada.Hi ha disponibles seqüències d'actualització de la configuracióConfigura %sConfirmar la contrasenyaContinuarGaletaNo s'ha pogut connectar al servidor "%s" mitjançant FTP: %sNo s'ha pogut connectar al servidor. Prova-ho després.No s'ha pogut esborrar la seqüència d'actualització instal·lada "%s".No s'ha pogut trobar una autorització perquè "%s" s'interactuï amb el se compte de Facebook. Això vol dir que bé no ha autoritzat encara que la seva compte de Facebook interactuï amb "%s", o que l'autorització ha caducat i precisa ser renovada No s'ha trobat autorització per %s perquè interaccioni amb el teu compte a Twitter.No s'ha pogut reiniciar la contrasenya per a l'usuari sol·licitat. Alguns detalls o tots no són correctes. Tornar-ho a intentar o, per a més informació, posa't en contacte amb l'administrador del sistema.No s'ha pogut restaurar la configuració.No s'ha pogut desar una configuració de seguretat: %sNo s'ha pogut desar la seqüència d'actualització instal·lada en: "%s".No s'ha pogut desar l'arxiu de configuració %s. Pots utilitzar una de les opcions per tornar a desar el codi.No s'ha pogut desar l'arxiu de configuració %s. Pots utilitzar una de les opcions per tornar a desar el codi en %s o bé copiar manualment el codi següent en %s.No s'ha pogut escriure la configuració per "%s": %sPaísCrearCrea una nova identitat4 fases actualsAlarmes ActualsActualSessions ActualsTemps actualTemps actualCondició actual:Ciríl·lic (KOI8-R)Ciríl·lic (Windows-1251)Ciríl·lic/Ucraïnès (KOI8-U)La contrasenya antiga no és correcta.DDDadesBase de dadesNo s'han trobat els fitxers de migració de la base de dades. Si us plau, reviseu la configuració del directori de dades PEAR.DataS'ha rebut la dataData: %s; hora: %sDiaPredeterminatColor predeterminatIntèrpret per defecteEl vostre métode de xifratge predeterminat per enviar missatges:Ubicació per omissió utilitzada per a les opcions que ho necessitin.DefinicionsSuprimirSuprimeix "%s"Esborra tota les meves dades SyncMLSuprimir grupS'ha suprimit la seqüència d'actualització instal·lada "%s".Esborrades totes les sessions de sincronització pel dispositiu "%s" i base de dades "%s".Descriviu el problemaDesenvolupamentDispositiuID del dispositiuInformacióGestor de dispositiusDispositiuSense xifratgeEl dispositiu s'esborraEl dispositiu s'ha netejat. Elimineu l'estat del dispositiu per permetre tornar a connectar.Dispositiu esborrat satisfactòriamentS'ha cancel·lat satisfactòriament l'esborrat del dispositiu.Punt de rosadaPunt de rosada de la darrera hora:Punt de rosada: DesactivatDesactivat (desaconsellat)Vols visualitzar-ho en format de 24 hores?Visualitza les preferènciesVisualitza el pronòstic detallatMostra la previsió (TAF)La primera fila conté els noms dels camps? En cas afirmatiu, activa aquesta casella:No disposa de compte? Sol·liciti-la. Descarregar %sDescarregar la configuració generada com una seqüència PHP.DroguesDinàmicNombre d'Identificació Fiscal d'EU (VAT)EditaEdita "%s".Edita les Preferències perEdita permisosEdita els permisos per "%s"EducacióAdreça electrònicaActivatHora de finalitzacióAnglèsIntrodueix un nom per la nova categoria:Introduïu una pregunta de seguretat que se us formularà si us cal reiniciar la contrasenya, per exemple 'com es diu el vostre animal de companyia?':Error connectant a Twitter. %s Els detalls s'han enregistrat per a l'administrador.Error connectant a Twitter. %s Els detalls s'han enregistrat per a l'administrador.Error connectant a Twitter. %s Els detalls s'han enregistrat per a l'administrador.Error eliminiant la sessió de sincronització:Error eliminant les sessions de sincronització:Error d'actualització de contrasenya: %sÈtnicConvidats a l'esdeveniment:Cada 15 minutsCada 2 minutsCada 30 segonsCada 5 minutsCada mitja horaCada horaCada minutValors d'exemple:ExecutaExpandeixExtra LlargPuja la configuració per FTPIntegració amb FacebookIntents fallits de desbloqueig abans que el dispositiu sigui esborratEscripturaIntrodueixIntrodueix l'AdreçaSe sent comEl formulari de cerca de més avallGestor d'arxiusFiltraFiltresPrimera meitatPrimer quartMenjarPrevisió (TAF)Previsió per als dies (tingueu present que la previsió facilitada comprèn el dia i la nit: un nombre elevat podria tenir com a resultat un bloc ample.Heu oblidat la contrasenya?TempestesDitaTipus de ditesDitesDites 2FòrumsPeticions d'amistat:Lectura activadades del %s (%s) a les %s %sdes del %s a les %s %sDescripció completaLluna plenaNom completEs genera la configuració %sCodi generatAconsegueix-ne mésPreferències GlobalsAnar aGödelCerca al GoogleGrec (ISO-8859-7)Gestió de grupsGrupEl grup no s'ha creat: %sGrupsPermisos dels visitantsCorreu HTMLHebreu (ISO-8859-8-I)AlçadaAlgura del mapa (l'amplada s'ajusta al bloc automàticament)AjudaTemes d'ajudaHemisferiAquest és l'inici del fitxer:Amaga les Preferències AvançadesAmaga ResultatsDirectori d'iniciHordeQuants camps (columnes) hi ha?Cada quants segons comprovem si hi ha nous articles?HumitatHumoristesIMEIIcones de %sIdentitat utilitzada en enviar correu mitjançant ActiveSync.Nom d'identitat:Si heu oblidat la contrasenya, cliqueu Importació, pas %dCamp importat: %sCamps importats:En resposta a:A la llista de sota selecciona ambdós, un camp importat des d'un fitxer orígen a l'esquerra, i el fitxer que concorda disponible a la teva agenda de la dreta. Llavors apreta "Afegeix parella" per marcar-los i importar-los. Un cop hagis finalitzat apreta "Següent".S'ha facilitat un nom d'usuari o una adreça alternativa incorrectes. Torneu-ho a intentar o poseu-vos en contacte amb l'administrador per a més ajuda.Usuaris individualsInformacióConsulta membresInsereix una adreça de correu per rebre la nova contrasenyaInseriu una adreça electrònica a la qual podeu rebre la nova contrasenya:Inseriu la resposta a la pregunta de seguretat:Format del nombre d'identificació VAT és invalid.Acció invalida %sAplicació no vàlida.Hash invàlid.L'autorització paterna no és vàlida.InventariJaponès (ISO-2002-JP)O el seu navegador no disposa de JavaScript o està desactivat. Està limitat a la vista Mínima.Ara mateix...Kernel NewbiesParaula clauNoisKolabCoreà (EUC-KR)IdiomaGrosDarrera meitatDarrer canvi de contrasenyaDarrer quartL'última hora sincronitzadaDarrera actualització:Darrera connexió: %sDarrera connexió: %s de %sDarrera connexió:L'última hora sincronitzadaÚltimLleiAgradaLimerickGaleta LinuxLlistar les taulesHa fallat el llistat d'alarmes: %sHa fallat el llistat d'alarmes: %sHa fallat el llistat de sessions: %sEl llistat d'usuaris ha fallat amb el següent missatge d'error: %sLa llista d'usuaris està inhabilitada.La llista d'usuaris està inhabilitada.BibliografiaHora local: %s %s (UTC %s)Idioma i horaUbicacióUsuariUsuariInicia la sessióSur_tConnectat a FacebookHi ha hagut un error de connexió perquè heu introduït incorrectament el nom d'usuari o la contrasenya.Ha fallat la connexió.Ves a %sEntra al Facebook i autoritza %sEntra al Twitter i autoritza %sSortirAmorMMMàgicCorreuAdministrador de correuGestioneu la llista de categories amb les quals heu d'etiquetar els elements, i els colors associats amb aquestes categories.Gestiona els dispositius ActiveSyncCamps que coincideixin:Temperatura màxima de les darreres 24 hores: Temperatura màxima de les darreres 6 hores: Nombre màxim de pàginesNombre màxim de blocs de portalMida màxima del fitxer adjuntNombre màxim de pàginesNombre màxim d'entrades per mostrarMedicinaMitjàMembresDefinicionsTemps de METARMètricTemperatura mínima de les darreres 24 hores: Temperatura mínima de les darreres 6 hores: Longitud mínima de PINMiscel·laniConfiguració de %sMòbil (Mínim)Mòbil (sense JavaScript)Mòbil (Smartphone/Tablet)Aplicacions optimitzades per a mòbilsModeratModeratEl mòdul està actualitzat.dillunsFases lunarsEl meu compteLa meva identitatEl El meu portalDisseny del meu portalN/ANO, NO hi estic d'acordOBSERVACIÓ: L'ESBORRAT D'UN DISPOSITIU POT REINICIAR-LO A L'ESTAT INICIAL DE FÀBRICA. ASSEGUREU-VOS QUE REALMENT VOL FER-HO ABANS DE EXECUTAR-HO.NomMaiNova categoriaMissatges nous:Lluna novaNou nom d'usuari (opcional)Nova contrasenyaLes noves contrasenyes no coincideixen.MissatgesSegüent4 fases següentsSense soNo es disposen de dades de configuració per mostrar les diferències.Sense canvis.No s'ha trobat cap icona.Sense tasques visiblesNo s'ha definit una ubicació.No es permeten les dites ofensives.No hi ha altes pendents.No actualitzar mentre s'estigui en itinerànciaS'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la sessió amb la nova contrasenya.Existeix una nova versió (%s).No s'ha especificat un nom d'usuari.No s'ha trobat la versió en la configuració original. Regenereu la configuració.No s'ha trobat la versió en la configuració. Regenereu la configuració.Icones de %sIcones de %sLa configuració no està actualitzada.CapNòrdic (ISO-8859-10)Hemisferi nordNo s'ha proveitNotesNo hi ha res a visualitzar, retrocediu.Nombre d'articles per mostrarNombre de segons fins refrescarSOCreador de l'objecteCreador de l'objecteFiltre d'infraccionsOficinaLa contrasenya antiga i la nova han de ser diferents.Contrasenya antigaLa contrasenya antiga no és correcta.Només missatges ofensiusNomés el propietari o l'administrador de sistemes pot canviar la propietat o els permisos del propietari per a recursos compartitsSistema operatiuO introdueix un nom d'usuari:Altra informacióAltres opcionsAltrePropietariPropietari:PHPCodi PHPIntèrpret d'ordres PHPComptes de correu POP/IMAPNo es troba l'extensió POSIX.Intèrpret d'ordres P_HPContrasenyaComplexitat de la contrasenyaLa contrasenya s'ha canviat amb èxit.Les contrasenyes han de coincidir.EnganxarAltes pendents:GentExecuta Tasques d'AutenticacióPermís "%s" no eliminat.PermisosAdministrador de permisosDades personalsAnimals de companyiaNovembreFotosTòpicsSi us plau introdueix la contrasenya.Si us plau introdueix un nom d'usuari.Proporcioneu un resum del problema.Llegeixi el text següent. Ha d'acceptar els termes si vol usar el sistema. Tocs:PolíticaPosició del text de resposta quan es respon a un correu electrònic al dispositiu. Tingueu en compte que alguns dispositius poden enviar la cita del missatge original al final del text de resposta.EnviarPublicat %sPublicat %s via %sPrecipitació durant la darrera %d hora: Precipitació durant les darreres %d hores: Probabilitat%sde precipitacióPressióPressió al nivell del mar:DirectorDescripció del problemaProvistProvistPublicació activada.ConsultaQuotaDita aleatòriaLlegiuLectura activadaConfirmeu que voleu suprimir "%s"? Aquesta operació no es pot desfer.Confirmeu que voleu suprimir les dades de l'usuari per a l'usuari "%s"? Aquesta operació no es pot desfer.Refrescar els elements del menú dinàmicsRefrescar la visualització del portalQuota de refrescExpressió regularComentarisHost Remot:SuprimeixSuprimeix la parellaSuprimeix la seqüència desada del directori temporal del servidor.Suprimeix l'usuariSuprimeix l'usuari: %sContestaSol·licitatControleu el suport de S/MIME per a %s.Missatge signat amb S/MIMEReiniciaReiniciar la contrasenyaNetejar l'estat del dispositiuReiniciar la contrasenyaRecupera la darrera consultaResultatsResultats sobre %sRepiulaRepiulat per %sReescribir contrasenya nova Restaurar la configuracióEnigmesExecutarEvita les Tasques d'AccésTargeta SDSense xifratgeMissatges contestatsLa configuració no està actualitzada.La configuració està actualitzada.Intèrpret d'ordres SQLIntèrpret d'ordres SQLDesaDesa "%s"Desa i AcabaDesa la configuració generada com una seqüència PHP en el directori temporal del servidor.S'ha desat la seqüència actualitzada de configuració a: "%s".CiènciaÀmbitCercaCercaCerca:Segons d'inactivitat abans que el dispositiu hagi de bloquejar-seSelecciona un grup i afegeix-lo:Selecciona un nou propietariSelecciona un servidorSelecciona un usuari per afegir:Selecciona els camps per cercar quan ampliis adreces.Selecciona el format de la data:Selecciona el delimitador de la data:Selecciona el format de la data:Selecciona el format de la data:Selecciona la identitat que vols canviarSelecciona el delimitador de l'hora:Selecciona el format de l'hora:Selecciona la combinació de colors.Selecciona l'idioma preferit:Enviar l'informe dels problemesSensor: ServidorHora del servidorAdministrador de permisosMarca de Temps de la Sessió:SessionsDefineix les opcions que et permeten reiniciar la contrasenya si mai l'oblides.Defineix la integració amb el compte de FacebookDefineix la integració amb el compte de Twitter.Defineix l'idioma preferit, la zona horària i les opcions de data.Defineix l'aplicació d'inici, la combinació de colors, el refrescament de les pàgines i altres opcions de visualització.Hi ha diverses ubicacions possibles amb el paràmetre: %s Resum breuVoleu definir les claus d'accés per a la major part d'enllaços?MostraMostra les Preferències AvançadesMostra les Preferències AvançadesMostra les diferències entre la configuració desada i la nova.Vols més detalls?Vols visualitzar l'hora de la darrera sessió en iniciar?Mostra les notificacionsEvita les Tasques d'AccésPetitGruix de neu: Equivalent de la neu en aigua: Cançons i poemesSud-europeu (ISO-8859-3)Hemisferi sudCorreu brossaEsportsEstàndardStar TrekHora d'iniciGestiona l'EstatEstatNo és possible d'establir l'estat.CorrentS'ha enviat una sol·licitud d'alta de "%s" en el sistema. No podrà iniciar sessió fins que s'hagi aprovat la sol·licitud. Connecta't de forma satisfactòria al compte de Facebook.Èxit"%s" afegit al sistema amb èxit.S'han eliminat correctament les dades de l'usuari "%s" del sistema. "%s" Eliminat amb èxit."%s" eliminat del sistema amb èxitS'ha restaurat correctament la configuració. Actualitzeu per veure els canvis.S'ha desat correctament la configuració de còpia."%s" actualitzat correctamentS'ha escrit correctament '%s'Sortida del solPosta del solDiumengeSortida del solSortida del sol/Posta del solPosta del solSincronitzar totsSyncMLCanal SindicatNúvol d'etiquetesTasquesTemperatura durant la darrera hora: TemperaturaTemperatura
(%sAlta%s/%sBaixa%s) &graus;%sNo és possible de connectar amb Facebook de forma temporal. Si us plau, prova-ho de nou.No és possible de connectar amb Twitter de forma temporal. Si us plau, prova-ho de nou.Tailandès (TIS-620)S'ha cancel·lat l'esborrat remot del despositiu id %s.L'alarma s'ha suprimit.L'alarma s'ha guardat.No es pot actualitzar automàticament la configuració de %s. Si us plau faci-ho de forma manual.L'e-mail per defect per utilitzar amb aquesta identitat:L'alarma s'ha guardat.No s'ha pogut contactar a temps amb el servei de l'Estat Membre. Prova-ho després amb un altre Estat Membre.El servei de l'Estat Membre no està disponible. Prova-ho després amb un altre Estat Membre.El codi de país no és vàlidEl servei no està disponible actualment. Prova-ho més tard.El servei està massa ocupat actualment. Prova-ho més tard.S'ha eliminat la sol·licitud d'alta de "%s".S'ha eliminat la sol·licitud d'alta de l'usuari "%s".Eliminat l'estat del dispositiu %s. Es resincronitzarant el proper cop que es connectin al servidorLa seqüència de test està activada. Per raons de seguretat, desactiva la seqüència de test quan hagis acabat de testejar (veure horde/docs/INSTALL).Ja existeix l'usuari "%s".No existeix l'usuari "%s".Hi ha hagut un problema afegint "%s" al sistema: %sHi ha hagut un problema en esborrar informació de l'usuari "%s" del sistema:Hi ha hagut un problema en eliminarr "%s" del sistema: Hi ha hagut algun problema actualitzant "%s": %sS'ha produït un error en contactar Twitter: %sS'ha produït un error en contactar Twitter: %sS'ha produït un error en el formulari de configuració. Potser us heu descuidat d'emplenar un camp necessari.Hi ha hagut un error executant la comanda: %sS'ha produït un error en obtenir la sessió Facebook. Torneu a provar més endavant.Hi ha hagut un error esborrant dades globals per %s. Els detalls han quedat enregistrats.S'ha produït un error en moure l'acte: %sAquest Nombre d'Identificació Fiscal (VAT) és invalidAquest Nombre d'Identificació Fiscal (VAT) és validReinicia l'estat de tots els dispositius. Reinicia l'estat de tots els dispositius. TiquetsControl de tempsFormat horariMarca de temps o desconegudaMarca de temps de sessions de sincronització satisfactòriesTítolPer excloure un camp en particular des de l'importació o per corregir una coincidència errònia, selecciona un camp de la següent llista i pareta "Eliminar parella"Per seleccionar diversos camps, mantingueu pitjada la tecla Control (PC) o Command (Mac) mentre cliques.AvuiDemàPer aTraduccionsTurc (ISO-8859-9)PiuladaIntegració de TwitterTimline de TwitterEl Timeline de Twitter per %sNo s'ha trobat el filtre.URLNo es pot eliminar "%s":%sNo s'ha pogut establir el m'agrada.No s'ha pogut validar el testimoni de sol·licitud. Si us plau torni a realitzar de nou la seva sol·licitud.El servei no està disponibleTipus de blocDesfés els canvisEscripturaSense categoriaUnicode (UTF-8)UnitatsData desconegudaTipus de blocTipus de contingut no suportat: %s ActualitzarActualitzar %sActualitzar %sActualitzar %sEs genera la configuració %sActualitzar l'usuariS'ha actualitzat "%s".Actualitzat: %s.CarregarCarregats tots els fitxers de configuració de l'aplicació al servidor.Usa els valors predeterminats de l'HordeUtilitzeu si el nom o la contrasenya són diferents al servidor IMSP.UsuariAdministració d'usuarisAgent d'usuari:Nom d'usuariRegistre d'usuarisEl registre d'usuaris d'aquest lloc està inhabilitat.El registre d'usuaris no s'ha configurat correctament per aquesta web.Compte d'usuari no trobat.Usuari per afegir:Nom d'usuariUsuarisUsuaris del sistema:Valicació del Nombre d'Identificació Fiscal (VAT)Nombre d'Identifiació Fiscal (VAT):Nombre d'Identificació Fiscal (VAT)VersióControl de versionsControl de versionsVietnamita (VISCII)Visualitzar una pàgina web externaVisibilitatAvísAvís: Té actiu el bloqueig de majúscules!Temps de METARInformació meteorològica proporcionada perLloc webNavegador:BenvingutsBenvinguts, %sOccidental (ISO-8859-1)Occidental (ISO-8859-15)Quina aplicació hauria de mostrar %s en iniciar la sessió?En què estàs treballant ara?Quin és el caràcter delimitador?Quin és el caràcter de citació?Quin dia prefereixes que es mostri com a primer dia de la setmana?Quines fasesL'amplada del menu %s de l'esquerra:WifiWikiVentVelocitat del vent en nusosVent:EsborraPendent d'esborratSaviesaCon FeinaX-RefAASí, ho acceptoAgrada a tu i a %d altra personaAgrada a tu i a %d altres personesNo tens permís per afegir grups.No tens permís per afegir comparticions.No tens per mís per canviar grups.No tens permís per canviar comparticions.No tens permís per esborrar grups.No tens permís per eliminar comparticions.No tens permís per llistar els grups de comparticions.No tens permís per llistar permisos compartits.No tens permís per llistar les comparticions.No tens permís per llistar els usuaris de grups.No tens permís per llistar els usuaris que comparteixen.No has connectat correctament al teu compte de Facebook amb Horde. Hauries de revisar la configuració del Facebook a %s.Comprova la configuració del Facebook a %s.No has acceptat l'acord de Servei, per tant, no pots accedir al sistema.Heu sortit de la sessió.No tens permís per llistar permisos compartits.No has connectat correctament al teu compte de Twitter amb Horde. Hauries de revisar la configuració del Twitter a %s.M'agradaHeu de descriure el problema abans d'enviar-ne l'informe.Heu d'especificar un nom d'usuari que vulgueu esborrar.Heu d'especificar un nom d'usuari que vulgueu suprimir.Heu d'especificar quin nom d'usuari voleu afegir.Heu d'especificar el nom d'usuari que voleu actualitzar.La vostra adreça electrònicaLa vostra informacióLa vostra adreça d'Internet ha canviat des que heu començat la sessió. Per raons de seguretat, heu de reiniciar la sessió.El vostre nomEl seu motor d'autenticació no permet afegir usuaris. Si volgués usar Horde para administrar comptes d'usuari, haurà d'utilitzar un motor d'autenticació distint. El vostre motor d'autenticació no permet que es llistin els usuaris, o bé per alguna raó aquesta característica està inhabilitada.Sembla que el navegador ha canviat des que vas començar la sessió %s. Per raons de seguretat, has de tornar a entrar al sistema.El vostre navegador no accepta aquesta característica.Zona horària actual:La teva identitat predeterminadaLa teva identitat predeterminada:Nom complet:S'ha esgotat el temps de connexióLa nova contrasenya per a %s és: %sS'ha reiniciat la teva contrasenyaS'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la sessió amb la nova contrasenya.S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la sessió amb la nova contrasenya.S'ha reiniciat la teva contrasenya, revisa el correu electrònic i inicia la sessió amb la nova contrasenya.La teva contrasenya ha caducat.La teva contrasenya ha caducat.Ha caducat la teva sessió. Si us plau accedeix de nou.Ha caducat la teva sessió. Si us plau accedeix de nou.Zippy[Informe del problema]_Alarmes_CLI_Configuració_GrupsUsuari_Permisos_Usuarisfitxer adjuntcalmades del %s (%s) a les %s %sventósinsereixpreferènciesmostrar diferènciesper recuperar-la.teclegeu la contrasenya dues vegades per confirmar-launificatupc1tmpIMUtxu/horde-5.2.17/locale/lt/0000755000175000017500000000000013162206570016355 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/lt/help.xml0000644000175000017500000000143113160205253020021 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/lt/LC_MESSAGES/0000755000175000017500000000000013162206570020142 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/lt/LC_MESSAGES/horde.po0000644000175000017500000031437413160205253021612 0ustar mathieumathieu# Lithuanian translations for Horde package. # Copyright 2007-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Darius Matuliauskas , 2002. # Vilius Šumskas , 2003, 2004, 2007, 2011. # msgid "" msgstr "" "Project-Id-Version: Horde 4.0.7-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2011-05-28 01:09+0300\n" "PO-Revision-Date: 2011-07-25 14:35+0300\n" "Last-Translator: Vilius Šumskas \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" "%100<10 || n%100>=20) ? 1 : 2);\n" #: lib/Block/Weatherdotcom.php:240 lib/Block/Weatherdotcom.php:343 #: lib/Block/Weatherdotcom.php:389 msgid " at " msgstr " " #: admin/groups.php:28 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Grupė \"%s\" sukurta." #: admin/perms/addchild.php:44 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "Teisė \"%s\" sukurta." #: admin/perms/addchild.php:48 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nebuvo sukurta: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "Užimta %.2fMB iš galimų %.2fMB (%.2f%%)" #: lib/Block/Weatherdotcom.php:221 #, php-format msgid "%d %s and %s" msgstr "%d %s ir %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Iki jūsų slaptažodžio galiojimo pabaigos liko %d dienų(os)" #: lib/Block/Metar.php:259 #, php-format msgid "%d minutes" msgstr "%d min." #: services/facebook/index.php:122 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d žmogus mėgsta tai" msgstr[1] "%d žmonės mėgsta tai" msgstr[2] "%d žmonių mėgsta tai" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "nuo %d iki %d iš %d" #: lib/Block/Weatherdotcom.php:268 #, php-format msgid "%d-day forecast" msgstr "%d-dienų prognozė" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - pastaba" #: admin/config/config.php:21 admin/config/index.php:350 #, php-format msgid "%s Configuration" msgstr "%s nustatymai" #: services/logintasks.php:64 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s profilaktikos veiksmų patvirtinimas" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s nuostatos" #: lib/Block/Metar.php:132 lib/Block/Metar.php:138 lib/Block/Metar.php:212 #: lib/Block/Metar.php:318 lib/Block/Metar.php:324 #, php-format msgid "%s at %s %s" msgstr "%s %s %s" #: services/logintasks.php:63 #, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s pasirengęs atlikti profilaktikos veiksmus. Pažymėkite, kurias operacijas " "norite atlikti." #: lib/Block/Weatherdotcom.php:347 lib/Block/Weatherdotcom.php:392 msgid ", gusting " msgstr ", gūsiai " #: lib/Block/Metar.php:161 lib/Block/Metar.php:166 #, php-format msgid ", gusting %s %s" msgstr ", gūsiai %s %s" #: lib/Block/Metar.php:174 #, php-format msgid ", variable from %s to %s" msgstr ", kinta nuo %s iki %s" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 valandų formatas" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 valandų formatas" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 valandos" #: config/prefs.php:439 config/prefs.php:441 msgid "24-hour format" msgstr "24 valandų formatas" #: templates/prefs/facebook.html:14 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" " gali sąveikauti su jūsų Facebook sąskaita, bet kiekvieną " "kartą turėsite prisijungti prie Facebook patys." #: templates/prefs/facebook.html:49 msgid " cannot read information about your Facebook friends." msgstr " negali gauti informacijos apie jūsų Facebook draugus." #: templates/prefs/facebook.html:37 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr " negali gauti žinučių ir kitų objektų iš Facebook." #: templates/prefs/facebook.html:25 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " negali pakeisti jūsų būsenos ir publikuoti kito turinio į " "Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " gali sąveikauti su jūsų Twitter sąskaita" #: services/keyboard.php:46 msgid "A characters" msgstr "A simboliai" #: admin/activesync.php:31 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Įrenginio išvalymas nustatytas. Įrenginys bus išvalytas kitą kartą, kai tik " "pabandys sinchronizuoti duomenis." #: admin/config/index.php:142 admin/config/index.php:180 #, php-format msgid "A newer version (%s) exists." msgstr "Yra nauja versija (%s)." #: lib/Prefs/Ui.php:712 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Nuotolinis išvalymas įrenginiui, kurio id %s, nustatytas. Įrenginys bus " "išvalytas kitą kartą, kai tik pabandys sinchronizuoti duomenis." #: lib/Block/WeatherdotcomStrings.php:7 msgid "AM Clouds" msgstr "Naktį debesuota" #: lib/Block/WeatherdotcomStrings.php:8 msgid "AM Drizzle" msgstr "Naktį smulkus lietus" #: lib/Block/WeatherdotcomStrings.php:9 msgid "AM Fog" msgstr "Naktį rūkas" #: lib/Block/WeatherdotcomStrings.php:10 msgid "AM Light Rain" msgstr "Naktį lengvas lietus" #: lib/Block/WeatherdotcomStrings.php:11 msgid "AM Light Snow" msgstr "Naktį nedidelis sniegas" #: lib/Block/WeatherdotcomStrings.php:12 msgid "AM Rain" msgstr "Naktį lietus" #: lib/Block/WeatherdotcomStrings.php:13 msgid "AM Showers" msgstr "Naktį liūtis" #: lib/Block/WeatherdotcomStrings.php:14 msgid "AM Snow" msgstr "Naktį sniegas" #: lib/Block/WeatherdotcomStrings.php:15 msgid "AM Snow Showers" msgstr "Naktį pūga" #: lib/Block/WeatherdotcomStrings.php:16 msgid "AM Sun" msgstr "Ryte saulėta" #: lib/Block/WeatherdotcomStrings.php:17 msgid "AM T-Showers" msgstr "Naktį liūtis" #: lib/Block/WeatherdotcomStrings.php:18 msgid "AM T-Storms" msgstr "Naktį audra" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informacija apie jus" #: config/prefs.php:297 msgid "Account Password" msgstr "Slaptažodis" #: admin/activesync.php:122 msgid "Actions" msgstr "Veiksmai" #: config/prefs.php:695 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:67 msgid "ActiveSync Device Administration" msgstr "ActiveSync įrenginių administravimas" #: admin/activesync.php:195 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "ActiveSync įrenginiai" #: admin/activesync.php:20 lib/Prefs/Ui.php:351 msgid "ActiveSync not activated." msgstr "ActiveSync neektyvuota." #: templates/admin/groups/add.inc:11 templates/portal/add.inc:14 msgid "Add" msgstr "Sukurti" #: services/portal/index.php:49 msgid "Add Content" msgstr "Pridėti turinį" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Bloko įterpimas:" #: templates/admin/groups/edit.inc:56 msgid "Add Members" msgstr "Narių įtraukimas" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Grupės sukūrimas" #: admin/user.php:21 msgid "Add a new user:" msgstr "Naujo vartotojo sukūrimas:" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "Naujo perspėjimo sukūrimas" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Pridėti porą" #: admin/user.php:22 msgid "Add user" msgstr "Sukurti vartotoją" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Vartotojas \"%s\" sukurtas, tačiau papildoma registracijos informacija " "nebuvo išsaugota: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Vartotojas \"%s\" sukurtas. Galite prisijungti." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Vartotojų kūrimas išjungtas." #: lib/Block/Vatid.php:117 msgid "Address" msgstr "Adresas" #: config/registry.php:114 msgid "Address Book" msgstr "Adresai" #: admin/alarms.php:26 msgid "Alarm end" msgstr "Perspėjimo pabaigos data" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "Perspėjimo būdas" #: admin/alarms.php:25 msgid "Alarm start" msgstr "Perspėjimo pradžios data" #: admin/alarms.php:27 msgid "Alarm text" msgstr "Perspėjimo tekstas" #: admin/alarms.php:24 msgid "Alarm title" msgstr "Perspėjimo pavadinimas" #: admin/alarms.php:133 msgid "Alarms" msgstr "Perspėjimai" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Visos" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Visi prisijungę vartotojai" #: admin/activesync.php:46 msgid "All policy keys successfully reset." msgstr "Visi politikos raktai sėkmingai atnaujinti." #: lib/Prefs/Ui.php:722 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" "Viso jūsų renginio būsenos ištrintos. Jos atsinaujins sekantį kartą, kai " "įrenginys prisijungs prie serverio." #: lib/Prefs/Ui.php:693 msgid "All synchronization sessions deleted." msgstr "Visos sinchronizavimo sesijos ištrintos." #: config/prefs.php:661 msgid "Alternate IMSP Login" msgstr "Alternatyvus IMSP prisijungimas" #: config/prefs.php:675 msgid "Alternate IMSP Password" msgstr "Alternatyvus IMSP slaptažodis" #: config/prefs.php:669 msgid "Alternate IMSP Username" msgstr "Alternatyvus IMSP vartotojo vardas" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Alternatyvus el. pašto adresas" #: lib/Block/Weatherdotcom.php:150 msgid "An unknown error has occured." msgstr "Įvyko nežinoma klaida" #: services/resetpassword.php:48 msgid "Answer" msgstr "Atsakymas" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Modulis" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "Modulio kontekstas: " #: util/icon_browser.php:45 msgid "Application List" msgstr "Modulių sąrašas" #: admin/config/index.php:220 msgid "Application is ready." msgstr "Modulis veikia gerai." #: admin/config/index.php:145 admin/config/index.php:183 msgid "Application is up-to-date." msgstr "Naudojamas naujausias modulis." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Patvirtinti" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabiška (Windows-1256)" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Ar tikrai norite ištrinti '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Ar tikrai norite ištrinti \"%s\" registracijos prašymą?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Ar tikrai norite ištrinti \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armėniška (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Menas" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Acsii menas" #: lib/LoginTasks/Task/AdminCheck.php:51 msgid "At least one database schema is outdated." msgstr "Mažiausiai viena duomenų bazės schema pasenusi." #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "Failas" #: admin/groups.php:53 msgid "Attempt to delete a non-existent group." msgstr "Bandote ištrinti neegzistuojančią grupę." #: admin/perms/delete.php:25 msgid "Attempt to delete a non-existent permission." msgstr "Bandote ištrinti neegzistuojančias teises." #: admin/perms/edit.php:93 msgid "Attempt to edit a non-existent permission." msgstr "Bandote redaguoti neegzistuojančias teises." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Bandote redaguoti neegzistuojantį elementą." #: admin/sessions.php:39 msgid "Authenticated to:" msgstr "Prisijungė prie:" #: templates/prefs/facebook.html:50 msgid "Authorize Access to Friends Data:" msgstr "Leisti naudotis draugų duomenimis:" #: templates/prefs/facebook.html:26 msgid "Authorize Publish" msgstr "Leisti publikuoti" #: templates/prefs/facebook.html:38 msgid "Authorize Read:" msgstr "Leisti skaityti:" #: templates/prefs/facebook.html:15 msgid "Authorize an infinite session:" msgstr "Leisti sesijai nesibaigti:" #: login.php:219 msgid "Automatic" msgstr "Automatinis" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Galimi laukai:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Žydras" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH atsiprašymai" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltiška (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbė" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Nėra pagrindinio grafikos katalogo \"%s\"." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Bloko parametrai" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloko tipas" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Mėlynas mėnulis" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Mėlynas ir baltas" #: config/registry.php:196 msgid "Bookmarks" msgstr "Atžymos" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Visos" #: themes/brown/info.php:2 msgid "Brown" msgstr "Rudas" #: admin/sessions.php:37 msgid "Browser:" msgstr "Naršyklė:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Prinokęs apelsinas" #: lib/Block/Weatherdotcom.php:146 msgid "Cache init was not completed." msgstr "Nebaigtas kešo iniciavimas." #: config/registry.php:136 msgid "Calendar" msgstr "Kalendorius" #: lib/Block/Weatherdotcom.php:230 msgid "Calm" msgstr "Ramu" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Kamufliažas" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Atšaukti" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Atšaukti problemos pranešimą" #: admin/activesync.php:179 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Atšaukti išvalymą" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Automatinis slaptažodžio pakeitimas neveikia, susisiekite su " "administratoriumi." #: config/prefs.php:464 msgid "Categories and Labels" msgstr "Kategorijos" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltų (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Centrinės Europos (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Pakeisti" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Slaptažodžio keitimas" #: config/prefs.php:234 msgid "Change your personal information." msgstr "Asmeninės informacijos keitimas." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Dabartinė konfigūracija neleidžia keisti slaptažodžių. Susisiekite su savo " "administratoriumi." #: lib/Block/Vatid.php:41 msgid "Check" msgstr "Patikrinti" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Patikrinti ar nėra naujų versijų" #: lib/Block/Vatid.php:43 msgid "Checking" msgstr "Tikrinama" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Kinietiška paprasta (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Kinietiška tradicinė (Big5)" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "Pasirinkite %s" #: config/prefs.php:430 msgid "Choose how to display dates (abbreviated format):" msgstr "Pasirinkite kaip vaizduoti datas (trumpasis formatas):" #: config/prefs.php:405 msgid "Choose how to display dates (full format):" msgstr "Pasirinkite kaip vaizduoti datas (ilgasis formatas):" #: config/prefs.php:444 msgid "Choose how to display times:" msgstr "Pasirinkite kaip vaizduoti laikus:" #: lib/Block/WeatherdotcomStrings.php:19 msgid "Clear" msgstr "Giedra" #: admin/sqlshell.php:117 msgid "Clear Query" msgstr "Išvalyti užklausą" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Vartotojo duomenų valymas: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Išvalyti vartotojo duomenis" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Išvalyti vartotojo duomenis" #: lib/Block/WeatherdotcomStrings.php:20 msgid "Clearing Early" msgstr "Giedra ryte" #: lib/Block/WeatherdotcomStrings.php:21 msgid "Clearing Late" msgstr "Giedra vakare" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Pele pažymėkite vieną iš Jūsų adresų knygelių, o po to pasirinkite laukus " "paieškai." #: templates/logintasks/logintasks.html:28 msgid "Click to Continue" msgstr "Tęsti" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Kliento inkaras" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Uždaryti langą" #: lib/Block/Metar.php:217 msgid "Clouds" msgstr "Debesuota" #: lib/Block/WeatherdotcomStrings.php:22 msgid "Clouds Early" msgstr "Debesuota ryte" #: lib/Block/WeatherdotcomStrings.php:23 msgid "Clouds Late" msgstr "Debesuota vakare" #: lib/Block/WeatherdotcomStrings.php:24 msgid "Cloudy" msgstr "Debesuota" #: admin/sessions.php:30 msgid "Collapse" msgstr "Suskleisti" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Suskleisti įrankių juostą" #: lib/Prefs/Ui.php:213 msgid "Color Picker" msgstr "Spalvų paletė" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Komanda" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Komandinė eilutė" #: services/facebook/index.php:109 #, php-format msgid "Comments: %d" msgstr "Komentarai: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Kompiuteriai" #: lib/Block/Weatherdotcom.php:280 msgid "Condition" msgstr "Sąlyga" #: lib/Block/Metar.php:222 msgid "Conditions" msgstr "Sąlygos" #: admin/config/config.php:69 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Nustatymai" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Nustatymų pasikeitimai" #: config/prefs.php:684 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" "Sinchronizavimo su PDA, mobiliaisiais telefonais ir Outlook nustatymai." #: admin/config/index.php:215 msgid "Configuration is out of date." msgstr "Reikia atnaujinti konfigūracinį failą." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Yra nustatymų atnaujinimo skriptų" #: admin/config/index.php:160 #, php-format msgid "Configure %s" msgstr "Konfigūruoti %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Slaptažodis dar kartą" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Tęsti" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Laimės žinutės" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "Rugiagėlė" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Nepavyko prisijungti prie \"%s\" serverio per FTP: %s" #: admin/config/index.php:71 msgid "Could not contact server. Try again later." msgstr "Nepavyko prisijungti prie serverio. Pabandykite vėliau." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nepavyko ištrinti nustatymų atnaujinimo skripto \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Nepavyko rasti prisijungimo duomenų ir Twitter sąskaitos " "susijungimui" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Nepavyko pakeisti slaptažodžio šiam vartotojui. Kai kuri arba visa " "informacija yra netiksli. Pabandykite dar kartą arba susisiekite su savo " "administratoriumi jeigu reikalinga pagalba." #: admin/config/config.php:47 msgid "Could not revert configuration." msgstr "Nepavyko atkeisti nustatymų." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nepavyko padaryti atsarginės nustatymų kopijos: %s" #: admin/config/scripts.php:96 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nepavyko išsaugoti nustatymų atnaujinimo skripto į: \"%s\"." #: admin/config/config.php:57 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Nepavyko padaryti atsarginės %s nustatymų failo kopijos." #: admin/config/index.php:95 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nepavyko išsaugoti %s nustatymų failo. Norėdami išsaugoti kodą pasinaudokite " "vienu iš būdų apačioje." #: admin/config/config.php:69 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Nepavyko išsaugoti %s nustatymų failo. Jūs galite arba naudotis atnaujinimo " "skriptu %s arba patys nukopijuoti kodą apačioje į %s." #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nepavyko užrašyti \"%s\" nustatymų: %s" #: lib/Block/Vatid.php:105 msgid "Country" msgstr "Valstybė" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Sukurti" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Sukurti naują aprašą" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Dabartinės 4 fazės" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Esami perspėjimai" #: admin/sessions.php:22 msgid "Current Sessions" msgstr "Esamos sesijos" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Dabartinis laikas" #: lib/Block/Metar.php:29 msgid "Current Weather" msgstr "Dabartinės oro sąlygos" #: lib/Block/Weatherdotcom.php:259 msgid "Current condition: " msgstr "Dabartinės sąlygos: " #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kirilica (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kirilica (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kirilica/Ukrainietiška (KOI8-U)" #: admin/config/index.php:233 admin/config/index.php:271 msgid "DB access is not configured." msgstr "Duomenų bazės priėjimas nesukonfigūruotas." #: admin/config/index.php:239 admin/config/index.php:278 msgid "DB schema is out of date." msgstr "Duomenų bazės schema pasenusi." #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is ready." msgstr "Duomenų bazės schema veikia gerai." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Duomenys" #: admin/datatree.php:60 msgid "DataTree" msgstr "Duomenų medis" #: admin/datatree.php:57 msgid "DataTree Browser" msgstr "Duomenų medžio naršyklė" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Duomenų bazė" #: lib/Block/Vatid.php:108 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Gauta" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; laikas: %s" #: lib/Block/Weatherdotcom.php:275 lib/Block/Weatherdotcom.php:304 msgid "Day" msgstr "Diena" #: config/prefs.php:355 config/prefs.php:438 lib/Prefs/Ui.php:80 #: lib/Prefs/Ui.php:94 msgid "Default" msgstr "Standartinė reikšmė" #: lib/Prefs/Ui.php:228 lib/Prefs/Ui.php:258 msgid "Default Color" msgstr "Standartinė spalva" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Pagrindinė komandinė eilutė" #: config/prefs.php:358 msgid "Default charset for sending e-mail messages:" msgstr "Standartinė koduotė siunčiamiems laiškais:" #: config/prefs.php:270 msgid "Default location to use for location-aware features." msgstr "Standartinė vieta, kuri bus naudojama jūsų lokacijai apibūdinti." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Apibrėžimai" #: admin/groups.php:49 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Ištrinti" #: admin/alarms.php:122 admin/groups.php:205 #, php-format msgid "Delete \"%s\"" msgstr "Ištrinti \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Ištinri visus SyncML duomenis" #: admin/groups.php:179 msgid "Delete Group" msgstr "Ištrinti grupę" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Nustatymų atnaujinimo skriptas \"%s\" ištrintas." #: lib/Prefs/Ui.php:685 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Sinchronizacijos sesija su įrenginiu \"%s\" ir duomenų baze \"%s\" ištrinta." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Problemos aprašymas" #: config/registry.php:208 msgid "Development" msgstr "Vystymas" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Įrenginys" #: admin/activesync.php:115 msgid "Device ID" msgstr "Įrenginio ID" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Įrenginių valdymas" #: lib/Prefs/Ui.php:404 msgid "Device id:" msgstr "Įrenginio id:" #: admin/activesync.php:163 lib/Prefs/Ui.php:392 msgid "Device is wiped" msgstr "Įrenginys išvalytas" #: admin/activesync.php:41 msgid "Device successfully removed." msgstr "Įrenginys sėkmingai ištrintas." #: admin/activesync.php:36 msgid "Device wipe successfully canceled." msgstr "Įrenginio išvalymas sėkmingai atšauktas." #: lib/Block/Metar.php:190 msgid "Dew Point" msgstr "Rasos taškas" #: lib/Block/Metar.php:267 msgid "Dew Point for last hour: " msgstr "Rasos taškas paskutinę valandą: " #: lib/Block/Weatherdotcom.php:211 msgid "Dew point: " msgstr "Rasos taškas: " #: templates/prefs/facebook.html:10 templates/prefs/facebook.html:21 #: templates/prefs/facebook.html:33 templates/prefs/facebook.html:45 #: templates/prefs/twitter.html:10 msgid "Disable" msgstr "Išjungti" #: config/prefs.php:374 msgid "Display 24-hour times?" msgstr "Rodyti 24-ių val. formatą?" #: config/prefs.php:490 msgid "Display Preferences" msgstr "Vaizdavimo nustatymai" #: lib/Block/Weatherdotcom.php:79 msgid "Display detailed forecast" msgstr "Rodyti detalią progronę" #: lib/Block/Metar.php:71 msgid "Display forecast (TAF)" msgstr "Rodyti progronę (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Ar pirmas įrašas yra lauko vardai?" #: templates/login/login.inc:54 msgid "Don't have an account? Sign up." msgstr "Neturite vartotojo vardo? Užsiregistruokite." #: admin/config/index.php:142 admin/config/index.php:180 #, php-format msgid "Download %s" msgstr "Atsisiųsti %s" #: admin/config/index.php:301 msgid "Download generated configuration as PHP script." msgstr "Atsisiųsti sugeneruotus nustatymus kaip PHP skriptą." #: lib/Block/WeatherdotcomStrings.php:25 msgid "Drizzle" msgstr "Smulkus lietus" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Vaistai" #: login.php:227 msgid "Dynamic" msgstr "Dinaminis" #: services/keyboard.php:64 msgid "E characters" msgstr "E simboliai" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU VAT identifikacija" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Keisti" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "Redaguoti \"%s\"" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "Keisti nustatymus" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "Redaguoti teises" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "\"%s\" teisių redagavimas" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Ugdymas" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "El. pašto adresas" #: lib/Prefs/Ui.php:201 msgid "Enter a name for the new category:" msgstr "Įveskite naujos kategorijos pavadinimą:" #: config/prefs.php:308 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Įrašykite klausimą, kuris jums bus užduotas jeigu pamiršite savo slaptažodį, " "pvz.: 'koks yra Jūsų gyvūno vardas?':" #: lib/Prefs/Ui.php:546 services/twitter/index.php:132 #: services/twitter/index.php:155 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Klaida jungiantis prie Twitter: %s Administratoriui išsiųstas detalus " "aprašymas." #: lib/Prefs/Ui.php:687 msgid "Error deleting synchronization session:" msgstr "Klaida trinant sinchronizavimo sesiją:" #: lib/Prefs/Ui.php:695 msgid "Error deleting synchronization sessions:" msgstr "Klaida trinant sinchronizavimo sesijas:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Klaida atnaujinant slaptažodį: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etninės" #: services/facebook/index.php:77 msgid "Event Invites:" msgstr "Pakvietimai:" #: config/prefs.php:540 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Kas 15 minučių" #: config/prefs.php:576 msgid "Every 2 minutes" msgstr "Kas 2 minutes" #: config/prefs.php:537 config/prefs.php:574 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Kas 30 sekundžių" #: config/prefs.php:539 config/prefs.php:577 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Kas 5 minutes" #: config/prefs.php:541 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Kas pusvalandį" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Kas valandą" #: config/prefs.php:538 config/prefs.php:575 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Kas minutę" #: templates/data/datemap.inc:26 msgid "Example values:" msgstr "Pavyzdžiui:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:116 msgid "Execute" msgstr "Vykdyti" #: admin/sessions.php:29 msgid "Expand" msgstr "Išskleisti" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Labai didelis" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "Nustatymų siuntimas per FTP" #: config/prefs.php:622 msgid "Facebook Integration" msgstr "Facebook integracija" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Pereinantis į žalią" #: lib/Block/WeatherdotcomStrings.php:26 msgid "Fair" msgstr "Švelnus" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Srautas" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Srauto adresas" #: lib/Block/Metar.php:193 msgid "Feels Like" msgstr "Atrodo lyg" #: lib/Block/Weatherdotcom.php:215 msgid "Feels like: " msgstr "Atrodo lyg: " #: lib/Block/WeatherdotcomStrings.php:27 msgid "Few Showers" msgstr "Trumpalaikis lietus" #: lib/Block/WeatherdotcomStrings.php:28 msgid "Few Snow Showers" msgstr "Trumpalaikė pūga" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "Ieškoti laukuose" #: config/registry.php:292 msgid "File Manager" msgstr "Failų tvarkymas" #: lib/Block/FbStream.php:54 msgid "Filter" msgstr "Filtruoti" #: config/registry.php:88 msgid "Filters" msgstr "Filtrai" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Pirmoji pusė" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Pirmasis ketvirtis" #: lib/Block/WeatherdotcomStrings.php:29 msgid "Fog" msgstr "Rūkas" #: lib/Block/WeatherdotcomStrings.php:30 msgid "Fog Early" msgstr "Rūkas ryte" #: lib/Block/WeatherdotcomStrings.php:31 msgid "Fog Late" msgstr "Rūkas vakare" #: lib/Block/WeatherdotcomStrings.php:32 msgid "Foggy" msgstr "Rūkanota" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Maistas" #: lib/Block/Metar.php:307 msgid "Forecast (TAF)" msgstr "Orų prognozė (TAF)" #: lib/Block/Weatherdotcom.php:67 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Orų prognozės apimtis (įsidėmėkite, kad ši funkcija gražina ir dienos ir " "nakties prognozę; per didelis skaičius gali sudarkyti dizainą)" #: templates/login/login.inc:58 msgid "Forgot your password?" msgstr "Pamiršote savo slaptažodį?" #: config/registry.php:320 msgid "Forms" msgstr "Formos" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Frazė" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Frazių tipas" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Frazės" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Frazės 2" #: config/registry.php:314 msgid "Forums" msgstr "Diskusijos" #: lib/Block/WeatherdotcomStrings.php:33 msgid "Freezing Drizzle" msgstr "Lijundra" #: services/facebook/index.php:76 msgid "Friend Requests:" msgstr "Draugų prašymai:" #: templates/prefs/facebook.html:44 msgid "Friends enabled" msgstr "Draugai įjungti" #: lib/Block/Weatherdotcom.php:232 lib/Block/Weatherdotcom.php:342 #: lib/Block/Weatherdotcom.php:388 msgid "From the " msgstr "Nuo " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Pilnas aprašymas" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Pilnatis" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Pilnas vardas" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "Generuoti %s nustatymus" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Sugeneruotas kodas" #: lib/Block/FbStream.php:170 templates/block/twitter-layout.html.php:34 msgid "Get More" msgstr "Rodyti daugiau" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "Bendri nustatymai" #: templates/prefs/app.html:17 msgid "Go" msgstr "Rodyti" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gadelis" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google paieška" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Graikiška (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Žalias" #: themes/grey/info.php:2 msgid "Grey" msgstr "Pilkas" #: admin/groups.php:160 msgid "Group Administration" msgstr "Grupių administravimas" #: templates/admin/groups/add.inc:9 msgid "Group name" msgstr "Grupės pavadinimas" #: admin/groups.php:31 #, php-format msgid "Group was not created: %s." msgstr "Grupė nebuvo sukurta: %s." #: admin/groups.php:219 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupės" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Svečių teisės" #: lib/Block/WeatherdotcomStrings.php:34 msgid "Haze" msgstr "Migla" #: lib/Block/WeatherdotcomStrings.php:35 msgid "Heavy Rain" msgstr "Stiprus lietus" #: lib/Block/WeatherdotcomStrings.php:36 msgid "Heavy T-Storm" msgstr "Stipri audra" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrajiška (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Aukštis" #: lib/Block/FbStream.php:69 lib/Block/TwitterTimeline.php:70 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Srauto turinio aukštis (plotis nustatomas automatiškai pagal bloką)" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Pagalba" #: services/help/index.php:70 msgid "Help _Topics" msgstr "Pagalbos temos" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisfera" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Štai čia yra failo pradžia:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Didelio kontrasto" #: templates/prefs/app.html:24 msgid "Hide Advanced Preferences" msgstr "Paslėpti išplėstinius nustatymus" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "Paslėpti rezultatus" #: lib/Block/WeatherdotcomStrings.php:100 msgid "High" msgstr "Svarbu" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Namų katalogas" #: config/registry.php:75 msgid "Horde" msgstr "Portalas" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "Horde puslapis" #: templates/data/csvinfo.inc:20 msgid "How many fields (columns) are there?" msgstr "Kiek laukų (stulpelių) ten yra?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Kas kiek sekundžių tikrinti ar yra naujų straipsnių?" #: lib/Block/Metar.php:203 lib/Block/Weatherdotcom.php:283 msgid "Humidity" msgstr "Drėgnumas" #: lib/Block/Weatherdotcom.php:243 msgid "Humidity: " msgstr "Drėgnumas: " #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Jumoreskos" #: services/keyboard.php:78 msgid "I characters" msgstr "I simboliai" #: config/prefs.php:563 msgid "Icons Only" msgstr "Tik piktogramos" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "%s piktogramos" #: config/prefs.php:564 msgid "Icons with text" msgstr "Piktogramos su tekstu" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Idėjos" #: config/prefs.php:245 msgid "Identity's name:" msgstr "Aprašo pavadinimas:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Įkėlimas, %d žingsnis" #: templates/data/datemap.inc:17 #, php-format msgid "Imported field: %s" msgstr "Laukas įkeltas: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Įkelti laukai:" #: lib/Block/TwitterTimeline.php:118 msgid "In reply to:" msgstr "Atsakymas į:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Iš sąrašo apačioje pasirinkite abu, lauką iš įkelto failo kairėję ir " "atitinkamą lauką iš adresų knygelės dešinėje. Tada paspauskite \"Pridėti porą" "\", kad pažymėtumėte juos įkėlimui. Kai baigsite, paspauskite \"Toliau\"." #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Neiteisingas vartotojo vardas arba alternatyvus el. pašto adresas. Bandykite " "dar kartą arba susisiekite su savo administratoriumi jeigu reikalinga " "tolesnė pagalba." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Individualūs vartotojai" #: templates/prefs/facebook.html:9 msgid "Infinite sessions enabled." msgstr "Nesibaigiančios sesijos įjungtos." #: config/registry.php:241 msgid "Information" msgstr "Informacija" #: lib/Block/Weatherdotcom.php:312 msgid "Information no longer available." msgstr "Informacija nebepasiekiama." #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Paveldimi nariai" #: config/prefs.php:322 msgid "Insert an email address to which you can receive the new password:" msgstr "Įrašykite el. pašto adresą, į kurį norite gauti naują slaptažodį:" #: config/prefs.php:315 msgid "Insert the required answer to the security question:" msgstr "Įrašykite reikiamą atsakymą į klausimą viršuje:" #: lib/Block/Vatid.php:57 msgid "Invalid VAT identification number format." msgstr "Neteisingas VAT identifikacijos skaičiaus formatas." #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "Neteisingas veiksmas %s" #: admin/config/config.php:24 msgid "Invalid application." msgstr "Neteisingas modulis." #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "Neteisinga maiša." #: lib/Block/Weatherdotcom.php:160 msgid "Invalid license key." msgstr "Neteisingas licenzijos raktas." #: lib/Block/Weatherdotcom.php:154 msgid "Invalid location provided." msgstr "Nurodyta neleistina vietovė." #: admin/perms/addchild.php:24 msgid "Invalid parent permission." msgstr "Neteisingos paveldimos teisės." #: lib/Block/Weatherdotcom.php:156 msgid "Invalid partner id." msgstr "Neteisingas pertnerio id." #: lib/Block/Weatherdotcom.php:158 msgid "Invalid product code." msgstr "Neteisingas produkto kodas." #: lib/Block/WeatherdotcomStrings.php:37 msgid "Isolated T-Storms" msgstr "Izoliuotos T-audros" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japoniška (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:120 msgid "Just now..." msgstr "Ką tik..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Branduolio naujokai" #: services/help/index.php:134 msgid "Keyword" msgstr "Raktinis žodis" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Vaikai" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korėjietiška (EUC-KR)" #: login.php:356 templates/login/login.inc:34 msgid "Language" msgstr "Kalba" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Didelis" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Antra pusė" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Paskutinį kartą slaptažodis buvo pakeistas." #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Paskutinis ketvirtis" #: admin/activesync.php:94 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Paskutinis susijungimo laikas" #: lib/Block/Metar.php:124 msgid "Last Updated:" msgstr "Atnaujinta:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Paskutinis prisijungimas: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Paskutinis prisijungimas: %s iš adreso %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Prisijungėte pirmą kartą" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Naujausia" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "Levandra" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Teisė" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Šviesiai mėlynas" #: lib/Block/WeatherdotcomStrings.php:38 msgid "Light Drizzle" msgstr "Smulkus lietus" #: lib/Block/WeatherdotcomStrings.php:39 msgid "Light Rain" msgstr "Nedidelis lietus" #: lib/Block/WeatherdotcomStrings.php:40 msgid "Light Rain Early" msgstr "Nedidelis lietus ryte" #: lib/Block/WeatherdotcomStrings.php:41 msgid "Light Rain Late" msgstr "Nedidelis lietus vakare" #: lib/Block/WeatherdotcomStrings.php:42 msgid "Light Rain Shower" msgstr "Nedidelė liūtis" #: lib/Block/WeatherdotcomStrings.php:43 msgid "Light Rain with Thunder" msgstr "Nedidelis lietus su perkūnija" #: lib/Block/WeatherdotcomStrings.php:44 msgid "Light Snow" msgstr "Nedidelis sniegas" #: lib/Block/WeatherdotcomStrings.php:45 msgid "Light Snow Early" msgstr "Nedidelis sniegas ryte" #: lib/Block/WeatherdotcomStrings.php:46 msgid "Light Snow Late" msgstr "Nedidelis sniegas vakare" #: lib/Block/WeatherdotcomStrings.php:47 msgid "Light Snow Shower" msgstr "Nedidelė šlapdriba" #: services/facebook/index.php:113 msgid "Like" msgstr "Patinka" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerikas" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux laimės žinutės" #: admin/sqlshell.php:121 msgid "List Tables" msgstr "Rodyti lentelių sąrašą" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "Parodyti perspėjimų sąrašo nepavyko: %s" #: admin/sessions.php:66 #, php-format msgid "Listing sessions failed: %s" msgstr "Parodyti sesijų nepavyko: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Vartotojų sąrašas uždraustas." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatūra" #: templates/sidebar/sidebar.inc:5 msgid "Loading..." msgstr "Krauna..." #: lib/Block/Weatherdotcom.php:195 msgid "Local time: " msgstr "Vietinis laikas: " #: config/prefs.php:331 msgid "Locale and Time" msgstr "Lokalė ir laikas" #: lib/Block/Metar.php:51 lib/Block/Sunrise.php:23 #: lib/Block/Weatherdotcom.php:52 msgid "Location" msgstr "Vieta" #: login.php:303 templates/login/login.inc:43 msgid "Log in" msgstr "Prisijungti" #: templates/portal/mobile.inc:7 msgid "Log out" msgstr "Atsijungti" #: login.php:328 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Prisijungti nepavyko. Neteisingas Jūsų nurodytas vartotojo vardas ir/ar " "slaptažodis." #: login.php:324 msgid "Login failed." msgstr "Prisijungti nepavyko." #: templates/prefs/facebook.html:57 msgid "Login to Facebook and authorize " msgstr "Prisijunkite prie Facebook ir suteikite teises " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Prisijunkite prie Twitter ir suteikite teises " #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Meilė" #: lib/Block/WeatherdotcomStrings.php:98 msgid "Low" msgstr "Nesvarbu" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Lojola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Mėlyna lojola" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magija" #: config/registry.php:80 msgid "Mail" msgstr "Paštas" #: config/registry.php:332 msgid "Mail Admin" msgstr "Pašto valdymas" #: config/prefs.php:465 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Kategorijų sąrašo, kurioms priskiriami objektai, ir su jomis susijusių " "spalvų keitimas." #: config/prefs.php:696 msgid "Manage your ActiveSync devices." msgstr "Jūsų ActiveSync įrenginių valdymas." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Sujungti laukai:" #: lib/Block/Metar.php:279 msgid "Max temp last 24 hours: " msgstr "Maks. temp. pask. 24 val: " #: lib/Block/Metar.php:271 msgid "Max temp last 6 hours: " msgstr "Maks. temp. pask. 6 val: " #: lib/Application.php:32 msgid "Maximum Number of Portal Blocks" msgstr "Maksimalus portalo blokų skaičius" #: lib/Block/FbStream.php:60 msgid "Maximum number of entries to display" msgstr "Maksimalus įrašų skaičius" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Vidutinis" #: templates/admin/groups/edit.inc:19 msgid "Members" msgstr "Nariai" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Mini" #: config/prefs.php:566 msgid "Menu mode:" msgstr "Meniu režimas:" #: lib/Block/Metar.php:22 msgid "Metar Weather" msgstr "Oro salygos" #: lib/Block/Weatherdotcom.php:148 msgid "MetarDB is not connected." msgstr "Neįdiegta Metar duomenų bazė." #: lib/Block/Metar.php:61 lib/Block/Weatherdotcom.php:62 msgid "Metric" msgstr "Matai" #: lib/Block/Metar.php:283 msgid "Min temp last 24 hours: " msgstr "Min. temp. pask. 24 val: " #: lib/Block/Metar.php:275 msgid "Min temp last 6 hours: " msgstr "Min. temp. pask. 6 hours: " #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Kitos" #: admin/config/index.php:192 msgid "Missing configuration." msgstr "Nėra nustatymų." #: lib/Block/WeatherdotcomStrings.php:48 msgid "Mist" msgstr "Migla" #: login.php:235 msgid "Mobile" msgstr "Mobilus" #: login.php:231 msgid "Mobile (Smartphone)" msgstr "Mobilus (Išm. tel.)" #: login.php:215 msgid "Mode" msgstr "Režimas" #: lib/Block/WeatherdotcomStrings.php:99 msgid "Moderate" msgstr "Vidutinis" #: config/prefs.php:453 msgid "Monday" msgstr "Pirmadienis" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Mėnulio fazės" #: lib/Block/WeatherdotcomStrings.php:49 msgid "Mostly Clear" msgstr "Daugiausia giedra" #: lib/Block/WeatherdotcomStrings.php:50 msgid "Mostly Cloudy" msgstr "Daugiausia apsinaukę" #: lib/Block/WeatherdotcomStrings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Daugiausia apsinaukę ir vėjuota" #: lib/Block/WeatherdotcomStrings.php:52 msgid "Mostly Sunny" msgstr "Daugiausia saulėta" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php:287 msgid "My Account" msgstr "Mano sąskaita" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Informacija apie mane" #: lib/Block/FbStream.php:30 msgid "My Facebook Stream" msgstr "Mano Facebook srautas" #: services/portal/index.php:43 msgid "My Portal" msgstr "Mano portalas" #: services/portal/edit.php:32 msgid "My Portal Layout" msgstr "Mano portalo išdėstymas" #: templates/logintasks/logintasks.html:25 msgid "NO, I Do NOT Agree" msgstr "NE, NESUTINKU" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "DĖMESIO: IŠVALYMAS ATSTATYS ĮRENGINIO GAMYKLINIUS NUSTATYMUS. PRIEŠ IŠVALANT " "ĮRENGINĮ ĮSITIKINKITE, KAD TIKRAI TO NORITE" #: lib/Block/Vatid.php:113 msgid "Name" msgstr "Vardas" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: config/prefs.php:536 config/prefs.php:573 templates/portal/layout.inc:97 msgid "Never" msgstr "Niekada" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nauja kategorija" #: services/facebook/index.php:73 msgid "New Messages:" msgstr "Naujos žinutės:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Naujas mėnulis" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Naujas vartotojo vardas (nebūtinas)" #: services/changepassword.php:29 msgid "New password" msgstr "Naujas slaptažodis" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nauji slaptažodžiai nesutampa." #: config/registry.php:246 lib/Block/Fortune.php:59 msgid "News" msgstr "Naujienos" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:120 #: templates/data/datemap.inc:43 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Toliau" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Tolesnės 4 fazės" #: lib/Block/Weatherdotcom.php:362 msgid "Night" msgstr "Naktis" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Be garso" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Neužtenka duomenų skirtumų parodymui." #: admin/config/diff.php:39 msgid "No change." msgstr "Skirtumų nėra." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Piktogramų nėra." #: lib/Block/Metar.php:99 lib/Block/Sunrise.php:45 #: lib/Block/Weatherdotcom.php:113 msgid "No location is set." msgstr "Nenustatyta vietovė." #: lib/Block/Weatherdotcom.php:152 msgid "No location provided." msgstr "Nenurodyta vietovė." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Nerodyti įžeidžiančių frazių" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nepatvirtintų registracijų nėra." #: admin/config/index.php:139 admin/config/index.php:177 msgid "No stable version exists yet." msgstr "Stabili versija dar neegzistuoja." #: lib/Block/Weatherdotcom.php:123 msgid "No temporary directory available for cache." msgstr "Spartinimui nėra laikinojo katalogo." #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "Neįrašėte vartotojo vardo." #: admin/config/index.php:198 msgid "No version found in original configuration. Regenerate configuration." msgstr "Konfigūraciniame faile nėra versijos. Pergeneruokite nustatymus." #: admin/config/index.php:207 msgid "No version found in your configuration. Regenerate configuration." msgstr "Konfigūraciniame faile nėra versijos. Pergeneruokite nustatymus." #: lib/Prefs/Ui.php:383 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Nenurodyta" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Šiaurės (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Šiaurinė hemisfera" #: admin/activesync.php:167 lib/Prefs/Ui.php:398 msgid "Not Provisioned" msgstr "Nestebimas" #: config/registry.php:184 msgid "Notes" msgstr "Užrašai" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Nėra ką peržiūrėti, eikite atgal." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Kiek straipsnių rodyti" #: lib/Block/TwitterTimeline.php:75 msgid "Number of seconds to wait to refresh" msgstr "Kas kiek sekundžių atnaujinti turinį" #: services/keyboard.php:92 msgid "O characters" msgstr "0 simboliai" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Objekto savininkas" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Žiaurumo filtras" #: config/registry.php:258 msgid "Office" msgstr "Ofisas" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Naujasis slaptažodis turi skirtis nuo dabartinio." #: services/changepassword.php:28 msgid "Old password" msgstr "Senas slaptažodis" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Senas slaptažodis neteisingas." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Tik įžeidžiančios frazės" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Elemento savininko teises gali keisti tik jo savininkas arba sistemos " "administratorius" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Opracinės sistemos" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "Arba įrašykite vartotojo vardą:" #: config/registry.php:109 msgid "Organizing" msgstr "Sisteminimas" #: services/keyboard.php:124 msgid "Other" msgstr "Kita" #: config/prefs.php:489 config/prefs.php:600 config/prefs.php:621 #: config/prefs.php:641 config/prefs.php:660 config/prefs.php:682 #: config/prefs.php:694 msgid "Other Information" msgstr "Kita informacija" #: services/keyboard.php:122 msgid "Other characters" msgstr "Kiti simboliai" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "Savininkas" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "Savininkas:" #: admin/phpshell.php:51 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "PHP kodas" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PHP CLI" #: lib/Block/WeatherdotcomStrings.php:54 msgid "PM Clouds" msgstr "Dieną debesuota" #: lib/Block/WeatherdotcomStrings.php:55 msgid "PM Drizzle" msgstr "Dieną smulkus lietus" #: lib/Block/WeatherdotcomStrings.php:56 msgid "PM Fog" msgstr "Dieną rūkas" #: lib/Block/WeatherdotcomStrings.php:57 msgid "PM Light Rain" msgstr "Dieną lengvas lietus" #: lib/Block/WeatherdotcomStrings.php:58 msgid "PM Light Snow" msgstr "Dieną nedidelis sniegas" #: lib/Block/WeatherdotcomStrings.php:59 msgid "PM Rain" msgstr "Dieną lietus" #: lib/Block/WeatherdotcomStrings.php:60 msgid "PM Showers" msgstr "Dieną liūtis" #: lib/Block/WeatherdotcomStrings.php:61 msgid "PM Snow" msgstr "Dieną sniegas" #: lib/Block/WeatherdotcomStrings.php:62 msgid "PM Snow Showers" msgstr "Dieną pūga" #: lib/Block/WeatherdotcomStrings.php:63 msgid "PM Sun" msgstr "Dieną saulėta" #: lib/Block/WeatherdotcomStrings.php:64 msgid "PM T-Showers" msgstr "Dieną liūtis" #: lib/Block/WeatherdotcomStrings.php:65 msgid "PM T-Storms" msgstr "Dieną audra" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Nerastas POSIX modulis" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "P_HP CLI" #: lib/Block/WeatherdotcomStrings.php:53 msgid "Partly Cloudy" msgstr "Dalinai debesuota" #: admin/config/index.php:314 admin/user.php:35 admin/user.php:49 #: config/registry.php:304 login.php:194 templates/admin/user/update.inc:20 msgid "Password" msgstr "Slaptažodis" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Slaptažodis sėkmingai pakeistas." #: lib/Prefs/Ui.php:302 msgid "Password:" msgstr "Slaptažodis:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Slaptažodžiai turi sutapti." #: admin/sqlshell.php:105 msgid "Paste" msgstr "Įkelti" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Nepatvirtintos registracijos:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Žmonės" #: templates/logintasks/logintasks.html:20 msgid "Perform Login Tasks" msgstr "Atlikti prisijungimo darbus" #: admin/perms/delete.php:43 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Teisė \"%s\" neištrinta." #: admin/perms/index.php:23 msgid "Permissions" msgstr "Teisės" #: admin/perms/addchild.php:52 admin/perms/delete.php:47 #: admin/perms/edit.php:111 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Teisių administravimas" #: config/prefs.php:233 msgid "Personal Information" msgstr "Asmeninė informacija" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Gyvūnai" #: config/registry.php:320 msgid "Photos" msgstr "Nuotraukos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Banalybės" #: login.php:200 msgid "Please enter a password." msgstr "Įveskite slaptažodį." #: login.php:199 msgid "Please enter a username." msgstr "Įveskite vartotojo vardą." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Aprašykite problemą." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Prašome perskaityti šį tekstą. Jūs PRIVALOTE sutikti su sąlygomis, jei " "norite naudotis sistema." #: services/facebook/index.php:75 msgid "Pokes:" msgstr "Paraginimai:" #: admin/activesync.php:101 msgid "Policy Key" msgstr "Politikos raktas" #: lib/Prefs/Ui.php:404 msgid "Policy Key:" msgstr "Politikos raktas:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politikai" #: services/facebook/index.php:109 #, php-format msgid "Posted %s" msgstr "Parašyta %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Parašyta %s per %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/Metar.php:239 lib/Block/Metar.php:244 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Krituliai pask. %d valandą: " msgstr[1] "Krituliai pask. %d valandas: " msgstr[2] "Krituliai pask. %d valandų: " #: lib/Block/Weatherdotcom.php:281 msgid "Precipitation
chance" msgstr "Kritulių
galimybė" #: lib/Block/Metar.php:198 msgid "Pressure" msgstr "Slėgis" #: lib/Block/Metar.php:232 msgid "Pressure at sea level: " msgstr "Slėgis jūros lygyje: " #: lib/Block/Weatherdotcom.php:219 msgid "Pressure: " msgstr "Slėgis: " #: services/problem.php:145 msgid "Problem Description" msgstr "Problemos aprašymas" #: admin/activesync.php:167 lib/Prefs/Ui.php:397 msgid "Provisioned" msgstr "Stebimas" #: templates/prefs/facebook.html:20 msgid "Publish enabled." msgstr "Publikavimas įjungtas." #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Horde purpurinis" #: admin/sqlshell.php:54 msgid "Query" msgstr "Užklausa" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvota" #: lib/Block/WeatherdotcomStrings.php:66 msgid "Rain" msgstr "Lietus" #: lib/Block/WeatherdotcomStrings.php:67 msgid "Rain Early" msgstr "Lietus ryte" #: lib/Block/WeatherdotcomStrings.php:68 msgid "Rain Late" msgstr "Lietus vakare" #: lib/Block/WeatherdotcomStrings.php:69 msgid "Rain Shower" msgstr "Liūtis" #: lib/Block/WeatherdotcomStrings.php:70 msgid "Rain and Snow" msgstr "Lietus ir sniegas" #: lib/Block/WeatherdotcomStrings.php:71 msgid "Rain to Snow" msgstr "Lietus pereinantis į sniegą" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Atsitiktinė frazė" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Skaityti" #: templates/prefs/facebook.html:32 msgid "Read enabled" msgstr "Skaitymas įjungtas" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Tikrai ištrinti \"%s\"? Gražinti atgal nebegalėsite." #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Tikrai ištrinti vartotojo \"%s\" duomenis? Gražinti atgal nebegalėsite." #: config/prefs.php:579 msgid "Refresh Dynamic Menu Elements:" msgstr "Atnaujinti kairiojo meniu elementus:" #: config/prefs.php:543 msgid "Refresh Portal View:" msgstr "Atnaujinti portalo vaizdą:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Atnaujinimo dažnumas:" #: admin/activesync.php:130 msgid "Registered User Devices" msgstr "Užregistruoti vartotojų įrenginiai" #: lib/Block/Metar.php:299 msgid "Remarks" msgstr "Pastabos" #: admin/sessions.php:38 admin/sessions.php:54 msgid "Remote Host:" msgstr "IP adresas:" #: config/prefs.php:601 msgid "Remote Servers" msgstr "Nutolę serveriai" #: lib/Prefs/Ui.php:300 msgid "Remote URL (http://www.example.com/horde):" msgstr "Nutolęs URL (http://www.pavyzdys.com/horde):" #: admin/activesync.php:181 templates/admin/groups/edit.inc:26 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Ištrinti" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Ištrinti porą" #: admin/config/index.php:333 msgid "Remove saved script from server's temporary directory." msgstr "Ištrinti atnaujinimo skriptą iš serverio laikinojo katalogo." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Ištrinti vartotoją" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Vartotojo trynimas: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Atsakyti" #: admin/activesync.php:134 msgid "Reprovision All Devices" msgstr "Pertvarkyti visus įrenginius" #: lib/Block/Weatherdotcom.php:140 msgid "Requested service could not be found." msgstr "Nepavyko rasti reikalingo serviso." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Iš naujo" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Pakeisti slaptažodį" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Ištrinti visas įrenginio būsenas. Tai sinchronizuos visus jūsų įrenginio " "duomenis iš naujo." #: services/resetpassword.php:23 msgid "Reset your password" msgstr "Slaptažodžio keitimas" #: admin/sqlshell.php:119 msgid "Restore Last Query" msgstr "Atnaujinti paskutinę užklausą" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:57 msgid "Results" msgstr "Rezultatai" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "%s rezultatai" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Grįžti į nustatymus" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Įrašyti dar kartą" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Parašė %s" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Pakartokite naują slaptažodį" #: admin/config/config.php:33 admin/config/config.php:42 msgid "Revert Configuration" msgstr "Atstatyti konfigūraciją" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Mįslės" #: admin/sqlshell.php:106 msgid "Run" msgstr "Vykdyti" #: admin/sqlshell.php:38 msgid "SQL Shell" msgstr "SQL CLI" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "S_QL CLI" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Išsaugoti" #: templates/admin/groups/edit.inc:70 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "Išsaugoti \"%s\"" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "Išsaugoti ir baigti" #: admin/config/index.php:305 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Išsaugoti sugeneruotus nustatymus kaip PHP skriptą jūsų serverio laikinajame " "kataloge." #: admin/config/scripts.php:94 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Nustatymų atnaujinimo skriptas išsaugotas į: \"%s\"." #: lib/Block/WeatherdotcomStrings.php:72 msgid "Scattered Showers" msgstr "Trumpalaikės liūtys" #: lib/Block/WeatherdotcomStrings.php:73 msgid "Scattered T-Storms" msgstr "Trumpalaikės audros" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Mokslas" #: services/help/index.php:71 msgid "Sea_rch" msgstr "Ieškoti" #: services/help/index.php:130 templates/admin/user/list.inc:16 msgid "Search" msgstr "Ieškoti" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Ieškoti:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "Pasirinkite grupę:" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "Pasirinkite naują savininką:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Pasirinkite serverį" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "Pasirinkite vartotoją:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Pasirinkite laukelius, kuriuos naudosite adresų išskleidimui." #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Iš žemiau esančių sąrašų pasirinkite reikiamus simbolius. Vėliau galite juos " "nukopijuoti į laišką." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Pasirinkite datos ir laiko formatą:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Pasirinkite datos skirtuką:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Pasirinkite datos formatą:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Pasirinkite datos ir laiko kryptį:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Pasirinkite laiko skirtuką:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Pasirinkite laiko formatą:" #: config/prefs.php:529 msgid "Select your color scheme." msgstr "Pasirinkite spalvų derinį." #: config/prefs.php:346 msgid "Select your preferred language:" msgstr "Pasirinkite norimą kalbą:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Siųsti problemos pranešimą" #: lib/Block/Metar.php:289 msgid "Sensor: " msgstr "Sensorius: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Serverio laikas" #: lib/Block/Weatherdotcom.php:144 msgid "Server data wrong or not available." msgstr "Neteisingi arba neegzistuoja serverio duomenys." #: admin/sessions.php:14 msgid "Session Admin" msgstr "Sesijų valdymas" #: admin/sessions.php:36 msgid "Session Timestamp:" msgstr "Sesijos laikas:" #: lib/Api.php:57 msgid "Sessions" msgstr "_Sesijos" #: config/prefs.php:298 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Nustatymai leidžiantys jums pasikeisti slaptažodį, jeigu jį kada nors " "pamiršite." #: config/prefs.php:623 msgid "Set up integration with your Facebook account." msgstr "Facebook integracijos nustatymai." #: config/prefs.php:643 msgid "Set up integration with your Twitter account." msgstr "Twitter integracijos nustatymai." #: config/prefs.php:602 msgid "Set up remote servers that you want to access from your portal." msgstr "Nutolusių serverių, kuriuos norite matyti iš portalo, nustatymai." #: config/prefs.php:332 msgid "Set your preferred language, timezone and date preferences." msgstr "Kalbos, laiko zonos ir datos nustatymai." #: config/prefs.php:491 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Pagrindinio modulio, puslapio spalvų, atsinaujinimo dažnumo ir kitų " "vaizdavimo parametrų nustatymai." #: lib/Block/Weatherdotcom.php:170 msgid "Several locations possible with the parameter: " msgstr "Su šiuo parametru galimos kelios vietovės: " #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Trumpas aprašymas" #: config/prefs.php:586 msgid "Should access keys be defined for most links?" msgstr "Ar naudoti klaviatūros mygtukus valdymui?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Rodyti" #: templates/prefs/app.html:22 msgid "Show Advanced Preferences" msgstr "Rodyti išplėstinius nustatymus" #: admin/config/index.php:295 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Parodyti skirtumus tarp išsaugoto ir ką tik sugeneruoto konfigūracinio failo." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Rodyti papildomas detales?" #: config/prefs.php:512 msgid "Show last login time when logging in?" msgstr "Rodyti paskutinio prisijungimo laiką?" #: lib/Block/FbStream.php:65 msgid "Show notifications" msgstr "Rodyti perspėjimus" #: config/prefs.php:549 #, php-format msgid "Show the %s Menu on the left?" msgstr "Rodyti %s meniu kairėje?" #: lib/Block/WeatherdotcomStrings.php:74 msgid "Showers" msgstr "Liūtis" #: lib/Block/WeatherdotcomStrings.php:75 msgid "Showers Early" msgstr "Liūtis ryte" #: lib/Block/WeatherdotcomStrings.php:76 msgid "Showers Late" msgstr "Liūtis vakare" #: lib/Block/WeatherdotcomStrings.php:77 msgid "Showers in the Vicinity" msgstr "Liūtis kaimynystinėse apylinkėse" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "Simplex" #: templates/logintasks/logintasks.html:21 msgid "Skip Login Tasks" msgstr "Praleisti prisijungimo darbus" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Mažas" #: lib/Block/WeatherdotcomStrings.php:78 msgid "Snow" msgstr "Sniegas" #: lib/Block/WeatherdotcomStrings.php:79 msgid "Snow Early" msgstr "Sniegas ryte" #: lib/Block/WeatherdotcomStrings.php:80 msgid "Snow Late" msgstr "Sniegas vakare" #: lib/Block/WeatherdotcomStrings.php:81 msgid "Snow Shower" msgstr "Pūga" #: lib/Block/WeatherdotcomStrings.php:82 msgid "Snow Showers" msgstr "Pūgos" #: lib/Block/WeatherdotcomStrings.php:83 msgid "Snow Showers Early" msgstr "Pūgos ryte" #: lib/Block/WeatherdotcomStrings.php:84 msgid "Snow Showers Late" msgstr "Pūgos vakare" #: lib/Block/Metar.php:251 msgid "Snow depth: " msgstr "Sniego gylis: " #: lib/Block/Metar.php:255 msgid "Snow equivalent in water: " msgstr "Sniego kiekis vandeniu: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Dainos ir Eilėraščiai" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Pietų Europos (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Pietinė hemisfera" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Specifinių simbolių įterpimas" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sportas" #: lib/Block/Metar.php:60 lib/Block/Weatherdotcom.php:61 msgid "Standard" msgstr "Standartas" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek'as" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Būsenos valdymas" #: admin/activesync.php:108 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Būsena" #: services/facebook/index.php:147 msgid "Status unable to be set." msgstr "Nepavyko nustatyti būsenos." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Srautas" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Pakatalogio \"%s\" nėra." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Vartotojas \"%s\" sukurtas sistemoje. Kol jis nepatvirtintas, prisijungti " "negalėsite." #: services/facebook/index.php:35 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Sėkmingai prisijungta prie Facebook sąskaitos arba pakeistos teisės." #: admin/sqlshell.php:92 msgid "Success" msgstr "Sėkminga" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" sėkmingai sukurtas sistemoje." #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Vartotojo \"%s\" duomenys sėkmingai ištrinti iš sistemos." #: admin/groups.php:60 admin/perms/delete.php:37 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" sėkmingai ištrinta." #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" sėkmingai ištrintas iš sistemos." #: admin/config/config.php:44 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Konfigūracija atstatyta sėkmingai. Perkraukite puslapį, kad pamatytumėte " "pakeitumus." #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "Atsarginė konfigūracijos kopija sėkmingai išsaugota." #: admin/config/config.php:55 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Atsarginė konfigūracijos kopija sėkmingai išsaugota į failą %s." #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" sėkmingai atnaujintas." #: admin/config/config.php:64 admin/config/index.php:47 #: admin/config/index.php:93 #, php-format msgid "Successfully wrote %s" msgstr "%s sėkmingai užrašytas." #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Saulėtekis" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Saulėlygis" #: config/prefs.php:452 msgid "Sunday" msgstr "Sekmadienis" #: lib/Block/WeatherdotcomStrings.php:85 msgid "Sunny" msgstr "Saulėta" #: lib/Block/Weatherdotcom.php:200 msgid "Sunrise" msgstr "Saulėtekis" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Saulėtekis/Saulėlydis" #: lib/Block/Weatherdotcom.php:199 msgid "Sunrise: " msgstr "Saulėtekis: " #: lib/Block/Weatherdotcom.php:203 msgid "Sunset" msgstr "Saulėlygis" #: lib/Block/Weatherdotcom.php:202 msgid "Sunset: " msgstr "Saulėlygis: " #: config/prefs.php:683 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Susietas srautas" #: lib/Block/WeatherdotcomStrings.php:86 msgid "T-Showers" msgstr "Liūtis" #: lib/Block/WeatherdotcomStrings.php:87 msgid "T-Showers Early" msgstr "Liūtis ryte" #: lib/Block/WeatherdotcomStrings.php:88 msgid "T-Showers Late" msgstr "Liūtis vakare" #: lib/Block/WeatherdotcomStrings.php:89 msgid "T-Storm" msgstr "Audra" #: lib/Block/WeatherdotcomStrings.php:90 msgid "T-Storm and Windy" msgstr "Audra ir vėjuota" #: lib/Block/WeatherdotcomStrings.php:91 msgid "T-Storms" msgstr "Audros" #: lib/Block/WeatherdotcomStrings.php:92 msgid "T-Storms Early" msgstr "Audros ryte" #: lib/Block/WeatherdotcomStrings.php:93 msgid "T-Storms Late" msgstr "Audros vakare" #: lib/Block/Cloud.php:14 msgid "Tag Cloud" msgstr "Raktiniai žodžiai" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "Mėlynas Tango" #: config/registry.php:160 msgid "Tasks" msgstr "Darbai" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "Žalsvas" #: lib/Block/Metar.php:263 msgid "Temp for last hour: " msgstr "Temp. pask. valandą: " #: lib/Block/Metar.php:187 msgid "Temperature" msgstr "Temperatūra" #: lib/Block/Weatherdotcom.php:207 msgid "Temperature: " msgstr "Temperatūra: " #: lib/Block/Weatherdotcom.php:276 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatūra
(%sHi%s/%sLo%s) °%s" #: lib/Prefs/Ui.php:478 services/facebook/index.php:40 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Laikinai nepavyko prisijungti prie Facebook, pabandykite vėliau." #: lib/Block/TwitterTimeline.php:104 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Laikinai nepavyko prisijungti prie Twitter. Pabandykite vėliau." #: services/keyboard.php:148 msgid "Text Area" msgstr "Teksto laukas" #: config/prefs.php:562 msgid "Text Only" msgstr "Tik tekstas" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tailandietiška (TIS-620)" #: lib/Prefs/Ui.php:716 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Nuotolinis išvalymas įrenginiui, kurio id %s, atšauktas." #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "Perspėjimas ištrintas." #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "Perspėjimas išsaugotas." #: admin/config/index.php:98 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "%s nustatymai negali būti atnaujinti automatiškai. Atnaujinkite nustatymus " "rankiniu būdu." #: config/prefs.php:263 msgid "The default e-mail address to use with this identity:" msgstr "Pagrindinis el. pašto adresas susietas su šiuo aprašu:" #: lib/Block/Vatid.php:87 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Nepavyko laiku pasiekti šalies serviso. Pabandykite vėliau arba pasirinkite " "kitą šalį." #: lib/Block/Vatid.php:83 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Šalies servisas šiuo metu neprieinamas. Pabandykite vėliau arba pasirinkite " "kitą šalį." #: lib/Block/Vatid.php:75 msgid "The provided country code is invalid." msgstr "Nurodytas šalies kodas yra neteisingas." #: lib/Prefs/Ui.php:650 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Serveris \"%s\" ištrintas." #: lib/Prefs/Ui.php:645 #, php-format msgid "The server \"%s\" has been saved." msgstr "Serveris \"%s\" išsaugotas." #: lib/Block/Vatid.php:79 msgid "The service is currently not available. Try again later." msgstr "Servisas šiuo metu neprieinamas. Pabandykite vėliau." #: lib/Block/Vatid.php:91 msgid "The service is currently too busy. Try again later." msgstr "Servisas šiuo metu užimtas. Pabandykite vėliau." #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" registracijos prašymas ištrintas." #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Vartotojo \"%s\" registracijos prašymas ištrintas." #: lib/LoginTasks/Task/AdminCheck.php:60 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Skriptas skirtas diegimo testavimui yra įjungtas. Kai tik baigsite testavimą " "saugumo sumetimais jį išjunkite (daugiau horde/docs/INSTALL)." #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "Vartotojas \"%s\" jau egzistuoja." #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "Vartotojas \"%s\" neegzistuoja." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Nėra temų katalogo \"%s\"." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Sukurti \"%s\" nepavyko: %s" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Nepavyko ištrinti vartotojo \"%s\" duomenų iš sistemos: " #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Ištrinti \"%s\" nepavyko: " #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Atnaujinti \"%s\" nepavyko: %s" #: lib/Block/TwitterTimeline.php:92 lib/Block/TwitterTimeline.php:108 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Klaida jungiantis prie Twitter: %s" #: admin/config/config.php:75 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Klaida konfigūracijos formoje. Greičiausiai neužpildėte reikiamų laukų." #: lib/Block/FbStream.php:135 lib/Block/FbStream.php:161 #: services/facebook/index.php:62 services/facebook/index.php:79 #, php-format msgid "There was an error making the request: %s" msgstr "Klaida siunčiant užklausą: %s" #: services/facebook/index.php:37 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "Klaida kuriant jūsų Facebook sesiją. Pabandykite vėliau." #: lib/Api.php:279 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "Klaida trinant %s duomenis. Detalesnė informacija išsaugota registre." #: services/facebook/index.php:49 msgid "There was an error with the requested permissions" msgstr "Klaida dėl nurodytų teisių" #: lib/Block/Vatid.php:102 msgid "This VAT identification number is invalid." msgstr "Šis VAT identifikacijos numeris yra neteisingas." #: lib/Block/Vatid.php:99 msgid "This VAT identification number is valid." msgstr "Šis VAT identifikacijos numeris yra teisingas." #: lib/Block/WeatherdotcomStrings.php:94 msgid "Thunder" msgstr "Perkūnija" #: config/registry.php:224 msgid "Tickets" msgstr "Bilietai" #: config/registry.php:263 msgid "Time Tracking" msgstr "Laiko apskaita" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Laiko formatas" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Laikas nežinomas" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Sėkmingų sinchronizavimo sesijų laikai" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Pareigos" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Norėdami ištrinti kurį nors lauką arba pataisyti neteisingą porą, " "pasirinkite lauką iš sąrašo apačioje ir paspauskite \"Pašalinti porą\"." #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Norėdami pasirinkti keletą elementų, laikykite Control (PC) arba Command " "(Mac) klavišą, ir pasirinkite pele." #: lib/Block/Weatherdotcom.php:293 msgid "Today" msgstr "Šiandien" #: lib/Block/Weatherdotcom.php:295 msgid "Tomorrow" msgstr "Rytoj" #: login.php:223 msgid "Traditional" msgstr "Paprastas" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Vertimai" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkiška (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Įrašas" #: config/prefs.php:642 msgid "Twitter Integration" msgstr "Twitter integracija" #: lib/Block/TwitterTimeline.php:41 msgid "Twitter Timeline" msgstr "Twitter laiko juosta" #: lib/Block/TwitterTimeline.php:57 #, php-format msgid "Twitter Timeline for %s" msgstr "%s Twitter laiko juosta" #: services/keyboard.php:108 msgid "U characters" msgstr "U simboliai" #: lib/Block/Weatherdotcom.php:253 msgid "U.V. index: " msgstr "U.V. indeksas: " #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:68 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "Nepavyko prisijungti prie Twitter. Pabandykite vėliau. Klaida: %s" #: admin/groups.php:63 admin/perms/delete.php:40 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Nepavyko ištrinti \"%s\": %s." #: services/facebook/index.php:172 msgid "Unable to set like." msgstr "Veiksmas nepavyko." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Atšaukti pakeitimus" #: lib/Prefs/Ui.php:242 msgid "Unfiled" msgstr "Nenurodyta" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unikodas (UTF-8)" #: lib/Block/Metar.php:57 lib/Block/Weatherdotcom.php:57 msgid "Units" msgstr "Vienetai" #: lib/Block/Weatherdotcom.php:142 msgid "Unknown location provided." msgstr "Nurodyta nežinoma vietovė." #: lib/Block/FbStream.php:157 templates/admin/user/list.inc:36 msgid "Update" msgstr "Atnaujinti" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s keitimas" #: admin/config/index.php:163 admin/config/index.php:258 #, php-format msgid "Update %s schema" msgstr "Atnaujinti %s schemą" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Atnaujinti visas duomenų bazių schemas" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Atnaujinti visus nustatymus" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "Keisti vartotoją" #: admin/groups.php:103 admin/perms/edit.php:105 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" pakeista." #: admin/config/index.php:113 #, php-format msgid "Updated schema for %s." msgstr "%s schema atnaujinta." #: admin/config/index.php:312 msgid "Upload" msgstr "Nusiųsti" #: admin/config/index.php:320 msgid "Uploaded all application configuration files to the server." msgstr "Visi modulių nustatymų failai įkelti į serverį." #: config/prefs.php:662 msgid "Use if name/password is different for IMSP server." msgstr "Naudoti jeigu vartotojo vardas/slaptažodis IMSP serveriui yra kitoks." #: templates/admin/groups/edit.inc:24 templates/admin/groups/edit.inc:67 msgid "User" msgstr "Vartotojas" #: admin/user.php:224 msgid "User Administration" msgstr "Vartotojų administravimas" #: lib/Prefs/Ui.php:404 msgid "User Agent:" msgstr "Vartotojo naršyklė:" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Vartotojo vardas" #: signup.php:67 msgid "User Registration" msgstr "Vartotojų registracija" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "Vartotojų registracija išjungta." #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "Vartotojų registracija šiame puslapyje sukonfigūruota neteisingai." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Tokios vartotojo sąskaitos nėra" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "Pasirinkite vartotoją:" #: admin/config/index.php:313 admin/user.php:32 admin/user.php:48 #: login.php:189 services/resetpassword.php:29 #: templates/admin/user/approve.inc:22 msgid "Username" msgstr "Vartotojo vardas" #: lib/Prefs/Ui.php:301 msgid "Username:" msgstr "Vartotojo vardas:" #: templates/admin/groups/edit.inc:60 msgid "Users" msgstr "Vartotojai" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Vartotojai šioje sistemoje:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "VAT id numerio patvirtinimas" #: lib/Block/Vatid.php:39 msgid "VAT identification number:" msgstr "VAT identifikacijos numeris:" #: lib/Block/Vatid.php:107 msgid "VAT number" msgstr "VAT numeris" #: lib/Block/Weatherdotcom.php:228 msgid "Variable" msgstr "Kintantis" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Versijos patikrinimas" #: config/registry.php:213 msgid "Version Control" msgstr "Versijų kontrolė" #: lib/Block/WeatherdotcomStrings.php:101 msgid "Very High" msgstr "Labai didelis" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamietiška (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Rodyti išorinį puslapį" #: lib/Block/Metar.php:182 msgid "Visibility" msgstr "Matomumas" #: lib/Block/Weatherdotcom.php:247 msgid "Visibility: " msgstr "Matomumas: " #: lib/Block/Account.php:96 msgid "Warning" msgstr "Dėmesio" #: lib/Block/Weatherdotcom.php:41 msgid "Weather Forecast" msgstr "Orų prognozė" #: lib/Block/Weatherdotcom.php:409 msgid "Weather data provided by" msgstr "Orų prognozė pagal" #: config/registry.php:309 msgid "Web Site" msgstr "WWW puslapis" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Sveiki" #: templates/portal/mobile.inc:5 #, php-format msgid "Welcome, %s" msgstr "Labas, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Vakarų (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Vakarų (ISO-8859-15)" #: config/prefs.php:505 #, php-format msgid "What application should %s display after login?" msgstr "Kokį modulį %s turi rodyti po prisijungimo?" #: lib/Block/TwitterTimeline.php:113 msgid "What are you working on now?" msgstr "Ką šiuo metu dirbate?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Koks skirtuko simbolis?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "Koks kabučių simbolis?" #: lib/Block/FbStream.php:143 msgid "What's on your mind?" msgstr "Apie ką galvojate?" #: config/prefs.php:455 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Kuri diena yra pirmoji savaitės diena?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Kurios fazės" #: config/prefs.php:555 #, php-format msgid "Width of the %s menu on the left:" msgstr "%s meniu plotis kairėje:" #: config/registry.php:326 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weatherdotcom.php:283 lib/Block/WeatherdotcomStrings.php:95 msgid "Wind" msgstr "Vėjas" #: lib/Block/WeatherdotcomStrings.php:96 msgid "Wind Early" msgstr "Vėjas ryte" #: lib/Block/WeatherdotcomStrings.php:97 msgid "Wind Late" msgstr "Vėjas vakare" #: lib/Block/Metar.php:66 msgid "Wind speed in knots" msgstr "Vėjo greitis mazgais" #: lib/Block/Metar.php:129 msgid "Wind:" msgstr "Vėjas:" #: lib/Block/Weatherdotcom.php:226 msgid "Wind: " msgstr "Vėjas: " #: admin/activesync.php:177 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Išvalyti" #: admin/activesync.php:158 lib/Prefs/Ui.php:387 msgid "Wipe is pending" msgstr "Laukiama išvalymo" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Išmintis" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Darbas" #: config/registry.php:236 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html:24 msgid "Yes, I Agree" msgstr "Taip, aš sutinku" #: services/facebook/index.php:118 services/facebook/index.php:166 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Jūs ir %d kitas žmogus tai mėgsta" msgstr[1] "Jūs ir %d kiti žmonės tai mėgsta" msgstr[2] "Jūs ir %d kitų žmonių tai mėgsta" #: lib/Api.php:297 msgid "You are not allowed to add groups." msgstr "Jūs neturite teisių grupių sukūrimui." #: lib/Api.php:414 msgid "You are not allowed to add shares." msgstr "Jūs neturite teisių bendrų objektų sukūrimui." #: lib/Api.php:340 lib/Api.php:363 msgid "You are not allowed to change groups." msgstr "Jūs neturite teisių grupių pakeitimui." #: lib/Api.php:495 lib/Api.php:532 lib/Api.php:566 lib/Api.php:591 msgid "You are not allowed to change shares." msgstr "Jūs neturite teisių bendrų objektų pakeitimui." #: lib/Api.php:319 msgid "You are not allowed to delete groups." msgstr "Jūs neturite teisių grupių ištrynimui." #: lib/Api.php:439 msgid "You are not allowed to delete shares." msgstr "Jūs neturite teisių bendrų objektų ištrynimui." #: lib/Api.php:723 msgid "You are not allowed to list groups of shares." msgstr "Jūs neturite teisių matyti bendrų objektų grupių sąrašo." #: lib/Api.php:617 lib/Api.php:655 msgid "You are not allowed to list share permissions." msgstr "Jūs neturite teisių matyti bendrų objektų teisių sąrašo." #: lib/Api.php:464 msgid "You are not allowed to list shares." msgstr "Jūs neturite teisių matyti bendrų objektų sąrašo." #: lib/Api.php:386 msgid "You are not allowed to list users of groups." msgstr "Jūs neturite teisių matyti grupių vartotojų sąrašo." #: lib/Api.php:693 msgid "You are not allowed to list users of shares." msgstr "Jūs neturite teisių matyti bendrų objektų vartotojų sąrašo." #: lib/Api.php:221 msgid "You are not allowed to remove user data." msgstr "Jūs neturite teisių ištrinti vartotojo duomenų." #: lib/Block/FbStream.php:136 lib/Block/FbStream.php:162 #: services/facebook/index.php:63 services/facebook/index.php:80 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Taip pat patikrinkite Facebook nustatymus savo %s." #: lib/LoginTasks/Task/TosAgreement.php:64 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "Jūs nesutikote su registracijos sąlygomis, todėl prisijungti negalite." #: login.php:320 msgid "You have been logged out." msgstr "Jūs atsijungėte." #: services/facebook/index.php:47 msgid "You have denied the requested permissions." msgstr "Jūs nesuteikėte teisių šiai užklausai." #: lib/Block/FbStream.php:97 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" "Jūs nesujungėte savo Facebook sąskaitos su Horde. Patikrinkite Facebook " "nustatymus savo %s." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Jūs nesujungėte savo Twitter sąskaitos su Horde. Patikrinkite Twitter " "nustatymus savo %s." #: services/facebook/index.php:120 services/facebook/index.php:160 #: services/facebook/index.php:168 msgid "You like this" msgstr "Jūs tai mėgstate" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Prieš siųsdami pranešimą, aprašykite problemą." #: lib/Prefs/Ui.php:648 msgid "You must select an server to be deleted." msgstr "Turite pasirinkti serverį, kurį norite ištrinti." #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "Nurodykite vartotojo vardą, kurio duomenis trinate." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Nurodykite vartotojo vardą trynimui." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Nurodykite kuriamo vartotojo vardą." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "Nurodykite atnaujinamo vartotojo vardą." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Jūsų el. pašto adresas:" #: config/prefs.php:232 config/prefs.php:296 config/prefs.php:330 #: config/prefs.php:463 msgid "Your Information" msgstr "Informacija apie Jus" #: login.php:312 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Nuo sesijos pradžios jūsų IP adresas pasikeitė. Turite prisijungti iš naujo." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Jūsų vardas/pavardė" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Jūsų sistemos autentifikacijos posistemė nepalaiko vartotojų kūrimo. Jeigu " "vartotojų tvarkymui norite naudoti Horde, turite pasirinkti kitą " "autentifikacijos posistemę." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Jūsų autentifikavimo sistema nepalaiko vartotojų sąrašo, arba ši funkcija " "uždrausta dėl tam tikrų priežasčių." #: login.php:316 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Nuo sesijos pradžios jūsų naršyklės tipas pasikeitė. Turite prisijungti iš " "naujo." #: lib/Block/Iframe.php:67 msgid "Your browser does not support this feature." msgstr "Jūsų naršyklė nepalaiko šios galimybės." #: config/prefs.php:367 msgid "Your current time zone:" msgstr "Jūsų laiko juosta:" #: config/prefs.php:254 msgid "Your full name:" msgstr "Jūsų vardas/pavardė:" #: login.php:332 msgid "Your login has expired." msgstr "Jūsų vartotojo vardas nebegalioja." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "Jūsų naujas %s slaptažodis yra: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "Jūsų slaptažodis pakeistas" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Jūsų slaptažodis pakeistas, tačiau nepavyko jo jums išsiųsti. Kreipkitės į " "sistemos administratorių." #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Jūsų slaptažodis pakeistas. Pasitikrinkite savo paštą ir prisijunkite su " "nauju slaptažodžiu." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Jūsų slaptažodis nebegalioja" #: login.php:163 msgid "Your password has expired." msgstr "Jūsų slaptažodis nebegalioja." #: lib/Prefs/Ui.php:298 msgid "Your remote servers:" msgstr "Jūsų nutolę serveriai:" #: login.php:308 msgid "Your session has expired. Please login again." msgstr "Jūsų sesija baigėsi. Prašome prisijungti iš naujo." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Energingos" #: services/problem.php:109 msgid "[Problem Report]" msgstr "[Problemos pranešimas]" #: admin/sessions.php:38 msgid "[Unknown]" msgstr "[Nežinomas]" #: lib/Api.php:47 msgid "_Alarms" msgstr "_Perspėjimai" #: lib/Api.php:72 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 msgid "_Configuration" msgstr "_Nustatymai" #: lib/Api.php:52 msgid "_DataTree" msgstr "_Duomenų medis" #: lib/Api.php:37 msgid "_Groups" msgstr "G_rupės" #: lib/Application.php:56 msgid "_Home" msgstr "N_amai" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Teisės" #: lib/Api.php:32 msgid "_Users" msgstr "V_artotojai" #: services/problem.php:56 msgid "attachment" msgstr "prikabintas failas" #: lib/Block/Metar.php:145 lib/Block/Metar.php:331 #, php-format msgid "calm" msgstr "ramus" #: lib/Block/WeatherdotcomStrings.php:102 msgid "falling" msgstr "krenta" #: lib/Block/Metar.php:147 lib/Block/Metar.php:333 lib/Block/Metar.php:359 #, php-format msgid "from the %s (%s) at %s %s" msgstr "nuo %s (%s) %s %s" #: lib/Block/Weatherdotcom.php:234 msgid "gusting" msgstr "gūsiai" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "paprasti" #: lib/Block/FbStream.php:97 lib/Block/FbStream.php:136 #: lib/Block/FbStream.php:162 lib/Block/TwitterTimeline.php:168 #: services/facebook/index.php:63 services/facebook/index.php:80 msgid "preferences" msgstr "nustatymai" #: lib/Block/WeatherdotcomStrings.php:104 msgid "rising" msgstr "kyla" #: admin/config/config.php:85 msgid "show differences" msgstr "rodyti skirtumus" #: lib/Block/WeatherdotcomStrings.php:103 msgid "steady" msgstr "stabili" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "slaptažodį turite įrašyti du kartus" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "unifikuoti" #: lib/Block/Weatherdotcom.php:34 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/lt/LC_MESSAGES/horde.mo0000644000175000017500000020606613160205253021605 0ustar mathieumathieu ;NN$N)N O&'O NO$[O O)OOO OOO P Pt+P PPPPPPPl QEwQXQVR6mR RVRSl%S S SS S SS SSSS S TTT/T@T HT STtTTT T T T TT TTTNU-RUUU U U U U U UUUU# Va1V%VVVVVW4W ;WGW]WnWWWW%W<W% XFX[X _X)iX X'X,X*X%YDY!VYxYYY YYY YYY'Z+Z :Z EZOZ ^ZhZmZsZ |ZZZZ ZZZ Z@Z*[@[U[s[z[![d[\\5\>\Z\ u\1\*\\\ \ ] ])]9] H]QV]] ] ]] ] ]]]^ ^#^ +^ 9^ F^ P^ Z^ e^s^=^^'^ __/_8_ ?_.J_*y_3_V_/``(`5a0QaXaa*nbbbbbbb bb cc0cHcdccccccccc ccdd d d,(d4Ud dd dd d*dBd;e Pe\e ceme eee"e ee e ff)f=fWfCnff f/fggg $g1gGg LgVgkg|g g g"g{gOMh'h(hh ii i1iAiRibi ri }iiii iii iii i j j #j/j@j Qj^jej mj xjj jjjjj|j4kJkPk Xkek nkykkkk kk k kkk ll&l)l 0l>lQlWl\l ql|llll l lll?l+m 0m =m"Hm kmwm mmmm m$m2mn 'n 2n q Sqaqvqqqqqq q rr"r'r-r=rFr LrVr krxr rrrrrrr r r rss&s8s Ps[sls|sss s ssss t t t)t9tBtItGQt t0t>tuu u 'u3u6u G#S wJ.-?I;[Ň/! Q-_O%5Hf n | ʼn Љ ډ  % @Nj~ ȊdCj&8݋*1;\(4&/7>DL [elu| ύ؍   * 6(D>m> 4C_cy5ݏhf|%! +8K3-2 ڒ1A-3o%)ɓT)HKrI1*:(e 1͕Vߖ "6G _ lyE}×ޗ 8 ?IZp ;˜216 J V`2r;  3N it }  Ӛ ޚ& .:O/e ӛF L!Y{ Мלܜ D"7"Z%}%%ɝ%-.C#r,,Þ(5VO*usa ՠE())R&|%(ɡv s9y+'Sk{\ФQ--ɥ  % 4>F LY `kpx Ŧ"̦ ¨Ĩ٨* 2?>~Fͩ ' 9F^O ɪߪ *HHX=< Ӭs߬Sk .D ]kz  Ʈ ۮ &#:RZk}ܯ\-[Ӱ -:@,\s)'G"f ˲Ӳ 0< U8v г 2-,4,a,-#1B ]ix)ܵ  '- 3?S p| QͶ +@`i!c # 6@^|64¸"!6Ur \  .8G X bm ĺѺٺ G)M#wĻ˻ ݻ387VW4<:2mm۾'c ʿݿ.@ X.y $ %49?TZq.D  &0?^0oK #8G!], # +E$\-6 "8?N`q)|SL''# * ;I \j z    + 6CWj|      #5 >Ldw %->D S`{F  #AV]mv!8 .DLaz B#[ J64:o &BV oz . ! ?K*h *<[m +#!A c oy W?(=h\'Ks#  * 6W]w !$FZbq  T[`hy$  ()Rcv"#!% 0BNB  &!H'` 2&VD"    )1B Xf|    ,"9 \j " + 6AYue  " ,9MYV ) :DJ Q ]ks5H $Sx% - &0?@" by  #=FNV _jzZ5 6KS\ eo?m$}#8Uq /U![ }D(h -u* P Z&u #8? GTci p |  # .;MUrzTG /#9:](X85En  % = K Wel}   $1)@Aj@ ;!]v\9['\( #6>2u(29@Z"wM < GF1/ "1@)R|q   ,B0s  ('Pl~ 4F )4Oev"E!1B T_|   6 @LUd y - 9'M u    !o3)2)2**]3??7<9tB32%IX+^\@434%N$t(QD[y X- ! $9 %^  m c t   7     *  7 E  J V f o v             '    * b? -1&R!Wt DX)+(& [qztzC_q [Te&8-q~>* Rm}KB/'~jvG@g }a%~ vwHBh\ EOzHW5'%F/:Rcx2tO^Ob@0JV+1 /)>e2f4so]j9:=%&5:Gn)\vx3 ;"4Vdz y<`adAZHyl8n2IO1Q3,4]$l!7iY#jo}I^S>Kgy\ suXEp<<|(@BZP8MLPSQ)w=PQ(.#`sJx#p`V4i6:_CRfJXh7I5Yg;n*f"7rUNPm@kil['{uLs0SI? T!f6cF[Gh]5k/??lbu{vCkK%CDHoQ=YFU<r}M 't,9e731E$WL2oAabB#$"g.j ^ 0Nh.p=.6UD6;A N3,-]TaF;~+^!MpUV9Yu M\dm0w+W`m, d kqX|J$KLriw{n>T__-ZN|9*eAZyxc" 8({S Dc*G Er| at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks checked below. Check the box for any operation(s) you want to perform at this time., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hours24-hour format can interact with your Facebook account, but you must login to Facebook manually each time. cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA charactersA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM CloudsAM DrizzleAM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM T-ShowersAM T-StormsAM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated to:Authorize Access to Friends Data:Authorize PublishAuthorize Read:Authorize an infinite session:AutomaticAvailable fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBrowser:Burnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsClouds EarlyClouds LateCloudyCollapseCollapse SidebarColor PickerCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCornflowerCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the backup configuration file %s.Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDataTreeDataTree BrowserDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew point: DisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrizzleDrugsDynamicE charactersEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFade to GreenFairFeedFeed AddressFeels LikeFeels like: Few ShowersFew Snow ShowersFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFogFog EarlyFog LateFoggyFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFreezing DrizzleFriend Requests:Friends enabledFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHazeHeavy RainHeavy T-StormHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHide Advanced PreferencesHide ResultsHighHome DirectoryHordeHorde WebsiteHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInfinite sessions enabled.InformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow EarlyLight Snow LateLight Snow ShowerLikeLimerickLinux CookieList TablesListing alarms failed: %sListing sessions failed: %sListing users is disabled.LiteratureLoading...Local time: Locale and TimeLocationLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMaximum number of entries to displayMedicineMediumMembersMentionsMenu mode:Metar WeatherMetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration.MistMobileMobile (Smartphone)ModeModerateMondayMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutNO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeXTNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo SoundNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No stable version exists yet.No temporary directory available for cache.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshO charactersObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:OrganizingOtherOther InformationOther charactersOwnerOwner:PHPPHP CodePHP ShellPM CloudsPM DrizzlePM FogPM Light RainPM Light SnowPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-ShowersPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosted %sPosted %s via %sPostnukePrecipitation for last %d hour: Precipitation for last %d hours: Precipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionProvisionedPublish enabled.Purple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRemarksRemote Host:Remote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequested service could not be found.ResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".Scattered ShowersScattered T-StormsScienceSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeServer data wrong or not available.Session AdminSession Timestamp:SessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set up remote servers that you want to access from your portal.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsShow the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSkip Login TasksSmallSnowSnow EarlySnow LateSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpecial Character InputSportsStandardStar TrekState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLSyndicated FeedT-ShowersT-Showers EarlyT-Showers LateT-StormT-Storm and WindyT-StormsT-Storms EarlyT-Storms LateTag CloudTango BlueTasksTealTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sTemporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Text AreaText OnlyThai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The server "%s" has been deleted.The server "%s" has been saved.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.ThunderTicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTraditionalTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sU charactersU.V. index: URLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVariableVersion CheckVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?What's on your mind?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind EarlyWind LateWind speed in knotsWind:Wind: WipeWipe is pendingWisdomWorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not allowed to remove user data.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Facebook account with Horde. You should check your Facebook settings in your %s.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Your session has expired. Please login again.Zippy[Problem Report][Unknown]_Alarms_CLI_Configuration_DataTree_Groups_Home_Permissions_Usersattachmentcalmfallingfrom the %s (%s) at %s %sgustinginlinepreferencesrisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 4.0.7-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2011-05-28 01:09+0300 PO-Revision-Date: 2011-07-25 14:35+0300 Last-Translator: Vilius Šumskas Language-Team: Lithuanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2); Grupė "%s" sukurta.Teisė "%s" sukurta."%s" nebuvo sukurta: %s.Užimta %.2fMB iš galimų %.2fMB (%.2f%%)%d %s ir %sIki jūsų slaptažodžio galiojimo pabaigos liko %d dienų(os)%d min.%d žmogus mėgsta tai%d žmonės mėgsta tai%d žmonių mėgsta tainuo %d iki %d iš %d%d-dienų prognozė%s - pastaba%s nustatymai%s profilaktikos veiksmų patvirtinimas%s nuostatos%s %s %s%s pasirengęs atlikti profilaktikos veiksmus. Pažymėkite, kurias operacijas norite atlikti., gūsiai , gūsiai %s %s, kinta nuo %s iki %s12 valandų formatas24 valandų formatas24 valandos24 valandų formatas gali sąveikauti su jūsų Facebook sąskaita, bet kiekvieną kartą turėsite prisijungti prie Facebook patys. negali gauti informacijos apie jūsų Facebook draugus. negali gauti žinučių ir kitų objektų iš Facebook. negali pakeisti jūsų būsenos ir publikuoti kito turinio į Facebook. gali sąveikauti su jūsų Twitter sąskaitaA simboliaiĮrenginio išvalymas nustatytas. Įrenginys bus išvalytas kitą kartą, kai tik pabandys sinchronizuoti duomenis.Yra nauja versija (%s).Nuotolinis išvalymas įrenginiui, kurio id %s, nustatytas. Įrenginys bus išvalytas kitą kartą, kai tik pabandys sinchronizuoti duomenis.Naktį debesuotaNaktį smulkus lietusNaktį rūkasNaktį lengvas lietusNaktį nedidelis sniegasNaktį lietusNaktį liūtisNaktį sniegasNaktį pūgaRyte saulėtaNaktį liūtisNaktį audraAM/PMInformacija apie jusSlaptažodisVeiksmaiActiveSyncActiveSync įrenginių administravimasActiveSync įrenginiaiActiveSync neektyvuota.SukurtiPridėti turinįBloko įterpimas:Narių įtraukimasGrupės sukūrimasNaujo vartotojo sukūrimas:Naujo perspėjimo sukūrimasPridėti porąSukurti vartotojąVartotojas "%s" sukurtas, tačiau papildoma registracijos informacija nebuvo išsaugota: %s.Vartotojas "%s" sukurtas. Galite prisijungti.Vartotojų kūrimas išjungtas.AdresasAdresaiPerspėjimo pabaigos dataPerspėjimo būdasPerspėjimo pradžios dataPerspėjimo tekstasPerspėjimo pavadinimasPerspėjimaiVisosVisi prisijungę vartotojaiVisi politikos raktai sėkmingai atnaujinti.Viso jūsų renginio būsenos ištrintos. Jos atsinaujins sekantį kartą, kai įrenginys prisijungs prie serverio.Visos sinchronizavimo sesijos ištrintos.Alternatyvus IMSP prisijungimasAlternatyvus IMSP slaptažodisAlternatyvus IMSP vartotojo vardasAlternatyvus el. pašto adresasĮvyko nežinoma klaidaAtsakymasModulisModulio kontekstas: Modulių sąrašasModulis veikia gerai.Naudojamas naujausias modulis.PatvirtintiArabiška (Windows-1256)Ar tikrai norite ištrinti '%s'?Ar tikrai norite ištrinti "%s" registracijos prašymą?Ar tikrai norite ištrinti "%s"?Armėniška (ARMSCII-8)MenasAcsii menasMažiausiai viena duomenų bazės schema pasenusi.FailasBandote ištrinti neegzistuojančią grupę.Bandote ištrinti neegzistuojančias teises.Bandote redaguoti neegzistuojančias teises.Bandote redaguoti neegzistuojantį elementą.Prisijungė prie:Leisti naudotis draugų duomenimis:Leisti publikuotiLeisti skaityti:Leisti sesijai nesibaigti:AutomatinisGalimi laukai:ŽydrasBOFH atsiprašymaiBaltiška (ISO-8859-13)BarbėNėra pagrindinio grafikos katalogo "%s".Bloko parametraiBloko tipasMėlynas mėnulisMėlynas ir baltasAtžymosVisosRudasNaršyklė:Prinokęs apelsinasNebaigtas kešo iniciavimas.KalendoriusRamuKamufliažasAtšauktiAtšaukti problemos pranešimąAtšaukti išvalymąAutomatinis slaptažodžio pakeitimas neveikia, susisiekite su administratoriumi.KategorijosKeltų (ISO-8859-14)Centrinės Europos (ISO-8859-2)PakeistiSlaptažodžio keitimasAsmeninės informacijos keitimas.Dabartinė konfigūracija neleidžia keisti slaptažodžių. Susisiekite su savo administratoriumi.PatikrintiPatikrinti ar nėra naujų versijųTikrinamaKinietiška paprasta (GB2312)Kinietiška tradicinė (Big5)Pasirinkite %sPasirinkite kaip vaizduoti datas (trumpasis formatas):Pasirinkite kaip vaizduoti datas (ilgasis formatas):Pasirinkite kaip vaizduoti laikus:GiedraIšvalyti užklausąVartotojo duomenų valymas: %sIšvalyti vartotojo duomenisIšvalyti vartotojo duomenisGiedra ryteGiedra vakarePele pažymėkite vieną iš Jūsų adresų knygelių, o po to pasirinkite laukus paieškai.TęstiKliento inkarasUždaryti langąDebesuotaDebesuota ryteDebesuota vakareDebesuotaSuskleistiSuskleisti įrankių juostąSpalvų paletėKomandaKomandinė eilutėKomentarai: %dKompiuteriaiSąlygaSąlygosNustatymaiNustatymų pasikeitimaiSinchronizavimo su PDA, mobiliaisiais telefonais ir Outlook nustatymai.Reikia atnaujinti konfigūracinį failą.Yra nustatymų atnaujinimo skriptųKonfigūruoti %sSlaptažodis dar kartąTęstiLaimės žinutėsRugiagėlėNepavyko prisijungti prie "%s" serverio per FTP: %sNepavyko prisijungti prie serverio. Pabandykite vėliau.Nepavyko ištrinti nustatymų atnaujinimo skripto "%s".Nepavyko rasti prisijungimo duomenų ir Twitter sąskaitos susijungimuiNepavyko pakeisti slaptažodžio šiam vartotojui. Kai kuri arba visa informacija yra netiksli. Pabandykite dar kartą arba susisiekite su savo administratoriumi jeigu reikalinga pagalba.Nepavyko atkeisti nustatymų.Nepavyko padaryti atsarginės nustatymų kopijos: %sNepavyko išsaugoti nustatymų atnaujinimo skripto į: "%s".Nepavyko padaryti atsarginės %s nustatymų failo kopijos.Nepavyko išsaugoti %s nustatymų failo. Norėdami išsaugoti kodą pasinaudokite vienu iš būdų apačioje.Nepavyko išsaugoti %s nustatymų failo. Jūs galite arba naudotis atnaujinimo skriptu %s arba patys nukopijuoti kodą apačioje į %s.Nepavyko užrašyti "%s" nustatymų: %sValstybėSukurtiSukurti naują aprašąDabartinės 4 fazėsEsami perspėjimaiEsamos sesijosDabartinis laikasDabartinės oro sąlygosDabartinės sąlygos: Kirilica (KOI8-R)Kirilica (Windows-1251)Kirilica/Ukrainietiška (KOI8-U)Duomenų bazės priėjimas nesukonfigūruotas.Duomenų bazės schema pasenusi.Duomenų bazės schema veikia gerai.DDDuomenysDuomenų medisDuomenų medžio naršyklėDuomenų bazėDataGautaData: %s; laikas: %sDienaStandartinė reikšmėStandartinė spalvaPagrindinė komandinė eilutėStandartinė koduotė siunčiamiems laiškais:Standartinė vieta, kuri bus naudojama jūsų lokacijai apibūdinti.ApibrėžimaiIštrintiIštrinti "%s"Ištinri visus SyncML duomenisIštrinti grupęNustatymų atnaujinimo skriptas "%s" ištrintas.Sinchronizacijos sesija su įrenginiu "%s" ir duomenų baze "%s" ištrinta.Problemos aprašymasVystymasĮrenginysĮrenginio IDĮrenginių valdymasĮrenginio id:Įrenginys išvalytasĮrenginys sėkmingai ištrintas.Įrenginio išvalymas sėkmingai atšauktas.Rasos taškasRasos taškas paskutinę valandą: Rasos taškas: IšjungtiRodyti 24-ių val. formatą?Vaizdavimo nustatymaiRodyti detalią progronęRodyti progronę (TAF)Ar pirmas įrašas yra lauko vardai?Neturite vartotojo vardo? Užsiregistruokite.Atsisiųsti %sAtsisiųsti sugeneruotus nustatymus kaip PHP skriptą.Smulkus lietusVaistaiDinaminisE simboliaiEU VAT identifikacijaKeistiRedaguoti "%s"Keisti nustatymusRedaguoti teises"%s" teisių redagavimasUgdymasEl. pašto adresasĮveskite naujos kategorijos pavadinimą:Įrašykite klausimą, kuris jums bus užduotas jeigu pamiršite savo slaptažodį, pvz.: 'koks yra Jūsų gyvūno vardas?':Klaida jungiantis prie Twitter: %s Administratoriui išsiųstas detalus aprašymas.Klaida trinant sinchronizavimo sesiją:Klaida trinant sinchronizavimo sesijas:Klaida atnaujinant slaptažodį: %sEtninėsPakvietimai:Kas 15 minučiųKas 2 minutesKas 30 sekundžiųKas 5 minutesKas pusvalandįKas valandąKas minutęPavyzdžiui:VykdytiIšskleistiLabai didelisNustatymų siuntimas per FTPFacebook integracijaPereinantis į žaliąŠvelnusSrautasSrauto adresasAtrodo lygAtrodo lyg: Trumpalaikis lietusTrumpalaikė pūgaIeškoti laukuoseFailų tvarkymasFiltruotiFiltraiPirmoji pusėPirmasis ketvirtisRūkasRūkas ryteRūkas vakareRūkanotaMaistasOrų prognozė (TAF)Orų prognozės apimtis (įsidėmėkite, kad ši funkcija gražina ir dienos ir nakties prognozę; per didelis skaičius gali sudarkyti dizainą)Pamiršote savo slaptažodį?FormosFrazėFrazių tipasFrazėsFrazės 2DiskusijosLijundraDraugų prašymai:Draugai įjungtiNuo Pilnas aprašymasPilnatisPilnas vardasGeneruoti %s nustatymusSugeneruotas kodasRodyti daugiauBendri nustatymaiRodytiGadelisGoogle paieškaGraikiška (ISO-8859-7)ŽaliasPilkasGrupių administravimasGrupės pavadinimasGrupė nebuvo sukurta: %s.GrupėsSvečių teisėsMiglaStiprus lietusStipri audraHebrajiška (ISO-8859-8-I)AukštisSrauto turinio aukštis (plotis nustatomas automatiškai pagal bloką)PagalbaPagalbos temosHemisferaŠtai čia yra failo pradžia:Didelio kontrastoPaslėpti išplėstinius nustatymusPaslėpti rezultatusSvarbuNamų katalogasPortalasHorde puslapisKiek laukų (stulpelių) ten yra?Kas kiek sekundžių tikrinti ar yra naujų straipsnių?DrėgnumasDrėgnumas: JumoreskosI simboliaiTik piktogramos%s piktogramosPiktogramos su tekstuIdėjosAprašo pavadinimas:Įkėlimas, %d žingsnisLaukas įkeltas: %sĮkelti laukai:Atsakymas į:Iš sąrašo apačioje pasirinkite abu, lauką iš įkelto failo kairėję ir atitinkamą lauką iš adresų knygelės dešinėje. Tada paspauskite "Pridėti porą", kad pažymėtumėte juos įkėlimui. Kai baigsite, paspauskite "Toliau".Neiteisingas vartotojo vardas arba alternatyvus el. pašto adresas. Bandykite dar kartą arba susisiekite su savo administratoriumi jeigu reikalinga tolesnė pagalba.Individualūs vartotojaiNesibaigiančios sesijos įjungtos.InformacijaInformacija nebepasiekiama.Paveldimi nariaiĮrašykite el. pašto adresą, į kurį norite gauti naują slaptažodį:Įrašykite reikiamą atsakymą į klausimą viršuje:Neteisingas VAT identifikacijos skaičiaus formatas.Neteisingas veiksmas %sNeteisingas modulis.Neteisinga maiša.Neteisingas licenzijos raktas.Nurodyta neleistina vietovė.Neteisingos paveldimos teisės.Neteisingas pertnerio id.Neteisingas produkto kodas.Izoliuotos T-audrosJaponiška (ISO-2022-JP)Ką tik...Branduolio naujokaiRaktinis žodisVaikaiKolabKorėjietiška (EUC-KR)KalbaDidelisAntra pusėPaskutinį kartą slaptažodis buvo pakeistas.Paskutinis ketvirtisPaskutinis susijungimo laikasAtnaujinta:Paskutinis prisijungimas: %sPaskutinis prisijungimas: %s iš adreso %sPrisijungėte pirmą kartąNaujausiaLevandraTeisėŠviesiai mėlynasSmulkus lietusNedidelis lietusNedidelis lietus ryteNedidelis lietus vakareNedidelė liūtisNedidelis lietus su perkūnijaNedidelis sniegasNedidelis sniegas ryteNedidelis sniegas vakareNedidelė šlapdribaPatinkaLimerikasLinux laimės žinutėsRodyti lentelių sąrašąParodyti perspėjimų sąrašo nepavyko: %sParodyti sesijų nepavyko: %sVartotojų sąrašas uždraustas.LiteratūraKrauna...Vietinis laikas: Lokalė ir laikasVietaPrisijungtiAtsijungtiPrisijungti nepavyko. Neteisingas Jūsų nurodytas vartotojo vardas ir/ar slaptažodis.Prisijungti nepavyko.Prisijunkite prie Facebook ir suteikite teises Prisijunkite prie Twitter ir suteikite teises MeilėNesvarbuLojolaMėlyna lojolaMMMagijaPaštasPašto valdymasKategorijų sąrašo, kurioms priskiriami objektai, ir su jomis susijusių spalvų keitimas.Jūsų ActiveSync įrenginių valdymas.Sujungti laukai:Maks. temp. pask. 24 val: Maks. temp. pask. 6 val: Maksimalus portalo blokų skaičiusMaksimalus įrašų skaičiusMedicinaVidutinisNariaiMiniMeniu režimas:Oro salygosNeįdiegta Metar duomenų bazė.MataiMin. temp. pask. 24 val: Min. temp. pask. 6 hours: KitosNėra nustatymų.MiglaMobilusMobilus (Išm. tel.)RežimasVidutinisPirmadienisMėnulio fazėsDaugiausia giedraDaugiausia apsinaukęDaugiausia apsinaukę ir vėjuotaDaugiausia saulėtaMozillaMano sąskaitaInformacija apie maneMano Facebook srautasMano portalasMano portalo išdėstymasNE, NESUTINKUDĖMESIO: IŠVALYMAS ATSTATYS ĮRENGINIO GAMYKLINIUS NUSTATYMUS. PRIEŠ IŠVALANT ĮRENGINĮ ĮSITIKINKITE, KAD TIKRAI TO NORITEVardasNeXTNiekadaNauja kategorijaNaujos žinutės:Naujas mėnulisNaujas vartotojo vardas (nebūtinas)Naujas slaptažodisNauji slaptažodžiai nesutampa.NaujienosToliauTolesnės 4 fazėsNaktisBe garsoNeužtenka duomenų skirtumų parodymui.Skirtumų nėra.Piktogramų nėra.Nenustatyta vietovė.Nenurodyta vietovė.Nerodyti įžeidžiančių fraziųNepatvirtintų registracijų nėra.Stabili versija dar neegzistuoja.Spartinimui nėra laikinojo katalogo.Neįrašėte vartotojo vardo.Konfigūraciniame faile nėra versijos. Pergeneruokite nustatymus.Konfigūraciniame faile nėra versijos. Pergeneruokite nustatymus.NenurodytaŠiaurės (ISO-8859-10)Šiaurinė hemisferaNestebimasUžrašaiNėra ką peržiūrėti, eikite atgal.Kiek straipsnių rodytiKas kiek sekundžių atnaujinti turinį0 simboliaiObjekto savininkasŽiaurumo filtrasOfisasNaujasis slaptažodis turi skirtis nuo dabartinio.Senas slaptažodisSenas slaptažodis neteisingas.Tik įžeidžiančios frazėsElemento savininko teises gali keisti tik jo savininkas arba sistemos administratoriusOpracinės sistemosArba įrašykite vartotojo vardą:SisteminimasKitaKita informacijaKiti simboliaiSavininkasSavininkas:PHPPHP kodasPHP CLIDieną debesuotaDieną smulkus lietusDieną rūkasDieną lengvas lietusDieną nedidelis sniegasDieną lietusDieną liūtisDieną sniegasDieną pūgaDieną saulėtaDieną liūtisDieną audraNerastas POSIX modulisP_HP CLIDalinai debesuotaSlaptažodisSlaptažodis sėkmingai pakeistas.Slaptažodis:Slaptažodžiai turi sutapti.ĮkeltiNepatvirtintos registracijos:ŽmonėsAtlikti prisijungimo darbusTeisė "%s" neištrinta.TeisėsTeisių administravimasAsmeninė informacijaGyvūnaiNuotraukosBanalybėsĮveskite slaptažodį.Įveskite vartotojo vardą.Aprašykite problemą.Prašome perskaityti šį tekstą. Jūs PRIVALOTE sutikti su sąlygomis, jei norite naudotis sistema.Paraginimai:Politikos raktasPolitikos raktas:PolitikaiParašyta %sParašyta %s per %sPostnukeKrituliai pask. %d valandą: Krituliai pask. %d valandas: Krituliai pask. %d valandų: Kritulių
galimybėSlėgisSlėgis jūros lygyje: Slėgis: Problemos aprašymasStebimasPublikavimas įjungtas.Horde purpurinisUžklausaKvotaLietusLietus ryteLietus vakareLiūtisLietus ir sniegasLietus pereinantis į sniegąAtsitiktinė frazėSkaitytiSkaitymas įjungtasTikrai ištrinti "%s"? Gražinti atgal nebegalėsite.Tikrai ištrinti vartotojo "%s" duomenis? Gražinti atgal nebegalėsite.Atnaujinti kairiojo meniu elementus:Atnaujinti portalo vaizdą:Atnaujinimo dažnumas:Užregistruoti vartotojų įrenginiaiPastabosIP adresas:Nutolę serveriaiNutolęs URL (http://www.pavyzdys.com/horde):IštrintiIštrinti porąIštrinti atnaujinimo skriptą iš serverio laikinojo katalogo.Ištrinti vartotojąVartotojo trynimas: %sAtsakytiPertvarkyti visus įrenginiusNepavyko rasti reikalingo serviso.Iš naujoPakeisti slaptažodįIštrinti visas įrenginio būsenas. Tai sinchronizuos visus jūsų įrenginio duomenis iš naujo.Slaptažodžio keitimasAtnaujinti paskutinę užklausąRezultatai%s rezultataiGrįžti į nustatymusĮrašyti dar kartąParašė %sPakartokite naują slaptažodįAtstatyti konfigūracijąMįslėsVykdytiSQL CLIS_QL CLIIšsaugotiIšsaugoti "%s"Išsaugoti ir baigtiIšsaugoti sugeneruotus nustatymus kaip PHP skriptą jūsų serverio laikinajame kataloge.Nustatymų atnaujinimo skriptas išsaugotas į: "%s".Trumpalaikės liūtysTrumpalaikės audrosMokslasIeškotiIeškotiIeškoti:Pasirinkite grupę:Pasirinkite naują savininką:Pasirinkite serverįPasirinkite vartotoją:Pasirinkite laukelius, kuriuos naudosite adresų išskleidimui.Iš žemiau esančių sąrašų pasirinkite reikiamus simbolius. Vėliau galite juos nukopijuoti į laišką.Pasirinkite datos ir laiko formatą:Pasirinkite datos skirtuką:Pasirinkite datos formatą:Pasirinkite datos ir laiko kryptį:Pasirinkite laiko skirtuką:Pasirinkite laiko formatą:Pasirinkite spalvų derinį.Pasirinkite norimą kalbą:Siųsti problemos pranešimąSensorius: Serverio laikasNeteisingi arba neegzistuoja serverio duomenys.Sesijų valdymasSesijos laikas:_SesijosNustatymai leidžiantys jums pasikeisti slaptažodį, jeigu jį kada nors pamiršite.Facebook integracijos nustatymai.Twitter integracijos nustatymai.Nutolusių serverių, kuriuos norite matyti iš portalo, nustatymai.Kalbos, laiko zonos ir datos nustatymai.Pagrindinio modulio, puslapio spalvų, atsinaujinimo dažnumo ir kitų vaizdavimo parametrų nustatymai.Su šiuo parametru galimos kelios vietovės: Trumpas aprašymasAr naudoti klaviatūros mygtukus valdymui?RodytiRodyti išplėstinius nustatymusParodyti skirtumus tarp išsaugoto ir ką tik sugeneruoto konfigūracinio failo.Rodyti papildomas detales?Rodyti paskutinio prisijungimo laiką?Rodyti perspėjimusRodyti %s meniu kairėje?LiūtisLiūtis ryteLiūtis vakareLiūtis kaimynystinėse apylinkėseSimplexPraleisti prisijungimo darbusMažasSniegasSniegas ryteSniegas vakarePūgaPūgosPūgos rytePūgos vakareSniego gylis: Sniego kiekis vandeniu: Dainos ir EilėraščiaiPietų Europos (ISO-8859-3)Pietinė hemisferaSpecifinių simbolių įterpimasSportasStandartasStar Trek'asBūsenos valdymasBūsenaNepavyko nustatyti būsenos.SrautasPakatalogio "%s" nėra.Vartotojas "%s" sukurtas sistemoje. Kol jis nepatvirtintas, prisijungti negalėsite.Sėkmingai prisijungta prie Facebook sąskaitos arba pakeistos teisės.Sėkminga"%s" sėkmingai sukurtas sistemoje.Vartotojo "%s" duomenys sėkmingai ištrinti iš sistemos."%s" sėkmingai ištrinta."%s" sėkmingai ištrintas iš sistemos.Konfigūracija atstatyta sėkmingai. Perkraukite puslapį, kad pamatytumėte pakeitumus.Atsarginė konfigūracijos kopija sėkmingai išsaugota.Atsarginė konfigūracijos kopija sėkmingai išsaugota į failą %s."%s" sėkmingai atnaujintas.%s sėkmingai užrašytas.SaulėtekisSaulėlygisSekmadienisSaulėtaSaulėtekisSaulėtekis/SaulėlydisSaulėtekis: SaulėlygisSaulėlygis: SyncMLSusietas srautasLiūtisLiūtis ryteLiūtis vakareAudraAudra ir vėjuotaAudrosAudros ryteAudros vakareRaktiniai žodžiaiMėlynas TangoDarbaiŽalsvasTemp. pask. valandą: TemperatūraTemperatūra: Temperatūra
(%sHi%s/%sLo%s) °%sLaikinai nepavyko prisijungti prie Facebook, pabandykite vėliau.Laikinai nepavyko prisijungti prie Twitter. Pabandykite vėliau.Teksto laukasTik tekstasTailandietiška (TIS-620)Nuotolinis išvalymas įrenginiui, kurio id %s, atšauktas.Perspėjimas ištrintas.Perspėjimas išsaugotas.%s nustatymai negali būti atnaujinti automatiškai. Atnaujinkite nustatymus rankiniu būdu.Pagrindinis el. pašto adresas susietas su šiuo aprašu:Nepavyko laiku pasiekti šalies serviso. Pabandykite vėliau arba pasirinkite kitą šalį.Šalies servisas šiuo metu neprieinamas. Pabandykite vėliau arba pasirinkite kitą šalį.Nurodytas šalies kodas yra neteisingas.Serveris "%s" ištrintas.Serveris "%s" išsaugotas.Servisas šiuo metu neprieinamas. Pabandykite vėliau.Servisas šiuo metu užimtas. Pabandykite vėliau."%s" registracijos prašymas ištrintas.Vartotojo "%s" registracijos prašymas ištrintas.Skriptas skirtas diegimo testavimui yra įjungtas. Kai tik baigsite testavimą saugumo sumetimais jį išjunkite (daugiau horde/docs/INSTALL).Vartotojas "%s" jau egzistuoja.Vartotojas "%s" neegzistuoja.Nėra temų katalogo "%s".Sukurti "%s" nepavyko: %sNepavyko ištrinti vartotojo "%s" duomenų iš sistemos: Ištrinti "%s" nepavyko: Atnaujinti "%s" nepavyko: %sKlaida jungiantis prie Twitter: %sKlaida konfigūracijos formoje. Greičiausiai neužpildėte reikiamų laukų.Klaida siunčiant užklausą: %sKlaida kuriant jūsų Facebook sesiją. Pabandykite vėliau.Klaida trinant %s duomenis. Detalesnė informacija išsaugota registre.Klaida dėl nurodytų teisiųŠis VAT identifikacijos numeris yra neteisingas.Šis VAT identifikacijos numeris yra teisingas.PerkūnijaBilietaiLaiko apskaitaLaiko formatasLaikas nežinomasSėkmingų sinchronizavimo sesijų laikaiPareigosNorėdami ištrinti kurį nors lauką arba pataisyti neteisingą porą, pasirinkite lauką iš sąrašo apačioje ir paspauskite "Pašalinti porą".Norėdami pasirinkti keletą elementų, laikykite Control (PC) arba Command (Mac) klavišą, ir pasirinkite pele.ŠiandienRytojPaprastasVertimaiTurkiška (ISO-8859-9)ĮrašasTwitter integracijaTwitter laiko juosta%s Twitter laiko juostaU simboliaiU.V. indeksas: URLNepavyko prisijungti prie Twitter. Pabandykite vėliau. Klaida: %sNepavyko ištrinti "%s": %s.Veiksmas nepavyko.Atšaukti pakeitimusNenurodytaUnikodas (UTF-8)VienetaiNurodyta nežinoma vietovė.Atnaujinti%s keitimasAtnaujinti %s schemąAtnaujinti visas duomenų bazių schemasAtnaujinti visus nustatymusKeisti vartotoją"%s" pakeista.%s schema atnaujinta.NusiųstiVisi modulių nustatymų failai įkelti į serverį.Naudoti jeigu vartotojo vardas/slaptažodis IMSP serveriui yra kitoks.VartotojasVartotojų administravimasVartotojo naršyklė:Vartotojo vardasVartotojų registracijaVartotojų registracija išjungta.Vartotojų registracija šiame puslapyje sukonfigūruota neteisingai.Tokios vartotojo sąskaitos nėraPasirinkite vartotoją:Vartotojo vardasVartotojo vardas:VartotojaiVartotojai šioje sistemoje:VAT id numerio patvirtinimasVAT identifikacijos numeris:VAT numerisKintantisVersijos patikrinimasVersijų kontrolėLabai didelisVietnamietiška (VISCII)Rodyti išorinį puslapįMatomumasMatomumas: DėmesioOrų prognozėOrų prognozė pagalWWW puslapisSveikiLabas, %sVakarų (ISO-8859-1)Vakarų (ISO-8859-15)Kokį modulį %s turi rodyti po prisijungimo?Ką šiuo metu dirbate?Koks skirtuko simbolis?Koks kabučių simbolis?Apie ką galvojate?Kuri diena yra pirmoji savaitės diena?Kurios fazės%s meniu plotis kairėje:WikiVėjasVėjas ryteVėjas vakareVėjo greitis mazgaisVėjas:Vėjas: IšvalytiLaukiama išvalymoIšmintisDarbasX-RefYYTaip, aš sutinkuJūs ir %d kitas žmogus tai mėgstaJūs ir %d kiti žmonės tai mėgstaJūs ir %d kitų žmonių tai mėgstaJūs neturite teisių grupių sukūrimui.Jūs neturite teisių bendrų objektų sukūrimui.Jūs neturite teisių grupių pakeitimui.Jūs neturite teisių bendrų objektų pakeitimui.Jūs neturite teisių grupių ištrynimui.Jūs neturite teisių bendrų objektų ištrynimui.Jūs neturite teisių matyti bendrų objektų grupių sąrašo.Jūs neturite teisių matyti bendrų objektų teisių sąrašo.Jūs neturite teisių matyti bendrų objektų sąrašo.Jūs neturite teisių matyti grupių vartotojų sąrašo.Jūs neturite teisių matyti bendrų objektų vartotojų sąrašo.Jūs neturite teisių ištrinti vartotojo duomenų.Taip pat patikrinkite Facebook nustatymus savo %s.Jūs nesutikote su registracijos sąlygomis, todėl prisijungti negalite.Jūs atsijungėte.Jūs nesuteikėte teisių šiai užklausai.Jūs nesujungėte savo Facebook sąskaitos su Horde. Patikrinkite Facebook nustatymus savo %s.Jūs nesujungėte savo Twitter sąskaitos su Horde. Patikrinkite Twitter nustatymus savo %s.Jūs tai mėgstatePrieš siųsdami pranešimą, aprašykite problemą.Turite pasirinkti serverį, kurį norite ištrinti.Nurodykite vartotojo vardą, kurio duomenis trinate.Nurodykite vartotojo vardą trynimui.Nurodykite kuriamo vartotojo vardą.Nurodykite atnaujinamo vartotojo vardą.Jūsų el. pašto adresas:Informacija apie JusNuo sesijos pradžios jūsų IP adresas pasikeitė. Turite prisijungti iš naujo.Jūsų vardas/pavardėJūsų sistemos autentifikacijos posistemė nepalaiko vartotojų kūrimo. Jeigu vartotojų tvarkymui norite naudoti Horde, turite pasirinkti kitą autentifikacijos posistemę.Jūsų autentifikavimo sistema nepalaiko vartotojų sąrašo, arba ši funkcija uždrausta dėl tam tikrų priežasčių.Nuo sesijos pradžios jūsų naršyklės tipas pasikeitė. Turite prisijungti iš naujo.Jūsų naršyklė nepalaiko šios galimybės.Jūsų laiko juosta:Jūsų vardas/pavardė:Jūsų vartotojo vardas nebegalioja.Jūsų naujas %s slaptažodis yra: %sJūsų slaptažodis pakeistasJūsų slaptažodis pakeistas, tačiau nepavyko jo jums išsiųsti. Kreipkitės į sistemos administratorių.Jūsų slaptažodis pakeistas. Pasitikrinkite savo paštą ir prisijunkite su nauju slaptažodžiu.Jūsų slaptažodis nebegaliojaJūsų slaptažodis nebegalioja.Jūsų nutolę serveriai:Jūsų sesija baigėsi. Prašome prisijungti iš naujo.Energingos[Problemos pranešimas][Nežinomas]_Perspėjimai_CLI_Nustatymai_Duomenų medisG_rupėsN_amai_TeisėsV_artotojaiprikabintas failasramuskrentanuo %s (%s) %s %sgūsiaipaprastinustatymaikylarodyti skirtumusstabilislaptažodį turite įrašyti du kartusunifikuotiweather.comtmpIMUtxu/horde-5.2.17/locale/ro/0000755000175000017500000000000013162206570016356 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ro/LC_MESSAGES/0000755000175000017500000000000013162206570020143 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ro/LC_MESSAGES/horde.po0000644000175000017500000024225413160205253021610 0ustar mathieumathieu# Horde Romanian translation. # Copyright 2002-2017 Horde LLC (http://www.horde.org/) # Corneliu MUSAT , 2002. # msgid "" msgstr "" "Project-Id-Version: HORDE 2.1\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2002-08-01 09:34+02:00\n" "Last-Translator: Corneliu MUSAT \n" "Language-Team: ROMANIAN \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "La fiecare 5 minute" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "" #: admin/config/config.php:21 admin/config/index.php:226 #, php-format msgid "%s Configuration" msgstr "" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s Operatiuni de mentenanta - Confirmare" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "Bifati operatiun(ea/ile) pe care doriti sa le faceti acum." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 #, fuzzy msgid "12 Hour Format" msgstr "Informatii despre tine" #: lib/Block/time.php:25 #, fuzzy msgid "24 Hour Format" msgstr "Informatii despre tine" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 de ore" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Informatii despre tine" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Parola" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Optiuni" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 msgid "ActiveSync Device Administration" msgstr "" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 #, fuzzy msgid "Add" msgstr "Adresa" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "Adresa" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 msgid "Add a new group" msgstr "" #: admin/user.php:21 msgid "Add a new user:" msgstr "" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Adauga perechea" #: admin/user.php:22 #, fuzzy msgid "Add user" msgstr "Adauga perechea" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 msgid "Address" msgstr "Adresa" #: config/registry.php.dist:142 #, fuzzy msgid "Address Book" msgstr "Agenda" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Alias" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Adresa ta de Email:" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "A aparut o eroare fatala:" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 msgid "Application List" msgstr "" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 msgid "Authenticated to:" msgstr "" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Cimpuri disponibile:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 msgid "Browser:" msgstr "" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Calendar" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Renunta la Raport" #: admin/activesync.php:183 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "Anuleaza Schimbarile" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 #, fuzzy msgid "Clear" msgstr "Calendar" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Inchide fereastra" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Compania" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "" #: services/facebook.php:101 #, php-format msgid "Comments: %d" msgstr "" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Informatii despre tine" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "Parola" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "Nu ma pot conecta la serverul de LDAP." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Nu ma pot conecta la serverul de LDAP." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Horde nu este configurat corespunzator" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/vatid.php:91 msgid "Country" msgstr "" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Identitate Implicita" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "ZZ" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "" #: admin/datatree.php:62 msgid "DataTree" msgstr "" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 msgid "Database" msgstr "" #: lib/Block/vatid.php:94 msgid "Date" msgstr "" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "Zilnic" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "Identitate Implicita" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "Utilizeaza Valori Implicite" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Identitate Implicita" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Descrie problema" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Optiuni de Afisare" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Telefon" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "" #: admin/alarms.php:89 #, php-format msgid "Edit \"%s\"" msgstr "" #: admin/groups.php:214 msgid "Edit Group" msgstr "" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "Adresa ta de Email:" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Eroare" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Detalii inregistrate in LOG pentru administrator." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "O data la 15 minute" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "La fiecare 5 minute" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "O data la 30 secunde" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "La fiecare 5 minute" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "O data la 30 minute" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "O data la 30 minute" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "In fiecare minut" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Exemple de valori:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Adresa de acasa" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "" #: lib/Block/fb_stream.php:82 msgid "Filter" msgstr "" #: config/registry.php.dist:93 msgid "Filters" msgstr "" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Note" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 msgid "Forums" msgstr "" #: config/registry.php.dist:113 msgid "Forwards" msgstr "" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "Descriere completa:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 #, fuzzy msgid "Full Name" msgstr "Numele tau:" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 msgid "Green" msgstr "" #: themes/grey/info.php:2 msgid "Grey" msgstr "" #: admin/groups.php:195 msgid "Group Administration" msgstr "" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Help" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Lista subiectelor din Help" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 #, fuzzy msgid "Horde Website" msgstr "Sistemul Horde" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, fuzzy, php-format msgid "Import, Step %d" msgstr "Cimp importat: %s" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Cimp importat: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Cimpuri importate:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "Informatii despre tine" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 msgid "Invalid application." msgstr "" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Limba" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Limba" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Calendar" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Conectare" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Conectare" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Conectare" #: login.php:286 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Problema cu Conectarea. Probabil numele de Utilizator sau/si Parola sint " "gresite." #: login.php:282 msgid "Login failed." msgstr "" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "LL" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "Corespondenta" #: config/registry.php.dist:85 msgid "Mail" msgstr "Corespondenta" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Cimpuri potrivite - de tradus" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 #, fuzzy msgid "Members" msgstr "Note" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Detalii inregistrate in LOG pentru administrator." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Lunar" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Informatii despre tine" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Nume" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Niciodata" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Mesaj" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Parola" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "" #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "Note" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "Anuleaza Schimbarile" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 #, fuzzy msgid "None" msgstr "Note" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "Note" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Parola" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 msgid "Organizing" msgstr "" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Alte informatii" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Parola" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 #, fuzzy msgid "Password:" msgstr "Parola" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "" #: admin/sqlshell.php:100 msgid "Paste" msgstr "" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Role - de tradus" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 msgid "Permissions" msgstr "" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "" #: config/prefs.php.dist:213 #, fuzzy msgid "Personal Information" msgstr "Alte informatii" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Te rog introdu un nume de utilizator si o parola" #: login.php:86 msgid "Please enter a username." msgstr "" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Te rog specifica un sumar al problemei." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Telefon" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "" #: services/problem.php:145 msgid "Problem Description" msgstr "Descrierea problemei" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 msgid "Provisioned" msgstr "" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 #, fuzzy msgid "Refresh Portal View:" msgstr "Reimprospateaza Sumarul - de tradus" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Reimprospateaza Sumarul - de tradus" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 #, fuzzy msgid "Remove" msgstr "Sterge perechea" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Sterge perechea" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "Sterge perechea" #: templates/admin/user/remove.inc:5 #, fuzzy, php-format msgid "Remove user: %s" msgstr "Sterge perechea" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Parola" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Inapoi la optiuni" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 msgid "Run" msgstr "" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 msgid "Sea_rch" msgstr "" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Formatul de afisare a datei:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Alege caracterele de care ai nevoie din casutele de mai jos. Vei putea apoi " "sa le copiezi in zona de text." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Formatul de afisare a datei:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Delimitator de data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Formatul de afisare a datei:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Formatul de afisare a datei:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Delimitator de data:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Formatul de afisare a orei:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Selecteaza limba preferata:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Trimite Raport de Eroare" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 msgid "Session Admin" msgstr "" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Salvaza Optiuni" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Selecteaza limba preferata:" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "Alege timpul de reimprospatare a paginii si alte optiuni de afisare." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "Sumar scurt:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "Email" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Caractere Speciale ..." #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "Import" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "Calendar" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Notification listener %s not found. - de tradus" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Succes" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "" #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "" #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "" #: config/prefs.php.dist:429 msgid "Sunday" msgstr "" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 msgid "T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Sarcini" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Anual" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, php-format msgid "There was an error making the request: %s" msgstr "" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Titlu" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 msgid "Tweet" msgstr "" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Alte informatii" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Anuleaza Schimbarile" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "" #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Utilizator" #: admin/user.php:224 msgid "User Administration" msgstr "" #: lib/Prefs/Ui.php:432 msgid "User Agent:" msgstr "" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Optiuni Utilizator" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Horde nu este configurat corespunzator" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Utilizator" #: lib/Prefs/Ui.php:325 #, fuzzy msgid "Username:" msgstr "Utilizator" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "Utilizator" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 msgid "Version Control" msgstr "" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Atentie" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Bine ai venit, %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Bine ai venit in sistemul %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Bine ai venit, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Inchide fereastra" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 #, fuzzy msgid "You have been logged out." msgstr "Optiunile au fost salvate." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Trebuie sa descrii problema inainte de a trimite raportul." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "Adresa ta de Email:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Informatii despre tine" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "Numele tau:" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "Numele tau:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Optiunile au fost salvate." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "Sesiunea ta de %s a expirat. Te rog sa faci Log In din nou." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Raport Problema]" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Alias" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Informatii despre tine" #: lib/Api.php:52 msgid "_DataTree" msgstr "" #: lib/Api.php:37 msgid "_Groups" msgstr "" #: lib/Api.php:42 msgid "_Permissions" msgstr "" #: lib/Api.php:32 msgid "_Users" msgstr "" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Atentie" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/ro/LC_MESSAGES/horde.mo0000644000175000017500000000577413160205253021611 0ustar mathieumathieu5Gl '7 GTdio(  ;Sk   E PaVr    2 5 F M a v             " ' 7 '> f {       % , 4 : > S ^ f   :   '+!*2&1/  5 .#"()4 -3%$0,24 hoursAM/PMAdd pairAddressAvailable fields:CalendarCancel Problem ReportClose WindowDDDescribe the ProblemErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:HelpHordeImported field: %sImported fields:LanguageLog inMMMailNameNeverNotesOther InformationPasswordPlease provide a summary of the problem.Problem DescriptionRemove pairSelect the date delimiter:Select the date format:Select the time format:Select your preferred language:Send Problem ReportSpecial Character InputSuccessTasksTitleURLUndo ChangesUsernameWarningWelcome to %sWelcome, %sYYYou must describe the problem before you can send the problem report.Your Information[Problem Report]Project-Id-Version: HORDE 2.1 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2002-08-01 09:34+02:00 Last-Translator: Corneliu MUSAT Language-Team: ROMANIAN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 24 de oreAM/PMAdauga perecheaAdresaCimpuri disponibile:CalendarRenunta la RaportInchide fereastraZZDescrie problemaEroareO data la 15 minuteO data la 30 secundeLa fiecare 5 minuteO data la 30 minuteIn fiecare minutExemple de valori:HelpHordeCimp importat: %sCimpuri importate:LimbaConectareLLCorespondentaNumeNiciodataNoteAlte informatiiParolaTe rog specifica un sumar al problemei.Descrierea problemeiSterge perecheaDelimitator de data:Formatul de afisare a datei:Formatul de afisare a orei:Selecteaza limba preferata:Trimite Raport de EroareCaractere Speciale ...SuccesSarciniTitluURLAnuleaza SchimbarileUtilizatorAtentieBine ai venit in sistemul %sBine ai venit, %sAATrebuie sa descrii problema inainte de a trimite raportul.Informatii despre tine[Raport Problema]tmpIMUtxu/horde-5.2.17/locale/ko/0000755000175000017500000000000013162206570016347 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ko/help.xml0000644000175000017500000000143113160205253020013 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/ko/LC_MESSAGES/0000755000175000017500000000000013162206570020134 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/ko/LC_MESSAGES/horde.po0000644000175000017500000027217413160205253021605 0ustar mathieumathieu# Korean translations for horde package # horde 패키지에 대한 한국어 번역문. # Copyright 2005-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the horde package. # # Jinhyok Heo , 2001 # Deokgon Kim , 2014 msgid "" msgstr "" "Project-Id-Version: Horde 3.0-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-03-13 11:19+0900\n" "PO-Revision-Date: 2014-03-18 14:46+0100\n" "Last-Translator: Deokgon Kim \n" "Language-Team: i18n@lists.horde.org\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: admin/groups.php:32 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "'%s'가 시스템에 추가되었습니다." #: admin/perms/addchild.php:49 #, fuzzy, php-format msgid "\"%s\" was added to the permissions system." msgstr "'%s'가 시스템에 추가되었습니다." #: admin/perms/addchild.php:53 #, fuzzy, php-format msgid "\"%s\" was not created: %s." msgstr "메모장 \"%s\"이 생성됨." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/Weather.php:206 #, fuzzy, php-format msgid "%d %s and %s" msgstr "%d / %d (메시지: %d)" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, fuzzy, php-format msgid "%d days until your password expires." msgstr "옵션이 저장되었습니다." #: lib/Block/Metar.php:260 #, fuzzy, php-format msgid "%d minutes" msgstr "5분 마다" #: lib/Ajax/Application/FacebookHandler.php:241 #, fuzzy, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "당신은 이 메모장을 볼 수 없습니다." msgstr[1] "당신은 이 메모장을 볼 수 없습니다." #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%d / %d (메시지: %d)" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:91 #, fuzzy, php-format msgid "%s - Notice" msgstr "참조" #: admin/config/config.php:28 admin/config/index.php:458 #, fuzzy, php-format msgid "%s Configuration" msgstr "메일 서버 정보사항" #: services/logintasks.php:71 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s 유지관리 작업 - 확인" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, fuzzy, php-format msgid "%s at %s %s" msgstr "%d / %d (메시지: %d)" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "" #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" #: services/logintasks.php:72 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "지금 수행할 작업을 선택하세요." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, fuzzy, php-format msgid ", gusting %s %s" msgstr "8월" #: lib/Block/Metar.php:175 #, fuzzy, php-format msgid ", variable from %s to %s" msgstr "%s를 %s에 추가 실패 : %s" #: lib/Application.php:325 #, fuzzy msgid "1 Day" msgstr "일별" #: lib/Application.php:329 #, fuzzy msgid "1 Month" msgstr "월" #: lib/Application.php:327 #, fuzzy msgid "1 Week" msgstr "주" #: lib/Block/Time.php:31 #, fuzzy msgid "12 Hour Format" msgstr "정보" #: lib/Application.php:328 #, fuzzy msgid "2 Weeks" msgstr "주" #: lib/Block/Time.php:30 #, fuzzy msgid "24 Hour Format" msgstr "정보" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 시간" #: config/prefs.php:492 config/prefs.php:494 #, fuzzy msgid "24-hour format" msgstr "정보" #: lib/Application.php:326 #, fuzzy msgid "3 Days" msgstr "일" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Special/Activesync.php:90 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "오전/오후" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "계정 정보" #: config/prefs.php:334 msgid "Account Password" msgstr "비밀번호 찾기" #: templates/activesync/device_table.html.php:8 #, fuzzy msgid "Actions" msgstr "실행" #: config/prefs.php:741 lib/Application.php:200 #, fuzzy msgid "ActiveSync" msgstr "실행" #: admin/activesync.php:94 #, fuzzy msgid "ActiveSync Administration" msgstr "Horde 사용자 관리" #: lib/Api.php:93 templates/admin/activesync.html.php:6 #, fuzzy msgid "ActiveSync Devices" msgstr "Horde 사용자 관리" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 #, fuzzy msgid "ActiveSync not activated." msgstr "Horde 사용자 관리" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "추가" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "항목 추가" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "사용자 추가" #: templates/admin/groups/edit.inc:55 #, fuzzy msgid "Add Members" msgstr "11월" #: templates/admin/groups/add.inc:6 #, fuzzy msgid "Add a group" msgstr "새로운 사용자 추가:" #: admin/user.php:26 msgid "Add a new user:" msgstr "새로운 사용자 추가:" #: admin/alarms.php:27 #, fuzzy msgid "Add new alarm" msgstr "새로운 사용자 추가:" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "페어(pair) 추가" #: admin/user.php:27 msgid "Add user" msgstr "사용자 추가" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "사용자 추가 사용안함" #: lib/Block/Vatid.php:97 msgid "Address" msgstr "주소" #: config/registry.php:133 msgid "Address Book" msgstr "주소록" #: lib/Application.php:55 #, fuzzy msgid "Administration" msgstr "Horde 사용자 관리" #: admin/alarms.php:31 #, fuzzy msgid "Alarm end" msgstr "대체 글" #: admin/alarms.php:33 #, fuzzy msgid "Alarm methods" msgstr "대체 글" #: admin/alarms.php:30 #, fuzzy msgid "Alarm start" msgstr "대체 글" #: admin/alarms.php:32 #, fuzzy msgid "Alarm text" msgstr "대체 글" #: admin/alarms.php:29 #, fuzzy msgid "Alarm title" msgstr "대체 글" #: admin/alarms.php:146 #, fuzzy msgid "Alarms" msgstr "얼라이어스" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "" #: lib/Block/Fortune.php:93 msgid "All" msgstr "모두 선택" #: templates/shares/edit.inc:62 #, fuzzy msgid "All Authenticated Users" msgstr "메일 전달 오류:" #: admin/activesync.php:51 #, fuzzy msgid "All policy keys successfully reset." msgstr "%s 파일이 임포트되었습니다." #: lib/Prefs/Special/Activesync.php:105 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "" #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "" #: lib/Application.php:237 #, fuzzy msgid "Allow any" msgstr "모두 선택" #: lib/Application.php:215 #, fuzzy msgid "Allow non-provisionable devices" msgstr "권한 없음" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "" #: config/prefs.php:696 #, fuzzy msgid "Alternate IMSP Login" msgstr "암호 확인" #: config/prefs.php:713 #, fuzzy msgid "Alternate IMSP Password" msgstr "암호 확인" #: config/prefs.php:707 #, fuzzy msgid "Alternate IMSP Username" msgstr "암호 확인" #: services/resetpassword.php:35 #, fuzzy msgid "Alternate email address" msgstr "잘못된 이메일 주소" #: services/resetpassword.php:52 #, fuzzy msgid "Answer" msgstr "회신한 메일" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 #, fuzzy msgid "Application" msgstr "실행" #: templates/admin/phpshell.html.php:6 #, fuzzy msgid "Application Context" msgstr "실행" #: admin/config/index.php:250 #, fuzzy msgid "Application is ready." msgstr "실행" #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:134 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "이 메시지를 영원히 삭제하시겠습니까?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "계속 진행하시겠습니까?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "이 메시지를 영원히 삭제하시겠습니까?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/Fortune.php:35 #, fuzzy msgid "Art" msgstr "시간" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:57 #, fuzzy msgid "At least one database schema is outdated." msgstr "먼저 삭제할 식별자를 선택해야 합니다." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "파일첨부" #: lib/Application.php:259 #, fuzzy msgid "Attachment Download" msgstr "파일첨부" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "" #: templates/admin/sessions.html.php:11 #, fuzzy msgid "Authenticated Applications" msgstr "삭제 실패" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:62 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "" #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "가능한 필드:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 #, fuzzy msgid "Basic" msgstr "웹메일" #: templates/activesync/device_table.html.php:42 #, fuzzy msgid "Block" msgstr "파일 유형" #: templates/portal/layout.inc:90 #, fuzzy msgid "Block Settings" msgstr "설정 저장" #: templates/portal/layout.inc:72 #, fuzzy msgid "Block Type" msgstr "파일 유형" #: lib/Application.php:292 #, fuzzy msgid "Bluetooth" msgstr "새 메일" #: config/registry.php:184 #, fuzzy msgid "Bookmarks" msgstr "편지 표시:" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "모두" #: config/prefs.php:762 msgid "Bottom" msgstr "하단" #: templates/admin/sessions.html.php:9 #, fuzzy msgid "Browser" msgstr "행:" #: config/registry.php:119 msgid "Calendar" msgstr "달력" #: lib/Application.php:280 #, fuzzy msgid "Camera" msgstr "취소" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "취소" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "오류 보고하기 취소" #: templates/activesync/device_table.html.php:35 #: templates/prefs/activesync.html.php:41 #, fuzzy msgid "Cancel Wipe" msgstr "취소" #: services/resetpassword.php:23 #, fuzzy msgid "Cannot reset password automatically, contact your administrator." msgstr "암호화 기능이 구성되지 않았습니다, 관리자에게 요청하시기 바랍니다." #: config/prefs.php:516 msgid "Categories and Labels" msgstr "분류와 색상 편집" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "변경" #: lib/Block/Weather.php:128 #, fuzzy msgid "Change Location" msgstr "실행" #: services/changepassword.php:26 #, fuzzy msgid "Change Your Password" msgstr "암호 확인" #: config/prefs.php:273 msgid "Change your personal information." msgstr "개인 정보를 수정합니다." #: services/changepassword.php:20 #, fuzzy msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "암호화 기능이 구성되지 않았습니다, 관리자에게 요청하시기 바랍니다." #: lib/Block/Vatid.php:42 #, fuzzy msgid "Check" msgstr "제목" #: templates/admin/config/index.html.php:4 #, fuzzy msgid "Check for newer versions" msgstr "편지함에서 새 메일 검사" #: lib/Block/Vatid.php:45 #, fuzzy msgid "Checking" msgstr "_k링크 검사..." #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:61 #, fuzzy, php-format msgid "Choose %s" msgstr "암호 확인" #: config/prefs.php:484 msgid "Choose how to display dates (abbreviated format):" msgstr "날짜 표시 형태 선택(축약 표기):" #: config/prefs.php:460 msgid "Choose how to display dates (full format):" msgstr "날짜 표시 형태 선택(전체 표기):" #: config/prefs.php:497 msgid "Choose how to display times:" msgstr "시간 표시 형태 선택:" #: templates/admin/sqlshell.html.php:56 #, fuzzy msgid "Clear Query" msgstr "검색항목 초기화" #: templates/admin/user/clear.inc:7 #, fuzzy, php-format msgid "Clear out user: %s" msgstr "검색항목 초기화" #: templates/admin/user/clear.inc:13 #, fuzzy msgid "Clear user" msgstr "검색항목 초기화" #: templates/admin/user/list.inc:35 #, fuzzy msgid "Clear user data" msgstr "검색항목 초기화" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 #, fuzzy msgid "Click to Continue" msgstr "결론" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "창 닫기" #: lib/Block/Metar.php:218 #, fuzzy msgid "Clouds" msgstr "복사" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 #, fuzzy msgid "Collapse" msgstr "왼쪽막대 닫기" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "" #: config/registry.php:248 msgid "Comics" msgstr "" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 #, fuzzy msgid "Command" msgstr "회사" #: admin/cmdshell.php:19 #, fuzzy msgid "Command Shell" msgstr "회사" #: lib/Ajax/Application/FacebookHandler.php:182 #, fuzzy, php-format msgid "Comments: %d" msgstr "회사" #: templates/admin/activesync.html.php:16 #, fuzzy msgid "Common Name" msgstr "집 전화" #: lib/Block/Fortune.php:38 #, fuzzy msgid "Computers" msgstr "새 메일" #: lib/Block/Weather.php:259 #, fuzzy msgid "Condition" msgstr "결론" #: lib/Block/Metar.php:223 #, fuzzy msgid "Conditions" msgstr "결론" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 #, fuzzy msgid "Configuration" msgstr "메일 서버 정보사항" #: admin/config/diff.php:90 #, fuzzy msgid "Configuration Differences" msgstr "메일 서버 정보사항" #: config/prefs.php:723 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "PDA나 스마트폰, 아웃룩과의 동기화 상태를 확인합니다." #: admin/config/index.php:245 #, fuzzy msgid "Configuration is out of date." msgstr "메일 서버 정보사항" #: templates/admin/config/index.html.php:79 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "SQL VFS 설정정보가 없습니다." #: admin/config/index.php:182 #, fuzzy, php-format msgid "Configure %s" msgstr "메일 서버 정보사항" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "암호 확인" #: services/changepassword.php:28 services/resetpassword.php:29 #, fuzzy msgid "Continue" msgstr "결론" #: lib/Block/Fortune.php:39 #, fuzzy msgid "Cookie" msgstr "새 메일" #: admin/config/index.php:32 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "LDAP 서버 접속 실패" #: admin/config/index.php:88 #, fuzzy msgid "Could not contact server. Try again later." msgstr "업로드 파일 임포트 오류" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Horde가 바르게 설정되지 않았습니다." #: templates/prefs/facebook.html.php:57 #, php-format msgid "" "Could not find authorization for %s to interact with your Facebook account." msgstr "" #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" #: services/resetpassword.php:104 #, fuzzy msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "추가하는데 오류가 발생했습니다. 시스템관리자에게 도움을 요청하시기 바랍니다." #: admin/config/config.php:52 #, fuzzy msgid "Could not revert configuration." msgstr "Horde가 바르게 설정되지 않았습니다." #: admin/config/index.php:46 #, fuzzy, php-format msgid "Could not save a backup configuation: %s" msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/config/index.php:109 #, fuzzy, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/config/config.php:59 #, fuzzy, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/config/index.php:56 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Horde가 바르게 설정되지 않았습니다." #: lib/Block/Vatid.php:85 #, fuzzy msgid "Country" msgstr "새 메일" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "만들기" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "새 계정 만들기" #: lib/Block/Moon.php:25 #, fuzzy msgid "Current 4 Phases" msgstr "현재 스타일" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "교정된 문자열" #: templates/admin/locks/list.html.php:2 #, fuzzy msgid "Current Locks" msgstr "현재" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 #, fuzzy msgid "Current Sessions" msgstr "현재 URL은" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "현재 시각" #: lib/Block/Metar.php:30 #, fuzzy msgid "Current Weather" msgstr "현재 스타일" #: lib/Block/Weather.php:238 #, fuzzy msgid "Current condition" msgstr "결론" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: admin/config/index.php:265 admin/config/index.php:317 #, fuzzy msgid "DB access is not configured." msgstr "Nag가 정상적으로 설정되어 있지 않습니다." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 #, fuzzy msgid "Data" msgstr "일자" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 #, fuzzy msgid "Database" msgstr "일자" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "날짜" #: templates/admin/user/approve.inc:24 #, fuzzy msgid "Date Received" msgstr "수신 날짜:" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/Weather.php:254 #, fuzzy msgid "Day" msgstr "일별" #: config/prefs.php:388 config/prefs.php:409 config/prefs.php:422 #: config/prefs.php:491 themes/default/info.php:2 msgid "Default" msgstr "기본" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "기본 색상" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "기본 쉘" #: config/prefs.php:412 #, fuzzy msgid "Default charset for sending e-mail messages:" msgstr "편지 보낼 때 사용할 기본 문자셋:" #: config/prefs.php:305 msgid "Default location to use for location-aware features." msgstr "위치서비스를 사용하는 장비에 표시할 위치." #: lib/Block/Fortune.php:40 #, fuzzy msgid "Definitions" msgstr "규칙 정의" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "삭제" #: admin/alarms.php:133 admin/groups.php:208 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "삭제" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:181 #, fuzzy msgid "Delete Group" msgstr "삭제" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "SQL VFS 설정정보가 없습니다." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "오류 설명" #: config/registry.php:208 #, fuzzy msgid "Development" msgstr "부서" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 #, fuzzy msgid "Device" msgstr "미리보기" #: templates/admin/activesync.html.php:11 #, fuzzy msgid "Device Id" msgstr "미리보기" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 #, fuzzy msgid "Device Information" msgstr "정보" #: templates/prefs/activesync.html.php:20 #, fuzzy msgid "Device Management" msgstr "파일 관리자" #: templates/admin/activesync.html.php:10 #, fuzzy msgid "Device Type" msgstr "미리보기" #: lib/Application.php:312 #, fuzzy msgid "Device encryption" msgstr "보안" #: templates/activesync/device_table.html.php:16 #, fuzzy msgid "Device is Blocked." msgstr "내림차순" #: templates/prefs/activesync.html.php:43 #, fuzzy msgid "Device is Wiped" msgstr "내림차순" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" #: admin/activesync.php:46 #, fuzzy msgid "Device successfully removed." msgstr "'%s'가 시스템에 추가되었습니다." #: admin/activesync.php:38 #, fuzzy msgid "Device wipe successfully canceled." msgstr "'%s'가 시스템에 추가되었습니다." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 #, fuzzy msgid "Disable" msgstr "마지막 페이지" #: lib/Application.php:216 msgid "Disable (not recommended)" msgstr "" #: config/prefs.php:430 msgid "Display 24-hour times?" msgstr "24시간제로 보기" #: config/prefs.php:541 msgid "Display Preferences" msgstr "표시 방법 설정" #: lib/Block/Weather.php:95 #, fuzzy msgid "Display detailed forecast" msgstr "화면 설정" #: lib/Block/Metar.php:72 #, fuzzy msgid "Display forecast (TAF)" msgstr "화면 설정" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "첫번째 행은 항목 이름을 갖고 있습니까? 그렇다면, 여기를 체크하세요:" #: templates/login/login.inc:77 msgid "Don't have an account? Sign up." msgstr "" #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "%s 내려받기" #: admin/config/index.php:393 #, fuzzy msgid "Download generated configuration as PHP script." msgstr "Horde가 바르게 설정되지 않았습니다." #: lib/Block/Fortune.php:41 #, fuzzy msgid "Drugs" msgstr "벌레들" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "수정" #: admin/alarms.php:94 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "수정" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "%s 설정" #: services/shares/edit.php:249 #, fuzzy msgid "Edit permissions" msgstr "%s 권한 수정" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "%s 권한 수정" #: lib/Block/Fortune.php:42 #, fuzzy msgid "Education" msgstr "소개" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 #, fuzzy msgid "Email Address" msgstr "이메일 주소:" #: lib/Application.php:214 #, fuzzy msgid "Enable" msgstr "사용중" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "종료 시간" #: lib/Block/Weather.php:83 msgid "English" msgstr "" #: lib/Prefs/Special/Category.php:32 #, fuzzy msgid "Enter a name for the new category:" msgstr "\\n새로운 메일함의 이름을 입력하세요:\\n" #: config/prefs.php:351 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "비밀번호 초기화를 할 때 사용할 보안질문을 넣으십시오. 예) 내 애완동물 이름은 " "무엇인가?" #: lib/Ajax/Application/FacebookHandler.php:264 #, fuzzy msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "세부정보가 관리자를 위해 기록되어졌습니다." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 #, fuzzy msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "세부정보가 관리자를 위해 기록되어졌습니다." #: lib/Prefs/Special/Twitter.php:54 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "세부정보가 관리자를 위해 기록되어졌습니다." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:54 #, fuzzy, php-format msgid "Error updating password: %s" msgstr "새로운 폴더 만들기 오류: " #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "" #: config/prefs.php:600 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "15분 마다" #: config/prefs.php:619 #, fuzzy msgid "Every 2 minutes" msgstr "5분 마다" #: config/prefs.php:597 config/prefs.php:617 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "30초 마다" #: config/prefs.php:599 config/prefs.php:620 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "5분 마다" #: config/prefs.php:601 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "30분 마다" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "30분 마다" #: config/prefs.php:598 config/prefs.php:618 templates/portal/layout.inc:99 msgid "Every minute" msgstr "매분" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "예:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 #, fuzzy msgid "Expand" msgstr "모두 확장" #: lib/Block/Iframe.php:38 #, fuzzy msgid "Extra Large" msgstr "다음 페이지" #: templates/admin/config/index.html.php:93 #, fuzzy msgid "FTP upload of configuration" msgstr "Horde가 바르게 설정되지 않았습니다." #: config/prefs.php:644 #, fuzzy msgid "Facebook Integration" msgstr "기타 정보" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 #, fuzzy msgid "Favorite" msgstr "참조" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "" #: lib/Block/Feed.php:28 #, fuzzy msgid "Feed Address" msgstr "직장 주소" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "" #: config/registry.php:314 msgid "File Manager" msgstr "파일 관리자" #: lib/Block/FbStream.php:61 #, fuzzy msgid "Filter" msgstr "필터" #: config/registry.php:89 msgid "Filters" msgstr "필터" #: lib/Block/Moon.php:165 #, fuzzy msgid "First Half" msgstr "첫페이지" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 #, fuzzy msgid "First Quarter" msgstr "첫페이지" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "" #: lib/Block/Metar.php:308 #, fuzzy msgid "Forecast (TAF)" msgstr "화면 설정" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:84 #, fuzzy msgid "Forgot your password?" msgstr "암호 확인" #: config/registry.php:343 #, fuzzy msgid "Forms" msgstr "메일함" #: lib/Block/Fortune.php:25 #, fuzzy msgid "Fortune" msgstr "참조" #: lib/Block/Fortune.php:108 #, fuzzy msgid "Fortune type" msgstr "참조" #: lib/Block/Fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "참조" #: lib/Block/Fortune.php:46 #, fuzzy msgid "Fortunes 2" msgstr "참조" #: config/registry.php:337 #, fuzzy msgid "Forums" msgstr "메일함" #: lib/Ajax/Application/FacebookHandler.php:62 #, fuzzy msgid "Friend Requests:" msgstr "인터넷 일정 요청" #: templates/prefs/facebook.html.php:44 #, fuzzy msgid "Friends enabled." msgstr "새 메일" #: lib/Block/Weather.php:215 #, fuzzy, php-format msgid "From the %s (%s °) at %s %s" msgstr "%d / %d (메시지: %d)" #: lib/Block/Weather.php:326 #, fuzzy, php-format msgid "From the %s at %s %s" msgstr "%d / %d (메시지: %d)" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "상세 설명:" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 #, fuzzy msgid "Full Moon" msgstr "새 메일" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "전체 이름" #: admin/config/config.php:36 #, fuzzy, php-format msgid "Generate %s Configuration" msgstr "메일 서버 정보사항" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "기본 설정" #: templates/prefs/app.html:16 msgid "Go" msgstr "가기" #: lib/Block/Fortune.php:47 #, fuzzy msgid "Goedel" msgstr "Horde" #: lib/Block/Google.php:14 #, fuzzy msgid "Google Search" msgstr "검색항목 초기화" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "" #: admin/groups.php:161 #, fuzzy msgid "Group Administration" msgstr "관리" #: templates/admin/groups/add.inc:10 #, fuzzy msgid "Group name" msgstr "그룹" #: admin/groups.php:35 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "메모장 \"%s\"이 생성됨." #: admin/groups.php:221 templates/shares/edit.inc:270 #, fuzzy msgid "Groups" msgstr "그룹" #: templates/shares/edit.inc:97 #, fuzzy msgid "Guest Permissions" msgstr "메시지 삭제" #: lib/Application.php:316 #, fuzzy msgid "HTML Email" msgstr "이메일" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "높이" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "도움말" #: services/help/index.php:94 #, fuzzy msgid "Help _Topics" msgstr "도움알 목차" #: lib/Block/Moon.php:28 #, fuzzy msgid "Hemisphere" msgstr "도움말" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "파일의 시작이 다음과 같습니다:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "고급 설정 숨기기" #: services/portal/cloud_search.php:40 #, fuzzy msgid "Hide Results" msgstr "검색 결과" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "홈 디렉토리" #: config/registry.php:76 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "항목(열)의 수?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Icons for %s" msgstr "%s에게 소개" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "" #: config/prefs.php:283 msgid "Identity's name:" msgstr "계정 이름:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "가져오기, %d 단계" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "가져온 항목: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "가져온 항목:" #: lib/Block/TwitterTimeline.php:113 #, fuzzy msgid "In reply to:" msgstr "전체 회신:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "아래 목록에서, 왼쪽의 가져온 컬럼명과 오른쪽에 주소록의 컬럼명을 선택하고 " "\"페어(pair) 추가\"를 눌러 주십시오. 모든 항목이 매핑되었으면 \"다음\"을 눌" "러 진행하십시오." #: services/resetpassword.php:58 #, fuzzy msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "추가하는데 오류가 발생했습니다. 시스템관리자에게 도움을 요청하시기 바랍니다." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "" #: config/registry.php:242 #, fuzzy msgid "Information" msgstr "정보" #: templates/admin/groups/edit.inc:42 #, fuzzy msgid "Inherited Members" msgstr "11월" #: config/prefs.php:363 msgid "Insert an email address to which you can receive the new password:" msgstr "비밀번호 초기화를 받을 다른 메일주소를 넣으십시오:" #: config/prefs.php:357 msgid "Insert the required answer to the security question:" msgstr "보안질문에 대한 답변을 넣으십시오:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:45 #, fuzzy, php-format msgid "Invalid action %s" msgstr "잘못된 이름." #: admin/config/config.php:31 #, fuzzy msgid "Invalid application." msgstr "잘못된 이름." #: admin/signup_confirm.php:35 #, fuzzy msgid "Invalid hash." msgstr "잘못된 이름." #: admin/perms/addchild.php:29 #, fuzzy msgid "Invalid parent permission." msgstr "잘못된 주소록" #: config/registry.php:295 msgid "Inventory" msgstr "" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "일본어 (ISO-2022-JP)" #: login.php:154 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "" #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:161 #, fuzzy msgid "Keyword" msgstr "키워드" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "" #: config/registry.php:303 msgid "Kolab" msgstr "" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "한국어 (EUC-KR)" #: login.php:344 templates/login/login.inc:57 msgid "Language" msgstr "언어" #: lib/Block/Iframe.php:37 #, fuzzy msgid "Large" msgstr "언어" #: lib/Block/Moon.php:168 #, fuzzy msgid "Last Half" msgstr "마지막 페이지" #: lib/Block/Account.php:86 #, fuzzy msgid "Last Password Change" msgstr "암호" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 #, fuzzy msgid "Last Quarter" msgstr "마지막 페이지" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 #, fuzzy msgid "Last Sync Time" msgstr "성" #: lib/Block/Metar.php:125 #, fuzzy msgid "Last Updated:" msgstr "마지막 페이지" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "마지막 로그인: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "마지막 로그인: %s, 접속 위치: %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "마지막 로그인: 없음" #: templates/block/twitter-layout.html.php:19 #, fuzzy msgid "Latest" msgstr "날짜" #: lib/Block/Fortune.php:51 #, fuzzy msgid "Law" msgstr "낮음" #: lib/Ajax/Application/FacebookHandler.php:225 #, fuzzy msgid "Like" msgstr "로그인" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/Fortune.php:53 #, fuzzy msgid "Linux Cookie" msgstr "새 메일" #: templates/admin/sqlshell.html.php:60 #, fuzzy msgid "List Tables" msgstr "마지막 페이지" #: admin/alarms.php:141 #, fuzzy, php-format msgid "Listing alarms failed: %s" msgstr "사용할 수 없는 사용자 목록." #: admin/locks.php:57 #, fuzzy, php-format msgid "Listing locks failed: %s" msgstr "사용할 수 없는 사용자 목록." #: templates/admin/sessions.html.php:29 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "사용할 수 없는 사용자 목록." #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" #: templates/admin/user/listfail.inc:2 #, fuzzy msgid "Listing users failed." msgstr "사용할 수 없는 사용자 목록." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "사용할 수 없는 사용자 목록." #: lib/Block/Fortune.php:54 #, fuzzy msgid "Literature" msgstr "서명:" #: lib/Block/Weather.php:167 #, fuzzy, php-format msgid "Local time: %s %s" msgstr "실행" #: config/prefs.php:372 msgid "Locale and Time" msgstr "언어와 시간대" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 #, fuzzy msgid "Location" msgstr "실행" #: templates/admin/user/update.inc:54 #, fuzzy msgid "Lock User" msgstr "사용자명" #: admin/locks.php:61 #, fuzzy msgid "Locks" msgstr "사용자명" #: login.php:271 templates/login/login.inc:66 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "로그인" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 #, fuzzy msgid "Log out" msgstr "_L로그아웃" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "" #: login.php:300 #, fuzzy msgid "Login failed because your username or password was entered incorrectly." msgstr "" "어떤 이유로 로그인이 실패했습니다. 대부분의 경우 사용자 이름 또는 암호가 잘" "못 입력된 경우 발생합니다." #: login.php:296 #, fuzzy msgid "Login failed." msgstr "삭제 실패" #: templates/prefs/facebook.html.php:61 #, php-format msgid "Login to Facebook and authorize %s" msgstr "" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "종료" #: lib/Block/Fortune.php:55 #, fuzzy msgid "Love" msgstr "이동" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 #, fuzzy msgid "Magic" msgstr "웹메일" #: config/registry.php:81 msgid "Mail" msgstr "메일" #: config/registry.php:348 #, fuzzy msgid "Mail Admin" msgstr "관리" #: config/prefs.php:517 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "분류시 사용할 태그와 해당 분류에 표시할 색상을 설정합니다." #: config/prefs.php:742 #, fuzzy msgid "Manage your ActiveSync devices." msgstr "간편 편지함과 간편 분류를 관리합니다." #: templates/data/csvmap.inc:97 #, fuzzy msgid "Matching fields:" msgstr "일치하는 항목" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:320 #, fuzzy msgid "Maximum Email age" msgstr "최대 페이지수" #: lib/Application.php:51 #, fuzzy msgid "Maximum Number of Portal Blocks" msgstr "최대 메모 갯수" #: lib/Application.php:264 #, fuzzy msgid "Maximum attachment size" msgstr "첨부파일 최대 크기" #: lib/Application.php:205 #, fuzzy msgid "Maximum number of devices" msgstr "최대 페이지수" #: lib/Block/FbStream.php:67 #, fuzzy msgid "Maximum number of entries to display" msgstr "행의 수" #: lib/Block/Fortune.php:57 #, fuzzy msgid "Medicine" msgstr "삭제된 메일" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:18 #, fuzzy msgid "Members" msgstr "11월" #: templates/block/twitter-layout.html.php:25 #, fuzzy msgid "Mentions" msgstr "규칙 정의" #: lib/Block/Metar.php:23 #, fuzzy msgid "Metar Weather" msgstr "현재 스타일" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "" #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:222 #, fuzzy msgid "Missing configuration." msgstr "메일 서버 정보사항" #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 #, fuzzy msgid "Mode" msgstr "Horde" #: templates/admin/activesync.html.php:14 #, fuzzy msgid "Model" msgstr "Horde" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 #, fuzzy msgid "Module is up-to-date." msgstr "일자 없슴." #: config/prefs.php:505 msgid "Monday" msgstr "월요일" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "" #: config/registry.php:308 msgid "My Account" msgstr "계정 관리" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "내 계정 정보" #: lib/Block/FbStream.php:38 #, fuzzy msgid "My Facebook Stream" msgstr "기타 정보" #: services/portal/index.php:45 msgid "My Portal" msgstr "" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:68 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "이름" #: config/prefs.php:596 config/prefs.php:616 templates/portal/layout.inc:97 msgid "Never" msgstr "사용안함" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "새 분류" #: lib/Ajax/Application/FacebookHandler.php:59 #, fuzzy msgid "New Messages:" msgstr "메시지" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 #, fuzzy msgid "New Moon" msgstr "새 메일" #: templates/admin/user/update.inc:12 #, fuzzy msgid "New Username (optional)" msgstr "도움말" #: services/changepassword.php:31 #, fuzzy msgid "New password" msgstr "암호" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "암호가 일치하지 않습니다." #: config/registry.php:253 lib/Block/Fortune.php:59 #, fuzzy msgid "News" msgstr "새 메일" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "다음" #: lib/Block/Moon.php:26 #, fuzzy msgid "Next 4 Phases" msgstr "다음 페이지" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "알림음 없음" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:49 #, fuzzy msgid "No change." msgstr "변경사항 되돌리기" #: util/icon_browser.php:70 #, fuzzy msgid "No icons found." msgstr "연락처 없음" #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "표시할 항목 없음" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 #, fuzzy msgid "No location is set." msgstr "폴더를 선택하세요" #: lib/Block/Fortune.php:101 #, fuzzy msgid "No offensive fortunes" msgstr "연락처 없음" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: lib/Application.php:333 msgid "No push while roaming" msgstr "" #: services/resetpassword.php:54 #, fuzzy msgid "No security question has been set. Please contact your administrator." msgstr "암호화 기능이 구성되지 않았습니다, 관리자에게 요청하시기 바랍니다." #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "" #: admin/signup_confirm.php:59 #, fuzzy msgid "No username specified." msgstr "문자열 입력 오류" #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:289 #, fuzzy msgid "NoSQL indices are ready." msgstr "%s에게 소개" #: admin/config/index.php:284 #, fuzzy, php-format msgid "NoSQL indices for %s" msgstr "%s에게 소개" #: admin/config/index.php:286 #, fuzzy msgid "NoSQL indices out of date." msgstr "%s에게 소개" #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:62 templates/prefs/syncml.html.php:34 msgid "None" msgstr "선택하지 않음" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 #, fuzzy msgid "Northern Hemisphere" msgstr "도움말" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 #, fuzzy msgid "Not Provisioned" msgstr "개인 메일" #: config/registry.php:168 msgid "Notes" msgstr "메모" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/Feed.php:31 #, fuzzy msgid "Number of articles to display" msgstr "행의 수" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "" #: templates/services/obrowser.html.php:5 #, fuzzy msgid "Object Browser" msgstr "제목" #: templates/shares/edit.inc:133 #, fuzzy msgid "Object Creator" msgstr "제목" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "" #: config/registry.php:265 #, fuzzy msgid "Office" msgstr "제목" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Old password" msgstr "암호" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "암호" #: lib/Block/Fortune.php:102 #, fuzzy msgid "Only offensive fortunes" msgstr "연락처 없음" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:240 #, fuzzy msgid "Or enter a user name:" msgstr "메시지 작성" #: config/prefs.php:540 config/prefs.php:643 config/prefs.php:669 #: config/prefs.php:695 config/prefs.php:721 config/prefs.php:740 msgid "Other Information" msgstr "기타 정보" #: templates/login/smartmobile.html.php:18 #, fuzzy msgid "Other Options" msgstr "" "#-#-#-#-# nag.po (Nag 2.0-cvs) #-#-#-#-#\n" "기타 설정\n" "#-#-#-#-# imp.po (IMP 4.0-cvs) #-#-#-#-#\n" "기타 설정\n" "#-#-#-#-# ingo.po (horde 3) #-#-#-#-#\n" "기타 설정\n" "#-#-#-#-# turba.po (Turba 2.0-cvs) #-#-#-#-#\n" "기타 설정\n" "#-#-#-#-# gollem.po (Gollem 0.0.1-cvs) #-#-#-#-#\n" "다른 옵션" #: config/registry.php:179 msgid "Others" msgstr "기타" #: templates/shares/edit.inc:34 #, fuzzy msgid "Owner" msgstr "기타" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 #, fuzzy msgid "Owner:" msgstr "기타" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "" #: templates/admin/phpshell.html.php:27 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "" #: login.php:191 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:326 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "암호" #: lib/Application.php:231 msgid "Password Complexity" msgstr "" #: services/changepassword.php:47 #, fuzzy msgid "Password changed successfully." msgstr "암호" #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "암호가 일치하지 않습니다." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "붙이기" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/Fortune.php:61 #, fuzzy msgid "People" msgstr "역할" #: templates/logintasks/logintasks.html.php:24 #, fuzzy msgid "Perform Login Tasks" msgstr "로그인 시작작업" #: admin/perms/delete.php:48 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "식별자 \"%s\" 가 삭제되었습니다." #: admin/perms/index.php:29 #, fuzzy msgid "Permissions" msgstr "토론" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 #, fuzzy msgid "Permissions Administration" msgstr "관리" #: config/prefs.php:272 msgid "Personal Information" msgstr "개인 정보" #: lib/Block/Fortune.php:62 #, fuzzy msgid "Pets" msgstr "픽셀" #: templates/admin/activesync.html.php:19 #, fuzzy msgid "Phone Number" msgstr "성" #: config/registry.php:196 #, fuzzy msgid "Photos" msgstr "픽셀" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:197 #, fuzzy msgid "Please enter a password." msgstr "올바른 검색 범주를 입력하세요." #: login.php:196 #, fuzzy msgid "Please enter a username." msgstr "올바른 검색 범주를 입력하세요." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "문제에 대한 요약을 입력해 주세요." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:61 #, fuzzy msgid "Pokes:" msgstr "픽셀" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "" #: config/prefs.php:761 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" #: lib/Block/FbStream.php:143 #, fuzzy msgid "Post" msgstr "붙이기" #: lib/Ajax/Application/FacebookHandler.php:177 #, fuzzy, php-format msgid "Posted %s" msgstr "%d / %d (메시지: %d)" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d / %d (메시지: %d)" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 #, fuzzy msgid "Pressure" msgstr "암호" #: lib/Block/Metar.php:233 #, fuzzy msgid "Pressure at sea level: " msgstr "암호" #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "" #: services/problem.php:161 msgid "Problem Description" msgstr "문제 설명" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 #, fuzzy msgid "Provisioned" msgstr "개인 메일" #: lib/Application.php:210 #, fuzzy msgid "Provisioning" msgstr "개인 메일" #: templates/prefs/facebook.html.php:16 #, fuzzy msgid "Publish enabled." msgstr "규칙 사용함" #: templates/admin/sqlshell.html.php:7 #, fuzzy msgid "Query" msgstr "검색항목 초기화" #: lib/Block/Account.php:79 msgid "Quota" msgstr "" #: lib/Block/Fortune.php:18 #, fuzzy msgid "Random Fortune" msgstr "참조" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 #, fuzzy msgid "Read" msgstr "읽지 않은 메일" #: templates/prefs/facebook.html.php:30 #, fuzzy msgid "Read enabled." msgstr "새 메일" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php:622 msgid "Refresh Dynamic Menu Elements:" msgstr "동적 메뉴의 갱신주기:" #: config/prefs.php:603 msgid "Refresh Portal View:" msgstr "포털화면 새로고침 주기:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "메일함 새로 읽기:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "" #: lib/Block/Metar.php:300 #, fuzzy msgid "Remarks" msgstr "편지 표시:" #: templates/admin/sessions.html.php:10 #, fuzzy msgid "Remote Host" msgstr "선택된 메일 삭제" #: templates/activesync/device_table.html.php:37 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 #, fuzzy msgid "Remove" msgstr "페어(pair) 삭제" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "페어(pair) 삭제" #: admin/config/index.php:433 #, fuzzy msgid "Remove saved script from server's temporary directory." msgstr "Horde가 바르게 설정되지 않았습니다." #: templates/admin/user/remove.inc:14 #, fuzzy msgid "Remove user" msgstr "페어(pair) 삭제" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Remove user: %s" msgstr "페어(pair) 삭제" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "회신:" #: lib/Application.php:221 msgid "Require PIN" msgstr "" #: lib/Application.php:304 #, fuzzy msgid "Require S/MIME Encryption" msgstr "S/MIME 보안메일을 구성합니다." #: lib/Application.php:308 #, fuzzy msgid "Require S/MIME Signature" msgstr "S/MIME 전자서명" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "입력 취소" #: services/resetpassword.php:49 #, fuzzy msgid "Reset Password" msgstr "암호" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "" #: services/resetpassword.php:27 #, fuzzy msgid "Reset your password" msgstr "암호 확인" #: templates/admin/sqlshell.html.php:58 #, fuzzy msgid "Restore Last Query" msgstr "마지막 페이지" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 #, fuzzy msgid "Results" msgstr "검색 결과" #: services/portal/cloud_search.php:37 #, fuzzy, php-format msgid "Results for %s" msgstr "검색 결과" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "입력 취소" #: templates/block/twitter_tweet.html.php:30 #, fuzzy, php-format msgid "Retweeted by %s" msgstr "입력 취소" #: services/changepassword.php:32 #, fuzzy msgid "Retype new password" msgstr "암호" #: admin/config/config.php:38 admin/config/config.php:47 #, fuzzy msgid "Revert Configuration" msgstr "메일 서버 정보사항" #: lib/Block/Fortune.php:65 #, fuzzy msgid "Riddles" msgstr "가운데" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "" #: templates/logintasks/smartmobile.html.php:29 #, fuzzy msgid "Run Login Tasks" msgstr "로그인 시작작업" #: lib/Application.php:276 msgid "SD card" msgstr "" #: lib/Application.php:269 #, fuzzy msgid "SD card encryption" msgstr "보안" #: lib/Application.php:284 #, fuzzy msgid "SMS Text messages" msgstr "답장한 편지" #: admin/config/index.php:271 admin/config/index.php:324 #, fuzzy msgid "SQL DB schema is out of date." msgstr "%s에게 소개" #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "저장" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "다른이름으로 저장" #: templates/shares/edit.inc:337 #, fuzzy msgid "Save and Finish" msgstr "PDF로 저장" #: admin/config/index.php:401 #, fuzzy msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "Horde가 바르게 설정되지 않았습니다." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "SQL VFS 설정정보가 없습니다." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "" #: services/help/index.php:95 #, fuzzy msgid "Sea_rch" msgstr "검색" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "검색" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 #, fuzzy msgid "Search:" msgstr "검색" #: lib/Application.php:242 msgid "Seconds of inactivity before device should lock" msgstr "" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 #, fuzzy msgid "Select a group to add:" msgstr "문자열 선택:" #: templates/shares/edit.inc:42 #, fuzzy msgid "Select a new owner:" msgstr "선택 취소" #: templates/prefs/rpc.html:4 #, fuzzy msgid "Select a server" msgstr "문자열 선택:" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 #, fuzzy msgid "Select a user to add:" msgstr "문자열 선택:" #: templates/prefs/addressbooks.html:5 #, fuzzy msgid "Select all fields to search when expanding addresses." msgstr "주소 리스트에 표시할 항목 선택" #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "날자 형식 선택" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "날자 구분표시 선택:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "날자 형식 선택" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "날자 형식 선택" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "날자 구분표시 선택:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "시간 형식 선택" #: config/prefs.php:589 msgid "Select your color scheme." msgstr "색상 테마 선택:" #: config/prefs.php:385 msgid "Select your preferred language:" msgstr "자주사용하는 언어를 선택하세요." #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "오류발생 보고서 보내기" #: lib/Block/Metar.php:290 #, fuzzy msgid "Sensor: " msgstr " 제목: " #: templates/prefs/syncml.html.php:12 #, fuzzy msgid "Server Time" msgstr "삭제" #: admin/sessions.php:67 #, fuzzy msgid "Session Administration" msgstr "관리" #: templates/admin/sessions.html.php:8 #, fuzzy msgid "Session Timestamp" msgstr "토론" #: lib/Api.php:70 #, fuzzy msgid "Sessions" msgstr "토론" #: config/prefs.php:335 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "비밀번호를 잊었을 때 비밀번호 초기화를 위한 설정을 합니다." #: config/prefs.php:645 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php:671 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php:373 msgid "Set your preferred language, timezone and date preferences." msgstr "주로 사용할 언어와 시간대 및 표시방법을 설정합니다." #: config/prefs.php:542 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "기본으로 시작할 애플리케이션, 색상 테마, 화면 갱신주기 등을 설정합니다." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "간단 요약:" #: config/prefs.php:629 msgid "Should access keys be defined for most links?" msgstr "단축키 기능 사용하기" #: config/prefs.php:756 msgid "Should multiple collections be multiplexed?" msgstr "" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 #, fuzzy msgid "Show" msgstr "보여주기" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "고급 설정 보이기" #: templates/prefs/end.html:8 #, fuzzy msgid "Show All Preferences Groups" msgstr "고급 설정 보이기" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "" #: config/prefs.php:574 msgid "Show last login time when logging in?" msgstr "로그인시 마지막 로그인 시간 보여주기" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 #, fuzzy msgid "Skip Login Tasks" msgstr "로그인 시작작업" #: lib/Block/Iframe.php:35 #, fuzzy msgid "Small" msgstr "이메일" #: lib/Block/Metar.php:252 #, fuzzy msgid "Snow depth: " msgstr " 제목: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 #, fuzzy msgid "Southern Hemisphere" msgstr "도움말" #: config/registry.php:105 #, fuzzy msgid "Spam" msgstr "저장" #: lib/Block/Fortune.php:68 #, fuzzy msgid "Sports" msgstr "읽어오기(임포트)" #: lib/Block/Metar.php:61 #, fuzzy msgid "Standard" msgstr "달력" #: lib/Block/Fortune.php:69 #, fuzzy msgid "Star Trek" msgstr "시작 시간" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "시작 시간" #: templates/prefs/activesync.html.php:13 #, fuzzy msgid "State Management" msgstr "파일 관리자" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:106 #, fuzzy msgid "Status unable to be set." msgstr "VFS 파일 %s/%s을(를) 변경할 수 없습니다." #: templates/block/twitter-layout.html.php:24 #, fuzzy msgid "Stream" msgstr "저장" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "성공" #: admin/signup_confirm.php:87 admin/user.php:101 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "'%s'가 시스템에 추가되었습니다." #: admin/user.php:147 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "'%s'가 시스템에서 삭제되었습니다." #: admin/groups.php:63 admin/perms/delete.php:42 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "'%s'가 시스템에 추가되었습니다." #: admin/user.php:124 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "'%s'가 시스템에서 삭제되었습니다." #: admin/config/config.php:49 #, fuzzy msgid "Successfully reverted configuration. Reload to see changes." msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/config/index.php:44 #, fuzzy msgid "Successfully saved backup configuration." msgstr "VFS 설정 정보에서 'port'이 없습니다." #: admin/user.php:199 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "'%s'가 시스템에 추가되었습니다." #: admin/config/index.php:52 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "'%s'가 시스템에 추가되었습니다." #: lib/Block/Sunrise.php:70 #, fuzzy msgid "Sun Rise" msgstr "제목" #: lib/Block/Sunrise.php:73 #, fuzzy msgid "Sun Set" msgstr "제목" #: config/prefs.php:504 msgid "Sunday" msgstr "일요일" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 #, fuzzy msgid "Sunrise" msgstr "제목" #: lib/Block/Sunrise.php:13 #, fuzzy msgid "Sunrise/Sunset" msgstr "제목" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 #, fuzzy msgid "Sunset" msgstr "제목" #: lib/Application.php:324 #, fuzzy msgid "Sync all" msgstr "이메일" #: config/prefs.php:722 msgid "SyncML" msgstr "" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "태그 클라우드" #: config/registry.php:154 msgid "Tasks" msgstr "작업" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "" #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 #, fuzzy msgid "Temperature" msgstr "서명:" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 #, fuzzy msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "업로드 파일 임포트 오류" #: lib/Block/TwitterTimeline.php:98 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "업로드 파일 임포트 오류" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Special/Activesync.php:96 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "식별자 \"%s\" 가 삭제되었습니다." #: admin/alarms.php:86 #, fuzzy msgid "The alarm has been deleted." msgstr "식별자 \"%s\" 가 삭제되었습니다." #: admin/alarms.php:75 #, fuzzy msgid "The alarm has been saved." msgstr "식별자 \"%s\" 가 저장되었습니다." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" #: config/prefs.php:299 msgid "The default e-mail address to use with this identity:" msgstr "이 계정에 연결된 기본 메일주소:" #: admin/locks.php:24 #, fuzzy msgid "The lock has been removed." msgstr "식별자 \"%s\" 가 저장되었습니다." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/Vatid.php:104 #, fuzzy msgid "The provided country code is invalid." msgstr "일정항목(iCal)이 없음." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:224 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "식별자 \"%s\" 가 저장되었습니다." #: admin/signup_confirm.php:41 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "식별자 \"%s\" 가 저장되었습니다." #: lib/Prefs/Special/Activesync.php:111 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:62 admin/user.php:73 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "\"%s\"는 이미 있습니다." #: services/shares/edit.php:93 services/shares/edit.php:178 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "식별자 \"%s\" 가 삭제되었습니다." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "'%s'를 시스템에 추가할 수 없습니다." #: admin/user.php:149 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "'%s'를 시스템에서 삭제할 수 없습니다." #: admin/user.php:126 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "'%s'를 시스템에서 삭제할 수 없습니다." #: admin/user.php:180 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "'%s'를 시스템에 추가할 수 없습니다." #: lib/Prefs/Special/Activesync.php:114 #, fuzzy, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "데이타 임포트 오류" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "데이타 임포트 오류" #: admin/config/config.php:62 #, fuzzy msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "요청된 메시지 읽기 오류" #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "데이타 임포트 오류" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" #: lib/Application.php:191 #, fuzzy, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "\"%s\"의 자료를 지우는중 에러가 발생하였습니다. 세부내용은 로깅되었습니다." #: services/facebook/index.php:67 #, fuzzy msgid "There was an error with the requested permissions" msgstr "데이타 임포트 오류" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "" #: config/registry.php:225 msgid "Tickets" msgstr "" #: config/registry.php:271 msgid "Time Tracking" msgstr "" #: lib/Block/Time.php:27 #, fuzzy msgid "Time format" msgstr "시간 설정" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "마지막 동기화 세션 성공 시각" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "제목" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "매핑항목중 빼고 싶거나 잘못된 것이 있으면, 선택하고 \"페어(pair) 삭제\"를 눌" "러주십시오." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/Weather.php:288 #, fuzzy msgid "Today" msgstr "본문" #: lib/Block/Weather.php:290 #, fuzzy msgid "Tomorrow" msgstr " (내일)" #: config/prefs.php:762 msgid "Top" msgstr "상단" #: lib/Block/Fortune.php:70 #, fuzzy msgid "Translations" msgstr "환경설정" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "" #: templates/block/twitter-layout.html.php:15 #, fuzzy msgid "Tweet" msgstr "문자열" #: config/prefs.php:670 #, fuzzy msgid "Twitter Integration" msgstr "기타 정보" #: lib/Block/TwitterTimeline.php:35 #, fuzzy msgid "Twitter Timeline" msgstr "%s 권한 수정" #: lib/Block/TwitterTimeline.php:51 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "%s 권한 수정" #: lib/Ajax/Application/TwitterHandler.php:37 #, fuzzy msgid "Twitter not enabled." msgstr "새 메일" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "VFS 파일 %s/%s을(를) 변경할 수 없습니다." #: lib/Ajax/Application/FacebookHandler.php:138 #, fuzzy msgid "Unable to set like." msgstr "VFS 파일 %s/%s을(를) 변경할 수 없습니다." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" #: templates/activesync/device_table.html.php:40 msgid "Unblock" msgstr "" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "변경사항 되돌리기" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 #, fuzzy msgid "Unfavorite" msgstr "참조" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "미분류" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "" #: admin/sessions.php:36 msgid "Unknown" msgstr "알수 없슴" #: admin/locks.php:43 msgid "Unlock" msgstr "" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "" #: templates/admin/user/list.inc:34 #, fuzzy msgid "Update" msgstr "일자" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "일자" #: admin/config/index.php:185 admin/config/index.php:303 #, fuzzy, php-format msgid "Update %s schema" msgstr "일자" #: templates/admin/config/index.html.php:19 #, fuzzy msgid "Update all DB schemas" msgstr "일자" #: templates/admin/config/index.html.php:11 #, fuzzy msgid "Update all configurations" msgstr "메일 서버 정보사항" #: templates/admin/user/update.inc:63 #, fuzzy msgid "Update user" msgstr "사용자 추가" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "사용자 추가" #: admin/config/index.php:127 #, fuzzy, php-format msgid "Updated schema for %s." msgstr "사용자 추가" #: admin/config/index.php:412 #, fuzzy msgid "Upload" msgstr "파일 올리기" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php:697 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 #, fuzzy msgid "User" msgstr "사용자명" #: admin/user.php:240 #, fuzzy msgid "User Administration" msgstr "Horde 사용자 관리" #: templates/admin/activesync.html.php:12 #, fuzzy msgid "User Agent" msgstr "사용자명" #: lib/Block/Account.php:68 msgid "User Name" msgstr "사용자명" #: signup.php:74 #, fuzzy msgid "User Registration" msgstr "Horde 사용자 관리" #: signup.php:22 admin/signup_confirm.php:23 #, fuzzy msgid "User Registration has been disabled for this site." msgstr "Nag가 정상적으로 설정되어 있지 않습니다." #: signup.php:30 admin/signup_confirm.php:30 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Nag가 정상적으로 설정되어 있지 않습니다." #: lib/Block/Account/Ldap.php:101 #, fuzzy msgid "User account not found" msgstr "통지 리스너 %s을(를) 찾을 수 없습니다." #: templates/shares/edit.inc:242 #, fuzzy msgid "User to add:" msgstr "문자열 선택:" #: login.php:186 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "사용자명" #: templates/admin/groups/edit.inc:59 #, fuzzy msgid "Users" msgstr "사용자명" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "시스템의 사용자:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "" #: lib/Block/Vatid.php:87 #, fuzzy msgid "VAT number" msgstr "11월" #: templates/admin/activesync.html.php:18 #, fuzzy msgid "Version" msgstr "파일접근모드" #: templates/admin/config/index.html.php:37 #, fuzzy msgid "Version Check" msgstr "개인 메일" #: config/registry.php:214 #, fuzzy msgid "Version Control" msgstr "개인 메일" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "" #: lib/Block/Account.php:96 msgid "Warning" msgstr "경고" #: templates/login/login.inc:39 msgid "Warning: Your Caps Lock key is on!" msgstr "" #: lib/Block/Weather.php:62 #, fuzzy msgid "Weather" msgstr "기타" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "" #: config/registry.php:331 msgid "Web Site" msgstr "" #: lib/Application.php:300 #, fuzzy msgid "Web browser" msgstr "행:" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "환영" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "환영합니다, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php:554 #, php-format msgid "What application should %s display after login?" msgstr "%s에 로그인후에 기본으로 이동할 애플리케이션:" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "구분 문자는 무엇입니까?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "인용 부호는 무엇입니까?" #: config/prefs.php:507 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "한주의 시작으로 표시할 요일:" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "" #: config/prefs.php:609 #, php-format msgid "Width of the %s menu on the left:" msgstr "%s의 왼쪽에 표시할 메뉴의 너비:" #: lib/Application.php:288 msgid "Wifi" msgstr "" #: config/registry.php:202 msgid "Wiki" msgstr "" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 #, fuzzy msgid "Wind" msgstr "찾기" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "" #: lib/Block/Metar.php:130 #, fuzzy msgid "Wind:" msgstr "찾기" #: templates/activesync/device_table.html.php:32 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 #, fuzzy msgid "Wipe Pending" msgstr "내림차순" #: lib/Block/Fortune.php:71 #, fuzzy msgid "Wisdom" msgstr "찾기" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "" #: lib/Block/Fortune.php:72 #, fuzzy msgid "Work" msgstr "또는" #: config/registry.php:237 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, fuzzy, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "당신은 이 메모장을 볼 수 없습니다." msgstr[1] "당신은 이 메모장을 볼 수 없습니다." #: lib/Api.php:255 #, fuzzy msgid "You are not allowed to add groups." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:353 #, fuzzy msgid "You are not allowed to add shares." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:290 lib/Api.php:309 #, fuzzy msgid "You are not allowed to change groups." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 #, fuzzy msgid "You are not allowed to change shares." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:273 #, fuzzy msgid "You are not allowed to delete groups." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:374 #, fuzzy msgid "You are not allowed to delete shares." msgstr "당신은 이 메모장을 제거할 수 없습니다." #: lib/Api.php:642 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:533 lib/Api.php:571 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:395 #, fuzzy msgid "You are not allowed to list shares." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:329 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "SQL 서버에 접속할 수 없습니다." #: lib/Api.php:610 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "%d개 이상의 메모를 작성할 수 없습니다." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:292 msgid "You have been logged out." msgstr "로그아웃 하였습니다." #: services/facebook/index.php:65 #, fuzzy msgid "You have denied the requested permissions." msgstr "데이타 임포트 오류" #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 #, fuzzy msgid "You like this" msgstr "당신은 이 메모장을 볼 수 없습니다." #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "문제 보고서를 보내기전에 이문제에 대한 설명을 입력해야 합니다." #: admin/user.php:142 #, fuzzy msgid "You must specify a username to clear out." msgstr "삭제할 사용자 이름을 입력해야 합니다." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "삭제할 사용자 이름을 입력해야 합니다." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "추가할 사용자 이름을 입력해야 합니다." #: admin/user.php:171 #, fuzzy msgid "You must specify the username to update." msgstr "추가할 사용자 이름을 입력해야 합니다." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "이메일 주소:" #: config/prefs.php:271 config/prefs.php:333 config/prefs.php:371 #: config/prefs.php:515 msgid "Your Information" msgstr "정보" #: login.php:280 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "이름:" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "당신의 인증클라이언트가 사용자를 추가할 수 없습니다. 또는 다른 이유로 사용자 " "추가기능을 사용할 수 없습니다." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "당신의 인증클라이언트가 사용자 목록보기를 지원하지 않습니다. 또는 다른 이유" "로 사용자 목록보기를 사용할 수 없습니다." #: login.php:284 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "브라우저가 이 기능을 지원하지 않습니다." #: config/prefs.php:419 msgid "Your current time zone:" msgstr "현재 시간대:" #: config/prefs.php:291 msgid "Your full name:" msgstr "전체 이름:" #: login.php:304 #, fuzzy msgid "Your login has expired." msgstr "옵션이 저장되었습니다." #: services/resetpassword.php:82 #, fuzzy, php-format msgid "Your new password for %s is: %s" msgstr "암호가 일치하지 않습니다." #: services/resetpassword.php:89 #, fuzzy msgid "Your password has been reset" msgstr "암호가 일치하지 않습니다." #: services/resetpassword.php:99 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "암호화 기능이 구성되지 않았습니다, 관리자에게 요청하시기 바랍니다." #: services/resetpassword.php:94 #, fuzzy msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "암호화 기능이 구성되지 않았습니다, 관리자에게 요청하시기 바랍니다." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 #, fuzzy msgid "Your password has expired" msgstr "옵션이 저장되었습니다." #: login.php:165 #, fuzzy msgid "Your password has expired." msgstr "옵션이 저장되었습니다." #: login.php:276 #, fuzzy msgid "Your session has expired. Please login again." msgstr "%s 세션이 만료되었습니다. 다시 로그인하세요." #: login.php:288 #, fuzzy msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "%s 세션이 만료되었습니다. 다시 로그인하세요." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[오류 보고하기]" #: lib/Api.php:65 #, fuzzy msgid "_Alarms" msgstr "얼라이어스" #: lib/Api.php:85 msgid "_CLI" msgstr "" #: lib/Api.php:40 #, fuzzy msgid "_Configuration" msgstr "메일 서버 정보사항" #: lib/Api.php:50 #, fuzzy msgid "_Groups" msgstr "그룹" #: lib/Api.php:60 #, fuzzy msgid "_Locks" msgstr "사용자명" #: lib/Api.php:55 #, fuzzy msgid "_Permissions" msgstr "토론" #: lib/Api.php:45 #, fuzzy msgid "_Users" msgstr "사용자명" #: services/problem.php:59 #, fuzzy msgid "attachment" msgstr "파일첨부:" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, fuzzy, php-format msgid "calm" msgstr "취소" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, fuzzy, php-format msgid "from the %s (%s) at %s %s" msgstr "%d / %d (메시지: %d)" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 #, fuzzy msgid "gusting" msgstr "8월" #: admin/config/diff.php:61 admin/config/diff.php:71 #, fuzzy msgid "inline" msgstr "없음" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 #, fuzzy msgid "preferences" msgstr "사용자 환경설정" #: admin/config/config.php:75 #, fuzzy msgid "show differences" msgstr "사용자 환경" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:61 admin/config/diff.php:71 #, fuzzy msgid "unified" msgstr "읽지 않은 메일" #: lib/Block/Weather.php:35 #, fuzzy msgid "weather" msgstr "기타" tmpIMUtxu/horde-5.2.17/locale/ko/LC_MESSAGES/horde.mo0000644000175000017500000002720113160205253021567 0ustar mathieumathieu<\       -6?Y an r}!1*2] z=   4*_f{C {    $7:A"Fi$B40e| hw ~ #(8au ,LJ`;[ C-Q%  51QW   '/ 7/C sF!E7&}% s+lJ  & 4BV ]k   $?W!^++ I J X b w    ;  !!_+!!! ! !z! 5" B" O" ["h"o"t""" " """ "+""#$#*#>#M#e#z##Ho$1$$%%%*4%_%&{%% %%%%S% %& /&=&O& V& c&n&u&&&& &&&$& & '/' B'P'!o'' ''''''(-( K(Sl(I(e )p)))4) )) ) **,$*(Q*z*v***+ + '+ 5+ B+O+g+n+u+@+!+!+(,+7,c,f,Y,5,5-J-\-c-k-8.J.\.k. B.9[8ngOGx2!wX#pK`"~v,m]DIs4\z>;1fj6k@oi'0:JrEhAbc|5YdNt=%}*_U7T- /S Ql?+W)Z^u<Ra{ $ VLFq3C&(HMPye24 hoursAM/PMAccount InformationAccount PasswordAddAdd ContentAdd a new user:Add pairAdd userAdding users is disabled.AddressAddress BookAllAttachmentAvailable fields:BothBottomCalendarCancelCancel Problem ReportCategories and LabelsChangeChange your personal information.Choose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Close WindowConfiguration for syncing with PDAs, Smartphones and Outlook.Confirm PasswordCreateCreate New IdentityCurrent TimeDDDateDefaultDefault ColorDefault ShellDefault location to use for location-aware features.DeleteDescribe the ProblemDisplay 24-hour times?Display PreferencesDoes the first row contain the field names? If yes, check this box:Download %sEditEdit Preferences forEnd TimeEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Every 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:File ManagerFiltersFull DescriptionFull NameGlobal PreferencesGoHeightHelpHere is the beginning of the file:Hide Advanced PreferencesHome DirectoryHordeHow many fields (columns) are there?Identity's name:Import, Step %dImported field: %sImported fields:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Insert an email address to which you can receive the new password:Insert the required answer to the security question:Japanese (ISO-2022-JP)Korean (EUC-KR)LanguageLast login: %sLast login: %s from %sLast login: NeverListing users is disabled.Locale and TimeLog inLogoutMMMailManage the list of categories you have to label items with, and colors associated with those categories.MondayMy AccountMy Account InformationNameNeverNew CategoryNextNo SoundNo items to displayNoneNotesOther InformationOthersPasswordPasswords must match.PastePersonal InformationPlease provide a summary of the problem.Problem DescriptionRefresh Dynamic Menu Elements:Refresh Portal View:Remove pairResetSaveSearchSelect the date delimiter:Select the date format:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSet preferences to allow you to reset your password if you ever forget it.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Short SummaryShould access keys be defined for most links?Show Advanced PreferencesShow last login time when logging in?Start TimeSuccessSundayTag CloudTasksThe default e-mail address to use with this identity:Timestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".TopURLUndo ChangesUnfiledUnknownUser NameUsernameUsers in the system:WarningWelcomeWelcome, %sWhat application should %s display after login?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Width of the %s menu on the left:YYYou have been logged out.You must describe the problem before you can send the problem report.You must specify a username to remove.You must specify the username to add.Your Email AddressYour InformationYour NameYour authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:[Problem Report]Project-Id-Version: Horde 3.0-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-03-13 11:19+0900 PO-Revision-Date: 2014-03-18 14:46+0100 Last-Translator: Deokgon Kim Language-Team: i18n@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 24 시간오전/오후계정 정보비밀번호 찾기추가항목 추가새로운 사용자 추가:페어(pair) 추가사용자 추가사용자 추가 사용안함주소주소록모두 선택파일첨부가능한 필드:모두하단달력취소오류 보고하기 취소분류와 색상 편집변경개인 정보를 수정합니다.날짜 표시 형태 선택(축약 표기):날짜 표시 형태 선택(전체 표기):시간 표시 형태 선택:창 닫기PDA나 스마트폰, 아웃룩과의 동기화 상태를 확인합니다.암호 확인만들기새 계정 만들기현재 시각DD날짜기본기본 색상기본 쉘위치서비스를 사용하는 장비에 표시할 위치.삭제오류 설명24시간제로 보기표시 방법 설정첫번째 행은 항목 이름을 갖고 있습니까? 그렇다면, 여기를 체크하세요:%s 내려받기수정%s 설정종료 시간비밀번호 초기화를 할 때 사용할 보안질문을 넣으십시오. 예) 내 애완동물 이름은 무엇인가?15분 마다30초 마다5분 마다30분 마다매분예:파일 관리자필터상세 설명:전체 이름기본 설정가기높이도움말파일의 시작이 다음과 같습니다:고급 설정 숨기기홈 디렉토리Horde항목(열)의 수?계정 이름:가져오기, %d 단계가져온 항목: %s가져온 항목:아래 목록에서, 왼쪽의 가져온 컬럼명과 오른쪽에 주소록의 컬럼명을 선택하고 "페어(pair) 추가"를 눌러 주십시오. 모든 항목이 매핑되었으면 "다음"을 눌러 진행하십시오.비밀번호 초기화를 받을 다른 메일주소를 넣으십시오:보안질문에 대한 답변을 넣으십시오:일본어 (ISO-2022-JP)한국어 (EUC-KR)언어마지막 로그인: %s마지막 로그인: %s, 접속 위치: %s마지막 로그인: 없음사용할 수 없는 사용자 목록.언어와 시간대로그인종료MM메일분류시 사용할 태그와 해당 분류에 표시할 색상을 설정합니다.월요일계정 관리내 계정 정보이름사용안함새 분류다음알림음 없음표시할 항목 없음선택하지 않음메모기타 정보기타암호암호가 일치하지 않습니다.붙이기개인 정보문제에 대한 요약을 입력해 주세요.문제 설명동적 메뉴의 갱신주기:포털화면 새로고침 주기:페어(pair) 삭제입력 취소저장검색날자 구분표시 선택:날자 형식 선택시간 형식 선택색상 테마 선택:자주사용하는 언어를 선택하세요.오류발생 보고서 보내기비밀번호를 잊었을 때 비밀번호 초기화를 위한 설정을 합니다.주로 사용할 언어와 시간대 및 표시방법을 설정합니다.기본으로 시작할 애플리케이션, 색상 테마, 화면 갱신주기 등을 설정합니다.간단 요약:단축키 기능 사용하기고급 설정 보이기로그인시 마지막 로그인 시간 보여주기시작 시간성공일요일태그 클라우드작업이 계정에 연결된 기본 메일주소:마지막 동기화 세션 성공 시각제목매핑항목중 빼고 싶거나 잘못된 것이 있으면, 선택하고 "페어(pair) 삭제"를 눌러주십시오.상단URL변경사항 되돌리기미분류알수 없슴사용자명사용자명시스템의 사용자:경고환영환영합니다, %s%s에 로그인후에 기본으로 이동할 애플리케이션:구분 문자는 무엇입니까?인용 부호는 무엇입니까?한주의 시작으로 표시할 요일:%s의 왼쪽에 표시할 메뉴의 너비:YY로그아웃 하였습니다.문제 보고서를 보내기전에 이문제에 대한 설명을 입력해야 합니다.삭제할 사용자 이름을 입력해야 합니다.추가할 사용자 이름을 입력해야 합니다.이메일 주소:정보이름:당신의 인증클라이언트가 사용자 목록보기를 지원하지 않습니다. 또는 다른 이유로 사용자 목록보기를 사용할 수 없습니다.브라우저가 이 기능을 지원하지 않습니다.현재 시간대:전체 이름:[오류 보고하기]tmpIMUtxu/horde-5.2.17/locale/es/0000755000175000017500000000000013162206570016345 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/es/help.xml0000644000175000017500000000140113160205253020006 0ustar mathieumathieu La página del portal Esta página del portal proporciona un rápido resumen de toda su información importante. Por ejemplo, puede mostrar cuántos mensajes nuevos tiene en el buzón de Entrada, eventos inminentes de la agenda, tareas pendientes de la lista de tareas, titulares de servicios de noticias seleccionados, etc. Los contenidos de esta página del portal se pueden personalizar mediante el botón "Añadir contenido". Por ejemplo, puede elegir qué elementos incluir en esta página del portal así como el orden en el que se mostrarán. tmpIMUtxu/horde-5.2.17/locale/es/LC_MESSAGES/0000755000175000017500000000000013162206570020132 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/es/LC_MESSAGES/horde.po0000644000175000017500000031261613160205253021577 0ustar mathieumathieu# Spanish translations for Horde package. # Copyright (C) 2014 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Automatically generated, 2014. # msgid "" msgstr "" "Project-Id-Version: Horde\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-06-12 16:24+0200\n" "PO-Revision-Date: 2014-06-16 09:05+0100\n" "Last-Translator: Manuel P. Ayala , Juan C. Blanco " "\n" "Language-Team: i18n@lists.horde.org\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Se ha añadido \"%s\" al sistema de grupos." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "Se ha añadido \"%s\" al sistema de permisos." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "No se ha creado \"%s\": %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB usados de %.2fMB permitidos (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s y %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d días hasta que caduque su contraseña." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minutos" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d persona le gusta ésto" msgstr[1] "%d personas les gusta ésto" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d al %d de %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d pronósticos diarios" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Aviso" #: admin/config/config.php:28 admin/config/index.php:458 #, php-format msgid "%s Configuration" msgstr "Configuración de %s" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Tareas - Confirmación" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "Acuerdos de licencia de %s" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s a las %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s puede interactuar con su cuenta de Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s no puede leer información de sus amigos de Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s no puede leer sus corrientes de mensajes y diversos otros elementos de " "datos de Facebook." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s no puede modificar sus mensajes de estado o publicar otros contenidos en " "Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s está listo para realizar las operaciones indicadas a continuación. " "Seleccione cada operación que desee realizar en esta ocasión." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", ventoso %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variable de %s a %s" #: lib/Application.php:327 msgid "1 Day" msgstr "1 Día" #: lib/Application.php:331 msgid "1 Month" msgstr "1 Mes" #: lib/Application.php:329 msgid "1 Week" msgstr "1 Semana" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "Formato de 12 horas" #: lib/Application.php:330 msgid "2 Weeks" msgstr "2 Semanas" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "Formato de 24 horas" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 horas" #: config/prefs.php:483 config/prefs.php:485 msgid "24-hour format" msgstr "Formato de 24 horas" #: lib/Application.php:328 msgid "3 Days" msgstr "3 Días" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Se ha solicitado el borrado de un dispositivo. El dispositivo se borrará en " "el próximo intento de sincronización." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "Hay una versión nueva (%s)." #: lib/Prefs/Special/Activesync.php:95 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Se ha iniciado un borrado remoto del dispositivo con id %s. El dispositivo " "se borrará durante la próxima sincronización." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Información de cuenta" #: config/prefs.php:325 msgid "Account Password" msgstr "Contraseña de acceso" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Acciones" #: config/prefs.php:732 lib/Application.php:202 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:100 msgid "ActiveSync Administration" msgstr "Gestión de ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync no está activado." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Añadir" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Añadir contenido" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Añadir aquí:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Añadir miembros" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Añadir un grupo" #: admin/user.php:26 msgid "Add a new user:" msgstr "Añadir un usuario:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Añadir aviso" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Añadir correspondencia" #: admin/user.php:27 msgid "Add user" msgstr "Añadir usuario" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Se ha añadido \"%s\" al sistema, pero no se pudo añadir la información " "adicional de alta: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Se ha añadido \"%s\" al sistema. Ya puede iniciar la sesión." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "La adición de usuarios está deshabilitada." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Dirección" #: config/registry.php:136 msgid "Address Book" msgstr "Contactos" #: lib/Application.php:55 msgid "Administration" msgstr "Administración" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Fin del aviso" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Métodos de aviso" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Inicio del aviso" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Texto del aviso" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Título del aviso" #: admin/alarms.php:146 msgid "Alarms" msgstr "Avisos" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Se han desactivado las alarmas en la configuración" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Todos" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Todos los usuarios autentificados" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Se han reiniciado correctamente todas las asignaciones por omisión." #: lib/Prefs/Special/Activesync.php:110 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Se ha eliminado toda la información de estado de sus dispositivos ActiveSync." "Se resincronizarán la próxima vez que se conecten al servidor." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Se han eliminado todas las sesiones de sincronización." #: lib/Application.php:238 msgid "Allow alphanumeric" msgstr "Permitir caracteres alfanuméricos" #: lib/Application.php:239 msgid "Allow any" msgstr "Permitir cualquiera" #: lib/Application.php:217 msgid "Allow non-provisionable devices" msgstr "Permitir dispositivos no aprovisionables" #: lib/Application.php:237 msgid "Allow only numeric" msgstr "Permitir únicamente caracteres numéricos" #: config/prefs.php:687 msgid "Alternate IMSP Login" msgstr "Acceso IMSP alternativo" #: config/prefs.php:704 msgid "Alternate IMSP Password" msgstr "Clave IMSP alternativa" #: config/prefs.php:698 msgid "Alternate IMSP Username" msgstr "Usuario IMSP alternativo" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Dirección electrónica alternativa" #: services/resetpassword.php:52 msgid "Answer" msgstr "Respuesta" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplicación" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Contexto de la aplicación" #: admin/config/index.php:250 msgid "Application is ready." msgstr "La aplicación está lista." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Aprobar" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arábigo (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "¿Seguro que desea eliminar \"%s\"?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "¿Seguro que desea eliminar la solicitud de alta de \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "¿Seguro que quiere eliminar \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenio (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Arte" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Gráficos Ascii" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Al menos hay un esquema de BD desactualizado." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Adjunto" #: lib/Application.php:261 msgid "Attachment Download" msgstr "Descargar adjunto" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Intenta eliminar un grupo inexistente." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Intenta eliminar un permiso inexistente." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Intenta modificar un permiso inexistente." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Intenta modificar un recurso compartido inexistente." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Aplicaciones autentificadas" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Permitir" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Permitir acceso a los datos de Amigos" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Permitir publicar" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Permitir leer" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automático" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Campos disponibles:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "Excusas BOFH" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Báltico (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Básico" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Bloquear" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Opciones de bloque" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipo de bloque" #: lib/Application.php:294 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:187 msgid "Bookmarks" msgstr "Marcadores" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Ambas" #: config/prefs.php:748 msgid "Bottom" msgstr "Abajo" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Navegador" #: templates/activesync/device_table.html.php:29 #: templates/prefs/activesync.html.php:56 msgid "Cached Heartbeat (seconds)" msgstr "Heartbeat cacheado (segundos)" #: config/registry.php:122 msgid "Calendar" msgstr "Agenda" #: lib/Application.php:282 msgid "Camera" msgstr "Cámara" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Cancelar" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Cancelar informe de problemas" #: templates/activesync/device_table.html.php:36 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "Cancelar borrado" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "No se puede actualizar la clave automáticamente, póngase en contacto con su " "administrador del sistema." #: config/prefs.php:507 msgid "Categories and Labels" msgstr "Categorías y etiquetas" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Céltico (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Europa Central (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Cambiar" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Cambiar ubicación" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Cambiar contraseña" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Cambiar información personal." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "La configuración actual no admite el cambio de contraseñas. Contacte con el " "administrador del sistema." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Comprobar" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Comprobar versiones nuevas" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Comprobando" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chino simplificado (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chino tradicional (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Seleccionar %s" #: config/prefs.php:475 msgid "Choose how to display dates (abbreviated format):" msgstr "Elija cómo mostrar las fechas (abreviadas):" #: config/prefs.php:451 msgid "Choose how to display dates (full format):" msgstr "Elija cómo mostrar las fechas (completas):" #: config/prefs.php:488 msgid "Choose how to display times:" msgstr "Elija cómo mostrar las horas:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Limpiar consulta" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Borrar usuario: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Borrar usuario" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Borrar datos del usuario" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Pulse una de sus listas de contactos y seleccione todos los campos en los " "que buscar." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Haga click para seguir" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Referencia del cliente" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Cerrar ventana" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Nubes" #: lib/Application.php:254 msgid "Codeword frequency" msgstr "Frecuencia de códigos" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Colapsar" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Selector de color" #: config/registry.php:251 msgid "Comics" msgstr "Cómics" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Comando" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Intérprete de comandos" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Comentarios: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Nombre común" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Ordenadores" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Previsión" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Previsiones" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Configuración" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Diferencias de la configuración" #: config/prefs.php:714 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" "Configuración para sincronización con PDAs, teléfonos inteligentes y Outlook." #: admin/config/index.php:245 msgid "Configuration is out of date." msgstr "La configuración está desactualizada." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Hay guiones de actualización de la configuración" #: admin/config/index.php:182 #, php-format msgid "Configure %s" msgstr "Configurar %s" #: lib/Prefs/Special/Activesync.php:64 msgid "Configured Horde Default" msgstr "Valor por omisión de Horde" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Confirmar contraseña" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Continuar" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "No se pudo conectar al servidor \"%s\" por FTP: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "No se pudo contactar con el servidor, pruebe otra vez más tarde." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "No se pudo eliminar el guión de actualización de configuración \"%s\"." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "No se pudo encontrar una autorización para que \"%s\" interactúe con su " "cuenta de Facebook. Ésto significa que bien no ha autorizado aún que su " "cuenta de Facebook interactúe con \"%s\" o que la autorización ha caducado y " "precisa ser renovada." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "No se pudieron encontrar permisos de %s para interactuar con su cuenta de " "Twitter" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "No se pudo restablecer la contraseña del usuario solicitado. Parte de los " "detalles o todos son incorrectos. Pruebe otra vez o póngase en contacto con " "el administrador del sistema para más información." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "No se pudo restaurar la configuración." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "No se pudo guardar una copia de seguridad de la configuración: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" "No se pudo guardar el guión de actualización de la configuración en: \"%s\"." #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "No se pudo guardar el archivo de configuración %s. Utilice una de las " "siguientes opciones para guardar manualmente el código." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "No se pudo guardar el archivo de configuración %s. Puede utilizar una de las " "opciones para hacer una copia de seguridad del código en %s o copiar " "manualmente a %s el código siguiente." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "No se pudo escribir la configuración de \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "País" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Crear" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Crear identidad" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "4 fases actuales" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Avisos activos" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Bloqueos activos" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Sesiones activas" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Hora actual" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Tiempo actual" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "Estado actual" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cirílico (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cirílico (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cirílico/Ucraniano (KOI8-U)" #: admin/config/index.php:265 admin/config/index.php:317 msgid "DB access is not configured." msgstr "No se ha configurado el acceso a la BD." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Datos" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Base de datos" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Fecha" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Se ha recibido la fecha" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Fecha: %s; hora: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "Día" #: config/prefs.php:379 config/prefs.php:400 config/prefs.php:413 #: config/prefs.php:482 themes/default/info.php:2 msgid "Default" msgstr "Por omisión" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Color por omisión" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Consola por omisión" #: config/prefs.php:403 msgid "Default charset for sending e-mail messages:" msgstr "Juego de caracteres por omisión para el envío de mensajes:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Ubicación por omisión utilizada para las opciones que lo precisen." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definiciones" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Eliminar" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Eliminar \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Eliminar todos los datos SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Eliminar grupo" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Se ha eliminado el guión de actualización de la configuración \"%s\"." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Se ha borrado la sesión de sincronización del dispositivo \"%s\" y base de " "datos \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Describa el problema" #: config/registry.php:211 msgid "Development" msgstr "Desarrollo" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Dispositivo" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Id de dispositivo" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "Información del dispositivo" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Gestión de dispositivos" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Tipo de dispositivo" #: lib/Application.php:314 msgid "Device encryption" msgstr "Cifrado del dispositivo" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "El dispositivo está bloqueado" #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "El dispositivo se ha borrado" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "El dispositivo se ha limpiado. Elimine el estado del dispositivo para " "permitirle volver a conectar." #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Se ha eliminado correctamente el dispositivo." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Se ha cancelado correctamente el borrado del dispositivo." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Punto de condensación" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Punto de condensación de la última hora: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Punto de condensación" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Desactivar" #: lib/Application.php:218 msgid "Disable (not recommended)" msgstr "Desactivar (desaconsejado)" #: config/prefs.php:421 msgid "Display 24-hour times?" msgstr "¿Mostrar en formato de 24-horas?" #: config/prefs.php:532 msgid "Display Preferences" msgstr "Opciones de visualización" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Mostrar pronóstico detallado" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Mostrar pronóstico (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "¿Contiene la primera fila los nombres de los campos? Si es así, seleccione " "esta casilla:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "¿Carece de cuenta? Regístrese." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "Descargar %s" #: admin/config/index.php:393 msgid "Download generated configuration as PHP script." msgstr "Descargar la configuración generada como un guión PHP." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogas" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinámico" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identificación de IVA Europeo" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Modificar" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Modificar \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Modificar opciones de" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Modificar permisos" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Modificar permisos de \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Educación" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Dirección de correo" #: lib/Application.php:216 msgid "Enable" msgstr "Activar" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Hora final" #: lib/Block/Weather.php:83 msgid "English" msgstr "Inglés" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Introduzca el nombre de la nueva categoría:" #: config/prefs.php:342 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Introduzca una pregunta de seguridad que se le formulará si precisa " "reajustar la contraseña, p.e. '¿Cuál es el nombre de su mascota?':" #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Error conectando a Facebook. Se han registrado los detalles para el " "administrador." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Error conectando a Twitter. Se han registrado los detalles para el " "administrador." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Error conectando a Twitter: Se han registrado %s detalles para el " "administrador." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Error eliminando sesión de sincronización:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Error eliminando sesiones de sincronización:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Error al actualizar la contraseña: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Étnico" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Invitaciones a evento:" #: config/prefs.php:591 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Cada 15 minutos" #: config/prefs.php:610 msgid "Every 2 minutes" msgstr "Cada 2 minutos" #: config/prefs.php:588 config/prefs.php:608 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Cada 30 segundos" #: config/prefs.php:590 config/prefs.php:611 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Cada 5 minutos" #: config/prefs.php:592 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Cada media hora" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Cada hora" #: config/prefs.php:589 config/prefs.php:609 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Cada minuto" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Valores de ejemplo:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Ejecutar" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Expandir" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra grande" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Carga FTP de la configuración" #: config/prefs.php:635 msgid "Facebook Integration" msgstr "Integración con Facebook" #: lib/Application.php:249 msgid "Failed unlock attempts before device is wiped" msgstr "" "Intentos fallidos de desbloqueo antes de que el dispositivo sea borrado" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Favorito" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Suscripción" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Dirección de suscripción" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Sensación térmica" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Campos en los que buscar" #: config/registry.php:317 msgid "File Manager" msgstr "Archivos" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtro" #: config/registry.php:92 msgid "Filters" msgstr "Filtros" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Cuarto creciente" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Cuarto creciente" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Comida" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Pronóstico (TAF)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Días del pronóstico (tenga en cuenta que el pronóstico facilitado incluye " "tanto el día como la noche; un número grande se traducirá en un bloque muy " "ancho)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "¿Ha olvidado la contraseña?" #: config/registry.php:346 msgid "Forms" msgstr "Formularios" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortuna" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Tipo de fortuna" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortunas" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortunas 2" #: config/registry.php:340 msgid "Forums" msgstr "Foros" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Peticiones de amigos:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Amigos habilitados." #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Del %s (%s °) a las %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "Del %s a las %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Descripción completa" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Luna llena" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nombre completo" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Generar configuración de %s" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Código generado" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Traer más" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Globales" #: templates/prefs/app.html:16 msgid "Go" msgstr "Ir" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Búsqueda en Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Griego (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Gestión de grupos" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Nombre de grupo" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "No se ha creado el grupo: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Grupos" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Permisos del invitado" #: lib/Application.php:318 msgid "HTML Email" msgstr "Correo HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreo (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Altura" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Tamaño del contenido de la corriente (la anchura se ajusta automáticamente " "al bloque)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Ayuda" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Temas de _ayuda" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisferio" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Aquí tiene el comienzo del archivo:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Ocultar opciones avanzadas" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Ocultar resultados" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Directorio personal" #: config/registry.php:79 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "¿Cuántos campos (columnas) hay?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "¿Intervalo en segundos entre consultas de artículos nuevos?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Humedad" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristas" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Iconos para %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identidad utilizada al enviar correo mediante ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Nombre de la identidad:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importar, paso %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Campo importado: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Campos importados:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "En respuesta a:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "En la lista siguiente seleccione tanto un campo importado del archivo origen " "de la izquierda como el campo correspondiente disponible en la lista de " "contactos de la derecha. Luego pulse \"Añadir correspondencia\" para " "marcarlos para la importación. Cuando haya terminado, pulse \"Siguiente\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nombre de usuario o dirección alternativa incorrectos. Vuelva a intentarlo o " "póngase en contacto con el administrador de sistemas para más información." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Usuarios individuales" #: config/registry.php:245 msgid "Information" msgstr "Información" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Miembros heredados" #: config/prefs.php:354 msgid "Insert an email address to which you can receive the new password:" msgstr "Insertar una dirección de correo en la que recibir la contraseña:" #: config/prefs.php:348 msgid "Insert the required answer to the security question:" msgstr "Insertar la respuesta necesaria a la pregunta de seguridad:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Formato de número de identificación VAT no válido." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Acción no válida %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Aplicación no válida." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Referencia no válida." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Permiso no válido del padre." #: config/registry.php:298 msgid "Inventory" msgstr "Inventario" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonés (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "O su navegador no dispone de JavaScript o está desactivado. Está limitado a " "la vista Mínima." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Ahora mismo..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Novatos del Kernel" #: services/help/index.php:161 msgid "Keyword" msgstr "Palabra clave" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Niños" #: config/registry.php:306 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Coreano (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Idioma" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Grande" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Cuarto menguante" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Último cambio de contraseña" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Cuarto menguante" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "Fecha de la última sincronización" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Última actualización:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Última sesión: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Última sesión: %s desde %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Última sesión: Nunca" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Últimos" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Leyes" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Gustos" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Chascarrillo" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Cookie Linux" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Listar tablas" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Ha fallado el listado de avisos: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Ha fallado el listado de bloqueos: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Ha fallado el listado de sesiones: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" "El listado de usuarios ha fallado con el siguiente mensaje de error: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "El listado de usuarios ha fallado." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "El listado de usuarios está deshabilitado." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Hora local: %s %s (UTC %s)" #: config/prefs.php:363 msgid "Locale and Time" msgstr "Idioma y hora" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "Ubicación" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Bloquear usuario" #: admin/locks.php:61 msgid "Locks" msgstr "Bloqueos" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Iniciar sesión" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Salir" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Conectado a Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Falló el inicio de sesión porque introdujo incorrectamente su nombre de " "usuario o contraseña." #: login.php:316 msgid "Login failed." msgstr "Falló el inicio de sesión." #: login.php:399 #, php-format msgid "Login to %s" msgstr "Iniciar sesión en %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Iniciar sesión en Facebook y permitir %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Iniciar sesión en Twitter y permitir %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Salir" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Amor" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magia" #: config/registry.php:84 msgid "Mail" msgstr "Correo" #: config/registry.php:351 msgid "Mail Admin" msgstr "Adm. correo" #: config/prefs.php:508 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Gestiona la lista de categorías con la que etiquetar elementos y los colores " "asociados a dichas categorías." #: config/prefs.php:733 msgid "Manage your ActiveSync devices." msgstr "Gestiona sus dispositivos ActiveSync." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Campos coincidentes:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Temp. máxima últimas 24 horas: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Temp. máxima últimas 6 horas: " #: lib/Application.php:322 msgid "Maximum Email age" msgstr "Antigüedad máxima de mensajes" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Número máximo de bloques del portal" #: lib/Application.php:266 msgid "Maximum attachment size" msgstr "Tamaño máximo de adjuntos" #: lib/Application.php:207 msgid "Maximum number of devices" msgstr "Número máximo de dispositivos" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Número máximo de entradas mostradas" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Mediano" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Miembros" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Menciones" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Tiempo de Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Métrico" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Temp. mín. las últimas 24 horas: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Temp. mín. las últimas 6 horas: " #: lib/Application.php:228 msgid "Minimum PIN length" msgstr "Longitud mínima de PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Miscelánea" #: admin/config/index.php:222 msgid "Missing configuration." msgstr "Configuración no encontrada." #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Móvil (Mínimo)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Móvil (Sin JavaScript)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Móvil (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Aplicaciones optimizadas para móviles" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Modo" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Modelo" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 msgid "Module is up-to-date." msgstr "El módulo está actualizado." #: config/prefs.php:496 msgid "Monday" msgstr "Lunes" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fases de la luna" #: config/registry.php:311 msgid "My Account" msgstr "Mi cuenta" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Información de cuenta" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Mi corriente Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mi portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Distribución de mi portal" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NO, NO estoy de acuerdo" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:69 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "OBSERVACIÓN: EL BORRADO DE UN DISPOSITIVO PUEDE REINICIARLO AL ESTADO " "INICIAL DE FÁBRICA. ASEGÚRESE DE QUE REALMENTE QUIERE HACERLO ANTES DE " "EJECUTARLO" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Nombre" #: config/prefs.php:587 config/prefs.php:607 templates/portal/layout.inc:97 msgid "Never" msgstr "Nunca" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Añadir categoría" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Mensajes nuevos:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Luna nueva" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nuevo nombre de usuario (opcional)" #: services/changepassword.php:31 msgid "New password" msgstr "Contraseña" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Las contraseñas no coinciden." #: config/registry.php:256 lib/Block/Fortune.php:59 msgid "News" msgstr "Noticias" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Siguiente" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Próximas 4 fases" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Sin sonido" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "No hay datos de configuración para mostrar diferencias." #: admin/config/diff.php:49 msgid "No change." msgstr "Sin cambios." #: util/icon_browser.php:70 msgid "No icons found." msgstr "No se han encontrado iconos." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Sin elementos que mostrar" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "No se ha definido la ubicación." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "No ofensivas" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Sin altas pendientes." #: lib/Application.php:335 msgid "No push while roaming" msgstr "No actualizar mientras se esté en itinerancia" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "No se ha indicado una pregunta de seguridad. Consulte a su administrador." #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "Aún no existe una versión estable." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "No se ha indicado un nombre." #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "No se encontró la versión en la configuración original. Regenerar la " "configuración." #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "No se encontró la versión en la configuración. Regenerar la configuración." #: admin/config/index.php:289 msgid "NoSQL indices are ready." msgstr "Los índices NoSQL están listos." #: admin/config/index.php:284 #, php-format msgid "NoSQL indices for %s" msgstr "Índices NoSQL de %s" #: admin/config/index.php:286 msgid "NoSQL indices out of date." msgstr "Los índices NoSQL están obsoletos." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:63 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Ninguna" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nórdico (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Hemisferio norte" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "Sin aprovisionar" #: config/registry.php:171 msgid "Notes" msgstr "Notas" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "No hay nada visualizable, retroceda." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Número de artículos mostrados" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Segundos de espera de refresco" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "SO" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Navegador de objetos" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Creador del objeto" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtrar ofensas" #: config/registry.php:268 msgid "Office" msgstr "Oficina" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "La contraseña antigua y la nueva tienen que ser distintas." #: services/changepassword.php:30 msgid "Old password" msgstr "Contraseña anterior" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "La contraseña anterior no es correcta." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Sólo ofensivas" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Sólo el propietario o el administrador del sistema pueden cambiar la " "propiedad o los permisos del propietario de un recurso compartido" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Sistema operativo" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "O introduzca un nombre de usuario:" #: config/prefs.php:531 config/prefs.php:634 config/prefs.php:660 #: config/prefs.php:686 config/prefs.php:712 config/prefs.php:731 msgid "Other Information" msgstr "Otra información" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Otras opciones" #: config/registry.php:182 msgid "Others" msgstr "Otros" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Propietario" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Propietario:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Código PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP" #: lib/Application.php:298 msgid "POP/IMAP Email accounts" msgstr "Cuentas de correo POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "No se encuentra la extensión POSIX" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "P_HP" #: login.php:211 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:329 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Contraseña" #: lib/Application.php:233 msgid "Password Complexity" msgstr "Complejidad de la contraseña" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "La contraseña se cambió correctamente." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Las contraseñas tienen que coincidir." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Pegar" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Altas pendientes:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Gente" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Ejecutar tareas de inicio" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "No se ha eliminado el permiso \"%s\"." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Permisos" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Gestión de permisos" #: config/prefs.php:263 msgid "Personal Information" msgstr "Información personal" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Mascotas" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Número de teléfono" #: config/registry.php:199 msgid "Photos" msgstr "Fotografías" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Tópicos" #: login.php:217 msgid "Please enter a password." msgstr "Introduzca una contraseña." #: login.php:216 msgid "Please enter a username." msgstr "Introduzca un usuario." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Proporcione un resumen del problema." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Lea el texto siguiente. DEBE aceptar los términos si quiere usar el sistema." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Toques:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Políticas" #: config/prefs.php:747 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Posición del texto de respuesta cuando se contesta a un correo electrónico " "en su dispositivo. Tenga en cuenta que algunos dispositivos pueden enviar la " "cita del mensaje original al final del texto de respuesta." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Enviar" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "%s enviado" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Enviado %s a través de %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitaciones de la(s) última(s) %d hora(s): " msgstr[1] "Precipitaciones de la(s) última(s) %d hora(s): " #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "%s de probabilidad de precipitación" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Presión" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Presión al nivel del mar: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Director" #: services/problem.php:161 msgid "Problem Description" msgstr "Descripción del problema" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "Aprovisionado" #: lib/Application.php:212 msgid "Provisioning" msgstr "Aprovisionado" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publicación activada." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Consulta" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Rueda de la fortuna" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Leer" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Lectura activada." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "¿Eliminar realmente \"%s\"? Esta operación no se puede deshacer." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "¿Eliminar realmente los datos del usuario \"%s\"? Esta operación no se puede " "deshacer." #: config/prefs.php:613 msgid "Refresh Dynamic Menu Elements:" msgstr "Actualizar elementos de menú dinámicos:" #: config/prefs.php:594 msgid "Refresh Portal View:" msgstr "Actualizar vista del portal" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Frecuencia de actualización:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Aplicaciones regulares" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Observaciones" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Servidor remoto" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "Eliminar" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Eliminar correspondencia" #: admin/config/index.php:433 msgid "Remove saved script from server's temporary directory." msgstr "Eliminar guión guardado del directorio temporal del servidor." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Eliminar usuario" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Eliminar usuario: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Responder" #: lib/Application.php:223 msgid "Require PIN" msgstr "Necesita PIN" #: lib/Application.php:306 msgid "Require S/MIME Encryption" msgstr "Necesita cifrado S/MIME" #: lib/Application.php:310 msgid "Require S/MIME Signature" msgstr "Necesita firma S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Limpiar" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Limpiar contraseña" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Limpiar el estado del dispositivo" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Reiniciar su contraseña" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Recuperar última consulta" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Resultados" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Resultados de %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retwittear" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retwitteado por %s." #: services/changepassword.php:32 msgid "Retype new password" msgstr "Confirmar contraseña" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Restaurar configuración" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Cribas" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Ejecutar" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Ejecutar tareas de inicio" #: lib/Application.php:278 msgid "SD card" msgstr "Tarjeta SD" #: lib/Application.php:271 msgid "SD card encryption" msgstr "Cifrado de tarjeta SD" #: lib/Application.php:286 msgid "SMS Text messages" msgstr "Mensajes de texto SMS" #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is out of date." msgstr "El esquema SQL DB está obsoleto." #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "El esquema SQL DB está listo." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Guardar" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Guardar \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Guardar y terminar" #: admin/config/index.php:401 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Guardar la configuración generada como un guión PHP en el directorio " "temporal de su servidor." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Guardado guión de actualización de configuración en: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Ciencia" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Ámbito" #: services/help/index.php:95 msgid "Sea_rch" msgstr "_Buscar" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Buscar" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Buscar:" #: lib/Application.php:244 msgid "Seconds of inactivity before device should lock" msgstr "Segundos de inactividad antes de que el dispositivo deba bloquearse" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Seleccione un grupo a añadir:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Seleccione un nuevo propietario:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Seleccione un servidor" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Seleccione un usuario a añadir:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Seleccione todos los campos en los que buscar al expandir direcciones." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Seleccione el formato de fecha y hora:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Seleccione el delimitador de fechas:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Seleccione el formato de fechas:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Seleccione el orden de fecha y hora:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Seleccione el delimitador de horas:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Seleccione el formato de horas:" #: config/prefs.php:580 msgid "Select your color scheme." msgstr "Seleccione su combinación de colores." #: config/prefs.php:376 msgid "Select your preferred language:" msgstr "Seleccione su idioma preferido:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Enviar informe de problemas" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Hora del servidor" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Gestión de sesiones" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Marca de tiempo de la sesión" #: lib/Api.php:70 msgid "Sessions" msgstr "Sesiones" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Establece opciones que le permiten reiniciar su contraseña si llegara a " "olvidarla." #: config/prefs.php:636 msgid "Set up integration with your Facebook account." msgstr "Configura la integración con su cuenta de Facebook." #: config/prefs.php:662 msgid "Set up integration with your Twitter account." msgstr "Configura la integración con su cuenta Twitter." #: config/prefs.php:364 msgid "Set your preferred language, timezone and date preferences." msgstr "Define las opciones preferidas de idioma, zona horaria y fechas." #: config/prefs.php:533 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Define la aplicación de inicio, la combinación de colores, la actualización " "de página y otras opciones de visualización." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Varias ubicaciones disponibles con el parámetro: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Resumen corto" #: config/prefs.php:620 msgid "Should access keys be defined for most links?" msgstr "¿Definir claves de acceso para la mayoría de los vínculos?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Mostrar" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Mostrar opciones avanzadas" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Mostrar todos los grupos de opciones" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Muestra las diferencias entre la nueva configuración y la almacenada" #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "¿Mostrar detalles adicionales?" #: config/prefs.php:565 msgid "Show last login time when logging in?" msgstr "¿Mostrar hora de la última sesión al iniciar?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Mostrar notificaciones" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Evitar tareas de inicio" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Pequeño" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Espesor de la nieve: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Equivalente de la nieve en agua: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Canciones & Poemas" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Europa del sur (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Hemisferio sur" #: config/registry.php:108 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Deportes" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Estándar" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Hora de inicio" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Gestión de estado" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "Estado" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Incapaz de establecer el estado." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Corriente" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Se ha enviado la solicitud de alta de \"%s\" en el sistema. No podrá iniciar " "sesión hasta que se haya aprobado su solicitud." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Se ha conectado a su cuenta Facebook o se han actualizado los permisos " "correctamente." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Éxito" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Se ha añadido correctamente \"%s\" al sistema." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" "Se han eliminado correctamente los datos del usuario \"%s\" del sistema." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Se ha eliminado correctamente \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Se ha eliminado correctamente \"%s\" del sistema." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Se ha restaurado correctamente la configuración. Refresque para ver los " "cambios." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Se ha guardado correctamente la copia de la configuración." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Se ha actualizado correctamente \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Se ha escrito correctamente '%s'" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Amanecer" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Atardecer" #: config/prefs.php:495 msgid "Sunday" msgstr "Domingo" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Amanecer" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Amanecer/Atardecer" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Atardecer" #: lib/Application.php:326 msgid "Sync all" msgstr "Sincronizar todos" #: config/prefs.php:713 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Suscripción de noticias" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Nube de etiquetas" #: config/registry.php:157 msgid "Tasks" msgstr "Tareas" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatura durante la última hora: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatura%s(%sMáx%s/%sMín%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "No se puede conectar con Facebook temporalmente. Pruebe otra vez." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "No se puede conectar con Twitter temporalmente. Pruebe otra vez." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tailandés (TIS-620)" #: lib/Prefs/Special/Activesync.php:101 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Se canceló el borrado remoto del dispositivo con id %s." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Se ha eliminado el aviso." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Se ha guardado el aviso." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "No se puede actualizar automáticamente La configuración de %s. Por favor " "hágalo de forma manual." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Dirección por omisión usada con esta identidad:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Se ha eliminado el bloqueo." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "El servicio de estado miembro no se ha podido contactar en el momento. " "Pruebe otra vez más tarde o con un estado miembro distinto." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "El servicio de estado miembro no está disponible en este momento. Pruebe " "otra vez más tarde o con un estado miembro distinto." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "El código de país indicado no es válido." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "" "El servicio no está disponible en la actualidad. Pruebe otra vez más tarde." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "El servicio está saturado en la actualidad. Pruebe otra vez más tarde." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Se ha eliminado la solicitud de alta de \"%s\"." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Se ha eliminado la solicitud de alta de \"%s\"." #: lib/Prefs/Special/Activesync.php:116 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Se ha eliminado la información de estado del dispositivo con id %s. Se " "resincronizará la próxima vez que se conecte al servidor." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "El guión de pruebas está activo. Por motivos de seguridad desactive los " "guiones de pruebas cuando haya terminado las mismas (consulte horde/docs/" "INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Ya existe el usuario \"%s\"." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "El usuario \"%s\" no existe." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Se produjo un problema al añadir a \"%s\" al sistema: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Se produjo un problema al borrar los datos del usuario \"%s\" del sistema: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Se produjo un problema al eliminar a \"%s\" del sistema: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Se produjo un problema al actualizar a \"%s\": %s" #: lib/Prefs/Special/Activesync.php:119 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Se produjo un error de comunicación con el servidor ActiveSync: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Se produjo un error al contactar con Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Se produjo un error en el formulario de configuración. Puede que haya " "olvidado rellenar un campo necesario." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Se produjo un error realizando la petición: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Se produjo un error al obtener la sesión Facebook. Vuelva a probar más " "adelante." #: lib/Application.php:193 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Se produjo un error eliminando los datos globales de %s. Se han registrado " "los detalles." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Se produjo un error con los permisos solicitados" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Este número de identificación de IVA no es válido." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Este número de identificación de IVA es válido." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" "Ésto provocará la resincronización de todos los elementos de todos los " "dispositivos." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "" "Ésto provocará la resincronización de todos los elementos de sus " "dispositivos." #: config/registry.php:228 msgid "Tickets" msgstr "Incidencias" #: config/registry.php:274 msgid "Time Tracking" msgstr "Tiempos" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Formato horario" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Marca de tiempo o desconocido" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Fecha y hora de las sesiones de sincronización correctas" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Título" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Para excluir un campo concreto de la importación o para corregir una " "correspondencia incorrecta seleccione un campo de la lista y pulse " "\"Eliminar correspondencia\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Para seleccionar varios campos, mantenga presionada la tecla Control (PC) o " "Comando (Mac) al pulsar con el ratón." #: lib/Block/Weather.php:288 msgid "Today" msgstr "Hoy" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "Mañana" #: config/prefs.php:748 msgid "Top" msgstr "Arriba" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Traducciones" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turco (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:661 msgid "Twitter Integration" msgstr "Integración con Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Cronología de Twitter" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Cronología de Twitter de %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter no está activado." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Incapaz de eliminar \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Incapaz de establecer gustos." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "No se ha podido validar el testigo de solicitud. Por favor vuelva a " "realizar de nuevo su solicitud." #: admin/activesync.php:90 lib/Prefs/Special/Activesync.php:54 msgid "Unavailable" msgstr "No disponible" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Desbloquear" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Deshacer cambios" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Rechazado" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Sin categoría" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "Unidades" #: admin/sessions.php:36 msgid "Unknown" msgstr "Desconocido" #: admin/locks.php:43 msgid "Unlock" msgstr "Desbloquear" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "Acción no soportada." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Actualizar" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Actualizar %s" #: admin/config/index.php:185 admin/config/index.php:303 #, php-format msgid "Update %s schema" msgstr "Actualizar esquema %s" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Actualizar todos los esquemas de BD" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Actualizar todas las configuraciones" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Actualizar usuario" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Se ha actualizado \"%s\"." #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "Actualizado el esquema de %s." #: admin/config/index.php:412 msgid "Upload" msgstr "Cargar" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "" "Se han cargado en el servidor todos los archivos de configuración de " "aplicaciones." #: config/prefs.php:688 msgid "Use if name/password is different for IMSP server." msgstr "Se usa si el usuario/contraseña son distintos en el servidor IMSP." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Usuario" #: admin/user.php:240 msgid "User Administration" msgstr "Gestión de usuarios" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Agente de usuario" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nombre del usuario" #: signup.php:74 msgid "User Registration" msgstr "Registro de usuarios" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Este sitio tiene desactivado el registro de usuarios." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Este sitio no tiene configurado correctamente el registro de usuarios." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "No se encontró la cuenta de usuario" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Usuario a añadir:" #: login.php:206 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Usuario" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Usuarios" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Usuarios en el sistema:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Verificación número de identificación de IVA" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Número de identificación de IVA:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "Número de IVA" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Versión" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Comprobación de versiones" #: config/registry.php:217 msgid "Version Control" msgstr "Versiones" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Ver una página web externa" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Visibilidad" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Advertencia" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Advertencia: ¡Tiene activo el bloqueo de mayúsculas!" #: lib/Block/Weather.php:62 msgid "Weather" msgstr "El tiempo" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Datos meteorológicos suministrados por" #: config/registry.php:334 msgid "Web Site" msgstr "Sitio Web" #: lib/Application.php:302 msgid "Web browser" msgstr "Navegador" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Bienvenido" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Bienvenido, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Oeste (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Oeste (ISO-8859-15)" #: config/prefs.php:545 #, php-format msgid "What application should %s display after login?" msgstr "¿Qué aplicación debería mostrar %s al iniciar la sesión?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "¿Qué estás haciendo?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "¿Cuál es el carácter delimitador?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "¿Cuál es el carácter de citado?" #: config/prefs.php:498 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "¿Qué día quiere que se muestre como primero de la semana?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Qué fases" #: config/prefs.php:600 #, php-format msgid "Width of the %s menu on the left:" msgstr "Anchura del menú %s de la izquierda:" #: lib/Application.php:290 msgid "Wifi" msgstr "Wifi" #: config/registry.php:205 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Viento" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Velocidad del viento en nudos" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Viento:" #: templates/activesync/device_table.html.php:33 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "Borrar" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "Borrado pendiente" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Sabiduría" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Con " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Empleo" #: config/registry.php:240 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Sí, lo acepto" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "A usted y a %d persona más les gusta ésto" msgstr[1] "A usted y a %d personas más les gusta ésto" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "Carece de permisos para añadir grupos." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "Carece de permisos para añadir recursos compartidos." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "Carece de permisos para modificar grupos." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "Carece de permisos para modificar recursos compartidos." #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "Carece de permisos para eliminar grupos." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "Carece de permisos para eliminar recursos compartidos." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "Carece de permisos para listar grupos o recursos compartidos." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "" "Carece de permisos para enumerar los permisos de los recursos compartidos." #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "Carece de permisos para enumerar recursos compartidos." #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "Carece de permisos para listar usuarios o grupos." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "Carece de permisos para listar usuarios o recursos compartidos." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "No ha conectado correctamente su cuenta Facebook con Horde. Debería " "comprobar sus opciones de Facebook en su %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "También puede comprobar sus opciones de Facebook en su %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "No está de acuerdo con las condiciones del Servicio, por lo que no se le " "permite iniciar sesión." #: login.php:312 msgid "You have been logged out." msgstr "Ha salido de la sesión." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Ha denegado los permisos solicitados." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "No ha conectado correctamente su cuenta Twitter con Horde. Debería comprobar " "sus opciones de Twitter en su %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Te gusta ésto" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Debe describir el problema antes de enviar el informe." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Tiene que especificar un usuario a eliminar." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Tiene que especificar un usuario a eliminar." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Tiene que especificar el usuario a añadir." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Tiene que especificar el usuario a actualizar." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Su dirección de correo" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:362 #: config/prefs.php:506 msgid "Your Information" msgstr "Su información" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ha cambiado su dirección de Internet desde el comienzo de su sesión. Por " "razones de seguridad tiene que volver a iniciar la sesión." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Su nombre" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Su soporte de autentificación no permite añadir usuarios. Si deseara " "utilizar Horde para gestionar cuentas de usuario, tendrá que seleccionar un " "soporte de autentificación distinto." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Su soporte de autentificación no permite listar usuarios, o se ha " "deshabilitado la característica por algún motivo." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Parece que ha cambiado su navegador desde el comienzo de su sesión. Por " "razones de seguridad tiene que volver a iniciar la sesión." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Su navegador no admite esta característica." #: config/prefs.php:410 msgid "Your current time zone:" msgstr "Zona horaria actual:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Nombre completo:" #: login.php:324 msgid "Your login has expired." msgstr "Su conexión ha caducado." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "La nueva contraseña para %s es: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Se ha cambiado su contraseña" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Se ha cambiado su contraseña pero no se le ha podido enviar. Póngase en " "contacto con su administrador." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Se ha cambiado su contraseña, consulte el correo e inicie sesión con su " "nueva contraseña." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Se ha cambiado correctamente su contraseña. Tiene que volver a iniciar " "sesión en el sistema con su nueva contraseña." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Su contraseña ha caducado" #: login.php:178 msgid "Your password has expired." msgstr "Su contraseña ha caducado." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Ha caducado su sesión. Vuelva a iniciar sesión." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "La duración de su sesión ha sobrepasado el tiempo máximo permitido. Vuelva a " "iniciar sesión." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Informe de problema]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Avisos" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Configuración" #: lib/Api.php:50 msgid "_Groups" msgstr "_Grupos" #: lib/Api.php:60 msgid "_Locks" msgstr "_Bloqueos" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Permisos" #: lib/Api.php:45 msgid "_Users" msgstr "_Usuarios" #: services/problem.php:59 msgid "attachment" msgstr "adjunto" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "calma" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "del %s (%s) a %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "ventoso" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "en línea" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "opciones" #: admin/config/config.php:75 msgid "show differences" msgstr "mostrar diferencias" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "escriba dos veces la contraseña para confirmarla" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unificado" #: lib/Block/Weather.php:35 msgid "weather" msgstr "tiempo" tmpIMUtxu/horde-5.2.17/locale/es/LC_MESSAGES/horde.mo0000644000175000017500000020421713160205253021571 0ustar mathieumathieuY5G$G)GG&H 9H$FH kH)vHHH HHHH I)I7@IJxIHIR J_JoJJJJJJJJJJVJ9KlVKKKKK KLL.LHL LL XL bL nLzL LLLNL-L'MAM IMVM eM oM }M M MM.MMM#MlN%NN NNNNO&O>OVO ]OiO}OOO%O<O%P:POP SP)]P PP'P,P*P%&QLQ gQ qQQQ QQ QQQQQ R R !R+R0R7R?RZRcRjRqR R@RRRRS$S4S!ISdkSSSSST /T19T*kTT TT TTQT?U QU _UlUsUU UUU U U U U U U UU=VWV'uV VVVVV.V*W3>WrWIWXXDY(dY5YXYZ*ZZZZZ[ [+[ <[I[Y[k[}[[[[[[[ [[\ \ \ \,-\4Z\ \\ \\ \*\B\@] U]a] h]r]] ]]]]B]^"8^ [^e^ ^^^^^^^C_K_ k_/w_____ ___` ` $`2`9`B`"J`{m`M`L7aOa'a(a%bAbHbWbhbxbbb b bbbb bbc-cKcTc Yc fcqc ccc c ccc|cHd^ddd ldyd ddddddd d ee*e9eBeUeXe _emee eeee eee?eq Vqcq~qq qq8q qqqrr1rErE[rrrErAs^swsssssssst$%tJtMt\tktzt(t ttt\tIuZupu uuuuuu uuu uuvv5vKvQvbviv}v vvvv vv vvw(,wPUwwwwNx Sx]xBnxxxx xx y yy0y6yz Ez6Qz zzz zzzzzz{){<{D{S{[{k{{{{{{{{{{ | |(| -|7|RG|,||||||/|}3}G}W}5m} }}}}~1~I~c~~~ ~~~~J~.)-X;[1 P-^Oǀ%*Pct z ́  ";dBC&8S*n;(Ճ.7?FN]dmt  >҄>P4_cʅ5.dhf%O8u3-2eC.L1jA3މ%?8)xT)K!Im1*(6=7t ŒΌ1V *0DUmD   &.>DLSg nx ŏӏ;2-`e y 2;Ӑ &3<BWr  ґ ""*C LX `l/ǒ F" i!v Ɠӓړ D"@"c%%%Ҕ%-.L#{,,̕c5]V*s/ E)&!%H(nv 2<sޙyR+̚ 8X\uQқf$-XGM^fkz  ǝϝ ֝"&)ɟ++9 e*p 5ܠ #=X-g8\ΡU+ /6<E Ycwt{.Ǥݤ  19KZk| ^ƥ<%,b  ¦Ԧ3B!HDj7>"v(*֨0#I m w©!ک9"6Ymr-&ʪ()4Dy%ī ֫  (09L [ epv |ڬhTlέh V` {,ˮ+$CTgvU"(?HZbj ð ҰP'D2l ɱ ߱0A!GcQ'BM*x1!2 C O ]k~'ܷ߷ % *7J<_D  %F4V{ҹ -FZrc-9@z+ Ի߻!7UZo ʼ 81 8B akz ɽ޽ ,&RQPV,-Կ&)1HXgx  Ga jw   &:Xk  #3QX nzW $5Pcw!}= 9>Vh|"^ tC;5J`x _/> Q_fl}#8OX^ e r #%%G"E+h  `y)(   m&%! %2Xt% #"> Vb& ,6M cm?FL_ p"{   8 2?\ v .I$3XWuN!>$Sx$#&;N^;f'w"  #? DP(n&##8NW ly$M( 0; #a>$ )@IOch@zV)<Xv >  2 <Iaw!  $:SZc }! _&=C/ No F&$ :$[#& '0BWuS~40@8}y4 ,=:x$E0&Wn!  '6I P q|{UN-UF#/Q;p$    )3ELew%~ A@T8ic19k +MH-N-|.7I97/C0/l`/RXP052WCQ 9/iqr *.Ldj  # , 8D Z es#$S"Cv5FG$/"BQZ u 6 ' 0 : DO^q=$"<# `%k X'i5)7()6R=J61I?{q;-bi%o {6,,+.Gv %/v`,'8#Rvh\wZ1 `;     %/81L ~7uYTgQ>*#G?!A'33E}(  3-{.U[BX=s.Uo |3^W  5=z%I/(smS#<--x> yxYj&+2>5Tt'S0FaDp{,%1K0EM?Vr"C6J\@].P`!kBK8D%yGrB"  'pO. ^7L/X2pCUR_:R_ Q:EN@cXvoi}_Hn^jg8wM)8&nZ\II`[eaf  ,ClN F2 c>~GN9" 9\4ej!97W]y|E2OXSZ=O?!m+UV#;sH9'k|<)rc t7#<eQW1d4 `~Y-$ N4k$MR P@/)tfH{ LVg85oC6h]}PHq~AT*zw$FA%P =ub LM1S1*(@ ZB4I:i)5xl[wLO&h (+fK$<bDiJT?v0v6DJnRl,:z;;/YVa0;Fq*&+,mbudq"A6WKdGQJh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfigured Horde DefaultConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-06-12 16:24+0200 PO-Revision-Date: 2014-06-16 09:05+0100 Last-Translator: Manuel P. Ayala , Juan C. Blanco Language-Team: i18n@lists.horde.org Language: es MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Se ha añadido "%s" al sistema de grupos.Se ha añadido "%s" al sistema de permisos.No se ha creado "%s": %s.%.2fMB usados de %.2fMB permitidos (%.2f%%)%d %s y %s%d días hasta que caduque su contraseña.%d minutos%d persona le gusta ésto%d personas les gusta ésto%d al %d de %d%d pronósticos diarios%s - AvisoConfiguración de %s%s Tareas - ConfirmaciónAcuerdos de licencia de %s%s a las %s %s%s puede interactuar con su cuenta de Twitter%s no puede leer información de sus amigos de Facebook.%s no puede leer sus corrientes de mensajes y diversos otros elementos de datos de Facebook.%s no puede modificar sus mensajes de estado o publicar otros contenidos en Facebook.%s está listo para realizar las operaciones indicadas a continuación. Seleccione cada operación que desee realizar en esta ocasión., ventoso %s %s, variable de %s a %s1 Día1 Mes1 SemanaFormato de 12 horas2 SemanasFormato de 24 horas24 horasFormato de 24 horas3 DíasSe ha solicitado el borrado de un dispositivo. El dispositivo se borrará en el próximo intento de sincronización.Hay una versión nueva (%s).Se ha iniciado un borrado remoto del dispositivo con id %s. El dispositivo se borrará durante la próxima sincronización.AM/PMInformación de cuentaContraseña de accesoAccionesActiveSyncGestión de ActiveSyncActiveSyncActiveSync no está activado.AñadirAñadir contenidoAñadir aquí:Añadir miembrosAñadir un grupoAñadir un usuario:Añadir avisoAñadir correspondenciaAñadir usuarioSe ha añadido "%s" al sistema, pero no se pudo añadir la información adicional de alta: %s.Se ha añadido "%s" al sistema. Ya puede iniciar la sesión.La adición de usuarios está deshabilitada.DirecciónContactosAdministraciónFin del avisoMétodos de avisoInicio del avisoTexto del avisoTítulo del avisoAvisosSe han desactivado las alarmas en la configuraciónTodosTodos los usuarios autentificadosSe han reiniciado correctamente todas las asignaciones por omisión.Se ha eliminado toda la información de estado de sus dispositivos ActiveSync.Se resincronizarán la próxima vez que se conecten al servidor.Se han eliminado todas las sesiones de sincronización.Permitir caracteres alfanuméricosPermitir cualquieraPermitir dispositivos no aprovisionablesPermitir únicamente caracteres numéricosAcceso IMSP alternativoClave IMSP alternativaUsuario IMSP alternativoDirección electrónica alternativaRespuestaAplicaciónContexto de la aplicaciónLa aplicación está lista.AprobarArábigo (Windows-1256)¿Seguro que desea eliminar "%s"?¿Seguro que desea eliminar la solicitud de alta de "%s"?¿Seguro que quiere eliminar "%s"?Armenio (ARMSCII-8)ArteGráficos AsciiAl menos hay un esquema de BD desactualizado.AdjuntoDescargar adjuntoIntenta eliminar un grupo inexistente.Intenta eliminar un permiso inexistente.Intenta modificar un permiso inexistente.Intenta modificar un recurso compartido inexistente.Aplicaciones autentificadasPermitirPermitir acceso a los datos de AmigosPermitir publicarPermitir leerAutomáticoCampos disponibles:Excusas BOFHBáltico (ISO-8859-13)BásicoBloquearOpciones de bloqueTipo de bloqueBluetoothMarcadoresAmbasAbajoNavegadorHeartbeat cacheado (segundos)AgendaCámaraCancelarCancelar informe de problemasCancelar borradoNo se puede actualizar la clave automáticamente, póngase en contacto con su administrador del sistema.Categorías y etiquetasCéltico (ISO-8859-14)Europa Central (ISO-8859-2)CambiarCambiar ubicaciónCambiar contraseñaCambiar información personal.La configuración actual no admite el cambio de contraseñas. Contacte con el administrador del sistema.ComprobarComprobar versiones nuevasComprobandoChino simplificado (GB2312)Chino tradicional (Big5)Seleccionar %sElija cómo mostrar las fechas (abreviadas):Elija cómo mostrar las fechas (completas):Elija cómo mostrar las horas:Limpiar consultaBorrar usuario: %sBorrar usuarioBorrar datos del usuarioPulse una de sus listas de contactos y seleccione todos los campos en los que buscar.Haga click para seguirReferencia del clienteCerrar ventanaNubesFrecuencia de códigosColapsarSelector de colorCómicsComandoIntérprete de comandosComentarios: %dNombre comúnOrdenadoresPrevisiónPrevisionesConfiguraciónDiferencias de la configuraciónConfiguración para sincronización con PDAs, teléfonos inteligentes y Outlook.La configuración está desactualizada.Hay guiones de actualización de la configuraciónConfigurar %sValor por omisión de HordeConfirmar contraseñaContinuarCookieNo se pudo conectar al servidor "%s" por FTP: %sNo se pudo contactar con el servidor, pruebe otra vez más tarde.No se pudo eliminar el guión de actualización de configuración "%s".No se pudo encontrar una autorización para que "%s" interactúe con su cuenta de Facebook. Ésto significa que bien no ha autorizado aún que su cuenta de Facebook interactúe con "%s" o que la autorización ha caducado y precisa ser renovada.No se pudieron encontrar permisos de %s para interactuar con su cuenta de TwitterNo se pudo restablecer la contraseña del usuario solicitado. Parte de los detalles o todos son incorrectos. Pruebe otra vez o póngase en contacto con el administrador del sistema para más información.No se pudo restaurar la configuración.No se pudo guardar una copia de seguridad de la configuración: %sNo se pudo guardar el guión de actualización de la configuración en: "%s".No se pudo guardar el archivo de configuración %s. Utilice una de las siguientes opciones para guardar manualmente el código.No se pudo guardar el archivo de configuración %s. Puede utilizar una de las opciones para hacer una copia de seguridad del código en %s o copiar manualmente a %s el código siguiente.No se pudo escribir la configuración de "%s": %sPaísCrearCrear identidad4 fases actualesAvisos activosBloqueos activosSesiones activasHora actualTiempo actualEstado actualCirílico (KOI8-R)Cirílico (Windows-1251)Cirílico/Ucraniano (KOI8-U)No se ha configurado el acceso a la BD.DDDatosBase de datosFechaSe ha recibido la fechaFecha: %s; hora: %sDíaPor omisiónColor por omisiónConsola por omisiónJuego de caracteres por omisión para el envío de mensajes:Ubicación por omisión utilizada para las opciones que lo precisen.DefinicionesEliminarEliminar "%s"Eliminar todos los datos SyncMLEliminar grupoSe ha eliminado el guión de actualización de la configuración "%s".Se ha borrado la sesión de sincronización del dispositivo "%s" y base de datos "%s".Describa el problemaDesarrolloDispositivoId de dispositivoInformación del dispositivoGestión de dispositivosTipo de dispositivoCifrado del dispositivoEl dispositivo está bloqueadoEl dispositivo se ha borradoEl dispositivo se ha limpiado. Elimine el estado del dispositivo para permitirle volver a conectar.Se ha eliminado correctamente el dispositivo.Se ha cancelado correctamente el borrado del dispositivo.Punto de condensaciónPunto de condensación de la última hora: Punto de condensaciónDesactivarDesactivar (desaconsejado)¿Mostrar en formato de 24-horas?Opciones de visualizaciónMostrar pronóstico detalladoMostrar pronóstico (TAF)¿Contiene la primera fila los nombres de los campos? Si es así, seleccione esta casilla:¿Carece de cuenta? Regístrese.Descargar %sDescargar la configuración generada como un guión PHP.DrogasDinámicoIdentificación de IVA EuropeoModificarModificar "%s"Modificar opciones deModificar permisosModificar permisos de "%s"EducaciónDirección de correoActivarHora finalInglésIntroduzca el nombre de la nueva categoría:Introduzca una pregunta de seguridad que se le formulará si precisa reajustar la contraseña, p.e. '¿Cuál es el nombre de su mascota?':Error conectando a Facebook. Se han registrado los detalles para el administrador.Error conectando a Twitter. Se han registrado los detalles para el administrador.Error conectando a Twitter: Se han registrado %s detalles para el administrador.Error eliminando sesión de sincronización:Error eliminando sesiones de sincronización:Error al actualizar la contraseña: %sÉtnicoInvitaciones a evento:Cada 15 minutosCada 2 minutosCada 30 segundosCada 5 minutosCada media horaCada horaCada minutoValores de ejemplo:EjecutarExpandirExtra grandeCarga FTP de la configuraciónIntegración con FacebookIntentos fallidos de desbloqueo antes de que el dispositivo sea borradoFavoritoSuscripciónDirección de suscripciónSensación térmicaCampos en los que buscarArchivosFiltroFiltrosCuarto crecienteCuarto crecienteComidaPronóstico (TAF)Días del pronóstico (tenga en cuenta que el pronóstico facilitado incluye tanto el día como la noche; un número grande se traducirá en un bloque muy ancho)¿Ha olvidado la contraseña?FormulariosFortunaTipo de fortunaFortunasFortunas 2ForosPeticiones de amigos:Amigos habilitados.Del %s (%s °) a las %s %sDel %s a las %s %sDescripción completaLuna llenaNombre completoGenerar configuración de %sCódigo generadoTraer másGlobalesIrGoedelBúsqueda en GoogleGriego (ISO-8859-7)Gestión de gruposNombre de grupoNo se ha creado el grupo: %s.GruposPermisos del invitadoCorreo HTMLHebreo (ISO-8859-8-I)AlturaTamaño del contenido de la corriente (la anchura se ajusta automáticamente al bloque)AyudaTemas de _ayudaHemisferioAquí tiene el comienzo del archivo:Ocultar opciones avanzadasOcultar resultadosDirectorio personalHorde¿Cuántos campos (columnas) hay?¿Intervalo en segundos entre consultas de artículos nuevos?HumedadHumoristasIMEIIconos para %sIdentidad utilizada al enviar correo mediante ActiveSync.Nombre de la identidad:Importar, paso %dCampo importado: %sCampos importados:En respuesta a:En la lista siguiente seleccione tanto un campo importado del archivo origen de la izquierda como el campo correspondiente disponible en la lista de contactos de la derecha. Luego pulse "Añadir correspondencia" para marcarlos para la importación. Cuando haya terminado, pulse "Siguiente".Nombre de usuario o dirección alternativa incorrectos. Vuelva a intentarlo o póngase en contacto con el administrador de sistemas para más información.Usuarios individualesInformaciónMiembros heredadosInsertar una dirección de correo en la que recibir la contraseña:Insertar la respuesta necesaria a la pregunta de seguridad:Formato de número de identificación VAT no válido.Acción no válida %sAplicación no válida.Referencia no válida.Permiso no válido del padre.InventarioJaponés (ISO-2022-JP)O su navegador no dispone de JavaScript o está desactivado. Está limitado a la vista Mínima.Ahora mismo...Novatos del KernelPalabra claveNiñosKolabCoreano (EUC-KR)IdiomaGrandeCuarto menguanteÚltimo cambio de contraseñaCuarto menguanteFecha de la última sincronizaciónÚltima actualización:Última sesión: %sÚltima sesión: %s desde %sÚltima sesión: NuncaÚltimosLeyesGustosChascarrilloCookie LinuxListar tablasHa fallado el listado de avisos: %sHa fallado el listado de bloqueos: %sHa fallado el listado de sesiones: %sEl listado de usuarios ha fallado con el siguiente mensaje de error: %sEl listado de usuarios ha fallado.El listado de usuarios está deshabilitado.LiteraturaHora local: %s %s (UTC %s)Idioma y horaUbicaciónBloquear usuarioBloqueosIniciar sesiónSalirConectado a FacebookFalló el inicio de sesión porque introdujo incorrectamente su nombre de usuario o contraseña.Falló el inicio de sesión.Iniciar sesión en %sIniciar sesión en Facebook y permitir %sIniciar sesión en Twitter y permitir %sSalirAmorMMMagiaCorreoAdm. correoGestiona la lista de categorías con la que etiquetar elementos y los colores asociados a dichas categorías.Gestiona sus dispositivos ActiveSync.Campos coincidentes:Temp. máxima últimas 24 horas: Temp. máxima últimas 6 horas: Antigüedad máxima de mensajesNúmero máximo de bloques del portalTamaño máximo de adjuntosNúmero máximo de dispositivosNúmero máximo de entradas mostradasMedicinaMedianoMiembrosMencionesTiempo de MetarMétricoTemp. mín. las últimas 24 horas: Temp. mín. las últimas 6 horas: Longitud mínima de PINMisceláneaConfiguración no encontrada.Móvil (Mínimo)Móvil (Sin JavaScript)Móvil (Smartphone/Tablet)Aplicaciones optimizadas para móvilesModoModeloEl módulo está actualizado.LunesFases de la lunaMi cuentaInformación de cuentaMi corriente FacebookMi portalDistribución de mi portalN/ANO, NO estoy de acuerdoOBSERVACIÓN: EL BORRADO DE UN DISPOSITIVO PUEDE REINICIARLO AL ESTADO INICIAL DE FÁBRICA. ASEGÚRESE DE QUE REALMENTE QUIERE HACERLO ANTES DE EJECUTARLONombreNuncaAñadir categoríaMensajes nuevos:Luna nuevaNuevo nombre de usuario (opcional)ContraseñaLas contraseñas no coinciden.NoticiasSiguientePróximas 4 fasesSin sonidoNo hay datos de configuración para mostrar diferencias.Sin cambios.No se han encontrado iconos.Sin elementos que mostrarNo se ha definido la ubicación.No ofensivasSin altas pendientes.No actualizar mientras se esté en itineranciaNo se ha indicado una pregunta de seguridad. Consulte a su administrador.Aún no existe una versión estable.No se ha indicado un nombre.No se encontró la versión en la configuración original. Regenerar la configuración.No se encontró la versión en la configuración. Regenerar la configuración.Los índices NoSQL están listos.Índices NoSQL de %sLos índices NoSQL están obsoletos.NingunaNórdico (ISO-8859-10)Hemisferio norteSin aprovisionarNotasNo hay nada visualizable, retroceda.Número de artículos mostradosSegundos de espera de refrescoSONavegador de objetosCreador del objetoFiltrar ofensasOficinaLa contraseña antigua y la nueva tienen que ser distintas.Contraseña anteriorLa contraseña anterior no es correcta.Sólo ofensivasSólo el propietario o el administrador del sistema pueden cambiar la propiedad o los permisos del propietario de un recurso compartidoSistema operativoO introduzca un nombre de usuario:Otra informaciónOtras opcionesOtrosPropietarioPropietario:PHPCódigo PHPPHPCuentas de correo POP/IMAPNo se encuentra la extensión POSIXP_HPContraseñaComplejidad de la contraseñaLa contraseña se cambió correctamente.Las contraseñas tienen que coincidir.PegarAltas pendientes:GenteEjecutar tareas de inicioNo se ha eliminado el permiso "%s".PermisosGestión de permisosInformación personalMascotasNúmero de teléfonoFotografíasTópicosIntroduzca una contraseña.Introduzca un usuario.Proporcione un resumen del problema.Lea el texto siguiente. DEBE aceptar los términos si quiere usar el sistema.Toques:PolíticasPosición del texto de respuesta cuando se contesta a un correo electrónico en su dispositivo. Tenga en cuenta que algunos dispositivos pueden enviar la cita del mensaje original al final del texto de respuesta.Enviar%s enviadoEnviado %s a través de %sPrecipitaciones de la(s) última(s) %d hora(s): Precipitaciones de la(s) última(s) %d hora(s): %s de probabilidad de precipitaciónPresiónPresión al nivel del mar: DirectorDescripción del problemaAprovisionadoAprovisionadoPublicación activada.ConsultaQuotaRueda de la fortunaLeerLectura activada.¿Eliminar realmente "%s"? Esta operación no se puede deshacer.¿Eliminar realmente los datos del usuario "%s"? Esta operación no se puede deshacer.Actualizar elementos de menú dinámicos:Actualizar vista del portalFrecuencia de actualización:Aplicaciones regularesObservacionesServidor remotoEliminarEliminar correspondenciaEliminar guión guardado del directorio temporal del servidor.Eliminar usuarioEliminar usuario: %sResponderNecesita PINNecesita cifrado S/MIMENecesita firma S/MIMELimpiarLimpiar contraseñaLimpiar el estado del dispositivoReiniciar su contraseñaRecuperar última consultaResultadosResultados de %sRetwittearRetwitteado por %s.Confirmar contraseñaRestaurar configuraciónCribasEjecutarEjecutar tareas de inicioTarjeta SDCifrado de tarjeta SDMensajes de texto SMSEl esquema SQL DB está obsoleto.El esquema SQL DB está listo.SQLS_QLGuardarGuardar "%s"Guardar y terminarGuardar la configuración generada como un guión PHP en el directorio temporal de su servidor.Guardado guión de actualización de configuración en: "%s".CienciaÁmbito_BuscarBuscarBuscar:Segundos de inactividad antes de que el dispositivo deba bloquearseSeleccione un grupo a añadir:Seleccione un nuevo propietario:Seleccione un servidorSeleccione un usuario a añadir:Seleccione todos los campos en los que buscar al expandir direcciones.Seleccione el formato de fecha y hora:Seleccione el delimitador de fechas:Seleccione el formato de fechas:Seleccione el orden de fecha y hora:Seleccione el delimitador de horas:Seleccione el formato de horas:Seleccione su combinación de colores.Seleccione su idioma preferido:Enviar informe de problemasSensor: Hora del servidorGestión de sesionesMarca de tiempo de la sesiónSesionesEstablece opciones que le permiten reiniciar su contraseña si llegara a olvidarla.Configura la integración con su cuenta de Facebook.Configura la integración con su cuenta Twitter.Define las opciones preferidas de idioma, zona horaria y fechas.Define la aplicación de inicio, la combinación de colores, la actualización de página y otras opciones de visualización.Varias ubicaciones disponibles con el parámetro: %sResumen corto¿Definir claves de acceso para la mayoría de los vínculos?MostrarMostrar opciones avanzadasMostrar todos los grupos de opcionesMuestra las diferencias entre la nueva configuración y la almacenada¿Mostrar detalles adicionales?¿Mostrar hora de la última sesión al iniciar?Mostrar notificacionesEvitar tareas de inicioPequeñoEspesor de la nieve: Equivalente de la nieve en agua: Canciones & PoemasEuropa del sur (ISO-8859-3)Hemisferio surSpamDeportesEstándarStar TrekHora de inicioGestión de estadoEstadoIncapaz de establecer el estado.CorrienteSe ha enviado la solicitud de alta de "%s" en el sistema. No podrá iniciar sesión hasta que se haya aprobado su solicitud.Se ha conectado a su cuenta Facebook o se han actualizado los permisos correctamente.ÉxitoSe ha añadido correctamente "%s" al sistema.Se han eliminado correctamente los datos del usuario "%s" del sistema.Se ha eliminado correctamente "%s".Se ha eliminado correctamente "%s" del sistema.Se ha restaurado correctamente la configuración. Refresque para ver los cambios.Se ha guardado correctamente la copia de la configuración.Se ha actualizado correctamente "%s"Se ha escrito correctamente '%s'AmanecerAtardecerDomingoAmanecerAmanecer/AtardecerAtardecerSincronizar todosSyncMLSuscripción de noticiasNube de etiquetasTareasTemperatura durante la última hora: TemperaturaTemperatura%s(%sMáx%s/%sMín%s)No se puede conectar con Facebook temporalmente. Pruebe otra vez.No se puede conectar con Twitter temporalmente. Pruebe otra vez.Tailandés (TIS-620)Se canceló el borrado remoto del dispositivo con id %s.Se ha eliminado el aviso.Se ha guardado el aviso.No se puede actualizar automáticamente La configuración de %s. Por favor hágalo de forma manual.Dirección por omisión usada con esta identidad:Se ha eliminado el bloqueo.El servicio de estado miembro no se ha podido contactar en el momento. Pruebe otra vez más tarde o con un estado miembro distinto.El servicio de estado miembro no está disponible en este momento. Pruebe otra vez más tarde o con un estado miembro distinto.El código de país indicado no es válido.El servicio no está disponible en la actualidad. Pruebe otra vez más tarde.El servicio está saturado en la actualidad. Pruebe otra vez más tarde.Se ha eliminado la solicitud de alta de "%s".Se ha eliminado la solicitud de alta de "%s".Se ha eliminado la información de estado del dispositivo con id %s. Se resincronizará la próxima vez que se conecte al servidor.El guión de pruebas está activo. Por motivos de seguridad desactive los guiones de pruebas cuando haya terminado las mismas (consulte horde/docs/INSTALL).Ya existe el usuario "%s".El usuario "%s" no existe.Se produjo un problema al añadir a "%s" al sistema: %sSe produjo un problema al borrar los datos del usuario "%s" del sistema: Se produjo un problema al eliminar a "%s" del sistema: Se produjo un problema al actualizar a "%s": %sSe produjo un error de comunicación con el servidor ActiveSync: %sSe produjo un error al contactar con Twitter: %sSe produjo un error en el formulario de configuración. Puede que haya olvidado rellenar un campo necesario.Se produjo un error realizando la petición: %sSe produjo un error al obtener la sesión Facebook. Vuelva a probar más adelante.Se produjo un error eliminando los datos globales de %s. Se han registrado los detalles.Se produjo un error con los permisos solicitadosEste número de identificación de IVA no es válido.Este número de identificación de IVA es válido.Ésto provocará la resincronización de todos los elementos de todos los dispositivos.Ésto provocará la resincronización de todos los elementos de sus dispositivos.IncidenciasTiemposFormato horarioMarca de tiempo o desconocidoFecha y hora de las sesiones de sincronización correctasTítuloPara excluir un campo concreto de la importación o para corregir una correspondencia incorrecta seleccione un campo de la lista y pulse "Eliminar correspondencia".Para seleccionar varios campos, mantenga presionada la tecla Control (PC) o Comando (Mac) al pulsar con el ratón.HoyMañanaArribaTraduccionesTurco (ISO-8859-9)TweetIntegración con TwitterCronología de TwitterCronología de Twitter de %sTwitter no está activado.URLIncapaz de eliminar "%s": %s.Incapaz de establecer gustos.No se ha podido validar el testigo de solicitud. Por favor vuelva a realizar de nuevo su solicitud.No disponibleDesbloquearDeshacer cambiosRechazadoSin categoríaUnicode (UTF-8)UnidadesDesconocidoDesbloquearAcción no soportada.ActualizarActualizar %sActualizar esquema %sActualizar todos los esquemas de BDActualizar todas las configuracionesActualizar usuarioSe ha actualizado "%s".Actualizado el esquema de %s.CargarSe han cargado en el servidor todos los archivos de configuración de aplicaciones.Se usa si el usuario/contraseña son distintos en el servidor IMSP.UsuarioGestión de usuariosAgente de usuarioNombre del usuarioRegistro de usuariosEste sitio tiene desactivado el registro de usuarios.Este sitio no tiene configurado correctamente el registro de usuarios.No se encontró la cuenta de usuarioUsuario a añadir:UsuarioUsuariosUsuarios en el sistema:Verificación número de identificación de IVANúmero de identificación de IVA:Número de IVAVersiónComprobación de versionesVersionesVietnamita (VISCII)Ver una página web externaVisibilidadAdvertenciaAdvertencia: ¡Tiene activo el bloqueo de mayúsculas!El tiempoDatos meteorológicos suministrados porSitio WebNavegadorBienvenidoBienvenido, %sOeste (ISO-8859-1)Oeste (ISO-8859-15)¿Qué aplicación debería mostrar %s al iniciar la sesión?¿Qué estás haciendo?¿Cuál es el carácter delimitador?¿Cuál es el carácter de citado?¿Qué día quiere que se muestre como primero de la semana?Qué fasesAnchura del menú %s de la izquierda:WifiWikiVientoVelocidad del viento en nudosViento:BorrarBorrado pendienteSabiduríaCon EmpleoX-RefAASí, lo aceptoA usted y a %d persona más les gusta éstoA usted y a %d personas más les gusta éstoCarece de permisos para añadir grupos.Carece de permisos para añadir recursos compartidos.Carece de permisos para modificar grupos.Carece de permisos para modificar recursos compartidos.Carece de permisos para eliminar grupos.Carece de permisos para eliminar recursos compartidos.Carece de permisos para listar grupos o recursos compartidos.Carece de permisos para enumerar los permisos de los recursos compartidos.Carece de permisos para enumerar recursos compartidos.Carece de permisos para listar usuarios o grupos.Carece de permisos para listar usuarios o recursos compartidos.No ha conectado correctamente su cuenta Facebook con Horde. Debería comprobar sus opciones de Facebook en su %s.También puede comprobar sus opciones de Facebook en su %s.No está de acuerdo con las condiciones del Servicio, por lo que no se le permite iniciar sesión.Ha salido de la sesión.Ha denegado los permisos solicitados.No ha conectado correctamente su cuenta Twitter con Horde. Debería comprobar sus opciones de Twitter en su %s.Te gusta éstoDebe describir el problema antes de enviar el informe.Tiene que especificar un usuario a eliminar.Tiene que especificar un usuario a eliminar.Tiene que especificar el usuario a añadir.Tiene que especificar el usuario a actualizar.Su dirección de correoSu informaciónHa cambiado su dirección de Internet desde el comienzo de su sesión. Por razones de seguridad tiene que volver a iniciar la sesión.Su nombreSu soporte de autentificación no permite añadir usuarios. Si deseara utilizar Horde para gestionar cuentas de usuario, tendrá que seleccionar un soporte de autentificación distinto.Su soporte de autentificación no permite listar usuarios, o se ha deshabilitado la característica por algún motivo.Parece que ha cambiado su navegador desde el comienzo de su sesión. Por razones de seguridad tiene que volver a iniciar la sesión.Su navegador no admite esta característica.Zona horaria actual:Nombre completo:Su conexión ha caducado.La nueva contraseña para %s es: %sSe ha cambiado su contraseñaSe ha cambiado su contraseña pero no se le ha podido enviar. Póngase en contacto con su administrador.Se ha cambiado su contraseña, consulte el correo e inicie sesión con su nueva contraseña.Se ha cambiado correctamente su contraseña. Tiene que volver a iniciar sesión en el sistema con su nueva contraseña.Su contraseña ha caducadoSu contraseña ha caducado.Ha caducado su sesión. Vuelva a iniciar sesión.La duración de su sesión ha sobrepasado el tiempo máximo permitido. Vuelva a iniciar sesión.Zippy[Informe de problema]_Avisos_CLI_Configuración_Grupos_Bloqueos_Permisos_Usuariosadjuntocalmadel %s (%s) a %s %sventosoen líneaopcionesmostrar diferenciasescriba dos veces la contraseña para confirmarlaunificadotiempotmpIMUtxu/horde-5.2.17/locale/pl/0000755000175000017500000000000013162206570016351 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pl/help.xml0000644000175000017500000000143113160205253020015 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/pl/LC_MESSAGES/0000755000175000017500000000000013162206570020136 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pl/LC_MESSAGES/horde.po0000644000175000017500000030725613160205253021607 0ustar mathieumathieu# Polish translations for Horde. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Mariusz Zynel , 2001. # Piotr Roszatycki , 2001. # Krzysztof Kozlowski , 2005. # Daniel Horecki , 2007. # Krzysztof Kozera , 2012. # Maciej Uhlig , 2014. # msgid "" msgstr "" "Project-Id-Version: Horde 5.0\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-03-28 10:26+0100\n" "PO-Revision-Date: 2014-04-03 19:44+0100\n" "Last-Translator: Maciej Uhlig \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Poedit 1.6.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Udało się dodać \"%s\" do grup." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "Udało się dodać \"%s\" do uprawnień." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nie został utworzony: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB wykorzystanych z %.2fMB przydzielonych (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s i %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dni do wygaśnięcia hasła." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minut" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d osoba to lubi" msgstr[1] "%d osoby to lubią" msgstr[2] "%d osób to lubi" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d do %d z %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d-dniowa prognoza" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Uwaga" #: admin/config/config.php:28 admin/config/index.php:458 #, php-format msgid "%s Configuration" msgstr "Konfiguracja %s" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Zadania - Potwierdzenie" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Warunki umowy" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s do %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s może współdziałać z Twoim kontem Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s nie może odczytać informacji o Twoich przyjaciołach z Facebooka." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s nie może odczytać Twoich wiadomości strumieniowych i różnych innych " "elementów danych z Facebooka." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s nie może ustawić Twoich komunikatów o statusie lub publikować innych " "treści na Facebooku." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s jest gotowy do wykonania poniższych zadań. Zaznacz każde działanie, które " "chcesz teraz wykonać." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", gusting %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", zmienna od %s do %s" #: lib/Application.php:325 msgid "1 Day" msgstr "1 dzień" #: lib/Application.php:329 msgid "1 Month" msgstr "1 miesiąc" #: lib/Application.php:327 msgid "1 Week" msgstr "1 tydzień" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-godzinny format" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2 tygodnie" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-godzinny format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 godz." #: config/prefs.php:492 config/prefs.php:494 msgid "24-hour format" msgstr "24-godzinny format" #: lib/Application.php:326 msgid "3 Days" msgstr "3 dni" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Zażądano wyczyszczenia urządzenia. Urządzenie zostanie wyczyszczone podczas " "następnej synchronizacji." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "Istnieje nowsza wersja (%s)." #: lib/Prefs/Special/Activesync.php:90 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Zostało zainicjowane zdalne wyczyszczenie urządzenia o id %s. Urządzenie " "zostanie wyczyszczone podczas następnej synchronizacji." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informacje o koncie" #: config/prefs.php:334 msgid "Account Password" msgstr "Hasło do konta" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Akcje" #: config/prefs.php:741 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:94 msgid "ActiveSync Administration" msgstr "Administracja ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Urządzenia ActiveSync" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync nie jest aktywowane." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Dodaj" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "PORTAL" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Dodaj tutaj:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Dodaj członków" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Dodaj grupę" #: admin/user.php:26 msgid "Add a new user:" msgstr "Dodaj nowego użytkownika:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Dodaj nowy alarm" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Dodaj parę" #: admin/user.php:27 msgid "Add user" msgstr "Dodaj użytkownika" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Dodano \"%s\" do systemu, ale nie można było dodać dodatkowych informacji: %s" #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Dodano \"%s\" do systemu. Możesz się zalogować." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Dodawanie użytkowników jest wyłączone." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adres" #: config/registry.php:132 msgid "Address Book" msgstr "Książka adresowa" #: lib/Application.php:55 msgid "Administration" msgstr "Administracja" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Koniec alarmu" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Sposoby alarmu" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Początek alarmu" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Tekst alarmu" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Tytuł alarmu" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmy" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "W tej konfiguracji alarmy są wyłączone" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Wszystko" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Wszyscy uwierzytelnieni użytkownicy" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Wszystkie klucze polis zostały pomyślnie wyczyszczone." #: lib/Prefs/Special/Activesync.php:105 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Całość stanu została usunięta dla Twoich urządzeń ActiveSync. Zsynchronizują " "się one ponownie podczas następnego połączenia z serwerem." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Wszystkie sesje synchronizacji skasowane" #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "Zezwól na alfanumeryczne" #: lib/Application.php:237 msgid "Allow any" msgstr "Pozwól na wszystko" #: lib/Application.php:215 msgid "Allow non-provisionable devices" msgstr "Zezwól na urządzenia non-provisionable." #: lib/Application.php:235 msgid "Allow only numeric" msgstr "Zezwól tylko na numeryczne" #: config/prefs.php:696 msgid "Alternate IMSP Login" msgstr "Alternatywny login IMSP" #: config/prefs.php:713 msgid "Alternate IMSP Password" msgstr "Alternatywne hasło IMSP" #: config/prefs.php:707 msgid "Alternate IMSP Username" msgstr "Alternatywna nazwa użytkownika IMSP" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Adres email odzyskiwania" #: services/resetpassword.php:52 msgid "Answer" msgstr "Odpowiedź" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplikacja" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Kontekst aplikacji" #: admin/config/index.php:250 msgid "Application is ready." msgstr "Aplikacja gotowa" #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Zatwierdź" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabski (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Czy na pewno chcesz usunąć '%s' ?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Czy na pewno chcesz usunąć żądanie zapisania się dla %s ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Czy na pewno chcesz usunąć \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeński (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Sztuka" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Sztuka ASCII" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Co najmniej jeden schemat bazy danych jest nieaktualny." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Załącznik" #: lib/Application.php:259 msgid "Attachment Download" msgstr "Pobieranie załącznika" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Próba usunięcia nieistniejącej grupy." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Próba usunięcia nieistniejącego uprawnienia." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Próba edytowania nieistniejącego uprawnienia." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Próba edytowania nieistniejącego udziału." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Uwierzytelnione aplikacje" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:62 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autoryzuj" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Autoryzuj dostęp do danych przyjaciół" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Autoryzuj publikację" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Autoryzuj czytanie" #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatyczny" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Dostępne pola:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "Wymówki BOFH" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Bałtycki (ISO-8859-13)" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Podstawowy" #: templates/activesync/device_table.html.php:42 msgid "Block" msgstr "Blok" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Ustawienia bloku" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Typ bloku" #: lib/Application.php:292 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:183 msgid "Bookmarks" msgstr "Zakładki" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Oba" #: config/prefs.php:762 msgid "Bottom" msgstr "Na dole" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Przeglądarka" #: config/registry.php:118 msgid "Calendar" msgstr "Kalendarz" #: lib/Application.php:280 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Anuluj" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Anuluj raport o problemie" #: templates/activesync/device_table.html.php:35 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "Anuluj wyczyszczenie" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Nie udało się zresetować hasła automatycznie, skontaktuj się z " "administratorem." #: config/prefs.php:516 msgid "Categories and Labels" msgstr "Kategorie i oznaczenia" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtycki (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Środkowoeuropejski (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Zmień" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Zmień lokalizację" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Zmień swoje hasło" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Informacje osobiste" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Zmiana hasła nie jest wspierana w aktualnej konfiguracji. Skontaktuj się z " "Twoim administratorem." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Sprawdź" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Sprawdź nowsze wersje" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Sprawdź link... (_k)" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chiński uproszczony (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chiński tradycyjny (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Wybierz %s" #: config/prefs.php:484 msgid "Choose how to display dates (abbreviated format):" msgstr "Wybierz sposób wyświetlania dat (skrót):" #: config/prefs.php:460 msgid "Choose how to display dates (full format):" msgstr "Wybierz sposób wyświetlania dat (pełny):" #: config/prefs.php:497 msgid "Choose how to display times:" msgstr "Wybierz sposób wyświetlania czasu:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Wyczyść zapytanie" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Wyczyść dane użytkownika: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Wyczyść użytkownika" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Wyczyść dane użytkownika" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Kliknij jedną z wybranych książek adresowych i potem wybierz wszystkie pola, " "w ktorych chcesz wyszukiwać." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Kliknij, by kontynuować" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Znacznik klienta" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Zamknij okno" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Chmury" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "Częstość haseł" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Zwiń pasek boczny" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Wybierz kolor" #: config/registry.php:247 msgid "Comics" msgstr "Komicy" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Komenda" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Powłoka" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Komentarze: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Nazwa" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Komputery" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Warunek" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Warunki" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfiguracja" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Różnice w konfiguracji" #: config/prefs.php:723 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Konfiguracja synchronizacji z PDA, smartphonami i Outlookiem" #: admin/config/index.php:245 msgid "Configuration is out of date." msgstr "Konfiguracja jest nieaktualna." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Dostępne są skrypty aktualizacji konfiguracji" #: admin/config/index.php:182 #, php-format msgid "Configure %s" msgstr "Skonfiguruj %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Potwierdź hasło" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Kontynuuj" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Ciasteczko" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Błąd podczas łączenia się z serwerem \"%s\" poprzez FTP: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "Błąd podczas łączenia się z serwerem. Spróbuj później." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nie udało się usunąć skryptów uaktualniących \"%s\"." #: templates/prefs/facebook.html.php:57 #, php-format msgid "" "Could not find authorization for %s to interact with your Facebook account." msgstr "" "Nie można znaleźć autoryzacji dla %s w celu współdziałania z Twoim kontem " "Facebook." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Nie można znaleźć autoryzacji dla %s w celu współdziałania z Twoim kontem " "Twitter." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Nie udało się zresetować hasła. Niektóre albo wszystkie pola nie są " "prawidłowe. Spróbuj ponownie albo skontaktuj się z administratorem, jeśli " "potrzebujesz dodatkowej pomocy." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Nie można odzyskać konfiguracji." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nie można zapisać kopii bezpieczeństwa konfiguracji: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nie można zapisać skryptu uaktualniającego do: \"%s\"." #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nie można zapisać pliku konfiguracyjnego %s. Użyj jednej z poniższych opcji " "by zachować kod." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Nie można zapisać pliku konfiguracyjnego %s. Możesz albo użyć jednej z opcji " "by zapisać kod z powrotem na %s albo skopiować ręcznie poniższy kod do %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nie można zapisać konfiguracji dla \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Kraj" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Stwórz" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Stwórz nową tożsamość" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Aktualne 4 fazy" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktualne alarmy" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Aktualne blokady" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Aktualne sesje" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktualny czas" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Aktualna pogoda" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "Aktualne warunki" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrylica (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrylica (Windows-1256)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrylica/Ukraiński (KOI8-U)" #: admin/config/index.php:265 admin/config/index.php:317 msgid "DB access is not configured." msgstr "Dostęp do bazy danych nie jest skonfigurowany." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Dane" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Baza danych" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Data otrzymania" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; czas: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "Dzień" #: config/prefs.php:388 config/prefs.php:409 config/prefs.php:422 #: config/prefs.php:491 themes/default/info.php:2 msgid "Default" msgstr "Domyślny" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Domyślny kolor" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Domyślna powłoka" #: config/prefs.php:412 msgid "Default charset for sending e-mail messages:" msgstr "Domyślny zestaw znaków do wysyłania wiadomości email:" #: config/prefs.php:305 msgid "Default location to use for location-aware features." msgstr "Domyślna lokalizacja dla funkcji wykorzystujących lokalizacje." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definicje" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Usuń" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Usuń \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Usuń wszystkie dane SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Usuń grupę" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Usunięto skrypt uaktualniający \"%s\"." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Usunięto sesję synchronizacji dla urządzenia \"%s\" i bazy \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Opisz problem" #: config/registry.php:207 msgid "Development" msgstr "Rozwój" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Urządzenie" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID urządzenia" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "Informacja o urządzeniu" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Zarządzanie urządzeniem" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Typ urządzenia" #: lib/Application.php:312 msgid "Device encryption" msgstr "Szyfrowanie w urządzeniu" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Urządzenie jest zablokowane." #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "Urządzenie jest wyczyszczone." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Urządzenie jest wyczyszczone. Usuń stan urządzenia aby mogło się ono " "połączyć ponownie. " #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Urządzenie zostało pomyślnie usunięte." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Wyczyszczenie urządzenia zostało pomyślnie skasowane. " #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Punkt rosy" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Punkt rosy dla ostatniej godziny: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Punkt rosy" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Wyłącz" #: lib/Application.php:216 msgid "Disable (not recommended)" msgstr "Wyłącz (nie rekomendowane)" #: config/prefs.php:430 msgid "Display 24-hour times?" msgstr "Czy wyświetlać czas w formacie 24-godzinnym?" #: config/prefs.php:541 msgid "Display Preferences" msgstr "Ustawienia wyglądu" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Szczegółowa prognoza" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Prognoza (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "Czy pierwsza kolumna zawiera pole z nazwami? Jeśli tak, zaznacz to pole " "wyboru:" #: templates/login/login.inc:77 msgid "Don't have an account? Sign up." msgstr "Czy nie masz konta? Zapisz się." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "Ściągnij %s" #: admin/config/index.php:393 msgid "Download generated configuration as PHP script." msgstr "Ściągnij wygenerowaną konfigurację jako skrypt PHP." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Narkotyki" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dynamiczny" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identyfikacja VAT EU" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Edycja" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Edycja \"%s\"." #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Zmień preferencje dla" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Zmień uprawnienia" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Zmień uprawnienia dla \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Edukacja" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Adres email" #: lib/Application.php:214 msgid "Enable" msgstr "Włącz" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Czas końca" #: lib/Block/Weather.php:83 msgid "English" msgstr "angielski" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Proszę podać nazwę dla nowej kategorii:" #: config/prefs.php:351 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Wpisz pytanie, które będzie zadane, jeśli będziesz potrzebować zmienić swoje " "hasło, na przykład - 'jakie jest imię twojego zwierzaka?' (tylko Ty " "powinieneś znać prawidłową odpowiedź na te pytanie.) " #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Błąd podczas łączenia z Facebookiem. Szczegóły zostały zalogowane dla " "administratora." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Błąd podczas łączenia z Twitterem. Szczegóły zostały zalogowane dla " "administratora." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Błąd podczas łączenia z Twitterem: %s. Szczegóły zostały zalogowane dla " "administratora." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Błąd podczas usuwania sesji synchronizacji:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Błąd podczas usuwania sesji synchronizacji:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Błąd podczas aktualizacji hasła: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etniczny" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Zaproszenia na wydarzenie:" #: config/prefs.php:600 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Co 15 minut" #: config/prefs.php:619 msgid "Every 2 minutes" msgstr "Co 2 minuty" #: config/prefs.php:597 config/prefs.php:617 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Co 30 sekund" #: config/prefs.php:599 config/prefs.php:620 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Co 5 minut" #: config/prefs.php:601 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Co pół godziny" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Co godzinę" #: config/prefs.php:598 config/prefs.php:618 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Co minutę" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Przykładowe wartości:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Wykonaj" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Rozwiń" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Ekstra duże" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Zapisano konfigurację." #: config/prefs.php:644 msgid "Facebook Integration" msgstr "Integracja z Facebookiem" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "Nieudane próby odblokowania przed wyczyszczeniem urządzenia" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Ulubione" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Strumień" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Adres strumienia" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Odczuwalne" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Pola do wyszukiwania" #: config/registry.php:313 msgid "File Manager" msgstr "Menedżer plików" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtr" #: config/registry.php:88 msgid "Filters" msgstr "Filtry" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Pierwsza połowa" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Pierwsza kwadra" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Pożywienie" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Prognoza (TAF)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Dni prognozy (zauważ, że pokazywana prognoza obejmuje dzień i noc; duża " "liczba w tym miejscu może rozszerzyć blok)" #: templates/login/login.inc:84 msgid "Forgot your password?" msgstr "Zapomniałem hasło" #: config/registry.php:342 msgid "Forms" msgstr "Formularze" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortunka" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Typ fortunki" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortunki" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortunki 2" #: config/registry.php:336 msgid "Forums" msgstr "Fora" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Żądania przyjaciół:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Przyjaciele są włączeni." #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Z %s (%s °) - %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "Z %s - %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Pełny opis" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Pełnia" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Imię i nazwisko" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Wygeneruj konfigurację %s" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Wygenerowany kod" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Pobierz więcej" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Ustawienia ogólne" #: templates/prefs/app.html:16 msgid "Go" msgstr "Idź" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Wyszukiwarka Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grecki (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Administracja grupami" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Nazwa grupy" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Grupa nie została utworzona: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Grupy" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Uprawnienia gościa" #: lib/Application.php:316 msgid "HTML Email" msgstr "Poczta HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrajski (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Wysokość" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Wysokość treści strumienia (szerokość automatycznie dopasowuje się do bloku)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Pomoc" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Wyświetl tematy pomocy" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Półkula" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Początek pliku:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Ukryj zaawansowane ustawienia" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Wyniki" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Katalog" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Ile jest pól (kolumn)?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Na ile sekund wcześniej sprawdzamy nowe artykuły?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Wilgotność" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoryści" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Ikony dla %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Tożsamość, używana podczas wysyłania email za pomocą ActiveSync." #: config/prefs.php:283 msgid "Identity's name:" msgstr "Nazwa tożsamości:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Import, Krok %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Importowane pole: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importowane pola:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "W odpowiedzi na:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Na listach poniżej wybierz oba, pole importowane z pliku źródłowego po " "lewej, i odpowiadające pole dostępne w twojej książce po prawej. Potem " "kliknij \"Dodaj parę\" by oznaczyć je do importu. Kiedy gotowe kliknij " "\"Następne\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nieprawidłowy użytkownik lub alternatywny adres email. Spróbuj ponownie albo " "skontaktuj się z administratorem." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Indywidualni użytkownicy" #: config/registry.php:241 msgid "Information" msgstr "Informacje" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Odziedziczeni członkowie" #: config/prefs.php:363 msgid "Insert an email address to which you can receive the new password:" msgstr "Wpisz adres email, na który ma być wysłane nowe hasło:" #: config/prefs.php:357 msgid "Insert the required answer to the security question:" msgstr "Podaj odpowiedź, jakiej udzielisz na pytanie bezpieczeństwa:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Nieprawidłowy format numeru identyfikacji VAT" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Nieważne działanie %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Nieprawidłowa aplikacja." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Niepoprawny hash." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Nieprawidłowe uprawnienia nadrzędne." #: config/registry.php:294 msgid "Inventory" msgstr "Inwentarz" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japoński (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript jest albo wyłączony, albo niedostępny w Twojej przeglądarce. " "Dostępny jest jedynie widok podstawowy." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Właśnie teraz..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Jądrowe żółtodzioby" #: services/help/index.php:161 msgid "Keyword" msgstr "Słowo kluczowe" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Dzieci" #: config/registry.php:302 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Koreański (EUC-KR)" #: login.php:364 templates/login/login.inc:57 msgid "Language" msgstr "Język" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Duża" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Ostatnia połowa" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Ostatnia zmiana hasła" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Ostatnia kwadra" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "Czas ostatniej synchronizacji" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Ostatnia aktualizacja:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Ostatnie logowanie: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Ostatnie logowanie: %s z %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Ostatnie logowanie: nigdy" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Ostatni" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Prawo" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Lubię" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limeryki" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Ciasteczko Linuxa" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Wyświetl tabele" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Pokazanie alarmów nie powiodło się: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Pokazanie użytkowników nie powiodło się: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Pokazanie sesji nie powiodło się: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Pokazanie użytkowników nie powiodło się z komunikatem o błędzie: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Pokazanie użytkowników nie powiodło się." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Listowanie użytkowników jest wyłączone." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s" msgstr "Czas lokalny: %s %s" #: config/prefs.php:372 msgid "Locale and Time" msgstr "Ustawienia lokalne i czas" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "Lokalizacja" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Zablokuj użytkownika" #: admin/locks.php:61 msgid "Locks" msgstr "Blokady" #: login.php:291 templates/login/login.inc:66 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Zaloguj" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Wyloguj" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Zalogowany do Facebooka" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Logowanie nie powiodło się, ponieważ podano nieprawidłowe hasło lub nazwę " "użytkownika." #: login.php:316 msgid "Login failed." msgstr "Logowanie nie powiodło się." #: templates/prefs/facebook.html.php:61 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Zaloguj się do Facebooka i autoryzuj %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Zaloguj się do Twittera i autoryzuj %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Wyloguj" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Miłość" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magia" #: config/registry.php:80 msgid "Mail" msgstr "Poczta" #: config/registry.php:347 msgid "Mail Admin" msgstr "Administracja pocztą" #: config/prefs.php:517 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Zarządzaj listą kategorii, którymi będziesz oznaczał pozycje, i kolorami z " "nimi związanymi." #: config/prefs.php:742 msgid "Manage your ActiveSync devices." msgstr "Zarządzaj swoimi urządzeniami z ActiveSync" #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Pasujące pola" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Maksymalna temperatura w ostatnich 24 godzinach:" #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Maksymalna temperatura w ostatnich 6 godzinach:" #: lib/Application.php:320 msgid "Maximum Email age" msgstr "Maksymalny wiek email" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maksymalna liczba bloków portalu" #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "Maksymalna wielkość załącznika" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "Maksymalna liczba urządzeń" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Maksymalna liczba pozycji do pokazania" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medycyna (lekarstwo?)" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Średnia" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Członkowie" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Pełny opis:" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Obecna pogoda" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Metryczne" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Minimalna temperatura w ostatnich 24 godzinach:" #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Minimalna temperatura w ostatnich 6 godzinach:" #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "Minimalna długość PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Rozmaite" #: admin/config/index.php:222 msgid "Missing configuration." msgstr "Zapisano konfigurację." #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobilny (minimalny)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobilny (bez JavaScript)" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobilny (smartfon/tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Aplikacje zoptymalizowane dla urządzeń mobilnych" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Tryb" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Model" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 msgid "Module is up-to-date." msgstr "Moduł jest aktualny." #: config/prefs.php:505 msgid "Monday" msgstr "Poniedziałek" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fazy księżyca" #: config/registry.php:307 msgid "My Account" msgstr "Konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Informacje o moim koncie" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Mój strumień Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Mój portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Wygląd portalu" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/D" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NIE, NIE zgadzam się" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:68 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "UWAGA: CZYSZCZENIE URZĄDZENIA MOŻE ZRESETOWAĆ JE DO USTAWIEŃ FABRYCZNYCH. " "UPEWNIJ SIĘ, ŻE CHCESZ TO WYKONAĆ PRZED ZLECENIEM CZYSZCZENIA" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Nazwa" #: config/prefs.php:596 config/prefs.php:616 templates/portal/layout.inc:97 msgid "Never" msgstr "Nigdy" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Nowa kategoria" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Wiadomość" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Nów" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nowa nazwa użytkownika (opcjonalnie)" #: services/changepassword.php:31 msgid "New password" msgstr "Hasło" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nowe hasła muszą pasować." #: config/registry.php:252 lib/Block/Fortune.php:59 msgid "News" msgstr "Wiadomości" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Następne" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Następne 4 fazy" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Bez dźwięku" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Brak konfiguracji, by pokazać różnicę." #: admin/config/diff.php:49 msgid "No change." msgstr "Bez zmian." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Nie znaleziono ikon." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Brak elementów" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nie zdefiniowano lokalizacji." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Brak ofensywnych fortunek" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nie ma oczekujących zapisów." #: lib/Application.php:333 msgid "No push while roaming" msgstr "Push nie jest dostępny w roamingu" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Nie zdefiniowano pytania bezpieczeństwa. Proszę się skontaktować z " "administratorem. " #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "Jeszcze nie istnieje wersja stabilna." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nie wybrano nazwy użytkownika." #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Nie znaleziono wersji w oryginalnej konfiguracji. Wygeneruj ponownie " "konfigurację" #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Nie znaleziono wersji w twojej konfiguracji. Wygeneruj ponownie konfigurację" #: admin/config/index.php:289 msgid "NoSQL indices are ready." msgstr "Indeksy NoSQL są gotowe." #: admin/config/index.php:284 #, php-format msgid "NoSQL indices for %s" msgstr "Indeksy NoSQL dla %s" #: admin/config/index.php:286 msgid "NoSQL indices out of date." msgstr "Indeksy NoSQL są nieaktualne." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:62 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Brak" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordycki (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Półkula północna" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "Niezaopatrzony" #: config/registry.php:167 msgid "Notes" msgstr "Notatki" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nie ma czego przeglądać, wróć." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Liczba artykułów do wyświetlenia." #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Liczba sekund oczekiwania na odświeżenie" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Przeglądarka obiektów" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Twórca obiektu" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtr zapobiegający obrażaniu" #: config/registry.php:264 msgid "Office" msgstr "Biuro" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Stare i nowe hasło muszą być różne." #: services/changepassword.php:30 msgid "Old password" msgstr "Stare hasło" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Stare hasło jest nieprawidłowe" #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Tylko ofensywne fortunki" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Jedynie właściciel lub administrator systemu mogą zmienić właścicielstwo lub " "uprawnienia właściciela dla udziału " #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "System operacyjny" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Albo podaj nazwę użytkownika:" #: config/prefs.php:540 config/prefs.php:643 config/prefs.php:669 #: config/prefs.php:695 config/prefs.php:721 config/prefs.php:740 msgid "Other Information" msgstr "Inne informacje" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Inne opcje" #: config/registry.php:178 msgid "Others" msgstr "Inne" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Właściciel" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Właściciel:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Kod PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "Powłoka PHP" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "Konta pocztowe POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Brak rozszerzenia POSIX" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "Powłoka P_HP" #: login.php:211 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:325 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Hasło" #: lib/Application.php:231 msgid "Password Complexity" msgstr "Złożoność hasła" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Hasło zostało pomyślnie zmienione." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Hasła muszą pasować." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Wklej" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Oczekujące zapisy:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Ludzie" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Wykonaj zadania przy logowaniu" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Uprawnienie \"%s\" nie skasowane." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Uprawnienia" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administracja uprawnieniami" #: config/prefs.php:272 msgid "Personal Information" msgstr "Informacje osobiste" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Zwierzęta" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Numer telefonu" #: config/registry.php:195 msgid "Photos" msgstr "Zdjęcia" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Oczywistości" #: login.php:217 msgid "Please enter a password." msgstr "Proszę podać hasło." #: login.php:216 msgid "Please enter a username." msgstr "Proszę podać nazwę użytkownika." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Proszę opisać problem." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Proszę przeczytać następujący tekst. MUSISZ się zgodzić z warunkami, jeśli " "chcesz użyć systemu." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Pokes:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Polityka" #: config/prefs.php:761 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Położenie tekstu odpowiedzi na email na Twoim urządzeniu. Zauważ, że pewne " "urządzenia zawsze wysyłają cytat na końcu tekstu odpowiedzi." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Wyślij" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Wysłane %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Wysłane %s przez %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Opady w ostatniej %d godzinie:" msgstr[1] "Opady w ostatnich %d godzinach:" msgstr[2] "Opady w ostatnich %d godzinach:" #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "Szansa%sopadów" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Ciśnienie" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Ciśnienie na poziomie morza: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Główny" #: services/problem.php:161 msgid "Problem Description" msgstr "Opis problemu" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "Zaopatrzony" #: lib/Application.php:210 msgid "Provisioning" msgstr "Zaopatrywanie" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publikacja włączona." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Zapytanie" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Losowa fortunka" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Odczyt" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Odczyt włączony." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Czy na pewno usunąć %s? Ta operacja nie może być cofnięta." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Czy na pewno usunąć dane użytkownika %s? Ta operacja nie może być cofnięta." #: config/prefs.php:622 msgid "Refresh Dynamic Menu Elements:" msgstr "Odśwież dynamiczne elementy menu:" #: config/prefs.php:603 msgid "Refresh Portal View:" msgstr "Odśwież widok serwisu:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Częstotliwość odświeżania:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Zwykłe aplikacje" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Uwagi" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Zdalny komputer" #: templates/activesync/device_table.html.php:37 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "Usuń" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Usuń parę" #: admin/config/index.php:433 msgid "Remove saved script from server's temporary directory." msgstr "Usuń zachowany skrypt z tymczasowego katalogu serwera." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Usuń użytkownika" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Usuń użytkownika: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Odpowiedz" #: lib/Application.php:221 msgid "Require PIN" msgstr "Wymagany PIN" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "Wymagane szyfrowanie S/MIME" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "Wymagany podpis S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Zmień" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Zmień hasło" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Wyzeruj cały stan urządzenia" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Zmień swoje hasło" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Odtwórz ostatnie zapytanie" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Wyniki" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Wyniki dla %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweeted przez %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Zresetuj hasło" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Przywróć konfigurację" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Zagadki" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Wykonaj" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Wykonaj zadania podczas logowania" #: lib/Application.php:276 msgid "SD card" msgstr "karta SD" #: lib/Application.php:269 msgid "SD card encryption" msgstr "Szyfrowanie karty SD" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "Wiadomości tekstowe SMS" #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is out of date." msgstr "Schemat bazy danych SQL jest nieaktualny." #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "Schemat bazy danych SQL jest gotowy" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "Powloka SQL" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "Powłoka S_QL" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Zachowaj" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Zachowaj \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Zachowaj i zakończ" #: admin/config/index.php:401 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "Ściągnij wygenerowaną konfigurację jako skrypt PHP." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Zachowano skrypt aktualizacji konfiguracji do: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Nauka" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Zakres" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Szukaj" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Szukaj" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Szukaj:" #: lib/Application.php:242 msgid "Seconds of inactivity before device should lock" msgstr "Sekund nieaktywności przed zablokowaniem urządzenia " #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Wybierz grupę do dodania:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Wybierz nowego właściciela" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Wybierz serwer" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Wybierz użytkownika do dodania:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Wybierz wszystkie pola do przeszukiwania przy rozwijaniu adresów." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Wybierz format daty i czasu:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Wybierz znak podziału daty:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Wybierz format daty:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Wybierz układ dnia i godziny:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Wybierz znak podziału daty:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Wybierz format czasu:" #: config/prefs.php:589 msgid "Select your color scheme." msgstr "Wybierz schemat kolorów." #: config/prefs.php:385 msgid "Select your preferred language:" msgstr "Wybierz twój preferowany język:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Wyślij raport o problemie" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Czujnik: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Czas na serwerze" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Administracja sesji" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Znacznik czasu sesji" #: lib/Api.php:70 msgid "Sessions" msgstr "Sesje" #: config/prefs.php:335 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Podaj informacje potrzebne do odzyskania hasła, jeśli kiedykolwiek je " "zapomnisz" #: config/prefs.php:645 msgid "Set up integration with your Facebook account." msgstr "Zdefiniuj integrację z Twoim kontem Facebooka." #: config/prefs.php:671 msgid "Set up integration with your Twitter account." msgstr "Zdefiniuj integrację z Twoim kontem Twittera." #: config/prefs.php:373 msgid "Set your preferred language, timezone and date preferences." msgstr "Wybierz preferowany język, strefę czasową i opcje daty." #: config/prefs.php:542 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Wybierz usługę początkową, schemat kolorów, odświeżanie strony i inne opcje " "wyświetlania" #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Dla parametru %s możliwe jest kilka lokalizacji." #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Krótkie podsumowanie" #: config/prefs.php:629 msgid "Should access keys be defined for most links?" msgstr "Czy definiować przyciski dostępu dla większości odsyłaczy?" #: config/prefs.php:756 msgid "Should multiple collections be multiplexed?" msgstr "Czy wielokrotne kolekcje mają być multipleksowane?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Pokaż" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Pokaż zaawansowane preferencje" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Pokaż wszystkie grupy preferencji" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Pokaż róznice pomiędzy aktualnie zachowaną i nowo wygenerowaną konfiguracją." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Czy pokazać dodatkowe szczegóły?" #: config/prefs.php:574 msgid "Show last login time when logging in?" msgstr "Czy pokazywać czas ostatniego zalogowania po logowaniu?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Pokaż powiadomienia" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Pomiń zadania przy logowaniu" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Mała" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Głębokość śniegu:" #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Równoważnik śniegu w wodzie:" #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Piosenki i wiersze" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Południowoeuropejski (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Półkula południowa" #: config/registry.php:104 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sporty" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Godzina startu" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Zarządzanie stanem" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "Status" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Nie można zdefiniować statusu." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Strumień" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Przekazano żądanie dodania \"%s\" do systemu. Nie możesz się zalogować do " "czasu aprobaty żądania." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Pomyślnie połączono z Twoim kontem Facebooka lub zaktualizowano uprawnienia." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Powodzenie" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Udało się dodać \"%s\" do systemu." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Udało się usunąć dane użytkownika \"%s\" z systemu." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Udało się usunąć \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Udało się usunąć \"%s\" z systemu." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Udało się przywrcić konfigurację. Przeładuj, by zobaczyć zmiany." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Udało się zapisać kopię bezpieczeństwa." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Udało się uaktualnić \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Udało się zapisać %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Wschód słońca" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Zachód słońca" #: config/prefs.php:504 msgid "Sunday" msgstr "Niedziela" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Wschód słońca" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Wschód/Zachód słońca" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Zachód słońca" #: lib/Application.php:324 msgid "Sync all" msgstr "Synchronizuj wszystko" #: config/prefs.php:722 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndykowany strumień" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Chmura Znaczników" #: config/registry.php:153 msgid "Tasks" msgstr "Zadania" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatura w ostatniej godzinie:" #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatura%s(%sMax%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Tymczasowo nie udało się połączyć z Facebookiem. Proszę spróbować później. " #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Tymczasowo nie udało się połączyć z Twitterem. Proszę spróbować później. " #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tajski (TIS-620)" #: lib/Prefs/Special/Activesync.php:96 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Zdalne wyczyszczenie urządzenia o id %s zostało skasowane." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarm \"%s\" został usunięty." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarm \"%s\" został zachowany." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfiguracja dla %s nie może być zaktualizowana automatycznie. Proszę " "zaktualizować konfigurację ręcznie." #: config/prefs.php:299 msgid "The default e-mail address to use with this identity:" msgstr "Domyślny email używany w tej tożsamości" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Blokada została usunięta." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Nie można było na czas osiągnąć usługi stanu członków. Proszę spróbować " "później lub ze stanem innego członka." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Usługa stanu członków jest aktualnie niedostępna. Proszę spróbować póxniej " "lub ze stanem innego członka." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Podany kod kraju jest nieważny." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Usługa jest aktualnie niedostępna. Spróbuj później." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Usługa jest aktualnie zbyt zajęta. Spróbuj później." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Prośba o zapisanie \"%s\" została usunięta." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Prośba o zapisanie \"%s\" została usunięta." #: lib/Prefs/Special/Activesync.php:111 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Stan urządzenia id %s został zresetowany. Zsynchronizuje się ono ponownie po " "następnym połaczeniu z serwerem." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Skrypt testowy jest aktualnie włączony. Z przyczyn bezpieczeństwa, wyłącz " "skrypt testowy po zakończeniu testowania (patrz horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Użytkownik o nazwie \"%s\" już istnieje." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Użytkownik \"%s\" nie istnieje." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Wystąpił problem przy dodawaniu \"%s\" do systemu: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Wystąpił problem przy usuwaniu danych dla użytkownika \"%s\" w systemie: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Wystąpił problem przy usuwaniu \"%s\" z systemu." #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Wystąpił problem przy uaktualnianiu \"%s\": %s" #: lib/Prefs/Special/Activesync.php:114 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Wystąpił błąd podczas łączenia się z serwerem ActiveSync: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Wystąpił błąd podczas kontaktowania się z Twitterem: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "Wystąpił błąd w formularzu konfiguracji. Może pominąłeś wymagane pole." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Wystąpił błąd podczas wykonywania żądania: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Wystąpił błąd podczas uzyskiwania Twojej sesji Facebooka. Proszę spróbować " "znowu później." # php-format, php-format #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Wystąpił błąd podczas usuwania danych globalnych dla %s. Szczegóły zostały " "zapisane w dzienniku systemu." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Wystąpił błąd z żądanymi uprawnieniami" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Ten numer identyfikacyjny VAT jest nieważny." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Ten numer identyfikacyjny VAT jest ważny." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" "To spowoduje resynchronizację wszystkich wpisów we wszystkich urządzeniach." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "To spowoduje resynchronizację wszystkich wpisów w Twoich urządzeniach." #: config/registry.php:224 msgid "Tickets" msgstr "Zgłoszenia:" #: config/registry.php:270 msgid "Time Tracking" msgstr "Śledzenie czasu" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Format czasu" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Znacznik czasu lub nieznany" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Czasy udanych sesji synchronizacji" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Tytuł" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Aby wykluczyć wybrane pole z importu lub skorygować błędne dopasowanie " "wybierz pole z listy poniżej i kliknij \"Usuń parę\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Aby wybrać wielokrotne pola przytrzymaj przycisk Ctrl (PC) lub Command (Mac) " "podczas klikania." #: lib/Block/Weather.php:288 msgid "Today" msgstr "Dzisiaj" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "Jutro" #: config/prefs.php:762 msgid "Top" msgstr "U góry" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Prezentacje" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turecki (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:670 msgid "Twitter Integration" msgstr "Inne informacje" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter Timeline" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter Timeline dla %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter nie jest włączony." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Błąd podczas usuwania \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Nie można ustawić lubię." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "Nie można sprawdzić ważności znacznika żądania. proszę spróbować ponownie. " #: templates/activesync/device_table.html.php:40 msgid "Unblock" msgstr "Odblokuj" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Cofnij zmiany" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Usuń z ulubionych" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Nieprzyznana" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "Jednostki" #: admin/sessions.php:36 msgid "Unknown" msgstr "Nieznane" #: admin/locks.php:43 msgid "Unlock" msgstr "Odemknij" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "Działanie nie jest wspierane." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Uaktualnij" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Uaktualnij %s" #: admin/config/index.php:185 admin/config/index.php:303 #, php-format msgid "Update %s schema" msgstr "Uaktualnij %s" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Zaktualizuj wszystkie schematy DB" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Aktualizuj wszystkie konfiguracje" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Uaktualnij użytkownika" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Uaktualniono \"%s\"." #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "Uaktualniono \"%s\"." #: admin/config/index.php:412 msgid "Upload" msgstr "Załaduj" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "Wszystkie pliki konfiguracji aplikacji zostały przesłane do serwera." #: config/prefs.php:697 msgid "Use if name/password is different for IMSP server." msgstr "Użyj, jeśli nazwa/hasło są inne dla serwera IMSP. " #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Użytkownik" #: admin/user.php:240 msgid "User Administration" msgstr "Administracja użytkowników Horde" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Program użytkownika" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nazwa użytkownika" #: signup.php:74 msgid "User Registration" msgstr "Rejestracja użytkownika" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Rejestracja użytkowników została wyłączona dla tego serwera." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Rejestracja użytkowników została wyłączona dla tego serwera." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Nie znaleziono konta użytkownika." #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Wybierz użytkownika do dodania:" #: login.php:206 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Nazwa użytkownika" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Użytkownicy" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Użytkownicy w systemie:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Weryfikacja numeru id VAT" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Numer identyfikacyjny VAT:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "Liczba" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Wersja" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Wersja" #: config/registry.php:213 msgid "Version Control" msgstr "Kontrola wersji" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Wietnamski (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Pokaż zewnętrzną stronę www" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Widoczność" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Ostrzeżenie" #: templates/login/login.inc:39 msgid "Warning: Your Caps Lock key is on!" msgstr "Ostrzeżenie: masz włączony Caps Lock!" #: lib/Block/Weather.php:62 msgid "Weather" msgstr "Pogoda" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Pogoda dzięki" #: config/registry.php:330 msgid "Web Site" msgstr "URL strony" #: lib/Application.php:300 msgid "Web browser" msgstr "Przeglądarka WWW" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Witamy" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Witamy, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Zachodni (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Zachodni (ISO-8859-15)" #: config/prefs.php:554 #, php-format msgid "What application should %s display after login?" msgstr "Jaką aplikację ma %s wyświetlać po zalogowaniu się?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Nad czym teraz pracujesz?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Jaki jest znak separatora?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Jaki jest znak cytowania?" #: config/prefs.php:507 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Który dzień ma być wyświetlany jako pierwszy dzień tygodnia?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Które fazy" #: config/prefs.php:609 #, php-format msgid "Width of the %s menu on the left:" msgstr "Szerokość menu %s po lewej:" #: lib/Application.php:288 msgid "Wifi" msgstr "Wifi" #: config/registry.php:201 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Wiatr" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Szybkość wiatru w węzłach" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Wiatr:" #: templates/activesync/device_table.html.php:32 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "Wyczyść" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "Czyszczenie oczekuje" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Mądrość" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Z" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Praca" #: config/registry.php:236 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "RR" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Tak, zgadzam się" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Ty i %d inna osoba lubicie to" msgstr[1] "Ty i %d inne osob lubicie to" msgstr[2] "Ty i %d innych osób lubicie to" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "Nie masz pozwolenia na usuwanie grup." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "Nie masz pozwolenia na czytanie grup udziałów." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "Nie masz pozwolenia na czytanie uprawnień udziałów." #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "Nie jesteś autoryzowany." #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "Nie masz pozwolenia na czytanie użytkowników grup." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "Nie masz pozwolenia na czytanie użytkowników udziałów." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Nie jesteś połączony z Twoim kontem Facebooka. powinieneś sprawdzić Twoje " "ustawienia Facebooka w Twoim %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Możesz także sprawdzić Twoje ustawienia Facebooka w Twoim %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Nie zgodziłeś się na warunki świadczenia usługi, a zatem nie masz pozwolenia " "na zalogowanie się." #: login.php:312 msgid "You have been logged out." msgstr "Wylogowano." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Odrzuciłeś żądane uprawnienia." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Nie połączyłeś prawidłowo Twojego konta Twitter z Horde. Powinieneś " "sprawdzić Twoje ustawienia Twittera w Twoim %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Lubisz to" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Musisz opisać problem zanim go wyślesz." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Musisz określić użytkownika, ktrego chcesz wyczyścić." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Musisz określić użytkownika, ktrego chcesz usunąć." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Musisz określić użytkownika, ktrego chcesz dodać." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Musisz określić użytkownika, którego chcesz uaktualnić." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Twój adres email" #: config/prefs.php:271 config/prefs.php:333 config/prefs.php:371 #: config/prefs.php:515 msgid "Your Information" msgstr "Twoje informacje" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Twój adres internetowy zmienił się podczas sesji. W związku z " "zabezpieczeniami twojego konta musisz zalogować się ponownie." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Twoje nazwisko" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Ten system uwierzytelniania nie obsługuje dodawania użytkowników, lub ta " "opcja została wyłączona." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Ten system uwierzytelniania nie obsługuje listowania użytkowników, lub ta " "opcja została wyłączona." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Twj adres internetowy się zmienił od początku sesji %s. W związku z " "bezpieczeństwem Twojego konta musisz zalogować się ponownie." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Twoja przeglądarka nie obsługuje tej funkcjonalności." #: config/prefs.php:419 msgid "Your current time zone:" msgstr "Twoja obecna strefa czasowa:" #: config/prefs.php:291 msgid "Your full name:" msgstr "Twoje pełne imię i nazwisko:" #: login.php:324 msgid "Your login has expired." msgstr "Twoje ustawienia zostały uaktualnione." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Twoim nowym hasłem w %s jest: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Twoje hasło zostało zmienione" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Twoje hasło zostało zmienione, ale nie mogło być wysłane. Skontaktuj się z " "administratorem." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Twoje hasło zostało zmienione, sprawdź email i zaloguj się ze swoim nowym " "hasłem" #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Twoje hasło zostało pomyślnie zmienione. Zaloguj się do systemu korzystając " "z nowego hasła." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Twoje hasło wygasło" #: login.php:178 msgid "Your password has expired." msgstr "Twoje hasło wygasło." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Twoja sesja wygasła. Zaloguj się jeszcze raz." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Czas trwania Twojej sesji przekroczył dozwolony limit. Zaloguj się jeszcze " "raz." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Raport o problemie]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmy" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "Konfiguracja" #: lib/Api.php:50 msgid "_Groups" msgstr "_Grupy" #: lib/Api.php:60 msgid "_Locks" msgstr "B_lokady" #: lib/Api.php:55 msgid "_Permissions" msgstr "Uprawnienia" #: lib/Api.php:45 msgid "_Users" msgstr "_Użytkownicy" #: services/problem.php:59 msgid "attachment" msgstr "załącznik" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "spokojnie" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "od %s (%s) o %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "%s do %s z %s" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "w treści" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "preferencje" #: admin/config/config.php:75 msgid "show differences" msgstr "pokaż różnice" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "Wpisz hasło dwa razy, by potwierdzić" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "zunifikowany" #: lib/Block/Weather.php:35 msgid "weather" msgstr "Pogoda" tmpIMUtxu/horde-5.2.17/locale/pl/LC_MESSAGES/horde.mo0000644000175000017500000020067213160205253021576 0ustar mathieumathieuV|5xG$yG)GG&G H$H ;H)FHpHH HHHH H)H7IJHIHIRI/J?JXJ^JfJmJ|JJJJJVJ Kl&KKKKK KKKKL L (L 2L >LJL ZLhLqLNzL-LLM M&M 5M ?M MM YM dMpM.wMMM#MlM%SNyN NNNNNNO&O -O9OMOcOkO%O<O%O PP #P)-P WPbP'vP,P*P%PQ 7Q AQbQtQ QQ QQQQQ Q Q QQRRRRR&R igUi iiiiiiij jj )j6j EjSjbjyjjjjj j jjjj0 k=kSk nkykkk kkkkkGk !l"/l!Rltl{llll lhlm"m3mLmdmvmmm$mmmmn nn#nx4LxGxxx x yy y,y 3y6?y vyyy yyyyyyzz*z2zAzIzYzmzzzzzzzzz { {{ {%{R5{,{{{{{{/{ |!|5|E|5[| ||||}}7}Q}q}} }}}}J}.~-F~;t~[~1  >-L+zO1%Dj}  ʀ  $5<Ud\C& 84m*;(2HQY`hw~  Ãσ>>+j4yʄc5H~hf%i83Ȇ-2*e]ÇHf1A3%,?R)T)K;I1ъ*(.6W7Ƌ ΋ ܋1/5V "/DJ^oDύ  )4<LRZau | ǎ ӎ;2;ns 2; 4AJPe  ̐ " 08Q Zf nz/Ց F0 w!ɒϒ Ԓ D "N"q%%%%-,.Z#,,ڔc5kV*s= E)&/%V(|vɗ @Jsy`+ڙ.Ff\Qf2-ΛXU[lty  ՜ݜ "$,4 &.U6u ן4 # 6AQl }0FjalhΡ7G] f q| ɢjϢ:Wܣ 0Ggm t  ˤפN09*j ʥ٥ ) 6$?8d(1Zt)Χ$$ = HRe v#>"4 ;7H (/ͩ/,-Z t(~ Ъݪ  # 4 > HRV ^ lv}T 6W^rc4R m+x+$Э )@m\ʮ  .<CKTc is{ </5D V `>k>8Y"X|ձ":7a#-&TYa| ʴڴ/2be jv{ 9ҵ@ MW ]h &A  +D^n`ŷ*&9Q " ĸ͸.-DPS Ź7ӹ  5 <I`s  *º\»Z^z-ټ-&5\e  ͽؽ  %=>|  Ҿؾ߾  x  ɿ ҿݿ . ;GO`{ !'- AM fRq "*03H |  F&8Ir3 :> ._& t !1Of})/&NIu,+ #7 Q]s{]('Hp xa, 70F/w!"&F\ e q ~ /./C\2v  +;?U  %6= Z fp * ""AXd%RMV#2":$]*( ' 4Uzn +6 ; HVZ bo % !(G gs  #h(2 :F^[  % <FL\c?vQ#,Eew} 7  4K R` !:CX)q#  75<rx6 B4w!2T oyQ/ .;:j`18?N4"R #`8 -"@cy~  fOT #6 $%FJ, 0IZpw! USK< o)+{q] 88),b,r/(5 JB0.C<1Nn3boT,-*NJI  "*MT_6>D LXms!T ` iw   ! !+MexF6 "AViAA" )J ]j  (+T[ ju 84AN   !'*Z<%%0?6p4:o1@f I"Uzx ):'7b5< 0gh)8Sp'!aU[a)/@Qp    ! -7 J X bn& 5tWQd}O>' D<>$10C|% 0+z,RYBU:q+Smz3[T  3}:y"I/(qmP 9*-w<xvYh#+/;2Tr$~ P-CaBny)"1Kg-BJ=Sp@3GZ=]+M]!k?I8D%wGr?  'nO~. ^7I-U0pARR\7O]Q8EL@cXtoi{_Hn\jg6uJ'5#lZYFG`Xc^f *@lKF2 a;|DN6 7\4eh64U[wzB/LVQX=M <k(UT#8sE9%i{:p`&4!<bNT/b1^}V*$ K2i"MO P= ,&rcFy~ JSe52 m C4fZ{NEo|?R'xu!C>#M ;s`  LK.S.(&> W@1F:g)5vj[vIL&e %(dH!9_AfJQ?t0u6AGlPj,7x;8,VV_.9Do*$))kbsdq"A3WHaENHh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for %s to interact with your Facebook account.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?Should multiple collections be multiplexed?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 5.0 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-03-28 10:26+0100 PO-Revision-Date: 2014-04-03 19:44+0100 Last-Translator: Maciej Uhlig Language-Team: Polish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Language: pl Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); X-Generator: Poedit 1.6.4 Udało się dodać "%s" do grup.Udało się dodać "%s" do uprawnień."%s" nie został utworzony: %s.%.2fMB wykorzystanych z %.2fMB przydzielonych (%.2f%%)%d %s i %s%d dni do wygaśnięcia hasła.%d minut%d osoba to lubi%d osoby to lubią%d osób to lubi%d do %d z %d%d-dniowa prognoza%s - UwagaKonfiguracja %s%s Zadania - Potwierdzenie%s Warunki umowy%s do %s %s%s może współdziałać z Twoim kontem Twitter%s nie może odczytać informacji o Twoich przyjaciołach z Facebooka.%s nie może odczytać Twoich wiadomości strumieniowych i różnych innych elementów danych z Facebooka.%s nie może ustawić Twoich komunikatów o statusie lub publikować innych treści na Facebooku.%s jest gotowy do wykonania poniższych zadań. Zaznacz każde działanie, które chcesz teraz wykonać., gusting %s %s, zmienna od %s do %s1 dzień1 miesiąc1 tydzień12-godzinny format2 tygodnie24-godzinny format24 godz.24-godzinny format3 dniZażądano wyczyszczenia urządzenia. Urządzenie zostanie wyczyszczone podczas następnej synchronizacji.Istnieje nowsza wersja (%s).Zostało zainicjowane zdalne wyczyszczenie urządzenia o id %s. Urządzenie zostanie wyczyszczone podczas następnej synchronizacji.AM/PMInformacje o koncieHasło do kontaAkcjeActiveSyncAdministracja ActiveSyncUrządzenia ActiveSyncActiveSync nie jest aktywowane.DodajPORTALDodaj tutaj:Dodaj członkówDodaj grupęDodaj nowego użytkownika:Dodaj nowy alarmDodaj paręDodaj użytkownikaDodano "%s" do systemu, ale nie można było dodać dodatkowych informacji: %sDodano "%s" do systemu. Możesz się zalogować.Dodawanie użytkowników jest wyłączone.AdresKsiążka adresowaAdministracjaKoniec alarmuSposoby alarmuPoczątek alarmuTekst alarmuTytuł alarmuAlarmyW tej konfiguracji alarmy są wyłączoneWszystkoWszyscy uwierzytelnieni użytkownicyWszystkie klucze polis zostały pomyślnie wyczyszczone.Całość stanu została usunięta dla Twoich urządzeń ActiveSync. Zsynchronizują się one ponownie podczas następnego połączenia z serwerem.Wszystkie sesje synchronizacji skasowaneZezwól na alfanumerycznePozwól na wszystkoZezwól na urządzenia non-provisionable.Zezwól tylko na numeryczneAlternatywny login IMSPAlternatywne hasło IMSPAlternatywna nazwa użytkownika IMSPAdres email odzyskiwaniaOdpowiedźAplikacjaKontekst aplikacjiAplikacja gotowaZatwierdźArabski (Windows-1256)Czy na pewno chcesz usunąć '%s' ?Czy na pewno chcesz usunąć żądanie zapisania się dla %s ?Czy na pewno chcesz usunąć "%s"?Armeński (ARMSCII-8)SztukaSztuka ASCIICo najmniej jeden schemat bazy danych jest nieaktualny.ZałącznikPobieranie załącznikaPróba usunięcia nieistniejącej grupy.Próba usunięcia nieistniejącego uprawnienia.Próba edytowania nieistniejącego uprawnienia.Próba edytowania nieistniejącego udziału.Uwierzytelnione aplikacjeAutoryzujAutoryzuj dostęp do danych przyjaciółAutoryzuj publikacjęAutoryzuj czytanieAutomatycznyDostępne pola:Wymówki BOFHBałtycki (ISO-8859-13)PodstawowyBlokUstawienia blokuTyp blokuBluetoothZakładkiObaNa dolePrzeglądarkaKalendarzKameraAnulujAnuluj raport o problemieAnuluj wyczyszczenieNie udało się zresetować hasła automatycznie, skontaktuj się z administratorem.Kategorie i oznaczeniaCeltycki (ISO-8859-14)Środkowoeuropejski (ISO-8859-2)ZmieńZmień lokalizacjęZmień swoje hasłoInformacje osobisteZmiana hasła nie jest wspierana w aktualnej konfiguracji. Skontaktuj się z Twoim administratorem.SprawdźSprawdź nowsze wersjeSprawdź link... (_k)Chiński uproszczony (GB2312)Chiński tradycyjny (Big5)Wybierz %sWybierz sposób wyświetlania dat (skrót):Wybierz sposób wyświetlania dat (pełny):Wybierz sposób wyświetlania czasu:Wyczyść zapytanieWyczyść dane użytkownika: %sWyczyść użytkownikaWyczyść dane użytkownikaKliknij jedną z wybranych książek adresowych i potem wybierz wszystkie pola, w ktorych chcesz wyszukiwać.Kliknij, by kontynuowaćZnacznik klientaZamknij oknoChmuryCzęstość hasełZwiń pasek bocznyWybierz kolorKomicyKomendaPowłokaKomentarze: %dNazwaKomputeryWarunekWarunkiKonfiguracjaRóżnice w konfiguracjiKonfiguracja synchronizacji z PDA, smartphonami i OutlookiemKonfiguracja jest nieaktualna.Dostępne są skrypty aktualizacji konfiguracjiSkonfiguruj %sPotwierdź hasłoKontynuujCiasteczkoBłąd podczas łączenia się z serwerem "%s" poprzez FTP: %sBłąd podczas łączenia się z serwerem. Spróbuj później.Nie udało się usunąć skryptów uaktualniących "%s".Nie można znaleźć autoryzacji dla %s w celu współdziałania z Twoim kontem Facebook.Nie można znaleźć autoryzacji dla %s w celu współdziałania z Twoim kontem Twitter.Nie udało się zresetować hasła. Niektóre albo wszystkie pola nie są prawidłowe. Spróbuj ponownie albo skontaktuj się z administratorem, jeśli potrzebujesz dodatkowej pomocy.Nie można odzyskać konfiguracji.Nie można zapisać kopii bezpieczeństwa konfiguracji: %sNie można zapisać skryptu uaktualniającego do: "%s".Nie można zapisać pliku konfiguracyjnego %s. Użyj jednej z poniższych opcji by zachować kod.Nie można zapisać pliku konfiguracyjnego %s. Możesz albo użyć jednej z opcji by zapisać kod z powrotem na %s albo skopiować ręcznie poniższy kod do %s.Nie można zapisać konfiguracji dla "%s": %sKrajStwórzStwórz nową tożsamośćAktualne 4 fazyAktualne alarmyAktualne blokadyAktualne sesjeAktualny czasAktualna pogodaAktualne warunkiCyrylica (KOI8-R)Cyrylica (Windows-1256)Cyrylica/Ukraiński (KOI8-U)Dostęp do bazy danych nie jest skonfigurowany.DDDaneBaza danychDataData otrzymaniaData: %s; czas: %sDzieńDomyślnyDomyślny kolorDomyślna powłokaDomyślny zestaw znaków do wysyłania wiadomości email:Domyślna lokalizacja dla funkcji wykorzystujących lokalizacje.DefinicjeUsuńUsuń "%s"Usuń wszystkie dane SyncMLUsuń grupęUsunięto skrypt uaktualniający "%s".Usunięto sesję synchronizacji dla urządzenia "%s" i bazy "%s".Opisz problemRozwójUrządzenieID urządzeniaInformacja o urządzeniuZarządzanie urządzeniemTyp urządzeniaSzyfrowanie w urządzeniuUrządzenie jest zablokowane.Urządzenie jest wyczyszczone.Urządzenie jest wyczyszczone. Usuń stan urządzenia aby mogło się ono połączyć ponownie. Urządzenie zostało pomyślnie usunięte.Wyczyszczenie urządzenia zostało pomyślnie skasowane. Punkt rosyPunkt rosy dla ostatniej godziny: Punkt rosyWyłączWyłącz (nie rekomendowane)Czy wyświetlać czas w formacie 24-godzinnym?Ustawienia wygląduSzczegółowa prognozaPrognoza (TAF)Czy pierwsza kolumna zawiera pole z nazwami? Jeśli tak, zaznacz to pole wyboru:Czy nie masz konta? Zapisz się.Ściągnij %sŚciągnij wygenerowaną konfigurację jako skrypt PHP.NarkotykiDynamicznyIdentyfikacja VAT EUEdycjaEdycja "%s".Zmień preferencje dlaZmień uprawnieniaZmień uprawnienia dla "%s"EdukacjaAdres emailWłączCzas końcaangielskiProszę podać nazwę dla nowej kategorii:Wpisz pytanie, które będzie zadane, jeśli będziesz potrzebować zmienić swoje hasło, na przykład - 'jakie jest imię twojego zwierzaka?' (tylko Ty powinieneś znać prawidłową odpowiedź na te pytanie.) Błąd podczas łączenia z Facebookiem. Szczegóły zostały zalogowane dla administratora.Błąd podczas łączenia z Twitterem. Szczegóły zostały zalogowane dla administratora.Błąd podczas łączenia z Twitterem: %s. Szczegóły zostały zalogowane dla administratora.Błąd podczas usuwania sesji synchronizacji:Błąd podczas usuwania sesji synchronizacji:Błąd podczas aktualizacji hasła: %sEtnicznyZaproszenia na wydarzenie:Co 15 minutCo 2 minutyCo 30 sekundCo 5 minutCo pół godzinyCo godzinęCo minutęPrzykładowe wartości:WykonajRozwińEkstra dużeZapisano konfigurację.Integracja z FacebookiemNieudane próby odblokowania przed wyczyszczeniem urządzeniaUlubioneStrumieńAdres strumieniaOdczuwalnePola do wyszukiwaniaMenedżer plikówFiltrFiltryPierwsza połowaPierwsza kwadraPożywieniePrognoza (TAF)Dni prognozy (zauważ, że pokazywana prognoza obejmuje dzień i noc; duża liczba w tym miejscu może rozszerzyć blok)Zapomniałem hasłoFormularzeFortunkaTyp fortunkiFortunkiFortunki 2ForaŻądania przyjaciół:Przyjaciele są włączeni.Z %s (%s °) - %s %sZ %s - %s %sPełny opisPełniaImię i nazwiskoWygeneruj konfigurację %sWygenerowany kodPobierz więcejUstawienia ogólneIdźGoedelWyszukiwarka GoogleGrecki (ISO-8859-7)Administracja grupamiNazwa grupyGrupa nie została utworzona: %s.GrupyUprawnienia gościaPoczta HTMLHebrajski (ISO-8859-8-I)WysokośćWysokość treści strumienia (szerokość automatycznie dopasowuje się do bloku)PomocWyświetl tematy pomocyPółkulaPoczątek pliku:Ukryj zaawansowane ustawieniaWynikiKatalogHordeIle jest pól (kolumn)?Na ile sekund wcześniej sprawdzamy nowe artykuły?WilgotnośćHumoryściIMEIIkony dla %sTożsamość, używana podczas wysyłania email za pomocą ActiveSync.Nazwa tożsamości:Import, Krok %dImportowane pole: %sImportowane pola:W odpowiedzi na:Na listach poniżej wybierz oba, pole importowane z pliku źródłowego po lewej, i odpowiadające pole dostępne w twojej książce po prawej. Potem kliknij "Dodaj parę" by oznaczyć je do importu. Kiedy gotowe kliknij "Następne".Nieprawidłowy użytkownik lub alternatywny adres email. Spróbuj ponownie albo skontaktuj się z administratorem.Indywidualni użytkownicyInformacjeOdziedziczeni członkowieWpisz adres email, na który ma być wysłane nowe hasło:Podaj odpowiedź, jakiej udzielisz na pytanie bezpieczeństwa:Nieprawidłowy format numeru identyfikacji VATNieważne działanie %sNieprawidłowa aplikacja.Niepoprawny hash.Nieprawidłowe uprawnienia nadrzędne.InwentarzJapoński (ISO-2022-JP)JavaScript jest albo wyłączony, albo niedostępny w Twojej przeglądarce. Dostępny jest jedynie widok podstawowy.Właśnie teraz...Jądrowe żółtodziobySłowo kluczoweDzieciKolabKoreański (EUC-KR)JęzykDużaOstatnia połowaOstatnia zmiana hasłaOstatnia kwadraCzas ostatniej synchronizacjiOstatnia aktualizacja:Ostatnie logowanie: %sOstatnie logowanie: %s z %sOstatnie logowanie: nigdyOstatniPrawoLubięLimerykiCiasteczko LinuxaWyświetl tabelePokazanie alarmów nie powiodło się: %sPokazanie użytkowników nie powiodło się: %sPokazanie sesji nie powiodło się: %sPokazanie użytkowników nie powiodło się z komunikatem o błędzie: %sPokazanie użytkowników nie powiodło się.Listowanie użytkowników jest wyłączone.LiteraturaCzas lokalny: %s %sUstawienia lokalne i czasLokalizacjaZablokuj użytkownikaBlokadyZalogujWylogujZalogowany do FacebookaLogowanie nie powiodło się, ponieważ podano nieprawidłowe hasło lub nazwę użytkownika.Logowanie nie powiodło się.Zaloguj się do Facebooka i autoryzuj %sZaloguj się do Twittera i autoryzuj %sWylogujMiłośćMMMagiaPocztaAdministracja pocztąZarządzaj listą kategorii, którymi będziesz oznaczał pozycje, i kolorami z nimi związanymi.Zarządzaj swoimi urządzeniami z ActiveSyncPasujące polaMaksymalna temperatura w ostatnich 24 godzinach:Maksymalna temperatura w ostatnich 6 godzinach:Maksymalny wiek emailMaksymalna liczba bloków portaluMaksymalna wielkość załącznikaMaksymalna liczba urządzeńMaksymalna liczba pozycji do pokazaniaMedycyna (lekarstwo?)ŚredniaCzłonkowiePełny opis:Obecna pogodaMetryczneMinimalna temperatura w ostatnich 24 godzinach:Minimalna temperatura w ostatnich 6 godzinach:Minimalna długość PINRozmaiteZapisano konfigurację.Mobilny (minimalny)Mobilny (bez JavaScript)Mobilny (smartfon/tablet)Aplikacje zoptymalizowane dla urządzeń mobilnychTrybModelModuł jest aktualny.PoniedziałekFazy księżycaKontoInformacje o moim koncieMój strumień FacebookMój portalWygląd portaluN/DNIE, NIE zgadzam sięUWAGA: CZYSZCZENIE URZĄDZENIA MOŻE ZRESETOWAĆ JE DO USTAWIEŃ FABRYCZNYCH. UPEWNIJ SIĘ, ŻE CHCESZ TO WYKONAĆ PRZED ZLECENIEM CZYSZCZENIANazwaNigdyNowa kategoriaWiadomośćNówNowa nazwa użytkownika (opcjonalnie)HasłoNowe hasła muszą pasować.WiadomościNastępneNastępne 4 fazyBez dźwiękuBrak konfiguracji, by pokazać różnicę.Bez zmian.Nie znaleziono ikon.Brak elementówNie zdefiniowano lokalizacji.Brak ofensywnych fortunekNie ma oczekujących zapisów.Push nie jest dostępny w roaminguNie zdefiniowano pytania bezpieczeństwa. Proszę się skontaktować z administratorem. Jeszcze nie istnieje wersja stabilna.Nie wybrano nazwy użytkownika.Nie znaleziono wersji w oryginalnej konfiguracji. Wygeneruj ponownie konfiguracjęNie znaleziono wersji w twojej konfiguracji. Wygeneruj ponownie konfiguracjęIndeksy NoSQL są gotowe.Indeksy NoSQL dla %sIndeksy NoSQL są nieaktualne.BrakNordycki (ISO-8859-10)Półkula północnaNiezaopatrzonyNotatkiNie ma czego przeglądać, wróć.Liczba artykułów do wyświetlenia.Liczba sekund oczekiwania na odświeżenieOSPrzeglądarka obiektówTwórca obiektuFiltr zapobiegający obrażaniuBiuroStare i nowe hasło muszą być różne.Stare hasłoStare hasło jest nieprawidłoweTylko ofensywne fortunkiJedynie właściciel lub administrator systemu mogą zmienić właścicielstwo lub uprawnienia właściciela dla udziału System operacyjnyAlbo podaj nazwę użytkownika:Inne informacjeInne opcjeInneWłaścicielWłaściciel:PHPKod PHPPowłoka PHPKonta pocztowe POP/IMAPBrak rozszerzenia POSIXPowłoka P_HPHasłoZłożoność hasłaHasło zostało pomyślnie zmienione.Hasła muszą pasować.WklejOczekujące zapisy:LudzieWykonaj zadania przy logowaniuUprawnienie "%s" nie skasowane.UprawnieniaAdministracja uprawnieniamiInformacje osobisteZwierzętaNumer telefonuZdjęciaOczywistościProszę podać hasło.Proszę podać nazwę użytkownika.Proszę opisać problem.Proszę przeczytać następujący tekst. MUSISZ się zgodzić z warunkami, jeśli chcesz użyć systemu.Pokes:PolitykaPołożenie tekstu odpowiedzi na email na Twoim urządzeniu. Zauważ, że pewne urządzenia zawsze wysyłają cytat na końcu tekstu odpowiedzi.WyślijWysłane %sWysłane %s przez %sOpady w ostatniej %d godzinie:Opady w ostatnich %d godzinach:Opady w ostatnich %d godzinach:Szansa%sopadówCiśnienieCiśnienie na poziomie morza: GłównyOpis problemuZaopatrzonyZaopatrywaniePublikacja włączona.ZapytanieQuotaLosowa fortunkaOdczytOdczyt włączony.Czy na pewno usunąć %s? Ta operacja nie może być cofnięta.Czy na pewno usunąć dane użytkownika %s? Ta operacja nie może być cofnięta.Odśwież dynamiczne elementy menu:Odśwież widok serwisu:Częstotliwość odświeżania:Zwykłe aplikacjeUwagiZdalny komputerUsuńUsuń paręUsuń zachowany skrypt z tymczasowego katalogu serwera.Usuń użytkownikaUsuń użytkownika: %sOdpowiedzWymagany PINWymagane szyfrowanie S/MIMEWymagany podpis S/MIMEZmieńZmień hasłoWyzeruj cały stan urządzeniaZmień swoje hasłoOdtwórz ostatnie zapytanieWynikiWyniki dla %sRetweetRetweeted przez %sZresetuj hasłoPrzywróć konfiguracjęZagadkiWykonajWykonaj zadania podczas logowaniakarta SDSzyfrowanie karty SDWiadomości tekstowe SMSSchemat bazy danych SQL jest nieaktualny.Schemat bazy danych SQL jest gotowyPowloka SQLPowłoka S_QLZachowajZachowaj "%s"Zachowaj i zakończŚciągnij wygenerowaną konfigurację jako skrypt PHP.Zachowano skrypt aktualizacji konfiguracji do: "%s".NaukaZakresSzukajSzukajSzukaj:Sekund nieaktywności przed zablokowaniem urządzenia Wybierz grupę do dodania:Wybierz nowego właścicielaWybierz serwerWybierz użytkownika do dodania:Wybierz wszystkie pola do przeszukiwania przy rozwijaniu adresów.Wybierz format daty i czasu:Wybierz znak podziału daty:Wybierz format daty:Wybierz układ dnia i godziny:Wybierz znak podziału daty:Wybierz format czasu:Wybierz schemat kolorów.Wybierz twój preferowany język:Wyślij raport o problemieCzujnik: Czas na serwerzeAdministracja sesjiZnacznik czasu sesjiSesjePodaj informacje potrzebne do odzyskania hasła, jeśli kiedykolwiek je zapomniszZdefiniuj integrację z Twoim kontem Facebooka.Zdefiniuj integrację z Twoim kontem Twittera.Wybierz preferowany język, strefę czasową i opcje daty.Wybierz usługę początkową, schemat kolorów, odświeżanie strony i inne opcje wyświetlaniaDla parametru %s możliwe jest kilka lokalizacji.Krótkie podsumowanieCzy definiować przyciski dostępu dla większości odsyłaczy?Czy wielokrotne kolekcje mają być multipleksowane?PokażPokaż zaawansowane preferencjePokaż wszystkie grupy preferencjiPokaż róznice pomiędzy aktualnie zachowaną i nowo wygenerowaną konfiguracją.Czy pokazać dodatkowe szczegóły?Czy pokazywać czas ostatniego zalogowania po logowaniu?Pokaż powiadomieniaPomiń zadania przy logowaniuMałaGłębokość śniegu:Równoważnik śniegu w wodzie:Piosenki i wierszePołudniowoeuropejski (ISO-8859-3)Półkula południowaSpamSportyStandardStar TrekGodzina startuZarządzanie stanemStatusNie można zdefiniować statusu.StrumieńPrzekazano żądanie dodania "%s" do systemu. Nie możesz się zalogować do czasu aprobaty żądania.Pomyślnie połączono z Twoim kontem Facebooka lub zaktualizowano uprawnienia.PowodzenieUdało się dodać "%s" do systemu.Udało się usunąć dane użytkownika "%s" z systemu.Udało się usunąć "%s".Udało się usunąć "%s" z systemu.Udało się przywrcić konfigurację. Przeładuj, by zobaczyć zmiany.Udało się zapisać kopię bezpieczeństwa.Udało się uaktualnić "%s"Udało się zapisać %sWschód słońcaZachód słońcaNiedzielaWschód słońcaWschód/Zachód słońcaZachód słońcaSynchronizuj wszystkoSyncMLSyndykowany strumieńChmura ZnacznikówZadaniaTemperatura w ostatniej godzinie:TemperaturaTemperatura%s(%sMax%s/%sMin%s)Tymczasowo nie udało się połączyć z Facebookiem. Proszę spróbować później. Tymczasowo nie udało się połączyć z Twitterem. Proszę spróbować później. Tajski (TIS-620)Zdalne wyczyszczenie urządzenia o id %s zostało skasowane.Alarm "%s" został usunięty.Alarm "%s" został zachowany.Konfiguracja dla %s nie może być zaktualizowana automatycznie. Proszę zaktualizować konfigurację ręcznie.Domyślny email używany w tej tożsamościBlokada została usunięta.Nie można było na czas osiągnąć usługi stanu członków. Proszę spróbować później lub ze stanem innego członka.Usługa stanu członków jest aktualnie niedostępna. Proszę spróbować póxniej lub ze stanem innego członka.Podany kod kraju jest nieważny.Usługa jest aktualnie niedostępna. Spróbuj później.Usługa jest aktualnie zbyt zajęta. Spróbuj później.Prośba o zapisanie "%s" została usunięta.Prośba o zapisanie "%s" została usunięta.Stan urządzenia id %s został zresetowany. Zsynchronizuje się ono ponownie po następnym połaczeniu z serwerem.Skrypt testowy jest aktualnie włączony. Z przyczyn bezpieczeństwa, wyłącz skrypt testowy po zakończeniu testowania (patrz horde/docs/INSTALL).Użytkownik o nazwie "%s" już istnieje.Użytkownik "%s" nie istnieje.Wystąpił problem przy dodawaniu "%s" do systemu: %sWystąpił problem przy usuwaniu danych dla użytkownika "%s" w systemie: Wystąpił problem przy usuwaniu "%s" z systemu.Wystąpił problem przy uaktualnianiu "%s": %sWystąpił błąd podczas łączenia się z serwerem ActiveSync: %sWystąpił błąd podczas kontaktowania się z Twitterem: %sWystąpił błąd w formularzu konfiguracji. Może pominąłeś wymagane pole.Wystąpił błąd podczas wykonywania żądania: %sWystąpił błąd podczas uzyskiwania Twojej sesji Facebooka. Proszę spróbować znowu później.Wystąpił błąd podczas usuwania danych globalnych dla %s. Szczegóły zostały zapisane w dzienniku systemu.Wystąpił błąd z żądanymi uprawnieniamiTen numer identyfikacyjny VAT jest nieważny.Ten numer identyfikacyjny VAT jest ważny.To spowoduje resynchronizację wszystkich wpisów we wszystkich urządzeniach.To spowoduje resynchronizację wszystkich wpisów w Twoich urządzeniach.Zgłoszenia:Śledzenie czasuFormat czasuZnacznik czasu lub nieznanyCzasy udanych sesji synchronizacjiTytułAby wykluczyć wybrane pole z importu lub skorygować błędne dopasowanie wybierz pole z listy poniżej i kliknij "Usuń parę".Aby wybrać wielokrotne pola przytrzymaj przycisk Ctrl (PC) lub Command (Mac) podczas klikania.DzisiajJutroU góryPrezentacjeTurecki (ISO-8859-9)TweetInne informacjeTwitter TimelineTwitter Timeline dla %sTwitter nie jest włączony.URLBłąd podczas usuwania "%s": %s.Nie można ustawić lubię.Nie można sprawdzić ważności znacznika żądania. proszę spróbować ponownie. OdblokujCofnij zmianyUsuń z ulubionychNieprzyznanaUnicode (UTF-8)JednostkiNieznaneOdemknijDziałanie nie jest wspierane.UaktualnijUaktualnij %sUaktualnij %sZaktualizuj wszystkie schematy DBAktualizuj wszystkie konfiguracjeUaktualnij użytkownikaUaktualniono "%s".Uaktualniono "%s".ZaładujWszystkie pliki konfiguracji aplikacji zostały przesłane do serwera.Użyj, jeśli nazwa/hasło są inne dla serwera IMSP. UżytkownikAdministracja użytkowników HordeProgram użytkownikaNazwa użytkownikaRejestracja użytkownikaRejestracja użytkowników została wyłączona dla tego serwera.Rejestracja użytkowników została wyłączona dla tego serwera.Nie znaleziono konta użytkownika.Wybierz użytkownika do dodania:Nazwa użytkownikaUżytkownicyUżytkownicy w systemie:Weryfikacja numeru id VATNumer identyfikacyjny VAT:LiczbaWersjaWersjaKontrola wersjiWietnamski (VISCII)Pokaż zewnętrzną stronę wwwWidocznośćOstrzeżenieOstrzeżenie: masz włączony Caps Lock!PogodaPogoda dziękiURL stronyPrzeglądarka WWWWitamyWitamy, %sZachodni (ISO-8859-1)Zachodni (ISO-8859-15)Jaką aplikację ma %s wyświetlać po zalogowaniu się?Nad czym teraz pracujesz?Jaki jest znak separatora?Jaki jest znak cytowania?Który dzień ma być wyświetlany jako pierwszy dzień tygodnia?Które fazySzerokość menu %s po lewej:WifiWikiWiatrSzybkość wiatru w węzłachWiatr:WyczyśćCzyszczenie oczekujeMądrośćZPracaX-RefRRTak, zgadzam sięTy i %d inna osoba lubicie toTy i %d inne osob lubicie toTy i %d innych osób lubicie toNie jesteś autoryzowany.Nie jesteś autoryzowany.Nie jesteś autoryzowany.Nie jesteś autoryzowany.Nie masz pozwolenia na usuwanie grup.Nie jesteś autoryzowany.Nie masz pozwolenia na czytanie grup udziałów.Nie masz pozwolenia na czytanie uprawnień udziałów.Nie jesteś autoryzowany.Nie masz pozwolenia na czytanie użytkowników grup.Nie masz pozwolenia na czytanie użytkowników udziałów.Nie jesteś połączony z Twoim kontem Facebooka. powinieneś sprawdzić Twoje ustawienia Facebooka w Twoim %s.Możesz także sprawdzić Twoje ustawienia Facebooka w Twoim %s.Nie zgodziłeś się na warunki świadczenia usługi, a zatem nie masz pozwolenia na zalogowanie się.Wylogowano.Odrzuciłeś żądane uprawnienia.Nie połączyłeś prawidłowo Twojego konta Twitter z Horde. Powinieneś sprawdzić Twoje ustawienia Twittera w Twoim %s.Lubisz toMusisz opisać problem zanim go wyślesz.Musisz określić użytkownika, ktrego chcesz wyczyścić.Musisz określić użytkownika, ktrego chcesz usunąć.Musisz określić użytkownika, ktrego chcesz dodać.Musisz określić użytkownika, którego chcesz uaktualnić.Twój adres emailTwoje informacjeTwój adres internetowy zmienił się podczas sesji. W związku z zabezpieczeniami twojego konta musisz zalogować się ponownie.Twoje nazwiskoTen system uwierzytelniania nie obsługuje dodawania użytkowników, lub ta opcja została wyłączona.Ten system uwierzytelniania nie obsługuje listowania użytkowników, lub ta opcja została wyłączona.Twj adres internetowy się zmienił od początku sesji %s. W związku z bezpieczeństwem Twojego konta musisz zalogować się ponownie.Twoja przeglądarka nie obsługuje tej funkcjonalności.Twoja obecna strefa czasowa:Twoje pełne imię i nazwisko:Twoje ustawienia zostały uaktualnione.Twoim nowym hasłem w %s jest: %sTwoje hasło zostało zmienioneTwoje hasło zostało zmienione, ale nie mogło być wysłane. Skontaktuj się z administratorem.Twoje hasło zostało zmienione, sprawdź email i zaloguj się ze swoim nowym hasłemTwoje hasło zostało pomyślnie zmienione. Zaloguj się do systemu korzystając z nowego hasła.Twoje hasło wygasłoTwoje hasło wygasło.Twoja sesja wygasła. Zaloguj się jeszcze raz.Czas trwania Twojej sesji przekroczył dozwolony limit. Zaloguj się jeszcze raz.Zippy[Raport o problemie]_Alarmy_CLIKonfiguracja_GrupyB_lokadyUprawnienia_Użytkownicyzałącznikspokojnieod %s (%s) o %s %s%s do %s z %sw treścipreferencjepokaż różniceWpisz hasło dwa razy, by potwierdzićzunifikowanyPogodatmpIMUtxu/horde-5.2.17/locale/sl/0000755000175000017500000000000013162206570016354 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sl/help.xml0000644000175000017500000000143113160205253020020 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/sl/LC_MESSAGES/0000755000175000017500000000000013162206570020141 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sl/LC_MESSAGES/horde.po0000644000175000017500000030312313160205253021577 0ustar mathieumathieu# Slovenian translations for Horde packaga # Slovenski prevod Horde paketa # Copyright 2006-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the horde package. # Automatically generated, 2006. # msgid "" msgstr "" "Project-Id-Version: .\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2007-01-17 22:30+0100\n" "Last-Translator: duck@obala.net\n" "Language-Team: sl_SI \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr " ob " #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" je bil dodan skupinskemu sistemu." #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" je bil dodan k sistemu pravic." #: admin/groups.php:56 admin/perms/addchild.php:47 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" ni bil ustvarjen: %s " #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "Porabljeno %.2fMB od %.2fMB dovoljenih (%.2f%%)" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s in %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "Še %d dni do poteka gesla." #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s minut" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s ob %s od %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "%d-dnevna napoved" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s – Obvestilo" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Nastavitve" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Geslo in potrditev" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Pogoji" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s ob %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" "%s je pripravljen na izvajanje vzdrževalnih operacij, preveri spodaj.Preveri " "nabiralnik za vse operacije, ki bi jih rad opravil sedaj." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "%s ne najdem." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr ", gostim " #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr ", gostim %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", spremenljivka od %s do %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12 urna oblika" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24 urna oblika" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 ur" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "Znaki A" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "Za ta blok je potrebna povezava na podatkovni strežnik" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "Jutranja oblačnost" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "Rahel pršec" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "Megla" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "Jutranji rahel dež" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "Jutranji rahel sneg" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "Jutranji dež" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "Jutranji naliv" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "Popoldne sneg." #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "Jutranji snežni metež" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "Popoldne sonce" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "Jutranji naliv" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "Popoldne nevihte" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 msgid "Account Information" msgstr "Vaši podatki" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "Geslo dostopa" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Možnosti" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Uprava za uporabnike" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Dodaj" #: services/portal/index.php:68 msgid "Add Content" msgstr "Dodaj vsebino" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Dodaj sem:" #: templates/admin/groups/edit.inc:49 msgid "Add Members" msgstr "Dodaj člane" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "Dodaj grupo otrok \"%s\"" #: admin/groups.php:238 msgid "Add a new group" msgstr "Dodaj novo grupo" #: admin/user.php:21 msgid "Add a new user:" msgstr "Dodaj novega uporabnika:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Dodaj novo grupo" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Dodaj par" #: admin/user.php:22 msgid "Add user" msgstr "Dodaj uporabnika" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Dodal '%s' sistemu, vendar ni bilo mogoče dodajati dodatnih vpisnih " "informacij: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Dodan '%s' sistemu. Sedaj se lahko prijavite." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Dodajanje uporabnikov je onemogočeno." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Naslov" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Imenik" #: admin/alarms.php:26 #, fuzzy msgid "Alarm end" msgstr "Armenija" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "Takojšnje besedilo" #: admin/alarms.php:24 #, fuzzy msgid "Alarm title" msgstr "Naslov stolpica" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Oziroma" #: lib/Block/fortune.php:94 msgid "All" msgstr "Vse" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Vsi overjeni uporabniki" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Vse skupine" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Nadomestno IMSP uporabniško ime" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Nadomestno IMSP geslo" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Nadomestno IMSP uporabniško ime" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Nadomestni elektronski naslov" #: lib/Block/weatherdotcom.php:170 msgid "An unknown error has occured." msgstr "Pojavila se je neznana napaka." #: services/resetpassword.php:48 msgid "Answer" msgstr "Odgovor" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "Aplikacija" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "Vsebina aplikacije: " #: util/icon_browser.php:45 msgid "Application List" msgstr "Seznam aplikacij" #: admin/config/index.php:160 msgid "Application is ready." msgstr "Aplikacija je pripravljena" #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "Aplikacija je pripravljena" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Potrdi" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "Arabski (Windows-1256)" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Ste prepričani, da želite izbrisati '%s' in ostale pod-skupine?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Ste prepričani, da želite preklicati zahtevo za prijavo za %s ? " #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Ste prepričani, da želite izbrisati '%s' in ostale pod-skupine?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "Armenski (ARMSCII-8)" #: lib/Block/fortune.php:35 msgid "Art" msgstr "Umetnost" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "Črkovne umetnine" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Preizkus izbrisa neobstoječe skupine." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Pizkus izbrisa neobstoječega dovoljenja." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Poskus ureditve neobstoječega dovoljenja." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Poskus ureditve neobstoječe izmenjave." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Vsi overjeni uporabniki" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Polja na razpolago:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Azur" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "Neumni izgovori" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "Baltik (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Nisem našel osnovnega grafičnega imenika \"%s\"." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Zaustavi Nastavitve" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Zaustavi Tip" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Modra Luna" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Črno belo" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Zaznamki" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Oboje" #: themes/brown/info.php:2 msgid "Brown" msgstr "Rjava" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Rjava" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "Nastavljanje predpomnilnika ni bilo dokončano." #: config/registry.php.dist:157 msgid "Calendar" msgstr "Koledar" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "Mirno" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Kamuflaža" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Prekliči" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Prekliči poročilo o težavah" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Prekliči" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Ne morem avtomatsko ponastaviti gesla, obrnite se na sistemskega skrbnika." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Kategorije in znamke" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "Keltski (ISO-8859-14)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "Srednjeevropski (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Spremeni" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Spremenite vaše geslo" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Spremenite ime in naslov, ki ga vidijo prejemniki ob branju in odgovarjanju " "na vašo elektronsko pošto." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "V trenutni konfiguraciji ne morete spremeniti gesla. Kontaktirajte vašega " "skrbnika." #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "Čile" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "Kitajska" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "Otrok" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "Poenostavljena kitajščina(GB2312)" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "Tradicionalna kitajščina (Big5)" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Tečaji" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Kako prikazati datume:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Kako prikazati datume:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Kako prikazati datume:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Jasno" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "Počisti poizvedbo" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Odstrani zunanjega uporabnika: %s " #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Odstrani uporabnika" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Izbriši podatek uporabnika" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "Dež zjutraj" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "Pozno brisanje" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Klikni za nadaljevanje " #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Zapri okno" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "Oblaki" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "Zjutraj Oblačno" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Oblaki" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "Oblačno" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Združi stransko okno" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Združi stransko okno" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Izbiralec barv" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Ukaz" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Ukazna lupina" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Komentar" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "Računalniki" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "Pogoj" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "Pogoji" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Nastavitve" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Razlike v nastavitvah" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Nastavitve za sinhronizacijao dlančnikov in Outlooka." #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "Nastavitve potrebujejo ažuriranje." #: templates/admin/config/index.html:61 #, fuzzy msgid "Configuration upgrade scripts available" msgstr "Nastavi skripto za osvežitev kot razpoložljivo." #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "Nastavi %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Potrdi geslo" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Nadaljuj" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Piškotek" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "Barva" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "Povezava z LDAP strežnikom ni mogoča." #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "Povezava z LDAP strežnikom ni mogoča." #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Ne morem vzpostaviti povezave s strežnikom \"%s\" z uporabo FTP: %s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "Ne morem vzpostaviti povezave s strežnikom \"%s\" z uporabo FTP: %s" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Ne morem izbrisati nastavitvene ažuracijske skripte \"%s\"" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Ni možno ponastaviti gesla za zahtevanega uporabnika. Nekatere ali " "vsepodrobnosti niso pravilne. Poskusite znova ali kontaktirajte vašega " "upravitelja, če potrebujete nadaljnjo pomoč." #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "Zahtevani '%s' ni podrobno oblikovan v %s podobi." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Konfiguracije varnostne kopije ni mogoče shraniti: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Ne morem shraniti nastavitvene ažuracijske skripte na: \"%s\"." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Ne morem shraniti konfiguracijsko datoteko %s, varnostne kopije." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Ne morem shraniti konfiguracijske datoteke %s. Lahko uporabite ali eno od " "opcij za shraniti kodo zadaj na %s ali ročno kopirate spodnjo kodo na %s." #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Ni mogoče napisati konfiguracije za \"%s\": %s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "Država" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Ustvari" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Privzeta identiteta" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "Sedanje 4 razvojne stopnje" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Trenutni uporabniki" #: admin/sessions.php:23 msgid "Current Sessions" msgstr "Sedanje seje" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "Trenutni čas" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "Trenutno vreme" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "Trenutno stanje:" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "Cirilica(KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "Cirilica (Windows-1251)" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cirilica/Ukrajinski (KOI8-U)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "Podatki" #: admin/datatree.php:62 msgid "DataTree" msgstr "Podatkovno Drevo" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "Pregledovalnik drevesne strukture" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Seznam podatkovnih baz" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Datum prejema" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; čas: %s" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "Dan" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "Privzeto" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Privzeta Barva" #: lib/Block/account.php:78 msgid "Default Shell" msgstr "Privzeta lupina" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Opredelitve" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Zbriši" #: admin/alarms.php:122 admin/groups.php:254 #, php-format msgid "Delete \"%s\"" msgstr "Zbriši \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "Zbriši skupino" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Ne morem izbrisati nastavitvene nadgradne skripte \"%s\"." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Opišite težavo" #: config/registry.php.dist:239 msgid "Development" msgstr "Razvoj" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Predogled" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Upravitelj datotek" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "%s sem uspešno zapisal." #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "Rosišče" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "Rosišče za prejšnjo uro:" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "Rosišče:" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "Seznam tabel" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Prikažem čas po 24 urnem sistemu?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Prikaži podrobno napoved" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "Prikaži podrobno napoved" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Prikaži napoved (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Ne zbriši" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Ne zbriši" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Ali prva vrsta vsebuje imena polj? če jih, preveri nabiralnik:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Niste registrirani? Prijavite se. " #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Nobeden" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Prenesi %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "Prenesite generirano konfiguracijo kot PHP skripto." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "Rahel pršec" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "Zdravila" #: services/keyboard.php:64 msgid "E characters" msgstr "E znaki" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Uredi" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Posodobljen '%s'." #: admin/groups.php:214 msgid "Edit Group" msgstr "Uredi skupino" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "Uredi dovoljenja za %s " #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Uredi dovoljenja" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Uredi dovoljenja za \"%s\"" #: lib/Block/fortune.php:42 msgid "Education" msgstr "Izobraževanje" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Elektronski naslov" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Prosimo, da vnesete ime nove kategorije:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Vnesite varnostno vprašanje, ki bo postavljeno, če boste " "potrebovaliponastaviti vaše geslo, npr. „ime vašega ljubljenčka je?:" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Napaka" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Podrobnosti so bile prijavljene za upravljalca." #: lib/Prefs/Ui.php:715 #, fuzzy msgid "Error deleting synchronization session:" msgstr "Napaka pri brisanju informacij o sinhronizaciji: %s" #: lib/Prefs/Ui.php:722 #, fuzzy msgid "Error deleting synchronization sessions:" msgstr "Napaka pri brisanju informacij o sinhronizaciji: %s" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Napaka pri ažuriranju gesla: %s." #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "Estonija" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Vsakih 15 minut" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Vsaki 2 minuti" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Vsakih 30 sekund" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Vsakih 5 minut" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Vsake pol ure" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Vsako uro" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Vsako minuto" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Primer vrednosti:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "Izvedi" #: admin/sessions.php:30 msgid "Expand" msgstr "Povečaj" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "Zelo žirok" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Shranjena %s konfiguracija" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Zatemni v zeleno" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "Oddaljno" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Naslov ulice" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "Čuti se kot" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "Čuti se kot:" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "Manjši nalivi" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "Nekaj snežnih metežev" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "Upravitelj datotek" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Filtri" #: config/registry.php.dist:93 msgid "Filters" msgstr "Filtri" #: lib/Block/moon.php:164 msgid "First Half" msgstr "Prva polovica" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "Prva četrtina" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "Megla" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "Zjutraj Oblačno" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "Popoldanske plohe" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "Megla" #: lib/Block/fortune.php:44 msgid "Food" msgstr "Hrana" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "Napoved (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "Dnevi napovedi. (Napoved je lahko zelo dolga)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "Ste pozabili vaše geslo?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "Sreča" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "Sreče" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "Sreče" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "Sreče 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "Tabla pogovorov" #: config/registry.php.dist:113 msgid "Forwards" msgstr "Preusmeriteve" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "Zmrzujoča slana" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "Od " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Poln Opis:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "Polna luna" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Polno ime" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "Ustvari %s Nastavitve" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Generiraj kodo" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 #, fuzzy msgid "Get More" msgstr "Horde" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Pojdi" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Išči z Googlom" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Grški (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Zelena" #: themes/grey/info.php:2 msgid "Grey" msgstr "Siva" #: admin/groups.php:195 msgid "Group Administration" msgstr "Skupinska administracija" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "Skupina ni bila ustvarjena: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Skupine" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Dovoljenja za goste" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "Meglica" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "Močna nevihta" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrejski (ISO-8859-8-I)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "Višina" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Pomoč" #: services/help/index.php:70 msgid "Help _Topics" msgstr "Teme pomoči" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "Polobla" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Tukaj je začetek datoteke:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Močan kontrast" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Zadetki" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "Visoko" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "Imenik" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "Koliko polj (stolpcev)je tam?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "Vlažnost" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "Vlažnost: " #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "Humoristi" #: services/keyboard.php:78 msgid "I characters" msgstr "I znaki" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Samo ikone" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikone za %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Ikone z besedilom" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Ideje" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Identifikacijsko ime:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Vnos, Korak %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Vnešeno polje: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Vnešena polja:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nepravilno uporabniško ime ali alternativen naslov. Poskusite znova ali " "kontaktirajte vašega skrbnika, če potrebujete nadaljnjo pomoč." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Posamezni Uporabniki " #: templates/prefs/facebook.html:10 #, fuzzy msgid "Infinite sessions enabled." msgstr "Spisek seznama sej ni uspel: %s." #: config/registry.php.dist:281 msgid "Information" msgstr "Informacije o sestanku" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "Informacije niso več dosegljive." #: templates/admin/groups/edit.inc:36 #, fuzzy msgid "Inherited Members" msgstr "Dodaj člane" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "Vstavite elektronski naslov na katerega lahko prejmete novo geslo:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "Vpišite zahtevan odgovor na varnostno vprašanje:" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr " Neveljavna oblika datoteke " #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Neveljavna aplikacija." #: admin/config/config.php:24 msgid "Invalid application." msgstr "Neveljavna aplikacija." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Neveljavni ID paketa." #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "Neveljaven licenčni ključ." #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "Odrejen neveljaven kraj." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "Neveljavno dovoljenje staršev." #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "Neveljaven partnerjev id." #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "Neveljavna koda artikla." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "Posamezne nevihte" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "Japonski (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel novinci" #: services/help/index.php:138 msgid "Keyword" msgstr "Beseda" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "Otroci" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "Korejski (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Jezik" #: lib/Block/iframe.php:28 msgid "Large" msgstr "Širok" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "Zadnja polovica" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "Zadnja sprememba gesla: " #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "Zadnja četrtina" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Lokalizacija" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "Zadnje ažuriranje:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Zadnja prijava: %s " #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Zadnja prijava: %s iz %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Zadnja prijava: Nikoli" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Lesoto" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Koledar" #: lib/Block/fortune.php:51 msgid "Law" msgstr "Pravo" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Svetlo modra" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "Rahel pršec" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "Rahel dež" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "Zgodaj rahel dež" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "Pozni rahel dež" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "Ploha" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "Ploha z grmenjem" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "Rahel sneg" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "Zgodaj rahel dež" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "Pozni rahel dež" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "Snežni metež" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "Povezava" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "Liberija" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Linux piškotek" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "Seznam tabel" #: admin/alarms.php:130 #, fuzzy, php-format msgid "Listing alarms failed: %s" msgstr "Seznam uporabnikov ni mogoče: %s" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "Spisek seznama sej ni uspel: %s." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Seznam uporabnikov ni mogoč." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "Lokalni čas:" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Lokalizacija" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Mesto" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Prijava" #: lib/Block/account.php:64 msgid "Login" msgstr "Prijava" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "Prijava ni uspela. Uporabniško ime ali geslo nepravilno vnešeno" #: login.php:282 msgid "Login failed." msgstr "Prijava ni uspela" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "Ljubezen" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "Nizek" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "Čaroben" #: config/registry.php.dist:85 msgid "Mail" msgstr "Elektronski naslov" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "Administrator pošte" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Uredite seznam kategorij s katerimi boste označili postavke in pripadajoče " "barve za te kategorije." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Ujemanje polj" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "Največja temperatura zadnjih 24 ur:" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "Največja temperatura zadnjih 6 ur:" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "Maksimalno število predelov portala" #: lib/Block/fb_stream.php:86 #, fuzzy msgid "Maximum number of entries to display" msgstr "Maksimalno število predelov portala" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "Zdravilo (Medicina)" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "Srednja" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Člani" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Tip menija:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "Metar vreme" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Metar blok ni na razpolago." #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Podrobnosti so bile prijavljene za upravljalca." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "MetarDB ni povezan." #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "Metrični" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "Minimalna temperatura zadnjih 24 ur:" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "Minimalna temperatura zadnjih 6 ur:" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "Mnogostranska" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" "Pogrešena konfiguracija. če želite uporabljati to aplikacijo, morate " "generirati konfiguracijo." #: lib/Block/weatherdotcom_strings.php:48 #, fuzzy msgid "Mist" msgstr "Seznam" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "Zmerno" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "danes" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "Lunine mene" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "Pretežno jasno" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "Pretežno oblačno" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Pretežno oblačno in vetrovno" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "Pretežno sončno" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php.dist:333 msgid "My Account" msgstr "Moj račun" #: lib/Block/account.php:27 msgid "My Account Information" msgstr "Podatki mojega računa" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "Moj portal" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "Oblika moje prve strani" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "Ne, se ne strinjam" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Ime" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Nikoli" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nova kategorija" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Sporočilo" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "Nova Luna" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Novo uporabniško ime" #: services/changepassword.php:29 msgid "New password" msgstr "Novo geslo" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Novo geslo se ne ujema." #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Novice" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Naslednji" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "Naslednje 4 stopnje" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "Niger" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "Ni najden." #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Ni dostopnih podatkov o konfiguraciji da bi pokazal razlike." #: admin/config/diff.php:39 msgid "No change." msgstr "ni spremenjeno" #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ne najdem ikon." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "Mesto ni nastavljeno." #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "Ni posredovanega mesta." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "Nobenih ofenzivnih sreč." #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Ne sprejemamo začasnih prijav" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "Ne najdem začasne mape za predpomnilnik." #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "Ni specificirano nobeno ime." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "V originalni konfiguraciji ne najdem nobene različice. Obnoviti " "konfiguracijo." #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "V vaši konfiguraciji ne najdem nobene različice. Obnovite konfiguracijo." #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Nobeden" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "Nordijski (ISO-8859-10" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "Severna polobla" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "Uredi dovoljenje" #: config/registry.php.dist:211 msgid "Notes" msgstr "Zapiski" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Ni vpisanih besed za iskanje, vrnite se nazaj." #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "Število znakov" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "O znaki" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Ustvarjalec objektov" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "Filter neprimernih izrazov" #: config/registry.php.dist:301 msgid "Office" msgstr "Pisarna" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Staro in novo geslo morata biti različna." #: services/changepassword.php:28 msgid "Old password" msgstr "Staro Geslo" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Staro geslo ni pravilno." #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "Samo nesramne izjave" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Le lastnik ali upravnik sistema lahko zamenja lastništvo ali lastnikovo " "dovoljenje za delež." #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "Operacijski sistem" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Vesite vrednost za pref_name:" #: config/registry.php.dist:135 msgid "Organizing" msgstr "Organizacija" #: services/keyboard.php:124 msgid "Other" msgstr "Drugo" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Ostale informacije" #: services/keyboard.php:122 msgid "Other characters" msgstr "Ostali znaki" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "Lastnik:" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "Lastnik:" #: admin/phpshell.php:51 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "PHP koda" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PHP lupina" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Jutranja oblačnost" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "Rahel pršec" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "Megla" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "Popoldne rahel dež" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "Jutranji rahel sneg" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "Popoldne dež" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "Popoldne nalivi" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "Popoldne sneg." #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "Popoldne snežni meteži" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "Popoldne sonce" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "Popoldne nalivi" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "Popoldne nevihte" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "Manjka POSIX razširitev" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "P_HP lupina" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "Delno oblačno" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Geslo" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Geslo uspešno spremenjeno" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Geslo:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Geslo se mora ujemati." #: admin/sqlshell.php:100 msgid "Paste" msgstr "Prilepi" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Nepotrjene prijave" #: lib/Block/fortune.php:61 msgid "People" msgstr "Ljudje" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Prijava na opravila" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "\"%s\" dovoljenje ni izbrisano." #: admin/perms/index.php:23 msgid "Permissions" msgstr "Dovoljenja" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Upravniška dovoljenja" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Osebne informacije" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "Ljubljenčki" #: config/registry.php.dist:385 msgid "Photos" msgstr "Fotografije" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Prosimo, da vnesete pravilen čas." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Prosimo, da vnesete pravilen čas." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Prosimo, da pripravite povzetek težav." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Prosimo, preberite sledeče besedilo. če želite uporabljati ta sistem, se " "morate strinjati s pogoji." #: services/facebook.php:67 #, fuzzy msgid "Pokes:" msgstr "Ljubljenčki" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "Javni ključ" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "Javni ključ" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "Politika" #: services/facebook.php:101 #, fuzzy, php-format msgid "Posted %s" msgstr "Oddaj" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s in %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Padavine v zadnjih %s urah:" msgstr[1] "Padavine v zadnjih %s urah:" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "Padavine
možnost" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "Tlak" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "Tlak na morski višini:" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "Tlak: " #: services/problem.php:145 msgid "Problem Description" msgstr "Z opisom so težave.." #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Dovoljenje" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Rozasto" #: admin/sqlshell.php:50 msgid "Query" msgstr "Poizvedba" #: lib/Block/account.php:83 msgid "Quota" msgstr "Kvota" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "Dež" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "Dež zjutraj" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "Dež popoldne" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "Naliv" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "Dež in sneg" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "Dež v sneg" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "Sreča" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Beri" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Beri sporočila" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Ste prepričani, da želite zbrisati %s? Izbrisa ni mogoče preklicati." #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Ste prepričani, da želite zbrisati uporabnikove podatke za uporabnika%s? " "Izbrisa ni mogoče preklicati." #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "Osveži dinamični meni elementov:" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Osveži portal:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Osvežitveni interval:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "Pripombe" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Oddaljeni strežniki" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Oddaljeni strežniki" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "Oddaljen URL (http://www.example.com/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Odstrani" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Odstrani par" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "Odstrani shranjeno skripto iz strežnikove začasne mape." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Odstrani uporabnika" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Odstrani uporabnika: %s " #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Nepal" #: admin/activesync.php:138 #, fuzzy msgid "Reprovision All Devices" msgstr "Dovoljenje je zavrnjeno." #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "Ne najdem zahtevanega servisa." #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Ponastavi" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Ponastavi geslo" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "Ponastavite vaše geslo" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "Obnovite zadnjo poizvedbo" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "Zadetki" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Zadetki" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Vrni se na Možnosti" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Ponastavi" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Ponovno vpišite novo geslo" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "Povrni konfiguracijo" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "Enigme" #: admin/sqlshell.php:101 msgid "Run" msgstr "Zaženi" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "SQL lupina" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "S_QL lupina" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Shrani" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "Shrani \"%s\"" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "Shrani in končaj" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Shranite generirano konfiguracijo kot PHP skripto na začasni mapi " "vašegastrežnikadirectory." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Shranjena nastavitvene skripta nadgradnje na: \"%s\"." #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "Razdivjana nevihta z grmenjem" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "Razdivjana nevihta z grmenjem" #: lib/Block/fortune.php:66 msgid "Science" msgstr "Znanost" #: services/help/index.php:71 msgid "Sea_rch" msgstr "Najdi" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Najdi" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Išči:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "Izberite skupino, ki jo želite dodati:" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "Izberite novega lastnika:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Izberite strežnik" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "Izberite uporabnika, ki ga želite dodati" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Znake, ki jih potrebujete izberite iz okvirjev spodaj. Nato jih lahko " "kopirate in prilepite v/iz besedila." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Izberite obliko datuma in ure:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Določi končni datum:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Izberite obliko datuma:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Izberite vrst ni red datuma in ure:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Določi končno uro:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Izberite obliko ure:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Izberite vaše barvno kombinacijo" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Izberite jezik:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Pošlji poročilo o napakah" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "Senzor:" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Čas dostave" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "Strežnikov datum je napačen ali ni na razpolago." #: admin/sessions.php:14 msgid "Session Admin" msgstr "Administracija seje" #: admin/sessions.php:37 #, fuzzy msgid "Session Timestamp:" msgstr "Seje" #: lib/Api.php:57 msgid "Sessions" msgstr "Seje" #: config/prefs.php.dist:277 #, fuzzy msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Nastavi opcijo, da v primeru, da pozabite vaše geslo, lahko ponastavite le-" "to." #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" "Uredite oddaljene strežnike na katere želite dostopati z vašega portala" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Nastavite privzet jezik in nastavitve datuma" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "Uredi začetne barvne sheme, aplikacije, osvežitve strani..." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "Možnih je več lokacij s parametrom:" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Kratek povzetek" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "Natavim tipkarske bližnice na povezave?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Pokaži" #: templates/prefs/app.html:21 #, fuzzy msgid "Show Advanced Preferences" msgstr "pokaži razlike" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Pokaži razlike med sedaj shranjeno in najnovejšo generirano konfiguracijo." #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "Prikaži datum zadnje prijave po vstopu?" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "Obvestilo o dostavljeni pošti" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Prikažem %s meni na levi strani?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "Plohe" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "Jutranje plohe" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "Popoldanske plohe" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "V bližini plohe" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Prijava na opravila" #: lib/Block/iframe.php:26 msgid "Small" msgstr "Majhna" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "Sneg" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "Jutranje plohe" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "Popoldanske plohe" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "Snežna ploha" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "Snežne plohe" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "Zjutraj snežne plohe" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "Popoldne snežne plohe" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "Višina snega:" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "Snegu ekvivalentna količina vode:" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "Pesmi in poezije" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "Južno-evropski (ISO-8859-3)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "Južna polobla" #: config/registry.php.dist:102 msgid "Spam" msgstr "Nezaželena pošta" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Vhod za posebne znake" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "Športi" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "Standarden" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Status" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Ne najdem podmape \"%s\"" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Sprejeli smo zahtevek za vpis \"%s\". Ne morete se prijaviti dokler vaša " "zahtevek ne po potrjen." #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Uspeh" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" sem uspešno dodal k sistemu." #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "'%s' sem uspešno odstranil iz sistema." #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" sem uspešno izbrisal." #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" sem uspešno odstranil iz sistema." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Uspešno vrnjena konfiguracija. Če želite videti spremembe, ponovno naložite." #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "Uspešno shranjena varnostna kopija konfiguracije." #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Uspešno shranjena varnostna kopija kofiguracije datoteke %s." #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" je bil uspešno posodobljen." #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "%s sem uspešno zapisal." #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "Sončni vzhod" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "Sončni zahod" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Sudan" #: lib/Block/weatherdotcom_strings.php:85 msgid "Sunny" msgstr "Sončno" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "Sončni vzhod" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "Sončni vzhod/zahod" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "Sončni vzhod" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "Sončni zahod" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "Sončni zahod:" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "Sinkronizacija" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Plohe" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "Jutranje plohe" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "Popoldanske plohe" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "Grmenje" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "Nevihta z grmenjem in vetrom" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "Nevihta z grmenjem" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "Jutranje nevihte z grmenjem" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "Nevihta z grmenjem" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Jutranja oblačnost" #: themes/tango-blue/info.php:24 #, fuzzy msgid "Tango Blue" msgstr "Svetlo modra" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Opravila" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Nepal" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "Temperatura v zadnji uri:" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "Temperatura" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "Temperatura: " #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatura
(%sHi%s/%sLo%s) °%s" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 #, fuzzy msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Pri sprejemanju kontakta je prišlo do napake. Prosimo poskusite znova " "kasneje." #: services/keyboard.php:148 msgid "Text Area" msgstr "Polje besedila" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Samo besedilo" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, fuzzy, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Strežnik \"%s\" je bil izbrisan." #: admin/alarms.php:81 #, fuzzy msgid "The alarm has been deleted." msgstr "Strežnik \"%s\" je bil izbrisan." #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Strežnik \"%s\" je shranjen." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Strežnik \"%s\" je bil izbrisan." #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "Strežnik \"%s\" je shranjen." #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, fuzzy, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Zahtevek za prijavo %s je bil odstranjen." #: admin/signup_confirm.php:39 #, fuzzy, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Zahtevek za prijavo %s je bil odstranjen." #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "Uporabnik [%s] že obstaja." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "%s mapa ne obstaja " #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "weather.com ni na voljo." #: lib/Prefs/Ui.php:46 #, fuzzy msgid "Theme directory can't be opened" msgstr "Ne najdem mape oblik \"%s\"." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Ne najdem mape oblik \"%s\"." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Prišlo je do napake pri dodajanju '%s' k sistemu: %s" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Prišlo je do napake pri odstranjanju '%s' iz sistema." #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Prišlo je do napake pri odstranjanju '%s' iz sistema." #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Prišlo je do napake pri posodabljanju '%s': %s " #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Pri sprejemanju kontakta je prišlo do napake." #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Konfiguracijski obrazec vsebuje napako. Verjetno ste pozabili nastaviti " "zahtevano polje." #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Pri sprejemanju kontakta je prišlo do napake." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "Blisk" #: config/registry.php.dist:260 msgid "Tickets" msgstr "Prijave" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "Slednje časa" #: lib/Block/time.php:23 msgid "Time format" msgstr "Oblika časa" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Čas ali neznano" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Naslov" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 #, fuzzy msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Če želite izbrati več predmetov, pritisnite Control/CTRL (PC) ali Command/Cmd" "(Mac) tipko, medtem ko klikate nanje." #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "danes" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "Jutri" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "Prevodi" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "Turški (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Besedilo" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Ostale informacije" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "Uredi dovoljenja za %s " #: services/keyboard.php:108 msgid "U characters" msgstr "U znaki" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "U.V. indeks:" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Ne morem izbrisati '%s': %s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Ne morem izbrisati '%s': %s." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "ne moremo zagnati smbclient." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Razveljavi spremembe" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Neizpolnjeno" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "Unikod (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "Enote" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "Mesto ni nastavljeno." #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Posodobi" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Posodobi %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "Posodobi uporabnika" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "Posodobljen '%s'." #: admin/config/index.php:190 msgid "Upload" msgstr "Nalagam" #: admin/config/index.php:198 #, fuzzy msgid "Uploaded all application configuration files to the server." msgstr "Naloži na strežnik vse namestitvene datoteke aplikacij." #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "Uporabi, če je uporabniško ime/geslo drugačno od IMSP strežnika." #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "Uporabnik" #: admin/user.php:224 msgid "User Administration" msgstr "Uprava za uporabnike" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Uporabi sedanji: %s" #: signup.php:67 msgid "User Registration" msgstr "Registracija uporabnika" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "Registriranje uporabnikov je na tej strani onemogočeno." #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Registriranje uporabnikov je na tej strani onemogočeno." #: lib/Block/account.php:561 msgid "User account not found" msgstr "Ne najdem uporabnikov račun." #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "Izberite uporabnika, ki ga želite dodati:" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Uporabniško ime" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Uporabniško ime: " #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "Uporabniki" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Uporabniki, ki so v sistemu:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "Število" #: config/registry.php.dist:122 msgid "Vacation" msgstr "Odsotnost" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "Variabilno" #: config/registry.php.dist:246 msgid "Version Control" msgstr "Različica" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "Zelo visoko" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "Vietnamski (VISCII)" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "Pogled na zunanjo spletno stran" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "Vidljivost" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "Vidljivost:" #: lib/Block/account.php:98 msgid "Warning" msgstr "Opozorilo" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "Vremenska napoved" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "Vremenski podatki s spleta" #: config/registry.php.dist:369 msgid "Web Site" msgstr "Spletno mesto" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Dobrodošli" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Dobrodošli na %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Dobrodošli, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "Zahodni (ISO-8859-1)" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "Zahodni (ISO-8859-15)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "Katero aplikacijo naj prikaže %s po prijavi?" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Katero je ločilo?" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "Kakšen je navedeni znak?" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "Razvojna stopnja" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Prikažem %s meni na levi strani?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "Wiki" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "Veter" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "Jutranji veter" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Dež popoldne" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "Hitrost vetra v vozlih" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "Veter:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "Veter: " #: lib/Block/account.php:634 msgid "Windows" msgstr "Okna" #: admin/activesync.php:181 templates/prefs/activesync.html:28 #, fuzzy msgid "Wipe" msgstr "Sr" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "Modrost" #: lib/Block/fortune.php:72 msgid "Work" msgstr "Služba" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "LL" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "Da, se strinjam." #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 #, fuzzy msgid "You are not allowed to add groups." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:476 #, fuzzy msgid "You are not allowed to add shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 #, fuzzy msgid "You are not allowed to change groups." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 #, fuzzy msgid "You are not allowed to change shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:327 #, fuzzy msgid "You are not allowed to delete groups." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:505 #, fuzzy msgid "You are not allowed to delete shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:820 #, fuzzy msgid "You are not allowed to list groups of shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:532 #, fuzzy msgid "You are not allowed to list shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:448 #, fuzzy msgid "You are not allowed to list users of groups." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:786 #, fuzzy msgid "You are not allowed to list users of shares." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Nimate dovoljenja ustvariti več kot %d blokov." #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "Odjavili ste se." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Najprej opišite težave, šele nato lahko pošljete poročilo o težavah." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "Izbrati morate strežnik, ki bo izbrisan." #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "Natančneje navedite uporabniško ime, ki ga želite izbrisati." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Natančneje navedite uporabniško ime, ki ga želite odstraniti." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Natančneje navedite uporabniško ime, ki ga želite dodati." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "Natančneje navedite uporabniško ime, ki ga želite posodobiti." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Vaš elektronski naslov" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Vaši podatki" #: login.php:270 #, fuzzy msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Od začetka %s seje, se je vaš spletni naslov spremenil. Iz " "varnostnihrazlogov, se morate ponovno prijaviti." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Vaše ime" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Vaše ozadje za overjene ne podpira dodajanja uporabnikov. če želite " "uporabitiHorde za administriranje uporabniških računov, morate uporabiti " "drugo ozadje zaoverjanje." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Vaše ozadje za overjanje ne podpira navajanja uporabnikov ali pa je bila " "možnost onemogočena iz drugih razlogov." #: login.php:274 #, fuzzy msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Kaže, da se je od začetka % seje, vaš brskalnik spremenil. Izvarnostnih " "razlogov, se morate ponovno prijaviti." #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "Vaš brskalnik ne podpira te funkcije." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "Vaš trenutni časovni pas:" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Vaše ime:" #: login.php:290 msgid "Your login has expired." msgstr "Vaša prijava je potekla." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "Vaše nove geslo za %s je: %s" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "Vaše geslo je bilo ponastavljeno." #: services/resetpassword.php:87 #, fuzzy msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Vaše geslo je bilo ponastavljeno. Na vaš e-naslov smo vam poslali novo geslo " "s katerim se prijavite." #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Vaše geslo je bilo ponastavljeno. Na vaš e-naslov smo vam poslali novo geslo " "s katerim se prijavite." #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "Vaše geslo je poteklo" #: login.php:178 msgid "Your password has expired." msgstr "Vaše geslo je poteklo." #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Vaši posredni strežniki:" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "" "Vaša prijavitvena seja %s je potekla. Prosimo, da se ponovno prijavite." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[poročilo o napaki]" #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "Neznano" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Oziroma" #: lib/Api.php:72 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Nastavitve" #: lib/Api.php:52 msgid "_DataTree" msgstr "_Drevesna struktura" #: lib/Api.php:37 msgid "_Groups" msgstr "_Skupine" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Dovoljenja" #: lib/Api.php:32 msgid "_Users" msgstr "_Uporabniki" #: services/problem.php:56 #, fuzzy msgid "attachment" msgstr "Oddelek" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "Mirno" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "Padavine" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "iz %s (%s) k %s %s" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr ", gostim " #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "med vrsticami" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "vzhajajoče" #: admin/config/config.php:80 msgid "show differences" msgstr "pokaži razlike" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "stabilno" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "za potrditev vtipkajte geslo dvakrat" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "enoten" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/sl/LC_MESSAGES/horde.mo0000644000175000017500000012227613160205253021604 0ustar mathieumathieum(66$6)66&7 67$C7h7 x77 7 7 777778 8.8 K8 U8 c8q8 y888888 8 8 88899(9N19-999 999 9::1:I:a:: ::::::8:&;;; ?;'I;,q;*;%;;< <<(<'/<W< f< q<{< <<<<<< <<<@<4=J=_=}==T=d=S>Y>u>> >> >> >> >> ??? )?6? >? L? V? `? k?y?=?? ?? @@@!<@.^@@0A(PA0yAA*=BhBpBwBB BBBBBBCCC!C2C 7CECXC\C dC rC CC C CC C CC CCD.DCEDD D/DD DD DE "E ,E{:EEEEEEFF!F 1F KSKnKKKKKKKKKKLL L'L QLQ8RQ QQQQQQ+QE&RAlRRRRRR R SS)S(0S YSfSS\SS TTT,T=TDTHT QT [TiT qT|TTT TT T TTT U U#U)U:UAU ^UjUUUU(UPU V)V2VLVUV mVxV VVVV V V V V VVVVW .W C Q_u"ϕ$ , 7AH__"Ŗ'',PT2=ؗ!8 Q _m u ˜ј٘ %. H T(b ș56N60XFL T bo śɛ 3 <H\nDv Ŝڜ8+*It  ʝ ՝  + 7AS n |-՞0AFL[ryJ) ?6@v=A7 O ]gs& ˢ֢"f1ǣ  %17@ S am}$ -Qn$RUjVeqo[-Xwa * .!Q*OX\KNzl"pp7c1PIM;'t~K +0CfGr>%w75D $;S_]~ [(W\%F%=_gxCzr >a#9p[c{Fo(3L@FM:''6S"Yh1)^8HrB23_{Z4P|:XJ0, .Y5.IkWmPU|oE `bW7)T/2|0DN1@I:xbbtAvG@n q;V}=uN8&"R&8?yw EBk< =]!$R3*G6!`d,tA>`i S?2kZ4 g 5eM^{Zh\il)CsgDqLnv+9QB#J-+iVf}mu scv9/m~yjUauOd ?#6<fTAzK< EdJH^]hTH,jy&l(x4sLeO }/Y at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hoursA charactersA database backend is required for this block.AM CloudsAM Light RainAM Light SnowAM RainAM ShowersAM Snow ShowersAM/PMAccount InformationAccount PasswordAddAdd ContentAdd Here:Add MembersAdd a child group to "%s"Add a new groupAdd a new user:Add pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.ApproveArabic (Windows-1256)Are you sure you wish to delete "%s" and any sub-groups?Armenian (ARMSCII-8)ArtAscii ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange the name and address that people see when they read and reply to your emails.Changing your password is not supported with the current configuration. Contact your administrator.ChildChinese Simplified (GB2312)Chinese Traditional (Big5)ClearClear QueryClear out user: %sClear userClear user dataClearing LateClick to ContinueClose WindowCloudsClouds EarlyCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configure %sConfirm PasswordContinueCookieCould not bind to LDAP server.Could not connect to LDAP server.Could not connect to server "%s" using FTP: %sCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCurrent 4 PhasesCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DDDataDataTreeDataTree BrowserDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefinitionsDeleteDelete "%s"Delete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsE charactersEditEdit GroupEdit permissions for "%s"EducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorError updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFade to GreenFairFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFreezing DrizzleFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup was not created: %s.GroupsGuest PermissionsHazeHeavy T-StormHebrew (ISO-8859-8-I)HeightHelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHighHome DirectoryHordeHow many fields (columns) are there?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInformation no longer available.Insert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLinux CookieList TablesListing sessions failed: %sListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLoginLogin failed because your username or password was entered incorrectly.Login failed.LoveLowMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMedicineMediumMembersMenu mode:Metar WeatherMetar block not available.Metar block not available. Details have been logged for the administrator.MetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration. You must generate it before using this application.ModerateMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeXTNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No temporary directory available for cache.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.O charactersObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOrganizingOtherOther InformationOther charactersOwner:PHPPHP CodePHP ShellPM Light RainPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlease provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPostnukePrecipitation
chancePressurePressure at sea level: Pressure: Problem DescriptionPurple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:RemarksRemote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sRequested service could not be found.ResetReset PasswordReset Your PasswordRestore Last QueryResultsRetype new passwordRevert ConfigurationRiddlesRunSQL ShellSSHS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Scattered T-StormsScienceSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server data wrong or not available.Session AdminSessionsSet up remote servers that you want to access from your portal.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Show the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySmallSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLT-StormT-Storm and WindyT-StormsT-Storms EarlyTasksTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sText AreaText OnlyThe server "%s" has been deleted.The server "%s" has been saved.The weather.com block is not available.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error in the configuration form. Perhaps you left out a required field.ThunderTicketsTime TrackingTime formatTimestamp or unknownTitleTodayTomorrowTranslationsTurkish (ISO-8859-9)U charactersU.V. index: URLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UpdateUpdate %sUpdate userUpdated "%s".UploadUse if name/password is different for IMSP server.UserUser AdministrationUser RegistrationUser Registration has been disabled for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VacationVariableVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome to %sWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which phasesWikiWindWind EarlyWind speed in knotsWind:Wind: WindowsWisdomWorkX-RefYYYes, I AgreeYou have been logged out.You must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:[Problem Report]_CLI_DataTree_Groups_Permissions_Userscalmfallingfrom the %s (%s) at %s %sinlinerisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: . Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2007-01-17 22:30+0100 Last-Translator: duck@obala.net Language-Team: sl_SI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ob "%s" je bil dodan skupinskemu sistemu."%s" je bil dodan k sistemu pravic."%s" ni bil ustvarjen: %s Porabljeno %.2fMB od %.2fMB dovoljenih (%.2f%%)%d %s in %sŠe %d dni do poteka gesla.%d-dnevna napoved%s – Obvestilo%s Pogoji%s ob %s %s%s ne najdem., gostim , gostim %s %s, spremenljivka od %s do %s12 urna oblika24 urna oblika24 urZnaki AZa ta blok je potrebna povezava na podatkovni strežnikJutranja oblačnostJutranji rahel dežJutranji rahel snegJutranji dežJutranji nalivJutranji snežni metežAM/PMVaši podatkiGeslo dostopaDodajDodaj vsebinoDodaj sem:Dodaj članeDodaj grupo otrok "%s"Dodaj novo grupoDodaj novega uporabnika:Dodaj parDodaj uporabnikaDodal '%s' sistemu, vendar ni bilo mogoče dodajati dodatnih vpisnih informacij: %s.Dodan '%s' sistemu. Sedaj se lahko prijavite.Dodajanje uporabnikov je onemogočeno.NaslovImenikVseVsi overjeni uporabnikiVse skupineNadomestno IMSP uporabniško imeNadomestno IMSP gesloNadomestno IMSP uporabniško imeNadomestni elektronski naslovPojavila se je neznana napaka.OdgovorAplikacijaVsebina aplikacije: Seznam aplikacijAplikacija je pripravljenaPotrdiArabski (Windows-1256)Ste prepričani, da želite izbrisati '%s' in ostale pod-skupine?Armenski (ARMSCII-8)UmetnostČrkovne umetninePreizkus izbrisa neobstoječe skupine.Pizkus izbrisa neobstoječega dovoljenja.Poskus ureditve neobstoječega dovoljenja.Poskus ureditve neobstoječe izmenjave.Polja na razpolago:AzurNeumni izgovoriBaltik (ISO-8859-13)BarbieNisem našel osnovnega grafičnega imenika "%s".Zaustavi NastavitveZaustavi TipModra LunaČrno beloZaznamkiObojeRjavaNastavljanje predpomnilnika ni bilo dokončano.KoledarMirnoKamuflažaPrekličiPrekliči poročilo o težavahNe morem avtomatsko ponastaviti gesla, obrnite se na sistemskega skrbnika.Kategorije in znamkeKeltski (ISO-8859-14)Srednjeevropski (ISO-8859-2)SpremeniSpremenite vaše gesloSpremenite ime in naslov, ki ga vidijo prejemniki ob branju in odgovarjanju na vašo elektronsko pošto.V trenutni konfiguraciji ne morete spremeniti gesla. Kontaktirajte vašega skrbnika.OtrokPoenostavljena kitajščina(GB2312)Tradicionalna kitajščina (Big5)JasnoPočisti poizvedboOdstrani zunanjega uporabnika: %s Odstrani uporabnikaIzbriši podatek uporabnikaPozno brisanjeKlikni za nadaljevanje Zapri oknoOblakiZjutraj OblačnoOblačnoZdruži stransko oknoIzbiralec barvUkazUkazna lupinaRačunalnikiPogojPogojiNastavitveRazlike v nastavitvahNastavitve za sinhronizacijao dlančnikov in Outlooka.Nastavitve potrebujejo ažuriranje.Nastavi %sPotrdi gesloNadaljujPiškotekPovezava z LDAP strežnikom ni mogoča.Povezava z LDAP strežnikom ni mogoča.Ne morem vzpostaviti povezave s strežnikom "%s" z uporabo FTP: %sNi možno ponastaviti gesla za zahtevanega uporabnika. Nekatere ali vsepodrobnosti niso pravilne. Poskusite znova ali kontaktirajte vašega upravitelja, če potrebujete nadaljnjo pomoč.Zahtevani '%s' ni podrobno oblikovan v %s podobi.Konfiguracije varnostne kopije ni mogoče shraniti: %sNe morem shraniti konfiguracijsko datoteko %s, varnostne kopije.Ne morem shraniti konfiguracijske datoteke %s. Lahko uporabite ali eno od opcij za shraniti kodo zadaj na %s ali ročno kopirate spodnjo kodo na %s.Ni mogoče napisati konfiguracije za "%s": %sDržavaUstvariSedanje 4 razvojne stopnjeSedanje sejeTrenutni časTrenutno vremeTrenutno stanje:Cirilica(KOI8-R)Cirilica (Windows-1251)Cirilica/Ukrajinski (KOI8-U)DDPodatkiPodatkovno DrevoPregledovalnik drevesne struktureDatumDatum prejemaDatum: %s; čas: %sDanPrivzetoPrivzeta BarvaPrivzeta lupinaOpredelitveZbrišiZbriši "%s"Zbriši skupinoOpišite težavoRazvojRosiščeRosišče za prejšnjo uro:Rosišče:Prikažem čas po 24 urnem sistemu?Prikaži podrobno napovedPrikaži napoved (TAF)Ali prva vrsta vsebuje imena polj? če jih, preveri nabiralnik:Niste registrirani? Prijavite se. Prenesi %sPrenesite generirano konfiguracijo kot PHP skripto.ZdravilaE znakiUrediUredi skupinoUredi dovoljenja za "%s"IzobraževanjeElektronski naslovVnesite varnostno vprašanje, ki bo postavljeno, če boste potrebovaliponastaviti vaše geslo, npr. „ime vašega ljubljenčka je?:NapakaNapaka pri ažuriranju gesla: %s.EstonijaVsakih 15 minutVsaki 2 minutiVsakih 30 sekundVsakih 5 minutVsake pol ureVsako uroVsako minutoPrimer vrednosti:IzvediPovečajZelo žirokZatemni v zelenoOddaljnoČuti se kotČuti se kot:Manjši naliviNekaj snežnih meteževUpravitelj datotekFiltriPrva polovicaPrva četrtinaMeglaHranaNapoved (TAF)Dnevi napovedi. (Napoved je lahko zelo dolga)Ste pozabili vaše geslo?SrečaSrečeSrečeSreče 2Tabla pogovorovPreusmeriteveZmrzujoča slanaOd Poln Opis:Polna lunaPolno imeUstvari %s NastavitveGeneriraj kodoPojdiIšči z GooglomGrški (ISO-8859-7)ZelenaSivaSkupinska administracijaSkupina ni bila ustvarjena: %s.SkupineDovoljenja za gosteMeglicaMočna nevihtaHebrejski (ISO-8859-8-I)VišinaPomočTeme pomočiPoloblaTukaj je začetek datoteke:Močan kontrastVisokoImenikHordeKoliko polj (stolpcev)je tam?VlažnostVlažnost: HumoristiI znakiSamo ikoneIkone za %sIkone z besedilomIdejeIdentifikacijsko ime:Vnos, Korak %dVnešeno polje: %sVnešena polja:Nepravilno uporabniško ime ali alternativen naslov. Poskusite znova ali kontaktirajte vašega skrbnika, če potrebujete nadaljnjo pomoč.Posamezni Uporabniki Informacije o sestankuInformacije niso več dosegljive.Vstavite elektronski naslov na katerega lahko prejmete novo geslo:Vpišite zahtevan odgovor na varnostno vprašanje:Neveljavna aplikacija.Neveljaven licenčni ključ.Odrejen neveljaven kraj.Neveljavno dovoljenje staršev.Neveljaven partnerjev id.Neveljavna koda artikla.Posamezne nevihteJaponski (ISO-2022-JP)Kernel novinciBesedaOtrociKolabKorejski (EUC-KR)JezikŠirokZadnja polovicaZadnja sprememba gesla: Zadnja četrtinaZadnje ažuriranje:Zadnja prijava: %s Zadnja prijava: %s iz %sZadnja prijava: NikoliPravoSvetlo modraRahel pršecRahel dežZgodaj rahel dežPozni rahel dežPlohaPloha z grmenjemRahel snegSnežni metežLinux piškotekSeznam tabelSpisek seznama sej ni uspel: %s.Seznam uporabnikov ni mogoč.LiteraturaLokalni čas:LokalizacijaMestoPrijavaPrijavaPrijava ni uspela. Uporabniško ime ali geslo nepravilno vnešenoPrijava ni uspelaLjubezenNizekMMČarobenElektronski naslovAdministrator pošteUredite seznam kategorij s katerimi boste označili postavke in pripadajoče barve za te kategorije.Največja temperatura zadnjih 24 ur:Največja temperatura zadnjih 6 ur:Maksimalno število predelov portalaZdravilo (Medicina)SrednjaČlaniTip menija:Metar vremeMetar blok ni na razpolago.Podrobnosti so bile prijavljene za upravljalca.MetarDB ni povezan.MetričniMinimalna temperatura zadnjih 24 ur:Minimalna temperatura zadnjih 6 ur:MnogostranskaPogrešena konfiguracija. če želite uporabljati to aplikacijo, morate generirati konfiguracijo.ZmernoLunine menePretežno jasnoPretežno oblačnoPretežno oblačno in vetrovnoPretežno sončnoMozillaMoj računPodatki mojega računaMoj portalOblika moje prve straniNe, se ne strinjamImeNeXTNikoliNova kategorijaNova LunaNovo uporabniško imeNovo gesloNovo geslo se ne ujema.NoviceNaslednjiNaslednje 4 stopnjeNigerNi dostopnih podatkov o konfiguraciji da bi pokazal razlike.ni spremenjenoNe najdem ikon.Mesto ni nastavljeno.Ni posredovanega mesta.Nobenih ofenzivnih sreč.Ne sprejemamo začasnih prijavNe najdem začasne mape za predpomnilnik.V originalni konfiguraciji ne najdem nobene različice. Obnoviti konfiguracijo.V vaši konfiguraciji ne najdem nobene različice. Obnovite konfiguracijo.NobedenNordijski (ISO-8859-10Severna poloblaZapiskiNi vpisanih besed za iskanje, vrnite se nazaj.O znakiUstvarjalec objektovFilter neprimernih izrazovPisarnaStaro in novo geslo morata biti različna.Staro GesloStaro geslo ni pravilno.Samo nesramne izjaveLe lastnik ali upravnik sistema lahko zamenja lastništvo ali lastnikovo dovoljenje za delež.Operacijski sistemOrganizacijaDrugoOstale informacijeOstali znakiLastnik:PHPPHP kodaPHP lupinaPopoldne rahel dežPopoldne dežPopoldne naliviPopoldne sneg.Popoldne snežni metežiPopoldne soncePopoldne nevihteManjka POSIX razširitevP_HP lupinaDelno oblačnoGesloGeslo uspešno spremenjenoGeslo:Geslo se mora ujemati.PrilepiNepotrjene prijaveLjudje"%s" dovoljenje ni izbrisano.DovoljenjaUpravniška dovoljenjaOsebne informacijeLjubljenčkiFotografijeProsimo, da pripravite povzetek težav.Prosimo, preberite sledeče besedilo. če želite uporabljati ta sistem, se morate strinjati s pogoji.PolitikaPostnukePadavine
možnostTlakTlak na morski višini:Tlak: Z opisom so težave..RozastoPoizvedbaKvotaDežDež zjutrajDež popoldneNalivDež in snegDež v snegSrečaBeriOsveži dinamični meni elementov:Osveži portal:Osvežitveni interval:PripombeOddaljeni strežnikiOddaljen URL (http://www.example.com/horde):OdstraniOdstrani parOdstrani shranjeno skripto iz strežnikove začasne mape.Odstrani uporabnikaOdstrani uporabnika: %s Ne najdem zahtevanega servisa.PonastaviPonastavi gesloPonastavite vaše gesloObnovite zadnjo poizvedboZadetkiPonovno vpišite novo gesloPovrni konfiguracijoEnigmeZaženiSQL lupinaSSHS_QL lupinaShraniShrani "%s"Shrani in končajShranite generirano konfiguracijo kot PHP skripto na začasni mapi vašegastrežnikadirectory.Razdivjana nevihta z grmenjemZnanostNajdiNajdiIšči:Izberite skupino, ki jo želite dodati:Izberite novega lastnika:Izberite strežnikIzberite uporabnika, ki ga želite dodatiZnake, ki jih potrebujete izberite iz okvirjev spodaj. Nato jih lahko kopirate in prilepite v/iz besedila.Izberite obliko datuma in ure:Določi končni datum:Izberite obliko datuma:Izberite vrst ni red datuma in ure:Določi končno uro:Izberite obliko ure:Izberite vaše barvno kombinacijoIzberite jezik:Pošlji poročilo o napakahSenzor:Strežnikov datum je napačen ali ni na razpolago.Administracija sejeSejeUredite oddaljene strežnike na katere želite dostopati z vašega portalaMožnih je več lokacij s parametrom:Kratek povzetekNatavim tipkarske bližnice na povezave?PokažiPokaži razlike med sedaj shranjeno in najnovejšo generirano konfiguracijo.Prikaži datum zadnje prijave po vstopu?Prikažem %s meni na levi strani?PloheJutranje plohePopoldanske ploheV bližini ploheMajhnaSnegSnežna plohaSnežne ploheZjutraj snežne plohePopoldne snežne ploheVišina snega:Snegu ekvivalentna količina vode:Pesmi in poezijeJužno-evropski (ISO-8859-3)Južna poloblaNezaželena poštaVhod za posebne znakeŠportiStandardenStar TrekStatusNe najdem podmape "%s"Sprejeli smo zahtevek za vpis "%s". Ne morete se prijaviti dokler vaša zahtevek ne po potrjen.Uspeh"%s" sem uspešno dodal k sistemu.'%s' sem uspešno odstranil iz sistema."%s" sem uspešno izbrisal."%s" sem uspešno odstranil iz sistema.Uspešno vrnjena konfiguracija. Če želite videti spremembe, ponovno naložite.Uspešno shranjena varnostna kopija konfiguracije.Uspešno shranjena varnostna kopija kofiguracije datoteke %s."%s" je bil uspešno posodobljen.%s sem uspešno zapisal.Sončni vzhodSončni zahodSončnoSončni vzhodSončni vzhod/zahodSončni vzhodSončni zahodSončni zahod:SinkronizacijaGrmenjeNevihta z grmenjem in vetromNevihta z grmenjemJutranje nevihte z grmenjemOpravilaTemperatura v zadnji uri:TemperaturaTemperatura: Temperatura
(%sHi%s/%sLo%s) °%sPolje besedilaSamo besediloStrežnik "%s" je bil izbrisan.Strežnik "%s" je shranjen.weather.com ni na voljo.Ne najdem mape oblik "%s".Prišlo je do napake pri dodajanju '%s' k sistemu: %sPrišlo je do napake pri odstranjanju '%s' iz sistema.Prišlo je do napake pri odstranjanju '%s' iz sistema.Prišlo je do napake pri posodabljanju '%s': %s Konfiguracijski obrazec vsebuje napako. Verjetno ste pozabili nastaviti zahtevano polje.BliskPrijaveSlednje časaOblika časaČas ali neznanoNaslovdanesJutriPrevodiTurški (ISO-8859-9)U znakiU.V. indeks:URLNe morem izbrisati '%s': %s.Razveljavi spremembeNeizpolnjenoUnikod (UTF-8)EnoteMesto ni nastavljeno.PosodobiPosodobi %sPosodobi uporabnikaPosodobljen '%s'.NalagamUporabi, če je uporabniško ime/geslo drugačno od IMSP strežnika.UporabnikUprava za uporabnikeRegistracija uporabnikaRegistriranje uporabnikov je na tej strani onemogočeno.Ne najdem uporabnikov račun.Izberite uporabnika, ki ga želite dodati:Uporabniško imeUporabniško ime: UporabnikiUporabniki, ki so v sistemu:OdsotnostVariabilnoRazličicaZelo visokoVietnamski (VISCII)Pogled na zunanjo spletno stranVidljivostVidljivost:OpozoriloVremenska napovedVremenski podatki s spletaSpletno mestoDobrodošliDobrodošli na %sDobrodošli, %sZahodni (ISO-8859-1)Zahodni (ISO-8859-15)Katero aplikacijo naj prikaže %s po prijavi?Katero je ločilo?Kakšen je navedeni znak?Razvojna stopnjaWikiVeterJutranji veterHitrost vetra v vozlihVeter:Veter: OknaModrostSlužbaX-RefLLDa, se strinjam.Odjavili ste se.Najprej opišite težave, šele nato lahko pošljete poročilo o težavah.Izbrati morate strežnik, ki bo izbrisan.Natančneje navedite uporabniško ime, ki ga želite izbrisati.Natančneje navedite uporabniško ime, ki ga želite odstraniti.Natančneje navedite uporabniško ime, ki ga želite dodati.Natančneje navedite uporabniško ime, ki ga želite posodobiti.Vaš elektronski naslovVaši podatkiVaše imeVaše ozadje za overjene ne podpira dodajanja uporabnikov. če želite uporabitiHorde za administriranje uporabniških računov, morate uporabiti drugo ozadje zaoverjanje.Vaše ozadje za overjanje ne podpira navajanja uporabnikov ali pa je bila možnost onemogočena iz drugih razlogov.Vaš brskalnik ne podpira te funkcije.Vaš trenutni časovni pas:Vaše ime:Vaša prijava je potekla.Vaše nove geslo za %s je: %sVaše geslo je bilo ponastavljeno.Vaše geslo je bilo ponastavljeno. Na vaš e-naslov smo vam poslali novo geslo s katerim se prijavite.Vaše geslo je potekloVaše geslo je poteklo.Vaši posredni strežniki:[poročilo o napaki]_CLI_Drevesna struktura_Skupine_Dovoljenja_UporabnikiMirnoPadavineiz %s (%s) k %s %smed vrsticamivzhajajočepokaži razlikestabilnoza potrditev vtipkajte geslo dvakratenotenweather.comtmpIMUtxu/horde-5.2.17/locale/hr/0000755000175000017500000000000013162206570016347 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/hr/help.xml0000644000175000017500000000433013160205253020014 0ustar mathieumathieu Stranica portala Stranica portala daje kratak pregled svih vaših bitnih informacija. Na primjer, može prikazati koliko imate novih poruka u INBOX-u, koji su predstojeći događaji u kalendaru, zadaci na to-do listi, naslovi iz odabranih novina, i tako dalje. Mnogi od ovih sažetaka će sadržavati prečice do čestih funkcija kao što je sastavljanje nove poruke, dodavanje kalendarskog događaja ili zadatka, i sl. Sadržaj stranice portala se može prilagoditi preko gumba Izgled. Na primjer, možete izabrati stavke koje će biti dio stranice, kao i poredak u kojem će biti prikazane. tmpIMUtxu/horde-5.2.17/locale/hr/LC_MESSAGES/0000755000175000017500000000000013162206570020134 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/hr/LC_MESSAGES/horde.po0000644000175000017500000032313013160205253021572 0ustar mathieumathieu# Croatian translations for horde. # Copyright 2006-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the horde package. # Iva Rumora , 2006. # Matej Vela , 2008. # Valentin Vidic , 2011. # msgid "" msgstr "" "Project-Id-Version: horde 3\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2011-11-04 15:10+0100\n" "PO-Revision-Date: 2011-11-08 16:49+0200\n" "Last-Translator: Valentin Vidic \n" "Language-Team: i18n@lists.horde.org\n" "Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: lib/Block/Weatherdotcom.php:240 lib/Block/Weatherdotcom.php:343 #: lib/Block/Weatherdotcom.php:389 msgid " at " msgstr " brzinom od " #: admin/groups.php:33 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" je dodan/a u sustav grupa." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" je dodan/a u sustav dozvola." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nije kreiran: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB iskorišteno od %.2fMB dozvoljenih (%.2f%%)" #: lib/Block/Weatherdotcom.php:221 #, php-format msgid "%d %s and %s" msgstr "%d %s i %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Lozinka vam ističe za %d dana." #: lib/Block/Metar.php:259 #, php-format msgid "%d minutes" msgstr "%d minuta" #: services/facebook/index.php:122 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d osobi se ovo sviđa" msgstr[1] "%d osobe se ovo sviđa" msgstr[2] "%d osoba se ovo sviđa" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d-%d od %d" #: lib/Block/Weatherdotcom.php:268 #, php-format msgid "%d-day forecast" msgstr "%d-dnevna prognoza" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - Bilješka" #: admin/config/config.php:26 admin/config/index.php:355 #, php-format msgid "%s Configuration" msgstr "%s Konfiguracija" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s zadaci - potvrda" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "%s Uvjeti sporazuma" #: lib/Block/Metar.php:132 lib/Block/Metar.php:138 lib/Block/Metar.php:212 #: lib/Block/Metar.php:318 lib/Block/Metar.php:324 #, php-format msgid "%s at %s %s" msgstr "%s u %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "Aplikacija %s je spremna za dolje ponuđene postupke održavanja. Označite " "postupke koje želite provesti u ovom trenutku." #: lib/Block/Weatherdotcom.php:347 lib/Block/Weatherdotcom.php:392 msgid ", gusting " msgstr ", udari vjetra " #: lib/Block/Metar.php:161 lib/Block/Metar.php:166 #, php-format msgid ", gusting %s %s" msgstr ", udari vjetra %s %s" #: lib/Block/Metar.php:174 #, php-format msgid ", variable from %s to %s" msgstr ", promjenjiv/a od %s do %s" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-satni format" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-satni format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 sata" #: config/prefs.php:438 config/prefs.php:440 msgid "24-hour format" msgstr "24-satni format" #: templates/prefs/facebook.html:14 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" "Aplikacija može koristiti Vaš Facebook račun, ali se svaki " "put morate prijaviti na Facebook." #: templates/prefs/facebook.html:49 msgid " cannot read information about your Facebook friends." msgstr "" "Aplikacija ne može pročitati informacije o Vašim Facebook " "prijateljima." #: templates/prefs/facebook.html:37 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" "Aplikacija ne može pročitati Vaš niz poruka i razne druge " "Facebook podatke." #: templates/prefs/facebook.html:25 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" "Aplikacija ne može promijeniti Vaš status ili objaviti " "drugi sadržaj na Facebook." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "Aplikacija može koristiti vaš Twitter račun" #: services/keyboard.php:46 msgid "A characters" msgstr "Slova A" #: admin/activesync.php:36 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Zatraženo je brisanje uređaja. Uređaj će biti obrisan prilikom sljedećeg " "pokušaja sinkronizacije." #: admin/config/index.php:147 admin/config/index.php:185 #, php-format msgid "A newer version (%s) exists." msgstr "Postoji novija verzija (%s)." #: lib/Prefs/Ui.php:708 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Automatsko brisanje za uređaj sa identifikatorom %s je pokrenuto. Uređaj će " "biti obrisan prilikom sljedeće sinkronizacije." #: lib/Block/WeatherdotcomStrings.php:7 msgid "AM Clouds" msgstr "Oblaci prijepodne" #: lib/Block/WeatherdotcomStrings.php:8 msgid "AM Drizzle" msgstr "Sitna kiša prijepodne" #: lib/Block/WeatherdotcomStrings.php:9 msgid "AM Fog" msgstr "Magla prijepodne" #: lib/Block/WeatherdotcomStrings.php:10 msgid "AM Light Rain" msgstr "Slaba kiša prijepodne" #: lib/Block/WeatherdotcomStrings.php:11 msgid "AM Light Snow" msgstr "Slab snijeg prijepodne" #: lib/Block/WeatherdotcomStrings.php:12 msgid "AM Rain" msgstr "Jutarnja kiša" #: lib/Block/WeatherdotcomStrings.php:13 msgid "AM Showers" msgstr "Jutarnji pljuskovi" #: lib/Block/WeatherdotcomStrings.php:14 msgid "AM Snow" msgstr "Snijeg prijepodne" #: lib/Block/WeatherdotcomStrings.php:15 msgid "AM Snow Showers" msgstr "Jutarnji pljuskovi snijega" #: lib/Block/WeatherdotcomStrings.php:16 msgid "AM Sun" msgstr "Sunčano prijepodne" #: lib/Block/WeatherdotcomStrings.php:17 msgid "AM T-Showers" msgstr "Jutarnji pljuskovi s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:18 msgid "AM T-Storms" msgstr "Oluja s grmljavinom prijepodne" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "Jutro/Poslijepodne" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Korisnički podaci" #: config/prefs.php:296 msgid "Account Password" msgstr "Lozinka Korisničkog Računa" #: admin/activesync.php:128 msgid "Actions" msgstr "Akcije" #: config/prefs.php:673 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:73 msgid "ActiveSync Device Administration" msgstr "Administracija ActiveSync uređaja" #: admin/activesync.php:201 lib/Api.php:85 msgid "ActiveSync Devices" msgstr "ActiveSync uređaji" #: admin/activesync.php:25 lib/Prefs/Ui.php:351 msgid "ActiveSync not activated." msgstr "ActiveSync nije omogućen." #: templates/admin/groups/add.inc:11 templates/portal/add.inc:14 msgid "Add" msgstr "Dodaj" #: services/portal/index.php:49 msgid "Add Content" msgstr "Dodaj sadržaj" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Ovdje dodaj:" #: templates/admin/groups/edit.inc:56 msgid "Add Members" msgstr "Dodaj članove" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Dodaj grupu" #: admin/user.php:26 msgid "Add a new user:" msgstr "Dodaj novog korisnika:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Dodaj novi alarm" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Dodaj par" #: admin/user.php:27 msgid "Add user" msgstr "Dodaj korisnika" #: admin/signup_confirm.php:80 admin/user.php:97 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" dodan u sustav, ali nije bilo moguće dodavanje novih pristupnih " "informacija: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" dodan u sustav. Možete se prijaviti." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Dodavanje korisnika je onemogućeno." #: lib/Block/Vatid.php:117 msgid "Address" msgstr "Adresa" #: config/registry.php:122 msgid "Address Book" msgstr "Adresar" #: lib/Application.php:46 msgid "Administration" msgstr "Administracija" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Kraj alarma" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Načini alarmiranja" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Početak alarma" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Tekst alarma" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Naziv alarma" #: admin/alarms.php:138 msgid "Alarms" msgstr "Alarmi" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Svi" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Svi autenticirani korisnici" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Ključevi svih procedura su uspješno resetirani." #: lib/Prefs/Ui.php:718 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Uklonjeno stanje za Vaše ActiveSync uređaje. Uređaji će se ponovo " "sinkronizirati kod sljedećeg spajanja na poslužitelj." #: lib/Prefs/Ui.php:688 msgid "All synchronization sessions deleted." msgstr "Obrisane sve sinkronizacijske sesije." #: config/prefs.php:639 msgid "Alternate IMSP Login" msgstr "Alternativna IMSP prijava" #: config/prefs.php:653 msgid "Alternate IMSP Password" msgstr "Alternativna IMSP lozinka" #: config/prefs.php:647 msgid "Alternate IMSP Username" msgstr "Alternativno IMSP korisničko ime" #: services/resetpassword.php:32 msgid "Alternate email address" msgstr "Alternativna e-mail adresa" #: lib/Block/Weatherdotcom.php:150 msgid "An unknown error has occured." msgstr "Došlo je do nepoznate pogreške." #: services/resetpassword.php:49 msgid "Answer" msgstr "Odgovori" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Aplikacija" # Popis #: admin/phpshell.php:49 msgid "Application Context: " msgstr "Aplikacijski kontekst: " # Popis #: util/icon_browser.php:45 msgid "Application List" msgstr "Lista aplikacija" #: admin/config/index.php:225 msgid "Application is ready." msgstr "Aplikacija je spremna." #: admin/config/index.php:150 admin/config/index.php:188 msgid "Application is up-to-date." msgstr "Aplikacija je ažurna." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Odobri" # Arapski #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabic (Windows-1256)" #: admin/alarms.php:128 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Jeste li sigurni da želite obrisati '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Jeste li sigurni da želite obrisati prijavu od strane \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Jeste li sigurni da želite obrisati \"%s\"?" # Armenijski #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenian (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Umjetnost" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii crteži" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Jedna ili više shema baze je zastarjela." #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "Prilog" #: admin/groups.php:58 msgid "Attempt to delete a non-existent group." msgstr "Pokušavate izbrisati nepostojeću grupu." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Pokušavate izbrisati nepostojeću dozvolu." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Pokušavate urediti nepostojeću dozvolu." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Pokušavate urediti nepostojeću particiju." #: admin/sessions.php:44 msgid "Authenticated to:" msgstr "Prijavljen na:" #: templates/prefs/facebook.html:50 msgid "Authorize Access to Friends Data:" msgstr "Dozvolite pristup podacima prijatelja:" #: templates/prefs/facebook.html:26 msgid "Authorize Publish" msgstr "Dozvolite objavljivanje" #: templates/prefs/facebook.html:38 msgid "Authorize Read:" msgstr "Dozvolite čitanje:" #: templates/prefs/facebook.html:15 msgid "Authorize an infinite session:" msgstr "Dozvolite beskonačnu prijavu:" #: login.php:219 msgid "Automatic" msgstr "Automatski" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Dostupna polja:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Azurna" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH isprike" # Balitički #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" # temeljni, korijenski #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "\"%s\" osnovni direktorij za grafiku nije pronađen." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Postavke bloka" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Vrsta bloka" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Puni mjesec" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Plava i bijela" #: config/registry.php:204 msgid "Bookmarks" msgstr "URL adresar" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Oboje" #: themes/brown/info.php:2 msgid "Brown" msgstr "Smeđa" #: admin/sessions.php:42 msgid "Browser:" msgstr "Preglednik:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Tamno narandžasta" #: lib/Block/Weatherdotcom.php:146 msgid "Cache init was not completed." msgstr "Inicijalizacija cache memorije nije uspjela." #: config/registry.php:144 msgid "Calendar" msgstr "Kalendar" #: lib/Block/Weatherdotcom.php:230 msgid "Calm" msgstr "Mirno" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Kamuflaža" #: admin/user.php:120 admin/user.php:140 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Odustani" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Opozovi izvještaj o problemu" #: admin/activesync.php:185 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Odustani od brisanja" #: services/resetpassword.php:18 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Automatsko resetiranje lozinke nije moguće, kontaktirajte administratora." #: config/prefs.php:463 msgid "Categories and Labels" msgstr "Kategorije i oznake" # Keltski #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" # Srednjo-europski #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Central European (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Promijeni" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Promijenite Vašu lozinku" #: config/prefs.php:233 msgid "Change your personal information." msgstr "Uredite Vaše osobne podatke" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Mijenjanje lozinke nije podržano u trenutnoj konfiguraciji. Kontaktirajte " "administratora." #: lib/Block/Vatid.php:41 msgid "Check" msgstr "Provjeri" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Provjeri ima li novijih verzija" #: lib/Block/Vatid.php:43 msgid "Checking" msgstr "Provjera u toku..." # Kineski pojednostavljeni #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinese Simplified (GB2312)" # Kineski tradicionalni #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinese Traditional (Big5)" # Smjerovi? #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "Izaberite %s" #: config/prefs.php:429 msgid "Choose how to display dates (abbreviated format):" msgstr "Odabir prikaza datuma (skraćeni oblik):" #: config/prefs.php:404 msgid "Choose how to display dates (full format):" msgstr "Odabir prikaza datuma (dugi oblik):" #: config/prefs.php:443 msgid "Choose how to display times:" msgstr "Odabir prikaza vremena:" #: lib/Block/WeatherdotcomStrings.php:19 msgid "Clear" msgstr "Vedro" #: admin/sqlshell.php:122 msgid "Clear Query" msgstr "Izbriši upit" # isprazni? #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Izbriši korisnika: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Izbriši korisnika" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Izbriši korisničke podatke" #: lib/Block/WeatherdotcomStrings.php:20 msgid "Clearing Early" msgstr "Razvedravanje ujutro" #: lib/Block/WeatherdotcomStrings.php:21 msgid "Clearing Late" msgstr "Razvedravanje navečer" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "Kliknite na jedan od Vaših adresara i odaberite polja za pretragu." #: templates/logintasks/logintasks.html:30 templates/logintasks/mobile.html:37 msgid "Click to Continue" msgstr "Klikni za nastavak" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Klijentska oznaka" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Zatvori prozor" #: lib/Block/Metar.php:217 msgid "Clouds" msgstr "Oblaci" #: lib/Block/WeatherdotcomStrings.php:22 msgid "Clouds Early" msgstr "Oblačno ujutro" #: lib/Block/WeatherdotcomStrings.php:23 msgid "Clouds Late" msgstr "Oblaci navečer" #: lib/Block/WeatherdotcomStrings.php:24 msgid "Cloudy" msgstr "Oblačno" #: admin/sessions.php:35 msgid "Collapse" msgstr "Smanji" #: lib/Prefs/Ui.php:213 msgid "Color Picker" msgstr "Birač boja" #: config/registry.php:254 msgid "Comics" msgstr "Stripovi" #: admin/cmdshell.php:25 admin/cmdshell.php:47 msgid "Command" msgstr "Naredba" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Komandna linija" #: services/facebook/index.php:109 #, php-format msgid "Comments: %d" msgstr "Komentara: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Računala" # prilike, vremenske? #: lib/Block/Weatherdotcom.php:280 msgid "Condition" msgstr "Vremenske prilike" # prilike, vremenske? #: lib/Block/Metar.php:222 msgid "Conditions" msgstr "Uvjeti" #: admin/config/config.php:74 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Konfiguracija" #: admin/config/diff.php:85 msgid "Configuration Differences" msgstr "Konfiguracijske razlike" #: config/prefs.php:662 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Konfiguracija sinkroniziranja s PDA-ovima, Smartphoneom i Outlookom." #: admin/config/index.php:220 msgid "Configuration is out of date." msgstr "Konfiguraciju treba ažurirati." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Dostupne su skripte za nadogradnju konfiguracije" #: admin/config/index.php:165 #, php-format msgid "Configure %s" msgstr "Konfiguriraj %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Potvrdi lozinku" #: services/changepassword.php:25 services/resetpassword.php:26 msgid "Continue" msgstr "Nastavi" # Kolačić? #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "Različak" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Povezivanje na poslužitelj \"%s\" putem FTP-a nije uspjelo: %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Nije uspjelo spajanje na poslužitelj. Molimo pokušajte kasnije." #: admin/config/scripts.php:40 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Brisanje skripte za nadogradnju konfiguracije \"%s\" nije uspjelo." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" "Nije pronađena autorizacija koju bi aplikacija koristila za " "spajanje na Vaš Twitter račun" #: services/resetpassword.php:97 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Resetiranje lozinke traženog korisnika nije uspjelo. Neki ili svi detalji " "nisu ispravni. Pokušajte ponovno ili kontaktirajte administratora za daljnju " "pomoć." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Ne može povratiti konfiguraciju." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Ne može spremiti pričuvnu konfiguraciju: %s" #: admin/config/scripts.php:101 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Ne može spremiti skriptu za nadogradnju konfiguracije u: \"%s\"." #: admin/config/config.php:62 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Ne može spremiti %s datoteku pričuvne konfiguracije." #: admin/config/index.php:100 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nije uspjelo spremanje konfiguracijske datoteke %s. Koristite neku od donjih " "mogućnosti za spremanje koda." #: admin/config/config.php:74 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Ne može spremiti konfiguracijsku datoteku %s. Možete iskorisiti jednu od " "opcija za spremanje koda natrag na %s ili ručno kopirati kod ispod na %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Ne može zapisati konfiguraciju za \"%s\": %s" #: lib/Block/Vatid.php:105 msgid "Country" msgstr "Zemlja" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Kreiraj" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Kreiraj novi identitet" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Trenutne 4 mijene" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Postavljeni alarmi" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Trenutno zaključani korisnici" #: admin/sessions.php:27 msgid "Current Sessions" msgstr "Trenutne sesije" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Trenutno vrijeme" #: lib/Block/Metar.php:29 msgid "Current Weather" msgstr "Trenutna prognoza" #: lib/Block/Weatherdotcom.php:259 msgid "Current condition: " msgstr "Trenutni uvjeti: " # Ćirilićni #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" # Ćirilićni #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" # Ćirilićni/Ukrajinski #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: admin/config/index.php:238 admin/config/index.php:276 msgid "DB access is not configured." msgstr "DB pristup nije podešen." #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is out of date." msgstr "DB shema je zastarjela." #: admin/config/index.php:249 admin/config/index.php:288 msgid "DB schema is ready." msgstr "DB shema je spremna." #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Podaci" # StabloPodataka? Hijerarhija? #: admin/datatree.php:65 msgid "DataTree" msgstr "DataTree" #: admin/datatree.php:62 msgid "DataTree Browser" msgstr "DataTree preglednik" #: templates/prefs/syncml.html:11 templates/admin/config/index.html:33 msgid "Database" msgstr "Baza" #: lib/Block/Vatid.php:108 msgid "Date" msgstr "Datum" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Datum primitka" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Datum: %s; vrijeme: %s" #: lib/Block/Weatherdotcom.php:275 lib/Block/Weatherdotcom.php:304 msgid "Day" msgstr "Dan" #: config/prefs.php:354 config/prefs.php:437 lib/Prefs/Ui.php:80 #: lib/Prefs/Ui.php:94 msgid "Default" msgstr "Zadano" #: lib/Prefs/Ui.php:228 lib/Prefs/Ui.php:258 msgid "Default Color" msgstr "Zadana boja" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Zadani shell" # predefinirani, predviđeni, predodređeni? #: config/prefs.php:357 msgid "Default charset for sending e-mail messages:" msgstr "Vaš zadani skup znakova za odlazne poruke:" #: config/prefs.php:269 msgid "Default location to use for location-aware features." msgstr "Pretpostavljena lokacija za lokacijski ovisne mogućnosti." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definicije" #: admin/groups.php:54 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/rpc.html:35 templates/prefs/syncml.html:14 #: templates/prefs/syncml.html:23 templates/prefs/identityselect.html:34 msgid "Delete" msgstr "Izbriši" #: admin/groups.php:210 admin/alarms.php:127 #, php-format msgid "Delete \"%s\"" msgstr "Obriši \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Obriši sve podatke za SyncML" #: admin/groups.php:184 msgid "Delete Group" msgstr "Izbriši grupu" #: admin/config/scripts.php:38 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Obrisana skripta za nadogradnju configuracije \"%s\"." #: lib/Prefs/Ui.php:680 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Obrisana sinkronizacijska sesija za uređaj \"%s\" i bazu \"%s\"." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Opišite problem" #: config/registry.php:216 msgid "Development" msgstr "Razvoj" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Uređaj" #: admin/activesync.php:121 msgid "Device ID" msgstr "Identifikator uređaja" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Upravljanje uređajem" #: lib/Prefs/Ui.php:404 msgid "Device id:" msgstr "Identifikator uređaja:" #: admin/activesync.php:169 lib/Prefs/Ui.php:392 msgid "Device is wiped" msgstr "Uređaj je obrisan" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Uređaj uspješno obrisan." #: admin/activesync.php:41 msgid "Device wipe successfully canceled." msgstr "Brisanje uređaja uspješno otkazano." #: lib/Block/Metar.php:190 msgid "Dew Point" msgstr "Točka rošenja" #: lib/Block/Metar.php:267 msgid "Dew Point for last hour: " msgstr "Točka rošenja zadnjih sat vremena: " #: lib/Block/Weatherdotcom.php:211 msgid "Dew point: " msgstr "Točka rošenja: " # Izlistaj tablice ? #: templates/prefs/twitter.html:10 templates/prefs/facebook.html:10 #: templates/prefs/facebook.html:21 templates/prefs/facebook.html:33 #: templates/prefs/facebook.html:45 msgid "Disable" msgstr "Onemogući" #: config/prefs.php:373 msgid "Display 24-hour times?" msgstr "Prikazuj 24-satno vrijeme?" #: config/prefs.php:489 msgid "Display Preferences" msgstr "Postavke prikaza" #: lib/Block/Weatherdotcom.php:79 msgid "Display detailed forecast" msgstr "Prikaži detaljnu prognozu" #: lib/Block/Metar.php:71 msgid "Display forecast (TAF)" msgstr "Prikaži prognozu (TAF)" #: templates/data/tsvinfo.inc:12 templates/data/csvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Sadrži li prvi red nazive polja? Ako da, označite ovu kućicu:" #: templates/login/login.inc:54 msgid "Don't have an account? Sign up." msgstr "Nemate račun? Prijavite se." #: admin/config/index.php:147 admin/config/index.php:185 #, php-format msgid "Download %s" msgstr "Preuzmi %s" #: admin/config/index.php:306 msgid "Download generated configuration as PHP script." msgstr "Preuzmi generiranu konfiguraciju u obliku PHP skripte." #: lib/Block/WeatherdotcomStrings.php:25 msgid "Drizzle" msgstr "Sitna kiša" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Lijekovi" #: login.php:227 msgid "Dynamic" msgstr "Dinamički" #: services/keyboard.php:64 msgid "E characters" msgstr "Slova E" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identifikacija EU PDV-a" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Uredi" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Uredi \"%s\"" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "Izmjeni postavke za" #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "Uredi dozvole" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Uredi dozvole za \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Obrazovanje" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-mail adresa" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Završno vrijeme" #: lib/Prefs/Ui.php:201 msgid "Enter a name for the new category:" msgstr "Molimo unesite naziv za novu kategoriju:" #: config/prefs.php:307 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Unesite tajno pitanje koje će vam biti postavljeno ako ćete morati " "resetirati lozinku; npr. 'Kako Vam se zove ljubimac?':" #: lib/Prefs/Ui.php:546 services/twitter/index.php:176 #: services/twitter/index.php:199 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Greška pri spajanju na Twitter: %s. Detalji su dostupni administratorima." #: lib/Prefs/Ui.php:682 msgid "Error deleting synchronization session:" msgstr "Greška pri brisanju sinkronizacijske sesije:" #: lib/Prefs/Ui.php:690 msgid "Error deleting synchronization sessions:" msgstr "Greška pri brisanju sinkronizacijskih sesija:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Greška prilikom promjene lozinke: %s." #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Nacionalan" #: services/facebook/index.php:77 msgid "Event Invites:" msgstr "Pozivi na događaje:" #: config/prefs.php:539 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Svakih 15 minuta" #: config/prefs.php:575 msgid "Every 2 minutes" msgstr "Svake 2 minute" #: config/prefs.php:536 config/prefs.php:573 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Svakih 30 sekundi" #: config/prefs.php:538 config/prefs.php:576 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Svakih 5 minuta" #: config/prefs.php:540 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Svakih pola sata" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Svaki sat" #: config/prefs.php:537 config/prefs.php:574 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Svake minute" #: templates/data/datemap.inc:26 msgid "Example values:" msgstr "Primjeri vrijednosti:" #: admin/phpshell.php:60 admin/sqlshell.php:121 admin/cmdshell.php:53 msgid "Execute" msgstr "Izvrši" #: admin/sessions.php:34 msgid "Expand" msgstr "Proširi" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "vrlo velika" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "FTP postavljanje konfiguracije" #: config/prefs.php:600 msgid "Facebook Integration" msgstr "Povezivanje sa Facebookom" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Izblijedi u zeleno" # Vedro #: lib/Block/WeatherdotcomStrings.php:26 msgid "Fair" msgstr "Lijepo" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Kanal" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Adresa kanala" # Osjetilno ? #: lib/Block/Metar.php:193 msgid "Feels Like" msgstr "Osjeća se kao" #: lib/Block/Weatherdotcom.php:215 msgid "Feels like: " msgstr "Osjeća se kao: " #: lib/Block/WeatherdotcomStrings.php:27 msgid "Few Showers" msgstr "Mjestimični pljuskovi" #: lib/Block/WeatherdotcomStrings.php:28 msgid "Few Snow Showers" msgstr "Mjestimični pljuskovi snijega" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "Polja za pretragu" #: config/registry.php:305 msgid "File Manager" msgstr "Datoteke" #: lib/Block/FbStream.php:54 msgid "Filter" msgstr "Filtriranje" #: config/registry.php:88 msgid "Filters" msgstr "Filteri" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Prva polovica" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Prva četvrt" #: lib/Block/WeatherdotcomStrings.php:29 msgid "Fog" msgstr "Magla" #: lib/Block/WeatherdotcomStrings.php:30 msgid "Fog Early" msgstr "Magla ujutro" #: lib/Block/WeatherdotcomStrings.php:31 msgid "Fog Late" msgstr "Magla navečer" #: lib/Block/WeatherdotcomStrings.php:32 msgid "Foggy" msgstr "Maglovito" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Hrana" #: lib/Block/Metar.php:307 msgid "Forecast (TAF)" msgstr "Prognoza (TAF)" #: lib/Block/Weatherdotcom.php:67 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Prognozirani dani (uočite da primljena vrem.prognoza sadrži i dnevnu i " "noćni; velik broj može proširiti blok)" #: templates/login/login.inc:61 msgid "Forgot your password?" msgstr "Zaboravili ste lozinku?" #: config/registry.php:333 msgid "Forms" msgstr "Formulari" # Sudbina ? #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Sreća" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Vrsta sreće" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Sreća" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Sreća 2" #: config/registry.php:327 msgid "Forums" msgstr "Forumi" #: lib/Block/WeatherdotcomStrings.php:33 msgid "Freezing Drizzle" msgstr "Susnježica" #: services/facebook/index.php:76 msgid "Friend Requests:" msgstr "Zahtjevi za prijateljstvom:" #: templates/prefs/facebook.html:44 msgid "Friends enabled" msgstr "Omogućeni prijatelji" #: lib/Block/Weatherdotcom.php:232 lib/Block/Weatherdotcom.php:342 #: lib/Block/Weatherdotcom.php:388 msgid "From the " msgstr "Sa " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Detaljan opis problema" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Pun Mjesec" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Puno Ime" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Generiraj %s konfiguraciju" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Generirani kod" #: lib/Block/FbStream.php:170 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Dohvati još" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "Općenito" #: templates/prefs/app.html:17 msgid "Go" msgstr "Kreni" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google pretraga" # Grčki #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Greek (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Zelena" #: themes/grey/info.php:2 msgid "Grey" msgstr "Siva" #: admin/groups.php:165 msgid "Group Administration" msgstr "Administracija grupe" #: templates/admin/groups/add.inc:9 msgid "Group name" msgstr "Ime grupe" #: admin/groups.php:36 #, php-format msgid "Group was not created: %s." msgstr "Grupa nije kreirana: %s." #: admin/groups.php:224 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupe" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Dozvole gosta" #: lib/Block/WeatherdotcomStrings.php:34 msgid "Haze" msgstr "Sumaglica" #: lib/Block/WeatherdotcomStrings.php:35 msgid "Heavy Rain" msgstr "Jaka kiša" #: lib/Block/WeatherdotcomStrings.php:36 msgid "Heavy T-Storm" msgstr "Oluja sa snažnom grmljavinom" # Hebrejski #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrew (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Visina" #: lib/Block/TwitterTimeline.php:70 lib/Block/FbStream.php:69 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Visina niza novih poruka (širina se automatski podešava prema bloku)" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Pomoć" #: services/help/index.php:70 msgid "Help _Topics" msgstr "Teme pomoći" # Polutka #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisfera" #: templates/data/tsvinfo.inc:10 templates/data/csvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Ovo je početak datoteke:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Visoki kontrast" #: templates/prefs/app.html:24 msgid "Hide Advanced Preferences" msgstr "Sakrij napredne postavke" #: services/portal/cloud_search.php:37 msgid "Hide Results" msgstr "Sakrij rezultate" #: templates/sidebar/sidebar.inc:3 msgid "Hide Sidebar" msgstr "Sakrij bočnu traku" #: lib/Block/WeatherdotcomStrings.php:100 msgid "High" msgstr "Visoko" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Korisnički direktorij" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "Horde web stranice" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Koliko ima polja (stupaca)?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Koliko sekundi između provjera ima li novih članaka?" #: lib/Block/Metar.php:203 lib/Block/Weatherdotcom.php:283 msgid "Humidity" msgstr "Vlažnost" #: lib/Block/Weatherdotcom.php:243 msgid "Humidity: " msgstr "Vlažnost: " #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Komičari" #: services/keyboard.php:78 msgid "I characters" msgstr "Slova I" #: config/prefs.php:562 msgid "Icons Only" msgstr "Samo ikone" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikone za %s" #: config/prefs.php:563 msgid "Icons with text" msgstr "Ikone s tekstom" # Republika #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Ideje" #: config/prefs.php:244 msgid "Identity's name:" msgstr "Naziv identiteta:" #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #, php-format msgid "Import, Step %d" msgstr "Uvezi, Korak %d" #: templates/data/datemap.inc:17 #, php-format msgid "Imported field: %s" msgstr "Uvezeno polje: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Uvezena polja:" #: lib/Block/TwitterTimeline.php:118 msgid "In reply to:" msgstr "Odgovor na:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "U listi slijeva odaberite polje iz izvorne datoteke, a u listi zdesna " "odgovarajuće polje u vašem adresaru. Potom kliknite \"Dodaj par\" kako biste " "ih označili za uvoz. Kada završite, kliknite \"Sljedeće\"." #: services/resetpassword.php:55 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Neispravno korisničko ime ili alternativna adresa. Pokušajte ponovo ili " "kontaktirajte administratora za pomoć." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Pojedinačni korisnici" #: templates/prefs/facebook.html:9 msgid "Infinite sessions enabled." msgstr "Beskonačna prijava aktivirana." #: config/registry.php:249 msgid "Information" msgstr "Informacije" #: lib/Block/Weatherdotcom.php:312 msgid "Information no longer available." msgstr "Informacija više nije dostupna." #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Naslijeđeni članovi" #: config/prefs.php:321 msgid "Insert an email address to which you can receive the new password:" msgstr "Unesite e-mail adresu na koju možete primiti novu lozinku:" #: config/prefs.php:314 msgid "Insert the required answer to the security question:" msgstr "Unesite traženi odgovor na sigurnosno pitanje:" #: lib/Block/Vatid.php:57 msgid "Invalid VAT identification number format." msgstr "Neispravan oblik brojčane oznake PDV-a." #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "Neispravna akcija %s." #: admin/config/config.php:29 msgid "Invalid application." msgstr "Neispravna aplikacija." #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "Neispravan sažetak." #: lib/Block/Weatherdotcom.php:160 msgid "Invalid license key." msgstr "Neispravni ključ licence." #: lib/Block/Weatherdotcom.php:154 msgid "Invalid location provided." msgstr "Navedena neispravna lokacija." # matična, osnovna, nadređena #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Neispravna nad-dozvola." #: lib/Block/Weatherdotcom.php:156 msgid "Invalid partner id." msgstr "Neispravna oznaka partnera." #: lib/Block/Weatherdotcom.php:158 msgid "Invalid product code." msgstr "Neispravan kod usluge." #: lib/Block/WeatherdotcomStrings.php:37 msgid "Isolated T-Storms" msgstr "Mjestimične oluje s grmljavinom" # Japanski #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanese (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:120 msgid "Just now..." msgstr "Maloprije..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel početnici" #: services/help/index.php:134 msgid "Keyword" msgstr "Ključna riječ" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Djeca" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" # Korejski #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korean (EUC-KR)" #: login.php:363 templates/login/login.inc:34 msgid "Language" msgstr "Jezik" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "velika" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Zadnja polovica" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Zadnja promjena lozinke" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Zadnja četvrt" #: admin/activesync.php:100 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Vrijeme posljednje sinkronizacije" #: lib/Block/Metar.php:124 msgid "Last Updated:" msgstr "Posljednje ažuriranje:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Posljednja prijava: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Posljednja prijava: %s sa %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Posljednja prijava: Nikad" # Kraljevina #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Najnovije" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "Lavanda" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Zakon" # vrijednosti s desna? ispravne? #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Svijetlo plava" #: lib/Block/WeatherdotcomStrings.php:38 msgid "Light Drizzle" msgstr "Sitna kiša" #: lib/Block/WeatherdotcomStrings.php:39 msgid "Light Rain" msgstr "Slaba kiša" #: lib/Block/WeatherdotcomStrings.php:40 msgid "Light Rain Early" msgstr "Slaba kiša ujutro" #: lib/Block/WeatherdotcomStrings.php:41 msgid "Light Rain Late" msgstr "Slaba kiša navečer" #: lib/Block/WeatherdotcomStrings.php:42 msgid "Light Rain Shower" msgstr "Slab pljusak" #: lib/Block/WeatherdotcomStrings.php:43 msgid "Light Rain with Thunder" msgstr "Slaba kiša s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:44 msgid "Light Snow" msgstr "Slab snijeg" #: lib/Block/WeatherdotcomStrings.php:45 msgid "Light Snow Early" msgstr "Slab snijeg ujutro" #: lib/Block/WeatherdotcomStrings.php:46 msgid "Light Snow Late" msgstr "Slab snijeg navečer" #: lib/Block/WeatherdotcomStrings.php:47 msgid "Light Snow Shower" msgstr "Pljusak sa susnježicom" #: services/facebook/index.php:113 msgid "Like" msgstr "Sviđa mi se" # grad ili šaljiva pjesmica? #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" # Izlistaj tablice ? #: admin/sqlshell.php:126 msgid "List Tables" msgstr "Tablice liste" #: admin/alarms.php:135 #, php-format msgid "Listing alarms failed: %s" msgstr "Izlistavanje alarma nije uspjelo: %s" #: admin/locks.php:55 #, php-format msgid "Listing locks failed: %s" msgstr "Izlistavanje zaključanih korisnika nije uspjelo: %s" #: admin/sessions.php:71 #, php-format msgid "Listing sessions failed: %s" msgstr "Izlistavanje sesija nije uspjelo: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Izlistavanje korisnika je onemogućeno." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: templates/sidebar/sidebar.inc:5 msgid "Loading..." msgstr "Učitava se..." #: lib/Block/Weatherdotcom.php:195 msgid "Local time: " msgstr "Lokalno vrijeme: " #: config/prefs.php:330 msgid "Locale and Time" msgstr "Lokalizacijske opcije" #: lib/Block/Sunrise.php:23 lib/Block/Metar.php:51 #: lib/Block/Weatherdotcom.php:52 msgid "Location" msgstr "Lokacija" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Zaključani korisnik" #: admin/locks.php:58 msgid "Locks" msgstr "Zaključani korisnici" #: login.php:303 templates/login/login.inc:43 msgid "Log in" msgstr "Prijavi se" # _Odjavi se #: templates/portal/mobile.inc:7 msgid "Log out" msgstr "Odjava" #: login.php:328 msgid "Login failed because your username or password was entered incorrectly." msgstr "Prijava nije uspjela zbog krivog korisničkog imena ili zaporke." #: login.php:324 msgid "Login failed." msgstr "Prijava nije uspjela." #: templates/prefs/facebook.html:57 msgid "Login to Facebook and authorize " msgstr "Prijava na Facebook i autorizacija aplikacije " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Prijava na Twitter i autorizacija aplikacije " #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Ljubav" #: lib/Block/WeatherdotcomStrings.php:98 msgid "Low" msgstr "Nisko" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Loyola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Loyola plavo" #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Čarolija" #: config/registry.php:80 msgid "Mail" msgstr "Pošta" # pošte, e-maila #: config/registry.php:350 msgid "Mail Admin" msgstr "Mail Administrator" #: config/prefs.php:464 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Upravljanje kategorijama i označavanje njihovih elemenata te dodjeljivanje " "boje tim kategorijama." #: config/prefs.php:674 msgid "Manage your ActiveSync devices." msgstr "Upravljanje Vašim ActiveSync uređajima." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Podudarajuća polja:" #: lib/Block/Metar.php:279 msgid "Max temp last 24 hours: " msgstr "Max. temp. zadnja 24 sata: " #: lib/Block/Metar.php:271 msgid "Max temp last 6 hours: " msgstr "Max. temp. zadnjih 6 sati: " #: lib/Application.php:42 msgid "Maximum Number of Portal Blocks" msgstr "Maksimalan broj blokova Portala" #: lib/Block/FbStream.php:60 msgid "Maximum number of entries to display" msgstr "Maksimalan broj zapisa za prikaz" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "srednja" #: templates/admin/groups/edit.inc:19 msgid "Members" msgstr "Članovi" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Spominje" #: config/prefs.php:565 msgid "Menu mode:" msgstr "Izgled izbornika:" #: lib/Block/Metar.php:22 msgid "Metar Weather" msgstr "METAR prognoza" #: lib/Block/Weatherdotcom.php:148 msgid "MetarDB is not connected." msgstr "MetarDB nije dostupan." #: lib/Block/Metar.php:61 lib/Block/Weatherdotcom.php:62 msgid "Metric" msgstr "Metrički" # posljednja? #: lib/Block/Metar.php:283 msgid "Min temp last 24 hours: " msgstr "Min. temp. zadnja 24 sata: " #: lib/Block/Metar.php:275 msgid "Min temp last 6 hours: " msgstr "Min. temp. zadnjih 6 sati: " #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Razno" #: admin/config/index.php:197 msgid "Missing configuration." msgstr "Nedostaje konfiguracija." #: lib/Block/WeatherdotcomStrings.php:48 msgid "Mist" msgstr "Magla" #: login.php:235 msgid "Mobile" msgstr "Mobilni telefon" #: login.php:231 msgid "Mobile (Smartphone)" msgstr "Mobilni telefon (pametni uređaji)" #: login.php:215 msgid "Mode" msgstr "Način prikaza" #: lib/Block/WeatherdotcomStrings.php:99 msgid "Moderate" msgstr "Umjereno" #: config/prefs.php:452 msgid "Monday" msgstr "Ponedjeljak" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Mjesečeve mijene" #: lib/Block/WeatherdotcomStrings.php:49 msgid "Mostly Clear" msgstr "Pretežno vedro" #: lib/Block/WeatherdotcomStrings.php:50 msgid "Mostly Cloudy" msgstr "Pretežno oblačno" #: lib/Block/WeatherdotcomStrings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Pretežno oblačno i vjetrovito" #: lib/Block/WeatherdotcomStrings.php:52 msgid "Mostly Sunny" msgstr "Pretežno sunčano" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php:300 msgid "My Account" msgstr "Moj korisnički račun" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Moji korisnički podaci" #: lib/Block/FbStream.php:30 msgid "My Facebook Stream" msgstr "Moje Facebook novosti" #: services/portal/index.php:43 msgid "My Portal" msgstr "Moj portal" #: services/portal/edit.php:32 msgid "My Portal Layout" msgstr "Izgled mojeg portala" #: templates/logintasks/logintasks.html:27 templates/logintasks/mobile.html:31 msgid "NO, I Do NOT Agree" msgstr "NE, ne slažem se" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "UPOZORENJE: BRISANJE UREĐAJA MOŽE GA VRATITI NA TVORNIČKE POSTAVKE. MOLIMO " "RAZMISLITE ŽELITE LI TO PRIJE POKRETANJA BRISANJA" #: lib/Block/Vatid.php:113 msgid "Name" msgstr "Ime" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: config/prefs.php:535 config/prefs.php:572 templates/portal/layout.inc:97 msgid "Never" msgstr "Nikada" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Nova kategorija" #: services/facebook/index.php:73 msgid "New Messages:" msgstr "Nove poruke:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Mlađak" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Novo korisničko ime (opcionalno)" #: services/changepassword.php:29 msgid "New password" msgstr "Nova lozinka" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nove lozinke se ne podudaraju." #: config/registry.php:259 lib/Block/Fortune.php:59 msgid "News" msgstr "Vijesti" #: templates/data/datemap.inc:43 templates/data/tsvinfo.inc:15 #: templates/data/csvinfo.inc:21 templates/data/csvmap.inc:120 msgid "Next" msgstr "Dalje" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Sljedeće 4 mijene" #: lib/Block/Weatherdotcom.php:362 msgid "Night" msgstr "Noć" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Bez zvuka" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Nema dostupnih konfiguracijskih podataka za prikazivanje razlika." #: admin/config/diff.php:44 msgid "No change." msgstr "Nema promjene." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ikone nisu pronađene." #: lib/Block/Sunrise.php:45 lib/Block/Metar.php:99 #: lib/Block/Weatherdotcom.php:113 msgid "No location is set." msgstr "Lokacija nije navedena." #: lib/Block/Weatherdotcom.php:152 msgid "No location provided." msgstr "Lokacija nije navedena." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Nema loše sreće" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nema prijavi na čekanju." #: services/resetpassword.php:51 msgid "No security question has been set. Please contact your administrator." msgstr "" "Sigurnosna provjera nije postavljena. Molimo kontaktirajte administratora." #: admin/config/index.php:144 admin/config/index.php:182 msgid "No stable version exists yet." msgstr "Još ne postoji stabilna verzija." #: lib/Block/Weatherdotcom.php:123 msgid "No temporary directory available for cache." msgstr "Nema privremenih direktorija za spremanje cache memorije." # Naziv #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "Korisničko ime nije navedeno." #: admin/config/index.php:203 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Oznaka verzije nije pronađena u izvornoj konfiguraciji. Obnovite " "konfiguraciju." #: admin/config/index.php:212 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Oznaka verzije nije pronađena u Vašoj konfiguraciji. Obnovite konfiguraciju." #: lib/Prefs/Ui.php:383 templates/prefs/activesync.html:43 #: templates/prefs/syncml.html:34 templates/prefs/identityselect.html:20 msgid "None" msgstr "Ništa" # Nordijski #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Sjeverna hemisfera" #: admin/activesync.php:173 lib/Prefs/Ui.php:398 msgid "Not Provisioned" msgstr "Nije postavljen" #: config/registry.php:192 msgid "Notes" msgstr "Bilješke" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Ništa za pretražiti, vrati se natrag." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Broj prikazanih članaka" #: lib/Block/TwitterTimeline.php:75 msgid "Number of seconds to wait to refresh" msgstr "Broj sekundi između osvježavanja" #: services/keyboard.php:92 msgid "O characters" msgstr "Slova O" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Kreator objekata" # filter uvreda, za uvrede? #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filter uvredljivih sadržaja" # office? #: config/registry.php:271 msgid "Office" msgstr "Ured" #: themes/hordeweb1/info.php:2 msgid "Old Horde Website" msgstr "Stara Horde web stranica" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Nova i stara lozinka se moraju razlikovati." #: services/changepassword.php:28 msgid "Old password" msgstr "Stara lozinka" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Stara lozinka je netočna." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Samo loša sreća" # na particiji ili za dijeljenje podataka? #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Samo vlasnik ili administrator sustava mogu mijenjati vlasništvo ili " "vlasničke dozvole za particiju" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operativni sustav" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "Ili unesite korisničko ime:" #: config/registry.php:117 msgid "Organizing" msgstr "Organizator" #: services/keyboard.php:124 msgid "Other" msgstr "Ostalo" #: config/prefs.php:488 config/prefs.php:599 config/prefs.php:619 #: config/prefs.php:638 config/prefs.php:660 config/prefs.php:672 msgid "Other Information" msgstr "Ostale informacije" #: services/keyboard.php:122 msgid "Other characters" msgstr "Ostali znakovi" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "Vlasnik" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "Vlasnik:" #: admin/phpshell.php:56 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:76 msgid "PHP Code" msgstr "PHP kod" #: admin/phpshell.php:37 msgid "PHP Shell" msgstr "PHP ljuska" #: lib/Block/WeatherdotcomStrings.php:54 msgid "PM Clouds" msgstr "Oblaci poslijepodne" #: lib/Block/WeatherdotcomStrings.php:55 msgid "PM Drizzle" msgstr "Sitna kiša poslijepodne" #: lib/Block/WeatherdotcomStrings.php:56 msgid "PM Fog" msgstr "Magla poslijepodne" #: lib/Block/WeatherdotcomStrings.php:57 msgid "PM Light Rain" msgstr "Slaba kiša poslijepodne" #: lib/Block/WeatherdotcomStrings.php:58 msgid "PM Light Snow" msgstr "Slab snijeg poslijepodne" #: lib/Block/WeatherdotcomStrings.php:59 msgid "PM Rain" msgstr "Kiša poslijepodne" #: lib/Block/WeatherdotcomStrings.php:60 msgid "PM Showers" msgstr "Pljuskovi poslijepodne" #: lib/Block/WeatherdotcomStrings.php:61 msgid "PM Snow" msgstr "Snijeg poslijepodne" #: lib/Block/WeatherdotcomStrings.php:62 msgid "PM Snow Showers" msgstr "Pljuskovi snijegai poslijepodne" #: lib/Block/WeatherdotcomStrings.php:63 msgid "PM Sun" msgstr "Sunčano poslijepodne" #: lib/Block/WeatherdotcomStrings.php:64 msgid "PM T-Showers" msgstr "Pljuskovi s grmljavinom poslijepodne" #: lib/Block/WeatherdotcomStrings.php:65 msgid "PM T-Storms" msgstr "Oluje s grmljavinom poslijepodne" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Nedostaje ekstenzija POSIX" #: lib/Api.php:67 msgid "P_HP Shell" msgstr "P_HP ljuska" #: lib/Block/WeatherdotcomStrings.php:53 msgid "Partly Cloudy" msgstr "Djelomično oblačno" #: login.php:194 admin/user.php:40 admin/user.php:54 #: admin/config/index.php:319 config/registry.php:317 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Lozinka" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Lozinka je uspješno promijenjena." #: lib/Prefs/Ui.php:302 msgid "Password:" msgstr "Lozinka:" #: admin/user.php:173 admin/user.php:233 msgid "Passwords must match." msgstr "Lozinke se moraju podudarati." #: admin/sqlshell.php:110 msgid "Paste" msgstr "Zalijepi" # neriješene prijave #: templates/admin/user/removequeued.inc:7 templates/admin/user/approve.inc:9 msgid "Pending Signups:" msgstr "Prijave na čekanju:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Ljudi" # prijavni, zadaci po prijavi? #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Izvrši prijavne zadatke" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Dozvola \"%s\" nije izbrisana." #: admin/perms/index.php:28 msgid "Permissions" msgstr "Dozvole" #: admin/perms/delete.php:52 admin/perms/edit.php:116 admin/perms/index.php:22 #: admin/perms/addchild.php:57 msgid "Permissions Administration" msgstr "Administracija dozvola" #: config/prefs.php:232 msgid "Personal Information" msgstr "Osobne informacije" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Ljubimci" #: config/registry.php:338 msgid "Photos" msgstr "Slike" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Fraze" #: login.php:200 msgid "Please enter a password." msgstr "Molimo unesite lozinku." #: login.php:199 msgid "Please enter a username." msgstr "Molimo unesite korisničko ime." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Molimo unesite sažetak problema." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Molimo pročitajte sljedeći tekst. Kako biste koristili sustav, MORATE " "pristati na navedene uvjete." #: services/facebook/index.php:75 msgid "Pokes:" msgstr "Bockanje:" #: admin/activesync.php:107 msgid "Policy Key" msgstr "Kontrolni ključ" #: lib/Prefs/Ui.php:404 msgid "Policy Key:" msgstr "Kontrolni ključ:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" # Smjerovi? #: services/facebook/index.php:109 #, php-format msgid "Posted %s" msgstr "Poslano %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Poslano %s putem %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/Metar.php:239 lib/Block/Metar.php:244 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Oborine u zadnjih %d sati: " msgstr[1] "Oborine u zadnja %d sata: " msgstr[2] "Oborine u zadnjih %d sati: " #: lib/Block/Weatherdotcom.php:281 msgid "Precipitation
chance" msgstr "Vjerojatnost
oborina" #: lib/Block/Metar.php:198 msgid "Pressure" msgstr "Tlak:" #: lib/Block/Metar.php:232 msgid "Pressure at sea level: " msgstr "Tlak na razini mora: " #: lib/Block/Weatherdotcom.php:219 msgid "Pressure: " msgstr "Tlak: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Principal" #: services/problem.php:145 msgid "Problem Description" msgstr "Opis problema" #: admin/activesync.php:173 lib/Prefs/Ui.php:397 msgid "Provisioned" msgstr "Postavljeno" #: templates/prefs/facebook.html:20 msgid "Publish enabled." msgstr "Omogućeno objavljivanje." #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Purpurni Horde" #: admin/sqlshell.php:59 msgid "Query" msgstr "Upit" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvota" #: lib/Block/WeatherdotcomStrings.php:66 msgid "Rain" msgstr "Kiša" #: lib/Block/WeatherdotcomStrings.php:67 msgid "Rain Early" msgstr "Kiša ujutro" #: lib/Block/WeatherdotcomStrings.php:68 msgid "Rain Late" msgstr "Kiša navečer" #: lib/Block/WeatherdotcomStrings.php:69 msgid "Rain Shower" msgstr "Pljusak" #: lib/Block/WeatherdotcomStrings.php:70 msgid "Rain and Snow" msgstr "Susnježica" #: lib/Block/WeatherdotcomStrings.php:71 msgid "Rain to Snow" msgstr "Prijelaz kiša-snijeg" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Sretna slučajnost" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Pročitaj" #: templates/prefs/facebook.html:32 msgid "Read enabled" msgstr "Omogućeno čitanje" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Želite li stvarno obrisati \"%s\"? Ovaj postupak se ne može opozvati." #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Želite li stvarno obrisati podatke o korisniku \"%s\"? Ovaj postupak se ne " "može opozvati." #: config/prefs.php:578 msgid "Refresh Dynamic Menu Elements:" msgstr "Osvježavanje elemenata dinamičkog izbornika:" #: config/prefs.php:542 msgid "Refresh Portal View:" msgstr "Osvježite pregled portala:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Brzina osvježavanja:" #: admin/activesync.php:136 msgid "Registered User Devices" msgstr "Registracija korisničkih uređaja" #: lib/Block/Metar.php:299 msgid "Remarks" msgstr "Opaske" #: admin/sessions.php:43 admin/sessions.php:59 msgid "Remote Host:" msgstr "Udaljeni stroj:" #: lib/Prefs/Ui.php:300 msgid "Remote URL (http://www.example.com/horde):" msgstr "Udaljeni URL (http://www.example.com/horde):" #: admin/activesync.php:187 templates/admin/groups/edit.inc:26 #: templates/admin/user/removequeued.inc:13 #: templates/admin/user/approve.inc:40 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Obriši" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Obriši par" #: admin/config/index.php:338 msgid "Remove saved script from server's temporary directory." msgstr "Obriši spremljenu skriptu iz privremenog direktorija poslužitelja." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Obriši korisnika" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Brisanje korisnika: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Odgovor" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Ponovo postavi sve uređaje" #: lib/Block/Weatherdotcom.php:140 msgid "Requested service could not be found." msgstr "Traženi servis nije pronađen." #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Resetiraj" #: services/resetpassword.php:46 msgid "Reset Password" msgstr "Resetiraj lozinku" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Resetiraj stanje svih uređaja. Vaši uređaji će ponovo sinkronizirati sve " "stavke." # iznova postavi lozinku? #: services/resetpassword.php:24 msgid "Reset your password" msgstr "Resetirajte svoju lozinku" #: admin/sqlshell.php:124 msgid "Restore Last Query" msgstr "Vrati prethodni upit" #: admin/phpshell.php:79 admin/sqlshell.php:62 admin/cmdshell.php:28 msgid "Results" msgstr "Rezultati" #: services/portal/cloud_search.php:34 #, php-format msgid "Results for %s" msgstr "Rezultati za %s" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Povratak na popis postavki" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Ponovo objavi" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Ponovo objavio %s" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Ponovite novu lozinku" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Povrati konfiguraciju" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Zagonetke" #: admin/sqlshell.php:111 msgid "Run" msgstr "Pokreni" # prijavni, zadaci po prijavi? #: templates/logintasks/mobile.html:26 msgid "Run Login Tasks" msgstr "Pokreni prijavne zadatke" #: admin/sqlshell.php:43 msgid "SQL Shell" msgstr "SQL ljuska" #: lib/Api.php:72 msgid "S_QL Shell" msgstr "S_QL ljuska" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Spremi" #: templates/admin/groups/edit.inc:70 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "Spremi \"%s\"" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "Snimi i izađi" #: admin/config/index.php:310 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Spremite stvorenu konfiguraciju kao PHP skriptu u privremeni direktorij " "Vašeg poslužitelja." #: admin/config/scripts.php:99 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Skripta za nadogradnju konfiguracije spremljena u: \"%s\"." #: lib/Block/WeatherdotcomStrings.php:72 msgid "Scattered Showers" msgstr "Mjestimični pljuskovi" #: lib/Block/WeatherdotcomStrings.php:73 msgid "Scattered T-Storms" msgstr "Mjestimične oluje s grmljavinom" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Znanost" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Opseg" #: services/help/index.php:71 msgid "Sea_rch" msgstr "Pre_traga" #: services/help/index.php:130 templates/admin/user/list.inc:16 msgid "Search" msgstr "Pre_traga" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Pre_traga:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "Odaberite grupu koju želite dodati:" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "Odaberite novog vlasnika:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Odaberite poslužitelj" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "Odaberite korisnika kojeg želite dodati:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Označi sva polja za pretraživanje prilikom proširivanja adresa." #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Odaberite potrebne znakove iz kućica niže. Možete ih kopirati i zalijepiti " "iz tekstualnog područja." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Odaberite format datuma i vremena:" #: templates/data/datetime.inc:76 templates/data/date.inc:34 msgid "Select the date delimiter:" msgstr "Odaberite razdjelnik datuma:" #: templates/data/datetime.inc:86 templates/data/date.inc:44 msgid "Select the date format:" msgstr "Odaberite format datuma:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Odaberite poredak datuma i vremena:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Odaberite razdjelnik vremena:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Odaberite format vremena:" #: config/prefs.php:528 msgid "Select your color scheme." msgstr "Odaberite shemu boja." #: config/prefs.php:345 msgid "Select your preferred language:" msgstr "Odaberite željeni jezik:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Pošalji izvještaj o problemu" # Osjetilo? #: lib/Block/Metar.php:289 msgid "Sensor: " msgstr "Senzor: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Vrijeme na poslužitelju" #: lib/Block/Weatherdotcom.php:144 msgid "Server data wrong or not available." msgstr "Podaci s poslužitelja neispravni ili nedostupni." #: admin/sessions.php:19 msgid "Session Admin" msgstr "Administracija sesija" #: admin/sessions.php:41 msgid "Session Timestamp:" msgstr "Vremenska oznaka sesije:" #: lib/Api.php:62 msgid "Sessions" msgstr "Sesije" #: config/prefs.php:297 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "Podesite opcije za resetiranje lozinke u slučaju da ju zaboravite." #: config/prefs.php:601 msgid "Set up integration with your Facebook account." msgstr "Postavi integraciju s Vašim Facebook računom." #: config/prefs.php:621 msgid "Set up integration with your Twitter account." msgstr "Postavi integraciju s Vašim Twitter računom." #: config/prefs.php:331 msgid "Set your preferred language, timezone and date preferences." msgstr "Odaberite željeni jezik, vremensku zonu i postavke datuma." #: config/prefs.php:490 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Postavite željenu početnu aplikaciju, shemu boja, osvježavanje stranice te " "ostale opcije prikaza." #: lib/Block/Weatherdotcom.php:170 msgid "Several locations possible with the parameter: " msgstr "Nekoliko je mogućih lokacija prema parametru: " #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Kratki sažetak" #: config/prefs.php:585 msgid "Should access keys be defined for most links?" msgstr "Trebaju li pristupne tipke biti definirane za većinu poveznica?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Prikaži" #: templates/prefs/app.html:22 msgid "Show Advanced Preferences" msgstr "Prikaži napredne postavke" #: templates/sidebar/sidebar.inc:10 msgid "Show Sidebar" msgstr "Prikaži bočnu traku" #: admin/config/index.php:300 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Prikaži razlike između trenutno spremljene i novo generirane konfiguracije." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Prikaži dodatne detalje?" #: config/prefs.php:511 msgid "Show last login time when logging in?" msgstr "Prikaži posljednje vrijeme prijave po prijavi na sustav?" #: lib/Block/FbStream.php:65 msgid "Show notifications" msgstr "Prikaži obavijesti" #: config/prefs.php:548 #, php-format msgid "Show the %s Menu on the left?" msgstr "Prikazuj %s izbornik na lijevo?" #: lib/Block/WeatherdotcomStrings.php:74 msgid "Showers" msgstr "Pljuskovi" #: lib/Block/WeatherdotcomStrings.php:75 msgid "Showers Early" msgstr "Jutarnji pljuskovi" #: lib/Block/WeatherdotcomStrings.php:76 msgid "Showers Late" msgstr "Večernji pljuskovi" #: lib/Block/WeatherdotcomStrings.php:77 msgid "Showers in the Vicinity" msgstr "Pljuskovi u okolici" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "Simplex" # prijavni, zadaci po prijavi? #: templates/logintasks/logintasks.html:23 templates/logintasks/mobile.html:25 msgid "Skip Login Tasks" msgstr "Preskoči prijavne zadatke" # Republika #: lib/Block/Iframe.php:35 msgid "Small" msgstr "mala" #: lib/Block/WeatherdotcomStrings.php:78 msgid "Snow" msgstr "Snijeg" #: lib/Block/WeatherdotcomStrings.php:79 msgid "Snow Early" msgstr "Snijeg ujutro" #: lib/Block/WeatherdotcomStrings.php:80 msgid "Snow Late" msgstr "Snijeg navečer" #: lib/Block/WeatherdotcomStrings.php:81 msgid "Snow Shower" msgstr "Pljusak snijega" #: lib/Block/WeatherdotcomStrings.php:82 msgid "Snow Showers" msgstr "Pljuskovi snijega" #: lib/Block/WeatherdotcomStrings.php:83 msgid "Snow Showers Early" msgstr "Jutarnji pljuskovi snijega" #: lib/Block/WeatherdotcomStrings.php:84 msgid "Snow Showers Late" msgstr "Večernji pljuskovi snijega" #: lib/Block/Metar.php:251 msgid "Snow depth: " msgstr "Visina snijega: " # ekvivalent snijega u vodi? #: lib/Block/Metar.php:255 msgid "Snow equivalent in water: " msgstr "Vodeni ekvivalent snijega: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Pjesme & poezija" # Južnoeuropski #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "South European (ISO-8859-3)" # polutka #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Južna hemisfera" #: config/registry.php:103 msgid "Spam" msgstr "Spam" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Unos posebnih znakova" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:60 lib/Block/Weatherdotcom.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Zvjezdane staze" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Početno vrijeme" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Upravljanje stanjem" #: admin/activesync.php:114 templates/prefs/activesync.html:22 #: templates/admin/config/index.html:39 msgid "Status" msgstr "Status" #: services/facebook/index.php:147 msgid "Status unable to be set." msgstr "Nije uspjelo postavljanje statusa." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Novosti" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Poddirektorij \"%s\" nije pronađen." # podnesen #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Zahtjev za dodavanje \"%s\" na sustav je poslan. Prijavljivanje na sustav " "nije moguće dok se zahtjev ne odobri." #: services/facebook/index.php:35 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Uspješno spajanje na Facebook račun ili ažuriranje dozvola." #: admin/sqlshell.php:97 msgid "Success" msgstr "Uspjeh" #: admin/signup_confirm.php:85 admin/user.php:105 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Uspješno dodavanje \"%s\" na sustav." #: admin/user.php:143 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Podaci korisnika \"%s\" su uspješno izbrisani iz sustava." #: admin/groups.php:65 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Uspješno izbrisano \"%s\"." #: admin/user.php:123 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Uspješno obrisan \"%s\" iz sustava." # izbaciti promjene i stranicu? #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Uspješno povraćena konfiguracija. Za pregled promjena ponovno učitajte " "stranicu." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Uspješno spremljena pričuvna kopija konfiguracijske datoteke." #: admin/config/config.php:60 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Uspješno spremljena pričuvna kopija konfiguracijske datoteke %s." #: admin/user.php:197 #, php-format msgid "Successfully updated \"%s\"" msgstr "Uspješno ažuriran \"%s\"" #: admin/config/config.php:69 admin/config/index.php:52 #: admin/config/index.php:98 #, php-format msgid "Successfully wrote %s" msgstr "Uspješno zapisan %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Izlazak sunca" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Zalazak sunca" #: config/prefs.php:451 msgid "Sunday" msgstr "Nedjelja" #: lib/Block/WeatherdotcomStrings.php:85 msgid "Sunny" msgstr "Sunčano" #: lib/Block/Weatherdotcom.php:200 msgid "Sunrise" msgstr "Izlazak Sunca" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Izlazak/zalazak Sunca" #: lib/Block/Weatherdotcom.php:199 msgid "Sunrise: " msgstr "Izlazak Sunca: " #: lib/Block/Weatherdotcom.php:203 msgid "Sunset" msgstr "Zalazak Sunca" #: lib/Block/Weatherdotcom.php:202 msgid "Sunset: " msgstr "Zalazak Sunca: " #: config/prefs.php:661 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Kanal" #: lib/Block/WeatherdotcomStrings.php:86 msgid "T-Showers" msgstr "Pljuskovi s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:87 msgid "T-Showers Early" msgstr "Jutarnji pljuskovi s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:88 msgid "T-Showers Late" msgstr "Večernji pljuskovi s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:89 msgid "T-Storm" msgstr "Oluja s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:90 msgid "T-Storm and Windy" msgstr "Oluja s grmljavinom i vjetrom" #: lib/Block/WeatherdotcomStrings.php:91 msgid "T-Storms" msgstr "Oluje s grmljavinom" #: lib/Block/WeatherdotcomStrings.php:92 msgid "T-Storms Early" msgstr "Oluje s grmljavinom ujutro" #: lib/Block/WeatherdotcomStrings.php:93 msgid "T-Storms Late" msgstr "Oluje s grmljavinom navečer" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Oblak tagova" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "Tango plava" #: config/registry.php:168 msgid "Tasks" msgstr "Zadaci" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "Zelenkasto plava" #: lib/Block/Metar.php:263 msgid "Temp for last hour: " msgstr "Temperatura zadnjih sat vremena: " #: lib/Block/Metar.php:187 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weatherdotcom.php:207 msgid "Temperature: " msgstr "Temperatura: " #: lib/Block/Weatherdotcom.php:276 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatura
(%sHi%s/%sLo%s) °%s" #: lib/Prefs/Ui.php:478 services/facebook/index.php:40 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Facebook je trenutno nedostupan. Molimo pokušajte kasnije." #: lib/Block/TwitterTimeline.php:104 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Twitter je trenutno nedostupan. Molimo pokušajte kasnije." #: services/keyboard.php:148 msgid "Text Area" msgstr "Tekstualno polje" #: config/prefs.php:561 msgid "Text Only" msgstr "Samo tekst" # Sijamski #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Ui.php:712 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Automatsko brisanje za uređaj sa identifikatorom %s je poništeno." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarm je obrisan." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarm je spremljen." #: admin/config/index.php:103 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfiguracija za %s se ne može automatski ažurirati. Molimo ručno ažurirajte " "konfiguraciju." #: config/prefs.php:262 msgid "The default e-mail address to use with this identity:" msgstr "Pretpostavljena adresa elektroničke pošte za ovaj identitet:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Zaključavanje korisnika je obrisano." #: lib/Block/Vatid.php:87 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Usluge države članice nije bila dostupna na vrijeme. Pokušajte kasnije ili s " "drugom državom članicom." #: lib/Block/Vatid.php:83 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Usluga države članice trenutno nije dostupna. Pokušajte kasnije ili s drugom " "državom članicom." #: lib/Block/Vatid.php:75 msgid "The provided country code is invalid." msgstr "Uneseni kod zemlje nije ispravan." #: lib/Prefs/Ui.php:645 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Poslužitelj \"%s\" je izbrisan." #: lib/Prefs/Ui.php:640 #, php-format msgid "The server \"%s\" has been saved." msgstr "Poslužitelj \"%s\" je spremljen." #: lib/Block/Vatid.php:79 msgid "The service is currently not available. Try again later." msgstr "Usluga trenutno nije dostupna. Pokušajte kasnije." #: lib/Block/Vatid.php:91 msgid "The service is currently too busy. Try again later." msgstr "Usluga je trenutno prezauzeta. Pokušajte kasnije." #: admin/user.php:222 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Zahtjev za prijavu od strane \"%s\" je obrisana." #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Zahtjev za korisnički račun \"%s\" je obrisan." #: lib/Prefs/Ui.php:721 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Resetiran je status uređaja s identifikatorom %s. Uređaj će se ponovo " "sinkronizirati prilikom sljedećeg spajanja na poslužitelj." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Skripta za testiranje je trenutno omogućena. Zbog sigurnosnih razloga " "isključite skriptu za testiranje kad ste završili s testiranjem (vidjeti " "horde/docs/INSTALL)." #: admin/signup_confirm.php:60 admin/user.php:77 #, php-format msgid "The user \"%s\" already exists." msgstr "Korisnik \"%s\" već postoji." #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "Korisnik \"%s\" ne postoji." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Direktorij za teme \"%s\" nije pronađen." #: signup.php:38 signup.php:59 admin/signup_confirm.php:74 admin/user.php:89 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Došlo je do problema prilikom dodavanja \"%s\" u sustav: %s" #: admin/user.php:145 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Došlo je do problema prilikom brisanja podataka iz sustava za korisnika \"%s" "\": " #: admin/user.php:125 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Došlo je do problema prilikom brisanja \"%s\" sa sustava: " #: admin/user.php:178 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Došlo je do problema s ažuriranjem \"%s\": %s" #: lib/Prefs/Ui.php:724 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Došlo je do greške pri komunikaciji s ActiveSync poslužiteljem: %s" #: lib/Block/TwitterTimeline.php:92 lib/Block/TwitterTimeline.php:108 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Došlo je do greške pri spajanju na Twitter: %s" #: admin/config/config.php:80 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Došlo je do pogreške u kofiguracijskoj formi. Možda ste izostavili obavezno " "polje." #: lib/Block/FbStream.php:135 lib/Block/FbStream.php:161 #: services/facebook/index.php:62 services/facebook/index.php:79 #, php-format msgid "There was an error making the request: %s" msgstr "Došlo je do greške prilikom zahtjeva: %s" #: services/facebook/index.php:37 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Došlo je do greške prilikom dohvata Vaše Facebook sjednice. Molimo pokušajte " "kasnije." #: lib/Application.php:177 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Došlo je do greške prilikom brisanja globalnih podataka za %s. Detalji su " "zabilježeni u log." #: services/facebook/index.php:49 msgid "There was an error with the requested permissions" msgstr "Došlo je do greške sa traženim ovlastima" #: lib/Block/Vatid.php:102 msgid "This VAT identification number is invalid." msgstr "Brojčana oznaka PDV-a nije ispravna." #: lib/Block/Vatid.php:99 msgid "This VAT identification number is valid." msgstr "Brojčana oznaka PDV-a je ispravna." #: lib/Block/WeatherdotcomStrings.php:94 msgid "Thunder" msgstr "Grmljavina" #: config/registry.php:232 msgid "Tickets" msgstr "Karte" #: config/registry.php:276 msgid "Time Tracking" msgstr "Praćenje vremena" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Format vremena" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Vrijeme promjene ili nepoznato" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Vremena uspješnih sinkronizacijskih sesija" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Naziv" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Ako želite izostaviti neko polje iz uvoza ili ispraviti vezu između polja, " "odaberite polje iz jedne od dolje navedenih lista i kliknite \"Obriši par\"." # odabir, označavanje? #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Za odabir više polja, držite pritisnitu tipku Control (PC) ili Command (Mac) " "dok klikate mišem." #: lib/Block/Weatherdotcom.php:293 msgid "Today" msgstr "Danas" #: lib/Block/Weatherdotcom.php:295 msgid "Tomorrow" msgstr "Sutra" #: login.php:223 msgid "Traditional" msgstr "Tradicionalni" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Prijevodi" # Turski #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turski (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Objava" #: config/prefs.php:620 msgid "Twitter Integration" msgstr "Povezivanje sa Twitterom" #: lib/Block/TwitterTimeline.php:41 msgid "Twitter Timeline" msgstr "Twitter vremenski niz" #: lib/Block/TwitterTimeline.php:57 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter vremenski niz za %s" #: services/keyboard.php:108 msgid "U characters" msgstr "Slova U" #: lib/Block/Weatherdotcom.php:253 msgid "U.V. index: " msgstr "U.V. indeks: " #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:78 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" "Spajanje na Twitter nije uspjelo. Molimo pokušajte kasnije. Vraćena greška: " "%s" #: admin/groups.php:68 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Nije uspjelo brisanje \"%s\"': %s." #: services/facebook/index.php:172 msgid "Unable to set like." msgstr "Postavljanje oznake nije uspjelo." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Poništi promjene" #: lib/Prefs/Ui.php:242 msgid "Unfiled" msgstr "Nekatalogizirano" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:57 lib/Block/Weatherdotcom.php:57 msgid "Units" msgstr "Jedinice" #: lib/Block/Weatherdotcom.php:142 msgid "Unknown location provided." msgstr "Navedena nepoznata lokacija." #: admin/locks.php:41 msgid "Unlock" msgstr "Otključaj" #: lib/Block/FbStream.php:157 templates/admin/user/list.inc:36 msgid "Update" msgstr "Ažuriraj" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Ažuriraj %s" #: admin/config/index.php:168 admin/config/index.php:263 #, php-format msgid "Update %s schema" msgstr "Nadogradi shemu %s" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Osvješi sve DB sheme" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Nadogradi sve konfiguracije" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Ažuriraj korisnika" #: admin/groups.php:108 admin/perms/edit.php:110 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "Ažurirano \"%s\"." #: admin/config/index.php:118 #, php-format msgid "Updated schema for %s." msgstr "Nadograđena shema za %s." #: admin/config/index.php:317 msgid "Upload" msgstr "Prijenos (upload)" #: admin/config/index.php:325 msgid "Uploaded all application configuration files to the server." msgstr "Konfiguracijske datoteke svih aplikacija prenesene su na poslužitelj." # poslužitelj #: config/prefs.php:640 msgid "Use if name/password is different for IMSP server." msgstr "Upotrijebiti ako su ime/lozinka drugačiji za IMSP poslužitelj." #: templates/admin/groups/edit.inc:24 templates/admin/groups/edit.inc:67 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Korisnik" #: admin/user.php:237 msgid "User Administration" msgstr "Administracija korisnika" #: lib/Prefs/Ui.php:404 msgid "User Agent:" msgstr "Korisnički preglednik:" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Korisničko ime" #: signup.php:67 msgid "User Registration" msgstr "Registracija korisnika" #: signup.php:19 admin/signup_confirm.php:18 msgid "User Registration has been disabled for this site." msgstr "Registracija korisnika je onemogućena na ovoj stranici." #: signup.php:27 admin/signup_confirm.php:25 msgid "User Registration is not properly configured for this site." msgstr "Registracija korisnika nije ispravno podešena na ovom poslužitelju." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Korisnički račun nije pronađen" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "Korisnik kojeg želite dodati:" #: login.php:189 admin/user.php:37 admin/user.php:53 #: admin/config/index.php:318 services/resetpassword.php:30 #: templates/admin/user/approve.inc:22 msgid "Username" msgstr "Korisničko ime" #: lib/Prefs/Ui.php:301 msgid "Username:" msgstr "Korisničko ime:" #: templates/admin/groups/edit.inc:60 msgid "Users" msgstr "Korisnici" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Korisnici na sustavu:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Provjera brojčane oznake PDV-a" #: lib/Block/Vatid.php:39 msgid "VAT identification number:" msgstr "Brojčana oznaka PDV-a:" #: lib/Block/Vatid.php:107 msgid "VAT number" msgstr "Broj PDV-a" #: lib/Block/Weatherdotcom.php:228 msgid "Variable" msgstr "Promijenjivom" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Provjera verzije" #: config/registry.php:221 msgid "Version Control" msgstr "Kontrola verzije" #: lib/Block/WeatherdotcomStrings.php:101 msgid "Very High" msgstr "Vrlo visoko" # Vijetnamski #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamese (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Pregledaj vanjsku web stranicu" #: lib/Block/Metar.php:182 msgid "Visibility" msgstr "Vidljivost" #: lib/Block/Weatherdotcom.php:247 msgid "Visibility: " msgstr "Vidljivost: " #: lib/Block/Account.php:96 msgid "Warning" msgstr "Upozorenje" #: lib/Block/Weatherdotcom.php:41 msgid "Weather Forecast" msgstr "Vremenska prognoza" #: lib/Block/Weatherdotcom.php:409 msgid "Weather data provided by" msgstr "Podatke o vremenu pruža" #: config/registry.php:322 msgid "Web Site" msgstr "Web stranica" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Dobrodošli" #: templates/portal/mobile.inc:5 #, php-format msgid "Welcome, %s" msgstr "Dobrodošli, %s" # Zapadni #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" # Zapadni #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:504 #, php-format msgid "What application should %s display after login?" msgstr "Koju aplikaciju želite da %s prikazuje nakon prijavljivanja?" #: lib/Block/TwitterTimeline.php:113 msgid "What are you working on now?" msgstr "Što trenutno radite?" # znak ograničenja, razdvojnik #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Koja je oznaka razdjelnika?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Koji je znak za navođenje?" #: lib/Block/FbStream.php:143 msgid "What's on your mind?" msgstr "O čemu razmišljate?" #: config/prefs.php:454 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Koji dan želite prikazivati kao prvi dan u tjednu?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Koje mijene" #: config/prefs.php:554 #, php-format msgid "Width of the %s menu on the left:" msgstr "Širina izbornika %s na lijevoj strani:" #: config/registry.php:344 msgid "Wiki" msgstr "Wiki" #: lib/Block/WeatherdotcomStrings.php:95 lib/Block/Weatherdotcom.php:283 msgid "Wind" msgstr "Vjetar" #: lib/Block/WeatherdotcomStrings.php:96 msgid "Wind Early" msgstr "Vjetar ujutro" #: lib/Block/WeatherdotcomStrings.php:97 msgid "Wind Late" msgstr "Vjetar navečer" #: lib/Block/Metar.php:66 msgid "Wind speed in knots" msgstr "Brzina vjetra u čvorovima" #: lib/Block/Metar.php:129 msgid "Wind:" msgstr "Vjetar:" #: lib/Block/Weatherdotcom.php:226 msgid "Wind: " msgstr "Vjetar: " #: admin/activesync.php:183 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Obriši" #: admin/activesync.php:164 lib/Prefs/Ui.php:387 msgid "Wipe is pending" msgstr "Čeka brisanje" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Mudrost" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Posao" #: config/registry.php:244 msgid "X-Ref" msgstr "X-Ref" #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html:26 templates/logintasks/mobile.html:32 msgid "Yes, I Agree" msgstr "Da, slažem se" #: services/facebook/index.php:118 services/facebook/index.php:166 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Vama i drugoj %d osobi se ovo sviđa" msgstr[1] "Vama i druge %d osobe se ovo sviđa" msgstr[2] "Vama i drugih %d osoba se ovo sviđa" #: lib/Api.php:248 msgid "You are not allowed to add groups." msgstr "Nemate ovlasti za dodavanje grupa." #: lib/Api.php:365 msgid "You are not allowed to add shares." msgstr "Nemate ovlasti za mijenjanje particija." #: lib/Api.php:291 lib/Api.php:314 msgid "You are not allowed to change groups." msgstr "Nemate ovlasti za mijenjanje grupa." #: lib/Api.php:446 lib/Api.php:483 lib/Api.php:517 lib/Api.php:542 msgid "You are not allowed to change shares." msgstr "Nemate ovlasti za mijenjanje particija." #: lib/Api.php:270 msgid "You are not allowed to delete groups." msgstr "Nemate ovlasti za brisanje grupa." #: lib/Api.php:390 msgid "You are not allowed to delete shares." msgstr "Nemate ovlasti za brisanje particija." #: lib/Api.php:674 msgid "You are not allowed to list groups of shares." msgstr "Nemate ovlasti za popis grupa particija." #: lib/Api.php:568 lib/Api.php:606 msgid "You are not allowed to list share permissions." msgstr "Nemate ovlasti za popis dozvola particija." #: lib/Api.php:415 msgid "You are not allowed to list shares." msgstr "Nemate ovlasti za popis particija." #: lib/Api.php:337 msgid "You are not allowed to list users of groups." msgstr "Nemate ovlasti za popis korisnika grupa." #: lib/Api.php:644 msgid "You are not allowed to list users of shares." msgstr "Nemate ovlasti za popis korisnika particija." #: lib/Block/FbStream.php:136 lib/Block/FbStream.php:162 #: services/facebook/index.php:63 services/facebook/index.php:80 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Svoje Facebook postavke možete također provjeriti u Vašoj %s." #: lib/LoginTasks/Task/TosAgreement.php:64 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Niste pristali na Uvjete korištenja usluge stoga Vam nije dopuštena prijava." #: login.php:320 msgid "You have been logged out." msgstr "Odjavljeni ste iz sustava." #: services/facebook/index.php:47 msgid "You have denied the requested permissions." msgstr "Odbili ste tražene ovlasti." #: lib/Block/FbStream.php:97 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" "Niste ispravno povezali svoj Facebook račun sa Horde aplikacijom. Provjerite " "vaše Facebook postavke u Vašem %s." #: lib/Block/TwitterTimeline.php:169 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Niste ispravno povezali svoj Twitter račun sa Horde aplikacijom. Provjerite " "vaše Twitter postavke u Vašem %s." #: services/facebook/index.php:120 services/facebook/index.php:160 #: services/facebook/index.php:168 msgid "You like this" msgstr "Sviđa mi se" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Morate unijeti opis problema prije slanja izvještaja." #: lib/Prefs/Ui.php:643 msgid "You must select an server to be deleted." msgstr "Odaberite poslužitelj koji želite obrisati." #: admin/user.php:139 msgid "You must specify a username to clear out." msgstr "Navedite korisničko ime koje želite isprazniti." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Navedite korisničko ime koje želite obrisati." #: admin/user.php:75 msgid "You must specify the username to add." msgstr "Navedite korisničko ime koje želite dodati." #: admin/user.php:169 msgid "You must specify the username to update." msgstr "Navedite korisničko ime koje želite ažurirati." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Vaša e-mail adresa" #: config/prefs.php:231 config/prefs.php:295 config/prefs.php:329 #: config/prefs.php:462 msgid "Your Information" msgstr "Vaši podaci" #: login.php:312 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Vaša internetska adresa se promijenila otkako ste započeli sa sesijom. Radi " "zaštite sigurnosti, iznova se prijavite." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Vaše ime" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Vaša metoda autentikacije ne podržava dodavanje korisnika. Ako želite " "koristiti Horde za administriranje korisničkih računa, morate prijeći na " "drugu metodu autentikacije." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Vaša metoda autentikacije ne podržava izlistavanje korisnika, ili je ta " "opcija iz nekog razloga onemogućena." #: login.php:316 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Došlo je do promjena u vašem pregledniku otkako ste započeli sa sesijom. " "Radi zaštite sigurnosti, iznova se prijavite." # opciju, značajku, osobinu, svojstvo #: lib/Block/Iframe.php:67 msgid "Your browser does not support this feature." msgstr "Vaš preglednik ne podržava ovu mogućnost." #: config/prefs.php:366 msgid "Your current time zone:" msgstr "Vaša trenutna vremenska zona:" #: config/prefs.php:253 msgid "Your full name:" msgstr "Vaše puno ime:" #: login.php:336 msgid "Your login has been locked." msgstr "Vaše korisničko ime je zaključano." #: login.php:332 msgid "Your login has expired." msgstr "Vaš login je istekao." #: services/resetpassword.php:79 #, php-format msgid "Your new password for %s is: %s" msgstr "Vaša nova lozinka za %s je: %s" #: services/resetpassword.php:78 msgid "Your password has been reset" msgstr "Vaša je lozinka iznova postavljena" # resetirana, poništena? #: services/resetpassword.php:92 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Vaša lozinka je iznova postavljena, ali slanje lozinke nije uspjelo. Molim " "kontaktirajte administratora." # resetirana, poništena? #: services/resetpassword.php:87 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Vaša je lozinka iznova postavljena, provjerite svoj e-mail i prijavite se sa " "novom lozinkom." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Vaša lozinka je istekla" #: login.php:163 msgid "Your password has expired." msgstr "Vaša lozinka je istekla." #: lib/Prefs/Ui.php:298 msgid "Your remote servers:" msgstr "Vaši udaljeni poslužitelji:" #: login.php:308 msgid "Your session has expired. Please login again." msgstr "Vaša sjednica je istekla. Molimo prijavite se ponovo." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" # problemu #: services/problem.php:109 msgid "[Problem Report]" msgstr "[Izvještaj o pogreškama]" #: admin/sessions.php:43 msgid "[Unknown]" msgstr "[Nepoznato]" #: lib/Api.php:52 msgid "_Alarms" msgstr "_Alarmi" #: lib/Api.php:77 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:27 msgid "_Configuration" msgstr "_Konfiguracija" # StabloPodataka? Hijerarhija? #: lib/Api.php:57 msgid "_DataTree" msgstr "_DataTree" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grupe" #: lib/Application.php:77 msgid "_Home" msgstr "_Kuća" #: lib/Api.php:47 msgid "_Locks" msgstr "_Zaključani korisnici" #: lib/Api.php:42 msgid "_Permissions" msgstr "_Dozvole" #: lib/Api.php:32 msgid "_Users" msgstr "_Korisnici" #: services/problem.php:56 msgid "attachment" msgstr "prilog" # bez vjetra? #: lib/Block/Metar.php:145 lib/Block/Metar.php:331 #, php-format msgid "calm" msgstr "mirno" # padati #: lib/Block/WeatherdotcomStrings.php:102 msgid "falling" msgstr "padanje" #: lib/Block/Metar.php:147 lib/Block/Metar.php:333 lib/Block/Metar.php:359 #, php-format msgid "from the %s (%s) at %s %s" msgstr "iz %s (%s) na %s %s" #: lib/Block/Weatherdotcom.php:234 msgid "gusting" msgstr "udari vjetra" # u ravnini, unutra? #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "inline" msgstr "u istoj razini" #: lib/Block/TwitterTimeline.php:169 lib/Block/FbStream.php:97 #: lib/Block/FbStream.php:136 lib/Block/FbStream.php:162 #: services/facebook/index.php:63 services/facebook/index.php:80 msgid "preferences" msgstr "postavke" #: lib/Block/WeatherdotcomStrings.php:104 msgid "rising" msgstr "izlazak" #: admin/config/config.php:90 msgid "show differences" msgstr "prikaži razlike" #: lib/Block/WeatherdotcomStrings.php:103 msgid "steady" msgstr "mirno" #: admin/user.php:40 admin/user.php:54 msgid "type the password twice to confirm" msgstr "dvaput unesite lozinku za potvrdu" #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "unified" msgstr "objedinjen" #: lib/Block/Weatherdotcom.php:34 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/hr/LC_MESSAGES/horde.mo0000644000175000017500000021047013160205253021571 0ustar mathieumathieu$,<8P9P$>P)cPP&P P$P Q) Q5QDQ TQ`QqQQ QRQ Q RR2RARPRYRlhRERXSVtS6S TVTfTlT T TU U U(U 0U;UCUSU ZU gUsUyUUU U UUUU V V V %V1V AVOVXVNaV-VVV W W W &W 4W @W KWWW^WbW#zWlW% X1XFX^XvXXX XXXXXYY%5Y<[Y%YYY Y)Y Z'Z,>Z*kZ%ZZ!ZZ[[ 1[;[M[ R[_[t['{[[ [ [[ [[[[ [\\(\ -\8\?\ U\@a\\\\\\!]d)]]]]]] ]1]*)^T^q^ w^^ ^^^ ^Q^ _ 2_ @_M_ T_ a_m_t_ }___ _ _ _ _ _ __=_9`'W` ```` `.`*`3aVFaa@b(`b5b0bXbIc*cddd*d;d JdXd idvddddddde+e.e3esRshszs ssssssss ss s t t't6tMt_tftot st ~t ttttt tttu u%u .u ;uGuauzuu u u uuu uuuvG v Tv0bv>vvvv vvvv vhwpwwwww$wx x'x/x 8x CxQxkxrxx xxxxxxxx x y y$y n> 4D`cz5ޑh/f%!%G8g3-ԓ2e5 > \1}A3%%?K)T) K4I1ʗ*('PX ` nz1ǘVJ əޙ ! .;E? ɚٚߚ #9 S _m;2Ǜ  )2;;n Μ ל 2= FT dn ͝ /.^ {FΞ !"DI N Ycw} D""#%F%l%%-ޠ. #;,_,5VF*`us uE(ɣ)&%C(iv -7s٥yM+Ǧ 7Oo\Q;Up- ʨԨܨ   #.3;U] dpw" Ʃ !ƫ2 2= ]Dg ˬڬ {ڭp[_߮e?>gT~q*AXgz ܱ!> E"Ps IJ Ӳ߲ V!*x$ȳϳ׳   #07;1W}%-G!a! ɵԵ+2*H<s*۶ )2)9+c)+&3G fq 2  &, 3?,R Jչ 4I gqZ ,?[ v(#л &CXCoƼؼ *3; K Ycu |D08HX` g=qA@l2!@-b?6ks+ 6=E\n+E]ru| +: U` iv3=&-5Lbz%% !<Mh@ 6 , 5@H` fq  ({Jy-.&! HShy  $>QX ^l{    .8>rM   5KO fqz  / 5 C MXvF ";L`g~6   )9?Qas q]  3;I/(  ;Yq   '-4D\!k   &2E Zg   $4#$X'}  &@-n>< ! $.5bH)" Bclt} %"5Xg p| 1<Qc ! ;Hgou A/AJ[!9P!Nr ' 2"Knv+ e)  /H[t$ &G bn"/7Najpv!d 5?Pb kvR # - ;Gapu{   EY>."#,3` hDt &0TB   1 GQY r } ]8 B Yz $)B'gj"#+Om1*@YC`/.;d?/@%.IM_9 5?Rfz  1M^z""n?>#8Q"kS?B"e~    8!Y{ !* L X(f;: "C1u_>%:j`c!/Qp22..%T':O9k-E0UJ*Y_%+%#  -+Lx~bz  Q p!   !.AWsF@ LUn8E!,Nm}    !-A ` k x  =AWs3 '  '7RZckzm"'1#Y'}!%(*"A(d,@NJ e r p  f 6s - 1 / -: 1h   w  3 = o z^ , %%5[r#i] ~6  '3;@ OY`g~  ! ! ,\ E%h.&5TK G3v[8f:dN] v:u7%Y84+ t3r<P=lD.,$ kQ^c(sq/Fg9,3L=o >F[62hyWimHIca:^AS\-s I{0eV wW*A+ia6l)cq]"me-'X>rv1j4$G xH^c}on-7 KjB]wUEspl~&!+:ppnPJ?~V8WYB*{Q*^L;qRZRuOEt3y/%Pk/SDYEr|t Kd\ 1R/XbJ80={iTn OA"(J[? ##+#0UV")-7@T r!Vy`)>n]<4{LO  1yDZO~jBa'@9Q tviR ;X "g;z xG.`=hokAgx)&}!TYUCap[fmGbuCsk<_5wJ@6zx5 K;oMj|ZXF\I_%2be(`S`u$U M>?bPm(74H&9I*SN_1@fC}N?9MzgQ5,DCdz}e!2q6ZM.,0LlBd_'Ww| F#HN'f$<h~|2 at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hours24-hour format can interact with your Facebook account, but you must login to Facebook manually each time. cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA charactersA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM CloudsAM DrizzleAM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM T-ShowersAM T-StormsAM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated to:Authorize Access to Friends Data:Authorize PublishAuthorize Read:Authorize an infinite session:AutomaticAvailable fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBrowser:Burnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsClouds EarlyClouds LateCloudyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCornflowerCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the backup configuration file %s.Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDataTreeDataTree BrowserDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew point: DisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrizzleDrugsDynamicE charactersEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFade to GreenFairFeedFeed AddressFeels LikeFeels like: Few ShowersFew Snow ShowersFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFogFog EarlyFog LateFoggyFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFreezing DrizzleFriend Requests:Friends enabledFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHazeHeavy RainHeavy T-StormHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHide Advanced PreferencesHide ResultsHide SidebarHighHome DirectoryHordeHorde WebsiteHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInfinite sessions enabled.InformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow EarlyLight Snow LateLight Snow ShowerLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLoading...Local time: Locale and TimeLocationLock UserLocksLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMaximum number of entries to displayMedicineMediumMembersMentionsMenu mode:Metar WeatherMetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration.MistMobileMobile (Smartphone)ModeModerateMondayMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutNO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeXTNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo SoundNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No temporary directory available for cache.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshO charactersObject CreatorOffense filterOfficeOld Horde WebsiteOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:OrganizingOtherOther InformationOther charactersOwnerOwner:PHPPHP CodePHP ShellPM CloudsPM DrizzlePM FogPM Light RainPM Light SnowPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-ShowersPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosted %sPosted %s via %sPostnukePrecipitation for last %d hour: Precipitation for last %d hours: Precipitation
chancePressurePressure at sea level: Pressure: PrincipalProblem DescriptionProvisionedPublish enabled.Purple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRemarksRemote Host:Remote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequested service could not be found.ResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".Scattered ShowersScattered T-StormsScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeServer data wrong or not available.Session AdminSession Timestamp:SessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow SidebarShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsShow the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSkip Login TasksSmallSnowSnow EarlySnow LateSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLSyndicated FeedT-ShowersT-Showers EarlyT-Showers LateT-StormT-Storm and WindyT-StormsT-Storms EarlyT-Storms LateTag CloudTango BlueTasksTealTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sTemporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Text AreaText OnlyThai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The server "%s" has been deleted.The server "%s" has been saved.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.ThunderTicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTraditionalTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sU charactersU.V. index: URLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVariableVersion CheckVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?What's on your mind?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind EarlyWind LateWind speed in knotsWind:Wind: WipeWipe is pendingWisdomWorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Facebook account with Horde. You should check your Facebook settings in your %s.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has been locked.Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Your session has expired. Please login again.Zippy[Problem Report][Unknown]_Alarms_CLI_Configuration_DataTree_Groups_Home_Locks_Permissions_Usersattachmentcalmfallingfrom the %s (%s) at %s %sgustinginlinepreferencesrisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: horde 3 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2011-11-04 15:10+0100 PO-Revision-Date: 2011-11-08 16:49+0200 Last-Translator: Valentin Vidic Language-Team: i18n@lists.horde.org Language: hr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); brzinom od "%s" je dodan/a u sustav grupa."%s" je dodan/a u sustav dozvola."%s" nije kreiran: %s.%.2fMB iskorišteno od %.2fMB dozvoljenih (%.2f%%)%d %s i %sLozinka vam ističe za %d dana.%d minuta%d osobi se ovo sviđa%d osobe se ovo sviđa%d osoba se ovo sviđa%d-%d od %d%d-dnevna prognoza%s - Bilješka%s Konfiguracija%s zadaci - potvrda%s Uvjeti sporazuma%s u %s %sAplikacija %s je spremna za dolje ponuđene postupke održavanja. Označite postupke koje želite provesti u ovom trenutku., udari vjetra , udari vjetra %s %s, promjenjiv/a od %s do %s12-satni format24-satni format24 sata24-satni formatAplikacija može koristiti Vaš Facebook račun, ali se svaki put morate prijaviti na Facebook.Aplikacija ne može pročitati informacije o Vašim Facebook prijateljima.Aplikacija ne može pročitati Vaš niz poruka i razne druge Facebook podatke.Aplikacija ne može promijeniti Vaš status ili objaviti drugi sadržaj na Facebook.Aplikacija može koristiti vaš Twitter računSlova AZatraženo je brisanje uređaja. Uređaj će biti obrisan prilikom sljedećeg pokušaja sinkronizacije.Postoji novija verzija (%s).Automatsko brisanje za uređaj sa identifikatorom %s je pokrenuto. Uređaj će biti obrisan prilikom sljedeće sinkronizacije.Oblaci prijepodneSitna kiša prijepodneMagla prijepodneSlaba kiša prijepodneSlab snijeg prijepodneJutarnja kišaJutarnji pljuskoviSnijeg prijepodneJutarnji pljuskovi snijegaSunčano prijepodneJutarnji pljuskovi s grmljavinomOluja s grmljavinom prijepodneJutro/PoslijepodneKorisnički podaciLozinka Korisničkog RačunaAkcijeActiveSyncAdministracija ActiveSync uređajaActiveSync uređajiActiveSync nije omogućen.DodajDodaj sadržajOvdje dodaj:Dodaj članoveDodaj grupuDodaj novog korisnika:Dodaj novi alarmDodaj parDodaj korisnika"%s" dodan u sustav, ali nije bilo moguće dodavanje novih pristupnih informacija: %s."%s" dodan u sustav. Možete se prijaviti.Dodavanje korisnika je onemogućeno.AdresaAdresarAdministracijaKraj alarmaNačini alarmiranjaPočetak alarmaTekst alarmaNaziv alarmaAlarmiSviSvi autenticirani korisniciKljučevi svih procedura su uspješno resetirani.Uklonjeno stanje za Vaše ActiveSync uređaje. Uređaji će se ponovo sinkronizirati kod sljedećeg spajanja na poslužitelj.Obrisane sve sinkronizacijske sesije.Alternativna IMSP prijavaAlternativna IMSP lozinkaAlternativno IMSP korisničko imeAlternativna e-mail adresaDošlo je do nepoznate pogreške.OdgovoriAplikacijaAplikacijski kontekst: Lista aplikacijaAplikacija je spremna.Aplikacija je ažurna.OdobriArabic (Windows-1256)Jeste li sigurni da želite obrisati '%s'?Jeste li sigurni da želite obrisati prijavu od strane "%s"?Jeste li sigurni da želite obrisati "%s"?Armenian (ARMSCII-8)UmjetnostAscii crtežiJedna ili više shema baze je zastarjela.PrilogPokušavate izbrisati nepostojeću grupu.Pokušavate izbrisati nepostojeću dozvolu.Pokušavate urediti nepostojeću dozvolu.Pokušavate urediti nepostojeću particiju.Prijavljen na:Dozvolite pristup podacima prijatelja:Dozvolite objavljivanjeDozvolite čitanje:Dozvolite beskonačnu prijavu:AutomatskiDostupna polja:AzurnaBOFH isprikeBaltic (ISO-8859-13)Barbie"%s" osnovni direktorij za grafiku nije pronađen.Postavke blokaVrsta blokaPuni mjesecPlava i bijelaURL adresarObojeSmeđaPreglednik:Tamno narandžastaInicijalizacija cache memorije nije uspjela.KalendarMirnoKamuflažaOdustaniOpozovi izvještaj o problemuOdustani od brisanjaAutomatsko resetiranje lozinke nije moguće, kontaktirajte administratora.Kategorije i oznakeCeltic (ISO-8859-14)Central European (ISO-8859-2)PromijeniPromijenite Vašu lozinkuUredite Vaše osobne podatkeMijenjanje lozinke nije podržano u trenutnoj konfiguraciji. Kontaktirajte administratora.ProvjeriProvjeri ima li novijih verzijaProvjera u toku...Chinese Simplified (GB2312)Chinese Traditional (Big5)Izaberite %sOdabir prikaza datuma (skraćeni oblik):Odabir prikaza datuma (dugi oblik):Odabir prikaza vremena:VedroIzbriši upitIzbriši korisnika: %sIzbriši korisnikaIzbriši korisničke podatkeRazvedravanje ujutroRazvedravanje navečerKliknite na jedan od Vaših adresara i odaberite polja za pretragu.Klikni za nastavakKlijentska oznakaZatvori prozorOblaciOblačno ujutroOblaci navečerOblačnoSmanjiBirač bojaStripoviNaredbaKomandna linijaKomentara: %dRačunalaVremenske prilikeUvjetiKonfiguracijaKonfiguracijske razlikeKonfiguracija sinkroniziranja s PDA-ovima, Smartphoneom i Outlookom.Konfiguraciju treba ažurirati.Dostupne su skripte za nadogradnju konfiguracijeKonfiguriraj %sPotvrdi lozinkuNastaviCookieRazličakPovezivanje na poslužitelj "%s" putem FTP-a nije uspjelo: %sNije uspjelo spajanje na poslužitelj. Molimo pokušajte kasnije.Brisanje skripte za nadogradnju konfiguracije "%s" nije uspjelo.Nije pronađena autorizacija koju bi aplikacija koristila za spajanje na Vaš Twitter računResetiranje lozinke traženog korisnika nije uspjelo. Neki ili svi detalji nisu ispravni. Pokušajte ponovno ili kontaktirajte administratora za daljnju pomoć.Ne može povratiti konfiguraciju.Ne može spremiti pričuvnu konfiguraciju: %sNe može spremiti skriptu za nadogradnju konfiguracije u: "%s".Ne može spremiti %s datoteku pričuvne konfiguracije.Nije uspjelo spremanje konfiguracijske datoteke %s. Koristite neku od donjih mogućnosti za spremanje koda.Ne može spremiti konfiguracijsku datoteku %s. Možete iskorisiti jednu od opcija za spremanje koda natrag na %s ili ručno kopirati kod ispod na %s.Ne može zapisati konfiguraciju za "%s": %sZemljaKreirajKreiraj novi identitetTrenutne 4 mijenePostavljeni alarmiTrenutno zaključani korisniciTrenutne sesijeTrenutno vrijemeTrenutna prognozaTrenutni uvjeti: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB pristup nije podešen.DB shema je zastarjela.DB shema je spremna.DDPodaciDataTreeDataTree preglednikBazaDatumDatum primitkaDatum: %s; vrijeme: %sDanZadanoZadana bojaZadani shellVaš zadani skup znakova za odlazne poruke:Pretpostavljena lokacija za lokacijski ovisne mogućnosti.DefinicijeIzbrišiObriši "%s"Obriši sve podatke za SyncMLIzbriši grupuObrisana skripta za nadogradnju configuracije "%s".Obrisana sinkronizacijska sesija za uređaj "%s" i bazu "%s".Opišite problemRazvojUređajIdentifikator uređajaUpravljanje uređajemIdentifikator uređaja:Uređaj je obrisanUređaj uspješno obrisan.Brisanje uređaja uspješno otkazano.Točka rošenjaTočka rošenja zadnjih sat vremena: Točka rošenja: OnemogućiPrikazuj 24-satno vrijeme?Postavke prikazaPrikaži detaljnu prognozuPrikaži prognozu (TAF)Sadrži li prvi red nazive polja? Ako da, označite ovu kućicu:Nemate račun? Prijavite se.Preuzmi %sPreuzmi generiranu konfiguraciju u obliku PHP skripte.Sitna kišaLijekoviDinamičkiSlova EIdentifikacija EU PDV-aUrediUredi "%s"Izmjeni postavke zaUredi dozvoleUredi dozvole za "%s"ObrazovanjeE-mail adresaZavršno vrijemeMolimo unesite naziv za novu kategoriju:Unesite tajno pitanje koje će vam biti postavljeno ako ćete morati resetirati lozinku; npr. 'Kako Vam se zove ljubimac?':Greška pri spajanju na Twitter: %s. Detalji su dostupni administratorima.Greška pri brisanju sinkronizacijske sesije:Greška pri brisanju sinkronizacijskih sesija:Greška prilikom promjene lozinke: %s.NacionalanPozivi na događaje:Svakih 15 minutaSvake 2 minuteSvakih 30 sekundiSvakih 5 minutaSvakih pola sataSvaki satSvake minutePrimjeri vrijednosti:IzvršiProširivrlo velikaFTP postavljanje konfiguracijePovezivanje sa FacebookomIzblijedi u zelenoLijepoKanalAdresa kanalaOsjeća se kaoOsjeća se kao: Mjestimični pljuskoviMjestimični pljuskovi snijegaPolja za pretraguDatotekeFiltriranjeFilteriPrva polovicaPrva četvrtMaglaMagla ujutroMagla navečerMaglovitoHranaPrognoza (TAF)Prognozirani dani (uočite da primljena vrem.prognoza sadrži i dnevnu i noćni; velik broj može proširiti blok)Zaboravili ste lozinku?FormulariSrećaVrsta srećeSrećaSreća 2ForumiSusnježicaZahtjevi za prijateljstvom:Omogućeni prijateljiSa Detaljan opis problemaPun MjesecPuno ImeGeneriraj %s konfiguracijuGenerirani kodDohvati jošOpćenitoKreniGoedelGoogle pretragaGreek (ISO-8859-7)ZelenaSivaAdministracija grupeIme grupeGrupa nije kreirana: %s.GrupeDozvole gostaSumaglicaJaka kišaOluja sa snažnom grmljavinomHebrew (ISO-8859-8-I)VisinaVisina niza novih poruka (širina se automatski podešava prema bloku)PomoćTeme pomoćiHemisferaOvo je početak datoteke:Visoki kontrastSakrij napredne postavkeSakrij rezultateSakrij bočnu trakuVisokoKorisnički direktorijHordeHorde web straniceKoliko ima polja (stupaca)?Koliko sekundi između provjera ima li novih članaka?VlažnostVlažnost: KomičariSlova ISamo ikoneIkone za %sIkone s tekstomIdejeNaziv identiteta:Uvezi, Korak %dUvezeno polje: %sUvezena polja:Odgovor na:U listi slijeva odaberite polje iz izvorne datoteke, a u listi zdesna odgovarajuće polje u vašem adresaru. Potom kliknite "Dodaj par" kako biste ih označili za uvoz. Kada završite, kliknite "Sljedeće".Neispravno korisničko ime ili alternativna adresa. Pokušajte ponovo ili kontaktirajte administratora za pomoć.Pojedinačni korisniciBeskonačna prijava aktivirana.InformacijeInformacija više nije dostupna.Naslijeđeni članoviUnesite e-mail adresu na koju možete primiti novu lozinku:Unesite traženi odgovor na sigurnosno pitanje:Neispravan oblik brojčane oznake PDV-a.Neispravna akcija %s.Neispravna aplikacija.Neispravan sažetak.Neispravni ključ licence.Navedena neispravna lokacija.Neispravna nad-dozvola.Neispravna oznaka partnera.Neispravan kod usluge.Mjestimične oluje s grmljavinomJapanese (ISO-2022-JP)Maloprije...Kernel početniciKljučna riječDjecaKolabKorean (EUC-KR)JezikvelikaZadnja polovicaZadnja promjena lozinkeZadnja četvrtVrijeme posljednje sinkronizacijePosljednje ažuriranje:Posljednja prijava: %sPosljednja prijava: %s sa %sPosljednja prijava: NikadNajnovijeLavandaZakonSvijetlo plavaSitna kišaSlaba kišaSlaba kiša ujutroSlaba kiša navečerSlab pljusakSlaba kiša s grmljavinomSlab snijegSlab snijeg ujutroSlab snijeg navečerPljusak sa susnježicomSviđa mi seLimerickLinux CookieTablice listeIzlistavanje alarma nije uspjelo: %sIzlistavanje zaključanih korisnika nije uspjelo: %sIzlistavanje sesija nije uspjelo: %sIzlistavanje korisnika je onemogućeno.LiteraturaUčitava se...Lokalno vrijeme: Lokalizacijske opcijeLokacijaZaključani korisnikZaključani korisniciPrijavi seOdjavaPrijava nije uspjela zbog krivog korisničkog imena ili zaporke.Prijava nije uspjela.Prijava na Facebook i autorizacija aplikacije Prijava na Twitter i autorizacija aplikacije LjubavNiskoLoyolaLoyola plavoMMČarolijaPoštaMail AdministratorUpravljanje kategorijama i označavanje njihovih elemenata te dodjeljivanje boje tim kategorijama.Upravljanje Vašim ActiveSync uređajima.Podudarajuća polja:Max. temp. zadnja 24 sata: Max. temp. zadnjih 6 sati: Maksimalan broj blokova PortalaMaksimalan broj zapisa za prikazMedicinasrednjaČlanoviSpominjeIzgled izbornika:METAR prognozaMetarDB nije dostupan.MetričkiMin. temp. zadnja 24 sata: Min. temp. zadnjih 6 sati: RaznoNedostaje konfiguracija.MaglaMobilni telefonMobilni telefon (pametni uređaji)Način prikazaUmjerenoPonedjeljakMjesečeve mijenePretežno vedroPretežno oblačnoPretežno oblačno i vjetrovitoPretežno sunčanoMozillaMoj korisnički računMoji korisnički podaciMoje Facebook novostiMoj portalIzgled mojeg portalaNE, ne slažem seUPOZORENJE: BRISANJE UREĐAJA MOŽE GA VRATITI NA TVORNIČKE POSTAVKE. MOLIMO RAZMISLITE ŽELITE LI TO PRIJE POKRETANJA BRISANJAImeNeXTNikadaNova kategorijaNove poruke:MlađakNovo korisničko ime (opcionalno)Nova lozinkaNove lozinke se ne podudaraju.VijestiDaljeSljedeće 4 mijeneNoćBez zvukaNema dostupnih konfiguracijskih podataka za prikazivanje razlika.Nema promjene.Ikone nisu pronađene.Lokacija nije navedena.Lokacija nije navedena.Nema loše srećeNema prijavi na čekanju.Sigurnosna provjera nije postavljena. Molimo kontaktirajte administratora.Još ne postoji stabilna verzija.Nema privremenih direktorija za spremanje cache memorije.Korisničko ime nije navedeno.Oznaka verzije nije pronađena u izvornoj konfiguraciji. Obnovite konfiguraciju.Oznaka verzije nije pronađena u Vašoj konfiguraciji. Obnovite konfiguraciju.NištaNordic (ISO-8859-10)Sjeverna hemisferaNije postavljenBilješkeNišta za pretražiti, vrati se natrag.Broj prikazanih članakaBroj sekundi između osvježavanjaSlova OKreator objekataFilter uvredljivih sadržajaUredStara Horde web stranicaNova i stara lozinka se moraju razlikovati.Stara lozinkaStara lozinka je netočna.Samo loša srećaSamo vlasnik ili administrator sustava mogu mijenjati vlasništvo ili vlasničke dozvole za particijuOperativni sustavIli unesite korisničko ime:OrganizatorOstaloOstale informacijeOstali znakoviVlasnikVlasnik:PHPPHP kodPHP ljuskaOblaci poslijepodneSitna kiša poslijepodneMagla poslijepodneSlaba kiša poslijepodneSlab snijeg poslijepodneKiša poslijepodnePljuskovi poslijepodneSnijeg poslijepodnePljuskovi snijegai poslijepodneSunčano poslijepodnePljuskovi s grmljavinom poslijepodneOluje s grmljavinom poslijepodneNedostaje ekstenzija POSIXP_HP ljuskaDjelomično oblačnoLozinkaLozinka je uspješno promijenjena.Lozinka:Lozinke se moraju podudarati.ZalijepiPrijave na čekanju:LjudiIzvrši prijavne zadatkeDozvola "%s" nije izbrisana.DozvoleAdministracija dozvolaOsobne informacijeLjubimciSlikeFrazeMolimo unesite lozinku.Molimo unesite korisničko ime.Molimo unesite sažetak problema.Molimo pročitajte sljedeći tekst. Kako biste koristili sustav, MORATE pristati na navedene uvjete.Bockanje:Kontrolni ključKontrolni ključ:PolitikaPoslano %sPoslano %s putem %sPostnukeOborine u zadnjih %d sati: Oborine u zadnja %d sata: Oborine u zadnjih %d sati: Vjerojatnost
oborinaTlak:Tlak na razini mora: Tlak: PrincipalOpis problemaPostavljenoOmogućeno objavljivanje.Purpurni HordeUpitKvotaKišaKiša ujutroKiša navečerPljusakSusnježicaPrijelaz kiša-snijegSretna slučajnostPročitajOmogućeno čitanjeŽelite li stvarno obrisati "%s"? Ovaj postupak se ne može opozvati.Želite li stvarno obrisati podatke o korisniku "%s"? Ovaj postupak se ne može opozvati.Osvježavanje elemenata dinamičkog izbornika:Osvježite pregled portala:Brzina osvježavanja:Registracija korisničkih uređajaOpaskeUdaljeni stroj:Udaljeni URL (http://www.example.com/horde):ObrišiObriši parObriši spremljenu skriptu iz privremenog direktorija poslužitelja.Obriši korisnikaBrisanje korisnika: %sOdgovorPonovo postavi sve uređajeTraženi servis nije pronađen.ResetirajResetiraj lozinkuResetiraj stanje svih uređaja. Vaši uređaji će ponovo sinkronizirati sve stavke.Resetirajte svoju lozinkuVrati prethodni upitRezultatiRezultati za %sPovratak na popis postavkiPonovo objaviPonovo objavio %sPonovite novu lozinkuPovrati konfiguracijuZagonetkePokreniPokreni prijavne zadatkeSQL ljuskaS_QL ljuskaSpremiSpremi "%s"Snimi i izađiSpremite stvorenu konfiguraciju kao PHP skriptu u privremeni direktorij Vašeg poslužitelja.Skripta za nadogradnju konfiguracije spremljena u: "%s".Mjestimični pljuskoviMjestimične oluje s grmljavinomZnanostOpsegPre_tragaPre_tragaPre_traga:Odaberite grupu koju želite dodati:Odaberite novog vlasnika:Odaberite poslužiteljOdaberite korisnika kojeg želite dodati:Označi sva polja za pretraživanje prilikom proširivanja adresa.Odaberite potrebne znakove iz kućica niže. Možete ih kopirati i zalijepiti iz tekstualnog područja.Odaberite format datuma i vremena:Odaberite razdjelnik datuma:Odaberite format datuma:Odaberite poredak datuma i vremena:Odaberite razdjelnik vremena:Odaberite format vremena:Odaberite shemu boja.Odaberite željeni jezik:Pošalji izvještaj o problemuSenzor: Vrijeme na poslužiteljuPodaci s poslužitelja neispravni ili nedostupni.Administracija sesijaVremenska oznaka sesije:SesijePodesite opcije za resetiranje lozinke u slučaju da ju zaboravite.Postavi integraciju s Vašim Facebook računom.Postavi integraciju s Vašim Twitter računom.Odaberite željeni jezik, vremensku zonu i postavke datuma.Postavite željenu početnu aplikaciju, shemu boja, osvježavanje stranice te ostale opcije prikaza.Nekoliko je mogućih lokacija prema parametru: Kratki sažetakTrebaju li pristupne tipke biti definirane za većinu poveznica?PrikažiPrikaži napredne postavkePrikaži bočnu trakuPrikaži razlike između trenutno spremljene i novo generirane konfiguracije.Prikaži dodatne detalje?Prikaži posljednje vrijeme prijave po prijavi na sustav?Prikaži obavijestiPrikazuj %s izbornik na lijevo?PljuskoviJutarnji pljuskoviVečernji pljuskoviPljuskovi u okoliciSimplexPreskoči prijavne zadatkemalaSnijegSnijeg ujutroSnijeg navečerPljusak snijegaPljuskovi snijegaJutarnji pljuskovi snijegaVečernji pljuskovi snijegaVisina snijega: Vodeni ekvivalent snijega: Pjesme & poezijaSouth European (ISO-8859-3)Južna hemisferaSpamUnos posebnih znakovaSportStandardZvjezdane stazePočetno vrijemeUpravljanje stanjemStatusNije uspjelo postavljanje statusa.NovostiPoddirektorij "%s" nije pronađen.Zahtjev za dodavanje "%s" na sustav je poslan. Prijavljivanje na sustav nije moguće dok se zahtjev ne odobri.Uspješno spajanje na Facebook račun ili ažuriranje dozvola.UspjehUspješno dodavanje "%s" na sustav.Podaci korisnika "%s" su uspješno izbrisani iz sustava.Uspješno izbrisano "%s".Uspješno obrisan "%s" iz sustava.Uspješno povraćena konfiguracija. Za pregled promjena ponovno učitajte stranicu.Uspješno spremljena pričuvna kopija konfiguracijske datoteke.Uspješno spremljena pričuvna kopija konfiguracijske datoteke %s.Uspješno ažuriran "%s"Uspješno zapisan %sIzlazak suncaZalazak suncaNedjeljaSunčanoIzlazak SuncaIzlazak/zalazak SuncaIzlazak Sunca: Zalazak SuncaZalazak Sunca: SyncMLKanalPljuskovi s grmljavinomJutarnji pljuskovi s grmljavinomVečernji pljuskovi s grmljavinomOluja s grmljavinomOluja s grmljavinom i vjetromOluje s grmljavinomOluje s grmljavinom ujutroOluje s grmljavinom navečerOblak tagovaTango plavaZadaciZelenkasto plavaTemperatura zadnjih sat vremena: TemperaturaTemperatura: Temperatura
(%sHi%s/%sLo%s) °%sFacebook je trenutno nedostupan. Molimo pokušajte kasnije.Twitter je trenutno nedostupan. Molimo pokušajte kasnije.Tekstualno poljeSamo tekstThai (TIS-620)Automatsko brisanje za uređaj sa identifikatorom %s je poništeno.Alarm je obrisan.Alarm je spremljen.Konfiguracija za %s se ne može automatski ažurirati. Molimo ručno ažurirajte konfiguraciju.Pretpostavljena adresa elektroničke pošte za ovaj identitet:Zaključavanje korisnika je obrisano.Usluge države članice nije bila dostupna na vrijeme. Pokušajte kasnije ili s drugom državom članicom.Usluga države članice trenutno nije dostupna. Pokušajte kasnije ili s drugom državom članicom.Uneseni kod zemlje nije ispravan.Poslužitelj "%s" je izbrisan.Poslužitelj "%s" je spremljen.Usluga trenutno nije dostupna. Pokušajte kasnije.Usluga je trenutno prezauzeta. Pokušajte kasnije.Zahtjev za prijavu od strane "%s" je obrisana.Zahtjev za korisnički račun "%s" je obrisan.Resetiran je status uređaja s identifikatorom %s. Uređaj će se ponovo sinkronizirati prilikom sljedećeg spajanja na poslužitelj.Skripta za testiranje je trenutno omogućena. Zbog sigurnosnih razloga isključite skriptu za testiranje kad ste završili s testiranjem (vidjeti horde/docs/INSTALL).Korisnik "%s" već postoji.Korisnik "%s" ne postoji.Direktorij za teme "%s" nije pronađen.Došlo je do problema prilikom dodavanja "%s" u sustav: %sDošlo je do problema prilikom brisanja podataka iz sustava za korisnika "%s": Došlo je do problema prilikom brisanja "%s" sa sustava: Došlo je do problema s ažuriranjem "%s": %sDošlo je do greške pri komunikaciji s ActiveSync poslužiteljem: %sDošlo je do greške pri spajanju na Twitter: %sDošlo je do pogreške u kofiguracijskoj formi. Možda ste izostavili obavezno polje.Došlo je do greške prilikom zahtjeva: %sDošlo je do greške prilikom dohvata Vaše Facebook sjednice. Molimo pokušajte kasnije.Došlo je do greške prilikom brisanja globalnih podataka za %s. Detalji su zabilježeni u log.Došlo je do greške sa traženim ovlastimaBrojčana oznaka PDV-a nije ispravna.Brojčana oznaka PDV-a je ispravna.GrmljavinaKartePraćenje vremenaFormat vremenaVrijeme promjene ili nepoznatoVremena uspješnih sinkronizacijskih sesijaNazivAko želite izostaviti neko polje iz uvoza ili ispraviti vezu između polja, odaberite polje iz jedne od dolje navedenih lista i kliknite "Obriši par".Za odabir više polja, držite pritisnitu tipku Control (PC) ili Command (Mac) dok klikate mišem.DanasSutraTradicionalniPrijevodiTurski (ISO-8859-9)ObjavaPovezivanje sa TwitteromTwitter vremenski nizTwitter vremenski niz za %sSlova UU.V. indeks: URLSpajanje na Twitter nije uspjelo. Molimo pokušajte kasnije. Vraćena greška: %sNije uspjelo brisanje "%s"': %s.Postavljanje oznake nije uspjelo.Poništi promjeneNekatalogiziranoUnicode (UTF-8)JediniceNavedena nepoznata lokacija.OtključajAžurirajAžuriraj %sNadogradi shemu %sOsvješi sve DB shemeNadogradi sve konfiguracijeAžuriraj korisnikaAžurirano "%s".Nadograđena shema za %s.Prijenos (upload)Konfiguracijske datoteke svih aplikacija prenesene su na poslužitelj.Upotrijebiti ako su ime/lozinka drugačiji za IMSP poslužitelj.KorisnikAdministracija korisnikaKorisnički preglednik:Korisničko imeRegistracija korisnikaRegistracija korisnika je onemogućena na ovoj stranici.Registracija korisnika nije ispravno podešena na ovom poslužitelju.Korisnički račun nije pronađenKorisnik kojeg želite dodati:Korisničko imeKorisničko ime:KorisniciKorisnici na sustavu:Provjera brojčane oznake PDV-aBrojčana oznaka PDV-a:Broj PDV-aPromijenjivomProvjera verzijeKontrola verzijeVrlo visokoVietnamese (VISCII)Pregledaj vanjsku web stranicuVidljivostVidljivost: UpozorenjeVremenska prognozaPodatke o vremenu pružaWeb stranicaDobrodošliDobrodošli, %sWestern (ISO-8859-1)Western (ISO-8859-15)Koju aplikaciju želite da %s prikazuje nakon prijavljivanja?Što trenutno radite?Koja je oznaka razdjelnika?Koji je znak za navođenje?O čemu razmišljate?Koji dan želite prikazivati kao prvi dan u tjednu?Koje mijeneŠirina izbornika %s na lijevoj strani:WikiVjetarVjetar ujutroVjetar navečerBrzina vjetra u čvorovimaVjetar:Vjetar: ObrišiČeka brisanjeMudrostPosaoX-RefYYDa, slažem seVama i drugoj %d osobi se ovo sviđaVama i druge %d osobe se ovo sviđaVama i drugih %d osoba se ovo sviđaNemate ovlasti za dodavanje grupa.Nemate ovlasti za mijenjanje particija.Nemate ovlasti za mijenjanje grupa.Nemate ovlasti za mijenjanje particija.Nemate ovlasti za brisanje grupa.Nemate ovlasti za brisanje particija.Nemate ovlasti za popis grupa particija.Nemate ovlasti za popis dozvola particija.Nemate ovlasti za popis particija.Nemate ovlasti za popis korisnika grupa.Nemate ovlasti za popis korisnika particija.Svoje Facebook postavke možete također provjeriti u Vašoj %s.Niste pristali na Uvjete korištenja usluge stoga Vam nije dopuštena prijava.Odjavljeni ste iz sustava.Odbili ste tražene ovlasti.Niste ispravno povezali svoj Facebook račun sa Horde aplikacijom. Provjerite vaše Facebook postavke u Vašem %s.Niste ispravno povezali svoj Twitter račun sa Horde aplikacijom. Provjerite vaše Twitter postavke u Vašem %s.Sviđa mi seMorate unijeti opis problema prije slanja izvještaja.Odaberite poslužitelj koji želite obrisati.Navedite korisničko ime koje želite isprazniti.Navedite korisničko ime koje želite obrisati.Navedite korisničko ime koje želite dodati.Navedite korisničko ime koje želite ažurirati.Vaša e-mail adresaVaši podaciVaša internetska adresa se promijenila otkako ste započeli sa sesijom. Radi zaštite sigurnosti, iznova se prijavite.Vaše imeVaša metoda autentikacije ne podržava dodavanje korisnika. Ako želite koristiti Horde za administriranje korisničkih računa, morate prijeći na drugu metodu autentikacije.Vaša metoda autentikacije ne podržava izlistavanje korisnika, ili je ta opcija iz nekog razloga onemogućena.Došlo je do promjena u vašem pregledniku otkako ste započeli sa sesijom. Radi zaštite sigurnosti, iznova se prijavite.Vaš preglednik ne podržava ovu mogućnost.Vaša trenutna vremenska zona:Vaše puno ime:Vaše korisničko ime je zaključano.Vaš login je istekao.Vaša nova lozinka za %s je: %sVaša je lozinka iznova postavljenaVaša lozinka je iznova postavljena, ali slanje lozinke nije uspjelo. Molim kontaktirajte administratora.Vaša je lozinka iznova postavljena, provjerite svoj e-mail i prijavite se sa novom lozinkom.Vaša lozinka je isteklaVaša lozinka je istekla.Vaši udaljeni poslužitelji:Vaša sjednica je istekla. Molimo prijavite se ponovo.Zippy[Izvještaj o pogreškama][Nepoznato]_Alarmi_CLI_Konfiguracija_DataTree_Grupe_Kuća_Zaključani korisnici_Dozvole_Korisniciprilogmirnopadanjeiz %s (%s) na %s %sudari vjetrau istoj razinipostavkeizlazakprikaži razlikemirnodvaput unesite lozinku za potvrduobjedinjenweather.comtmpIMUtxu/horde-5.2.17/locale/bg/0000755000175000017500000000000013162206570016326 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/bg/help.xml0000644000175000017500000000143113160205253017772 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/bg/LC_MESSAGES/0000755000175000017500000000000013162206570020113 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/bg/LC_MESSAGES/horde.po0000644000175000017500000026527713160205253021572 0ustar mathieumathieu# Bulgarian translations for Horde package. # Copyright 2002-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Miroslav Pendev , 2002. # msgid "" msgstr "" "Project-Id-Version: Horde 3.0-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2002-11-19 20:44-0500\n" "Last-Translator: Miroslav Pendev \n" "Language-Team: i18n@lists.horde.org\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "'%s'беше добавена към групите." #: admin/perms/addchild.php:43 #, fuzzy, php-format msgid "\"%s\" was added to the permissions system." msgstr "'%s' беше добавен към системата за права на потребителите." #: admin/groups.php:56 admin/perms/addchild.php:47 #, fuzzy, php-format msgid "\"%s\" was not created: %s." msgstr "'%s'не беше създаден: %s." #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "Всеки 5 минути" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Забележка" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Конфигурация" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "%s Обслужващи операции - Потвърждение" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s Условия по Споразумението" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "Изберете операциите, който искате да извършите сега." #: lib/Block/vatid.php:58 #, fuzzy, php-format msgid "%s not found." msgstr "не беше намерен" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 #, fuzzy msgid "12 Hour Format" msgstr "Информация за Вас" #: lib/Block/time.php:25 #, fuzzy msgid "24 Hour Format" msgstr "Информация за Вас" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 часа" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 msgid "A characters" msgstr "" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "Sun" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Информация за Вас" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "Потвърдете паролата" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "Опции" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Администриране на потребителите" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 #, fuzzy msgid "Add" msgstr "Добавки" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "Адрес" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Членове" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, fuzzy, php-format msgid "Add a child group to \"%s\"" msgstr "Добави наследена група към '%s'" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Добавяне на нова група" #: admin/user.php:21 msgid "Add a new user:" msgstr "Добави нов потребител:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Добави нов потребител:" #: templates/data/csvmap.inc:92 #, fuzzy msgid "Add pair" msgstr "Добави резюме" #: admin/user.php:22 #, fuzzy msgid "Add user" msgstr "Добави нов потребител:" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Добавянето на потребители е забранено." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Адрес" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Адресен бележник" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Псевдоним" #: lib/Block/fortune.php:94 msgid "All" msgstr "" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Всички групи" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 #, fuzzy msgid "Alternate email address" msgstr "Вашия Email адрес:" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "непреодолима грешка:" #: services/resetpassword.php:48 msgid "Answer" msgstr "" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 #, fuzzy msgid "Application" msgstr "Ваканция" #: admin/phpshell.php:44 msgid "Application Context: " msgstr "" #: util/icon_browser.php:45 #, fuzzy msgid "Application List" msgstr "Намерени приложения: %s" #: admin/config/index.php:160 msgid "Application is ready." msgstr "" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Сигурни ли сте, че искате да изтриете '%s' и всички подгрупи?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Сигурни ли сте, че искате да изтриете '%s' и всички подгрупи?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Грешка при изтриване на несъществуваща група." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Грешка при изтриване не несъществуващи права." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Грешка при редактиране на несъществуващи права." #: services/shares/edit.php:66 #, fuzzy msgid "Attempt to edit a non-existent share." msgstr "Грешка при редактиране на несъществуващи права." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Грешка при идентификация" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Налични полета:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 msgid "Baltic (ISO-8859-13)" msgstr "" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Отметки" #: lib/Block/fortune.php:103 msgid "Both" msgstr "" #: themes/brown/info.php:2 msgid "Brown" msgstr "Brown" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Brown" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Burnt Orange" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Календар" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "Откажи" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Camouflage" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Откажи" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Откажи" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 msgid "Celtic (ISO-8859-14)" msgstr "" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 #, fuzzy msgid "Change" msgstr "Откажи" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Потвърдете паролата" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "Checkbook" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 msgid "Checking" msgstr "" #: templates/admin/groups/addchild.inc:10 msgid "Child" msgstr "" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 #, fuzzy msgid "Clear" msgstr "Календар" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "" #: templates/admin/user/clear.inc:5 #, fuzzy, php-format msgid "Clear out user: %s" msgstr "Премахни потребител: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "" #: templates/admin/user/list.inc:37 #, fuzzy msgid "Clear user data" msgstr "Избери потребител за добавяне" #: lib/Block/weatherdotcom_strings.php:20 msgid "Clearing Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 #, fuzzy msgid "Close Window" msgstr "Затвори прозорец \"Помощ\"" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 #, fuzzy msgid "Cloudy" msgstr "Копирай" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Избиране на цвят" #: admin/cmdshell.php:20 admin/cmdshell.php:42 #, fuzzy msgid "Command" msgstr "Команди:" #: admin/cmdshell.php:14 #, fuzzy msgid "Command Shell" msgstr "Команди:" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Команди:" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/weatherdotcom.php:300 #, fuzzy msgid "Condition" msgstr "Конфигурация" #: lib/Block/metar.php:244 #, fuzzy msgid "Conditions" msgstr "Конфигурация" #: admin/config/config.php:65 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Конфигурация" #: admin/config/diff.php:80 #, fuzzy msgid "Configuration Differences" msgstr "Конфигурация" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 #, fuzzy msgid "Configuration is out of date." msgstr "Конфигурация" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, fuzzy, php-format msgid "Configure %s" msgstr "Конфигурация" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Потвърдете паролата" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "" #: lib/Block/account.php:484 #, fuzzy msgid "Could not bind to LDAP server." msgstr "Невъзможност да се осъществи връзка с LDAP сървър." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Невъзможност да се осъществи връзка с LDAP сървър." #: admin/config/index.php:27 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Грешка при свързване с RPC сървър: %s" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 #, fuzzy msgid "Could not revert configuration." msgstr "Horde не е конфигуриран коректно" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Грешка при създаване на локална директория за локализация %s" #: lib/Block/vatid.php:91 #, fuzzy msgid "Country" msgstr "изрежи" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Идентичност по подразбиране" #: lib/Block/moon.php:24 msgid "Current 4 Phases" msgstr "" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "Права за гости" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "ДД" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "Данни" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "Данни" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "Данни" #: lib/Block/vatid.php:94 #, fuzzy msgid "Date" msgstr "Данни" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 #, fuzzy msgid "Day" msgstr "Ежедневно" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 #, fuzzy msgid "Default" msgstr "Изтрий" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "Използвай подразбиращата се стойност" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Идентичност по подразбиране" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Изтрий" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Изтрий" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "Изтрий" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "" #: config/registry.php.dist:239 msgid "Development" msgstr "" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Файл менажер" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 msgid "Disable" msgstr "" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Дисплей Опции" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Направено" #: admin/config/index.php:92 admin/config/index.php:124 #, fuzzy, php-format msgid "Download %s" msgstr "Неизвестна команда: %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 #, fuzzy msgid "Drugs" msgstr "Бъгове" #: services/keyboard.php:64 msgid "E characters" msgstr "" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Редакция" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Редакция" #: admin/groups.php:214 #, fuzzy msgid "Edit Group" msgstr "Групи" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Редакция на правата за '%s'" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Редакция на правата за '%s'" #: lib/Block/fortune.php:42 #, fuzzy msgid "Education" msgstr "Ваканция" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Еmail адрес" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Грешка" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Детайлите бяха регистрирани за администратора." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Всеки 15 минути" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "Всеки 5 минути" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Всеки 30 секунди" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Всеки 5 минути" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "На всеки половин час" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "На всеки половин час" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Всяка минута" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Примерни стойности:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 #, fuzzy msgid "Execute" msgstr "Изпълняване на:" #: admin/sessions.php:30 msgid "Expand" msgstr "" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Конфигурация" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Домашен адрес" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "Файл менажер" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Филтър" #: config/registry.php.dist:93 msgid "Filters" msgstr "Филтър" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 msgid "Fog Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "Форуми" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "Форуми" #: lib/Block/fortune.php:46 #, fuzzy msgid "Fortunes 2" msgstr "Форуми" #: config/registry.php.dist:376 msgid "Forums" msgstr "Форуми" #: config/registry.php.dist:113 #, fuzzy msgid "Forwards" msgstr "Препращания" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "Пълно описание:" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Име на файл" #: admin/config/config.php:31 #, fuzzy, php-format msgid "Generate %s Configuration" msgstr "Конфигурация" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "" #: themes/green/info.php:2 msgid "Green" msgstr "Green" #: themes/grey/info.php:2 msgid "Grey" msgstr "Grey" #: admin/groups.php:195 msgid "Group Administration" msgstr "Администриране на групи" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "'%s'не беше създаден: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Групи" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Права за гости" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 msgid "Hebrew (ISO-8859-8-I)" msgstr "" #: lib/Block/iframe.php:24 msgid "Height" msgstr "" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Помощ" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Помощ теми" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 msgid "Hide Results" msgstr "" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 msgid "I characters" msgstr "" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Само икони" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Икони с текст" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, fuzzy, php-format msgid "Import, Step %d" msgstr "Импортирано поле: %s" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Импортирано поле: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Импортирани полета:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 #, fuzzy msgid "Information" msgstr "Информация за Вас" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Намерени приложения: %s" #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "Намерени приложения: %s" #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Изпратените данни са невалидни." #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "Изпратените данни са невалидни." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "Изпратените данни са невалидни." #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Език" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Език" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "Парола: " #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 #, fuzzy msgid "Last Updated:" msgstr "Опресни" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 msgid "Latest" msgstr "" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Календар" #: lib/Block/fortune.php:51 msgid "Law" msgstr "" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Light Blue" #: lib/Block/weatherdotcom_strings.php:38 #, fuzzy msgid "Light Drizzle" msgstr "Light Blue" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "Вход" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 #, fuzzy msgid "Light Snow" msgstr "Light Blue" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 msgid "Like" msgstr "" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Списъка с потребители е забранен." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Списъка с потребители е забранен." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 #, fuzzy msgid "Location" msgstr "Ваканция" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Вход" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Вход" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:282 #, fuzzy msgid "Login failed." msgstr "провалено" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 #, fuzzy msgid "Love" msgstr "Премахни" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "ММ" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "Поща" #: config/registry.php.dist:85 msgid "Mail" msgstr "Поща" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Съвпадащи полета" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "Членове" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Вид на менюто:" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "" #: lib/Block/metar.php:110 #, fuzzy msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "Детайлите бяха регистрирани за администратора." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 #, fuzzy msgid "Moderate" msgstr "Дата на променяне" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "Месечно" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php.dist:333 msgid "My Account" msgstr "Моята Поща" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Информация за Вас" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "Име" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXt" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Никога" #: templates/prefs/category.html:3 msgid "New Category" msgstr "" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Писмо" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Ново потребителско име (опционално)" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Парола" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "Некоректна парола." #: lib/Block/fortune.php:59 config/registry.php.dist:288 #, fuzzy msgid "News" msgstr "Бележки" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "не беше намерен" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 msgid "No change." msgstr "" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Няма зададена локализация." #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "Няма зададена локализация." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 #, fuzzy msgid "None" msgstr "Направено" #: config/nls.php:181 msgid "Nordic (ISO-8859-10)" msgstr "" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "Бележки" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 msgid "Number of articles to display" msgstr "" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 msgid "O characters" msgstr "" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 #, fuzzy msgid "Office" msgstr "Изкл." #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Парола" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "Некоректна парола или потребителско име!" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Невалидно kerberos потребителско име." #: config/registry.php.dist:135 #, fuzzy msgid "Organizing" msgstr "Orange" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Друга информация" #: services/keyboard.php:122 msgid "Other characters" msgstr "" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 #, fuzzy msgid "PHP Code" msgstr "Horde" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "PGP Shell" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 msgid "PM Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 #, fuzzy msgid "PM Sun" msgstr "Sun" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 #, fuzzy msgid "P_HP Shell" msgstr "PGP Shell" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Парола" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Парола:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Некоректна парола." #: admin/sqlshell.php:100 msgid "Paste" msgstr "Вмъкни" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 #, fuzzy msgid "People" msgstr "Роля" #: templates/logintasks/logintasks.html:30 msgid "Perform Login Tasks" msgstr "" #: admin/perms/delete.php:42 #, php-format msgid "Permission \"%s\" not deleted." msgstr "" #: admin/perms/index.php:23 msgid "Permissions" msgstr "Права" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Администриране на правата" #: config/prefs.php.dist:213 #, fuzzy msgid "Personal Information" msgstr "Друга информация" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Невалидна kerberos парола." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Моля, въведете месец и година." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "" #: services/logintasks.php:73 #, fuzzy msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Моля, прочетете следният текст. Вие ТРЯБВА да се съгласите с условията за " "използване на системата." #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 msgid "Policy Key" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Policy Key:" msgstr "" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Вмъкни" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "Парола: " #: services/problem.php:145 #, fuzzy msgid "Problem Description" msgstr "Пълно описание:" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Права" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 msgid "Quota" msgstr "" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "Коефициент" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Четене" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, fuzzy, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Искате да изтриете %s ли? Тази операция не може да се върне назад." #: templates/admin/user/clear.inc:8 #, fuzzy, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Искате да изтриете %s ли? Тази операция не може да се върне назад." #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 #, fuzzy msgid "Refresh Portal View:" msgstr "Опресни Резюме изгледа:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Опресни Резюме изгледа:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 #, fuzzy msgid "Remarks" msgstr "Отметки" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 #, fuzzy msgid "Remote Servers" msgstr "Вашите сървъри:" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "Адрес URL (http://www.example.com/horde):" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Премахни" #: templates/data/csvmap.inc:118 #, fuzzy msgid "Remove pair" msgstr "Премахни резюме" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "Премахни потребител: %s" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Премахни потребител: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 #, fuzzy msgid "Requested service could not be found." msgstr "На запитването не беше отговорено: " #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "Парола" #: services/resetpassword.php:23 #, fuzzy msgid "Reset Your Password" msgstr "Потвърдете паролата" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "" #: services/portal/cloud_search.php:30 #, php-format msgid "Results for %s" msgstr "" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 msgid "Retype new password" msgstr "" #: admin/config/config.php:33 admin/config/config.php:37 #, fuzzy msgid "Revert Configuration" msgstr "Конфигурация" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "" #: admin/sqlshell.php:101 #, fuzzy msgid "Run" msgstr "Sun" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "SQL Shell" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 #, fuzzy msgid "S_QL Shell" msgstr "SQL Shell" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 msgid "Sea_rch" msgstr "" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Изберете група за добавяне" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Изберете нов притежател на група" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Изберете сървър" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Избери потребител за добавяне" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 #, fuzzy msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Изберете необходимите Ви символи. След това ги копирайте от текстовото поле." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Изберете формат за Датата:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Изберете Дата разделител:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Изберете формат за Датата:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Изберете формат за Датата:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 #, fuzzy msgid "Select the time delimiter:" msgstr "Изберете Дата разделител:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Изберете формат за Часа:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "Изберете вашата схема за цветовете." #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Изберете предпочитаният от Вас език:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Администриране на правата" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Права" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Изберете предпочитаният от Вас език:" #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Задайте Вашето начално приложение, схема за цветове, опресняване на " "страницата и други опции за дисплея." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "Кратко резюме:" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Показване" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Showers" msgstr "Показване" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 msgid "Skip Login Tasks" msgstr "" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "Писмо" #: lib/Block/weatherdotcom_strings.php:78 #, fuzzy msgid "Snow" msgstr "Показване" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 msgid "South European (ISO-8859-3)" msgstr "" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Въвеждане на специални символи" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 #, fuzzy msgid "Standard" msgstr "%s Стандарт" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Слушателят %s не е намерен." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Успех" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "Успешно добавен '%s' към системата." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Успешно премахнат '%s' от системата." #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Успешно изтрит '%s'." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Успешно премахнат '%s' от системата." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Успешно беше обновен '%s'." #: admin/config/config.php:60 admin/config/index.php:47 #, fuzzy, php-format msgid "Successfully wrote %s" msgstr "Успешно беше обновен '%s'." #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "Sun" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Sun" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "Sun" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "Sun" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "Sun" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Показване" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 #, fuzzy msgid "Tango Blue" msgstr "Light Blue" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Задачи" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Годишно" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 msgid "Text Area" msgstr "" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Само текст" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 #, fuzzy msgid "The alarm has been saved." msgstr "Тази форма вече беше обработена." #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Грешка при добавяне на '%s' към системата." #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Грешка при премахването на '%s' от системата." #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Грешка при премахването на '%s' от системата." #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Грешка при опресняване на '%s': %s" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Грешка при импортиране на избраните данни за календар." #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Грешка при импорт на данни за контакти." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "Проследяване не време" #: lib/Block/time.php:23 msgid "Time format" msgstr "" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Длъжност" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 #, fuzzy msgid "Today" msgstr " (днес)" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "" #: lib/Block/fortune.php:70 #, fuzzy msgid "Translations" msgstr "Презентации" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "" #: lib/Block/twitter_timeline.php:166 msgid "Tweet" msgstr "" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Друга информация" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 msgid "U characters" msgstr "" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "Грешка при изтриване '%s': %s." #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, fuzzy, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "Грешка при изтриване '%s': %s." #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Грешка при изтриване '%s': %s." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "" #: lib/Prefs/Ui.php:266 #, fuzzy msgid "Unfiled" msgstr "провалено" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Опресни" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Опресни %s" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "Опресни %s" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Опресненa '%s'." #: admin/config/index.php:190 msgid "Upload" msgstr "" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Потребители" #: admin/user.php:224 msgid "User Administration" msgstr "Администриране на потребителите" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Име:" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "Администриране на потребителите" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 #, fuzzy msgid "User Registration is not properly configured for this site." msgstr "Horde не е конфигуриран коректно" #: lib/Block/account.php:561 msgid "User account not found" msgstr "" #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Избери потребител за добавяне" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Име" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Име:" #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "Потребители" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Потребители в системата:" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 msgid "VAT number" msgstr "" #: config/registry.php.dist:122 msgid "Vacation" msgstr "Ваканция" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "" #: config/registry.php.dist:246 msgid "Version Control" msgstr "" #: lib/Block/weatherdotcom_strings.php:101 msgid "Very High" msgstr "" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Внимание" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "" #: services/portal/mobile.php:29 #, fuzzy msgid "Welcome" msgstr "Добре дошли, %s" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Добре Дошли в %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Добре дошли, %s" #: config/nls.php:187 msgid "Western (ISO-8859-1)" msgstr "" #: config/nls.php:188 msgid "Western (ISO-8859-15)" msgstr "" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "Изберете приложението, което %s да покаже след вход." #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "Внимание: " #: lib/Block/account.php:634 msgid "Windows" msgstr "" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ГГ" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 #, fuzzy msgid "You have been logged out." msgstr "Вашите конфигурационни опции бяха обновени." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" #: lib/Prefs/Ui.php:679 #, fuzzy msgid "You must select an server to be deleted." msgstr "Трябва да зададете потребител за изтриване." #: admin/user.php:134 #, fuzzy msgid "You must specify a username to clear out." msgstr "Трябва да зададете потребител за изтриване." #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "Трябва да зададете потребител за изтриване." #: admin/user.php:70 msgid "You must specify the username to add." msgstr "Трябва да зададете потребител за добавяне." #: admin/user.php:164 msgid "You must specify the username to update." msgstr "Трябва да зададете потребител за опресняване." #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "Вашия Email адрес:" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Информация за Вас" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 #, fuzzy msgid "Your Name" msgstr "Вашето име:" #: templates/admin/user/noadd.inc:5 #, fuzzy msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Вашият идентификационен драйвер не поддържа добавяне на потребители, или " "тази възможност е забранена." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Вашият идентификационен драйвер не поддържа списък на потребителите, или " "тази възможност е забранена." #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "Вашето име:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Вашите конфигурационни опции бяха обновени." #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "Вашите сървъри:" #: login.php:266 msgid "Your session has expired. Please login again." msgstr "" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "" #: admin/sessions.php:39 msgid "[Unknown]" msgstr "" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Псевдоним" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Конфигурация" #: lib/Api.php:52 #, fuzzy msgid "_DataTree" msgstr "Данни" #: lib/Api.php:37 #, fuzzy msgid "_Groups" msgstr "Групи" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "Права" #: lib/Api.php:32 #, fuzzy msgid "_Users" msgstr "Потребители" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 msgid "gusting" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "Подчертани" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "Внимание" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "Четене" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "провалено" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/bg/LC_MESSAGES/horde.mo0000644000175000017500000001704413160205253021552 0ustar mathieumathieuq,       ' ,, *Y            # ) : K [ k x             1 : E ` g j o w             5 *: e l |        $<D J Tbhl s}   /&%D(jsQ-3 )G OZzTTX<   #%<b g r %'$?d | ,  .#G$k ="*>E JAW   "  0( Y.f) /0,,]AC9# ] hu(<%,4-Ky]/P4NT )Jm1kh ]U&-QDXf H\2jJ@+("^W'qV6` !ZT:N#?38/Ya.>KS,l_5[4$cO7Mb%g;A *EICL=F iBdR<peno)09GP%s - Notice%s Terms of Agreement24 hoursAM/PMAdd a new user:Adding users is disabled.AddressAddress BookAll GroupsAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Available fields:BarbieBookmarksBrownBurnt OrangeCalendarCamouflageCancelColor PickerConfigurationConfirm PasswordDDDataDeleteEditEmail AddressErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:File ManagerFiltersForumsFull NameGreenGreyGroup AdministrationGroupsGuest PermissionsHelpHordeIcons OnlyIcons with textImported field: %sImported fields:LanguageLight BlueListing users is disabled.Log inMMMailMembersMenu mode:MozillaMy AccountNameNeXTNeverNew Username (optional)NotesOther InformationPHP ShellPasswordPassword:Passwords must match.PastePermissionsPermissions AdministrationReadRemote URL (http://www.example.com/horde):RemoveRemove user: %sSQL ShellSSHSelect a serverSelect the date delimiter:Select the date format:Select the time format:Select your color scheme.Select your preferred language:ShowSpecial Character InputSuccessTasksText OnlyTime TrackingTitleURLUpdateUpdate %sUser AdministrationUsernameUsername:UsersUsers in the system:VacationWarningWelcome to %sWelcome, %sWhat application should %s display after login?YYYou must specify a username to remove.You must specify the username to add.You must specify the username to update.Your InformationYour authentication backend does not support listing users, or the feature has been disabled for some other reason.Your remote servers:Project-Id-Version: Horde 3.0-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2002-11-19 20:44-0500 Last-Translator: Miroslav Pendev Language-Team: i18n@lists.horde.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s - Забележка%s Условия по Споразумението24 часаAM/PMДобави нов потребител:Добавянето на потребители е забранено.АдресАдресен бележникВсички групиГрешка при изтриване на несъществуваща група.Грешка при изтриване не несъществуващи права.Грешка при редактиране на несъществуващи права.Налични полета:BarbieОтметкиBrownBurnt OrangeКалендарCamouflageОткажиИзбиране на цвятКонфигурацияПотвърдете паролатаДДДанниИзтрийРедакцияЕmail адресГрешкаВсеки 15 минутиВсеки 30 секундиВсеки 5 минутиНа всеки половин часВсяка минутаПримерни стойности:Файл менажерФилтърФорумиИме на файлGreenGreyАдминистриране на групиГрупиПрава за гостиПомощHordeСамо икониИкони с текстИмпортирано поле: %sИмпортирани полета:ЕзикLight BlueСписъка с потребители е забранен.ВходММПощаЧленовеВид на менюто:MozillaМоята ПощаИмеNeXtНикогаНово потребителско име (опционално)БележкиДруга информацияPGP ShellПаролаПарола:Некоректна парола.ВмъкниПраваАдминистриране на праватаЧетенеАдрес URL (http://www.example.com/horde):ПремахниПремахни потребител: %sSQL ShellSSHИзберете сървърИзберете Дата разделител:Изберете формат за Датата:Изберете формат за Часа:Изберете вашата схема за цветовете.Изберете предпочитаният от Вас език:ПоказванеВъвеждане на специални символиУспехЗадачиСамо текстПроследяване не времеДлъжностURLОпресниОпресни %sАдминистриране на потребителитеИмеИме:ПотребителиПотребители в системата:ВаканцияВниманиеДобре Дошли в %sДобре дошли, %sИзберете приложението, което %s да покаже след вход.ГГТрябва да зададете потребител за изтриване.Трябва да зададете потребител за добавяне.Трябва да зададете потребител за опресняване.Информация за ВасВашият идентификационен драйвер не поддържа списък на потребителите, или тази възможност е забранена.Вашите сървъри:tmpIMUtxu/horde-5.2.17/locale/nb/0000755000175000017500000000000013162206570016335 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nb/help.xml0000644000175000017500000000143113160205253020001 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/nb/LC_MESSAGES/0000755000175000017500000000000013162206570020122 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/nb/LC_MESSAGES/horde.po0000644000175000017500000027104513160205253021567 0ustar mathieumathieu# translation of nb_NO.po to Norsk bokmål # Norwegian Horde Translation. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # # Oystein Steimler , 2001. # Torstein S. Hansen , 2002. # Andreas Gunleikskaas , 2003. # Geir O. Hogberg , 2005. # Lars Tobias Børsting , 2007. msgid "" msgstr "" "Project-Id-Version: nb_NO\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2007-02-26 04:11+0100\n" "Last-Translator: Lars Tobias Børsting \n" "Language-Team: Norsk bokmål\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "den" #: admin/groups.php:50 #, fuzzy, php-format msgid "\"%s\" was added to the groups system." msgstr "%s ble lagt til gruppesystemet." #: admin/perms/addchild.php:43 #, fuzzy, php-format msgid "\"%s\" was added to the permissions system." msgstr "'%s' ble lagt til rettighetssystemet." #: admin/groups.php:56 admin/perms/addchild.php:47 #, fuzzy, php-format msgid "\"%s\" was not created: %s." msgstr "%s ble ikke opprettet: %s." #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s og %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "%s minutter" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, fuzzy, php-format msgid "%d to %d of %d" msgstr "%s - %s av %s" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "%d-dagers varsel" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "%s - Til info" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "Generer %s-konfigurasjon" #: services/logintasks.php:64 #, fuzzy, php-format msgid "%s Tasks - Confirmation" msgstr "Passord med bekreftelse" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "%s avtalevilkår" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, php-format msgid "%s at %s %s" msgstr "%s på %s %s" #: services/logintasks.php:63 #, fuzzy, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "Kryss av for de operasjonene du vil utføre nå." #: lib/Block/vatid.php:58 #, php-format msgid "%s not found." msgstr "Fant ikke %s." #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, fuzzy, php-format msgid ", gusting %s %s" msgstr "%s på %s %s" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr ", variabel mellom %s og %s" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "12-timers format" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "24-timers format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 timer" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 #, fuzzy msgid "A characters" msgstr "Antall tegn" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "En databasetilkobling er påkrevd for denne blokken." #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 #, fuzzy msgid "AM Clouds" msgstr "Skyer" #: lib/Block/weatherdotcom_strings.php:8 #, fuzzy msgid "AM Drizzle" msgstr "Lett duskregn" #: lib/Block/weatherdotcom_strings.php:9 #, fuzzy msgid "AM Fog" msgstr "Tåke" #: lib/Block/weatherdotcom_strings.php:10 #, fuzzy msgid "AM Light Rain" msgstr "Lett regn på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:11 #, fuzzy msgid "AM Light Snow" msgstr "Lett snøfall" #: lib/Block/weatherdotcom_strings.php:12 msgid "AM Rain" msgstr "Regn på formiddagen" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "Regnbyger på formiddagen" #: lib/Block/weatherdotcom_strings.php:14 #, fuzzy msgid "AM Snow" msgstr "Snø på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "Snøbyger på formiddagen" #: lib/Block/weatherdotcom_strings.php:16 #, fuzzy msgid "AM Sun" msgstr "Regn på formiddagen" #: lib/Block/weatherdotcom_strings.php:17 #, fuzzy msgid "AM T-Showers" msgstr "Regnbyger på formiddagen" #: lib/Block/weatherdotcom_strings.php:18 #, fuzzy msgid "AM T-Storms" msgstr "Tordenstorm på ettermiddagen" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/account.php:3 #, fuzzy msgid "Account Information" msgstr "Din informasjon" #: config/prefs.php.dist:276 msgid "Account Password" msgstr "Kontopassord" #: admin/activesync.php:126 msgid "Actions" msgstr "Handlinger" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "Administrasjon av maler" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Legg til" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Legg til her:" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "Legg til nye medlemmer" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, fuzzy, php-format msgid "Add a child group to \"%s\"" msgstr "Legg til en undergruppe til '%s'" #: admin/groups.php:238 #, fuzzy msgid "Add a new group" msgstr "Legg til ny gruppe" #: admin/user.php:21 msgid "Add a new user:" msgstr "Legg til ny bruker:" #: admin/alarms.php:22 #, fuzzy msgid "Add new alarm" msgstr "Legg til ny bruker:" #: templates/data/csvmap.inc:92 msgid "Add pair" msgstr "Legg til par" #: admin/user.php:22 msgid "Add user" msgstr "Opprett bruker" #: admin/signup_confirm.php:80 admin/user.php:92 #, fuzzy, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "La '%s' i systemet, men kunne ikke legge til ekstra registreringsinfo: %s." #: signup.php:44 #, fuzzy, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "La '%s' i systemet. Du kan logge inn nå." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Muligheten til å opprette brukere er deaktivert." #: lib/Block/vatid.php:101 msgid "Address" msgstr "Adresse" #: config/registry.php.dist:142 msgid "Address Book" msgstr "Adressebok" #: admin/alarms.php:26 msgid "Alarm end" msgstr "" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 #, fuzzy msgid "Alarm text" msgstr "Alternativ tekst:" #: admin/alarms.php:24 #, fuzzy msgid "Alarm title" msgstr "Kolonnetitler" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "Alias" #: lib/Block/fortune.php:94 msgid "All" msgstr "Alle" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Alle autentiserte brukere" #: admin/groups.php:26 admin/groups.php:244 msgid "All Groups" msgstr "Alle grupper" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "Alternativ IMSP-innlogging" #: config/prefs.php.dist:658 msgid "Alternate IMSP Password" msgstr "Alternativt IMSP-passord" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "Alternativt IMSP-brukernavn" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Alternativ e-postadresse" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "en feil har oppstått:" #: services/resetpassword.php:48 msgid "Answer" msgstr "Svar" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "Program" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "Programliste" #: util/icon_browser.php:45 msgid "Application List" msgstr "Programliste" #: admin/config/index.php:160 msgid "Application is ready." msgstr "Programmet er klart." #: admin/config/index.php:95 admin/config/index.php:127 #, fuzzy msgid "Application is up-to-date." msgstr "Programmet er klart." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Godkjenn" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "" #: admin/alarms.php:123 #, fuzzy, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Er du sikker på at du vil slette '%s' og dens undergrupper?" #: templates/admin/user/removequeued.inc:10 #, fuzzy, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Er du sikker på at du vil fjerne registreringsforespørselen for %s?" #: templates/admin/groups/delete.inc:7 #, fuzzy, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "Er du sikker på at du vil slette '%s' og dens undergrupper?" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "Kunst" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "ASCII-kunst" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "Forsøk på å slette en gruppe som ikke eksisterer." #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "Forsøk på å slette en rettighet som ikke eksisterer." #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "Forsøk på å redigere en rettighet som ikke eksisterer." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Forsøk på å redigere en delt ressurs som ikke eksisterer." #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "Alle autentiserte brukere" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "Tilgjengelige felt:" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH-unnskyldninger" #: config/nls.php:169 #, fuzzy msgid "Baltic (ISO-8859-13)" msgstr "Gresk (ISO-8859-7)" #: themes/barbie/info.php:2 #, fuzzy msgid "Barbie" msgstr "Blank" #: util/icon_browser.php:34 #, fuzzy, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Fant ikke basekatalog for grafikk '%s'." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Blokkinnstillinger" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Blokktype" #: themes/bluemoon/info.php:2 #, fuzzy msgid "Blue Moon" msgstr "Nymåne" #: themes/bluewhite/info.php:2 #, fuzzy msgid "Blue and White" msgstr "Språk og tid" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "Bokmerker" #: lib/Block/fortune.php:103 msgid "Both" msgstr "Begge" #: themes/brown/info.php:2 msgid "Brown" msgstr "" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "Rader:" #: themes/burntorange/info.php:7 #, fuzzy msgid "Burnt Orange" msgstr "ikke endret" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "Kalender" #: lib/Block/weatherdotcom.php:250 msgid "Calm" msgstr "Stille" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Avbryt" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Avbryt problemrapport" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "Avbryt" #: services/resetpassword.php:17 #, fuzzy msgid "Cannot reset password automatically, contact your administrator." msgstr "Kan ikke nullstille passord automatisk, kontakt din administrator." #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "Kategorier og etiketter" #: config/nls.php:170 #, fuzzy msgid "Celtic (ISO-8859-14)" msgstr "Gresk (ISO-8859-7)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Endre" #: services/changepassword.php:23 #, fuzzy msgid "Change Your Password" msgstr "Nullstill passordet ditt" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" "Endre navn og adresse som mottakere ser når de leser og svarer på posten din." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 msgid "Check" msgstr "" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "Sjek_k link..." #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "Tailand" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, fuzzy, php-format msgid "Choose %s" msgstr "Kurser" #: config/prefs.php.dist:403 #, fuzzy msgid "Choose how to display dates (abbreviated format):" msgstr "Velg hvordan du vil vise datoer:" #: config/prefs.php.dist:377 #, fuzzy msgid "Choose how to display dates (full format):" msgstr "Velg hvordan du vil vise datoer:" #: config/prefs.php.dist:419 #, fuzzy msgid "Choose how to display times:" msgstr "Velg hvordan du vil vise datoer:" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "Klart" #: admin/sqlshell.php:109 #, fuzzy msgid "Clear Query" msgstr "Fjern bruker" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Fjern bruker: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Fjern bruker" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Fjern brukerdata" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "Tidlig regn" #: lib/Block/weatherdotcom_strings.php:21 #, fuzzy msgid "Clearing Late" msgstr "Sent regn" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 msgid "Click to Continue" msgstr "Klikk for å fortsette" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Lukk vindu" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "Skyer" #: lib/Block/weatherdotcom_strings.php:22 #, fuzzy msgid "Clouds Early" msgstr "Skyer" #: lib/Block/weatherdotcom_strings.php:23 #, fuzzy msgid "Clouds Late" msgstr "Skyer" #: lib/Block/weatherdotcom_strings.php:24 msgid "Cloudy" msgstr "Overskyet" #: admin/sessions.php:31 #, fuzzy msgid "Collapse" msgstr "Slå sammen sidelinjen" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "Slå sammen sidelinjen" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "Fargevelger" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "Kommando" #: admin/cmdshell.php:14 msgid "Command Shell" msgstr "Kommandovindu" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "Kommentar" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "Datamaskiner" #: lib/Block/weatherdotcom.php:300 #, fuzzy msgid "Condition" msgstr "Vilkår" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "Vilkår" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "Tilbakestill oppsett" #: admin/config/diff.php:80 msgid "Configuration Differences" msgstr "Forskjeller i innstillingene" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 #, fuzzy msgid "Configuration is out of date." msgstr "Innstillingene behøver oppdatering." #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, php-format msgid "Configure %s" msgstr "Konfigurer %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Bekreft passord" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Fortsett" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "Kjeks" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "Farge" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "Tilkobling til LDAP-server feilet." #: lib/Block/account.php:463 #, fuzzy msgid "Could not connect to LDAP server." msgstr "Tilkobling til LDAP-server feilet." #: admin/config/index.php:27 #, fuzzy, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Klarte ikke å koble til tjeneren '%s' ved bruk av FTP: %s" #: admin/config/index.php:66 #, fuzzy msgid "Could not contact server. Try again later." msgstr "Klarte ikke å koble til tjeneren '%s' ved bruk av FTP: %s" #: admin/config/scripts.php:35 #, fuzzy, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Klarte ikke å slette oppgraderingsscript for oppsett '%s'." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Kunne ikke nullstille passordet for den forespurte brukeren. Noen eller alle " "detaljene er feil. Forsøk igjen eller kontakt administratoren din hvis du " "behøver ytterligere hjelp." #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "Kunne ikke tilbakestille konfigurasjonen." #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Kunne ikke lagre sikkerhetskopi av konfigurasjonen: %s" #: admin/config/scripts.php:94 #, fuzzy, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Kunne ikke lagre oppgraderings-scriptet til oppsettet til: '%s'." #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Kunne ikke lagre sikkerhetskopien av konfigurasjonsfilen %s." #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Kunne ikke lagre konfigurasjonsfilen %s. Du kan enten benytte deg av en av " "mulighetene for å lagre data tilbake til %s eller kopiere koden under " "manuelt til %s." #: admin/config/index.php:51 #, fuzzy, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Kunne ikke skrive konfigurasjon for '%s': %s" #: lib/Block/vatid.php:91 msgid "Country" msgstr "Land" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Opprett" #: templates/prefs/identityselect.html:22 #, fuzzy msgid "Create New Identity" msgstr "Standardidentitet" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "Gjeldende fase" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "Gjeldende fase" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "Rettigheter for eier" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "Gjeldende tid" #: lib/Block/metar.php:31 msgid "Current Weather" msgstr "Gjeldende vær" #: lib/Block/weatherdotcom.php:279 msgid "Current condition: " msgstr "Gjeldende utsikter: " #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "" #: config/nls.php:176 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 msgid "Data" msgstr "Data" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "Data" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "DataTre-utforsker" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "List opp databaser" #: lib/Block/vatid.php:94 msgid "Date" msgstr "Dato" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Dato mottatt" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "Dag" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "Standard" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 msgid "Default Color" msgstr "Standard farge" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "Standard" #: lib/Block/fortune.php:40 msgid "Definitions" msgstr "Definisjoner" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Slett" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "Slett" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 msgid "Delete Group" msgstr "Slett gruppe" #: admin/config/scripts.php:33 #, fuzzy, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Slett oppgraderings-script for oppsett '%s'." #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Beskriv problemet" #: config/registry.php.dist:239 msgid "Development" msgstr "Utvikling" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "Forhåndsvisning" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 #, fuzzy msgid "Device Management" msgstr "Filbehandler" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 #, fuzzy msgid "Device successfully removed." msgstr "Skrev '%s'" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "Duggpunkt" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "Duggpunkt for den siste timen: " #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "Duggpunkt: " #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "List opp tabeller" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "Vis 24-timers tider?" #: config/prefs.php.dist:468 #, fuzzy msgid "Display Preferences" msgstr "Vis forvarsel (TAF)" #: lib/Block/weatherdotcom.php:86 #, fuzzy msgid "Display detailed forecast" msgstr "Vis forvarsel (TAF)" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "Vis forvarsel (TAF)" #: scripts/import_squirrelmail_prefs.php:77 #, fuzzy msgid "Do not use Drafts" msgstr "Ikke slett" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 #, fuzzy msgid "Do not use Sent" msgstr "Ikke slett" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Kryss av her hvis den første raden inneholder feltnavnet:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "Ingen" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "Download %s" msgstr "Last ned %s" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "Last ned generert konfigurasjon som PHP-script." #: lib/Block/weatherdotcom_strings.php:25 #, fuzzy msgid "Drizzle" msgstr "Lett duskregn" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "Medisiner" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "Antall tegn" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Rediger" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "Rediger" #: admin/groups.php:214 msgid "Edit Group" msgstr "Rediger gruppe" #: templates/prefs/app.html:7 #, fuzzy msgid "Edit Preferences for" msgstr "Rediger rettigheter for %s" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "Rediger rettighter" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, fuzzy, php-format msgid "Edit permissions for \"%s\"" msgstr "Rediger rettigheter for %s" #: lib/Block/fortune.php:42 msgid "Education" msgstr "Utdanning" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-postadresse" #: lib/Prefs/Ui.php:225 #, fuzzy msgid "Enter a name for the new category:" msgstr "Vennligst skriv inn et navn for denne nye kategorien:" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Skriv inn ett sikkerhetsspørsmål som du vil bli spurt om hvis du ønsker å " "nullstille passordet ditt, f.eks. 'hva er navnet på kjæledyret ditt?':" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "Feil" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, fuzzy, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Detaljer har blitt logget for administratoren." #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, fuzzy, php-format msgid "Error updating password: %s" msgstr "Feil ved sending av svar: %s" #: lib/Block/fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "Hvert 15. minutt" #: config/prefs.php.dist:559 msgid "Every 2 minutes" msgstr "Hvert 2. minutt" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "Hvert 30. sekund" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "Hvert 5. minutt" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "Hver halvtime" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "Hver halvtime" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "Hvert minutt" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "Eksempelverdier:" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "Kjør" #: admin/sessions.php:30 msgid "Expand" msgstr "Utvid" #: lib/Block/iframe.php:29 #, fuzzy msgid "Extra Large" msgstr "Neste side" #: templates/admin/config/index.html:74 #, fuzzy msgid "FTP upload of configuration" msgstr "Lagret %s-oppsett" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 msgid "Fair" msgstr "Pent vær" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "Gateadresse" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "Føles som" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "Føles som: " #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "Noen byger" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "Noen snøbyger" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 msgid "File Manager" msgstr "Filbehandler" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "Filter" #: config/registry.php.dist:93 msgid "Filters" msgstr "Filter" #: lib/Block/moon.php:164 msgid "First Half" msgstr "Første halvmåne" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "Første kvartmåne" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "Tåke" #: lib/Block/weatherdotcom_strings.php:30 #, fuzzy msgid "Fog Early" msgstr "Tidlige byger" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "Flyt" #: lib/Block/weatherdotcom_strings.php:32 #, fuzzy msgid "Foggy" msgstr "Tåke" #: lib/Block/fortune.php:44 msgid "Food" msgstr "Mat" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "Forvarsel (TAF)" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Antall dagers forvarsel (vær obs på at det returnerte forvarslet inneholder " "både dag og natt; en stor verdi her kan resultere i en vid blokk)" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "Glemt passordet?" #: lib/Block/fortune.php:28 msgid "Fortune" msgstr "Spådom" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "Type spådom" #: lib/Block/fortune.php:45 msgid "Fortunes" msgstr "Spådommer" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "Spådommer 2" #: config/registry.php.dist:376 msgid "Forums" msgstr "Fora" #: config/registry.php.dist:113 msgid "Forwards" msgstr "Videresendte" #: lib/Block/weatherdotcom_strings.php:33 #, fuzzy msgid "Freezing Drizzle" msgstr "Lett duskregn" #: services/facebook.php:68 #, fuzzy msgid "Friend Requests:" msgstr "Ledig-/opptattforespørsel" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 msgid "From the " msgstr "Fra " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Full beskrivelse" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "Fullmåne" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Fullt navn" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "Generer %s-konfigurasjon" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Generert kode" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "Gå til" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 msgid "Google Search" msgstr "Søk på Google" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "Gresk (ISO-8859-7)" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "Hellas" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "Hellas" #: admin/groups.php:195 msgid "Group Administration" msgstr "Gruppeadministrasjon" #: admin/groups.php:44 #, fuzzy, php-format msgid "Group was not created: %s." msgstr "%s ble ikke opprettet: %s." #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupper" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Rettigheter for gjest" #: lib/Block/weatherdotcom_strings.php:34 msgid "Haze" msgstr "Dis" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 #, fuzzy msgid "Heavy T-Storm" msgstr "Tordenstorm" #: config/nls.php:178 #, fuzzy msgid "Hebrew (ISO-8859-8-I)" msgstr "Gresk (ISO-8859-7)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "Høyde" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Hjelp" #: services/help/index.php:70 #, fuzzy msgid "Help _Topics" msgstr "Emner i Hjelp" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "Halvkule" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Her er begynnelsen på filen:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "Resultater" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "Høy" #: lib/Block/account.php:73 #, fuzzy msgid "Home Directory" msgstr "Katalog" #: config/registry.php.dist:76 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "Hvor mange felt (kolonner) er det?" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 msgid "Humidity" msgstr "Fuktighet" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "Fuktighet: " #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "Humorister" #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "Antall tegn" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "Kun ikoner" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "Ikoner for %s" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "Ikoner med tekst" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "Identitetens navn:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importering, steg %d" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "Importerte felt: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importerte felt:" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Feil brukernavn eller alternativ adresse. Vennligst forsøk igjen eller " "kontakt systemadministratoren din for ytterligerere hjelp." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Individuelle brukere" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "Informasjon" #: lib/Block/weatherdotcom.php:332 #, fuzzy msgid "Information no longer available." msgstr "Det er ingen tilgjengelige valg." #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "Skriv inn en e-post adresse du ønsker å motta det nye passordet på:" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "Sett inn det påkrevde svaret til følgende sikkerhetsspørsmål:" #: lib/Block/vatid.php:52 #, fuzzy msgid "Invalid VAT identification number format." msgstr "Ugyldig filformat" #: admin/signup_confirm.php:43 #, fuzzy, php-format msgid "Invalid action %s" msgstr "Ugyldig program." #: admin/config/config.php:24 msgid "Invalid application." msgstr "Ugyldig program." #: admin/signup_confirm.php:33 #, fuzzy msgid "Invalid hash." msgstr "Ugyldig batch ID" #: lib/Block/weatherdotcom.php:180 #, fuzzy msgid "Invalid license key." msgstr "Ugyldig program." #: lib/Block/weatherdotcom.php:174 #, fuzzy msgid "Invalid location provided." msgstr "Ugyldig program." #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "Ugyldig forelderrettighet." #: lib/Block/weatherdotcom.php:176 #, fuzzy msgid "Invalid partner id." msgstr "Ugyldig forelderrettighet." #: lib/Block/weatherdotcom.php:178 #, fuzzy msgid "Invalid product code." msgstr "Ugyldig protokoll." #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "Isolerte tordenstormer" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel-nybegynnere" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "Barn" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "Språk" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "Blank" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "Siste haltime" #: lib/Block/account.php:91 #, fuzzy msgid "Last Password Change" msgstr "Nullstill passordet" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "Siste kvarter" #: admin/activesync.php:98 templates/prefs/activesync.html:21 #, fuzzy msgid "Last Sync Time" msgstr "Språk og tid" #: lib/Block/metar.php:146 msgid "Last Updated:" msgstr "Siste oppdatering:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Siste innlogging: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Siste innlogging: %s fra %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Siste innlogging: aldri" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "Dato" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "Kalender" #: lib/Block/fortune.php:51 msgid "Law" msgstr "Lov" #: themes/lightblue/info.php:2 #, fuzzy msgid "Light Blue" msgstr "Høyre verdier" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "Lett duskregn" #: lib/Block/weatherdotcom_strings.php:39 msgid "Light Rain" msgstr "Lett regn" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "Lett formiddagsregn" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "Lett ettermiddagsregn" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "Lette regnbyger" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "Lett regn med torden" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "Lett snøfall" #: lib/Block/weatherdotcom_strings.php:45 #, fuzzy msgid "Light Snow Early" msgstr "Lett formiddagsregn" #: lib/Block/weatherdotcom_strings.php:46 #, fuzzy msgid "Light Snow Late" msgstr "Lett ettermiddagsregn" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "Lette snøbyger" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "Link" #: lib/Block/fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: admin/sqlshell.php:113 msgid "List Tables" msgstr "List opp tabeller" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, fuzzy, php-format msgid "Listing sessions failed: %s" msgstr "Mulighet for å liste brukere er deaktivert." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Mulighet for å liste brukere er deaktivert." #: lib/Block/fortune.php:54 msgid "Literature" msgstr "Litteratur" #: lib/Block/weatherdotcom.php:215 msgid "Local time: " msgstr "Lokal tid:" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "Språk og tid" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "Lokasjon" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "Logg inn" #: lib/Block/account.php:64 #, fuzzy msgid "Login" msgstr "Logg inn" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Innlogging feilet fordi brukernavnet eller passordet du skrev inn var feil." #: login.php:282 msgid "Login failed." msgstr "Innlogging feilet." #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "Kjærlighet" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "Lav" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 msgid "Magic" msgstr "Magi" #: config/registry.php.dist:85 msgid "Mail" msgstr "Innboks" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Vedlikehold listen over kategorier du må merke deler med, og fargersom " "assosieres med de respektive kategoriene." #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 #, fuzzy msgid "Matching fields:" msgstr "Samsvarende felt" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "Maks temperatur de siste 24 timer: " #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "Maks temperatur de siste 6 timer: " #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 #, fuzzy msgid "Medicine" msgstr "Avslått" #: lib/Block/iframe.php:27 #, fuzzy msgid "Medium" msgstr "Beliga" #: templates/admin/groups/edit.inc:17 #, fuzzy msgid "Members" msgstr "Desember" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "Menymodus:" #: lib/Block/metar.php:5 #, fuzzy msgid "Metar Weather" msgstr "Gjeldende vær" #: lib/Block/metar.php:42 msgid "Metar block not available." msgstr "Metar-blokk ikke tilgjengelig." #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" "Metar-blokk ikke tilgjengelig. Detaljer har blitt loggført for " "administratoren." #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 msgid "Metric" msgstr "Metrisk" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "Minimum temperatur de siste 24 timer: " #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "Minimum temperatur de siste 6 timer: " #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "Diverse" #: admin/config/index.php:135 #, fuzzy msgid "" "Missing configuration. You must generate it before using this application." msgstr "" "Mangler oppsett. Du må generere det nå hvis du vil bruke dette programmet." #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 msgid "Moderate" msgstr "Moderat" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "I dag" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "Månefaser" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "Stort sett klart" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "Stort sett overskyet" #: lib/Block/weatherdotcom_strings.php:51 #, fuzzy msgid "Mostly Cloudy and Windy" msgstr "Stort sett overskyet" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "Stort sett sol" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "Min konto" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "Din informasjon" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 msgid "My Portal" msgstr "Min portal" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "Mitt portalutseende" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "Nei, jeg godtar IKKE." #: lib/Block/vatid.php:98 msgid "Name" msgstr "Navn" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "Aldri" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Ny kategori" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "Melding" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "Nymåne" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nytt brukernavn (valgfritt)" #: services/changepassword.php:29 #, fuzzy msgid "New password" msgstr "Passord" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "Passord stemmer ikke overens" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "Nyheter" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Neste" #: lib/Block/moon.php:25 #, fuzzy msgid "Next 4 Phases" msgstr "Neste fase" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "Natt" #: templates/prefs/alarm.html:32 #, fuzzy msgid "No Sound" msgstr "ikke funnet" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Ingen tilgjengelige oppsettsdata å vise forskjeller med." #: admin/config/diff.php:39 msgid "No change." msgstr "Ingen endring." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Fant ingen ikoner." #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "Svar til listen" #: lib/Block/weatherdotcom.php:172 #, fuzzy msgid "No location provided." msgstr "Svar til listen" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "Ingen støtende spådommer" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 #, fuzzy msgid "No username specified." msgstr "Navn ikke spesifisert." #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Ingen" #: config/nls.php:181 #, fuzzy msgid "Nordic (ISO-8859-10)" msgstr "Gresk (ISO-8859-7)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "Nordre halvkule" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 #, fuzzy msgid "Not Provisioned" msgstr "Rediger rettigheter" #: config/registry.php.dist:211 msgid "Notes" msgstr "Notater" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "Antall tegn" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "Antall tegn" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Skaper av objektet" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "Kontor" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 #, fuzzy msgid "Old password" msgstr "Passord" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "Feil passord" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "Kun støtende spådommer" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "" #: templates/shares/edit.inc:236 #, fuzzy msgid "Or enter a user name:" msgstr "Velg et brukernavn" #: config/registry.php.dist:135 msgid "Organizing" msgstr "Organiserer" #: services/keyboard.php:124 msgid "Other" msgstr "" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 msgid "Other Information" msgstr "Annen informasjon" #: services/keyboard.php:122 #, fuzzy msgid "Other characters" msgstr "Antall tegn" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "PHP-kode" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 #, fuzzy msgid "PM Clouds" msgstr "Skyer" #: lib/Block/weatherdotcom_strings.php:55 #, fuzzy msgid "PM Drizzle" msgstr "Lett duskregn" #: lib/Block/weatherdotcom_strings.php:56 #, fuzzy msgid "PM Fog" msgstr "Tåke" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "Lett regn på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:58 #, fuzzy msgid "PM Light Snow" msgstr "Lett snøfall" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "Regn på formiddagen" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "Regnbyger på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "Snø på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "Snøbyger på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:63 #, fuzzy msgid "PM Sun" msgstr "Snø på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:64 #, fuzzy msgid "PM T-Showers" msgstr "Regnbyger på ettermiddagen" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "Tordenstorm på ettermiddagen" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "Delvis skyet" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "Passord" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "Passord:" #: admin/user.php:168 admin/user.php:220 msgid "Passwords must match." msgstr "Passord stemmer ikke overens" #: admin/sqlshell.php:100 msgid "Paste" msgstr "Lim inn" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 msgid "People" msgstr "Mennesker" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "Innloggingsoppgaver" #: admin/perms/delete.php:42 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "Rettigheten '%s' ikke slettet." #: admin/perms/index.php:23 #, fuzzy msgid "Permissions" msgstr "Rettighet" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 msgid "Permissions Administration" msgstr "Rettighetsadministrasjon" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "Personlig informasjon" #: lib/Block/fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 #, fuzzy msgid "Please enter a password." msgstr "Vennligst skriv inn et gyldig tidspunkt." #: login.php:86 #, fuzzy msgid "Please enter a username." msgstr "Vennligst skriv inn et gyldig tidspunkt." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Vennligst gi et sammendrag av problemet." #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "Offentlig nøkkel" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "Offentlig nøkkel" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "Politikk" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s og %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "Fortsett" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, fuzzy, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Duggpunkt for den siste timen: " msgstr[1] "Duggpunkt for den siste timen: " #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "Trykk" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "Trykk ved havnivå:" #: lib/Block/weatherdotcom.php:239 msgid "Pressure: " msgstr "Trykk:" #: services/problem.php:145 msgid "Problem Description" msgstr "Problembeskrivelse" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "Rettighet" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "" #: lib/Block/account.php:83 #, fuzzy msgid "Quota" msgstr "Katar" #: lib/Block/weatherdotcom_strings.php:66 msgid "Rain" msgstr "Regn" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "Tidlig regn" #: lib/Block/weatherdotcom_strings.php:68 msgid "Rain Late" msgstr "Sent regn" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "Regnbyger" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "Regn og snø" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "Regn til snø" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "Tilfeldig spådom" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Les" #: templates/prefs/facebook.html:33 #, fuzzy msgid "Read enabled" msgstr "Les meldinger" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 msgid "Refresh Portal View:" msgstr "Frisk opp portalvisning:" #: templates/portal/layout.inc:94 #, fuzzy msgid "Refresh rate:" msgstr "Frisk opp portalvisning:" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 #, fuzzy msgid "Remarks" msgstr "Danmark" #: admin/sessions.php:39 admin/sessions.php:50 #, fuzzy msgid "Remote Host:" msgstr "Fjern" #: config/prefs.php.dist:583 msgid "Remote Servers" msgstr "Fjerntjenere" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Fjern" #: templates/data/csvmap.inc:118 msgid "Remove pair" msgstr "Fjern par" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Fjern bruker" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Fjern bruker: %s" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "Svar: %s" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Nullstill" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Nullstill passordet" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "Nullstill passordet ditt" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 #, fuzzy msgid "Restore Last Query" msgstr "Siste kvarter" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "Resultater" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "Resultater" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "Tilbake til Valg" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "Nullstill" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Retype new password" msgstr "Nullstill passordet" #: admin/config/config.php:33 admin/config/config.php:37 msgid "Revert Configuration" msgstr "Tilbakestill oppsett" #: lib/Block/fortune.php:65 msgid "Riddles" msgstr "Gåter" #: admin/sqlshell.php:101 msgid "Run" msgstr "Løp" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Lagre" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "Lagre %s" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "" #: admin/config/index.php:183 #, fuzzy msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "Last ned generert konfigurasjon som PHP-script." #: admin/config/scripts.php:92 #, fuzzy, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Lagret skript for oppgradering av oppsett til '%s'." #: lib/Block/weatherdotcom_strings.php:72 #, fuzzy msgid "Scattered Showers" msgstr "Noen byger" #: lib/Block/weatherdotcom_strings.php:73 #, fuzzy msgid "Scattered T-Storms" msgstr "Isolerte tordenstormer" #: lib/Block/fortune.php:66 msgid "Science" msgstr "Vitenskap" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "Søk" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "Søk" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "Søk" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 #, fuzzy msgid "Select a group to add:" msgstr "Velg en gruppe å legge til" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "Velg en ny eier" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Velg en tjener" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 #, fuzzy msgid "Select a user to add:" msgstr "Velg en bruker å legge til" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Velg karakterene du trenger fra boksen under. Du kan deretter kopiere og " "lime dem inn fra tekstfeltet." #: templates/data/datetime.inc:57 #, fuzzy msgid "Select the date and time format:" msgstr "Velg datoformat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Velg datoskilletegn:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Velg datoformat:" #: templates/data/datetime.inc:66 #, fuzzy msgid "Select the day and time order:" msgstr "Velg datoformat:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Velg tidsskilletegn:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Velg tidsformat:" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "Velg ønsket språk:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Send problemrapport" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "Sensor:" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "Leveringstid" #: lib/Block/weatherdotcom.php:164 #, fuzzy msgid "Server data wrong or not available." msgstr "Metar-blokk ikke tilgjengelig." #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "Rettighetsadministrasjon" #: admin/sessions.php:37 msgid "Session Timestamp:" msgstr "" #: lib/Api.php:57 #, fuzzy msgid "Sessions" msgstr "Rettighet" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 #, fuzzy msgid "Set your preferred language, timezone and date preferences." msgstr "Still inn ditt foretrukne språk, tidssone- og datovalg." #: config/prefs.php.dist:469 #, fuzzy msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Still inn ditt oppstartsprogram, fargeskjema, sideoppfriskning og andre " "visningsvalg." #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Kort sammendrag" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Vis" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 #, fuzzy msgid "Show notifications" msgstr "Melding om ordning" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "Vis menyen for %s på venstre side?" #: lib/Block/weatherdotcom_strings.php:74 msgid "Showers" msgstr "Byger" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "Tidlige byger" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "Sene byger" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "Innloggingsoppgaver" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "Somalia" #: lib/Block/weatherdotcom_strings.php:78 msgid "Snow" msgstr "Snø" #: lib/Block/weatherdotcom_strings.php:79 #, fuzzy msgid "Snow Early" msgstr "Tidlige byger" #: lib/Block/weatherdotcom_strings.php:80 #, fuzzy msgid "Snow Late" msgstr "Sene byger" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "Snøbyge" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "Snøbyger" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "Snøbyger tidlig på dagen" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "Snøbyger sent på dagen" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "Snødybde:" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 #, fuzzy msgid "South European (ISO-8859-3)" msgstr "Gresk (ISO-8859-7)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "Sørlige halvkule" #: config/registry.php.dist:102 msgid "Spam" msgstr "Spam" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Spesialtegninntasting" #: lib/Block/fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "Standard" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Status" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "Underkatalog '%s' ikke funnet." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "Suksess" #: admin/signup_confirm.php:85 admin/user.php:100 #, fuzzy, php-format msgid "Successfully added \"%s\" to the system." msgstr "La '%s' til systemet." #: admin/user.php:138 #, fuzzy, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Slettet data for bruker '%s' fra systemet." #: admin/groups.php:78 admin/perms/delete.php:36 #, fuzzy, php-format msgid "Successfully deleted \"%s\"." msgstr "Slettet '%s'." #: admin/user.php:118 #, fuzzy, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Fjernet '%s' fra systemet." #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Tilbakestilte oppsettet. Last på nytt for å se endringer." #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "Lagret sikkerhetskopi av oppsettet." #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Lagret sikkerhetskopi av oppsettet til filen %s." #: admin/user.php:184 #, fuzzy, php-format msgid "Successfully updated \"%s\"" msgstr "Oppdaterte '%s'" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "Skrev '%s'" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "Soloppgang" #: lib/Block/sunrise.php:66 msgid "Sun Set" msgstr "Solnedgang" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "Sudan" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "Sudan" #: lib/Block/weatherdotcom.php:220 msgid "Sunrise" msgstr "Soloppgang" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "Soloppgang/solnedgang" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "Soloppgang:" #: lib/Block/weatherdotcom.php:223 msgid "Sunset" msgstr "Solnedgang" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "Solnedgang:" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "Byger" #: lib/Block/weatherdotcom_strings.php:87 #, fuzzy msgid "T-Showers Early" msgstr "Tidlige byger" #: lib/Block/weatherdotcom_strings.php:88 #, fuzzy msgid "T-Showers Late" msgstr "Sene byger" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "Tordenstorm" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 msgid "T-Storms" msgstr "Tordenstormer" #: lib/Block/weatherdotcom_strings.php:92 #, fuzzy msgid "T-Storms Early" msgstr "Tidlige byger" #: lib/Block/weatherdotcom_strings.php:93 #, fuzzy msgid "T-Storms Late" msgstr "Tordenstormer" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 #, fuzzy msgid "Tag Cloud" msgstr "Skyer" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "Oppgaver" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "Tabell" #: lib/Block/metar.php:285 #, fuzzy msgid "Temp for last hour: " msgstr "Duggpunkt for den siste timen: " #: lib/Block/metar.php:209 msgid "Temperature" msgstr "Temperatur" #: lib/Block/weatherdotcom.php:227 msgid "Temperature: " msgstr "Temperatur:" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "Likestill tekst" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "Kun tekst" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 #, fuzzy msgid "The provided country code is invalid." msgstr "Kalenderdata er ugyldig" #: lib/Prefs/Ui.php:681 #, fuzzy, php-format msgid "The server \"%s\" has been deleted." msgstr "Hendelsen ble lagt til i din kalender." #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, fuzzy, php-format msgid "The user \"%s\" already exists." msgstr "%s finnes allerede." #: services/shares/edit.php:85 services/shares/edit.php:177 #, fuzzy, php-format msgid "The user \"%s\" does not exist." msgstr "Mappen %s eksisterer ikke" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 #, fuzzy msgid "The weather.com block is not available." msgstr "Metar-blokk ikke tilgjengelig." #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, fuzzy, php-format msgid "Themes directory \"%s\" not found." msgstr "Underkatalog '%s' ikke funnet." #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, fuzzy, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Det oppstod en feil ved importering av hendelsen: %s." #: admin/user.php:140 #, fuzzy, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Slettet data for bruker '%s' fra systemet." #: admin/user.php:120 #, fuzzy, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Fjernet '%s' fra systemet." #: admin/user.php:173 #, fuzzy, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Det oppstod en feil ved importering av hendelsen: %s." #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "Det oppstod en feil ved importering av hendelsen: %s." #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Det oppstod en feil i oppsettsskjemaet. Kanskje du utelot et obligatorisk " "felt?" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "Det oppstod en feil under import av hendelsen: %s." #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "Tidsformat" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "Tittel" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "I dag" #: lib/Block/weatherdotcom.php:315 msgid "Tomorrow" msgstr "I morgen" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "Oversettelser" #: config/nls.php:184 #, fuzzy msgid "Turkish (ISO-8859-9)" msgstr "Gresk (ISO-8859-7)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "Tekst" #: config/prefs.php.dist:625 #, fuzzy msgid "Twitter Integration" msgstr "Annen informasjon" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, fuzzy, php-format msgid "Twitter Timeline for %s" msgstr "Rediger rettigheter for %s" #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "Antall tegn" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, fuzzy, php-format msgid "Unable to delete \"%s\": %s." msgstr "Horde/Kolab: Kunne ikke fjerne %s \"%s\": %s" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 #, fuzzy msgid "Unable to set like." msgstr "Kan ikke koble til med SSL." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Angre endringer" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "Uspesifisert" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "" #: lib/Block/weatherdotcom.php:162 #, fuzzy msgid "Unknown location provided." msgstr "Svar til listen" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "Oppdater" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Oppdater %s" #: templates/admin/user/update.inc:53 msgid "Update user" msgstr "Oppdater bruker" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "Oppdaterte '%s'" #: admin/config/index.php:190 msgid "Upload" msgstr "Last opp" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 #, fuzzy msgid "User" msgstr "Brukere" #: admin/user.php:224 #, fuzzy msgid "User Administration" msgstr "%s administrasjon" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "Brukernavn:" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "%s administrasjon" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/account.php:561 #, fuzzy msgid "User account not found" msgstr "Fant ikke %s." #: templates/shares/edit.inc:238 #, fuzzy msgid "User to add:" msgstr "Velg en bruker å legge til" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "Brukernavn" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "Brukernavn:" #: templates/admin/groups/edit.inc:53 msgid "Users" msgstr "Brukere" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "Tall" #: config/registry.php.dist:122 msgid "Vacation" msgstr "Ferie" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "Variabel" #: config/registry.php.dist:246 msgid "Version Control" msgstr "Versjonskontroll" #: lib/Block/weatherdotcom_strings.php:101 #, fuzzy msgid "Very High" msgstr "Høy" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "Advarsel" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "Webside" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Velkommen" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "Velkommen til %s" #: templates/portal/mobile.inc:1 #, php-format msgid "Welcome, %s" msgstr "Velkommen, %s" #: config/nls.php:187 #, fuzzy msgid "Western (ISO-8859-1)" msgstr "Gresk (ISO-8859-7)" #: config/nls.php:188 #, fuzzy msgid "Western (ISO-8859-15)" msgstr "Gresk (ISO-8859-7)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, fuzzy, php-format msgid "Width of the %s menu on the left:" msgstr "Vis menyen for %s på venstre side?" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 msgid "Wind" msgstr "Vind" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "Vind tidlig på dagen" #: lib/Block/weatherdotcom_strings.php:97 #, fuzzy msgid "Wind Late" msgstr "Sent regn" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 msgid "Wind:" msgstr "Vind:" #: lib/Block/weatherdotcom.php:246 msgid "Wind: " msgstr "Vind:" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "Vind" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "Visdom" #: lib/Block/fortune.php:72 msgid "Work" msgstr "Arbeid" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ÅÅ" #: templates/logintasks/logintasks.html:34 #, fuzzy msgid "Yes, I Agree" msgstr "Nei, jeg godtar IKKE." #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 #, fuzzy msgid "You are not allowed to list share permissions." msgstr "Ingen barn kan legges til denne rettigheten." #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 #, fuzzy msgid "You are not allowed to remove user data." msgstr "Auth_ldap: Kunne ikke fjerne brukeren %s" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "Du er nå logget ut." #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Du må beskrive problemet før du kan sende en problemrapport." #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Din epostadresse" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 msgid "Your Information" msgstr "Din informasjon" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Fullt navn" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "Nettleseren din støtter ikke denne funksjonen." #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 msgid "Your full name:" msgstr "Ditt fulle navn:" #: login.php:290 #, fuzzy msgid "Your login has expired." msgstr "Dine valg har blitt oppdatert" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 #, fuzzy msgid "Your remote servers:" msgstr "Fjerntjenere" #: login.php:266 #, fuzzy msgid "Your session has expired. Please login again." msgstr "Din %s tilkobing har gått ut. Vennligst log inn igjen." #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "[Problemrapport]" #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "Ukjent" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "Alias" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "Tilbakestill oppsett" #: lib/Api.php:52 #, fuzzy msgid "_DataTree" msgstr "DataTre-utforsker" #: lib/Api.php:37 #, fuzzy msgid "_Groups" msgstr "Grupper" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "Rettighet" #: lib/Api.php:32 #, fuzzy msgid "_Users" msgstr "Brukere" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "rolig" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "fra %s (%s) på %s %s" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr "stigende" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "inline" msgstr "inline" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 msgid "rising" msgstr "stigende" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 msgid "steady" msgstr "stødig" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "skriv passordet to ganger for å bekrefte" #: admin/config/diff.php:51 admin/config/diff.php:63 msgid "unified" msgstr "samlet" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/nb/LC_MESSAGES/horde.mo0000644000175000017500000005511213160205253021557 0ustar mathieumathieud  !!! &!3! C!O! e! q!!!!!.!! !"""("0" 4">"N"W"`"z" """ """""# #&#7#M#U# Y#'c#,#*#%# $ $($ 7$ B$L$Q$Z$_$f$|$$T$$$ %%"% 4%A%H%O% `%m% u% % %% %%%%%%&(&0&''' ''''''( ((( '( 5(A( H(U( j( v(( (((C( )/$)T)Z) _) j) t){))**%*6*F* V*c*s*{** * * ** ** * ****|+++ ++ +++ ++ + ++,&, ),7,J,_,f,x,},, ,",,,$,, , , - ---->-N-a-jr-- -B-4=.r...... . . ..//./ 2/ @/K/\/l/~/ /// / // / /00!0G(0 p0~00000h001 /1:1JU1111 11 1 1 2 2 #2 .282I2\2a2 g2t2}222282 222 3#3(3<3B3Q3X3 p3{33 3 333 3 33 33 44424(G4p4y44 444 4 4 4 4 44 55#525 95 E5Q5a5g5v555555555i5A6\6t66666 6667 7 +787 =7 I7V7i7 {777777 777;7(84G8|88888 888888 8 8 9T9 d9p9v9|9 99 999 9 999 99999 ::: #: 1:=: B:M:S:Z:a:f:i:E::: :+:#;3;D;I;c;j;q;"x;;;== A=M= ^=l= }= =====4=>(>B>\> b> o>z> >> >>1>> >? ? %?2?M?f???? ???? ?4?7@9R@<@@@@ A AAA'A.A5AKAcAOiAAA AAA BB B B 7BCB LB ZBgBoB BBBB"BB)C6C<C.DDD DDDEEE)E .E;E?EHE WEdE jEwE E EE EEE:E -F/9F iFsF{F F FF9G>GOG_GpG G GGGG G G G GG GHHH-H3H7HGHHH H H II I(I-I >I HISI lIzIIIIIIIIIIIJJ"J >J HJ TJ _J jJxJJJJJJYK nKFzKAKLL/LFLYL^L eL sLLLLLL L LL M#M3M HMVMfM oM|M,M M M MMMKM=N PN\N`NcNhNqpN#N"O )O4OPSOO&O%OOP PP%P:P IP SP^PrPPP PPPPPP9PQQ2QBQ]QcQsQ{QQQ QQQQQ R$R@R ^RkRsR|RR RRR(RS SS&S-S@S ES QS [S eS rSSSS SS S SS SST !T,TATHTMT ST]TbTfqTTTTU$U9UMUUUeU#iUU U UUU UUU UVVV0V6V ?VIVPV;XV#V0V V V V WW +W 7W BW NW ZWhW qW |W WOW WWWW XXX %X2X ;XGXWX `X kXwXXXXXX XX XXXXXYYYY>(YgYxY Y/YYYYYZZZ)ZCZG&IxR3|r-g=_ !FLX[)*, $`t>w6V2YYvfnO+w}DU y\ 7/so u-pvrqL<K!9E&l0n0l| 8hTei(Z\O "TSR~SC5]_NG]Eq4*H[I+jBA B%~W%tD5ZP(J{,aC?@1'#UMA'J ud^$HdQ  Q29MFKe7;.8Vxybmk:{h`Nz>mczX3;?")^@aP/#k.6fWb1os=4i:gpjc}< at %d %s and %s%d-day forecast%s - Notice%s Terms of Agreement%s at %s %s%s not found., variable from %s to %s12 Hour Format24 Hour Format24 hoursA database backend is required for this block.AM RainAM ShowersAM Snow ShowersAM/PMAccount PasswordActionsAddAdd Here:Add a new user:Add pairAdd userAdding users is disabled.AddressAddress BookAllAll Authenticated UsersAll GroupsAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ListApplication is ready.ApproveArtAscii ArtAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Available fields:BOFH ExcusesBlock SettingsBlock TypeBookmarksBothCalendarCalmCancelCancel Problem ReportCategories and LabelsChangeChange the name and address that people see when they read and reply to your emails.ClearClear out user: %sClear userClear user dataClick to ContinueClose WindowCloudsCloudyCollapse SidebarColor PickerCommandCommand ShellComputersConditionsConfiguration DifferencesConfigure %sConfirm PasswordContinueCookieCould not bind to LDAP server.Could not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save the backup configuration file %s.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.CountryCreateCurrent TimeCurrent WeatherCurrent condition: DDDataDataTree BrowserDateDate ReceivedDayDefaultDefault ColorDefinitionsDeleteDelete GroupDescribe the ProblemDevelopmentDew PointDew Point for last hour: Dew point: Display 24-hour times?Display forecast (TAF)Does the first row contain the field names? If yes, check this box:Download %sDownload generated configuration as PHP script.DrugsEditEdit GroupEducationEmail AddressEnter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':ErrorEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExample values:ExecuteExpandFairFeels LikeFeels like: Few ShowersFew Snow ShowersFile ManagerFiltersFirst HalfFirst QuarterFogFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FortuneFortune typeFortunesFortunes 2ForumsForwardsFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGoGoogle SearchGreek (ISO-8859-7)Group AdministrationGroupsGuest PermissionsHazeHeightHelpHemisphereHere is the beginning of the file:HighHordeHow many fields (columns) are there?HumidityHumidity: HumoristsIcons OnlyIcons for %sIcons with textIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid application.Invalid parent permission.Isolated T-StormsKernel NewbiesKidsLanguageLast HalfLast QuarterLast Updated:Last login: %sLast login: %s from %sLast login: NeverLawLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow ShowerLimerickLinux CookieList TablesListing users is disabled.LiteratureLocal time: Locale and TimeLocationLog inLogin failed because your username or password was entered incorrectly.Login failed.LoveLowMMMagicMailManage the list of categories you have to label items with, and colors associated with those categories.Max temp last 24 hours: Max temp last 6 hours: Menu mode:Metar block not available.Metar block not available. Details have been logged for the administrator.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousModerateMoon PhasesMostly ClearMostly CloudyMostly SunnyMy AccountMy PortalMy Portal LayoutNO, I Do NOT AgreeNameNeverNew CategoryNew MoonNew Username (optional)NewsNextNightNo available configuration data to show differences for.No change.No icons found.No location is set.No offensive fortunesNoneNorthern HemisphereNotesObject CreatorOfficeOnly offensive fortunesOrganizingOther InformationPHP CodePM Light RainPM ShowersPM SnowPM Snow ShowersPM T-StormsPartly CloudyPasswordPassword:Passwords must match.PastePeoplePermissions AdministrationPersonal InformationPlease provide a summary of the problem.PoliticsPressurePressure at sea level: Pressure: Problem DescriptionRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRefresh Portal View:Remote ServersRemoveRemove pairRemove userRemove user: %sResetReset PasswordReset Your PasswordResultsRevert ConfigurationRiddlesRunSaveScienceSearchSelect a serverSelect the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date delimiter:Select the date format:Select the time delimiter:Select the time format:Select your preferred language:Send Problem ReportSensor: Short SummaryShowShow the %s Menu on the left?ShowersShowers EarlyShowers LateSnowSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStatusSuccessSuccessfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully wrote %sSun RiseSun SetSunriseSunrise/SunsetSunrise: SunsetSunset: T-StormT-StormsTasksTemperatureTemperature: Text OnlyThere was an error in the configuration form. Perhaps you left out a required field.Time formatTitleTodayTomorrowTranslationsURLUndo ChangesUnfiledUpdateUpdate %sUpdate userUploadUsernameUsername:UsersVacationVariableVersion ControlWarningWeb SiteWelcomeWelcome to %sWelcome, %sWindWind EarlyWind:Wind: WisdomWorkYYYou have been logged out.You must describe the problem before you can send the problem report.Your Email AddressYour InformationYour NameYour browser does not support this feature.Your full name:[Problem Report]calmfrom the %s (%s) at %s %sinlinerisingsteadytype the password twice to confirmunifiedProject-Id-Version: nb_NO Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2007-02-26 04:11+0100 Last-Translator: Lars Tobias Børsting Language-Team: Norsk bokmål MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); den%d %s og %s%d-dagers varsel%s - Til info%s avtalevilkår%s på %s %sFant ikke %s., variabel mellom %s og %s12-timers format24-timers format24 timerEn databasetilkobling er påkrevd for denne blokken.Regn på formiddagenRegnbyger på formiddagenSnøbyger på formiddagenAM/PMKontopassordHandlingerLegg tilLegg til her:Legg til ny bruker:Legg til parOpprett brukerMuligheten til å opprette brukere er deaktivert.AdresseAdressebokAlleAlle autentiserte brukereAlle grupperAlternativ IMSP-innloggingAlternativt IMSP-passordAlternativt IMSP-brukernavnAlternativ e-postadresseSvarProgramProgramlisteProgrammet er klart.GodkjennKunstASCII-kunstForsøk på å slette en gruppe som ikke eksisterer.Forsøk på å slette en rettighet som ikke eksisterer.Forsøk på å redigere en rettighet som ikke eksisterer.Forsøk på å redigere en delt ressurs som ikke eksisterer.Tilgjengelige felt:BOFH-unnskyldningerBlokkinnstillingerBlokktypeBokmerkerBeggeKalenderStilleAvbrytAvbryt problemrapportKategorier og etiketterEndreEndre navn og adresse som mottakere ser når de leser og svarer på posten din.KlartFjern bruker: %sFjern brukerFjern brukerdataKlikk for å fortsetteLukk vinduSkyerOverskyetSlå sammen sidelinjenFargevelgerKommandoKommandovinduDatamaskinerVilkårForskjeller i innstillingeneKonfigurer %sBekreft passordFortsettKjeksTilkobling til LDAP-server feilet.Kunne ikke nullstille passordet for den forespurte brukeren. Noen eller alle detaljene er feil. Forsøk igjen eller kontakt administratoren din hvis du behøver ytterligere hjelp.Kunne ikke tilbakestille konfigurasjonen.Kunne ikke lagre sikkerhetskopi av konfigurasjonen: %sKunne ikke lagre sikkerhetskopien av konfigurasjonsfilen %s.Kunne ikke lagre konfigurasjonsfilen %s. Du kan enten benytte deg av en av mulighetene for å lagre data tilbake til %s eller kopiere koden under manuelt til %s.LandOpprettGjeldende tidGjeldende værGjeldende utsikter: DDDataDataTre-utforskerDatoDato mottattDagStandardStandard fargeDefinisjonerSlettSlett gruppeBeskriv problemetUtviklingDuggpunktDuggpunkt for den siste timen: Duggpunkt: Vis 24-timers tider?Vis forvarsel (TAF)Kryss av her hvis den første raden inneholder feltnavnet:Last ned %sLast ned generert konfigurasjon som PHP-script.MedisinerRedigerRediger gruppeUtdanningE-postadresseSkriv inn ett sikkerhetsspørsmål som du vil bli spurt om hvis du ønsker å nullstille passordet ditt, f.eks. 'hva er navnet på kjæledyret ditt?':FeilHvert 15. minuttHvert 2. minuttHvert 30. sekundHvert 5. minuttHver halvtimeHvert minuttEksempelverdier:KjørUtvidPent værFøles somFøles som: Noen bygerNoen snøbygerFilbehandlerFilterFørste halvmåneFørste kvartmåneTåkeMatForvarsel (TAF)Antall dagers forvarsel (vær obs på at det returnerte forvarslet inneholder både dag og natt; en stor verdi her kan resultere i en vid blokk)Glemt passordet?SpådomType spådomSpådommerSpådommer 2ForaVideresendteFra Full beskrivelseFullmåneFullt navnGenerer %s-konfigurasjonGenerert kodeGå tilSøk på GoogleGresk (ISO-8859-7)GruppeadministrasjonGrupperRettigheter for gjestDisHøydeHjelpHalvkuleHer er begynnelsen på filen:HøyHordeHvor mange felt (kolonner) er det?FuktighetFuktighet: HumoristerKun ikonerIkoner for %sIkoner med tekstIdentitetens navn:Importering, steg %dImporterte felt: %sImporterte felt:Feil brukernavn eller alternativ adresse. Vennligst forsøk igjen eller kontakt systemadministratoren din for ytterligerere hjelp.Individuelle brukereInformasjonSkriv inn en e-post adresse du ønsker å motta det nye passordet på:Sett inn det påkrevde svaret til følgende sikkerhetsspørsmål:Ugyldig program.Ugyldig forelderrettighet.Isolerte tordenstormerKernel-nybegynnereBarnSpråkSiste haltimeSiste kvarterSiste oppdatering:Siste innlogging: %sSiste innlogging: %s fra %sSiste innlogging: aldriLovLett duskregnLett regnLett formiddagsregnLett ettermiddagsregnLette regnbygerLett regn med tordenLett snøfallLette snøbygerLimerickLinux CookieList opp tabellerMulighet for å liste brukere er deaktivert.LitteraturLokal tid:Språk og tidLokasjonLogg innInnlogging feilet fordi brukernavnet eller passordet du skrev inn var feil.Innlogging feilet.KjærlighetLavMMMagiInnboksVedlikehold listen over kategorier du må merke deler med, og fargersom assosieres med de respektive kategoriene.Maks temperatur de siste 24 timer: Maks temperatur de siste 6 timer: Menymodus:Metar-blokk ikke tilgjengelig.Metar-blokk ikke tilgjengelig. Detaljer har blitt loggført for administratoren.MetriskMinimum temperatur de siste 24 timer: Minimum temperatur de siste 6 timer: DiverseModeratMånefaserStort sett klartStort sett overskyetStort sett solMin kontoMin portalMitt portalutseendeNei, jeg godtar IKKE.NavnAldriNy kategoriNymåneNytt brukernavn (valgfritt)NyheterNesteNattIngen tilgjengelige oppsettsdata å vise forskjeller med.Ingen endring.Fant ingen ikoner.Svar til listenIngen støtende spådommerIngenNordre halvkuleNotaterSkaper av objektetKontorKun støtende spådommerOrganisererAnnen informasjonPHP-kodeLett regn på ettermiddagenRegnbyger på ettermiddagenSnø på ettermiddagenSnøbyger på ettermiddagenTordenstorm på ettermiddagenDelvis skyetPassordPassord:Passord stemmer ikke overensLim innMenneskerRettighetsadministrasjonPersonlig informasjonVennligst gi et sammendrag av problemet.PolitikkTrykkTrykk ved havnivå:Trykk:ProblembeskrivelseRegnTidlig regnSent regnRegnbygerRegn og snøRegn til snøTilfeldig spådomLesFrisk opp portalvisning:FjerntjenereFjernFjern parFjern brukerFjern bruker: %sNullstillNullstill passordetNullstill passordet dittResultaterTilbakestill oppsettGåterLøpLagreVitenskapSøkVelg en tjenerVelg karakterene du trenger fra boksen under. Du kan deretter kopiere og lime dem inn fra tekstfeltet.Velg datoskilletegn:Velg datoformat:Velg tidsskilletegn:Velg tidsformat:Velg ønsket språk:Send problemrapportSensor:Kort sammendragVisVis menyen for %s på venstre side?BygerTidlige bygerSene bygerSnøSnøbygeSnøbygerSnøbyger tidlig på dagenSnøbyger sent på dagenSnødybde:Sørlige halvkuleSpamSpesialtegninntastingSportStandardStar TrekStatusSuksessTilbakestilte oppsettet. Last på nytt for å se endringer.Lagret sikkerhetskopi av oppsettet.Lagret sikkerhetskopi av oppsettet til filen %s.Skrev '%s'SoloppgangSolnedgangSoloppgangSoloppgang/solnedgangSoloppgang:SolnedgangSolnedgang:TordenstormTordenstormerOppgaverTemperaturTemperatur:Kun tekstDet oppstod en feil i oppsettsskjemaet. Kanskje du utelot et obligatorisk felt?TidsformatTittelI dagI morgenOversettelserURLAngre endringerUspesifisertOppdaterOppdater %sOppdater brukerLast oppBrukernavnBrukernavn:BrukereFerieVariabelVersjonskontrollAdvarselWebsideVelkommenVelkommen til %sVelkommen, %sVindVind tidlig på dagenVind:Vind:VisdomArbeidÅÅDu er nå logget ut.Du må beskrive problemet før du kan sende en problemrapport.Din epostadresseDin informasjonFullt navnNettleseren din støtter ikke denne funksjonen.Ditt fulle navn:[Problemrapport]roligfra %s (%s) på %s %sinlinestigendestødigskriv passordet to ganger for å bekreftesamlettmpIMUtxu/horde-5.2.17/locale/hu/0000755000175000017500000000000013162206570016352 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/hu/help.xml0000644000175000017500000000143113160205253020016 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/hu/LC_MESSAGES/0000755000175000017500000000000013162206570020137 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/hu/LC_MESSAGES/horde.po0000644000175000017500000031515013160205253021600 0ustar mathieumathieu# Hungarian translations for Horde package. # Copyright 2012-2013 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. msgid "" msgstr "" "Project-Id-Version: Horde 5.2.2-git\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-08-12 10:30+0200\n" "PO-Revision-Date: 2014-08-12 10:36+0200\n" "Last-Translator: Andras Galos \n" "Language-Team: i18n@lists.horde.org\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" hozzáadva a csoportokhoz." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" hozzáadva a jogosultsági rendszerhez." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nem jött létre: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB foglalt a megengedett %.2fMB-ból (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s és %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Jelszavának érvényessége %d nap múlva lejár." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d perc" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d személy kedveli ezt" msgstr[1] "%d személy kedveli ezt" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d - %d (összesen %d)" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d napos előrejelzés" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Figyelmeztetés" #: admin/config/index.php:460 admin/config/config.php:28 #, php-format msgid "%s Configuration" msgstr "%s Konfiguráció" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Feladat - Megerősítés" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s szolgáltatási feltételek" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s sebesség %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "A %s hozzáfér a Twitter fiókjához" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "A %s nem tudja lekérdezni az Ön Facebook ismerőseit." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "A %s nem tudja olvasni az Ön Facebook üzenőfali üzeneteit és más elemeit." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "A %s nem tudja a frissíteni az állapotát, vagy más adatait a Facebookon." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "A %s készen áll az alábbi bejelentkezési feladatok elvégzésére:" #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", %s %s sebességű széllökések" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", %s és %s között változó" #: lib/Application.php:338 msgid "1 Day" msgstr "nappal" #: lib/Application.php:342 msgid "1 Month" msgstr "1 Hónap" #: lib/Application.php:340 msgid "1 Week" msgstr "1 Hét" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12 órás formátum" #: lib/Application.php:341 msgid "2 Weeks" msgstr "2 Hét" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 órás formátum" #: templates/data/time.inc:28 templates/data/datetime.inc:109 msgid "24 hours" msgstr "24 óra" #: config/prefs.php:483 config/prefs.php:485 msgid "24-hour format" msgstr "24 órás formátum" #: lib/Application.php:339 msgid "3 Days" msgstr "nappal" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Egy eszköz tisztítási kérés érkezett. Az eszköz megtisztítása a következő " "szinkronizációkor lesz megkísérelve." #: admin/config/index.php:166 admin/config/index.php:210 #: admin/config/index.php:343 admin/config/index.php:369 #, php-format msgid "A newer version (%s) exists." msgstr "Létezik egy újabb verzió (%s)." #: lib/Prefs/Special/Activesync.php:97 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "A távoli %s eszköz tisztítása megkezdve. Az eszköz megtisztítása a következő " "szinkronizációval fog megtörténni." #: templates/data/time.inc:29 templates/data/datetime.inc:110 msgid "AM/PM" msgstr "de/du" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Bejelentkezési információ" #: config/prefs.php:325 msgid "Account Password" msgstr "Jelszóemlékeztető" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Opciók" #: config/prefs.php:732 lib/Application.php:213 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "ActiveSync adminisztráció" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync eszközök " #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync nincs engedélyezve" #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Bevitel" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Tartalom hozzáadása" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Hozzáadás itt:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Tagok hozzáadása" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Új csoport hozzáadása" #: admin/user.php:26 msgid "Add a new user:" msgstr "Új felhasználó létrehozása:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Új emlékeztető hozzáadása" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Új pár hozzáadása" #: admin/user.php:27 msgid "Add user" msgstr "Új felhasználó hozzáadása" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" felhasználó hozzáadva a rendszerhez, de nem sikerült a többi " "bejelentkezési adat tárolása: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "A \"%s\" felhasználó felvéve a rendszerbe. Most már bejelentkezhet." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "A rendszerhez nem adhatók hozzá új felhasználók." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Cím" #: config/registry.php:134 msgid "Address Book" msgstr "Címjegyzék" #: lib/Application.php:55 msgid "Administration" msgstr "Felhasználók adminisztrálása" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Az emlékeztető vége" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Az emlékeztető módjai" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Az emlékeztető kezdete" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Az emlékeztető szövege" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Az emlékeztető neve" #: admin/alarms.php:146 msgid "Alarms" msgstr "Emlékeztetők" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "A részletek a rendszergazda számára készülő naplófájlba kerültek." #: lib/Block/Fortune.php:93 msgid "All" msgstr "az összeset" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Felhasználók" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Minden biztonsági kulcs sikeresen visszaállt" #: lib/Prefs/Special/Activesync.php:112 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Minden ActiveSync eszköz állapota visszaállítva. A következő csatlakozáskor " "fog megtörténni a szinkronizáció." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Mindnen szinkronizációs munkamenet törölve." #: lib/Application.php:249 msgid "Allow alphanumeric" msgstr "betű-szám engedélyezése" #: lib/Application.php:250 msgid "Allow any" msgstr "Minden engedélyezése" #: lib/Application.php:228 msgid "Allow non-provisionable devices" msgstr "Minden eszköz engedélyezése" #: lib/Application.php:248 msgid "Allow only numeric" msgstr "Csak számok engedélyezése" #: config/prefs.php:687 msgid "Alternate IMSP Login" msgstr "IMSP bejelentkezési paraméterek" #: config/prefs.php:704 msgid "Alternate IMSP Password" msgstr "Másik, IMSP jelszó" #: config/prefs.php:698 msgid "Alternate IMSP Username" msgstr "Másik, IMSP bejelentkezési név" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Másik email cím" #: services/resetpassword.php:52 msgid "Answer" msgstr "Válasz" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Alkalmazás" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Az alkalmazás környezete:" #: admin/config/index.php:252 msgid "Application is ready." msgstr "Az alkalmazás kész." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Engedélyezés" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arab (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Biztos, hogy törölni kívánja %s-t?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Biztos benne, hogy törölni kívánja \"%s\" bejelentkezési igényét?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Biztos, hogy törölni kívánja %s-t?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "örmény (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Művészet" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii rajzok" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Néhány adatbázis séma elavult." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Melléklet" #: lib/Application.php:272 msgid "Attachment Download" msgstr "Melléklet" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Nemlétező csoportot kísérelt meg törölni." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Nemlétező jogosultságot kísérelt meg törölni." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Nemlétező jogosultságot kísérelt meg módosítani." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Nemlétező közös tárterületet kísérelt meg módosítani." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Bejelentkezve mint:" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Olvasás engedélyezése:" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Engedélyezett hozzáférések a barátaid adataihoz:" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Közzététel engedélyezése" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Olvasás engedélyezése:" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatikus" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "A rendelkezésre álló mezők:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "A gonosz rendszergazda mentségei" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Balti (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Varázslat" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Tiltás" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Képernyőmodul beállítás" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Képernyőmodul típus" #: lib/Application.php:305 msgid "Bluetooth" msgstr "Kék hold" #: config/registry.php:185 msgid "Bookmarks" msgstr "Könyvjelzők" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Mindkettő" #: config/prefs.php:748 msgid "Bottom" msgstr "Mindkettő" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Böngészőprogram:" #: templates/prefs/activesync.html.php:56 #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Gyorsítótárazott Heartbeat (másodperc)" #: config/registry.php:120 msgid "Calendar" msgstr "Naptár" #: lib/Application.php:293 msgid "Camera" msgstr "Név" #: admin/user.php:115 admin/user.php:138 templates/admin/user/remove.inc:15 #: templates/admin/user/clear.inc:14 templates/admin/groups/delete.inc:12 msgid "Cancel" msgstr "Mégse" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Mégse küldök hibajelentést" #: templates/prefs/activesync.html.php:41 #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Mégse" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "A jelszó nem állítható át automatikusan, keresse meg a rendszergazdát." #: config/prefs.php:507 msgid "Categories and Labels" msgstr "Kategóriák és jelölésük" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "kelta (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "kelet-európai (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Változtatás" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Hely" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "A jelszó módosítása" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Személyes adatok módosítása" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "A jelen konfigurációban nem lehetséges a jelszavak módosítása. Forduljon a " "rendszergazdához." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Ellenőrzés" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Nézzük meg, hogy van-e új verzió" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Ellenőrzés" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "kínai, egyszerűsített (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "kínai, hagyományos (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Válasszuk %s-t" #: config/prefs.php:475 msgid "Choose how to display dates (abbreviated format):" msgstr "Válassza ki a dátumok megjelenítési formáját (rövidített):" #: config/prefs.php:451 msgid "Choose how to display dates (full format):" msgstr "Válassza ki a dátumok megjelenítési formáját (hosszú):" #: config/prefs.php:488 msgid "Choose how to display times:" msgstr "Válassza ki az idő megjelenítési formáját:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "A lekérdezés törlése" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "%s felhasználó adatainak törlése" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "A felhasználó törlése" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "A felhasználó adatainak törlése" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Kattintson az egyik címjegyzékre és válassza ki az összes mezőt a kereséshez." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "A folytatáshoz kattintson az egérrel" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Kliens rögzítése" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Az ablak bezárása" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Borult ég" #: lib/Application.php:265 msgid "Codeword frequency" msgstr "Kódszó gyakoriság" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Becsukás" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Színválasztó" #: config/registry.php:249 msgid "Comics" msgstr "Képregények" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Parancs" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Parancsértelmező" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Megjegyzés: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Általános név" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Számítógépek" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Feltétel" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Időjárási helyzet" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfiguráció" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Különbségek a konfigurációban" #: config/prefs.php:714 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" "Kéziszámítógépekkel, okostelefonokkal, Outlookal való adatszinkronizálás " "konfigurációja." #: admin/config/index.php:247 msgid "Configuration is out of date." msgstr "A konfiguráció elavult." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Friss beállítások elérhetők" #: admin/config/index.php:184 #, php-format msgid "Configure %s" msgstr "%s konfigurációja" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "A jelszó megerősítése" #: services/resetpassword.php:29 services/changepassword.php:28 msgid "Continue" msgstr "Folytatás" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Süti" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Nem sikerült az FTP kapcsolat felvétele a \"%s\" szerverrel: %s" #: admin/config/index.php:90 msgid "Could not contact server. Try again later." msgstr "A szerver nem érhető el, próbálja újra később." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nem sikerült törölni a \"%s\" setup upgrade programot." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Nem sikerült a \"%s\" autentikálása a Facebook profiljához való " "hozzáféréshez. Ez azt jelenti, hogy vagy még nem állította be a Facebook " "profilját a \"%s\" kapcsolódásához, vagy az már lejárt és meg kell újítani." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "A %s alkalmazás nem jogosult arra, hogy kommunikáljon az Ön Twitter " "fiókjával." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Nem sikerült a kívánt felhasználó jelszavát átállítani. A megadott adatok " "nem felelnek meg. Próbálja újra, vagy ha további segítségre van szüksége, " "forduljon a rendszergazdához." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Nem sikerült visszaállítani ez eredeti konfigurációt." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nem sikerült elmenteni a backup konfigurációt: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nem sikerült elmenteni a \"%s\" setup upgrade programot." #: admin/config/index.php:111 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "A %s konfigurációs állományt nem sikerült elmenteni. Használja valamelyik " "lehetőséget az alábbiak közül a mentéshez." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "A %s konfigurációs állományt nem sikerült elmenteni. Vagy használja a %s " "oldalon levő lehetőségeket, vagy másolja át az alábbi kódot ide: %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nem sikerült elmenteni \"%s\" konfigurációját: %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Ország" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Létrehozás" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Új azonosító" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Jelenlegi 4 fázis" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Jelenlegi emlékeztetők" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "A jelenlegi felhasználókapcsolatok" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "A jelenlegi felhasználókapcsolatok" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Pontos idő" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Jelenlegi időjárás" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "A jelenlegi időjárási helyzet: " #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "cirill (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "cirill (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "cirill-ukrán (KOI8-U)" #: admin/config/index.php:267 admin/config/index.php:319 msgid "DB access is not configured." msgstr "Nincs mentett adatbázis konfiguráció." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "NN" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Adatok" #: templates/prefs/syncml.html.php:11 templates/admin/config/index.html.php:30 msgid "Database" msgstr "Adatbázis" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Dátum" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "A beérkezés napja" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Dátum: %s; idő: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "nappal" #: config/prefs.php:379 config/prefs.php:400 config/prefs.php:413 #: config/prefs.php:482 themes/default/info.php:2 msgid "Default" msgstr "Alapértelmezett" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Az alapértelmezés szerinti szín" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Az alapértelmezett parancsértelmező" #: config/prefs.php:403 msgid "Default charset for sending e-mail messages:" msgstr "Alapértelmezett karakter készlet a küldéshez:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "Alapértelmezett hely a helyfüggő funkciókhoz:" #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definíciók" #: admin/groups.php:52 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/admin/user/list.inc:32 #: templates/admin/groups/delete.inc:11 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Törlés" #: admin/groups.php:208 admin/alarms.php:133 #, php-format msgid "Delete \"%s\"" msgstr "\"%s\" törlése" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Összes SyncML adat törlése" #: admin/groups.php:181 msgid "Delete Group" msgstr "A csoport törlése" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "A \"%s\" setup upgrade programot töröltük." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Szinkornizációs munkamenet törlése a \"%s\" eszközön és \"%s\" adatbázisban." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Adjon leírást a problémáról" #: config/registry.php:209 msgid "Development" msgstr "Fejlesztés" #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 #: templates/activesync/device_table.html.php:4 msgid "Device" msgstr "Eszköz" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Ezköz Azonosító" #: templates/prefs/activesync.html.php:31 #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Információ" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Eszköz kezelő" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Eszköz típus" #: lib/Application.php:325 msgid "Device encryption" msgstr "Eszköz titkosítás" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Az eszköz blokkolva." #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "Eszköz megtisztítva" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Az eszköz törölve. Törölje az eszköz állapotát, ha újra szeretne csatlakozni " "vele." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Eszköz sikeresen eltávolítva." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Eszköz törlése sikeresen visszavonva." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Harmatpont" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Harmatpont jelenleg: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Harmatpont" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Letiltva" #: lib/Application.php:229 msgid "Disable (not recommended)" msgstr "Kikapcsolás (nem ajánlott)" #: config/prefs.php:421 msgid "Display 24-hour times?" msgstr "Az időpontokat 24 órás formátumban jelenítsük meg?" #: config/prefs.php:532 msgid "Display Preferences" msgstr "Megjelenítési beállítások" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Részletes időjárási előrejelzés megjelenítése" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Előrejelzés megjelenítése (repülőtéri)" #: templates/data/tsvinfo.inc:12 templates/data/csvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Az első sor a mezők neveit tartalmazza? Ha igen, jelölje ki ezt:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Nincs még bejelentkezési neve? Igényeljen egyet." #: admin/config/index.php:166 admin/config/index.php:210 #: admin/config/index.php:343 admin/config/index.php:369 #, php-format msgid "Download %s" msgstr "Töltsük le %s-t" #: admin/config/index.php:395 msgid "Download generated configuration as PHP script." msgstr "Töltsük le PHP program formájában az elkészült konfigurációt." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Kábítószerek" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinamikus" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU ÁFA-azonosító" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Módosítás" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "\"%s\" módosítása" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Beállítások szerkesztése" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Jogosultságok módosítása" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "\"%s\" jogosultságainak módosítása" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Oktatás" #: templates/admin/user/update.inc:45 templates/admin/groups/edit.inc:12 msgid "Email Address" msgstr "Email cím" #: lib/Application.php:227 msgid "Enable" msgstr "Engedélyezés" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Vége időpont" #: lib/Block/Weather.php:83 msgid "English" msgstr "Angol" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Kérem adja meg az új kategória nevét:" #: config/prefs.php:342 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Adja meg azt a biztonsági kérdést, melyre majd válaszolnia kell jelszavának " "átállításához, pl. 'hogy hívják a kutyáját?':" #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Nem sikerült a Facebookhoz csatlakozni: a részletek a rendszergazda " "naplójába kerültek." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Nem sikerült a Twitterhez csatlakozni: %s a részletekről értesítettük az " "adminisztrátor" #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Nem sikerült a Twitterhez csatlakozni: %s a részletekről értesítettük az " "adminisztrátor" #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Nem sikerült a sync info törlése:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Nem sikerült a sync infok törlése:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "A jelszó módosításakor hiba történt: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Nemzetiségek" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Esemény meghívás:" #: config/prefs.php:591 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "15 percenként" #: config/prefs.php:610 msgid "Every 2 minutes" msgstr "2 percenként" #: config/prefs.php:588 config/prefs.php:608 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "30 másodpercenként" #: config/prefs.php:590 config/prefs.php:611 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "5 percenként" #: config/prefs.php:592 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "félóránként" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "óránként" #: config/prefs.php:589 config/prefs.php:609 templates/portal/layout.inc:99 msgid "Every minute" msgstr "percenként" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Példa értékek:" #: templates/admin/phpshell.html.php:21 templates/admin/sqlshell.html.php:55 #: templates/admin/cmdshell.html.php:22 msgid "Execute" msgstr "Végrehajtás" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Kinyitás" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Extra nagy" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "FTP feltöltés beállítása" #: config/prefs.php:635 msgid "Facebook Integration" msgstr "Facebook integráció" #: lib/Application.php:260 msgid "Failed unlock attempts before device is wiped" msgstr "Meghiúsult unlock próbálkozások mielőtt az eszköz el lett távolítva" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Idézet" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Hírforrás" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "A hírforrás címe" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Hőmérsékletérzet" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Mezők keresése" #: config/registry.php:315 msgid "File Manager" msgstr "Fájl menedzser" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Szűrő" #: config/registry.php:90 msgid "Filters" msgstr "Szűrők" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Első negyed" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Első negyed" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Ételek" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Előrejelzés (repülőtéri)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Az előrejelzés időtartama napokban (az előrejelzés nappali és éjszakai " "adatokat is tartalmaz, ezért a nagy számok széles blokkot eredményeznek)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Elfelejtette a jelszavát?" #: config/registry.php:344 msgid "Forms" msgstr "Űrlapok" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Idézet" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Az idézet fajtája" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Idézetek" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Idézetek 2" #: config/registry.php:338 msgid "Forums" msgstr "Fórumok" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Barátnak jelölt:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Barátok engedélyezve." #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "%s (%s) irányból %s %s sebességgel" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "%s irányból %s %s sebességgel" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Részletes leírás" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Telihold" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Teljes név" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Hozzuk létre a %s konfigurációját" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "A keletkezett kód" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Bővebben" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Globális beállítások" #: templates/prefs/app.html:16 msgid "Go" msgstr "Mehet" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google keresés" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "görög (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Csoport adminisztráció" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Csoport neve" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "A csoport nem jött létre: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Csoportok" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Vendégek" #: lib/Application.php:329 msgid "HTML Email" msgstr "HTML Email" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "héber (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Magasság" #: lib/Block/TwitterTimeline.php:64 lib/Block/FbStream.php:76 msgid "Height of stream content (width automatically adjusts to block)" msgstr "A hírfolyam magassága (a szélesség automatikus)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Segítség" #: services/help/index.php:94 msgid "Help _Topics" msgstr "A segítség témái" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Félteke" #: templates/data/tsvinfo.inc:10 templates/data/csvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Ez a fájl eleje:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Haladó beállítások elrejtése" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Az eredmények elrejtése" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Személyes alkönyvtár" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Hány mező (oszlop) van?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Hány másodpercenként ellenőrizzük, hogy van-e új cikk?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Páratartalom" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristák" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "%s ikonjai" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Azonosító használata emailküldéshez ActiveSync-en keresztül" #: config/prefs.php:274 msgid "Identity's name:" msgstr "Az azonosítóhoz választott elnevezés:" #: templates/data/tsvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/csvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importálás, %d. lépés" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Az importált mező: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Az importált mezők:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Válasz:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Az alábbi listákban a bal oldalon jelölje ki az importálandó állomány egy " "mezejét, a jobb oldalon pedig a címjegyzékében azt a mezőt, ami megfelel az " "előbbinek. Ezután kattintson az \"Új pár hozzáadása\" gombra, az " "importáláshoz való kiejelöléshez. Ha befejezte, akkor kattintson a " "\"Következő\" gombra." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nem megfelelő a felhasználói név vagy az alternatív cím. Próbálja újra vagy " "forduljon a rendszergazdához, ha további segítségre van szüksége." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Egyes felhasználók" #: config/registry.php:243 msgid "Information" msgstr "Információ" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Öröklött tagok" #: config/prefs.php:354 msgid "Insert an email address to which you can receive the new password:" msgstr "Adjon meg egy email címet, melyen megkaphatja az új jelszót:" #: config/prefs.php:348 msgid "Insert the required answer to the security question:" msgstr "Írja be a biztonsági ellenőrző kérdésre adandó választ:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Hibás/elfogadhatatlan VAT-azonosítószám-formátum." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Érvénytelen művelet %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Hibás/elfogadhatatlan alkalmazás." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Érvénytelen ellenőrzőösszeg." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Hibás az eredetobjektum jogosultsága." #: config/registry.php:296 msgid "Inventory" msgstr "Nyilvántartás" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "japán (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "A JavaScript vagy le van tiltva vagy a böngészője nem támogatja. A " "megjelenítés minimális nézetre lett korlátozva" #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Éppen most..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kezdő kernelfejlesztők" #: services/help/index.php:161 msgid "Keyword" msgstr "Kulcsszó" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Gyerekek" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "koreai (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Nyelv" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Nagy" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Utolsó negyed" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Az utolsó jelszóváltoztatás" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Utolsó negyed" #: templates/prefs/activesync.html.php:29 #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Legutoljára szinkronizálva" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Utolsó változtatás:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Utolsó bejelentkezés: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Utolsó bejelentkezés: %s, %s címről" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Utolsó bejelentkezés: még soha nem volt" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Legutolsó" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Jog" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Tetszik" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Az adattáblák listája" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Az emlékeztetők kilistázása nem sikerült: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Hibás letiltások listázása: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "A kapcsolatok kilistázása nem sikerült: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "A felhasználók kilistázása sikertelen a következő üzenettel: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "A felhasználók kilistázása sikertelen." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "A felhasználók kilistázása tiltva van." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Irodalom" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Helyi idő: %s %s (UTC %s)" #: config/prefs.php:363 msgid "Locale and Time" msgstr "Nyelv, dátum, idő" #: lib/Block/Metar.php:52 lib/Block/Weather.php:75 lib/Block/Sunrise.php:23 msgid "Location" msgstr "Hely" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Felhasználó letiltása" #: admin/locks.php:61 msgid "Locks" msgstr "Letiltások" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Bejelentkezés" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Kijelentkezés" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Bejelentkezés Facebookba" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "A bejelentkezés nem sikerült, mert rossz felhasználónevet vagy jelszót adott " "meg." #: login.php:316 msgid "Login failed." msgstr "A bejelentkezés nem sikerült." #: login.php:399 #, php-format msgid "Login to %s" msgstr "Bejelentkezés: %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Bejelentkezés a Facebookra és a %s alkalmazás engedélyezése" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Bejelentkezés a Twitterre és a %s alkalmazás engedélyezése" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Kijelentkezés" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Szerelem" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "HH" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Varázslat" #: config/registry.php:82 msgid "Mail" msgstr "Levelezés" #: config/registry.php:349 msgid "Mail Admin" msgstr "Email domain kezelés" #: config/prefs.php:508 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Adatait kategóriákba sorolhatja. Ezek itt definiálhatók, módosíthatók, " "továbbá színek rendelhetők hozzájuk." #: config/prefs.php:733 msgid "Manage your ActiveSync devices." msgstr "ActiveSync eszközök kezelése." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Egymásnak megfelelő mezők:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Az elmúlt 24 óra maximális hőmérséklete: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Az elmúlt 6 óra maximális hőmérséklete: " #: lib/Application.php:333 msgid "Maximum Email age" msgstr "Maximális Email életkor" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "A képernyőmodulok maximális száma" #: lib/Application.php:277 msgid "Maximum attachment size in bytes" msgstr "Maximális melléklet méret bájtban" #: lib/Application.php:218 msgid "Maximum number of devices" msgstr "Az eszközök maximális száma" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "A megjelenítendő elemek száma" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Orvostudomány" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Közepes" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Tagok" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Megemlít" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar időjárásjelentés" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Metrikus" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Az elmúlt 24 óra legalacsonyabb hőmérséklete: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Az elmúlt 6 óra legalacsonyabb hőmérséklete: " #: lib/Application.php:239 msgid "Minimum PIN length" msgstr "Minimum PIN hosszúság" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Vegyes" #: admin/config/index.php:224 msgid "Missing configuration." msgstr "Hiányzó konfiguráció" #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobil (minimális)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobil (JavaScript nélkül)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobil (okostelefon/tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mobilra optimalizált alkalmazások" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Mód" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Model" #: admin/config/index.php:169 admin/config/index.php:213 #: admin/config/index.php:346 admin/config/index.php:372 msgid "Module is up-to-date." msgstr "A modul a legfrissebb verziójú." #: config/prefs.php:496 msgid "Monday" msgstr "hétfő" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Holdfázisok" #: config/registry.php:309 msgid "My Account" msgstr "Bejelentkezési beállítások" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Bejelentkezési információim" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Saját Facebook hírfolyam" #: services/portal/index.php:45 msgid "My Portal" msgstr "Saját összegző oldalam" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Saját összegző oldalam tervezése" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "Ismeretlen" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NEM, nem egyezem bele." #: templates/prefs/activesync.html.php:69 #: templates/admin/activesync.html.php:37 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "MEGJEGYZÉS: AZ ESZKÖZ TISZTÍTÁSA MINDENT VISSZAÁLLÍT GYÁRI ÉRTÉKRE. " "GYŐZŐDJÖN MEG RÓLA BIZTOSAN EL SZERETNÉ INDÍTANI A TÖRLÉST." #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Név" #: config/prefs.php:587 config/prefs.php:607 templates/portal/layout.inc:97 msgid "Never" msgstr "Soha" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Új kategória" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Új üzenet:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Újhold" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Új felhasználónév (opcionális)" #: services/changepassword.php:31 msgid "New password" msgstr "Új jelszó" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Az új jelszavak nem egyeznek." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Hírek" #: templates/data/tsvinfo.inc:17 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/csvinfo.inc:23 msgid "Next" msgstr "Következő" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "A következő 4 fázis" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Nincs hang" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "" "Nincs rendelkezésre álló konfiguráció, amihez képest a különbségeket meg " "lehetne mutatni." #: admin/config/diff.php:49 msgid "No change." msgstr "Nincs változás." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Nincs ikon." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Nincs megjelenítendő elem" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nincs megadva a hely." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Ne legyen megbotránkoztató idézet" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nincs új bejelentkezési igény." #: lib/Application.php:346 msgid "No push while roaming" msgstr "Nincs \"push\" romaingkor" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Nincs beállítva biztonsági kérdés. Kérem keresse meg az adminisztrátort." #: admin/config/index.php:163 admin/config/index.php:207 #: admin/config/index.php:340 admin/config/index.php:366 msgid "No stable version exists yet." msgstr "Még nincs stabil verzió." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nincs megadva a felhasználónév." #: admin/config/index.php:230 msgid "No version found in original configuration. Regenerate configuration." msgstr "Nincs még konfiguráció, generáljon egyet." #: admin/config/index.php:239 msgid "No version found in your configuration. Regenerate configuration." msgstr "Nincs még konfigurációja, generáljon egyet." #: admin/config/index.php:291 msgid "NoSQL indices are ready." msgstr "NoSQL indexek elkészültek." #: admin/config/index.php:286 #, php-format msgid "NoSQL indices for %s" msgstr "NoSQL indexek ehhez: %s" #: admin/config/index.php:288 msgid "NoSQL indices out of date." msgstr "A NoSQL indexek elavultak." #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:63 templates/prefs/syncml.html.php:34 #: templates/admin/activesync.html.php:28 #: templates/activesync/device_table.html.php:23 msgid "None" msgstr "nincs" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordikus (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Északi félteke" #: templates/prefs/activesync.html.php:45 #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Nem felügyelt" #: config/registry.php:169 msgid "Notes" msgstr "Jegyzettömb" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nincs böngészhető adat, térjen vissza." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "A megjelenítendő cikkek száma" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Frissítési idő másodpercben" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objektum browser" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Létrehozó" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Szűrés" #: config/registry.php:266 msgid "Office" msgstr "Hivatal/munkahely" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "A régi és új jelszónak különböznie kell." #: services/changepassword.php:30 msgid "Old password" msgstr "Régi jelszó" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "A régi jelszó nem megfelelő." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Csak megbotránkoztató idézet legyen" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Csak a tulajdonos vagy a rendszergazda változtathatja meg egy közös " "tárterület tulajdonosát vagy elérési jogosultságait" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operációs rendszer" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Válasszon egy felhasználónevet:" #: config/prefs.php:531 config/prefs.php:634 config/prefs.php:660 #: config/prefs.php:686 config/prefs.php:712 config/prefs.php:731 msgid "Other Information" msgstr "Egyéb információ" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Egyéb opciók" #: config/registry.php:180 msgid "Others" msgstr "Egyebek" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Tulajdonos" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Tulajdonos:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP kód" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP parancsértelmező" #: lib/Application.php:309 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP Email fiókok" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Hiányzik a POSIX bővítés" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "PHP parancsértelmező" #: login.php:211 admin/user.php:39 admin/user.php:53 #: admin/config/index.php:416 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Jelszó" #: lib/Application.php:244 msgid "Password Complexity" msgstr "Jelszó bonyolultság" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "A jelszó sikeresen módosítva." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "A jelszavaknak egyezniük kell." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Beillesztés" #: templates/admin/user/removequeued.inc:7 templates/admin/user/approve.inc:9 msgid "Pending Signups:" msgstr "Új felhasználónak bejelentkezettek:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Emberek" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Feladatok elvégzése" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "A \"%s\" jogosultságot nem lett törölve." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Jogosultságok" #: admin/perms/edit.php:150 admin/perms/delete.php:53 admin/perms/index.php:23 #: admin/perms/addchild.php:58 msgid "Permissions Administration" msgstr "Jogosultság adminisztráció" #: config/prefs.php:263 msgid "Personal Information" msgstr "Személyes adatok" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Állatkedvencek" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefonszám" #: config/registry.php:197 msgid "Photos" msgstr "Fényképek" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Közhelyek" #: login.php:217 msgid "Please enter a password." msgstr "Kérem adjon meg egy jelszót." #: login.php:216 msgid "Please enter a username." msgstr "Kérem adjon meg egy felhasználónevet." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Kérem röviden írja le a probléma lényegét." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Kérem olvassa el a következő szöveget. A rendszer használatának feltételeit " "el KELL fogadnia." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Viccek" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:747 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Az ön eszközén lévő válasz üzenet pozíciója, ha emailre válaszol. Ne " "feledje, néhány eszköz mindíg elküldi a hivatkozó szöveget a válasz üzenet " "végén." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Küldés" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Elküldve %s-t" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Elküldve %s %s részére" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Az elmúlt %d óra csapadékmennyisége: " msgstr[1] "Az elmúlt %d óra csapadékmennyisége: " #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "Csapadékvalószínűség %s" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Légnyomás" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "A tengerszintnek megfelelő nyomás: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Elsődleges" #: services/problem.php:161 msgid "Problem Description" msgstr "A hiba leírása" #: templates/prefs/activesync.html.php:45 #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Felügyelet" #: lib/Application.php:223 msgid "Provisioning" msgstr "Provisioning" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Közzététel engedélyezve." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Kereső/parancs string" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvóta" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Véletlen idézet" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Olvasás" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Olvasás engedélyezve." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" "A \"%s\" felhasználó végleges törlése? Ez a változtatás nem fordítható " "vissza." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "A \"%s\" felhasználó adatainak végleges törlése? Ez a változtatás nem " "fordítható vissza." #: config/prefs.php:613 msgid "Refresh Dynamic Menu Elements:" msgstr "A menü dinamikus elemeinek frissítési gyakorisága:" #: config/prefs.php:594 msgid "Refresh Portal View:" msgstr "Az indulóoldal frissítésének gyakorisága:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Frissítési gyakoriság:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Általános alkalmazások" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Megjegyzések" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Távoli számítógép" #: templates/prefs/activesync.html.php:47 #: templates/admin/user/removequeued.inc:13 #: templates/admin/user/approve.inc:41 templates/admin/groups/edit.inc:25 #: templates/activesync/device_table.html.php:38 msgid "Remove" msgstr "Törlés" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "A pár törlése" #: admin/config/index.php:435 msgid "Remove saved script from server's temporary directory." msgstr "" "Az elmentett program törlése a szerver ideiglenes állományokat tartalmazó " "mappájából." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "A felhasználó törlése" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "%s felhasználó törlése" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Válasz" #: lib/Application.php:234 msgid "Require PIN" msgstr "PIN szükséges" #: lib/Application.php:317 msgid "Require S/MIME Encryption" msgstr "S/MIME titkosítás szükséges" #: lib/Application.php:321 msgid "Require S/MIME Signature" msgstr "S/MIME aláírás szükséges" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Reset" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "A jelszó visszaállítása" #: templates/prefs/activesync.html.php:15 #: templates/admin/activesync.html.php:32 msgid "Reset all device state" msgstr "Minden eszköz alaphelyzetbe állítása" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Az Ön jelszavának visszaállítása" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Az utolsó keresés visszaállítása" #: templates/admin/phpshell.html.php:32 templates/admin/sqlshell.html.php:11 #: templates/admin/cmdshell.html.php:7 msgid "Results" msgstr "Eredmény" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "%s keresés eredménye" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Válasz" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweet %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Az új jelszót írja be ismét" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Konfiguráció visszaállítása" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Találós kérdések" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Futtatás" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Bejelentkezési feladatok elvégzése" #: lib/Application.php:289 msgid "SD card" msgstr "SD kártya" #: lib/Application.php:282 msgid "SD card encryption" msgstr "SD kártya titkosítás" #: lib/Application.php:297 msgid "SMS Text messages" msgstr "SMS üzenetek" #: admin/config/index.php:273 admin/config/index.php:326 msgid "SQL DB schema is out of date." msgstr "Az adatbázis ELAVULT." #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is ready." msgstr "Adatbázis OK." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL parancsértelmező" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "SQL parancsértelmező" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Mentés" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "\"%s\" mentése" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Mentés és befejezés" #: admin/config/index.php:403 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Mentsük el az elkészült konfigurációt PHP program formájában a szerver " "ideiglenes állományokat tartalmazó alkönyvtárában." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "A setup upgrade programot elmentve ide: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Tudomány" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Hatókör" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Keresés" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Keresés" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Keresés:" #: lib/Application.php:255 msgid "Seconds of inactivity before device should lock" msgstr "Tétlen percek mielőtt az eszköz zárolásra kerül" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Melyik csoportot kívánja hozzáadni:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Válassza ki az új tulajdonost:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Válasszon szervert" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Melyik felhasználót kívánja hozzáadni:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Válassza ki az összes mezőt a részletesebb kereséshez." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Válassza ki a dátum és idő formátumát:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Válassza ki a dátumelválasztó karaktert:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Válassza ki a dátum formátumát:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Válassza ki a dátum és idő sorrendjét:" #: templates/data/time.inc:16 templates/data/datetime.inc:97 msgid "Select the time delimiter:" msgstr "Válassza ki az időelválasztó karaktert:" #: templates/data/time.inc:25 templates/data/datetime.inc:106 msgid "Select the time format:" msgstr "Válassza ki az idő formátumát:" #: config/prefs.php:580 msgid "Select your color scheme." msgstr "Válassza ki a kívánt színegyüttest." #: config/prefs.php:376 msgid "Select your preferred language:" msgstr "Válassza ki az Önnek megfelelő nyelvet:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Hibajelentés küldése" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Érzékelő: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Szerver idő" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Felhasználókapcsolat adminisztráció" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Felhasználókapcsolat időbélyeg" #: lib/Api.php:70 msgid "Sessions" msgstr "Felhasználókapcsolatok" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "Állítsa be, arra az esetre, ha jelszavát elfelejtené." #: config/prefs.php:636 msgid "Set up integration with your Facebook account." msgstr "Facebook integráció beállítása" #: config/prefs.php:662 msgid "Set up integration with your Twitter account." msgstr "Twitter integráció beállítsa." #: config/prefs.php:364 msgid "Set your preferred language, timezone and date preferences." msgstr "A kívánt nyelv, időzóna és dátumformátum beállítása." #: config/prefs.php:533 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Beállítható, hogy melyik alkalmazás jelenjen meg a bejelentkezés után, " "milyen színösszeállítást, oldalfrissítési gyakoriságot ill. egyéb " "megjelenítési beállításokat szeretne." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "A megadott paraméter több helységet is jelöl: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Rövid összefoglalás" #: config/prefs.php:620 msgid "Should access keys be defined for most links?" msgstr "El kívánja érni az egyes funkciókat Alt-billentyű-kombinációkkal is?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Megjelenítés" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Haladó beállítások mutatatása" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Haladó beállítások mutatatása" #: admin/config/index.php:385 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Különbségek az elmentett és az újonnan létrehozott konfiguráció között." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Részletek megjelenítése" #: config/prefs.php:565 msgid "Show last login time when logging in?" msgstr "" "Minden bejelentkezéskor íródjék ki a korábbi utolsó bejelentkezés ideje?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Értesítések megjelenítése" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Feladatok kihagyása" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Kicsi" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "A hó mélysége: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "A hó vízmennyiségben kifejezve: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Dalok, versek" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "dél-európai (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Déli félteke" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Kezdő időpont" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Állapot kezelés" #: templates/prefs/activesync.html.php:30 #: templates/admin/config/index.html.php:33 #: templates/activesync/device_table.html.php:6 msgid "Status" msgstr "Állapot" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Az állapot nem változtatható meg." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Üzenet folyam" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "\"%s\" új felhasználó bejelentkezési kérelme továbbítva. Ön csak kérelmének " "elfogadását követően tud majd bejelentkezni." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Sikeresene csatlakoztatta a Facebook fiókját vagy frissítette az engedélyeit." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Sikerült" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" sikeresen hozzáadva a rendszerhez." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "\"%s\" felhasználó adatait sikeresen töröltük a rendszerből." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Sikeresen töröltük \"%s\"-t." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "A \"%s\" felhasználó sikeresen eltávolítotva a rendszerből." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "A konfiguráció sikeresen visszaállítva. A változások megtekintéséhez " "frissítse az oldalt." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "A backup konfiguráció elmentetve." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" adatainak módosítása sikeresen megtörtént." #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "A %s állomány sikeresen elmentetve." #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Napkelte" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Napnyugta" #: config/prefs.php:495 msgid "Sunday" msgstr "vasárnap" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Napkelte" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Napkelte/napnyugta" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Napnyugta" #: lib/Application.php:337 msgid "Sync all" msgstr "Minden szinkronizálása" #: config/prefs.php:713 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Egyesített hírek" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Felhők" #: config/registry.php:155 msgid "Tasks" msgstr "Feladatok" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Hőmérséklet az elmúlt órában: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Hőmérséklet" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Hőmérséklet%s(%sMax%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "A Facebook ideinglenesen nem elérhető. Kérem próbálja meg később." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Pillanatnyilag nem elérhető a Twitter. Kérem próbálja meg később." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:103 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "A távoli %s eszköz tisztítása megszakítva." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Az emlékeztető törölve." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Az emlékeztető elmentetve." #: admin/config/index.php:114 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "A %s beállításait nem sikerült automatikusan frissíteni. Kérem végezze el a " "frissítést kézzel." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Emailcíme:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "A letiltás feloldva." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "A tagállam szolgáltatása nem válaszolt időben. Próbálja meg később, vagy " "használja egy másik tagállam szolgáltatását." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "A tagállam szolgáltatása jelenleg nem érhető el. Próbálja meg később, vagy " "használja egy másik tagállam szolgáltatását." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "A megadott országkód hibás/nem elfogadható." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "A szolgáltatás jelenleg nem érhető el. Kérem próbálja meg később." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "A szolgáltatás jelenleg túlterhelt. Próbálkozzon később." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" bejelentkezési kérelme törölve lett." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "\"%s\" regisztrálási kérelme törölve lett." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "A %s eszköz állapota újraindult. A szinkronizálás a következő csatlakozáskor " "megtörténik." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "A teszt program jelenleg engedélyezett. A biztonság növelése érdekében " "tiltsa le ha már végzett a rendszer tesztelésével (lásd horde/docs/INSTALL). " #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "\"%s\" felhasználó már létezik." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "A \"%s\" felhasználó nem létezik." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "\"%s\" felhasználónak a rendszerhez adásakor hiba történt: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "\"%s\" felhasználó adatainak törlése során hiba lépett fel: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "\"%s\" rendszerből való törlésekor hiba lépett fel: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "\"%s\" módosítása során hiba lépett fel: %s" #: lib/Prefs/Special/Activesync.php:121 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Hiba történt az ActiveSync szerverrel való kommunikáció közben: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Hiba történt a Twitterhez való kapcsolódás közben: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Hibás a megadott konfiguráció. Lehet, hogy nem töltött ki egy szükséges " "mezőt." #: lib/Block/FbStream.php:153 lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 #, php-format msgid "There was an error making the request: %s" msgstr "Hiba történt a kérés közben: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Hiba történt a Facebook munkamenet megszerzése közben. Kérem próbálja meg " "később." #: lib/Application.php:204 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Hiba törént a globális adatok eltávolítása közben: %s Hibajelentés elmentve." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Hiba történt a kért engedélyek biztosítása közben" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Ez az ÁFA-azonosítószám érvénytelen." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Ez az ÁFA-azonosítószám érvényes." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Ennek hatására az összes eszköz újraszinkronizálja minden elemét. " #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Ennek hatására az összes eszköz újraszinkronizálja minden elemét. " #: config/registry.php:226 msgid "Tickets" msgstr "Hibabejelentés-kezelés" #: config/registry.php:272 msgid "Time Tracking" msgstr "Munkaidő-nyilvántartás" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Idő formátum" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Időbélyeg vagy ismeretlen" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Az időbélyeg sikeresen szinkronizálva" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titulus" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Ha ki akar hagyni egy mezőt az importálásból, vagy ki akar javítani egy " "rosszul bejelölt mezőpárt, válasszon egy mezőt az alábbi listák egyikéből és " "kattintson a \"Pár törlése\" gombra." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Ha több elemet is ki akar jelölni, tartsa lenyomva a Control (PC) vagy a " "Command (Mac) billentyűt a kattintás közben." #: lib/Block/Weather.php:288 msgid "Today" msgstr "Ma" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "Holnap" #: config/prefs.php:748 msgid "Top" msgstr "Legfölül" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Fordítások" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Török (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:661 msgid "Twitter Integration" msgstr "Twitter integráció" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter idővonal" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "%s Twitter idővonala" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "A Twitter nincs engedélyezve." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "\"%s\" törlése nem sikerült: %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Nem lehet beállítani" #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "Nem lehet érvényesíteni a kérés jelet. Kérem próbálja újra." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:56 msgid "Unavailable" msgstr "Elérhetetlen" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Feloldás" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Mégse mentsük el" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Nem kedvenc" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Besorolatlan" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "egység" #: admin/sessions.php:36 msgid "Unknown" msgstr "Ismeretlen" #: admin/locks.php:43 msgid "Unlock" msgstr "FEloldás" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Nem támogatott művelet." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Módosítás" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s módosítása" #: admin/config/index.php:187 admin/config/index.php:305 #, php-format msgid "Update %s schema" msgstr "%s séma frissítése" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Minden DB séma frissítve" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Minden beállítás frissítése" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Az adatok módosítása" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "A \"%s\" változásai elmentetve." #: admin/config/index.php:129 #, php-format msgid "Updated schema for %s." msgstr "A \"%s\" változásai elmentetve." #: admin/config/index.php:414 msgid "Upload" msgstr "Feltöltés" #: admin/config/index.php:422 msgid "Uploaded all application configuration files to the server." msgstr "Az összes alkalmazás konfigurációja feltöltötve a szerverre." #: lib/Prefs/Special/Activesync.php:66 msgid "Use Horde Default" msgstr "Alapértelmezés használata" #: config/prefs.php:688 msgid "Use if name/password is different for IMSP server." msgstr "Arra az esetre, ha az IMSP szerveren más a login/jelszó páros." #: templates/admin/sessions.html.php:7 templates/admin/locks/list.html.php:12 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/activesync/device_table.html.php:3 msgid "User" msgstr "Felhasználók" #: admin/user.php:240 msgid "User Administration" msgstr "Felhasználók adminisztrálása" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "User Agent" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Felhasználónév" #: signup.php:74 msgid "User Registration" msgstr "Felhasználók regisztrációja" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Ezen a rendszeren nincs engedélyezve a felhasználók regisztrációja." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Ezen a rendszeren nincs engedélyezve a felhasználók regisztrációja." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "A felhasználói azonosító nem található" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "A hozzáadandó felhasználó:" #: login.php:206 admin/user.php:36 admin/user.php:52 #: admin/config/index.php:415 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Felhasználói név" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Felhasználók" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "A rendszer felhasználói:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "ÁFA-azonosító ellenőrzése" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "ÁFA-azonosítószám:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "ÁFA szám" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Verzió" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Verziókövetés" #: config/registry.php:215 msgid "Version Control" msgstr "Verziókövetés" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "vietnami (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Külső weboldal megjelenítése" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Látótávolság" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Figyelmeztetés" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Vigyázat: a Caps Lock be van kapcsolva!" #: lib/Block/Weather.php:35 lib/Block/Weather.php:62 msgid "Weather" msgstr "Időjárás" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Az időjárási adatok forrása" #: config/registry.php:332 msgid "Web Site" msgstr "Honlap" #: lib/Application.php:313 msgid "Web browser" msgstr "Böngészőprogram" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Üdvözöljük" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Üdvözöljük, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "nyugat-európai (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "nyugat-európai (ISO-8859-15)" #: config/prefs.php:545 #, php-format msgid "What application should %s display after login?" msgstr "Milyen alkalmazást mutasson %s a bejelentkezés után?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Hol dolgozol most?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Mi az elválasztó karakter?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Mi az idézetkarakter?" #: config/prefs.php:498 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Melyik napot szeretné a hét első napjaként megjeleníttetni?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Mely fázisok" #: config/prefs.php:600 #, php-format msgid "Width of the %s menu on the left:" msgstr "A %s menü szélessége a bal oldalon:" #: lib/Application.php:301 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Szél" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Szélsebesség csomóban" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Szél:" #: templates/prefs/activesync.html.php:37 #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Tisztítás" #: templates/prefs/activesync.html.php:40 #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Tisztítás folyamatban" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Bölcsesség" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Ezzel " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Munka" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ÉÉ" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Igen, belegyezem." #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Ön és további %d ember kedveli ezt" msgstr[1] "Ön és további %d ember kedveli ezt" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Ön nem jogosult csoportokat létrehozni." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Ön nem jogosult új megosztások létrehozására." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Ön nem jogosult csoportokat módosítani." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Ön nem jogosult megosztások módosítására." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Ön nem jogosult csoportokat törölni." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Ön nem jogosult megosztások törlésére." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Ön nem jogosult megosztási csoportok kilistázására." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Ön nem jogosult megosztási jogosultságok kilistázására." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Ön nem jogosult megosztások kilistázására." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Ön nem jogosult a csoportok felhasználóit kilistázni." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Ön nem jogosult kilistázni a megosztások felhasználóit." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Nem lehetséges a Facebook fiókhoz kapcsolódás. Ellenőrízze a Facebook " "beállításait itt: %s." #: lib/Block/FbStream.php:154 lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Őn is ellenőrízheti a Facebook beállításait: %s" #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Ön nem fogadta el a felhasználási feltételeket, így a bejelentkezését " "letiltottuk." #: login.php:312 msgid "You have been logged out." msgstr "Sikeresen kijelentkezett." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Ön nem rendelkezik kellő jogosúltsággal a kért művelethez." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Nem lehetséges a Twitter fiókhoz kapcsolódás a Horde alól. Ellenőrízze a " "Twitter beállításait %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Tetszik neked" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Előbb le kell írnia, hogy milyen problémát tapasztalt, mielőtt elküldi a " "hibajelentést." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Meg kell adnia, hogy melyik felhasználó adatait kívánja törölni." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Meg kell adnia az eltávolítandó felhasználói nevet." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Meg kell adnia a hozzáadandó felhasználó nevét." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Meg kell adnia, hogy melyik felhasználó adatait kívánja módosítani." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Az Ön email címe" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:362 #: config/prefs.php:506 msgid "Your Information" msgstr "Személyes információ" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Az Ön IP címe e bejelentkezés óta megváltozzott. Biztonságának érdekében " "ismét be kell jelentkeznie." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Az Ön neve" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Az Ön felhasználóazonosító alrendszere nem teszi lehetővé az új felhasználók " "létrehozását. Ha a Horde rendszerrel kívánja kezelni a felhasználói " "adatokat, akkor másik felhasználóazonosító alrendszerre van szüksége." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Az Ön felhasználóazonosító alrendszere nem teszi lehetővé a felhasználók " "listázását, vagy valami okból letiltották ezt a lehetőséget." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Úgy tűnik, megváltozott a böngészőprogramja a bejelentkezése óta. Biztonsága " "érdekében ismét be kell jelentkeznie." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Az Ön böngészőprogramja nem támogatja ezt a lehetőséget." #: config/prefs.php:410 msgid "Your current time zone:" msgstr "A jelenleg érvényes időzóna:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Az Ön teljes neve:" #: login.php:324 msgid "Your login has expired." msgstr "Lejárt a bejelentkezési jogosultsága." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Az Ön %s-re használt új jelszava: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Az Ön jelszava átállítva" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Az Ön jelszavát visszaállítottuk, de nem sikerült elküldeni Önnek. Kérem " "keresse meg az adminisztrátort." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Az Ön jelszavát átállítottuk, nézze meg a leveleit, majd jelentkezzen be az " "új jelszóval." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "A jelszava megváltozott. Újra be kell jelentkeznie az új jelszavával." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Az Ön jelszavának lejárt az érvényességi ideje" #: login.php:178 msgid "Your password has expired." msgstr "Az Ön jelszavának lejárt az érvényességi ideje." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Az Ön munkamenete lejárt. Kérem jelentkezzen be újra." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Az Ön munkamenete lejárt. Kérem jelentkezzen be újra." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Hibajelentés]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Emlékeztetők" #: lib/Api.php:85 msgid "_CLI" msgstr "_Parancssor" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Konfiguráció" #: lib/Api.php:50 msgid "_Groups" msgstr "_Csoportok" #: lib/Api.php:60 msgid "_Locks" msgstr "_Letiltások" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Jogosultságok" #: lib/Api.php:45 msgid "_Users" msgstr "_Felhasználók" #: services/problem.php:59 msgid "attachment" msgstr "melléklet" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "szélcsend" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "%s (%s) irányból %s %s sebességgel" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "széllökések" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "beillesztett" #: lib/Block/TwitterTimeline.php:168 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 msgid "preferences" msgstr "beállítások" #: admin/config/config.php:75 msgid "show differences" msgstr "nézzük meg a különbségeket" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "megerősítésként kétszer írja be a jelszót" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "egységesített" tmpIMUtxu/horde-5.2.17/locale/hu/LC_MESSAGES/horde.mo0000644000175000017500000020675013160205253021602 0ustar mathieumathieuX5G$G)GG&H )H$6H [H)fHHH HHHH H)I70IJhIHIRIOJ_JxJ~JJJJJJJJVJ)KlFKKKKK KK LL8L sWslssssssss$t*t-tyGsyyy y y z zz %z61z hztzz zzzzzzz {{${3{;{K{_{t{|{{{{{{{ { {| ||R'|,z||||||/||}'}7}5M} }}}}}~)~C~c~w~ ~~~~J~. -8;f[1 0->lqO% 0CT Zg Ł́ Ձ ߁d"C˂&ӂ83*N;y(ރ&.=DMT dnt >>04?tc5Dh_fȆ%/8U3-‡2e#,1JA|3%?)XT)׊KIM1*ɋ(67T 1ÌV~Սۍ  $5MbfD ڎ $,3G NXi ʏ;я 2RW k v2;Ő %.4Id  đ ޑ"5 >J R^s/ ֒F [!h œ̓ғדݓ D"2"U%x%%Ĕ%-.>#m,,c5OVܖ*s! E)&%:(`v $.sЙyD+*J\gQěf}-X9?PX]lt {  ȝԝ",1 42At/|àڠ<%O7uOLFJ"Ӣڢ!5}<!|ܣY_| פ%8 QrkƥE25x *DZJi .Чx/xĨۨ!9!Np ȩש&F&Y " Ъ ۪/47K?ë׫5'E _k! ̬Ԭ   +6*Ju}L. JX]uc $ +!8ZvB=ɯ08$Qv#T& 0D Xc x ˱ܱ  "b> ܲ ?5[7ɳS:Ƶ476n3 Ʒӷ$$4 Ye"{ĸ(۸  4IP"a&11ݹ %4R+fP  +8HWl[ ( >I _js8ɼ5-CL3ĽEֽ ,6 JWj$ɾ Ҿݾ)+\^^o$%- GUj y   %K;  6  '0C%[  % '-4DY r  3 2;!Mo<  A()jD* ??;6{#!':Jz_  +16Eet'* !%-6<1U"-F**Ju~ Vf@?*3 6 ALwb /.Ix%% .7 =Gb3k2 9#Tx}! $- R]t  +#3 Wc  b ,8T$j!O"4-W/ "3 B*O z / &4&T{"4HW _ jvz $ D&Qx)   (3(R0{d!SS p%|   %.UF_6.3b| ]3Mhp(% %/ U_v ~  %  2@Wf} -H v  5& $+8;d,,#++J"v(*  ' "Hk9#!>C4;KR""QEO`# !/JY^d mw$Q[ (@!>?b~#4%:` i s}  $ !H>H/+hH X/J?Z--cZ!"@?@7.H(;qV$Z)T8*'=IeI,;(WzR  1Gf!jD   ,< D OY s  ;BGA $6HVH,4HWr  !(1 Zf75He@| & ". FSZ`fkK})3*'/R'+8=/M9}<d5YY@kD ^F8d4I/nG ~G ?   ' (; 'd  q a I} 4 5 92 9l            + %6 \  k x  0  6uXSf~P>)"F? A'22D}(  3,{-UZBX=r.Tn {3]V  4~<z%I/(rmR#;,-x=ywYi%+2>4Ts&S/FaCoz$1K0EL>Vq"B6J[?]-O_!kAJ8D%xGrB! 'oO. ^7L.W1pBTR^9R^ Q9EM@cXuoi|_Hn]jg7vM(7&mZ[IH`Zd`f +ClMF2 b=}GN9!  8\4ei!86V\x{D1OW,RY=N> l+UU#;sG9&j|;)qb t7"<dQW0c3 _~-$ N3j#MQ P@/(seGz KUf85n C5g\|OHp}@S*yv#E@$P <ta LL1S0)'? YA4H:h)5wk[wKN&g '*eK$<aChJT?u0v6DImQk,:y;:.XV`/:Ep*%*+lbtdq"A5WJcFPIh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: Horde 5.2.2-git Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-08-12 10:30+0200 PO-Revision-Date: 2014-08-12 10:36+0200 Last-Translator: Andras Galos Language-Team: i18n@lists.horde.org Language: hu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); "%s" hozzáadva a csoportokhoz."%s" hozzáadva a jogosultsági rendszerhez."%s" nem jött létre: %s.%.2fMB foglalt a megengedett %.2fMB-ból (%.2f%%)%d %s és %sJelszavának érvényessége %d nap múlva lejár.%d perc%d személy kedveli ezt%d személy kedveli ezt%d - %d (összesen %d)%d napos előrejelzés%s - Figyelmeztetés%s Konfiguráció%s Feladat - Megerősítés%s szolgáltatási feltételek%s sebesség %s %sA %s hozzáfér a Twitter fiókjáhozA %s nem tudja lekérdezni az Ön Facebook ismerőseit.A %s nem tudja olvasni az Ön Facebook üzenőfali üzeneteit és más elemeit.A %s nem tudja a frissíteni az állapotát, vagy más adatait a Facebookon.A %s készen áll az alábbi bejelentkezési feladatok elvégzésére:, %s %s sebességű széllökések, %s és %s között változónappal1 Hónap1 Hét12 órás formátum2 Hét24 órás formátum24 óra24 órás formátumnappalEgy eszköz tisztítási kérés érkezett. Az eszköz megtisztítása a következő szinkronizációkor lesz megkísérelve.Létezik egy újabb verzió (%s).A távoli %s eszköz tisztítása megkezdve. Az eszköz megtisztítása a következő szinkronizációval fog megtörténni.de/duBejelentkezési információJelszóemlékeztetőOpciókActiveSyncActiveSync adminisztrációActiveSync eszközök ActiveSync nincs engedélyezveBevitelTartalom hozzáadásaHozzáadás itt:Tagok hozzáadásaÚj csoport hozzáadásaÚj felhasználó létrehozása:Új emlékeztető hozzáadásaÚj pár hozzáadásaÚj felhasználó hozzáadása"%s" felhasználó hozzáadva a rendszerhez, de nem sikerült a többi bejelentkezési adat tárolása: %s.A "%s" felhasználó felvéve a rendszerbe. Most már bejelentkezhet.A rendszerhez nem adhatók hozzá új felhasználók.CímCímjegyzékFelhasználók adminisztrálásaAz emlékeztető végeAz emlékeztető módjaiAz emlékeztető kezdeteAz emlékeztető szövegeAz emlékeztető neveEmlékeztetőkA részletek a rendszergazda számára készülő naplófájlba kerültek.az összesetFelhasználókMinden biztonsági kulcs sikeresen visszaálltMinden ActiveSync eszköz állapota visszaállítva. A következő csatlakozáskor fog megtörténni a szinkronizáció.Mindnen szinkronizációs munkamenet törölve.betű-szám engedélyezéseMinden engedélyezéseMinden eszköz engedélyezéseCsak számok engedélyezéseIMSP bejelentkezési paraméterekMásik, IMSP jelszóMásik, IMSP bejelentkezési névMásik email címVálaszAlkalmazásAz alkalmazás környezete:Az alkalmazás kész.EngedélyezésArab (Windows-1256)Biztos, hogy törölni kívánja %s-t?Biztos benne, hogy törölni kívánja "%s" bejelentkezési igényét?Biztos, hogy törölni kívánja %s-t?örmény (ARMSCII-8)MűvészetAscii rajzokNéhány adatbázis séma elavult.MellékletMellékletNemlétező csoportot kísérelt meg törölni.Nemlétező jogosultságot kísérelt meg törölni.Nemlétező jogosultságot kísérelt meg módosítani.Nemlétező közös tárterületet kísérelt meg módosítani.Bejelentkezve mint:Olvasás engedélyezése:Engedélyezett hozzáférések a barátaid adataihoz:Közzététel engedélyezéseOlvasás engedélyezése:AutomatikusA rendelkezésre álló mezők:A gonosz rendszergazda mentségeiBalti (ISO-8859-13)VarázslatTiltásKépernyőmodul beállításKépernyőmodul típusKék holdKönyvjelzőkMindkettőMindkettőBöngészőprogram:Gyorsítótárazott Heartbeat (másodperc)NaptárNévMégseMégse küldök hibajelentéstMégseA jelszó nem állítható át automatikusan, keresse meg a rendszergazdát.Kategóriák és jelölésükkelta (ISO-8859-14)kelet-európai (ISO-8859-2)VáltoztatásHelyA jelszó módosításaSzemélyes adatok módosításaA jelen konfigurációban nem lehetséges a jelszavak módosítása. Forduljon a rendszergazdához.EllenőrzésNézzük meg, hogy van-e új verzióEllenőrzéskínai, egyszerűsített (GB2312)kínai, hagyományos (Big5)Válasszuk %s-tVálassza ki a dátumok megjelenítési formáját (rövidített):Válassza ki a dátumok megjelenítési formáját (hosszú):Válassza ki az idő megjelenítési formáját:A lekérdezés törlése%s felhasználó adatainak törléseA felhasználó törléseA felhasználó adatainak törléseKattintson az egyik címjegyzékre és válassza ki az összes mezőt a kereséshez.A folytatáshoz kattintson az egérrelKliens rögzítéseAz ablak bezárásaBorult égKódszó gyakoriságBecsukásSzínválasztóKépregényekParancsParancsértelmezőMegjegyzés: %dÁltalános névSzámítógépekFeltételIdőjárási helyzetKonfigurációKülönbségek a konfigurációbanKéziszámítógépekkel, okostelefonokkal, Outlookal való adatszinkronizálás konfigurációja.A konfiguráció elavult.Friss beállítások elérhetők%s konfigurációjaA jelszó megerősítéseFolytatásSütiNem sikerült az FTP kapcsolat felvétele a "%s" szerverrel: %sA szerver nem érhető el, próbálja újra később.Nem sikerült törölni a "%s" setup upgrade programot.Nem sikerült a "%s" autentikálása a Facebook profiljához való hozzáféréshez. Ez azt jelenti, hogy vagy még nem állította be a Facebook profilját a "%s" kapcsolódásához, vagy az már lejárt és meg kell újítani.A %s alkalmazás nem jogosult arra, hogy kommunikáljon az Ön Twitter fiókjával.Nem sikerült a kívánt felhasználó jelszavát átállítani. A megadott adatok nem felelnek meg. Próbálja újra, vagy ha további segítségre van szüksége, forduljon a rendszergazdához.Nem sikerült visszaállítani ez eredeti konfigurációt.Nem sikerült elmenteni a backup konfigurációt: %sNem sikerült elmenteni a "%s" setup upgrade programot.A %s konfigurációs állományt nem sikerült elmenteni. Használja valamelyik lehetőséget az alábbiak közül a mentéshez.A %s konfigurációs állományt nem sikerült elmenteni. Vagy használja a %s oldalon levő lehetőségeket, vagy másolja át az alábbi kódot ide: %s.Nem sikerült elmenteni "%s" konfigurációját: %sOrszágLétrehozásÚj azonosítóJelenlegi 4 fázisJelenlegi emlékeztetőkA jelenlegi felhasználókapcsolatokA jelenlegi felhasználókapcsolatokPontos időJelenlegi időjárásA jelenlegi időjárási helyzet: cirill (KOI8-R)cirill (Windows-1251)cirill-ukrán (KOI8-U)Nincs mentett adatbázis konfiguráció.NNAdatokAdatbázisDátumA beérkezés napjaDátum: %s; idő: %snappalAlapértelmezettAz alapértelmezés szerinti színAz alapértelmezett parancsértelmezőAlapértelmezett karakter készlet a küldéshez:Alapértelmezett hely a helyfüggő funkciókhoz:DefiníciókTörlés"%s" törléseÖsszes SyncML adat törléseA csoport törléseA "%s" setup upgrade programot töröltük.Szinkornizációs munkamenet törlése a "%s" eszközön és "%s" adatbázisban.Adjon leírást a problémárólFejlesztésEszközEzköz AzonosítóInformációEszköz kezelőEszköz típusEszköz titkosításAz eszköz blokkolva.Eszköz megtisztítvaAz eszköz törölve. Törölje az eszköz állapotát, ha újra szeretne csatlakozni vele.Eszköz sikeresen eltávolítva.Eszköz törlése sikeresen visszavonva.HarmatpontHarmatpont jelenleg: HarmatpontLetiltvaKikapcsolás (nem ajánlott)Az időpontokat 24 órás formátumban jelenítsük meg?Megjelenítési beállításokRészletes időjárási előrejelzés megjelenítéseElőrejelzés megjelenítése (repülőtéri)Az első sor a mezők neveit tartalmazza? Ha igen, jelölje ki ezt:Nincs még bejelentkezési neve? Igényeljen egyet.Töltsük le %s-tTöltsük le PHP program formájában az elkészült konfigurációt.KábítószerekDinamikusEU ÁFA-azonosítóMódosítás"%s" módosításaBeállítások szerkesztéseJogosultságok módosítása"%s" jogosultságainak módosításaOktatásEmail címEngedélyezésVége időpontAngolKérem adja meg az új kategória nevét:Adja meg azt a biztonsági kérdést, melyre majd válaszolnia kell jelszavának átállításához, pl. 'hogy hívják a kutyáját?':Nem sikerült a Facebookhoz csatlakozni: a részletek a rendszergazda naplójába kerültek.Nem sikerült a Twitterhez csatlakozni: %s a részletekről értesítettük az adminisztrátorNem sikerült a Twitterhez csatlakozni: %s a részletekről értesítettük az adminisztrátorNem sikerült a sync info törlése:Nem sikerült a sync infok törlése:A jelszó módosításakor hiba történt: %sNemzetiségekEsemény meghívás:15 percenként2 percenként30 másodpercenként5 percenkéntfélóránkéntóránkéntpercenkéntPélda értékek:VégrehajtásKinyitásExtra nagyFTP feltöltés beállításaFacebook integrációMeghiúsult unlock próbálkozások mielőtt az eszköz el lett távolítvaIdézetHírforrásA hírforrás címeHőmérsékletérzetMezők kereséseFájl menedzserSzűrőSzűrőkElső negyedElső negyedÉtelekElőrejelzés (repülőtéri)Az előrejelzés időtartama napokban (az előrejelzés nappali és éjszakai adatokat is tartalmaz, ezért a nagy számok széles blokkot eredményeznek)Elfelejtette a jelszavát?ŰrlapokIdézetAz idézet fajtájaIdézetekIdézetek 2FórumokBarátnak jelölt:Barátok engedélyezve.%s (%s) irányból %s %s sebességgel%s irányból %s %s sebességgelRészletes leírásTeliholdTeljes névHozzuk létre a %s konfigurációjátA keletkezett kódBővebbenGlobális beállításokMehetGödelGoogle keresésgörög (ISO-8859-7)Csoport adminisztrációCsoport neveA csoport nem jött létre: %s.CsoportokVendégekHTML Emailhéber (ISO-8859-8-I)MagasságA hírfolyam magassága (a szélesség automatikus)SegítségA segítség témáiFéltekeEz a fájl eleje:Haladó beállítások elrejtéseAz eredmények elrejtéseSzemélyes alkönyvtárHordeHány mező (oszlop) van?Hány másodpercenként ellenőrizzük, hogy van-e új cikk?PáratartalomHumoristákIMEI%s ikonjaiAzonosító használata emailküldéshez ActiveSync-en keresztülAz azonosítóhoz választott elnevezés:Importálás, %d. lépésAz importált mező: %sAz importált mezők:Válasz:Az alábbi listákban a bal oldalon jelölje ki az importálandó állomány egy mezejét, a jobb oldalon pedig a címjegyzékében azt a mezőt, ami megfelel az előbbinek. Ezután kattintson az "Új pár hozzáadása" gombra, az importáláshoz való kiejelöléshez. Ha befejezte, akkor kattintson a "Következő" gombra.Nem megfelelő a felhasználói név vagy az alternatív cím. Próbálja újra vagy forduljon a rendszergazdához, ha további segítségre van szüksége.Egyes felhasználókInformációÖröklött tagokAdjon meg egy email címet, melyen megkaphatja az új jelszót:Írja be a biztonsági ellenőrző kérdésre adandó választ:Hibás/elfogadhatatlan VAT-azonosítószám-formátum.Érvénytelen művelet %sHibás/elfogadhatatlan alkalmazás.Érvénytelen ellenőrzőösszeg.Hibás az eredetobjektum jogosultsága.Nyilvántartásjapán (ISO-2022-JP)A JavaScript vagy le van tiltva vagy a böngészője nem támogatja. A megjelenítés minimális nézetre lett korlátozvaÉppen most...Kezdő kernelfejlesztőkKulcsszóGyerekekKolabkoreai (EUC-KR)NyelvNagyUtolsó negyedAz utolsó jelszóváltoztatásUtolsó negyedLegutoljára szinkronizálvaUtolsó változtatás:Utolsó bejelentkezés: %sUtolsó bejelentkezés: %s, %s címrőlUtolsó bejelentkezés: még soha nem voltLegutolsóJogTetszikLimerickLinuxAz adattáblák listájaAz emlékeztetők kilistázása nem sikerült: %sHibás letiltások listázása: %sA kapcsolatok kilistázása nem sikerült: %sA felhasználók kilistázása sikertelen a következő üzenettel: %sA felhasználók kilistázása sikertelen.A felhasználók kilistázása tiltva van.IrodalomHelyi idő: %s %s (UTC %s)Nyelv, dátum, időHelyFelhasználó letiltásaLetiltásokBejelentkezésKijelentkezésBejelentkezés FacebookbaA bejelentkezés nem sikerült, mert rossz felhasználónevet vagy jelszót adott meg.A bejelentkezés nem sikerült.Bejelentkezés: %sBejelentkezés a Facebookra és a %s alkalmazás engedélyezéseBejelentkezés a Twitterre és a %s alkalmazás engedélyezéseKijelentkezésSzerelemHHVarázslatLevelezésEmail domain kezelésAdatait kategóriákba sorolhatja. Ezek itt definiálhatók, módosíthatók, továbbá színek rendelhetők hozzájuk.ActiveSync eszközök kezelése.Egymásnak megfelelő mezők:Az elmúlt 24 óra maximális hőmérséklete: Az elmúlt 6 óra maximális hőmérséklete: Maximális Email életkorA képernyőmodulok maximális számaMaximális melléklet méret bájtbanAz eszközök maximális számaA megjelenítendő elemek számaOrvostudományKözepesTagokMegemlítMetar időjárásjelentésMetrikusAz elmúlt 24 óra legalacsonyabb hőmérséklete: Az elmúlt 6 óra legalacsonyabb hőmérséklete: Minimum PIN hosszúságVegyesHiányzó konfigurációMobil (minimális)Mobil (JavaScript nélkül)Mobil (okostelefon/tablet)Mobilra optimalizált alkalmazásokMódModelA modul a legfrissebb verziójú.hétfőHoldfázisokBejelentkezési beállításokBejelentkezési információimSaját Facebook hírfolyamSaját összegző oldalamSaját összegző oldalam tervezéseIsmeretlenNEM, nem egyezem bele.MEGJEGYZÉS: AZ ESZKÖZ TISZTÍTÁSA MINDENT VISSZAÁLLÍT GYÁRI ÉRTÉKRE. GYŐZŐDJÖN MEG RÓLA BIZTOSAN EL SZERETNÉ INDÍTANI A TÖRLÉST.NévSohaÚj kategóriaÚj üzenet:ÚjholdÚj felhasználónév (opcionális)Új jelszóAz új jelszavak nem egyeznek.HírekKövetkezőA következő 4 fázisNincs hangNincs rendelkezésre álló konfiguráció, amihez képest a különbségeket meg lehetne mutatni.Nincs változás.Nincs ikon.Nincs megjelenítendő elemNincs megadva a hely.Ne legyen megbotránkoztató idézetNincs új bejelentkezési igény.Nincs "push" romaingkorNincs beállítva biztonsági kérdés. Kérem keresse meg az adminisztrátort.Még nincs stabil verzió.Nincs megadva a felhasználónév.Nincs még konfiguráció, generáljon egyet.Nincs még konfigurációja, generáljon egyet.NoSQL indexek elkészültek.NoSQL indexek ehhez: %sA NoSQL indexek elavultak.nincsNordikus (ISO-8859-10)Északi féltekeNem felügyeltJegyzettömbNincs böngészhető adat, térjen vissza.A megjelenítendő cikkek számaFrissítési idő másodpercbenOSObjektum browserLétrehozóSzűrésHivatal/munkahelyA régi és új jelszónak különböznie kell.Régi jelszóA régi jelszó nem megfelelő.Csak megbotránkoztató idézet legyenCsak a tulajdonos vagy a rendszergazda változtathatja meg egy közös tárterület tulajdonosát vagy elérési jogosultságaitOperációs rendszerVálasszon egy felhasználónevet:Egyéb információEgyéb opciókEgyebekTulajdonosTulajdonos:PHPPHP kódPHP parancsértelmezőPOP/IMAP Email fiókokHiányzik a POSIX bővítésPHP parancsértelmezőJelszóJelszó bonyolultságA jelszó sikeresen módosítva.A jelszavaknak egyezniük kell.BeillesztésÚj felhasználónak bejelentkezettek:EmberekFeladatok elvégzéseA "%s" jogosultságot nem lett törölve.JogosultságokJogosultság adminisztrációSzemélyes adatokÁllatkedvencekTelefonszámFényképekKözhelyekKérem adjon meg egy jelszót.Kérem adjon meg egy felhasználónevet.Kérem röviden írja le a probléma lényegét.Kérem olvassa el a következő szöveget. A rendszer használatának feltételeit el KELL fogadnia.ViccekPolitikaAz ön eszközén lévő válasz üzenet pozíciója, ha emailre válaszol. Ne feledje, néhány eszköz mindíg elküldi a hivatkozó szöveget a válasz üzenet végén.KüldésElküldve %s-tElküldve %s %s részéreAz elmúlt %d óra csapadékmennyisége: Az elmúlt %d óra csapadékmennyisége: Csapadékvalószínűség %sLégnyomásA tengerszintnek megfelelő nyomás: ElsődlegesA hiba leírásaFelügyeletProvisioningKözzététel engedélyezve.Kereső/parancs stringKvótaVéletlen idézetOlvasásOlvasás engedélyezve.A "%s" felhasználó végleges törlése? Ez a változtatás nem fordítható vissza.A "%s" felhasználó adatainak végleges törlése? Ez a változtatás nem fordítható vissza.A menü dinamikus elemeinek frissítési gyakorisága:Az indulóoldal frissítésének gyakorisága:Frissítési gyakoriság:Általános alkalmazásokMegjegyzésekTávoli számítógépTörlésA pár törléseAz elmentett program törlése a szerver ideiglenes állományokat tartalmazó mappájából.A felhasználó törlése%s felhasználó törléseVálaszPIN szükségesS/MIME titkosítás szükségesS/MIME aláírás szükségesResetA jelszó visszaállításaMinden eszköz alaphelyzetbe állításaAz Ön jelszavának visszaállításaAz utolsó keresés visszaállításaEredmény%s keresés eredményeVálaszRetweet %sAz új jelszót írja be ismétKonfiguráció visszaállításaTalálós kérdésekFuttatásBejelentkezési feladatok elvégzéseSD kártyaSD kártya titkosításSMS üzenetekAz adatbázis ELAVULT.Adatbázis OK.SQL parancsértelmezőSQL parancsértelmezőMentés"%s" mentéseMentés és befejezésMentsük el az elkészült konfigurációt PHP program formájában a szerver ideiglenes állományokat tartalmazó alkönyvtárában.A setup upgrade programot elmentve ide: "%s".TudományHatókörKeresésKeresésKeresés:Tétlen percek mielőtt az eszköz zárolásra kerülMelyik csoportot kívánja hozzáadni:Válassza ki az új tulajdonost:Válasszon szervertMelyik felhasználót kívánja hozzáadni:Válassza ki az összes mezőt a részletesebb kereséshez.Válassza ki a dátum és idő formátumát:Válassza ki a dátumelválasztó karaktert:Válassza ki a dátum formátumát:Válassza ki a dátum és idő sorrendjét:Válassza ki az időelválasztó karaktert:Válassza ki az idő formátumát:Válassza ki a kívánt színegyüttest.Válassza ki az Önnek megfelelő nyelvet:Hibajelentés küldéseÉrzékelő: Szerver időFelhasználókapcsolat adminisztrációFelhasználókapcsolat időbélyegFelhasználókapcsolatokÁllítsa be, arra az esetre, ha jelszavát elfelejtené.Facebook integráció beállításaTwitter integráció beállítsa.A kívánt nyelv, időzóna és dátumformátum beállítása.Beállítható, hogy melyik alkalmazás jelenjen meg a bejelentkezés után, milyen színösszeállítást, oldalfrissítési gyakoriságot ill. egyéb megjelenítési beállításokat szeretne.A megadott paraméter több helységet is jelöl: %sRövid összefoglalásEl kívánja érni az egyes funkciókat Alt-billentyű-kombinációkkal is?MegjelenítésHaladó beállítások mutatatásaHaladó beállítások mutatatásaKülönbségek az elmentett és az újonnan létrehozott konfiguráció között.Részletek megjelenítéseMinden bejelentkezéskor íródjék ki a korábbi utolsó bejelentkezés ideje?Értesítések megjelenítéseFeladatok kihagyásaKicsiA hó mélysége: A hó vízmennyiségben kifejezve: Dalok, versekdél-európai (ISO-8859-3)Déli féltekeSpamSportStandardStar TrekKezdő időpontÁllapot kezelésÁllapotAz állapot nem változtatható meg.Üzenet folyam"%s" új felhasználó bejelentkezési kérelme továbbítva. Ön csak kérelmének elfogadását követően tud majd bejelentkezni.Sikeresene csatlakoztatta a Facebook fiókját vagy frissítette az engedélyeit.Sikerült"%s" sikeresen hozzáadva a rendszerhez."%s" felhasználó adatait sikeresen töröltük a rendszerből.Sikeresen töröltük "%s"-t.A "%s" felhasználó sikeresen eltávolítotva a rendszerből.A konfiguráció sikeresen visszaállítva. A változások megtekintéséhez frissítse az oldalt.A backup konfiguráció elmentetve."%s" adatainak módosítása sikeresen megtörtént.A %s állomány sikeresen elmentetve.NapkelteNapnyugtavasárnapNapkelteNapkelte/napnyugtaNapnyugtaMinden szinkronizálásaSyncMLEgyesített hírekFelhőkFeladatokHőmérséklet az elmúlt órában: HőmérsékletHőmérséklet%s(%sMax%s/%sMin%s)A Facebook ideinglenesen nem elérhető. Kérem próbálja meg később.Pillanatnyilag nem elérhető a Twitter. Kérem próbálja meg később.thai (TIS-620)A távoli %s eszköz tisztítása megszakítva.Az emlékeztető törölve.Az emlékeztető elmentetve.A %s beállításait nem sikerült automatikusan frissíteni. Kérem végezze el a frissítést kézzel.Emailcíme:A letiltás feloldva.A tagállam szolgáltatása nem válaszolt időben. Próbálja meg később, vagy használja egy másik tagállam szolgáltatását.A tagállam szolgáltatása jelenleg nem érhető el. Próbálja meg később, vagy használja egy másik tagállam szolgáltatását.A megadott országkód hibás/nem elfogadható.A szolgáltatás jelenleg nem érhető el. Kérem próbálja meg később.A szolgáltatás jelenleg túlterhelt. Próbálkozzon később."%s" bejelentkezési kérelme törölve lett."%s" regisztrálási kérelme törölve lett.A %s eszköz állapota újraindult. A szinkronizálás a következő csatlakozáskor megtörténik.A teszt program jelenleg engedélyezett. A biztonság növelése érdekében tiltsa le ha már végzett a rendszer tesztelésével (lásd horde/docs/INSTALL). "%s" felhasználó már létezik.A "%s" felhasználó nem létezik."%s" felhasználónak a rendszerhez adásakor hiba történt: %s"%s" felhasználó adatainak törlése során hiba lépett fel: "%s" rendszerből való törlésekor hiba lépett fel: "%s" módosítása során hiba lépett fel: %sHiba történt az ActiveSync szerverrel való kommunikáció közben: %sHiba történt a Twitterhez való kapcsolódás közben: %sHibás a megadott konfiguráció. Lehet, hogy nem töltött ki egy szükséges mezőt.Hiba történt a kérés közben: %sHiba történt a Facebook munkamenet megszerzése közben. Kérem próbálja meg később.Hiba törént a globális adatok eltávolítása közben: %s Hibajelentés elmentve.Hiba történt a kért engedélyek biztosítása közbenEz az ÁFA-azonosítószám érvénytelen.Ez az ÁFA-azonosítószám érvényes.Ennek hatására az összes eszköz újraszinkronizálja minden elemét. Ennek hatására az összes eszköz újraszinkronizálja minden elemét. Hibabejelentés-kezelésMunkaidő-nyilvántartásIdő formátumIdőbélyeg vagy ismeretlenAz időbélyeg sikeresen szinkronizálvaTitulusHa ki akar hagyni egy mezőt az importálásból, vagy ki akar javítani egy rosszul bejelölt mezőpárt, válasszon egy mezőt az alábbi listák egyikéből és kattintson a "Pár törlése" gombra.Ha több elemet is ki akar jelölni, tartsa lenyomva a Control (PC) vagy a Command (Mac) billentyűt a kattintás közben.MaHolnapLegfölülFordításokTörök (ISO-8859-9)TweetTwitter integrációTwitter idővonal%s Twitter idővonalaA Twitter nincs engedélyezve.URL"%s" törlése nem sikerült: %s.Nem lehet beállítaniNem lehet érvényesíteni a kérés jelet. Kérem próbálja újra.ElérhetetlenFeloldásMégse mentsük elNem kedvencBesorolatlanUnicode (UTF-8)egységIsmeretlenFEloldásNem támogatott művelet.Módosítás%s módosítása%s séma frissítéseMinden DB séma frissítveMinden beállítás frissítéseAz adatok módosításaA "%s" változásai elmentetve.A "%s" változásai elmentetve.FeltöltésAz összes alkalmazás konfigurációja feltöltötve a szerverre.Alapértelmezés használataArra az esetre, ha az IMSP szerveren más a login/jelszó páros.FelhasználókFelhasználók adminisztrálásaUser AgentFelhasználónévFelhasználók regisztrációjaEzen a rendszeren nincs engedélyezve a felhasználók regisztrációja.Ezen a rendszeren nincs engedélyezve a felhasználók regisztrációja.A felhasználói azonosító nem találhatóA hozzáadandó felhasználó:Felhasználói névFelhasználókA rendszer felhasználói:ÁFA-azonosító ellenőrzéseÁFA-azonosítószám:ÁFA számVerzióVerziókövetésVerziókövetésvietnami (VISCII)Külső weboldal megjelenítéseLátótávolságFigyelmeztetésVigyázat: a Caps Lock be van kapcsolva!IdőjárásAz időjárási adatok forrásaHonlapBöngészőprogramÜdvözöljükÜdvözöljük, %snyugat-európai (ISO-8859-1)nyugat-európai (ISO-8859-15)Milyen alkalmazást mutasson %s a bejelentkezés után?Hol dolgozol most?Mi az elválasztó karakter?Mi az idézetkarakter?Melyik napot szeretné a hét első napjaként megjeleníttetni?Mely fázisokA %s menü szélessége a bal oldalon:WifiWikiSzélSzélsebesség csomóbanSzél:TisztításTisztítás folyamatbanBölcsességEzzel MunkaX-RefÉÉIgen, belegyezem.Ön és további %d ember kedveli eztÖn és további %d ember kedveli eztÖn nem jogosult csoportokat létrehozni.Ön nem jogosult új megosztások létrehozására.Ön nem jogosult csoportokat módosítani.Ön nem jogosult megosztások módosítására.Ön nem jogosult csoportokat törölni.Ön nem jogosult megosztások törlésére.Ön nem jogosult megosztási csoportok kilistázására.Ön nem jogosult megosztási jogosultságok kilistázására.Ön nem jogosult megosztások kilistázására.Ön nem jogosult a csoportok felhasználóit kilistázni.Ön nem jogosult kilistázni a megosztások felhasználóit.Nem lehetséges a Facebook fiókhoz kapcsolódás. Ellenőrízze a Facebook beállításait itt: %s.Őn is ellenőrízheti a Facebook beállításait: %sÖn nem fogadta el a felhasználási feltételeket, így a bejelentkezését letiltottuk.Sikeresen kijelentkezett.Ön nem rendelkezik kellő jogosúltsággal a kért művelethez.Nem lehetséges a Twitter fiókhoz kapcsolódás a Horde alól. Ellenőrízze a Twitter beállításait %s.Tetszik nekedElőbb le kell írnia, hogy milyen problémát tapasztalt, mielőtt elküldi a hibajelentést.Meg kell adnia, hogy melyik felhasználó adatait kívánja törölni.Meg kell adnia az eltávolítandó felhasználói nevet.Meg kell adnia a hozzáadandó felhasználó nevét.Meg kell adnia, hogy melyik felhasználó adatait kívánja módosítani.Az Ön email címeSzemélyes információAz Ön IP címe e bejelentkezés óta megváltozzott. Biztonságának érdekében ismét be kell jelentkeznie.Az Ön neveAz Ön felhasználóazonosító alrendszere nem teszi lehetővé az új felhasználók létrehozását. Ha a Horde rendszerrel kívánja kezelni a felhasználói adatokat, akkor másik felhasználóazonosító alrendszerre van szüksége.Az Ön felhasználóazonosító alrendszere nem teszi lehetővé a felhasználók listázását, vagy valami okból letiltották ezt a lehetőséget.Úgy tűnik, megváltozott a böngészőprogramja a bejelentkezése óta. Biztonsága érdekében ismét be kell jelentkeznie.Az Ön böngészőprogramja nem támogatja ezt a lehetőséget.A jelenleg érvényes időzóna:Az Ön teljes neve:Lejárt a bejelentkezési jogosultsága.Az Ön %s-re használt új jelszava: %sAz Ön jelszava átállítvaAz Ön jelszavát visszaállítottuk, de nem sikerült elküldeni Önnek. Kérem keresse meg az adminisztrátort.Az Ön jelszavát átállítottuk, nézze meg a leveleit, majd jelentkezzen be az új jelszóval.A jelszava megváltozott. Újra be kell jelentkeznie az új jelszavával.Az Ön jelszavának lejárt az érvényességi idejeAz Ön jelszavának lejárt az érvényességi ideje.Az Ön munkamenete lejárt. Kérem jelentkezzen be újra.Az Ön munkamenete lejárt. Kérem jelentkezzen be újra.Zippy[Hibajelentés]_Emlékeztetők_Parancssor_Konfiguráció_Csoportok_Letiltások_Jogosultságok_Felhasználókmellékletszélcsend%s (%s) irányból %s %s sebességgelszéllökésekbeillesztettbeállításoknézzük meg a különbségeketmegerősítésként kétszer írja be a jelszótegységesítetttmpIMUtxu/horde-5.2.17/locale/uk/0000755000175000017500000000000013162206570016355 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/uk/help.xml0000644000175000017500000000143113160205253020021 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/uk/LC_MESSAGES/0000755000175000017500000000000013162206570020142 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/uk/LC_MESSAGES/horde.po0000644000175000017500000031151313160205253021602 0ustar mathieumathieu# Horde Ukrainian translation. # Copyright # Andriy Kopystyansky , 2013 # msgid "" msgstr "" "Project-Id-Version: Horde 5.1\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2013-04-19 11:49+0300\n" "PO-Revision-Date: 2013-04-19 14:00+0200\n" "Last-Translator: Andriy Kopystyansky \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" додано до групової системи." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" додано до системи допуску." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" не створено: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "Квота: %.2fMB / %.2fMB дозволено (%.2f%%)" #: lib/Block/Weather.php:198 #, php-format msgid "%d %s and %s" msgstr "%d %s i %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "ще %d днів ваш пароль є дійсним." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d хвилин" #: services/facebook/index.php:97 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d по %d з %d" #: lib/Block/Weather.php:238 #, php-format msgid "%d-day forecast" msgstr "%d-денний прогноз" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - нотатка" #: admin/config/config.php:28 admin/config/index.php:410 #, php-format msgid "%s Configuration" msgstr "Конфігурація %s" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s завдання - Підтвердження" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Умови надання послуг" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s в %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s може взаємодіяти з Вашим аккаунтом Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s не може прочитати інформацію про ваших друзів у Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s готовий виконати вказані операції. Позначте ті операції, які слід " "виконати в цей час." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", вітряно %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", змінні від %s до %s" #: lib/Application.php:325 msgid "1 Day" msgstr "1 День" #: lib/Application.php:329 msgid "1 Month" msgstr "1 Місяць" #: lib/Application.php:327 msgid "1 Week" msgstr "1 Тиждень" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-годинний формат" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2 Тижні" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24 годинний формат" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 години" #: config/prefs.php:492 config/prefs.php:494 msgid "24-hour format" msgstr "24-годинний формат" #: lib/Application.php:326 msgid "3 Days" msgstr "3 Дні" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Потрібне очещення пристрою. Пристрій буде очищено при наступній спробі " "синхронізації." #: admin/config/index.php:155 admin/config/index.php:196 #: admin/config/index.php:311 admin/config/index.php:335 #, php-format msgid "A newer version (%s) exists." msgstr "Існує новіша версія (%s)." #: lib/Prefs/Special/Activesync.php:76 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Віддалене очищення пристрою %s ініційовано. Пристрій буде очищений при " "наступній синхронізації." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "АМ/РМ" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Дані про аккаунт" #: config/prefs.php:334 msgid "Account Password" msgstr "Пароль" #: admin/activesync.php:129 msgid "Actions" msgstr "Дії" #: config/prefs.php:739 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:74 msgid "ActiveSync Device Administration" msgstr "Адміністрування пристроїв ActiveSync" #: admin/activesync.php:199 lib/Api.php:93 msgid "ActiveSync Devices" msgstr "Пристрої ActiveSync" #: admin/activesync.php:22 lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync не активовано." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Додати" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Додати контент" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Додати сюди:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Додати Членів" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Додати групу" #: admin/user.php:26 msgid "Add a new user:" msgstr "Додати нового користувача:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Додати новий дзвоник" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Додати пару" #: admin/user.php:27 msgid "Add user" msgstr "Додати користувача" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" додано в систему, але не можу додати додаткові реєстраційні дані: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" внесено в систему. Тепер Ви можете ввійти." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Внесення користувачів заборонене." #: lib/Block/Vatid.php:94 msgid "Address" msgstr "Адреса" #: config/registry.php:129 msgid "Address Book" msgstr "Адресник" #: lib/Application.php:55 msgid "Administration" msgstr "Адміністрування" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Кінець дзвоника" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Методи дзвоника" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Початок дзвоника" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Текст дзвоника" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Назва дзвоника" #: admin/alarms.php:141 msgid "Alarms" msgstr "Дзвоники" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Всі" #: templates/shares/edit.inc:61 msgid "All Authenticated Users" msgstr "Всі аутентифіковані користувачі" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Special/Activesync.php:89 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Всі області видалені з вашого ActiveSync пристрою. Вони будуть " "синхронізованіпри наступному підключенні." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "" #: lib/Application.php:216 msgid "Allow" msgstr "Дозволити" #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "" #: lib/Application.php:237 msgid "Allow any" msgstr "Дозволити будь-який" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "Дозволити тільки числовий" #: config/prefs.php:694 msgid "Alternate IMSP Login" msgstr "Альтернативний логін IMSP" #: config/prefs.php:711 msgid "Alternate IMSP Password" msgstr "Альтернативний пароль IMSP" #: config/prefs.php:705 msgid "Alternate IMSP Username" msgstr "Назва альтернативного користувача IMSP" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Альтернативна адреса е-пошти" #: services/resetpassword.php:52 msgid "Answer" msgstr "Відповідь" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Модуль" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Контекст модуля" #: admin/config/index.php:236 msgid "Application is ready." msgstr "Модуль готовий." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Затвердити" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabic (Windows-1256)" #: admin/alarms.php:130 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Чи Ви впевнені, що хочете витерти '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Ви впевнені, що хочете видалити запит реєстрації для \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Чи Ви впевнені, що хочете витерти \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenian (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Принаймні одна схема бази даних застаріла." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Додаток" #: lib/Application.php:259 msgid "Attachment Download" msgstr "Скачування додатку" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Спроба стерти неіснуючу групу." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Спроба стерти неіснуючі права." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Спроба редагувати неіснуючі права." #: services/shares/edit.php:68 msgid "Attempt to edit a non-existent share." msgstr "Спроба редагувати неіснуючу пісочницю." #: templates/admin/sessions.html.php:27 msgid "Authenticated to" msgstr "Автентифікований до" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:62 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Авторизувати" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Читання тільки авторизованим" #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Автоматичний" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Доступні поля:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Базовий" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Настройки блоку" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Тип блоку" #: lib/Application.php:292 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:180 msgid "Bookmarks" msgstr "Закладки" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Обидва" #: config/prefs.php:755 msgid "Bottom" msgstr "Низ" #: templates/admin/sessions.html.php:19 msgid "Browser" msgstr "Браузер" #: config/registry.php:115 msgid "Calendar" msgstr "Календар" #: lib/Application.php:280 msgid "Camera" msgstr "Камера" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Відмінити" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Відмінити рапорт про проблему" #: admin/activesync.php:184 templates/prefs/activesync.html.php:33 msgid "Cancel Wipe" msgstr "Відмінити очистку" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "Не можу очистити пароль автоматично, сконтактуйтесь з адміністратором." #: config/prefs.php:516 msgid "Categories and Labels" msgstr "Категорії і Позначення" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Central European (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Змінити" #: lib/Block/Weather.php:120 msgid "Change Location" msgstr "Змінити локацію" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Змініть Ваш пароль" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Змініть свої персональні дані." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Зміна паролю не підтримується поточною конфігурацією. Сконтактуйтесь з " "адміністратором." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Перевірити наявність нових версій" #: lib/Block/Vatid.php:44 msgid "Checking" msgstr "" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinese Simplified (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinese Traditional (Big5)" #: services/obrowser/index.php:58 #, php-format msgid "Choose %s" msgstr "Виберіть %s" #: config/prefs.php:484 msgid "Choose how to display dates (abbreviated format):" msgstr "Оберіть, як відображати дати (формат з абревіатурами):" #: config/prefs.php:460 msgid "Choose how to display dates (full format):" msgstr "Оберіть, як відображати дати (повний формат):" #: config/prefs.php:497 msgid "Choose how to display times:" msgstr "Оберіть формат відображення часу:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Очистити запит" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Очистити користувача: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Очистити користувача" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Очистити дані користувача" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Клацніть на одному з вибраних адресників, а потім виберіть всі поля для " "пошуку." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Клацніть для продовження" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "" #: templates/shares/edit.inc:12 msgid "Close Window" msgstr "Закрити вікно" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "" #: lib/View/Sidebar.php:65 templates/admin/sessions.html.php:9 #: templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Згорнути" #: templates/prefs/category.html.php:13 templates/prefs/category.html.php:24 #: templates/prefs/category.html.php:36 msgid "Color Picker" msgstr "Піпетка кольору" #: config/registry.php:244 msgid "Comics" msgstr "" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Команда" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Командний рядок" #: services/facebook/index.php:38 #, php-format msgid "Comments: %d" msgstr "Коментарі: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "" #: lib/Block/Weather.php:251 msgid "Condition" msgstr "Умова" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Умови" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Конфігурація" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Відмінності конфігурації" #: config/prefs.php:721 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Конфігурація для синхронізації з КПК, смартфонами і Outlook." #: admin/config/index.php:231 msgid "Configuration is out of date." msgstr "Конфігурація застаріла." #: templates/admin/config/index.html.php:89 msgid "Configuration upgrade scripts available" msgstr "Доступні скрипти оновлення конфігурації." #: admin/config/index.php:173 #, php-format msgid "Configure %s" msgstr "Конфігурувати %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Підтвердіть Пароль" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Продовжити" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Не можу з'єднатися з сервером \"%s\" через FTP: %s" #: admin/config/index.php:87 msgid "Could not contact server. Try again later." msgstr "Не можу сконтактуватись з сервером. Спробуймо пізніше." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Не можу стерти скрипт обновлення конфігурації \"%s\"." #: templates/prefs/facebook.html.php:57 #, php-format msgid "" "Could not find authorization for %s to interact with your Facebook account." msgstr "Не знаходжу авторизації %s для взаємодії з Вашим аккаунтом Facebook." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "Не знаходжу авторизації %s для взаємодії з Вашим аккаунтом Twitter." #: services/resetpassword.php:100 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Не можу очистити пароль вказаного користувача. Деякі або всі деталі " "некоректні. Спробуйте ще, або сконтактуйтесь з адміністратором, якщо " "потребуєте подальшої допомоги." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Не можу повернути конфігурацію." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Не можу зберегти резервну конфігурацію: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Не можу зберегти скрипт обновлення конфігурації в: \"%s\"." #: admin/config/index.php:108 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Не можу зберегти файл конфігурації %s. Скористайтесь опціями нижче для " "збереження коду." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Не можу зберегти файл конфігурації %s. Ви можете використати опції " "збереження коду назад в %s або вручну скопіювати код знизу в %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Не можу записати конфігурацію для \"%s\": %s" #: lib/Block/Vatid.php:82 msgid "Country" msgstr "Країна" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Створити" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Створити нову іпостась" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Поточні 4 фази" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Існуючі дзвоники" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Поточні блокування" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:35 msgid "Current Sessions" msgstr "Поточні сесії" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Поточний час" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Поточна погода" #: lib/Block/Weather.php:230 msgid "Current condition" msgstr "Поточні умови" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: admin/config/index.php:249 admin/config/index.php:287 msgid "DB access is not configured." msgstr "Доступ до СУБД не налаштований." #: admin/config/index.php:255 admin/config/index.php:294 msgid "DB schema is out of date." msgstr "Схема бази даних застаріла." #: admin/config/index.php:260 admin/config/index.php:299 msgid "DB schema is ready." msgstr "Схема бази даних готова." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Дані" #: templates/admin/config/index.html.php:33 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "База даних" #: lib/Block/Vatid.php:85 msgid "Date" msgstr "Дата" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Дата отримання" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Дата: %s; час: %s" #: lib/Block/Weather.php:246 msgid "Day" msgstr "День" #: config/prefs.php:388 config/prefs.php:409 config/prefs.php:422 #: config/prefs.php:491 themes/default/info.php:2 msgid "Default" msgstr "За замовчуванням" #: templates/prefs/category.html.php:8 templates/prefs/category.html.php:31 msgid "Default Color" msgstr "Основний колір" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Типова оболонка" #: config/prefs.php:412 msgid "Default charset for sending e-mail messages:" msgstr "Ваше типове кодування при відсиланні листів:" #: config/prefs.php:305 msgid "Default location to use for location-aware features." msgstr "Типове місцезнаходження, для послуг, що його використовують." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Визначення" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:66 #: templates/shares/edit.inc:86 templates/shares/edit.inc:101 #: templates/shares/edit.inc:121 templates/shares/edit.inc:137 #: templates/shares/edit.inc:157 templates/shares/edit.inc:172 #: templates/shares/edit.inc:196 templates/shares/edit.inc:231 #: templates/shares/edit.inc:258 templates/shares/edit.inc:274 #: templates/shares/edit.inc:299 templates/shares/edit.inc:328 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Витерти" #: admin/alarms.php:129 admin/groups.php:206 #, php-format msgid "Delete \"%s\"" msgstr "Витерти \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:180 msgid "Delete Group" msgstr "Витерти групу" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Витерто скрипт обновлення конфігурації \"%s\"." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Опишіть проблему" #: config/registry.php:204 msgid "Development" msgstr "Розробка" #: templates/prefs/activesync.html.php:20 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Пристрій" #: admin/activesync.php:122 msgid "Device ID" msgstr "ID Пристрою" #: templates/prefs/activesync.html.php:23 msgid "Device Information" msgstr "Інформація про пристрій" #: templates/prefs/activesync.html.php:11 msgid "Device Management" msgstr "Управління пристоями" #: lib/Application.php:312 msgid "Device encryption" msgstr "Кодування пристрою" #: templates/prefs/activesync.html.php:35 msgid "Device is Wiped" msgstr "Пристрій Очищено" #: admin/activesync.php:168 msgid "Device is wiped" msgstr "Пристрій очищено" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Пристрій успішно видалено." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Очистку пристрою успішно відмінено." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Точка роси" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Точка роси за останню годину: " #: lib/Block/Weather.php:181 msgid "Dew point" msgstr "Точка роси" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "" #: config/prefs.php:430 msgid "Display 24-hour times?" msgstr "Показувати час в 24-годинному форматі?" #: config/prefs.php:541 msgid "Display Preferences" msgstr "Опції відображення" #: lib/Block/Weather.php:87 msgid "Display detailed forecast" msgstr "Показати детальний прогноз" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Показати прогноз (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Перший рядок містить назви полів? Якщо так, позначте цю опцію:" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "Не маєте аккаунту? Зареєструйтесь." #: admin/config/index.php:155 admin/config/index.php:196 #: admin/config/index.php:311 admin/config/index.php:335 #, php-format msgid "Download %s" msgstr "Скачати %s" #: admin/config/index.php:357 msgid "Download generated configuration as PHP script." msgstr "Завантажити створену конфігурацію як РНР скрипт." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Динамічний" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "" #: lib/View/Sidebar.php:222 templates/shares/edit.inc:65 #: templates/shares/edit.inc:82 templates/shares/edit.inc:100 #: templates/shares/edit.inc:117 templates/shares/edit.inc:136 #: templates/shares/edit.inc:153 templates/shares/edit.inc:171 #: templates/shares/edit.inc:192 templates/shares/edit.inc:227 #: templates/shares/edit.inc:254 templates/shares/edit.inc:273 #: templates/shares/edit.inc:295 templates/shares/edit.inc:324 msgid "Edit" msgstr "Редагувати" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Редагувати \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Правити налаштування для" #: services/shares/edit.php:247 msgid "Edit permissions" msgstr "Редагувати права" #: services/shares/edit.php:246 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Редагувати права для \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Адреса e-пошти" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Час кінця" #: lib/Block/Weather.php:75 msgid "English" msgstr "Англійська" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Введіть назву нової категорії:" #: config/prefs.php:351 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Введіть контрольне питання, яке Вас запитають, якщо Вам треба буде оновити " "пароль. напр. 'Дівоче прізвище матері?':" #: services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "Помилка з'єднання з Twitter. Деталі збережені для адміністратора." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Помилка з'єднання з Twitter: %s Деталі збережені для адміністратора." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:59 #, php-format msgid "Error updating password: %s" msgstr "Помилка оновлення паролю: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "" #: services/facebook/index.php:189 msgid "Event Invites:" msgstr "" #: config/prefs.php:599 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Кожні 15 хвилин" #: config/prefs.php:618 msgid "Every 2 minutes" msgstr "Кожні 2 хвилин" #: config/prefs.php:596 config/prefs.php:616 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Кожні 30 секунд" #: config/prefs.php:598 config/prefs.php:619 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Кожні 5 хвилин" #: config/prefs.php:600 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Кожні півгодини" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Щогодини" #: config/prefs.php:597 config/prefs.php:617 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Щохвилини" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Орієнтовні величини:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Виконати" #: lib/View/Sidebar.php:66 templates/admin/sessions.html.php:8 #: templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Розкрити" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html.php:103 msgid "FTP upload of configuration" msgstr "Завантаження конфігурації через FTP" #: config/prefs.php:642 msgid "Facebook Integration" msgstr "Інтеграція з Facebook" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Поля для пошуку" #: config/registry.php:310 msgid "File Manager" msgstr "Файл-менеджер" #: lib/Block/FbStream.php:60 msgid "Filter" msgstr "Фільтр" #: config/registry.php:90 msgid "Filters" msgstr "Фільтри" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Перша половина" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Перша четвертина" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "" #: lib/Application.php:215 msgid "Force" msgstr "" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Прогноз (TAF)" #: lib/Block/Weather.php:81 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:79 msgid "Forgot your password?" msgstr "Забули Ваш пароль?" #: config/registry.php:339 msgid "Forms" msgstr "" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php:333 msgid "Forums" msgstr "Форуми" #: services/facebook/index.php:188 msgid "Friend Requests:" msgstr "" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Доступні друзі." #: lib/Block/Weather.php:207 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Від %s (%s °) в %s %s" #: lib/Block/Weather.php:318 #, php-format msgid "From the %s at %s %s" msgstr "Від %s в %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Повний опис" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Повний місяць" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Повне ім'я" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Створити конфігурацію %s" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Створений код" #: lib/Block/FbStream.php:155 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Глобальні Опції" #: templates/prefs/app.html:16 msgid "Go" msgstr "Далі" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Пошук в Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Greek (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Адміністрування груп" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Назва групи" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Групу не створено: %s." #: admin/groups.php:219 templates/shares/edit.inc:269 msgid "Groups" msgstr "Групи" #: templates/shares/edit.inc:96 msgid "Guest Permissions" msgstr "Права гостя" #: lib/Application.php:316 msgid "HTML Email" msgstr "Е-пошта HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrew (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Висота" #: lib/Block/FbStream.php:75 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Довідка" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Теми Довідки" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Півкуля" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Ось початок файлу:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Сховати розширені опції" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Сховати результати" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Домашня папка" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Скільки полів (колонок) є там?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/Metar.php:204 lib/Block/Weather.php:219 lib/Block/Weather.php:259 msgid "Humidity" msgstr "Вологість" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "" #: util/icon_browser.php:34 #, php-format msgid "Icons for %s" msgstr "Іконки для %s" #: config/prefs.php:283 msgid "Identity's name:" msgstr "Назва Іпостасі:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Імпорт, Крок %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Імпортоване поле: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Імпортовані поля:" #: lib/Block/TwitterTimeline.php:110 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Неправильна назва користувача або альтернативна алреса. Спробуйте ще раз, " "або сконтактуйтесь з адміністратором для подальшої допомоги." #: templates/shares/edit.inc:167 msgid "Individual Users" msgstr "Індивідуальні користувачі" #: config/registry.php:238 msgid "Information" msgstr "Інформація" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "" #: config/prefs.php:363 msgid "Insert an email address to which you can receive the new password:" msgstr "Введіть адресу е-пошти, на яку відіслати новий пароль:" #: config/prefs.php:357 msgid "Insert the required answer to the security question:" msgstr "Введіть правильну відповідь на контрольне запитання:" #: lib/Block/Vatid.php:58 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Неправильна дія %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Неправильний модуль." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Неправильні батьківські права." #: config/registry.php:291 msgid "Inventory" msgstr "" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japanese (ISO-2022-JP)" #: login.php:174 msgid "" "Javscript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" #: lib/Block/TwitterTimeline.php:111 msgid "Just now..." msgstr "Просто зараз..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:161 msgid "Keyword" msgstr "" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "" #: config/registry.php:299 msgid "Kolab" msgstr "" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korean (EUC-KR)" #: login.php:369 templates/login/login.inc:52 msgid "Language" msgstr "Мова" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Остання половина" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Остання зміна паролю" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Остання чверть" #: admin/activesync.php:101 templates/prefs/activesync.html.php:21 msgid "Last Sync Time" msgstr "Час останньої синхронізації" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Останнє оновлення:" #: lib/LoginTasks/Task/LastLogin.php:49 #, php-format msgid "Last login: %s" msgstr "Останній вхід: %s" #: lib/LoginTasks/Task/LastLogin.php:51 #, php-format msgid "Last login: %s from %s" msgstr "Останній вхід: %s з %s" #: lib/LoginTasks/Task/LastLogin.php:47 msgid "Last login: Never" msgstr "Останній вхід: ніколи" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "" #: services/facebook/index.php:81 msgid "Like" msgstr "" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Список таблиць" #: admin/alarms.php:137 #, php-format msgid "Listing alarms failed: %s" msgstr "Перегляд дзвоників невдалий: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Перегляд блокувань невдалий: %s" #: templates/admin/sessions.html.php:37 #, php-format msgid "Listing sessions failed: %s" msgstr "Перегляд сесій невдалий: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Перегляд користувачів заборонено." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "" #: lib/Block/Weather.php:159 #, php-format msgid "Local time: %s %s" msgstr "Місцевий час: %s %s" #: config/prefs.php:372 msgid "Locale and Time" msgstr "Локалізація" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:67 msgid "Location" msgstr "Місце перебування" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Замкнути користувача" #: admin/locks.php:61 msgid "Locks" msgstr "Блокування" #: login.php:296 templates/login/login.inc:61 msgid "Log in" msgstr "Ввійти" #: templates/portal/smartmobile.inc:5 msgid "Log out" msgstr "Вийти" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "" #: login.php:325 msgid "Login failed because your username or password was entered incorrectly." msgstr "Не вдалося ввійти. Неправильна назва користувача або пароль." #: login.php:321 msgid "Login failed." msgstr "Ввійти не вдалося." #: templates/prefs/facebook.html.php:61 #, php-format msgid "Login to Facebook and authorize %s" msgstr "" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize the %s application" msgstr "" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Вийти" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "ММ" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "" #: config/registry.php:82 msgid "Mail" msgstr "Пошта" #: config/registry.php:344 msgid "Mail Admin" msgstr "" #: config/prefs.php:517 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Налаштуйте список категорій позначень і кольори, асоційовані з цими " "категоріями." #: config/prefs.php:740 msgid "Manage your ActiveSync devices." msgstr "Керування Вашими приладами ActiveSync." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Макс. темп. за останні 24 години: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Макс. темп. за останні 6 годин: " #: lib/Application.php:320 msgid "Maximum Email age" msgstr "Максимальний вік е-пошти" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Максимальна кількість блоків порталу" #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "Максимальний об'єм додатку" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "Максимальна кількість пристроїв" #: lib/Block/FbStream.php:66 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Члени" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Погода Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:76 msgid "Metric" msgstr "Метрична" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Мін темп. за останні 24 години: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Мін темп. за останні 6 годин: " #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "Мінімальна довжина PIN" #: lib/Application.php:242 msgid "Minutes of inactivity before device should lock" msgstr "" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "" #: admin/config/index.php:208 msgid "Missing configuration." msgstr "Відсутня конфігурація." #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Мобільний (Мінімальний)" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Мобільний (Смартфон/Таблетка)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Режим" #: admin/config/index.php:158 admin/config/index.php:199 #: admin/config/index.php:314 admin/config/index.php:338 msgid "Module is up-to-date." msgstr "Модуль актуальний." #: config/prefs.php:505 msgid "Monday" msgstr "Понеділок" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Фази місяця" #: config/registry.php:304 msgid "My Account" msgstr "Мій аккаунт" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Моя облікова інформація" #: lib/Block/FbStream.php:37 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:45 msgid "My Portal" msgstr "Мій Портал" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "План мого порталу" #: lib/Block/Weather.php:308 lib/Block/Weather.php:312 #: lib/Block/Weather.php:328 msgid "N/A" msgstr "" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "Ні, Я НЕ погоджуюсь" #: templates/prefs/activesync.html.php:60 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "УВАГА: ОЧИСТКА ПРИСТРОЮ МОЖЕ СКИНУТИ ЙОГО ДО ЗАВОДСЬКИХ НАЛАШТУВАНЬ. ПЕРШ " "НІЖ ЗАМОВИТИ ОЧИСТКУ ВПЕВНІТЬСЯ, БУДЬ-ЛАСКА, ЩО ВАМ ЦЕ ПОТРІБНО" #: lib/Block/Vatid.php:90 msgid "Name" msgstr "Ім'я" #: config/prefs.php:595 config/prefs.php:615 lib/Application.php:214 #: templates/portal/layout.inc:97 msgid "Never" msgstr "Ніколи" #: templates/prefs/category.html.php:3 msgid "New Category" msgstr "Нова категорія" #: services/facebook/index.php:185 msgid "New Messages:" msgstr "Нові листи:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Новий Місяць" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Нова назва користувача (опціонально)" #: services/changepassword.php:32 msgid "New password" msgstr "Новий пароль" #: services/changepassword.php:43 msgid "New passwords don't match." msgstr "Новий пароль не співпадає." #: config/registry.php:249 lib/Block/Fortune.php:59 msgid "News" msgstr "Новини" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Наступний" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Наступні 4 фази" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Без звуку" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Немає доступних даних конфігурації, щоб показати різницю." #: admin/config/diff.php:49 msgid "No change." msgstr "Без змін." #: util/icon_browser.php:52 msgid "No icons found." msgstr "Іконок не знайдено." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Немає елементів для показу" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Не вказано місце." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Жодних запитів реєстрації в очікуванні." #: lib/Application.php:333 msgid "No push while roaming" msgstr "" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Питання безпеки не встановлено. Сконтактуйтесь адміністратором." #: admin/config/index.php:152 admin/config/index.php:193 #: admin/config/index.php:308 admin/config/index.php:332 msgid "No stable version exists yet." msgstr "Стабільної версії наразі не існує." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Назва користувача не вказана." #: admin/config/index.php:214 msgid "No version found in original configuration. Regenerate configuration." msgstr "Не знайдено версій в початковій конфігурації. Переконфігуруйте." #: admin/config/index.php:223 msgid "No version found in your configuration. Regenerate configuration." msgstr "Не знайдено версій у Вашій конфігурації. Переконфігуруйте." #: templates/prefs/activesync.html.php:54 templates/prefs/syncml.html.php:34 #: templates/prefs/identityselect.html:20 msgid "None" msgstr "Жодна" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordic (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Північна півкуля" #: admin/activesync.php:172 templates/prefs/activesync.html.php:37 msgid "Not Provisioned" msgstr "" #: config/registry.php:164 msgid "Notes" msgstr "Нотатки" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Немає що проглядати, повертайтесь." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Кількість статей для відображення" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Оглядач об'єктів" #: templates/shares/edit.inc:132 msgid "Object Creator" msgstr "Створювач об'єкту" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "" #: config/registry.php:261 msgid "Office" msgstr "Офіс" #: services/changepassword.php:45 msgid "Old and new passwords must be different." msgstr "Старий і новий паролі повинні відрізнятися." #: services/changepassword.php:31 msgid "Old password" msgstr "Старий пароль" #: services/changepassword.php:41 msgid "Old password is not correct." msgstr "Старий пароль невірний." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:89 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Тільки власник або адміністратор може змінити власника або права власності " "на пісочницю" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Операційна система" #: templates/shares/edit.inc:239 msgid "Or enter a user name:" msgstr "Або введіть назву користувача:" #: config/prefs.php:540 config/prefs.php:641 config/prefs.php:667 #: config/prefs.php:693 config/prefs.php:719 config/prefs.php:738 msgid "Other Information" msgstr "Інша Інформація" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Інші опції" #: config/registry.php:175 msgid "Others" msgstr "Інші" #: templates/shares/edit.inc:33 msgid "Owner" msgstr "Власник" #: templates/shares/edit.inc:39 templates/shares/edit.inc:48 msgid "Owner:" msgstr "Власник:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "Код РНР" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "Оболонка РНР" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Відсутнє розширення POSIX" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "Оболонка РНР" #: login.php:216 admin/config/index.php:370 admin/user.php:39 #: admin/user.php:53 config/registry.php:322 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Пароль" #: lib/Application.php:231 msgid "Password Complexity" msgstr "Складність паролю" #: services/changepassword.php:50 msgid "Password changed successfully." msgstr "Пароль успішно змінено." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Пароль має співпадати." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Вставити" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Очікуючі запити на реєстрацію:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Доступ \"%s\" не витертий." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Права" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:129 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Адміністрування прав" #: config/prefs.php:272 msgid "Personal Information" msgstr "Особисті Дані" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "" #: config/registry.php:192 msgid "Photos" msgstr "Фото" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:222 msgid "Please enter a password." msgstr "Введіть, будь-ласка, пароль." #: login.php:221 msgid "Please enter a username." msgstr "Введіть назву користувача." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Напишіть коротко про суть проблеми." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Будь-ласка, прочитайте наступний текст. Ви МУСИТЕ погодитись з умовами, щоб " "користуватись системою" #: services/facebook/index.php:187 msgid "Pokes:" msgstr "" #: admin/activesync.php:108 msgid "Policy Key" msgstr "" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "" #: config/prefs.php:754 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" #: services/facebook/index.php:33 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" msgstr[2] "" #: lib/Block/Weather.php:255 #, php-format msgid "Precipitation%schance" msgstr "" #: lib/Block/Metar.php:199 lib/Block/Weather.php:192 msgid "Pressure" msgstr "Тиск" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Тиск на рівні моря: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "" #: services/problem.php:161 msgid "Problem Description" msgstr "Опис проблеми" #: admin/activesync.php:172 templates/prefs/activesync.html.php:37 msgid "Provisioned" msgstr "" #: lib/Application.php:210 msgid "Provisioning" msgstr "Резервування" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "" #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Запит" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Квота" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:64 templates/shares/edit.inc:78 #: templates/shares/edit.inc:99 templates/shares/edit.inc:113 #: templates/shares/edit.inc:135 templates/shares/edit.inc:149 #: templates/shares/edit.inc:170 templates/shares/edit.inc:188 #: templates/shares/edit.inc:223 templates/shares/edit.inc:250 #: templates/shares/edit.inc:272 templates/shares/edit.inc:291 #: templates/shares/edit.inc:320 msgid "Read" msgstr "Читати" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Читання дозволено" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Справді стерти \"%s\"? Ця операція незворотня." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "Дійсно видалити дані для користувача \"%s\"? Ця операція незворотня." #: config/prefs.php:621 msgid "Refresh Dynamic Menu Elements:" msgstr "Оновити елементи Динамічного меню:" #: config/prefs.php:602 msgid "Refresh Portal View:" msgstr "Оновити Вигляд Порталу:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Частота оновлення:" #: admin/activesync.php:137 msgid "Registered User Devices" msgstr "Зареєстровані пристрої користувача" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Ремарки" #: templates/admin/sessions.html.php:23 msgid "Remote Host" msgstr "Віддалений хост" #: admin/activesync.php:186 templates/admin/groups/edit.inc:25 #: templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:39 msgid "Remove" msgstr "Видалити" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Видалити пару" #: admin/config/index.php:389 msgid "Remove saved script from server's temporary directory." msgstr "Видалити збережений скрипт з тимчасової папки сервера." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Видалити користувача" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Видалити користувача: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Відповісти" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "" #: lib/Application.php:221 msgid "Require PIN" msgstr "Необхідний PIN" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "Необхідно S/MIME підпис" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Очистити" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Скинути Пароль" #: templates/prefs/activesync.html.php:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Скинути Ваш пароль" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Відновити останній запит" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Результати" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Результати для %s" #: templates/prefs/end.html:8 msgid "Return to Main Screen" msgstr "Назад до Головного вікна" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:33 msgid "Retype new password" msgstr "Ще раз введіть новий пароль" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Повернути конфігурацію" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Виконати" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Виконати Завдання Входу" #: lib/Application.php:276 msgid "SD card" msgstr "" #: lib/Application.php:269 msgid "SD card encryption" msgstr "Кодування SD card" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "SMS повідомлення" #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "Оболонка SQL" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "Оболонка SQL" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Зберегти" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:335 #, php-format msgid "Save \"%s\"" msgstr "Зберегти \"%s\"" #: templates/shares/edit.inc:336 msgid "Save and Finish" msgstr "Зберегти і завершити" #: admin/config/index.php:361 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Зберегти створену конфігурацію як РНР-скрипт у Вашій тимчасові директорії на " "сервері." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Збережено скрипт оновлення конфігурації в: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Пошук" #: lib/View/Topbar.php:58 services/help/index.php:156 #: templates/admin/user/list.inc:14 msgid "Search" msgstr "Пошук" #: templates/admin/user/list.inc:12 msgid "Search:" msgstr "Пошук:" #: templates/shares/edit.inc:306 templates/shares/edit.inc:308 msgid "Select a group to add:" msgstr "Виберіть групу для додавання:" #: templates/shares/edit.inc:41 msgid "Select a new owner:" msgstr "Виберіть нового власника:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Виберіть сервер" #: templates/shares/edit.inc:205 templates/shares/edit.inc:207 msgid "Select a user to add:" msgstr "Виберіть, якого користувача додати:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Виберіть всі поля для пошуку при розкритті адрес." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Виберіть формат дати і часу:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Виберіть розмежовувач дат: " #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Виберіть формат дати:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Виберіть порядок дня і часу:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Виберіть розмежовувач часу:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Виберіть формат часу:" #: config/prefs.php:588 msgid "Select your color scheme." msgstr "Виберіть Вашу Схему кольорів." #: config/prefs.php:385 msgid "Select your preferred language:" msgstr "Виберіть бажану мову:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Відіслати рапорт про проблему" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Серверний час" #: admin/sessions.php:69 msgid "Session Administration" msgstr "Адміністрування сесій" #: templates/admin/sessions.html.php:15 msgid "Session Timestamp" msgstr "Часова мітка сесії" #: lib/Api.php:70 msgid "Sessions" msgstr "Сесії" #: config/prefs.php:335 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Встановити опції, щоб дозволити очистити Ваш пароль, якщо Ви колись його " "забудете." #: config/prefs.php:643 msgid "Set up integration with your Facebook account." msgstr "Налаштуйте інтеграцію з Вашим аккаунтом Facebook." #: config/prefs.php:669 msgid "Set up integration with your Twitter account." msgstr "Налаштуйте інтеграцію з Вашим аккаунтом Twitter." #: config/prefs.php:373 msgid "Set your preferred language, timezone and date preferences." msgstr "Встановіть зручні для Вас мову, часовий пояс і опції дати." #: config/prefs.php:542 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Виберіть стартовий модуль, схему кольорів, інтервал оновлення сторінки та " "інші опції відображення." #: lib/Block/Weather.php:136 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Кілька локацій можливі з параметром: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Короткий зміст" #: config/prefs.php:627 msgid "Should access keys be defined for most links?" msgstr "Чи призначати гарячі клавіші для більшості лінків?" #: templates/shares/edit.inc:63 templates/shares/edit.inc:74 #: templates/shares/edit.inc:98 templates/shares/edit.inc:109 #: templates/shares/edit.inc:134 templates/shares/edit.inc:145 #: templates/shares/edit.inc:169 templates/shares/edit.inc:184 #: templates/shares/edit.inc:219 templates/shares/edit.inc:246 #: templates/shares/edit.inc:271 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Show" msgstr "Показати" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Показати розширені опції" #: admin/config/index.php:351 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Показати різницю між щойно збереженою і новоствореною конфігурацією." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "" #: config/prefs.php:573 msgid "Show last login time when logging in?" msgstr "Показувати час останнього входу при входженні?" #: lib/Block/FbStream.php:71 msgid "Show notifications" msgstr "" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Пропустити Завдання Входу" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Глибина снігу: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Еквівалент снігу у воді: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "South European (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Південна Півкуля" #: config/registry.php:101 msgid "Spam" msgstr "Спам" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Стандартний" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Час початку" #: templates/prefs/activesync.html.php:2 msgid "State Management" msgstr "Управління станами" #: admin/activesync.php:115 templates/admin/config/index.html.php:39 #: templates/prefs/activesync.html.php:22 msgid "Status" msgstr "Статус" #: services/facebook/index.php:232 msgid "Status unable to be set." msgstr "" #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Подано запит, щоб додати \"%s\" в систему. Ви не зможете ввійти, поки Ваш " "запит не буде погоджений." #: services/facebook/index.php:138 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Успішно" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Успішно додано \"%s\" до системи." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Успішно витерто дані користувача \"%s\" з системи." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Успішно витерто \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Успішно видалено \"%s\" з системи." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Успішно поверенена конфігурація. Перевантажте, щоб побачити зміни." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Успішно збережена резервна конфігурація." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Успішно оновлено \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Успішно записано %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Схід Сонця" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Захід Сонця" #: config/prefs.php:504 msgid "Sunday" msgstr "Неділя" #: lib/Block/Weather.php:166 lib/Block/Weather.php:167 msgid "Sunrise" msgstr "Схід Сонця" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Схід/Захід Сонця" #: lib/Block/Weather.php:169 lib/Block/Weather.php:170 msgid "Sunset" msgstr "Захід Сонця" #: lib/Application.php:324 msgid "Sync all" msgstr "Синхронізувати всі" #: config/prefs.php:720 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "" #: config/registry.php:150 msgid "Tasks" msgstr "Завдання" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Темп. за останню годину: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:176 msgid "Temperature" msgstr "Температура" #: lib/Block/Weather.php:247 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Температура%s(%sHi%s/%sLo%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:147 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Тимчасово не можу з'єднатись з Facebook. Будь-ласка, спробуйте пізніше." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Тимчасово не можу сконтактуватись з Twitter. Спробуйте пізніше." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:80 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Віддалена очистка для пристрою %s скасована." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Дзвоник витерто." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Дзвоник збережено." #: admin/config/index.php:111 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Конфігурація для %s не може бути автоматично оновлена. Будь-ласка, оновіть " "конфігурацію вручну." #: config/prefs.php:299 msgid "The default e-mail address to use with this identity:" msgstr "Основна адреса е-пошти, властива для цієї іпостасі:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Блокування усунено." #: lib/Block/Vatid.php:113 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/Vatid.php:109 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/Vatid.php:101 msgid "The provided country code is invalid." msgstr "" #: lib/Block/Vatid.php:105 msgid "The service is currently not available. Try again later." msgstr "Послуга тимчасово недоступна. Спробуйте пізніше." #: lib/Block/Vatid.php:117 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Запит на реєстрацію для \"%s\" видалено." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Запит на реєстрацію користувача \"%s\" видалено." #: lib/Prefs/Special/Activesync.php:95 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Користувач \"%s\" вже існує." #: services/shares/edit.php:91 services/shares/edit.php:176 #, php-format msgid "The user \"%s\" does not exist." msgstr "Користувача \"%s\" не існує." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Трапилась помилка при додаванні \"%s\" в систему: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Трапилась помилка при витиранні даних користувача \"%s\" з системи: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Трапилась помилка при видаленні \"%s\" з системи: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Трапилась помилка оновлення \"%s\": %s." #: lib/Prefs/Special/Activesync.php:98 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Трапилась помилка контактування з сервером ActiveSync: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:102 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Трапилась помилка контактування з Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Трапилась помилка в конфігурації. Можливо, Ви пропустили необхідне поле." #: lib/Block/FbStream.php:147 services/facebook/index.php:174 #: services/facebook/index.php:191 #, php-format msgid "There was an error making the request: %s" msgstr "" #: services/facebook/index.php:142 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: services/facebook/index.php:157 msgid "There was an error with the requested permissions" msgstr "" #: lib/Block/Vatid.php:79 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/Vatid.php:76 msgid "This VAT identification number is valid." msgstr "" #: config/registry.php:221 msgid "Tickets" msgstr "Таргани" #: config/registry.php:267 msgid "Time Tracking" msgstr "Облік часу" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Формат часу" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Назва" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Для вибору кількох полів тримайте натиснутою клавішу Control (PC) або " "Command (Mac) і клацніть." #: lib/Block/Weather.php:280 msgid "Today" msgstr "Сьогодні" #: lib/Block/Weather.php:282 msgid "Tomorrow" msgstr "Завтра" #: config/prefs.php:755 msgid "Top" msgstr "Верх" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turkish (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "" #: config/prefs.php:668 msgid "Twitter Integration" msgstr "Інтеграція з Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Не можу стерти \"%s\": %s." #: services/facebook/index.php:257 msgid "Unable to set like." msgstr "" #: services/facebook/index.php:126 msgid "Unable to validate the request token. Please try your request again." msgstr "" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Відмінити зміни" #: templates/prefs/category.html.php:19 msgid "Unfiled" msgstr "Незаповнений" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:72 msgid "Units" msgstr "" #: admin/sessions.php:36 msgid "Unknown" msgstr "Невідомий" #: admin/locks.php:43 msgid "Unlock" msgstr "" #: lib/Block/FbStream.php:142 templates/admin/user/list.inc:34 msgid "Update" msgstr "Оновити" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Оновлення %s" #: admin/config/index.php:176 admin/config/index.php:274 #, php-format msgid "Update %s schema" msgstr "Оновити %s схему" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Оновити всі схеми БД" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Оновити всі конфігурації" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Оновити користувача" #: admin/groups.php:105 admin/perms/edit.php:110 services/shares/edit.php:239 #, php-format msgid "Updated \"%s\"." msgstr "Оновлено \"%s\"." #: admin/config/index.php:126 #, php-format msgid "Updated schema for %s." msgstr "Оновлено схему для %s." #: admin/config/index.php:368 msgid "Upload" msgstr "Закачати" #: admin/config/index.php:376 msgid "Uploaded all application configuration files to the server." msgstr "Закачати всі файли конфігурацій модулів на сервер." #: config/prefs.php:695 msgid "Use if name/password is different for IMSP server." msgstr "Використати якщо ім'я/пароль є іншими для IMSP cерверу." #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Користувач" #: admin/user.php:240 msgid "User Administration" msgstr "Адміністрування користувача" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Назва користувача" #: signup.php:74 msgid "User Registration" msgstr "Реєстрація користувача" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Реєстрація користувачів заборонена в цій системі." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Реєстрація користувачів неналежно сконфігурована для цього сайту." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Обліковий запис користувача не знайдено" #: templates/shares/edit.inc:241 msgid "User to add:" msgstr "Користувач, щоб додати:" #: login.php:211 admin/config/index.php:369 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Назва користувача" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Користувачі" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Користувачі в системі:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "" #: lib/Block/Vatid.php:84 msgid "VAT number" msgstr "" #: templates/admin/config/index.html.php:46 msgid "Version Check" msgstr "Перевірка версії" #: config/registry.php:210 msgid "Version Control" msgstr "Контроль Версій" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamese (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Проглянути зовнішню веб сторінку" #: lib/Block/Metar.php:183 lib/Block/Weather.php:224 msgid "Visibility" msgstr "Видимість" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Зауваження" #: lib/Block/Weather.php:54 msgid "Weather" msgstr "Погода" #: lib/Block/Weather.php:340 lib/Block/Weather.php:348 msgid "Weather data provided by" msgstr "" #: config/registry.php:327 msgid "Web Site" msgstr "Веб-сайт" #: lib/Application.php:300 msgid "Web browser" msgstr "Веб-браузер" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Вітаю" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Вітаю, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Western (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Western (ISO-8859-15)" #: config/prefs.php:554 #, php-format msgid "What application should %s display after login?" msgstr "Який модуль %s має показати після входу?" #: lib/Block/TwitterTimeline.php:107 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Який символ є розділювачем?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Що є символом цитати?" #: config/prefs.php:507 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Який день вважати першим днем тижня?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Які фази" #: config/prefs.php:608 #, php-format msgid "Width of the %s menu on the left:" msgstr "Ширина %s меню зліва:" #: lib/Application.php:288 msgid "Wifi" msgstr "Wifi" #: config/registry.php:198 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:205 lib/Block/Weather.php:263 msgid "Wind" msgstr "Вітер" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Швидкість вітру у вузлах" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Вітер:" #: admin/activesync.php:182 templates/prefs/activesync.html.php:29 msgid "Wipe" msgstr "Очистка" #: templates/prefs/activesync.html.php:32 msgid "Wipe Pending" msgstr "Очистка очікуючих" #: admin/activesync.php:163 msgid "Wipe is pending" msgstr "Очищено очікуючі" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Мудрість" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "З " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Робота" #: config/registry.php:233 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "РР" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Так, згоден" #: services/facebook/index.php:89 services/facebook/index.php:251 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" msgstr[2] "" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "Вам не можна додавати групи." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "Вам не можна створювати пісочниць." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "Вам не можна змінювати групи." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "Вам не можна змінювати пісочниці." #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "Вам не дозволено витирати групи." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "Вам не дозволено витирати пісочниці." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "Вам не дозволено переглядати групи чи пісочниці." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "Вам не дозволено переглядати права пісочниць." #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "Вам не дозволено переглядати пісочниці." #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "Вам не дозволено переглядати користувачів групи." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "Вам не дозволено переглядати користувачів пісочниць." #: lib/Block/FbStream.php:106 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Ви не підключені до свого акаунту Facebook. Ви можете перевіритиваші " "налаштування Facebook у Вашому %s." #: lib/Block/FbStream.php:148 services/facebook/index.php:175 #: services/facebook/index.php:192 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Ви можете перевірити ваші налаштування Facebook у Вашому %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Ви не погодились з Умовами Надавання Послуги, тому Вам не дозволено заходити." #: login.php:317 msgid "You have been logged out." msgstr "Ви вийшли з системи." #: services/facebook/index.php:155 msgid "You have denied the requested permissions." msgstr "" #: lib/Block/TwitterTimeline.php:160 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook/index.php:92 services/facebook/index.php:245 #: services/facebook/index.php:253 msgid "You like this" msgstr "Вам сподобалось" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Вам слід описати проблему перед надсиланням раборту." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Вам слід вказати назву користувача, щоб очистити." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Вам слід вказати назву користувача для видалення." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Вам слід вказати назву користувача щоб додати." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Вам слід вказати назву користувача щоб обновити." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Ваша адреса е-пошти" #: config/prefs.php:271 config/prefs.php:333 config/prefs.php:371 #: config/prefs.php:515 msgid "Your Information" msgstr "Ваші дані" #: login.php:305 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ваша IP-адреса змінилась з часу початку Вашої сесії. Для Вашої безпеки, " "ввійдіть, будь-ласка, знову." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Ваше ім'я" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Ваша система аутентифікації не підтримує додавання користувачів. Якщо " "бажаєте використати Horde для адміністрування реєстру користувача, " "використайте інший спосіб аутентифікації." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Ваша система аутентифікації не підтримує списків користувачів, або ж функція " "вимкнута." #: login.php:309 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Ваш браузер змінився з початку Вашої сесії. Для Вашої безпеки, ввійдіть, " "будь-ласка, знову." #: lib/Block/Iframe.php:65 msgid "Your browser does not support this feature." msgstr "Ваш браузер не підтримує цієї технології." #: config/prefs.php:419 msgid "Your current time zone:" msgstr "Ваш поточний часовий пояс:" #: config/prefs.php:291 msgid "Your full name:" msgstr "Ваше повне ім'я:" #: login.php:329 msgid "Your login has expired." msgstr "Час дії Вашого аккаунта вичерпано." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Ваш новий пароль для %s є: %s" #: services/resetpassword.php:81 msgid "Your password has been reset" msgstr "Ваш пароль перевстановлений." #: services/resetpassword.php:95 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Ваш пароль очищений, але не може бути відправлений Вам. Будь-ласка, " "сконтактуйтесь з адміністратором." #: services/resetpassword.php:90 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "Ваш пароль очищений, перевірте пошту і зайдіть з новим паролем." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Час дії Вашого паролю вичерпано" #: login.php:185 msgid "Your password has expired." msgstr "Час дії Вашого паролю вичерпано." #: login.php:301 msgid "Your session has expired. Please login again." msgstr "Термін Вашої сесії скінчився. Будь-ласка, ввійдіть ще раз." #: login.php:313 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Тривалысть Вашої сесії перевищив максимально дозволений час. Будь-ласка, " "ввійдіть ще раз." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Рапорт про проблему]" #: lib/Api.php:65 msgid "_Alarms" msgstr "Дзвоники" #: lib/Api.php:85 msgid "_CLI" msgstr "CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "Конфігурація" #: lib/Api.php:50 msgid "_Groups" msgstr "Групи" #: lib/Api.php:60 msgid "_Locks" msgstr "Блокування" #: lib/Api.php:55 msgid "_Permissions" msgstr "Права" #: lib/Api.php:45 msgid "_Users" msgstr "Користувачі" #: services/problem.php:59 msgid "attachment" msgstr "додаток" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/Weather.php:213 lib/Block/Weather.php:323 msgid "gusting" msgstr "" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "вбудовано" #: lib/Block/FbStream.php:107 lib/Block/FbStream.php:148 #: lib/Block/TwitterTimeline.php:160 services/facebook/index.php:175 #: services/facebook/index.php:192 msgid "preferences" msgstr "налаштування" #: admin/config/config.php:75 msgid "show differences" msgstr "показати різницю" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "Двічі введіть пароль для підтвердження" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "уніфікований" #: lib/Block/Weather.php:33 msgid "weather" msgstr "погода" tmpIMUtxu/horde-5.2.17/locale/uk/LC_MESSAGES/horde.mo0000644000175000017500000017077013160205253021607 0ustar mathieumathieu)7$7)8H8&b8 8$8 888 8899 09)<97f9R99:: :(:/:>:F:U:^:m:Vt::l:U;[;o;; ; ;;;; ; ; ; << #<1<:<NC<-<<< << < = = "= -=9=@=D=l\== ===>>1>I> P>\>p>>>%><>%?-?)B? l?w?'?,?*?% @1@ B@L@ [@e@w@@@ @ @ @@@@@@@@ A@ ANAdAyAAAA!AdAJBcBB B1B*BC C*C =CHCQXCC CC CC C C D D D%D=?D}D'D DDDD.D* E3KEKEIEFF(F5GX7GG*#HNHVH]HqHH HH HHHHH I%IBI\IpIsIxII IIII I I,I4I 1J=J DJ PJ*]JJ JJ JJJJJKK".K QK[K uKKKKKCKL ?L/KL{LL LLLL LLL"L{MLMOM-NINZNjN{NN N NNNNNNO O!O(O 0O ;OIOXOnOuOOOO O OOO PP P-P@P UP`P{PP PPPP P P"PP Q#Q2Q$8Q]Q fQsQQQQjQ#R 4RB@R4RRRRR SS,SbJGb.b-b;b[+c1c c-cccOd%ddd dddddd e eed$ee&e8ee* f;7f(sfffffffffg ggg -g9g>Vg>gg4gh4hcNh5hh8i-+ '60^. OizŐ ܐ / h;,Lё#<`uM|dʒ[/ts5t:Lc26G hu*˘#)A]w92,*WZcwޚRokۛO-},Ӝ'#(Ll1B6LD`#2ɞ%p"?ӟZ@Uj.+Ӡ+8@yqIt20c~ͣ&6G@X פ  )I!^ ɥݥ , Mg'ަ% %;N dq!,ɧ#45:p#Ѩ 1CbXb &?9fҫ&A4]"#Ӭ'8;8t0?ޭ=!T'v oˮ!; ]h mx>9N6-E13<e 6ѱ3'<*d+6 " 3I,_ " &C>0 ˵صj#1I wU?ͷ6 vDl (3Hh?w? 7P@+׺#{8ػ "2 6D+\ !+ϼ)%86(o '˽21!ASK#Tx !οMv>@+""BEe'F+n&".?n-2+/,@m&U   (64/kAZ3V2'33'M6u'7 )&"P s~TSji(F&]B.Va0-3Oox# 5U#7@{xL$A"f # -4,Er'yn+P"<]$HZmBR ,^,VvT>_KzL[o + <IRg$ /%L.r%&]_t5!+A\m{JF*!)?]=q  $9GO2&B4$Din s-~ !  +163K?5=;3CoYT IbZbje}$ 0aNZ[ UgY#;MJ\L0 ?=/}5s:;Li&  .=PiH ]$ZL",-FQhN'hQ`(J,*oA5vb ^?"q~!;JbgN~ompUz>t:4 e0f-FE.+,RZ}ld)1P_y[B|^Sa+rkT4u6 Baz<@8ki [pH]l3~r\z<xMjU{E"/U_T %>Y\G4ES/DC g! `M:{\u7@9w.2)^VvGe&Q*S`l2i0a('X|t}d  O_+Zn'7qXY#<;Vjmxf.Ki t %  Ky -b]s?c%:Rc82sy9g&LCH6(PJv[F#jI8X=uP )!{LkD;/?$n>IWO9$#cp|1ODMwCWqw5 hm}3R 1AG3IV=A&0Nd@r5=TWY B*K7esoxHn6f"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.AllowAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)At least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated toAuthorizeAuthorize ReadAutomaticAvailable fields:Baltic (ISO-8859-13)BasicBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.Check for newer versionsChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClose WindowCollapseColor PickerCommandCommand ShellComments: %dConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for %s to interact with your Facebook account.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete GroupDeleted configuration upgrade script "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice InformationDevice ManagementDevice encryptionDevice is WipedDevice is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DynamicEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"Email AddressEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error updating password: %sEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandFTP upload of configurationFacebook IntegrationFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterForecast (TAF)Forgot your password?ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGlobal PreferencesGoGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?HumidityIcons for %sIdentity's name:Import, Step %dImported field: %sImported fields:Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid action %sInvalid application.Invalid parent permission.Japanese (ISO-2022-JP)Just now...Kernel NewbiesKorean (EUC-KR)LanguageLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.Local time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.LogoutMMMailManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMembersMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMissing configuration.Mobile (Minimal)Mobile (Smartphone/Tablet)ModeModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy PortalMy Portal LayoutNO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNotesNothing to browse, go back.Number of articles to displayObject BrowserObject CreatorOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:Permission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPhotosPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PressurePressure at sea level: Problem DescriptionProvisioningQueryQuotaReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME SignatureResetReset PasswordReset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetype new passwordRevert ConfigurationRunRun Login TasksSD card encryptionSMS Text messagesSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".Sea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow differences between currently saved and the newly generated configuration.Show last login time when logging in?Skip Login TasksSnow depth: Snow equivalent in water: South European (ISO-8859-3)Southern HemisphereSpamStandardStart TimeState ManagementStatusSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The service is currently not available. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.TicketsTime TrackingTime formatTitleTo select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTurkish (ISO-8859-9)Twitter IntegrationURLUnable to delete "%s": %s.Undo ChangesUnfiledUnicode (UTF-8)UnknownUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:Version CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWeatherWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWipe is pendingWisdomWith WorkX-RefYYYes, I AgreeYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentinlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 5.1 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2013-04-19 11:49+0300 PO-Revision-Date: 2013-04-19 14:00+0200 Last-Translator: Andriy Kopystyansky Language-Team: Ukrainian Language: uk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); "%s" додано до групової системи."%s" додано до системи допуску."%s" не створено: %s.Квота: %.2fMB / %.2fMB дозволено (%.2f%%)%d %s i %sще %d днів ваш пароль є дійсним.%d хвилин%d по %d з %d%d-денний прогноз%s - нотаткаКонфігурація %s%s завдання - Підтвердження%s Умови надання послуг%s в %s %s%s може взаємодіяти з Вашим аккаунтом Twitter%s не може прочитати інформацію про ваших друзів у Facebook.%s готовий виконати вказані операції. Позначте ті операції, які слід виконати в цей час., вітряно %s %s, змінні від %s до %s1 День1 Місяць1 Тиждень12-годинний формат2 Тижні24 годинний формат24 години24-годинний формат3 ДніПотрібне очещення пристрою. Пристрій буде очищено при наступній спробі синхронізації.Існує новіша версія (%s).Віддалене очищення пристрою %s ініційовано. Пристрій буде очищений при наступній синхронізації.АМ/РМДані про аккаунтПарольДіїActiveSyncАдміністрування пристроїв ActiveSyncПристрої ActiveSyncActiveSync не активовано.ДодатиДодати контентДодати сюди:Додати ЧленівДодати групуДодати нового користувача:Додати новий дзвоникДодати паруДодати користувача"%s" додано в систему, але не можу додати додаткові реєстраційні дані: %s."%s" внесено в систему. Тепер Ви можете ввійти.Внесення користувачів заборонене.АдресаАдресникАдмініструванняКінець дзвоникаМетоди дзвоникаПочаток дзвоникаТекст дзвоникаНазва дзвоникаДзвоникиВсіВсі аутентифіковані користувачіВсі області видалені з вашого ActiveSync пристрою. Вони будуть синхронізованіпри наступному підключенні.ДозволитиДозволити будь-якийДозволити тільки числовийАльтернативний логін IMSPАльтернативний пароль IMSPНазва альтернативного користувача IMSPАльтернативна адреса е-поштиВідповідьМодульКонтекст модуляМодуль готовий.ЗатвердитиArabic (Windows-1256)Чи Ви впевнені, що хочете витерти '%s'?Ви впевнені, що хочете видалити запит реєстрації для "%s"?Чи Ви впевнені, що хочете витерти "%s"?Armenian (ARMSCII-8)Принаймні одна схема бази даних застаріла.ДодатокСкачування додаткуСпроба стерти неіснуючу групу.Спроба стерти неіснуючі права.Спроба редагувати неіснуючі права.Спроба редагувати неіснуючу пісочницю.Автентифікований доАвторизуватиЧитання тільки авторизованимАвтоматичнийДоступні поля:Baltic (ISO-8859-13)БазовийНастройки блокуТип блокуBluetoothЗакладкиОбидваНизБраузерКалендарКамераВідмінитиВідмінити рапорт про проблемуВідмінити очисткуНе можу очистити пароль автоматично, сконтактуйтесь з адміністратором.Категорії і ПозначенняCeltic (ISO-8859-14)Central European (ISO-8859-2)ЗмінитиЗмінити локаціюЗмініть Ваш парольЗмініть свої персональні дані.Зміна паролю не підтримується поточною конфігурацією. Сконтактуйтесь з адміністратором.Перевірити наявність нових версійChinese Simplified (GB2312)Chinese Traditional (Big5)Виберіть %sОберіть, як відображати дати (формат з абревіатурами):Оберіть, як відображати дати (повний формат):Оберіть формат відображення часу:Очистити запитОчистити користувача: %sОчистити користувачаОчистити дані користувачаКлацніть на одному з вибраних адресників, а потім виберіть всі поля для пошуку.Клацніть для продовженняЗакрити вікноЗгорнутиПіпетка кольоруКомандаКомандний рядокКоментарі: %dУмоваУмовиКонфігураціяВідмінності конфігураціїКонфігурація для синхронізації з КПК, смартфонами і Outlook.Конфігурація застаріла.Доступні скрипти оновлення конфігурації.Конфігурувати %sПідтвердіть ПарольПродовжитиCookieНе можу з'єднатися з сервером "%s" через FTP: %sНе можу сконтактуватись з сервером. Спробуймо пізніше.Не можу стерти скрипт обновлення конфігурації "%s".Не знаходжу авторизації %s для взаємодії з Вашим аккаунтом Facebook.Не знаходжу авторизації %s для взаємодії з Вашим аккаунтом Twitter.Не можу очистити пароль вказаного користувача. Деякі або всі деталі некоректні. Спробуйте ще, або сконтактуйтесь з адміністратором, якщо потребуєте подальшої допомоги.Не можу повернути конфігурацію.Не можу зберегти резервну конфігурацію: %sНе можу зберегти скрипт обновлення конфігурації в: "%s".Не можу зберегти файл конфігурації %s. Скористайтесь опціями нижче для збереження коду.Не можу зберегти файл конфігурації %s. Ви можете використати опції збереження коду назад в %s або вручну скопіювати код знизу в %s.Не можу записати конфігурацію для "%s": %sКраїнаСтворитиСтворити нову іпостасьПоточні 4 фазиІснуючі дзвоникиПоточні блокуванняПоточні сесіїПоточний часПоточна погодаПоточні умовиCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)Доступ до СУБД не налаштований.Схема бази даних застаріла.Схема бази даних готова.DDДаніБаза данихДатаДата отриманняДата: %s; час: %sДеньЗа замовчуваннямОсновний колірТипова оболонкаВаше типове кодування при відсиланні листів:Типове місцезнаходження, для послуг, що його використовують.ВизначенняВитертиВитерти "%s"Витерти групуВитерто скрипт обновлення конфігурації "%s".Опишіть проблемуРозробкаПристрійID ПристроюІнформація про пристрійУправління пристоямиКодування пристроюПристрій ОчищеноПристрій очищеноПристрій успішно видалено.Очистку пристрою успішно відмінено.Точка росиТочка роси за останню годину: Точка росиПоказувати час в 24-годинному форматі?Опції відображенняПоказати детальний прогнозПоказати прогноз (TAF)Перший рядок містить назви полів? Якщо так, позначте цю опцію:Не маєте аккаунту? Зареєструйтесь.Скачати %sЗавантажити створену конфігурацію як РНР скрипт.ДинамічнийРедагуватиРедагувати "%s"Правити налаштування дляРедагувати праваРедагувати права для "%s"Адреса e-поштиЧас кінцяАнглійськаВведіть назву нової категорії:Введіть контрольне питання, яке Вас запитають, якщо Вам треба буде оновити пароль. напр. 'Дівоче прізвище матері?':Помилка з'єднання з Twitter. Деталі збережені для адміністратора.Помилка з'єднання з Twitter: %s Деталі збережені для адміністратора.Помилка оновлення паролю: %sКожні 15 хвилинКожні 2 хвилинКожні 30 секундКожні 5 хвилинКожні півгодиниЩогодиниЩохвилиниОрієнтовні величини:ВиконатиРозкритиЗавантаження конфігурації через FTPІнтеграція з FacebookПоля для пошукуФайл-менеджерФільтрФільтриПерша половинаПерша четвертинаПрогноз (TAF)Забули Ваш пароль?ФорумиДоступні друзі.Від %s (%s °) в %s %sВід %s в %s %sПовний описПовний місяцьПовне ім'яСтворити конфігурацію %sСтворений кодГлобальні ОпціїДаліПошук в GoogleGreek (ISO-8859-7)Адміністрування групНазва групиГрупу не створено: %s.ГрупиПрава гостяЕ-пошта HTMLHebrew (ISO-8859-8-I)ВисотаДовідкаТеми ДовідкиПівкуляОсь початок файлу:Сховати розширені опціїСховати результатиДомашня папкаHordeСкільки полів (колонок) є там?ВологістьІконки для %sНазва Іпостасі:Імпорт, Крок %dІмпортоване поле: %sІмпортовані поля:Неправильна назва користувача або альтернативна алреса. Спробуйте ще раз, або сконтактуйтесь з адміністратором для подальшої допомоги.Індивідуальні користувачіІнформаціяВведіть адресу е-пошти, на яку відіслати новий пароль:Введіть правильну відповідь на контрольне запитання:Неправильна дія %sНеправильний модуль.Неправильні батьківські права.Japanese (ISO-2022-JP)Просто зараз...Kernel NewbiesKorean (EUC-KR)МоваОстання половинаОстання зміна паролюОстання чвертьЧас останньої синхронізаціїОстаннє оновлення:Останній вхід: %sОстанній вхід: %s з %sОстанній вхід: ніколиСписок таблицьПерегляд дзвоників невдалий: %sПерегляд блокувань невдалий: %sПерегляд сесій невдалий: %sПерегляд користувачів заборонено.Місцевий час: %s %sЛокалізаціяМісце перебуванняЗамкнути користувачаБлокуванняВвійтиВийтиНе вдалося ввійти. Неправильна назва користувача або пароль.Ввійти не вдалося.ВийтиММПоштаНалаштуйте список категорій позначень і кольори, асоційовані з цими категоріями.Керування Вашими приладами ActiveSync.Макс. темп. за останні 24 години: Макс. темп. за останні 6 годин: Максимальний вік е-поштиМаксимальна кількість блоків порталуМаксимальний об'єм додаткуМаксимальна кількість пристроївЧлениПогода MetarМетричнаМін темп. за останні 24 години: Мін темп. за останні 6 годин: Мінімальна довжина PINВідсутня конфігурація.Мобільний (Мінімальний)Мобільний (Смартфон/Таблетка)РежимМодуль актуальний.ПонеділокФази місяцяМій аккаунтМоя облікова інформаціяМій ПорталПлан мого порталуНі, Я НЕ погоджуюсьУВАГА: ОЧИСТКА ПРИСТРОЮ МОЖЕ СКИНУТИ ЙОГО ДО ЗАВОДСЬКИХ НАЛАШТУВАНЬ. ПЕРШ НІЖ ЗАМОВИТИ ОЧИСТКУ ВПЕВНІТЬСЯ, БУДЬ-ЛАСКА, ЩО ВАМ ЦЕ ПОТРІБНОІм'яНіколиНова категоріяНові листи:Новий МісяцьНова назва користувача (опціонально)Новий парольНовий пароль не співпадає.НовиниНаступнийНаступні 4 фазиБез звукуНемає доступних даних конфігурації, щоб показати різницю.Без змін.Іконок не знайдено.Немає елементів для показуНе вказано місце.Жодних запитів реєстрації в очікуванні.Питання безпеки не встановлено. Сконтактуйтесь адміністратором.Стабільної версії наразі не існує.Назва користувача не вказана.Не знайдено версій в початковій конфігурації. Переконфігуруйте.Не знайдено версій у Вашій конфігурації. Переконфігуруйте.ЖоднаNordic (ISO-8859-10)Північна півкуляНотаткиНемає що проглядати, повертайтесь.Кількість статей для відображенняОглядач об'єктівСтворювач об'єктуОфісСтарий і новий паролі повинні відрізнятися.Старий парольСтарий пароль невірний.Тільки власник або адміністратор може змінити власника або права власності на пісочницюОпераційна системаАбо введіть назву користувача:Інша ІнформаціяІнші опціїІншіВласникВласник:PHPКод РНРОболонка РНРВідсутнє розширення POSIXОболонка РНРПарольСкладність паролюПароль успішно змінено.Пароль має співпадати.ВставитиОчікуючі запити на реєстрацію:Доступ "%s" не витертий.ПраваАдміністрування правОсобисті ДаніФотоВведіть, будь-ласка, пароль.Введіть назву користувача.Напишіть коротко про суть проблеми.Будь-ласка, прочитайте наступний текст. Ви МУСИТЕ погодитись з умовами, щоб користуватись системоюТискТиск на рівні моря: Опис проблемиРезервуванняЗапитКвотаЧитатиЧитання дозволеноСправді стерти "%s"? Ця операція незворотня.Дійсно видалити дані для користувача "%s"? Ця операція незворотня.Оновити елементи Динамічного меню:Оновити Вигляд Порталу:Частота оновлення:Зареєстровані пристрої користувачаРемаркиВіддалений хостВидалитиВидалити паруВидалити збережений скрипт з тимчасової папки сервера.Видалити користувачаВидалити користувача: %sВідповістиНеобхідний PINНеобхідно S/MIME підписОчиститиСкинути ПарольСкинути Ваш парольВідновити останній запитРезультатиРезультати для %sНазад до Головного вікнаЩе раз введіть новий парольПовернути конфігураціюВиконатиВиконати Завдання ВходуКодування SD cardSMS повідомленняОболонка SQLОболонка SQLЗберегтиЗберегти "%s"Зберегти і завершитиЗберегти створену конфігурацію як РНР-скрипт у Вашій тимчасові директорії на сервері.Збережено скрипт оновлення конфігурації в: "%s".ПошукПошукПошук:Виберіть групу для додавання:Виберіть нового власника:Виберіть серверВиберіть, якого користувача додати:Виберіть всі поля для пошуку при розкритті адрес.Виберіть формат дати і часу:Виберіть розмежовувач дат: Виберіть формат дати:Виберіть порядок дня і часу:Виберіть розмежовувач часу:Виберіть формат часу:Виберіть Вашу Схему кольорів.Виберіть бажану мову:Відіслати рапорт про проблемуСерверний часАдміністрування сесійЧасова мітка сесіїСесіїВстановити опції, щоб дозволити очистити Ваш пароль, якщо Ви колись його забудете.Налаштуйте інтеграцію з Вашим аккаунтом Facebook.Налаштуйте інтеграцію з Вашим аккаунтом Twitter.Встановіть зручні для Вас мову, часовий пояс і опції дати.Виберіть стартовий модуль, схему кольорів, інтервал оновлення сторінки та інші опції відображення.Кілька локацій можливі з параметром: %sКороткий змістЧи призначати гарячі клавіші для більшості лінків?ПоказатиПоказати розширені опціїПоказати різницю між щойно збереженою і новоствореною конфігурацією.Показувати час останнього входу при входженні?Пропустити Завдання ВходуГлибина снігу: Еквівалент снігу у воді: South European (ISO-8859-3)Південна ПівкуляСпамСтандартнийЧас початкуУправління станамиСтатусПодано запит, щоб додати "%s" в систему. Ви не зможете ввійти, поки Ваш запит не буде погоджений.УспішноУспішно додано "%s" до системи.Успішно витерто дані користувача "%s" з системи.Успішно витерто "%s".Успішно видалено "%s" з системи.Успішно поверенена конфігурація. Перевантажте, щоб побачити зміни.Успішно збережена резервна конфігурація.Успішно оновлено "%s"Успішно записано %sСхід СонцяЗахід СонцяНеділяСхід СонцяСхід/Захід СонцяЗахід СонцяСинхронізувати всіSyncMLЗавданняТемп. за останню годину: ТемператураТемпература%s(%sHi%s/%sLo%s)Тимчасово не можу з'єднатись з Facebook. Будь-ласка, спробуйте пізніше.Тимчасово не можу сконтактуватись з Twitter. Спробуйте пізніше.Thai (TIS-620)Віддалена очистка для пристрою %s скасована.Дзвоник витерто.Дзвоник збережено.Конфігурація для %s не може бути автоматично оновлена. Будь-ласка, оновіть конфігурацію вручну.Основна адреса е-пошти, властива для цієї іпостасі:Блокування усунено.Послуга тимчасово недоступна. Спробуйте пізніше.Запит на реєстрацію для "%s" видалено.Запит на реєстрацію користувача "%s" видалено.Користувач "%s" вже існує.Користувача "%s" не існує.Трапилась помилка при додаванні "%s" в систему: %sТрапилась помилка при витиранні даних користувача "%s" з системи: Трапилась помилка при видаленні "%s" з системи: Трапилась помилка оновлення "%s": %s.Трапилась помилка контактування з сервером ActiveSync: %sТрапилась помилка контактування з Twitter: %sТрапилась помилка в конфігурації. Можливо, Ви пропустили необхідне поле.ТарганиОблік часуФормат часуНазваДля вибору кількох полів тримайте натиснутою клавішу Control (PC) або Command (Mac) і клацніть.СьогодніЗавтраВерхTurkish (ISO-8859-9)Інтеграція з TwitterURLНе можу стерти "%s": %s.Відмінити зміниНезаповненийUnicode (UTF-8)НевідомийОновитиОновлення %sОновити %s схемуОновити всі схеми БДОновити всі конфігураціїОновити користувачаОновлено "%s".Оновлено схему для %s.ЗакачатиЗакачати всі файли конфігурацій модулів на сервер.Використати якщо ім'я/пароль є іншими для IMSP cерверу.КористувачАдміністрування користувачаНазва користувачаРеєстрація користувачаРеєстрація користувачів заборонена в цій системі.Реєстрація користувачів неналежно сконфігурована для цього сайту.Обліковий запис користувача не знайденоКористувач, щоб додати:Назва користувачаКористувачіКористувачі в системі:Перевірка версіїКонтроль ВерсійVietnamese (VISCII)Проглянути зовнішню веб сторінкуВидимістьЗауваженняПогодаВеб-сайтВеб-браузерВітаюВітаю, %sWestern (ISO-8859-1)Western (ISO-8859-15)Який модуль %s має показати після входу?Який символ є розділювачем?Що є символом цитати?Який день вважати першим днем тижня?Які фазиШирина %s меню зліва:WifiWikiВітерШвидкість вітру у вузлахВітер:ОчисткаОчистка очікуючихОчищено очікуючіМудрістьЗ РоботаX-RefРРТак, згоденВам не можна додавати групи.Вам не можна створювати пісочниць.Вам не можна змінювати групи.Вам не можна змінювати пісочниці.Вам не дозволено витирати групи.Вам не дозволено витирати пісочниці.Вам не дозволено переглядати групи чи пісочниці.Вам не дозволено переглядати права пісочниць.Вам не дозволено переглядати пісочниці.Вам не дозволено переглядати користувачів групи.Вам не дозволено переглядати користувачів пісочниць.Ви не підключені до свого акаунту Facebook. Ви можете перевіритиваші налаштування Facebook у Вашому %s.Ви можете перевірити ваші налаштування Facebook у Вашому %s.Ви не погодились з Умовами Надавання Послуги, тому Вам не дозволено заходити.Ви вийшли з системи.Вам сподобалосьВам слід описати проблему перед надсиланням раборту.Вам слід вказати назву користувача, щоб очистити.Вам слід вказати назву користувача для видалення.Вам слід вказати назву користувача щоб додати.Вам слід вказати назву користувача щоб обновити.Ваша адреса е-поштиВаші даніВаша IP-адреса змінилась з часу початку Вашої сесії. Для Вашої безпеки, ввійдіть, будь-ласка, знову.Ваше ім'яВаша система аутентифікації не підтримує додавання користувачів. Якщо бажаєте використати Horde для адміністрування реєстру користувача, використайте інший спосіб аутентифікації.Ваша система аутентифікації не підтримує списків користувачів, або ж функція вимкнута.Ваш браузер змінився з початку Вашої сесії. Для Вашої безпеки, ввійдіть, будь-ласка, знову.Ваш браузер не підтримує цієї технології.Ваш поточний часовий пояс:Ваше повне ім'я:Час дії Вашого аккаунта вичерпано.Ваш новий пароль для %s є: %sВаш пароль перевстановлений.Ваш пароль очищений, але не може бути відправлений Вам. Будь-ласка, сконтактуйтесь з адміністратором.Ваш пароль очищений, перевірте пошту і зайдіть з новим паролем.Час дії Вашого паролю вичерпаноЧас дії Вашого паролю вичерпано.Термін Вашої сесії скінчився. Будь-ласка, ввійдіть ще раз.Тривалысть Вашої сесії перевищив максимально дозволений час. Будь-ласка, ввійдіть ще раз.[Рапорт про проблему]ДзвоникиCLIКонфігураціяГрупиБлокуванняПраваКористувачідодатоквбудованоналаштуванняпоказати різницюДвічі введіть пароль для підтвердженняуніфікованийпогодаtmpIMUtxu/horde-5.2.17/locale/km/0000755000175000017500000000000013162206570016345 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/km/LC_MESSAGES/0000755000175000017500000000000013162206570020132 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/km/LC_MESSAGES/horde.po0000644000175000017500000026517613160205253021607 0ustar mathieumathieu# SOME DESCRIPTIVE TITLE. # Copyright 2012-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the PACKAGE package. # Leang Chumsoben , 2006. # msgid "" msgstr "" "Project-Id-Version: IMP\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2010-10-13 02:42+0200\n" "PO-Revision-Date: 2005-06-15 11:53+0700\n" "Last-Translator: Leang Chumsoben \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: lib/Block/weatherdotcom.php:260 lib/Block/weatherdotcom.php:363 #: lib/Block/weatherdotcom.php:409 msgid " at " msgstr "" #: admin/groups.php:50 #, php-format msgid "\"%s\" was added to the groups system." msgstr "" #: admin/perms/addchild.php:43 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "" #: admin/groups.php:56 admin/perms/addchild.php:47 #, fuzzy, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" មិន​មែន​ជា​ថត​ឡើយ ។" #: lib/Block/account.php:83 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "" #: lib/Block/weatherdotcom.php:241 #, php-format msgid "%d %s and %s" msgstr "%d %s និង %s" #: lib/Block/account.php:708 lib/Block/account.php:720 #, php-format msgid "%d days until your password expires." msgstr "" #: lib/Block/metar.php:281 #, fuzzy, php-format msgid "%d minutes" msgstr "រៀង​រាល់ ៥ នាទី" #: services/facebook.php:114 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "" msgstr[1] "" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "" #: lib/Block/weatherdotcom.php:288 #, php-format msgid "%d-day forecast" msgstr "" #: services/logintasks.php:83 #, php-format msgid "%s - Notice" msgstr "" #: admin/config/config.php:21 admin/config/index.php:226 #, fuzzy, php-format msgid "%s Configuration" msgstr "កំហុស​ការ​កំណត់​រចនាសម្ព័ន្ធ" #: services/logintasks.php:64 #, php-format msgid "%s Tasks - Confirmation" msgstr "" #: services/logintasks.php:74 #, php-format msgid "%s Terms of Agreement" msgstr "" #: lib/Block/metar.php:154 lib/Block/metar.php:160 lib/Block/metar.php:234 #: lib/Block/metar.php:340 lib/Block/metar.php:346 #, fuzzy, php-format msgid "%s at %s %s" msgstr "%d %s និង %s" #: services/logintasks.php:63 #, php-format msgid "" "%s is ready to perform the tasks checked below. Check the box for any " "operation(s) you want to perform at this time." msgstr "" #: lib/Block/vatid.php:58 #, fuzzy, php-format msgid "%s not found." msgstr "រក​មិន​ឃើញ​ធាតុ​បញ្ចូល" #: lib/Block/weatherdotcom.php:367 lib/Block/weatherdotcom.php:412 msgid ", gusting " msgstr "" #: lib/Block/metar.php:183 lib/Block/metar.php:188 #, php-format msgid ", gusting %s %s" msgstr "" #: lib/Block/metar.php:196 #, php-format msgid ", variable from %s to %s" msgstr "" #: lib/Block/time.php:26 msgid "12 Hour Format" msgstr "ទ្រង់ទ្រាយ ១២ ម៉ោង" #: lib/Block/time.php:25 msgid "24 Hour Format" msgstr "ទ្រង់ទ្រាយ ២៤ ម៉ោង" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "២៤ ម៉ោង" #: templates/prefs/facebook.html:15 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" #: templates/prefs/facebook.html:38 msgid " cannot read your stream messages." msgstr "" #: templates/prefs/facebook.html:26 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr "" #: services/keyboard.php:46 #, fuzzy msgid "A characters" msgstr "ចំនួន​តួអក្សរ" #: lib/Block/metar.php:117 msgid "A database backend is required for this block." msgstr "" #: admin/activesync.php:35 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" #: admin/config/index.php:92 admin/config/index.php:124 #, php-format msgid "A newer version (%s) exists." msgstr "" #: lib/Prefs/Ui.php:743 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" #: lib/Block/weatherdotcom_strings.php:7 msgid "AM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:8 msgid "AM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:9 msgid "AM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:10 msgid "AM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:11 msgid "AM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:12 #, fuzzy msgid "AM Rain" msgstr "រឹម​ទំព័រ" #: lib/Block/weatherdotcom_strings.php:13 msgid "AM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:14 msgid "AM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:15 msgid "AM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:16 msgid "AM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:17 msgid "AM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:18 msgid "AM T-Storms" msgstr "" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "" #: lib/Block/account.php:3 msgid "Account Information" msgstr "ព័ត៌មាន​អំពីគណនី" #: config/prefs.php.dist:276 #, fuzzy msgid "Account Password" msgstr "ពាក្យ​សម្ងាត់" #: admin/activesync.php:126 #, fuzzy msgid "Actions" msgstr "ជម្រើស​" #: config/prefs.php.dist:676 msgid "ActiveSync" msgstr "" #: admin/activesync.php:71 #, fuzzy msgid "ActiveSync Device Administration" msgstr "ការ​គ្រប់គ្រង​អ្នក​ប្រើ" #: admin/activesync.php:199 lib/Api.php:80 msgid "ActiveSync Devices" msgstr "" #: admin/activesync.php:20 lib/Prefs/Ui.php:376 msgid "ActiveSync not activated." msgstr "" #: templates/admin/groups/addchild.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "បន្ថែម" #: services/portal/index.php:68 msgid "Add Content" msgstr "" #: templates/portal/add.inc:5 #, fuzzy msgid "Add Here:" msgstr "បន្ថែម​​​អ្នក​ប្រើ" #: templates/admin/groups/edit.inc:49 #, fuzzy msgid "Add Members" msgstr "សមាជិក" #: admin/groups.php:253 templates/admin/groups/addchild.inc:7 #, php-format msgid "Add a child group to \"%s\"" msgstr "" #: admin/groups.php:238 msgid "Add a new group" msgstr "" #: admin/user.php:21 #, fuzzy msgid "Add a new user:" msgstr "បន្ថែម​​​អ្នក​ប្រើ" #: admin/alarms.php:22 msgid "Add new alarm" msgstr "" #: templates/data/csvmap.inc:92 #, fuzzy msgid "Add pair" msgstr "បន្ថែម​​​អ្នក​ប្រើ" #: admin/user.php:22 msgid "Add user" msgstr "បន្ថែម​​​អ្នក​ប្រើ" #: admin/signup_confirm.php:80 admin/user.php:92 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "" #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "" #: lib/Block/vatid.php:101 msgid "Address" msgstr "អាសយដ្ឋាន" #: config/registry.php.dist:142 msgid "Address Book" msgstr "សៀវភៅ​អាសយដ្ឋាន" #: admin/alarms.php:26 #, fuzzy msgid "Alarm end" msgstr "អាមេនី" #: admin/alarms.php:28 msgid "Alarm methods" msgstr "" #: admin/alarms.php:25 msgid "Alarm start" msgstr "" #: admin/alarms.php:27 msgid "Alarm text" msgstr "" #: admin/alarms.php:24 msgid "Alarm title" msgstr "" #: admin/alarms.php:133 #, fuzzy msgid "Alarms" msgstr "ឈ្មោះ​ក្លែងក្លាយ" #: lib/Block/fortune.php:94 msgid "All" msgstr "ទាំង​អស់" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "" #: admin/groups.php:26 admin/groups.php:244 #, fuzzy msgid "All Groups" msgstr "ក្រុម" #: admin/activesync.php:50 msgid "All policy keys successfully reset." msgstr "" #: lib/Prefs/Ui.php:753 msgid "" "All state removed for your devices. They will resynchronize next time they " "connect to the server." msgstr "" #: lib/Prefs/Ui.php:724 msgid "All synchronization sessions deleted." msgstr "" #: config/prefs.php.dist:644 msgid "Alternate IMSP Login" msgstr "" #: config/prefs.php.dist:658 #, fuzzy msgid "Alternate IMSP Password" msgstr "ប្ដូរ​អាសយដ្ឋាន​អ៊ីមែល" #: config/prefs.php.dist:652 msgid "Alternate IMSP Username" msgstr "" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "ប្ដូរ​អាសយដ្ឋាន​អ៊ីមែល" #: lib/Block/weatherdotcom.php:170 #, fuzzy msgid "An unknown error has occured." msgstr "មិន​ស្គាល់​កំហុស" #: services/resetpassword.php:48 #, fuzzy msgid "Answer" msgstr "អ្នក​ប្រើ" #: templates/data/csvmap.inc:112 templates/admin/config/index.html:11 msgid "Application" msgstr "កម្មវិធី" #: admin/phpshell.php:44 #, fuzzy msgid "Application Context: " msgstr "កម្មវិធី" #: util/icon_browser.php:45 #, fuzzy msgid "Application List" msgstr "កម្មវិធី" #: admin/config/index.php:160 #, fuzzy msgid "Application is ready." msgstr "កម្មវិធី" #: admin/config/index.php:95 admin/config/index.php:127 msgid "Application is up-to-date." msgstr "" #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "" #: config/nls.php:167 msgid "Arabic (Windows-1256)" msgstr "អារ៉ាប់ (Windows-1256)" #: admin/alarms.php:123 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\" and any sub-groups?" msgstr "" #: config/nls.php:168 msgid "Armenian (ARMSCII-8)" msgstr "" #: lib/Block/fortune.php:35 msgid "Art" msgstr "" #: lib/Block/fortune.php:36 msgid "Ascii Art" msgstr "" #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "" #: admin/groups.php:72 msgid "Attempt to delete a non-existent group." msgstr "" #: admin/perms/delete.php:24 msgid "Attempt to delete a non-existent permission." msgstr "" #: admin/perms/edit.php:92 msgid "Attempt to edit a non-existent permission." msgstr "" #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "" #: admin/sessions.php:40 #, fuzzy msgid "Authenticated to:" msgstr "ការ​ផ្ទៀង​ផ្ទាត់​ភាព​ត្រឹម​ត្រូវ​បាន​បរាជ័យ" #: templates/prefs/facebook.html:27 msgid "Authorize Publish" msgstr "" #: templates/prefs/facebook.html:39 msgid "Authorize Read:" msgstr "" #: templates/prefs/facebook.html:16 msgid "Authorize an infinite session:" msgstr "" #: templates/data/csvmap.inc:70 msgid "Available fields:" msgstr "" #: themes/azur/info.php:6 msgid "Azur" msgstr "" #: lib/Block/fortune.php:37 msgid "BOFH Excuses" msgstr "" #: config/nls.php:169 #, fuzzy msgid "Baltic (ISO-8859-13)" msgstr "ទួរគី (ISO-8859-9)" #: themes/barbie/info.php:2 #, fuzzy msgid "Barbie" msgstr "បារ៉ែន" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "" #: config/registry.php.dist:226 msgid "Bookmarks" msgstr "កន្លែង​ចំណាំ" #: lib/Block/fortune.php:103 msgid "Both" msgstr "ទាំង​ពីរ​" #: themes/brown/info.php:2 #, fuzzy msgid "Brown" msgstr "បុតស្វាណា" #: admin/sessions.php:38 #, fuzzy msgid "Browser:" msgstr "ជួរ​ដេក ៖" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "" #: lib/Block/weatherdotcom.php:166 msgid "Cache init was not completed." msgstr "" #: config/registry.php.dist:157 msgid "Calendar" msgstr "ប្រតិទិន" #: lib/Block/weatherdotcom.php:250 #, fuzzy msgid "Calm" msgstr "បោះបង់" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "" #: admin/user.php:115 admin/user.php:135 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "បោះបង់" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "" #: admin/activesync.php:183 templates/prefs/activesync.html:31 #, fuzzy msgid "Cancel Wipe" msgstr "បោះបង់" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" #: config/prefs.php.dist:440 msgid "Categories and Labels" msgstr "" #: config/nls.php:170 #, fuzzy msgid "Celtic (ISO-8859-14)" msgstr "ក្រិក (ISO-8859-7)" #: config/nls.php:171 msgid "Central European (ISO-8859-2)" msgstr "" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "ផ្លាស់​ប្តូរ" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "" #: config/prefs.php.dist:214 msgid "" "Change the name and address that people see when they read and reply to your " "emails." msgstr "" #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" #: lib/Block/vatid.php:45 #, fuzzy msgid "Check" msgstr "ឈីលី" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "" #: lib/Block/vatid.php:47 #, fuzzy msgid "Checking" msgstr "ចិន" #: templates/admin/groups/addchild.inc:10 #, fuzzy msgid "Child" msgstr "ឈីលី" #: config/nls.php:172 msgid "Chinese Simplified (GB2312)" msgstr "" #: config/nls.php:173 msgid "Chinese Traditional (Big5)" msgstr "" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "" #: config/prefs.php.dist:403 msgid "Choose how to display dates (abbreviated format):" msgstr "" #: config/prefs.php.dist:377 msgid "Choose how to display dates (full format):" msgstr "" #: config/prefs.php.dist:419 msgid "Choose how to display times:" msgstr "" #: lib/Block/weatherdotcom_strings.php:19 msgid "Clear" msgstr "ជម្រះ" #: admin/sqlshell.php:109 msgid "Clear Query" msgstr "ជម្រះ​សំណួរ" #: templates/admin/user/clear.inc:5 #, fuzzy, php-format msgid "Clear out user: %s" msgstr "ជម្រះ​សំណួរ" #: templates/admin/user/clear.inc:11 #, fuzzy msgid "Clear user" msgstr "ជម្រះ​សំណួរ" #: templates/admin/user/list.inc:37 #, fuzzy msgid "Clear user data" msgstr "ជម្រះ​សំណួរ" #: lib/Block/weatherdotcom_strings.php:20 #, fuzzy msgid "Clearing Early" msgstr "ជម្រះ​សំណួរ" #: lib/Block/weatherdotcom_strings.php:21 msgid "Clearing Late" msgstr "" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" #: templates/logintasks/logintasks.html:38 #, fuzzy msgid "Click to Continue" msgstr "បន្ត" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "បិទ​បង្អួច" #: lib/Block/metar.php:239 msgid "Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:22 msgid "Clouds Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:23 msgid "Clouds Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:24 #, fuzzy msgid "Cloudy" msgstr "ប្រទេស" #: admin/sessions.php:31 msgid "Collapse" msgstr "" #: templates/sidebar/sidebar.inc:3 msgid "Collapse Sidebar" msgstr "" #: lib/Prefs/Ui.php:237 msgid "Color Picker" msgstr "" #: admin/cmdshell.php:20 admin/cmdshell.php:42 msgid "Command" msgstr "ពាក្យ​បញ្ជា" #: admin/cmdshell.php:14 #, fuzzy msgid "Command Shell" msgstr "ពាក្យ​បញ្ជា" #: services/facebook.php:101 #, fuzzy, php-format msgid "Comments: %d" msgstr "សេចក្តី​​អធិប្បាយ" #: lib/Block/fortune.php:38 msgid "Computers" msgstr "កុំព្យូទ័រ" #: lib/Block/weatherdotcom.php:300 msgid "Condition" msgstr "លក្ខខណ្ឌ" #: lib/Block/metar.php:244 msgid "Conditions" msgstr "លក្ខខណ្ឌ" #: admin/config/config.php:65 templates/admin/config/config.html:9 #, fuzzy msgid "Configuration" msgstr "កំហុស​ការ​កំណត់​រចនាសម្ព័ន្ធ" #: admin/config/diff.php:80 #, fuzzy msgid "Configuration Differences" msgstr "កំហុស​ការ​កំណត់​រចនាសម្ព័ន្ធ" #: config/prefs.php.dist:665 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "" #: admin/config/index.php:155 msgid "Configuration is out of date." msgstr "" #: templates/admin/config/index.html:61 msgid "Configuration upgrade scripts available" msgstr "" #: admin/config/index.php:111 #, fuzzy, php-format msgid "Configure %s" msgstr "បន្ត" #: templates/admin/user/update.inc:28 #, fuzzy msgid "Confirm Password" msgstr "ពាក្យ​សម្ងាត់" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "បន្ត" #: lib/Block/fortune.php:39 msgid "Cookie" msgstr "" #: themes/cornflower/info.php:2 #, fuzzy msgid "Cornflower" msgstr "ពណ៌" #: lib/Block/account.php:484 msgid "Could not bind to LDAP server." msgstr "" #: lib/Block/account.php:463 msgid "Could not connect to LDAP server." msgstr "" #: admin/config/index.php:27 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "" #: admin/config/index.php:66 msgid "Could not contact server. Try again later." msgstr "" #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "" #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "" #: services/resetpassword.php:92 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" #: admin/config/config.php:43 msgid "Could not revert configuration." msgstr "" #: admin/config/index.php:41 #, php-format msgid "Could not save a backup configuation: %s" msgstr "" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "" #: admin/config/config.php:53 #, php-format msgid "Could not save the backup configuration file %s." msgstr "" #: admin/config/config.php:65 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" #: admin/config/index.php:51 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "" #: lib/Block/vatid.php:91 msgid "Country" msgstr "ប្រទេស" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "បង្កើត" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "" #: lib/Block/moon.php:24 #, fuzzy msgid "Current 4 Phases" msgstr "រចនាប័ទ្ម​បច្ចុប្បន្ន​" #: templates/admin/alarms/list.html.php:2 #, fuzzy msgid "Current Alarms" msgstr "ពេល​វេលា​បច្ចុប្បន្ន" #: admin/sessions.php:23 #, fuzzy msgid "Current Sessions" msgstr "សម័យ" #: lib/Block/time.php:3 lib/Block/time.php:36 msgid "Current Time" msgstr "ពេល​វេលា​បច្ចុប្បន្ន" #: lib/Block/metar.php:31 #, fuzzy msgid "Current Weather" msgstr "រចនាប័ទ្ម​បច្ចុប្បន្ន​" #: lib/Block/weatherdotcom.php:279 #, fuzzy msgid "Current condition: " msgstr "លក្ខខណ្ឌ" #: config/nls.php:174 msgid "Cyrillic (KOI8-R)" msgstr "ស៊ីរីលីក (KOI8-R)" #: config/nls.php:175 msgid "Cyrillic (Windows-1251)" msgstr "​​ស៊ីរីលីក (Windows-1251)" #: config/nls.php:176 #, fuzzy msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "ស៊ីរីលីក (KOI8-R)" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:101 #, fuzzy msgid "Data" msgstr "កាល​​បរិចេ្ឆទ" #: admin/datatree.php:62 #, fuzzy msgid "DataTree" msgstr "កាល​​បរិចេ្ឆទ" #: admin/datatree.php:59 msgid "DataTree Browser" msgstr "" #: templates/prefs/syncml.html:11 #, fuzzy msgid "Database" msgstr "កាល​​បរិចេ្ឆទ" #: lib/Block/vatid.php:94 msgid "Date" msgstr "កាល​​បរិចេ្ឆទ" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "" #: lib/Block/weatherdotcom.php:295 lib/Block/weatherdotcom.php:324 msgid "Day" msgstr "ថ្ងៃ" #: lib/Prefs/Ui.php:69 lib/Prefs/Ui.php:74 msgid "Default" msgstr "លំនាំដើម" #: lib/Prefs/Ui.php:252 lib/Prefs/Ui.php:282 #, fuzzy msgid "Default Color" msgstr "លំនាំដើម" #: lib/Block/account.php:78 #, fuzzy msgid "Default Shell" msgstr "លំនាំដើម" #: lib/Block/fortune.php:40 #, fuzzy msgid "Definitions" msgstr "លក្ខខណ្ឌ" #: admin/groups.php:68 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "លុប​" #: admin/alarms.php:122 admin/groups.php:254 #, fuzzy, php-format msgid "Delete \"%s\"" msgstr "លុប​" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "" #: admin/groups.php:215 #, fuzzy msgid "Delete Group" msgstr "លុប​ជួរដេក" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "" #: lib/Prefs/Ui.php:717 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "" #: config/registry.php.dist:239 msgid "Development" msgstr "​អភិវឌ្ឍ" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 #, fuzzy msgid "Device" msgstr "មើល​ជា​​​មុន" #: admin/activesync.php:119 msgid "Device ID" msgstr "" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "" #: lib/Prefs/Ui.php:432 msgid "Device id:" msgstr "" #: admin/activesync.php:167 lib/Prefs/Ui.php:420 msgid "Device is wiped" msgstr "" #: admin/activesync.php:45 msgid "Device successfully removed." msgstr "" #: admin/activesync.php:40 msgid "Device wipe successfully canceled." msgstr "" #: lib/Block/metar.php:212 msgid "Dew Point" msgstr "" #: lib/Block/metar.php:289 msgid "Dew Point for last hour: " msgstr "" #: lib/Block/weatherdotcom.php:231 msgid "Dew point: " msgstr "" #: templates/prefs/facebook.html:11 templates/prefs/facebook.html:22 #: templates/prefs/facebook.html:34 templates/prefs/twitter.html:10 #, fuzzy msgid "Disable" msgstr "តារាង" #: config/prefs.php.dist:345 msgid "Display 24-hour times?" msgstr "" #: config/prefs.php.dist:468 msgid "Display Preferences" msgstr "" #: lib/Block/weatherdotcom.php:86 msgid "Display detailed forecast" msgstr "" #: lib/Block/metar.php:84 msgid "Display forecast (TAF)" msgstr "" #: scripts/import_squirrelmail_prefs.php:77 msgid "Do not use Drafts" msgstr "" #: scripts/import_squirrelmail_prefs.php:44 #: scripts/import_squirrelmail_prefs.php:145 msgid "Do not use Sent" msgstr "" #: scripts/import_squirrelmail_prefs.php:183 msgid "Do not use Trash" msgstr "" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" #: templates/login/login.inc:72 msgid "Don't have an account? Sign up." msgstr "មិន​មាន​គណនី ? សូម​ចុះឈ្មោះ ។" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:61 #, fuzzy msgid "Done" msgstr "គ្មាន" #: admin/config/index.php:92 admin/config/index.php:124 #, fuzzy, php-format msgid "Download %s" msgstr "ទាញយក" #: admin/config/index.php:179 msgid "Download generated configuration as PHP script." msgstr "" #: lib/Block/weatherdotcom_strings.php:25 msgid "Drizzle" msgstr "" #: lib/Block/fortune.php:41 msgid "Drugs" msgstr "" #: services/keyboard.php:64 #, fuzzy msgid "E characters" msgstr "ចំនួន​តួអក្សរ" #: lib/Block/vatid.php:3 msgid "EU VAT identification" msgstr "" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "កែ​សម្រួល" #: admin/alarms.php:89 #, fuzzy, php-format msgid "Edit \"%s\"" msgstr "កែ​សម្រួល" #: admin/groups.php:214 #, fuzzy msgid "Edit Group" msgstr "ក្រុម" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "" #: services/shares/edit.php:259 #, fuzzy msgid "Edit permissions" msgstr "សិទ្ធិ" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "" #: lib/Block/fortune.php:42 msgid "Education" msgstr "ការ​អប់រំ" #: templates/admin/groups/edit.inc:11 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "អាសយដ្ឋាន​អ៊ីមែល" #: lib/Prefs/Ui.php:225 msgid "Enter a name for the new category:" msgstr "" #: config/prefs.php.dist:288 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" #: lib/Block/metar.php:41 lib/Block/weatherdotcom.php:50 msgid "Error" msgstr "កំហុស" #: lib/Prefs/Ui.php:577 services/twitter.php:128 services/twitter.php:151 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" #: lib/Prefs/Ui.php:715 msgid "Error deleting synchronization session:" msgstr "" #: lib/Prefs/Ui.php:722 msgid "Error deleting synchronization sessions:" msgstr "" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "" #: lib/Block/fortune.php:43 #, fuzzy msgid "Ethnic" msgstr "អេស្តូនី" #: services/facebook.php:69 msgid "Event Invites:" msgstr "" #: templates/portal/layout.inc:101 config/prefs.php.dist:520 msgid "Every 15 minutes" msgstr "រៀង​រាល់​ ១៥ នាទី" #: config/prefs.php.dist:559 #, fuzzy msgid "Every 2 minutes" msgstr "រៀង​រាល់ ៥ នាទី" #: templates/portal/layout.inc:98 config/prefs.php.dist:517 #: config/prefs.php.dist:557 msgid "Every 30 seconds" msgstr "រៀង​រាល់​ ៣០ វិនាទី" #: templates/portal/layout.inc:100 config/prefs.php.dist:519 #: config/prefs.php.dist:560 msgid "Every 5 minutes" msgstr "រៀង​រាល់ ៥ នាទី" #: templates/portal/layout.inc:102 config/prefs.php.dist:521 msgid "Every half hour" msgstr "រៀង​រាល់​កន្លះ​ម៉ោង" #: templates/portal/layout.inc:103 #, fuzzy msgid "Every hour" msgstr "រៀង​រាល់​កន្លះ​ម៉ោង" #: templates/portal/layout.inc:99 config/prefs.php.dist:518 #: config/prefs.php.dist:558 msgid "Every minute" msgstr "រៀង​រាល់នាទី" #: templates/data/datemap.inc:24 msgid "Example values:" msgstr "" #: admin/cmdshell.php:48 admin/phpshell.php:55 admin/sqlshell.php:108 msgid "Execute" msgstr "ប្រតិបត្តិ" #: admin/sessions.php:30 msgid "Expand" msgstr "បន្លាយ" #: lib/Block/iframe.php:29 msgid "Extra Large" msgstr "" #: templates/admin/config/index.html:74 msgid "FTP upload of configuration" msgstr "" #: config/prefs.php.dist:604 msgid "Facebook Integration" msgstr "" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "" #: lib/Block/weatherdotcom_strings.php:26 #, fuzzy msgid "Fair" msgstr "សៃ" #: lib/Block/feed.php:41 msgid "Feed" msgstr "" #: lib/Block/feed.php:17 #, fuzzy msgid "Feed Address" msgstr "អាសយដ្ឋាន​ផ្ទះ" #: lib/Block/metar.php:215 msgid "Feels Like" msgstr "" #: lib/Block/weatherdotcom.php:235 msgid "Feels like: " msgstr "" #: lib/Block/weatherdotcom_strings.php:27 msgid "Few Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:28 msgid "Few Snow Showers" msgstr "" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "" #: config/registry.php.dist:340 #, fuzzy msgid "File Manager" msgstr "ឈ្មោះ​ឯកសារ" #: lib/Block/fb_stream.php:82 #, fuzzy msgid "Filter" msgstr "តម្រង" #: config/registry.php.dist:93 msgid "Filters" msgstr "តម្រង" #: lib/Block/moon.php:164 msgid "First Half" msgstr "" #: lib/Block/moon.php:72 lib/Block/moon.php:74 msgid "First Quarter" msgstr "" #: lib/Block/weatherdotcom_strings.php:29 msgid "Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:30 msgid "Fog Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:31 #, fuzzy msgid "Fog Late" msgstr "ទសភាគ" #: lib/Block/weatherdotcom_strings.php:32 msgid "Foggy" msgstr "" #: lib/Block/fortune.php:44 msgid "Food" msgstr "" #: lib/Block/metar.php:329 msgid "Forecast (TAF)" msgstr "" #: lib/Block/weatherdotcom.php:74 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" #: templates/login/login.inc:81 msgid "Forgot your password?" msgstr "" #: lib/Block/fortune.php:28 #, fuzzy msgid "Fortune" msgstr "បារាំង" #: lib/Block/fortune.php:106 msgid "Fortune type" msgstr "" #: lib/Block/fortune.php:45 #, fuzzy msgid "Fortunes" msgstr "សំណុំ​​បែបបទ" #: lib/Block/fortune.php:46 msgid "Fortunes 2" msgstr "" #: config/registry.php.dist:376 #, fuzzy msgid "Forums" msgstr "សំណុំ​​បែបបទ" #: config/registry.php.dist:113 #, fuzzy msgid "Forwards" msgstr "សំណុំ​​បែបបទ" #: lib/Block/weatherdotcom_strings.php:33 msgid "Freezing Drizzle" msgstr "" #: services/facebook.php:68 msgid "Friend Requests:" msgstr "" #: lib/Block/weatherdotcom.php:252 lib/Block/weatherdotcom.php:362 #: lib/Block/weatherdotcom.php:408 #, fuzzy msgid "From the " msgstr "ពី" #: templates/problem/problem.inc:48 #, fuzzy msgid "Full Description" msgstr "ការពិពណ៌នា" #: lib/Block/moon.php:79 lib/Block/moon.php:174 msgid "Full Moon" msgstr "" #: lib/Block/account.php:68 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "ឈ្មោះ​ពេញ" #: admin/config/config.php:31 #, php-format msgid "Generate %s Configuration" msgstr "" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "" #: lib/Block/fb_stream.php:192 lib/Block/twitter_timeline.php:171 msgid "Get More" msgstr "" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "" #: templates/prefs/app.html:17 msgid "Go" msgstr "ទៅ" #: lib/Block/fortune.php:47 msgid "Goedel" msgstr "" #: lib/Block/google.php:3 lib/Block/google.php:19 #, fuzzy msgid "Google Search" msgstr "ស្វែងរក" #: lib/Block/google.php:30 msgid "Google search is not enabled." msgstr "" #: config/nls.php:177 msgid "Greek (ISO-8859-7)" msgstr "ក្រិក (ISO-8859-7)" #: themes/green/info.php:2 #, fuzzy msgid "Green" msgstr "ក្រិក" #: themes/grey/info.php:2 #, fuzzy msgid "Grey" msgstr "ក្រិក" #: admin/groups.php:195 #, fuzzy msgid "Group Administration" msgstr "ការ​គ្រប់​គ្រង" #: admin/groups.php:44 #, php-format msgid "Group was not created: %s." msgstr "" #: admin/groups.php:268 templates/shares/edit.inc:266 msgid "Groups" msgstr "ក្រុម" #: templates/shares/edit.inc:93 #, fuzzy msgid "Guest Permissions" msgstr "សិទ្ធិ" #: lib/Block/weatherdotcom_strings.php:34 #, fuzzy msgid "Haze" msgstr "បឋមកថា​" #: lib/Block/weatherdotcom_strings.php:35 msgid "Heavy Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:36 msgid "Heavy T-Storm" msgstr "" #: config/nls.php:178 #, fuzzy msgid "Hebrew (ISO-8859-8-I)" msgstr "ក្រិក (ISO-8859-7)" #: lib/Block/iframe.php:24 msgid "Height" msgstr "កម្ពស់" #: lib/Block/fb_stream.php:92 lib/Block/twitter_timeline.php:87 msgid "Height of map (width automatically adjusts to block)" msgstr "" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "ជំនួយ" #: services/help/index.php:70 msgid "Help _Topics" msgstr "" #: lib/Block/moon.php:27 msgid "Hemisphere" msgstr "" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "" #: themes/hi-contrast/info.php:3 #, fuzzy msgid "Hi-Contrast" msgstr "Contacts" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "" #: services/portal/cloud_search.php:33 #, fuzzy msgid "Hide Results" msgstr "លទ្ធ​ផល" #: lib/Block/weatherdotcom_strings.php:100 msgid "High" msgstr "ខ្ពស់" #: lib/Block/account.php:73 msgid "Home Directory" msgstr "ថតផ្ទះ" #: config/registry.php.dist:76 #, fuzzy msgid "Horde" msgstr "ស៊ុម" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "" #: templates/data/csvinfo.inc:21 msgid "How many fields (columns) are there?" msgstr "" #: lib/Block/feed.php:21 msgid "How many seconds before we check for new articles?" msgstr "" #: lib/Block/metar.php:225 lib/Block/weatherdotcom.php:303 #, fuzzy msgid "Humidity" msgstr "សុពលភាព" #: lib/Block/weatherdotcom.php:263 msgid "Humidity: " msgstr "" #: lib/Block/fortune.php:48 msgid "Humorists" msgstr "" #: services/keyboard.php:78 #, fuzzy msgid "I characters" msgstr "ចំនួន​តួអក្សរ" #: config/prefs.php.dist:545 msgid "Icons Only" msgstr "តែ​រូបតំណាង" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "" #: config/prefs.php.dist:546 msgid "Icons with text" msgstr "" #: themes/ideas/info.php:2 #, fuzzy msgid "Ideas" msgstr "ឥណ្ឌា" #: config/prefs.php.dist:226 msgid "Identity's name:" msgstr "" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "" #: templates/data/datemap.inc:15 #, php-format msgid "Imported field: %s" msgstr "" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "" #: lib/Block/twitter_timeline.php:136 msgid "In reply to:" msgstr "" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" #: services/resetpassword.php:50 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "" #: templates/prefs/facebook.html:10 msgid "Infinite sessions enabled." msgstr "" #: config/registry.php.dist:281 msgid "Information" msgstr "ព័ត៌មាន" #: lib/Block/weatherdotcom.php:332 msgid "Information no longer available." msgstr "" #: templates/admin/groups/edit.inc:36 msgid "Inherited Members" msgstr "" #: config/prefs.php.dist:304 msgid "Insert an email address to which you can receive the new password:" msgstr "" #: config/prefs.php.dist:296 msgid "Insert the required answer to the security question:" msgstr "" #: lib/Block/vatid.php:52 msgid "Invalid VAT identification number format." msgstr "" #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "" #: admin/config/config.php:24 #, fuzzy msgid "Invalid application." msgstr "កម្មវិធី" #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "" #: lib/Block/weatherdotcom.php:180 msgid "Invalid license key." msgstr "" #: lib/Block/weatherdotcom.php:174 msgid "Invalid location provided." msgstr "" #: admin/perms/addchild.php:23 msgid "Invalid parent permission." msgstr "" #: lib/Block/weatherdotcom.php:176 msgid "Invalid partner id." msgstr "" #: lib/Block/weatherdotcom.php:178 msgid "Invalid product code." msgstr "" #: lib/Block/weatherdotcom_strings.php:37 msgid "Isolated T-Storms" msgstr "" #: config/nls.php:179 msgid "Japanese (ISO-2022-JP)" msgstr "​ជប៉ុន (ISO-2022-JP)" #: lib/Block/twitter_timeline.php:138 msgid "Just now..." msgstr "" #: lib/Block/fortune.php:49 msgid "Kernel Newbies" msgstr "" #: services/help/index.php:138 msgid "Keyword" msgstr "" #: lib/Block/fortune.php:50 msgid "Kids" msgstr "" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "" #: config/nls.php:180 msgid "Korean (EUC-KR)" msgstr "​កូរ៉េ (EUC-KR)" #: login.php:314 templates/login/login.inc:49 msgid "Language" msgstr "ភាសា" #: lib/Block/iframe.php:28 #, fuzzy msgid "Large" msgstr "ភាសា" #: lib/Block/moon.php:167 msgid "Last Half" msgstr "" #: lib/Block/account.php:91 msgid "Last Password Change" msgstr "" #: lib/Block/moon.php:84 lib/Block/moon.php:86 msgid "Last Quarter" msgstr "" #: admin/activesync.php:98 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "" #: lib/Block/metar.php:146 #, fuzzy msgid "Last Updated:" msgstr "ធ្វើ​ឲ្យ​ទាន់​សម័យ" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "" #: lib/Block/twitter_timeline.php:168 #, fuzzy msgid "Latest" msgstr "ឡេសូតូ" #: themes/lavander/info.php:2 #, fuzzy msgid "Lavender" msgstr "ប្រតិទិន" #: lib/Block/fortune.php:51 #, fuzzy msgid "Law" msgstr "ទាប" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "" #: lib/Block/weatherdotcom_strings.php:38 msgid "Light Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:39 #, fuzzy msgid "Light Rain" msgstr "ចូល" #: lib/Block/weatherdotcom_strings.php:40 msgid "Light Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:41 msgid "Light Rain Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:42 msgid "Light Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:43 msgid "Light Rain with Thunder" msgstr "" #: lib/Block/weatherdotcom_strings.php:44 msgid "Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:45 msgid "Light Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:46 msgid "Light Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:47 msgid "Light Snow Shower" msgstr "" #: services/facebook.php:105 #, fuzzy msgid "Like" msgstr "តំណ" #: lib/Block/fortune.php:52 #, fuzzy msgid "Limerick" msgstr "លីបេរីយ៉ា" #: lib/Block/fortune.php:53 msgid "Linux Cookie" msgstr "" #: admin/sqlshell.php:113 #, fuzzy msgid "List Tables" msgstr "បញ្ចូល​តារាង" #: admin/alarms.php:130 #, php-format msgid "Listing alarms failed: %s" msgstr "" #: admin/sessions.php:62 #, php-format msgid "Listing sessions failed: %s" msgstr "" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "" #: lib/Block/fortune.php:54 #, fuzzy msgid "Literature" msgstr "សីតុណ្ហភាព" #: lib/Block/weatherdotcom.php:215 #, fuzzy msgid "Local time: " msgstr "ទីតាំង" #: config/prefs.php.dist:313 msgid "Locale and Time" msgstr "" #: lib/Block/metar.php:64 lib/Block/sunrise.php:20 #: lib/Block/weatherdotcom.php:59 msgid "Location" msgstr "ទីតាំង" #: login.php:261 templates/login/login.inc:64 msgid "Log in" msgstr "ចូល" #: lib/Block/account.php:64 msgid "Login" msgstr "ចូល" #: login.php:286 msgid "Login failed because your username or password was entered incorrectly." msgstr "" #: login.php:282 #, fuzzy msgid "Login failed." msgstr "ការ​តភ្ជាប់​បាន​បរាជ័យ​ ។" #: templates/prefs/facebook.html:46 msgid "Login to Facebook and authorize " msgstr "" #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "" #: lib/Block/fortune.php:55 msgid "Love" msgstr "សេចក្តី​ស្រឡាញ់" #: lib/Block/weatherdotcom_strings.php:98 msgid "Low" msgstr "ទាប" #: themes/luc/info.php:2 msgid "Loyola" msgstr "" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/fortune.php:56 #, fuzzy msgid "Magic" msgstr "រឹម​ទំព័រ" #: config/registry.php.dist:85 msgid "Mail" msgstr "សំបុត្រ" #: config/registry.php.dist:403 msgid "Mail Admin" msgstr "" #: config/prefs.php.dist:441 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" #: config/prefs.php.dist:677 msgid "Manage your ActiveSync devices." msgstr "" #: templates/data/csvmap.inc:96 msgid "Matching fields:" msgstr "" #: lib/Block/metar.php:301 msgid "Max temp last 24 hours: " msgstr "" #: lib/Block/metar.php:293 msgid "Max temp last 6 hours: " msgstr "" #: lib/Application.php:38 msgid "Maximum Number of Portal Blocks" msgstr "" #: lib/Block/fb_stream.php:86 msgid "Maximum number of entries to display" msgstr "" #: lib/Block/fortune.php:57 msgid "Medicine" msgstr "" #: lib/Block/iframe.php:27 #, fuzzy msgid "Medium" msgstr "បែល​ហ្ស៊ិក" #: templates/admin/groups/edit.inc:17 msgid "Members" msgstr "សមាជិក" #: config/prefs.php.dist:548 msgid "Menu mode:" msgstr "" #: lib/Block/metar.php:5 msgid "Metar Weather" msgstr "" #: lib/Block/metar.php:42 #, fuzzy msgid "Metar block not available." msgstr "មិន​អាច​រក​សេវា​បាន" #: lib/Block/metar.php:110 msgid "" "Metar block not available. Details have been logged for the administrator." msgstr "" #: lib/Block/weatherdotcom.php:168 msgid "MetarDB is not connected." msgstr "" #: lib/Block/metar.php:74 lib/Block/weatherdotcom.php:69 #, fuzzy msgid "Metric" msgstr "ម៉ិចស៊ិក" #: lib/Block/metar.php:305 msgid "Min temp last 24 hours: " msgstr "" #: lib/Block/metar.php:297 msgid "Min temp last 6 hours: " msgstr "" #: lib/Block/fortune.php:58 msgid "Miscellaneous" msgstr "ផ្សេងៗ​" #: admin/config/index.php:135 msgid "" "Missing configuration. You must generate it before using this application." msgstr "" #: lib/Block/weatherdotcom_strings.php:48 msgid "Mist" msgstr "" #: lib/Block/weatherdotcom_strings.php:99 #, fuzzy msgid "Moderate" msgstr "ម៉ុងសេរ៉ា" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:57 #, php-format msgid "Modified sequence for %s" msgstr "" #: config/prefs.php.dist:430 #, fuzzy msgid "Monday" msgstr "ថ្ងៃ​នេះ" #: lib/Block/moon.php:3 lib/Block/moon.php:14 msgid "Moon Phases" msgstr "" #: lib/Block/weatherdotcom_strings.php:49 msgid "Mostly Clear" msgstr "" #: lib/Block/weatherdotcom_strings.php:50 msgid "Mostly Cloudy" msgstr "" #: lib/Block/weatherdotcom_strings.php:51 msgid "Mostly Cloudy and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:52 msgid "Mostly Sunny" msgstr "" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "" #: config/registry.php.dist:333 msgid "My Account" msgstr "" #: lib/Block/account.php:27 #, fuzzy msgid "My Account Information" msgstr "ព័ត៌មាន​អំពីគណនី" #: lib/Block/fb_stream.php:3 lib/Block/fb_stream.php:105 msgid "My Facebook Stream" msgstr "" #: services/portal/index.php:62 #, fuzzy msgid "My Portal" msgstr "ព័រទុយហ្គាល់" #: services/portal/edit.php:36 msgid "My Portal Layout" msgstr "" #: templates/logintasks/logintasks.html:35 msgid "NO, I Do NOT Agree" msgstr "" #: lib/Block/vatid.php:98 msgid "Name" msgstr "ឈ្មោះ" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "" #: templates/portal/layout.inc:97 config/prefs.php.dist:516 #: config/prefs.php.dist:556 msgid "Never" msgstr "កុំ" #: templates/prefs/category.html:3 #, fuzzy msgid "New Category" msgstr "នូវែលកាលេដូនី" #: services/facebook.php:65 #, fuzzy msgid "New Messages:" msgstr "សារ​ថ្មី​ទៅ %s" #: lib/Block/moon.php:44 lib/Block/moon.php:66 lib/Block/moon.php:172 msgid "New Moon" msgstr "" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "" #: services/changepassword.php:29 msgid "New password" msgstr "ពាក្យ​សម្ងាត់​ថ្មី" #: services/changepassword.php:40 #, fuzzy msgid "New passwords don't match." msgstr "ពាក្យ​សម្ងាត់​ថ្មី" #: lib/Block/fortune.php:59 config/registry.php.dist:288 msgid "News" msgstr "ព័ត៌មាន" #: templates/data/csvinfo.inc:25 templates/data/csvmap.inc:119 #: templates/data/datemap.inc:41 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "បន្ទាប់" #: lib/Block/moon.php:25 msgid "Next 4 Phases" msgstr "" #: lib/Block/weatherdotcom.php:382 msgid "Night" msgstr "យប់" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "" #: admin/config/diff.php:39 #, fuzzy msgid "No change." msgstr "ផ្លាស់​ប្តូរ" #: util/icon_browser.php:83 msgid "No icons found." msgstr "" #: lib/Block/metar.php:121 lib/Block/sunrise.php:38 #: lib/Block/weatherdotcom.php:133 msgid "No location is set." msgstr "" #: lib/Block/weatherdotcom.php:172 msgid "No location provided." msgstr "" #: lib/Block/fortune.php:101 msgid "No offensive fortunes" msgstr "" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "" #: admin/config/index.php:89 admin/config/index.php:121 msgid "No stable version exists yet." msgstr "" #: lib/Block/weatherdotcom.php:143 msgid "No temporary directory available for cache." msgstr "" #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "" #: admin/config/index.php:140 msgid "No version found in original configuration. Regenerate configuration." msgstr "" #: admin/config/index.php:148 msgid "No version found in your configuration. Regenerate configuration." msgstr "" #: lib/Prefs/Ui.php:411 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "គ្មាន" #: config/nls.php:181 #, fuzzy msgid "Nordic (ISO-8859-10)" msgstr "ទួរគី (ISO-8859-9)" #: lib/Block/moon.php:30 lib/Block/moon.php:58 msgid "Northern Hemisphere" msgstr "" #: admin/activesync.php:171 lib/Prefs/Ui.php:426 msgid "Not Provisioned" msgstr "" #: config/registry.php.dist:211 msgid "Notes" msgstr "ចំណាំ" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "" #: lib/Block/feed.php:18 #, fuzzy msgid "Number of articles to display" msgstr "ចំនួន​តួអក្សរ" #: lib/Block/twitter_timeline.php:91 msgid "Number of seconds to wait to refresh" msgstr "" #: services/keyboard.php:92 #, fuzzy msgid "O characters" msgstr "ចំនួន​តួអក្សរ" #: templates/shares/edit.inc:129 #, fuzzy msgid "Object Creator" msgstr "វត្ថុ" #: lib/Block/fortune.php:99 msgid "Offense filter" msgstr "" #: config/registry.php.dist:301 msgid "Office" msgstr "ការិយាល័យ" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "" #: services/changepassword.php:28 msgid "Old password" msgstr "ពាក្យ​សម្ងាត់​ចាស់" #: services/changepassword.php:38 #, fuzzy msgid "Old password is not correct." msgstr "ពាក្យ​សម្ងាត់​ចាស់" #: lib/Block/fortune.php:102 msgid "Only offensive fortunes" msgstr "" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" #: lib/Block/fortune.php:60 msgid "Operating System" msgstr "ប្រព័ន្ធ​ប្រតិបត្តិការ" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "" #: config/registry.php.dist:135 msgid "Organizing" msgstr "" #: services/keyboard.php:124 msgid "Other" msgstr "ផ្សេងៗ" #: config/prefs.php.dist:467 config/prefs.php.dist:582 #: config/prefs.php.dist:603 config/prefs.php.dist:624 #: config/prefs.php.dist:643 config/prefs.php.dist:663 #: config/prefs.php.dist:675 #, fuzzy msgid "Other Information" msgstr "ព័ត៌មាន" #: services/keyboard.php:122 #, fuzzy msgid "Other characters" msgstr "ចំនួន​តួអក្សរ" #: templates/shares/edit.inc:30 #, fuzzy msgid "Owner" msgstr "ផ្សេងៗ" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "" #: admin/phpshell.php:51 msgid "PHP" msgstr "" #: admin/phpshell.php:71 msgid "PHP Code" msgstr "" #: admin/phpshell.php:32 msgid "PHP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:54 msgid "PM Clouds" msgstr "" #: lib/Block/weatherdotcom_strings.php:55 msgid "PM Drizzle" msgstr "" #: lib/Block/weatherdotcom_strings.php:56 msgid "PM Fog" msgstr "" #: lib/Block/weatherdotcom_strings.php:57 msgid "PM Light Rain" msgstr "" #: lib/Block/weatherdotcom_strings.php:58 msgid "PM Light Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:59 #, fuzzy msgid "PM Rain" msgstr "រឹម​ទំព័រ" #: lib/Block/weatherdotcom_strings.php:60 msgid "PM Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:61 msgid "PM Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:62 msgid "PM Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:63 msgid "PM Sun" msgstr "" #: lib/Block/weatherdotcom_strings.php:64 msgid "PM T-Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:65 msgid "PM T-Storms" msgstr "" #: lib/Block/account.php:287 msgid "POSIX extension is missing" msgstr "" #: lib/Api.php:62 msgid "P_HP Shell" msgstr "" #: lib/Block/weatherdotcom_strings.php:53 msgid "Partly Cloudy" msgstr "" #: admin/config/index.php:192 admin/user.php:35 admin/user.php:49 login.php:81 #: templates/admin/user/update.inc:20 config/registry.php.dist:355 msgid "Password" msgstr "ពាក្យ​សម្ងាត់" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "" #: lib/Prefs/Ui.php:326 msgid "Password:" msgstr "ពាក្យ​សម្ងាត់ ៖" #: admin/user.php:168 admin/user.php:220 #, fuzzy msgid "Passwords must match." msgstr "អាសយដ្ឋាន​អ៊ីមែល​ត្រូវ​តែ​ដូចគ្នា ។" #: admin/sqlshell.php:100 msgid "Paste" msgstr "បិទភ្ជាប់" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "" #: lib/Block/fortune.php:61 msgid "People" msgstr "មនុស្ស" #: templates/logintasks/logintasks.html:30 #, fuzzy msgid "Perform Login Tasks" msgstr "ភារកិច្ច​ចូល" #: admin/perms/delete.php:42 #, fuzzy, php-format msgid "Permission \"%s\" not deleted." msgstr "សិទ្ធិ​ត្រូវ​បាន​បដិសេធ" #: admin/perms/index.php:23 msgid "Permissions" msgstr "សិទ្ធិ" #: admin/perms/addchild.php:51 admin/perms/delete.php:46 #: admin/perms/edit.php:110 admin/perms/index.php:17 #, fuzzy msgid "Permissions Administration" msgstr "ការ​គ្រប់គ្រង​អ្នក​ប្រើ" #: config/prefs.php.dist:213 msgid "Personal Information" msgstr "ព័ត៌មាន​ផ្ទាល់​ខ្លួន" #: lib/Block/fortune.php:62 #, fuzzy msgid "Pets" msgstr "គម្រោង" #: config/registry.php.dist:385 msgid "Photos" msgstr "" #: lib/Block/fortune.php:63 msgid "Platitudes" msgstr "" #: login.php:87 msgid "Please enter a password." msgstr "" #: login.php:86 msgid "Please enter a username." msgstr "" #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "" #: services/logintasks.php:73 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" #: services/facebook.php:67 msgid "Pokes:" msgstr "" #: admin/activesync.php:105 #, fuzzy msgid "Policy Key" msgstr "កូនសោ​សាធារណៈ" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "Policy Key:" msgstr "កូនសោ​សាធារណៈ" #: lib/Block/fortune.php:64 msgid "Politics" msgstr "" #: services/facebook.php:101 #, php-format msgid "Posted %s" msgstr "" #: templates/block/twitter_tweet.html.php:26 #, fuzzy, php-format msgid "Posted %s via %s" msgstr "%d %s និង %s" #: themes/postnuke/info.php:2 #, fuzzy msgid "Postnuke" msgstr "បន្ត" #: lib/Block/metar.php:261 lib/Block/metar.php:266 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "" msgstr[1] "" #: lib/Block/weatherdotcom.php:301 msgid "Precipitation
chance" msgstr "" #: lib/Block/metar.php:220 msgid "Pressure" msgstr "សម្ពាធ" #: lib/Block/metar.php:254 msgid "Pressure at sea level: " msgstr "" #: lib/Block/weatherdotcom.php:239 #, fuzzy msgid "Pressure: " msgstr "សម្ពាធ" #: services/problem.php:145 #, fuzzy msgid "Problem Description" msgstr "ការពិពណ៌នា" #: admin/activesync.php:171 lib/Prefs/Ui.php:425 #, fuzzy msgid "Provisioned" msgstr "សិទ្ធិ" #: templates/prefs/facebook.html:21 msgid "Publish enabled." msgstr "" #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "" #: admin/sqlshell.php:50 msgid "Query" msgstr "សំណួរ​" #: lib/Block/account.php:83 msgid "Quota" msgstr "កូតា" #: lib/Block/weatherdotcom_strings.php:66 #, fuzzy msgid "Rain" msgstr "អេស៉្បាញ" #: lib/Block/weatherdotcom_strings.php:67 msgid "Rain Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:68 #, fuzzy msgid "Rain Late" msgstr "សង់លូស៊ីយ៉ា" #: lib/Block/weatherdotcom_strings.php:69 msgid "Rain Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:70 msgid "Rain and Snow" msgstr "" #: lib/Block/weatherdotcom_strings.php:71 msgid "Rain to Snow" msgstr "" #: lib/Block/fortune.php:6 msgid "Random Fortune" msgstr "" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "អាន" #: templates/prefs/facebook.html:33 msgid "Read enabled" msgstr "" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "" #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" #: config/prefs.php.dist:562 msgid "Refresh Dynamic Menu Elements:" msgstr "" #: config/prefs.php.dist:523 #, fuzzy msgid "Refresh Portal View:" msgstr "អត្រា​ធ្វើ​ឲ្យ​ស្រស់ ៖" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "អត្រា​ធ្វើ​ឲ្យ​ស្រស់ ៖" #: admin/activesync.php:134 msgid "Registered User Devices" msgstr "" #: lib/Block/metar.php:321 msgid "Remarks" msgstr "កំណត់​សម្គាល់" #: admin/sessions.php:39 admin/sessions.php:50 msgid "Remote Host:" msgstr "" #: config/prefs.php.dist:583 #, fuzzy msgid "Remote Servers" msgstr "យក​ចេញ" #: lib/Prefs/Ui.php:324 msgid "Remote URL (http://www.example.com/horde):" msgstr "" #: admin/activesync.php:185 templates/admin/groups/edit.inc:23 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "យក​ចេញ" #: templates/data/csvmap.inc:118 #, fuzzy msgid "Remove pair" msgstr "យក​ចេញ" #: admin/config/index.php:211 msgid "Remove saved script from server's temporary directory." msgstr "" #: templates/admin/user/remove.inc:11 #, fuzzy msgid "Remove user" msgstr "យក​ចេញ" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "" #: templates/block/twitter_tweet.html.php:34 #, fuzzy msgid "Reply" msgstr "នេប៉ាល់" #: admin/activesync.php:138 msgid "Reprovision All Devices" msgstr "" #: lib/Block/weatherdotcom.php:160 msgid "Requested service could not be found." msgstr "" #: admin/user.php:22 templates/admin/user/update.inc:54 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "កំណត់​ឡើង​វិញ" #: services/resetpassword.php:45 #, fuzzy msgid "Reset Password" msgstr "ពាក្យ​សម្ងាត់" #: services/resetpassword.php:23 msgid "Reset Your Password" msgstr "" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" #: admin/sqlshell.php:111 msgid "Restore Last Query" msgstr "" #: admin/cmdshell.php:23 admin/phpshell.php:74 admin/sqlshell.php:53 msgid "Results" msgstr "លទ្ធ​ផល" #: services/portal/cloud_search.php:30 #, fuzzy, php-format msgid "Results for %s" msgstr "លទ្ធ​ផល" #: templates/prefs/end.html:7 #, fuzzy msgid "Return to Main Screen" msgstr "ត្រឡប់​ទៅ​ជម្រើស" #: templates/block/twitter_tweet.html.php:35 #, fuzzy msgid "Retweet" msgstr "កំណត់​ឡើង​វិញ" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "" #: services/changepassword.php:30 #, fuzzy msgid "Retype new password" msgstr "ពាក្យ​សម្ងាត់​ថ្មី" #: admin/config/config.php:33 admin/config/config.php:37 #, fuzzy msgid "Revert Configuration" msgstr "កំហុស​ការ​កំណត់​រចនាសម្ព័ន្ធ" #: lib/Block/fortune.php:65 #, fuzzy msgid "Riddles" msgstr "កណ្តាល" #: admin/sqlshell.php:101 msgid "Run" msgstr "រត់​" #: admin/sqlshell.php:14 msgid "SQL Shell" msgstr "" #: config/registry.php.dist:363 msgid "SSH" msgstr "SSH" #: lib/Api.php:67 msgid "S_QL Shell" msgstr "" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "រក្សា​​ទុក​​" #: templates/admin/groups/edit.inc:63 templates/shares/edit.inc:330 #, fuzzy, php-format msgid "Save \"%s\"" msgstr "រក្សា​​ទុក​​" #: templates/shares/edit.inc:331 #, fuzzy msgid "Save and Finish" msgstr "Sao Tome and Principe" #: admin/config/index.php:183 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "" #: lib/Block/weatherdotcom_strings.php:72 msgid "Scattered Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:73 msgid "Scattered T-Storms" msgstr "" #: lib/Block/fortune.php:66 msgid "Science" msgstr "" #: services/help/index.php:71 #, fuzzy msgid "Sea_rch" msgstr "ស្វែងរក" #: services/help/index.php:134 templates/admin/user/list.inc:16 msgid "Search" msgstr "ស្វែងរក" #: templates/admin/user/list.inc:14 #, fuzzy msgid "Search:" msgstr "ស្វែងរក" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "" #: templates/shares/edit.inc:38 #, fuzzy msgid "Select a new owner:" msgstr "ជ្រើស​គ្មាន" #: templates/prefs/rpc.html:4 #, fuzzy msgid "Select a server" msgstr "ជ្រើស​កាលបរិច្ឆេទ" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "" #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "" #: templates/data/date.inc:34 templates/data/datetime.inc:76 #, fuzzy msgid "Select the date delimiter:" msgstr "ជ្រើស​កាលបរិច្ឆេទ" #: templates/data/date.inc:44 templates/data/datetime.inc:86 #, fuzzy msgid "Select the date format:" msgstr "ជ្រើស​កាលបរិច្ឆេទ" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "" #: config/prefs.php.dist:509 msgid "Select your color scheme." msgstr "" #: config/prefs.php.dist:328 msgid "Select your preferred language:" msgstr "" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "" #: lib/Block/metar.php:311 msgid "Sensor: " msgstr "" #: templates/prefs/syncml.html:12 #, fuzzy msgid "Server Time" msgstr "ពេល​វេលា​បច្ចុប្បន្ន" #: lib/Block/weatherdotcom.php:164 msgid "Server data wrong or not available." msgstr "" #: admin/sessions.php:14 #, fuzzy msgid "Session Admin" msgstr "សម័យ" #: admin/sessions.php:37 #, fuzzy msgid "Session Timestamp:" msgstr "សម័យ" #: lib/Api.php:57 msgid "Sessions" msgstr "សម័យ" #: config/prefs.php.dist:277 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" #: config/prefs.php.dist:605 msgid "Set up integration with your Facebook account." msgstr "" #: config/prefs.php.dist:626 msgid "Set up integration with your Twitter account." msgstr "" #: config/prefs.php.dist:584 msgid "Set up remote servers that you want to access from your portal." msgstr "" #: config/prefs.php.dist:314 msgid "Set your preferred language, timezone and date preferences." msgstr "" #: config/prefs.php.dist:469 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" #: lib/Block/weatherdotcom.php:190 msgid "Several locations possible with the parameter: " msgstr "" #: templates/problem/problem.inc:38 #, fuzzy msgid "Short Summary" msgstr "សង្ខេប" #: config/prefs.php.dist:570 msgid "Should access keys be defined for most links?" msgstr "" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "បង្ហាញ" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "" #: admin/config/index.php:173 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" #: lib/Block/feed.php:24 msgid "Show extra detail?" msgstr "" #: config/prefs.php.dist:491 msgid "Show last login time when logging in?" msgstr "" #: lib/Block/fb_stream.php:89 msgid "Show notifications" msgstr "" #: config/prefs.php.dist:530 #, php-format msgid "Show the %s Menu on the left?" msgstr "" #: lib/Block/weatherdotcom_strings.php:74 #, fuzzy msgid "Showers" msgstr "បង្ហាញ" #: lib/Block/weatherdotcom_strings.php:75 msgid "Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:76 msgid "Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:77 msgid "Showers in the Vicinity" msgstr "" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "" #: templates/logintasks/logintasks.html:31 #, fuzzy msgid "Skip Login Tasks" msgstr "ភារកិច្ច​ចូល" #: lib/Block/iframe.php:26 #, fuzzy msgid "Small" msgstr "សូម៉ាលី" #: lib/Block/weatherdotcom_strings.php:78 #, fuzzy msgid "Snow" msgstr "បង្ហាញ" #: lib/Block/weatherdotcom_strings.php:79 msgid "Snow Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:80 msgid "Snow Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:81 msgid "Snow Shower" msgstr "" #: lib/Block/weatherdotcom_strings.php:82 msgid "Snow Showers" msgstr "" #: lib/Block/weatherdotcom_strings.php:83 msgid "Snow Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:84 msgid "Snow Showers Late" msgstr "" #: lib/Block/metar.php:273 msgid "Snow depth: " msgstr "" #: lib/Block/metar.php:277 msgid "Snow equivalent in water: " msgstr "" #: lib/Block/fortune.php:67 msgid "Songs & Poems" msgstr "" #: config/nls.php:182 #, fuzzy msgid "South European (ISO-8859-3)" msgstr "ក្រិក (ISO-8859-7)" #: lib/Block/moon.php:31 lib/Block/moon.php:60 msgid "Southern Hemisphere" msgstr "" #: config/registry.php.dist:102 msgid "Spam" msgstr "សារ​ឥត​បាន​ការ" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "" #: lib/Block/fortune.php:68 #, fuzzy msgid "Sports" msgstr "គាំទ្រ" #: lib/Block/metar.php:73 lib/Block/weatherdotcom.php:68 msgid "Standard" msgstr "ខ្នាត​គំរូ" #: lib/Block/fortune.php:69 msgid "Star Trek" msgstr "" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "" #: admin/activesync.php:112 templates/admin/config/index.html:17 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "ស្ថានភាព" #: services/facebook.php:144 msgid "Status unable to be set." msgstr "" #: util/icon_browser.php:40 #, fuzzy, php-format msgid "Subdirectory \"%s\" not found." msgstr "រក​មិន​ឃើញ​ធាតុ​បញ្ចូល" #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" #: services/facebook.php:38 msgid "Succesfully connected your Facebook account." msgstr "" #: admin/sqlshell.php:88 msgid "Success" msgstr "ជោគជ័យ" #: admin/signup_confirm.php:85 admin/user.php:100 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "" #: admin/user.php:138 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "" #: admin/groups.php:78 admin/perms/delete.php:36 #, php-format msgid "Successfully deleted \"%s\"." msgstr "" #: admin/user.php:118 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "" #: admin/config/config.php:40 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" #: admin/config/index.php:39 msgid "Successfully saved backup configuration." msgstr "" #: admin/config/config.php:51 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "" #: admin/user.php:184 #, php-format msgid "Successfully updated \"%s\"" msgstr "" #: admin/config/config.php:60 admin/config/index.php:47 #, php-format msgid "Successfully wrote %s" msgstr "" #: lib/Block/sunrise.php:63 msgid "Sun Rise" msgstr "" #: lib/Block/sunrise.php:66 #, fuzzy msgid "Sun Set" msgstr "កំណត់" #: config/prefs.php.dist:429 #, fuzzy msgid "Sunday" msgstr "ស៊ូដង់" #: lib/Block/weatherdotcom_strings.php:85 #, fuzzy msgid "Sunny" msgstr "ស៊ូដង់" #: lib/Block/weatherdotcom.php:220 #, fuzzy msgid "Sunrise" msgstr "ស៊ូរីណាមី" #: lib/Block/sunrise.php:3 lib/Block/sunrise.php:14 msgid "Sunrise/Sunset" msgstr "" #: lib/Block/weatherdotcom.php:219 msgid "Sunrise: " msgstr "" #: lib/Block/weatherdotcom.php:223 #, fuzzy msgid "Sunset" msgstr "កំណត់" #: lib/Block/weatherdotcom.php:222 msgid "Sunset: " msgstr "" #: config/prefs.php.dist:664 msgid "SyncML" msgstr "" #: lib/Block/feed.php:3 msgid "Syndicated Feed" msgstr "" #: lib/Block/weatherdotcom_strings.php:86 #, fuzzy msgid "T-Showers" msgstr "បង្ហាញ" #: lib/Block/weatherdotcom_strings.php:87 msgid "T-Showers Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:88 msgid "T-Showers Late" msgstr "" #: lib/Block/weatherdotcom_strings.php:89 msgid "T-Storm" msgstr "" #: lib/Block/weatherdotcom_strings.php:90 msgid "T-Storm and Windy" msgstr "" #: lib/Block/weatherdotcom_strings.php:91 #, fuzzy msgid "T-Storms" msgstr "សំណុំ​​បែបបទ" #: lib/Block/weatherdotcom_strings.php:92 msgid "T-Storms Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:93 msgid "T-Storms Late" msgstr "" #: lib/Block/cloud.php:3 lib/Block/cloud.php:23 msgid "Tag Cloud" msgstr "" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "" #: config/registry.php.dist:184 msgid "Tasks" msgstr "ភារកិច្ច" #: themes/gennevilliers/info.php:12 #, fuzzy msgid "Teal" msgstr "នេប៉ាល់" #: lib/Block/metar.php:285 msgid "Temp for last hour: " msgstr "" #: lib/Block/metar.php:209 msgid "Temperature" msgstr "សីតុណ្ហភាព" #: lib/Block/weatherdotcom.php:227 #, fuzzy msgid "Temperature: " msgstr "សីតុណ្ហភាព" #: lib/Block/weatherdotcom.php:296 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "" #: lib/Prefs/Ui.php:518 services/facebook.php:31 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" #: lib/Block/twitter_timeline.php:122 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" #: services/keyboard.php:148 #, fuzzy msgid "Text Area" msgstr "អត្ថបទ" #: config/prefs.php.dist:544 msgid "Text Only" msgstr "តែអត្ថបទ" #: config/nls.php:183 msgid "Thai (TIS-620)" msgstr "" #: lib/Prefs/Ui.php:747 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "" #: admin/alarms.php:81 msgid "The alarm has been deleted." msgstr "" #: admin/alarms.php:70 msgid "The alarm has been saved." msgstr "" #: config/prefs.php.dist:246 msgid "The default e-mail address to use with this identity:" msgstr "" #: lib/Block/vatid.php:76 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" #: lib/Block/vatid.php:73 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" #: lib/Block/vatid.php:67 msgid "The provided country code is invalid." msgstr "" #: lib/Prefs/Ui.php:681 #, php-format msgid "The server \"%s\" has been deleted." msgstr "" #: lib/Prefs/Ui.php:676 #, php-format msgid "The server \"%s\" has been saved." msgstr "" #: lib/Block/vatid.php:70 msgid "The service is currently not available. Try again later." msgstr "" #: lib/Block/vatid.php:79 msgid "The service is currently too busy. Try again later." msgstr "" #: admin/user.php:209 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "" #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "" #: lib/LoginTasks/Task/TestScriptActive.php:38 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" #: admin/signup_confirm.php:60 admin/user.php:72 #, php-format msgid "The user \"%s\" already exists." msgstr "" #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "" #: lib/Block/weatherdotcom.php:51 lib/Block/weatherdotcom.php:106 msgid "The weather.com block is not available." msgstr "" #: lib/Prefs/Ui.php:46 msgid "Theme directory can't be opened" msgstr "" #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "" #: admin/signup_confirm.php:74 admin/user.php:84 signup.php:38 signup.php:59 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "" #: admin/user.php:140 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" #: admin/user.php:120 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "" #: admin/user.php:173 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "" #: lib/Block/twitter_timeline.php:110 lib/Block/twitter_timeline.php:126 #, fuzzy, php-format msgid "There was an error contacting Twitter: %s" msgstr "មាន​កំហុស​មួយ ក្នុង​ការ​បង្ហាញ​ផ្នែក​របស់​សារ​នេះ" #: admin/config/config.php:70 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" #: lib/Block/fb_stream.php:158 lib/Block/fb_stream.php:183 #: services/facebook.php:54 services/facebook.php:71 #, fuzzy, php-format msgid "There was an error making the request: %s" msgstr "មាន​កំហុស​មួយ ក្នុង​ការ​បង្ហាញ​ផ្នែក​របស់​សារ​នេះ" #: lib/Api.php:284 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" #: lib/Block/vatid.php:89 msgid "This VAT identification number is invalid." msgstr "" #: lib/Block/vatid.php:86 msgid "This VAT identification number is valid." msgstr "" #: lib/Block/weatherdotcom_strings.php:94 msgid "Thunder" msgstr "" #: config/registry.php.dist:260 msgid "Tickets" msgstr "" #: config/registry.php.dist:308 msgid "Time Tracking" msgstr "" #: lib/Block/time.php:23 msgid "Time format" msgstr "ទ្រង់​ទ្រាយ​​​​ពេល​​វេលា​" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 #, fuzzy msgid "Timestamp or unknown" msgstr "មិន​ស្គាល់​ឈ្មោះ​ម៉ាស៊ីន" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "" #: lib/Block/iframe.php:22 msgid "Title" msgstr "ចំណង​ជើង" #: templates/data/csvmap.inc:95 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" #: lib/Block/weatherdotcom.php:313 msgid "Today" msgstr "ថ្ងៃ​នេះ" #: lib/Block/weatherdotcom.php:315 #, fuzzy msgid "Tomorrow" msgstr " (ថ្ងៃ​ស្អែក)" #: lib/Block/fortune.php:70 msgid "Translations" msgstr "" #: config/nls.php:184 msgid "Turkish (ISO-8859-9)" msgstr "ទួរគី (ISO-8859-9)" #: lib/Block/twitter_timeline.php:166 #, fuzzy msgid "Tweet" msgstr "អត្ថបទ" #: config/prefs.php.dist:625 msgid "Twitter Integration" msgstr "" #: lib/Block/twitter_timeline.php:23 lib/Block/twitter_timeline.php:64 #: lib/Block/twitter_timeline.php:74 lib/Block/twitter_timeline.php:78 #, php-format msgid "Twitter Timeline" msgstr "" #: lib/Block/twitter_timeline.php:70 #, php-format msgid "Twitter Timeline for %s" msgstr "" #: services/keyboard.php:108 #, fuzzy msgid "U characters" msgstr "ចំនួន​តួអក្សរ" #: lib/Block/weatherdotcom.php:273 msgid "U.V. index: " msgstr "" #: lib/Block/iframe.php:19 msgid "URL" msgstr "URL" #: services/twitter.php:64 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" #: admin/groups.php:82 admin/perms/delete.php:39 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "" #: scripts/upgrades/2008-08-29_fix_mdb2_sequences.php:55 #, php-format msgid "Unable to modify the sequence for %s: %s" msgstr "" #: services/facebook.php:175 msgid "Unable to set like." msgstr "" #: templates/prefs/end.html:4 #, fuzzy msgid "Undo Changes" msgstr "ផ្លាស់​ប្តូរ" #: lib/Prefs/Ui.php:266 msgid "Unfiled" msgstr "មិន​បាន​រៀបចំ" #: config/nls.php:185 msgid "Unicode (UTF-8)" msgstr "យូនីកូដ (UTF-8)" #: lib/Block/metar.php:70 lib/Block/weatherdotcom.php:64 msgid "Units" msgstr "ឯកតា" #: lib/Block/weatherdotcom.php:162 msgid "Unknown location provided." msgstr "" #: lib/Block/fb_stream.php:179 templates/admin/user/list.inc:36 msgid "Update" msgstr "ធ្វើ​ឲ្យ​ទាន់​សម័យ" #: templates/admin/user/update.inc:6 #, fuzzy, php-format msgid "Update %s" msgstr "ធ្វើ​ឲ្យ​ទាន់​សម័យ" #: templates/admin/user/update.inc:53 #, fuzzy msgid "Update user" msgstr "ធ្វើ​ឲ្យ​ទាន់​សម័យ" #: admin/groups.php:144 admin/perms/edit.php:104 services/shares/edit.php:249 #, fuzzy, php-format msgid "Updated \"%s\"." msgstr "ធ្វើ​ឲ្យ​ទាន់​សម័យ" #: admin/config/index.php:190 msgid "Upload" msgstr "ផ្ទុក​ឡើង" #: admin/config/index.php:198 msgid "Uploaded all application configuration files to the server." msgstr "" #: config/prefs.php.dist:645 msgid "Use if name/password is different for IMSP server." msgstr "" #: templates/admin/groups/edit.inc:22 templates/admin/groups/edit.inc:60 msgid "User" msgstr "អ្នក​ប្រើ" #: admin/user.php:224 msgid "User Administration" msgstr "ការ​គ្រប់គ្រង​អ្នក​ប្រើ" #: lib/Prefs/Ui.php:432 #, fuzzy msgid "User Agent:" msgstr "ឈ្មោះ​អ្នក​ប្រើ ៖" #: signup.php:67 #, fuzzy msgid "User Registration" msgstr "ការ​គ្រប់គ្រង​អ្នក​ប្រើ" #: admin/signup_confirm.php:18 signup.php:19 msgid "User Registration has been disabled for this site." msgstr "" #: admin/signup_confirm.php:25 signup.php:27 msgid "User Registration is not properly configured for this site." msgstr "" #: lib/Block/account.php:561 #, fuzzy msgid "User account not found" msgstr "រក​មិន​ឃើញ​ធាតុ​បញ្ចូល" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "" #: admin/config/index.php:191 admin/user.php:32 admin/user.php:48 login.php:76 #: services/resetpassword.php:29 templates/admin/user/approve.inc:22 msgid "Username" msgstr "ឈ្មោះ​អ្នក​ប្រើ" #: lib/Prefs/Ui.php:325 msgid "Username:" msgstr "ឈ្មោះ​អ្នក​ប្រើ ៖" #: templates/admin/groups/edit.inc:53 #, fuzzy msgid "Users" msgstr "អ្នក​ប្រើ" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "" #: lib/Block/vatid.php:19 msgid "VAT id number verification" msgstr "" #: lib/Block/vatid.php:42 msgid "VAT identification number:" msgstr "" #: lib/Block/vatid.php:93 #, fuzzy msgid "VAT number" msgstr "លេខ" #: config/registry.php.dist:122 #, fuzzy msgid "Vacation" msgstr "ទីតាំង" #: lib/Block/weatherdotcom.php:248 msgid "Variable" msgstr "អថេរ" #: config/registry.php.dist:246 msgid "Version Control" msgstr "ការ​ត្រួត​ពិនិត្យ​កំណែ" #: lib/Block/weatherdotcom_strings.php:101 #, fuzzy msgid "Very High" msgstr "ខ្ពស់" #: config/nls.php:186 msgid "Vietnamese (VISCII)" msgstr "" #: lib/Block/iframe.php:3 msgid "View an external web page" msgstr "" #: lib/Block/metar.php:204 msgid "Visibility" msgstr "" #: lib/Block/weatherdotcom.php:267 msgid "Visibility: " msgstr "" #: lib/Block/account.php:98 msgid "Warning" msgstr "ព្រមាន" #: lib/Block/weatherdotcom.php:32 msgid "Weather Forecast" msgstr "" #: lib/Block/weatherdotcom.php:429 msgid "Weather data provided by" msgstr "" #: config/registry.php.dist:369 msgid "Web Site" msgstr "តំបន់បណ្តាញ" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "សូម​ស្វាគមន៍" #: templates/login/login.inc:5 templates/login/mobile.inc:1 #, php-format msgid "Welcome to %s" msgstr "សូម​ស្វាគមន៍​មក​កាន់ %s" #: templates/portal/mobile.inc:1 #, fuzzy, php-format msgid "Welcome, %s" msgstr "សូម​ស្វាគមន៍​មក​កាន់ %s" #: config/nls.php:187 #, fuzzy msgid "Western (ISO-8859-1)" msgstr "ក្រិក (ISO-8859-7)" #: config/nls.php:188 #, fuzzy msgid "Western (ISO-8859-15)" msgstr "ក្រិក (ISO-8859-7)" #: config/prefs.php.dist:483 #, php-format msgid "What application should %s display after login?" msgstr "" #: lib/Block/twitter_timeline.php:131 msgid "What are you working on now?" msgstr "" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "" #: templates/data/csvinfo.inc:17 msgid "What is the quote character?" msgstr "" #: lib/Block/fb_stream.php:165 msgid "What's on your mind?" msgstr "" #: config/prefs.php.dist:427 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" #: lib/Block/moon.php:21 msgid "Which phases" msgstr "" #: config/prefs.php.dist:536 #, php-format msgid "Width of the %s menu on the left:" msgstr "" #: config/registry.php.dist:394 msgid "Wiki" msgstr "" #: lib/Block/weatherdotcom.php:303 lib/Block/weatherdotcom_strings.php:95 #, fuzzy msgid "Wind" msgstr "ទទឹង​" #: lib/Block/weatherdotcom_strings.php:96 msgid "Wind Early" msgstr "" #: lib/Block/weatherdotcom_strings.php:97 msgid "Wind Late" msgstr "" #: lib/Block/metar.php:79 msgid "Wind speed in knots" msgstr "" #: lib/Block/metar.php:151 #, fuzzy msgid "Wind:" msgstr "ទទឹង ៖" #: lib/Block/weatherdotcom.php:246 #, fuzzy msgid "Wind: " msgstr "ទទឹង ៖" #: lib/Block/account.php:634 #, fuzzy msgid "Windows" msgstr "បិទ​បង្អួច" #: admin/activesync.php:181 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "" #: admin/activesync.php:162 lib/Prefs/Ui.php:415 msgid "Wipe is pending" msgstr "" #: lib/Block/fortune.php:71 msgid "Wisdom" msgstr "" #: lib/Block/fortune.php:72 msgid "Work" msgstr "" #: config/registry.php.dist:275 msgid "X-Ref" msgstr "" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html:34 msgid "Yes, I Agree" msgstr "" #: services/facebook.php:110 services/facebook.php:169 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "" msgstr[1] "" #: lib/Api.php:301 msgid "You are not allowed to add groups." msgstr "" #: lib/Api.php:476 msgid "You are not allowed to add shares." msgstr "" #: lib/Api.php:350 lib/Api.php:373 lib/Api.php:399 lib/Api.php:422 msgid "You are not allowed to change groups." msgstr "" #: lib/Api.php:561 lib/Api.php:598 lib/Api.php:640 lib/Api.php:667 msgid "You are not allowed to change shares." msgstr "" #: lib/Api.php:327 msgid "You are not allowed to delete groups." msgstr "" #: lib/Api.php:505 msgid "You are not allowed to delete shares." msgstr "" #: lib/Api.php:820 msgid "You are not allowed to list groups of shares." msgstr "" #: lib/Api.php:702 lib/Api.php:744 msgid "You are not allowed to list share permissions." msgstr "" #: lib/Api.php:532 msgid "You are not allowed to list shares." msgstr "" #: lib/Api.php:448 msgid "You are not allowed to list users of groups." msgstr "" #: lib/Api.php:786 msgid "You are not allowed to list users of shares." msgstr "" #: lib/Api.php:216 msgid "You are not allowed to remove user data." msgstr "" #: lib/Block/fb_stream.php:159 lib/Block/fb_stream.php:184 #: services/facebook.php:55 services/facebook.php:72 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "" #: lib/LoginTasks/Task/TosAgreement.php:54 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" #: login.php:278 msgid "You have been logged out." msgstr "" #: lib/Block/fb_stream.php:124 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" #: lib/Block/twitter_timeline.php:182 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" #: services/facebook.php:112 services/facebook.php:163 #: services/facebook.php:171 msgid "You like this" msgstr "" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "" #: lib/Prefs/Ui.php:679 msgid "You must select an server to be deleted." msgstr "" #: admin/user.php:134 msgid "You must specify a username to clear out." msgstr "" #: admin/user.php:114 msgid "You must specify a username to remove." msgstr "" #: admin/user.php:70 msgid "You must specify the username to add." msgstr "" #: admin/user.php:164 msgid "You must specify the username to update." msgstr "" #: templates/problem/problem.inc:34 #, fuzzy msgid "Your Email Address" msgstr "អាសយដ្ឋាន​អ៊ីមែល" #: config/prefs.php.dist:212 config/prefs.php.dist:275 #: config/prefs.php.dist:312 config/prefs.php.dist:439 #, fuzzy msgid "Your Information" msgstr "ព័ត៌មាន" #: login.php:270 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "ឈ្មោះ​របស់អ្នក" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" #: login.php:274 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" #: lib/Block/iframe.php:58 msgid "Your browser does not support this feature." msgstr "" #: config/prefs.php.dist:337 msgid "Your current time zone:" msgstr "" #: config/prefs.php.dist:236 #, fuzzy msgid "Your full name:" msgstr "ឈ្មោះ​របស់អ្នក" #: login.php:290 msgid "Your login has expired." msgstr "" #: services/resetpassword.php:74 #, php-format msgid "Your new password for %s is: %s" msgstr "" #: services/resetpassword.php:73 msgid "Your password has been reset" msgstr "" #: services/resetpassword.php:87 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" #: services/resetpassword.php:82 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" #: lib/Block/account.php:689 lib/Block/account.php:704 msgid "Your password has expired" msgstr "" #: login.php:178 msgid "Your password has expired." msgstr "" #: lib/Prefs/Ui.php:322 msgid "Your remote servers:" msgstr "" #: login.php:266 msgid "Your session has expired. Please login again." msgstr "" #: lib/Block/fortune.php:73 msgid "Zippy" msgstr "" #: services/problem.php:107 msgid "[Problem Report]" msgstr "" #: admin/sessions.php:39 #, fuzzy msgid "[Unknown]" msgstr "មិន​ស្គាល់" #: lib/Api.php:47 #, fuzzy msgid "_Alarms" msgstr "ឈ្មោះ​ក្លែងក្លាយ" #: lib/Api.php:72 msgid "_CLI" msgstr "" #: lib/Api.php:27 #, fuzzy msgid "_Configuration" msgstr "កំហុស​ការ​កំណត់​រចនាសម្ព័ន្ធ" #: lib/Api.php:52 #, fuzzy msgid "_DataTree" msgstr "កាល​​បរិចេ្ឆទ" #: lib/Api.php:37 #, fuzzy msgid "_Groups" msgstr "ក្រុម" #: lib/Api.php:42 #, fuzzy msgid "_Permissions" msgstr "សិទ្ធិ" #: lib/Api.php:32 #, fuzzy msgid "_Users" msgstr "អ្នក​ប្រើ" #: services/problem.php:56 msgid "attachment" msgstr "" #: lib/Block/metar.php:167 lib/Block/metar.php:353 #, php-format msgid "calm" msgstr "" #: lib/Block/weatherdotcom_strings.php:102 msgid "falling" msgstr "" #: lib/Block/metar.php:169 lib/Block/metar.php:355 lib/Block/metar.php:381 #, php-format msgid "from the %s (%s) at %s %s" msgstr "" #: lib/Block/weatherdotcom.php:254 #, fuzzy msgid "gusting" msgstr "សីហា" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "inline" msgstr "គូស​បន្ទាត់​ក្រោម" #: lib/Block/fb_stream.php:124 lib/Block/fb_stream.php:159 #: lib/Block/fb_stream.php:184 lib/Block/twitter_timeline.php:182 #: services/facebook.php:55 services/facebook.php:72 msgid "preferences" msgstr "" #: lib/Block/weatherdotcom_strings.php:104 #, fuzzy msgid "rising" msgstr "សិទ្ធិ" #: admin/config/config.php:80 msgid "show differences" msgstr "" #: lib/Block/weatherdotcom_strings.php:103 #, fuzzy msgid "steady" msgstr "អាន" #: admin/user.php:35 admin/user.php:49 msgid "type the password twice to confirm" msgstr "" #: admin/config/diff.php:51 admin/config/diff.php:63 #, fuzzy msgid "unified" msgstr "មិន​បាន​រៀបចំ" #: lib/Block/weatherdotcom.php:6 msgid "weather.com" msgstr "" tmpIMUtxu/horde-5.2.17/locale/km/LC_MESSAGES/horde.mo0000644000175000017500000002054113160205253021565 0ustar mathieumathieuT` a n }           ! ( / 5 A N V ` j u ~             ( . ? P ` p }            "+28=ADI Q_d jw|     &.5;CGKPW`ejsz    '0@HQ Yg jOt22 =0Q6-B/r$$ $B!Rt! &<9!v-'  $Q=0/58)n9$)9U\y! ( DQ d n-x  6 CY oy6B/'B,j<) < IAS'' $D Zg*z (KA' &63jE-2 I BV  ! $ ? 3!*6!6*L1qu 3d] lIpf0n}Jach$vR4YiKe'o[C9P!-A|\#>g+z:F@r8GH{?7^W %=BO2yMQ DZ.Xtx<)s_(Um"j/ kb`;5&NTS,~ EVw%d %s and %s12 Hour Format24 Hour Format24 hoursAccount InformationAddAdd userAddressAddress BookAllAlternate email addressApplicationArabic (Windows-1256)BookmarksBothCalendarCancelChangeClearClear QueryClose WindowCommandComputersConditionConditionsContinueCountryCreateCurrent TimeCyrillic (KOI8-R)Cyrillic (Windows-1251)DDDateDayDefaultDeleteDevelopmentDon't have an account? Sign up.EditEducationEmail AddressErrorEvery 15 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery minuteExecuteExpandFiltersFull NameGoGreek (ISO-8859-7)GroupsHeightHelpHighHome DirectoryIcons OnlyInformationJapanese (ISO-2022-JP)Korean (EUC-KR)LanguageLocationLog inLoginLoveLowMMMailMembersMiscellaneousNameNeverNew passwordNewsNextNightNoneNotesOfficeOld passwordOperating SystemOtherPasswordPassword:PastePeoplePermissionsPersonal InformationPressureQueryQuotaReadRefresh rate:RemarksRemoveResetResultsRunSSHSaveSearchSessionsShowSpamStandardStatusSuccessTasksTemperatureText OnlyTime formatTitleTodayTurkish (ISO-8859-9)URLUnfiledUnicode (UTF-8)UnitsUpdateUploadUserUser AdministrationUsernameUsername:VariableVersion ControlWarningWeb SiteWelcomeWelcome to %sYYYour NameProject-Id-Version: IMP Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2010-10-13 02:42+0200 PO-Revision-Date: 2005-06-15 11:53+0700 Last-Translator: Leang Chumsoben Language-Team: Khmer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %d %s និង %sទ្រង់ទ្រាយ ១២ ម៉ោងទ្រង់ទ្រាយ ២៤ ម៉ោង២៤ ម៉ោងព័ត៌មាន​អំពីគណនីបន្ថែមបន្ថែម​​​អ្នក​ប្រើអាសយដ្ឋានសៀវភៅ​អាសយដ្ឋានទាំង​អស់ប្ដូរ​អាសយដ្ឋាន​អ៊ីមែលកម្មវិធីអារ៉ាប់ (Windows-1256)កន្លែង​ចំណាំទាំង​ពីរ​ប្រតិទិនបោះបង់ផ្លាស់​ប្តូរជម្រះជម្រះ​សំណួរបិទ​បង្អួចពាក្យ​បញ្ជាកុំព្យូទ័រលក្ខខណ្ឌលក្ខខណ្ឌបន្តប្រទេសបង្កើតពេល​វេលា​បច្ចុប្បន្នស៊ីរីលីក (KOI8-R)​​ស៊ីរីលីក (Windows-1251)DDកាល​​បរិចេ្ឆទថ្ងៃលំនាំដើមលុប​​អភិវឌ្ឍមិន​មាន​គណនី ? សូម​ចុះឈ្មោះ ។កែ​សម្រួលការ​អប់រំអាសយដ្ឋាន​អ៊ីមែលកំហុសរៀង​រាល់​ ១៥ នាទីរៀង​រាល់​ ៣០ វិនាទីរៀង​រាល់ ៥ នាទីរៀង​រាល់​កន្លះ​ម៉ោងរៀង​រាល់នាទីប្រតិបត្តិបន្លាយតម្រងឈ្មោះ​ពេញទៅក្រិក (ISO-8859-7)ក្រុមកម្ពស់ជំនួយខ្ពស់ថតផ្ទះតែ​រូបតំណាងព័ត៌មាន​ជប៉ុន (ISO-2022-JP)​កូរ៉េ (EUC-KR)ភាសាទីតាំងចូលចូលសេចក្តី​ស្រឡាញ់ទាបMMសំបុត្រសមាជិកផ្សេងៗ​ឈ្មោះកុំពាក្យ​សម្ងាត់​ថ្មីព័ត៌មានបន្ទាប់យប់គ្មានចំណាំការិយាល័យពាក្យ​សម្ងាត់​ចាស់ប្រព័ន្ធ​ប្រតិបត្តិការផ្សេងៗពាក្យ​សម្ងាត់ពាក្យ​សម្ងាត់ ៖បិទភ្ជាប់មនុស្សសិទ្ធិព័ត៌មាន​ផ្ទាល់​ខ្លួនសម្ពាធសំណួរ​កូតាអានអត្រា​ធ្វើ​ឲ្យ​ស្រស់ ៖កំណត់​សម្គាល់យក​ចេញកំណត់​ឡើង​វិញលទ្ធ​ផលរត់​SSHរក្សា​​ទុក​​ស្វែងរកសម័យបង្ហាញសារ​ឥត​បាន​ការខ្នាត​គំរូស្ថានភាពជោគជ័យភារកិច្ចសីតុណ្ហភាពតែអត្ថបទទ្រង់​ទ្រាយ​​​​ពេល​​វេលា​ចំណង​ជើងថ្ងៃ​នេះទួរគី (ISO-8859-9)URLមិន​បាន​រៀបចំយូនីកូដ (UTF-8)ឯកតាធ្វើ​ឲ្យ​ទាន់​សម័យផ្ទុក​ឡើងអ្នក​ប្រើការ​គ្រប់គ្រង​អ្នក​ប្រើឈ្មោះ​អ្នក​ប្រើឈ្មោះ​អ្នក​ប្រើ ៖អថេរការ​ត្រួត​ពិនិត្យ​កំណែព្រមានតំបន់បណ្តាញសូម​ស្វាគមន៍សូម​ស្វាគមន៍​មក​កាន់ %sYYឈ្មោះ​របស់អ្នកtmpIMUtxu/horde-5.2.17/locale/sk/0000755000175000017500000000000013162206570016353 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sk/help.xml0000644000175000017500000000143113160205253020017 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/sk/LC_MESSAGES/0000755000175000017500000000000013162206570020140 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/sk/LC_MESSAGES/horde.po0000644000175000017500000031071613160205253021604 0ustar mathieumathieu# Horde Slovak translation. # Copyright 2002-2017 Horde LLC (http://www.horde.org/) # Leo Mrafko , 2002 # Ivan Noris , 2002, 2003 # Martin Matuška , 2008 # Marika Schvarczova , 2012 # Jozef Sudolský , 2012 # msgid "" msgstr "" "Project-Id-Version: Horde 3.0\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-05-22 09:59+0200\n" "PO-Revision-Date: 2014-05-22 15:15+0100\n" "Last-Translator: Jozef Sudolsky \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Poedit 1.5.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "Skupina \"%s\" bola pridaná do systému." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "Právo \"%s\" bolo pridané do systému." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" nebolo možné vytvoriť: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB použitých z povolených %.2fMB (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s a %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dní do vypršania platnosti hesla." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minút" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d osobe sa to páči" msgstr[1] "%d osobám sa to páči" msgstr[2] "%d osobám sa to páči" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d až %d z %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "predpoveď na %d dní" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Poznámka" #: admin/config/config.php:28 admin/config/index.php:458 #, php-format msgid "%s Configuration" msgstr "%s Konfigurácia" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Úlohy - Potvrdenie" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "Podmienky použitia %s" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s vo výške %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s sa môže prepojiť s Vašim účtom na Twitteri" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s nemôže načítať informácie o Vašich priateľoch na Facebooku." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "%s nemôže načítať Vaše správy a iné dátové položky z Facebooku." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s nemôže nastaviť statusové správy alebo zverejniť iný obsah na Facebooku." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s je pripravený vykonať operácie označené nižšie. Zaškrtnite operáciu, " "ktorú chcete teraz vykonať." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", v nárazoch %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", premenná v rozsahu %s až %s" #: lib/Application.php:325 msgid "1 Day" msgstr "1 Deň" #: lib/Application.php:329 msgid "1 Month" msgstr "1 Mesiac" #: lib/Application.php:327 msgid "1 Week" msgstr "1 Týždeň" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-hodinový formát" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2 Týždne" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-hodinový formát" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 hodín" #: config/prefs.php:483 config/prefs.php:485 msgid "24-hour format" msgstr "24-hodinový formát" #: lib/Application.php:326 msgid "3 Days" msgstr "3 Dni" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Vyžaduje sa premazanie zariadenia. Zariadenie bude premazané pri ďalšom " "pokuse o synchronizáciu." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "K dispozícii je novšia verzia (%s)." #: lib/Prefs/Special/Activesync.php:95 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Bolo začaté vzdialené premazávanie zariadenia id %s. Zariadenie bude " "premazané počas najbližšej synchronizácie." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informácie o účte" #: config/prefs.php:325 msgid "Account Password" msgstr "Heslo pre účet" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Operácie" #: config/prefs.php:732 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:100 msgid "ActiveSync Administration" msgstr "Správa ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Zariadenia ActiveSync" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "%s nie je aktivované." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Pridať" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Pridať obsah" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Pridať sem:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Pridať členov" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Pridať novú skupinu" #: admin/user.php:26 msgid "Add a new user:" msgstr "Pridať nového používateľa:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Pridať nové upozornenie" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Pridať párovanie" #: admin/user.php:27 msgid "Add user" msgstr "Pridať používateľa" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" bol pridaný do systému, ale nemožno pridať ďalšie prihlasovacie " "informácie: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" bol pridaný do systému. Teraz sa môžete prihlásiť." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Pridávanie používateľov nie je povolené." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adresa" #: config/registry.php:134 msgid "Address Book" msgstr "Adresár" #: lib/Application.php:55 msgid "Administration" msgstr "Správa" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Koniec upozornenia" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Spôsob upozornenia" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Začiatok upozornenia" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Text upozornenia" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Názov upozornenia" #: admin/alarms.php:146 msgid "Alarms" msgstr "Upozornenia" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Všetky" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Všetci overení používatelia" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Všetky prístupové kľúče boli úspešne nastavené." #: lib/Prefs/Special/Activesync.php:110 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Všetky pozície pre Vaše ActiveSync zariadenia boli odstránené. Budú " "zosynchronizované pri nasledujúcom spojení so serverom." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Všetky synchronizované relácie boli vymazané." #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "Povoliť alfanumerické" #: lib/Application.php:237 msgid "Allow any" msgstr "Povoliť akékoľvek" #: lib/Application.php:215 #, fuzzy msgid "Allow non-provisionable devices" msgstr "Znovu zabezpečiť všetky zariadenia" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "Povoliť iba numerické" #: config/prefs.php:687 msgid "Alternate IMSP Login" msgstr "Alternatívne prihlasovacie meno IMSP" #: config/prefs.php:704 msgid "Alternate IMSP Password" msgstr "Alternatívne heslo IMSP" #: config/prefs.php:698 msgid "Alternate IMSP Username" msgstr "Alternatívne používateľské meno IMSP" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Alternatívna e-mailová adresa" #: services/resetpassword.php:52 msgid "Answer" msgstr "Odpoveď" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplikácia" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Kontext aplikácie" #: admin/config/index.php:250 msgid "Application is ready." msgstr "Aplikácia je pripravená." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Schváliť" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabsky (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Naozaj chcete vymazať '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Naozaj chcete odstrániť žiadosť o prihlásenie \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Naozaj chcete vymazať \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Arménsky (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Umenie" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Ascii umenie" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Minimálne jedna databázová schéma je neaktuálna." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Príloha" #: lib/Application.php:259 msgid "Attachment Download" msgstr "Stiahnutie prílohy" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Pokus o vymazanie neexistujúcej skupiny." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Pokus o vymazanie neexistujúceho práva." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Pokus o úpravu neexistujúceho práva." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Pokus o úpravu neexistujúceho zdieľaného objektu." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autorizovať" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Autorizovať prístup do dát priateľov" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Autorizovať uverejnenie" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Autorizovať čítanie" #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatický" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Dostupné položky:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Balticky (ISO-8859-13)" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Základný" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Zablokovať" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Nastavenia bloku" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Typ bloku" #: lib/Application.php:292 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Záložky" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Obe" #: config/prefs.php:748 msgid "Bottom" msgstr "Dolu" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Prehliadač" #: templates/activesync/device_table.html.php:29 #: templates/prefs/activesync.html.php:56 msgid "Cached Heartbeat (seconds)" msgstr "" #: config/registry.php:120 msgid "Calendar" msgstr "Kalendár" #: lib/Application.php:280 msgid "Camera" msgstr "Fotoaparát" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Zrušiť" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Zrušiť správu o probléme" #: templates/activesync/device_table.html.php:36 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "Zrušiť" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Nepodarilo sa automaticky zmeniť heslo, kontaktujte svojho administrátora." #: config/prefs.php:507 msgid "Categories and Labels" msgstr "Kategórie a popisky" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltské (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Stredoeurópske (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Zmeniť" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Zmeniť lokalitu" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Zmeniť Vaše heslo" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Zmeniť osobné informácie." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Zmena hesla nie je podporovaná v aktuálnej konfigurácii. Kontaktujte Vášho " "správcu systému." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Skontrolovať" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Skontrolovať nové verzie" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Kontroluje sa" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Čínske zjednodušené (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Činske tradičné (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Vyberte %s" #: config/prefs.php:475 msgid "Choose how to display dates (abbreviated format):" msgstr "Vyberte spôsob zobrazovania dátumov (skrátený formát):" #: config/prefs.php:451 msgid "Choose how to display dates (full format):" msgstr "Vyberte spôsob zobrazovania dátumov (úplný formá):" #: config/prefs.php:488 msgid "Choose how to display times:" msgstr "Vyberte spôsob zobrazovania dátumov:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Odstrániť príkaz" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Odstrániť používateľa: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Odstrániť používateľa" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Vymazať používateľské údaje" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Kliknite na jednu z vybraných adresárov a potom vyberte všetky polia pre " "prehľadávanie." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Kliknite pre pokračovanie" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Klientské ukotvenie" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Zatvoriť okno" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Oblaky" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "Frekvencia codeword" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Zbaliť" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Výber farby" #: config/registry.php:249 msgid "Comics" msgstr "Komiks" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Príkaz" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Príkazový riadok" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Komentáre: %d" #: templates/admin/activesync.html.php:16 #, fuzzy msgid "Common Name" msgstr "Vaše meno" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Počítače" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Podmienka" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Podmienky" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfigurácia" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Rozdiely v konfigurácii" #: config/prefs.php:714 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Nastavenia pre synchronizáciu s PDA, Smartphone a Outlookom." #: admin/config/index.php:245 msgid "Configuration is out of date." msgstr "Konfigurácia potrebuje aktualizáciu." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Sú dostupné skripty na upgrade nastavení" #: admin/config/index.php:182 #, php-format msgid "Configure %s" msgstr "Konfigurovať %s" #: lib/Prefs/Special/Activesync.php:64 msgid "Configured Horde Default" msgstr "" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Potvrďte heslo" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Pokračovať" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Nepodarilo sa pripojiť k serveru \"%s\" pomocou FTP: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "Neočakávaná odpoveď od servera na, skúste neskôr." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Nepodarilo sa vymazať skript na aktualizáciu konfigurácie \"%s\"." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Nepodarilo sa nájsť autorizáciu pre %s na interakciu s Vašim účtom na " "Twitteri" #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Nepodarilo sa obnoviť heslo zadaného používateľa. Niektoré alebo všetky " "detaily nie sú správne. Skúste to znovu alebo kontaktujte Vášho " "administrátora, ak potrebujete pomoc." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Nepodarilo sa vrátiť konfiguráciu." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Nepodarilo sa uložiť zálohu konfigurácie: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Nepodarilo sa uložiť skript na aktualizáciu konfigurácie do: \"%s\"." #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Nepodarilo sa uložiť konfiguračný súbor %s. Vyberte jednu z možností na " "uloženie kódu." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Nepodarilo sa uložiť konfiguračný súbor %s. Môžete buď vybrať jednu z " "možností na opätovné uloženie kódu do %s alebo skopírovať nižšie uvedený kód " "manuálne do %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Nepodarilo sa zapísať konfiguráciu pre \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Krajina" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Vytvoriť" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Vytvoriť novú identitu" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Aktuálne 4 fázy" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktuálne alarmy" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Aktuálne uzamknutia" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Aktuálne relácie" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktuálny čas" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Aktuálne počasie" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "Aktuálne podmienky" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kyrilické (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kyrilické (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kyrilické/Ukrajinské (KOI8-U)" #: admin/config/index.php:265 admin/config/index.php:317 msgid "DB access is not configured." msgstr "Prístup do databázy nie je nakonfigurovaný." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Údaje" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Databáza" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Dátum" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Dátum prijatia" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Dátum: %s; čas: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "Deň" #: config/prefs.php:379 config/prefs.php:400 config/prefs.php:413 #: config/prefs.php:482 themes/default/info.php:2 msgid "Default" msgstr "Prednastavené" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Prednastavená farba" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Prednastavená schránka" #: config/prefs.php:403 msgid "Default charset for sending e-mail messages:" msgstr "Štandardná znaková sada pre posielanie e-mailových správ:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "" "Pre funkcie, ktoré sa ukladajú podľa polohy použiť štandardné uloženie." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definície" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Vymazať" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Vymazať \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Vymazať všetky údaje SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Vymazať skupinu" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Skript na aktualizáciu konfigurácie \"%s\" bol vymazaný." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Vymazaná synchronizovaná relácia pre zariadenie \"%s\" a databázu \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Popíšte problém" #: config/registry.php:209 msgid "Development" msgstr "Vývoj" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Zariadenie" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID zariadenia" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "Informácie o zariadení" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Správca zariadení" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Typ zariadenia" #: lib/Application.php:312 msgid "Device encryption" msgstr "Šifrovanie zariadenia" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Zariadenie je zablokované." #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "Zariadenie je premazané" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Zariadenia úspešne odstránené." #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Premazávanie zariadenia bolo úspešne zrušené." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Rosný bod" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Rosný bod za poslednú hodinu: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Rosný bod" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Znefunkčniť" #: lib/Application.php:216 msgid "Disable (not recommended)" msgstr "" #: config/prefs.php:421 msgid "Display 24-hour times?" msgstr "Zobrazovať čas v 24-hodinovom formáte?" #: config/prefs.php:532 msgid "Display Preferences" msgstr "Nastavenia pre zobrazenie" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Zobraziť detailnú predpoveď" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Zobraziť predpoveď (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Obsahuje prvý riadok názvy polí? Ak áno, zaškrtnite políčko:" #: templates/login/login.inc:77 msgid "Don't have an account? Sign up." msgstr "Nemáte účet? Zaregistrujte sa." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "Stiahnuť %s" #: admin/config/index.php:393 msgid "Download generated configuration as PHP script." msgstr "Stiahnuť vygenerovanú konfiguráciu ako PHP skript." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogy" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dynamický" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identifikácia európskeho IČ DPH" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Upraviť" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Upraviť \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Upraviť nastavenia pre" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Upraviť práva" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Upraviť práva pre \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Vzdelávanie" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-mailová adresa" #: lib/Application.php:214 msgid "Enable" msgstr "Aktivovať" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Čas ukončenia" #: lib/Block/Weather.php:83 msgid "English" msgstr "Anglicky" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Zadajte prosím meno pre novú kategóriu:" #: config/prefs.php:342 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Zadajte bezpečnostnú otázku, na ktorú budete musieť odpovedať ak zabudnete " "heslo, napr. 'ako sa volá moje zvieratko?':" #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Chyba pri pripájaní do Facebooku. Detaily boli zaznamenané pre " "administrátora." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Chyba pri pripájaní do Twitteru. Detaily boli zaznamenané pre administrátora." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "Interná chyba: %s Detaily boli zaznamenané pre administrátora." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Chyba pri vymazávaní synchronizovanej relácie:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Chyba pri vymazávaní synchronizovaných relácií:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Chyba pri aktualizácii hesla: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnické" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Pozvánky na udalosti" #: config/prefs.php:591 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Každých 15 minút" #: config/prefs.php:610 msgid "Every 2 minutes" msgstr "Každé 2 minúty" #: config/prefs.php:588 config/prefs.php:608 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Každých 30 sekúnd" #: config/prefs.php:590 config/prefs.php:611 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Každých 5 minút" #: config/prefs.php:592 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Každú polhodinu" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Každú hodinu" #: config/prefs.php:589 config/prefs.php:609 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Každú minútu" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Príklady hodnôt:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Spustiť" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Rozbaliť" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Veľmi veľké" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Ukladanie konfigurácie cez FTP" #: config/prefs.php:635 msgid "Facebook Integration" msgstr "Integrácia Facebooku" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "Počet neúspešných pokusov o odmknutie pred odpojením zariadenia" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Obľúbené" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Napájač" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Adresa napájača" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Ako" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Polia pre vyhľadávanie" #: config/registry.php:315 msgid "File Manager" msgstr "Správca súborov" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filter" #: config/registry.php:90 msgid "Filters" msgstr "Filtre" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Prvá polovica" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Prvá štvrtina" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Potrava" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Predpoveď (TAF)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Predpoveď na uvedený počet dní (pamätajte na to, že predpoveď zahŕňa dni aj " "noci a tak môže veľké číslo vytvoriť veľmi široký blok)" #: templates/login/login.inc:84 msgid "Forgot your password?" msgstr "Zabudli ste heslo?" #: config/registry.php:344 msgid "Forms" msgstr "Formuláre" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Fortuna" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Typ fortuny" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Fortuny" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Fortuny 2" #: config/registry.php:338 msgid "Forums" msgstr "Fóra" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Požiadavky priateľa:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Priatelia povolení." #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Zo smeru %s (%s °) rýchlosťou %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "Zo smeru %s rýchlosťou %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Úplný popis" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Spln" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Celé meno" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Generovať %s konfiguráciu" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Vygenerovaný kód" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Viac" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Všeobecné nastavenia" #: templates/prefs/app.html:16 msgid "Go" msgstr "Odoslať" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Vyhľadávanie Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grécky (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Administrácia skupín" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Meno skupiny" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Skupina nebola vytvorená: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Skupiny" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Práva anonymných používateľov" #: lib/Application.php:316 msgid "HTML Email" msgstr "HTML E-mail" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebrejsky (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Výška" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Výška prúdového obsahu (šírka automaticky prispôsobená do blokov)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Pomocník" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Zoznam _tém Pomocníka" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Pologuľa" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Tu je začiatok súboru:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Skryť pokročilé nastavenia" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Skryť výsledky" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Domáci priečinok" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Koľko je tam polí (stĺpcov)?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Koľko sekúnd pred kontrolou, či nie sú nové články?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Vlhkosť" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristi" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Ikony pre %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identita, ktorá sa má použiť pri odosielaní e-mailov cez ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Názov identity:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Import, krok %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Importované pole: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importované polia:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "V odpovedi na:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "V zoznamoch nižšie vyberte oboje - pole importované zo zdrojového súboru " "vľavo a odpovedajúce pole vo Vašom adresári vpravo. Potom stlačte \"Pridať " "pár\" pre označenie poľa na import. Keď ste výber ukončili, stlačte \"Ďalej" "\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Nesprávne používateľské meno alebo alternatívna adresa. Skúste to znovu " "alebo kontaktujte správcu Vášho systému, ak potrebujete pomoc." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Jednotliví používatelia" #: config/registry.php:243 msgid "Information" msgstr "Informácie" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Prevzatí členovia" #: config/prefs.php:354 msgid "Insert an email address to which you can receive the new password:" msgstr "Zadajte e-mailovú adresu, na ktorú bude poslané nové heslo:" #: config/prefs.php:348 msgid "Insert the required answer to the security question:" msgstr "Zadajte požadovanú odpoveď na bezpečnostnú otázku:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Neplatný formát IČ DPH." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Neplatná akcia %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Neplatná aplikácia." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Neplatná transformácia." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Neplatné rodičovské právo." #: config/registry.php:296 msgid "Inventory" msgstr "Inventár" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonsky (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript je buď vypnutý alebo ho Váš prehliadač nepodporuje. Môžete použiť " "iba minimalistický režim." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Práve teraz..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel-nováčikovia" #: services/help/index.php:161 msgid "Keyword" msgstr "Kľúčové slovo" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Deti" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Kórejsky (EUC-KR)" #: login.php:364 templates/login/login.inc:57 msgid "Language" msgstr "Jazyk" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Veľké" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Posledná polovica" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Posledná zmena hesla" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Posledná štvrtina" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "Posledná synchronizácia času" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Posledná aktualizácia:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Posledné prihlásenie: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Posledné prihlásenie: %s z %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Posledné prihlásenie: Nikdy" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Nedávno" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Právo" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Páči sa" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerick" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux cookie" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "Vypísať zoznam tabuliek" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Nepodarilo sa zobraziť upozornenia: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Nepodarilo sa zobraziť uzamknutia: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Nepodarilo sa zobraziť relácie: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Zobrazovanie zoznamu používateľov zlyhalo." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Zobrazovanie zoznamu používateľov nie je umožnené." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatúra" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Miestny čas: %s %s (UTC %s)" #: config/prefs.php:363 msgid "Locale and Time" msgstr "Lokalita a čas" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "Lokalita" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Uzamknúť používateľa" #: admin/locks.php:61 msgid "Locks" msgstr "Zámky" #: login.php:291 templates/login/login.inc:66 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Prihlásenie" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Odhlásiť sa" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Prihlásený do Facebooku" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Prihlásenie zlyhalo, pretože ste zadali nesprávne používateľské meno alebo " "heslo." #: login.php:316 msgid "Login failed." msgstr "Prihlásenie zlyhalo." #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Prihlásiť sa do Facebooku a autorizovať %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Prihlásiť sa na Twitter a autorizovať aplikáciu %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Odhlásiť" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Láska" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Mágia" #: config/registry.php:82 msgid "Mail" msgstr "Pošta" #: config/registry.php:349 msgid "Mail Admin" msgstr "Poslať e-mail administrátorovi" #: config/prefs.php:508 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Spravovať zoznam kategórií, s ktorými označujete položky a farby spojené s " "týmito kategóriami." #: config/prefs.php:733 msgid "Manage your ActiveSync devices." msgstr "Spravovať Vaše ActiveSync zariadenia." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Vyhovujúce polia:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Najvyššia teplota za posledných 24 hodín: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Najvyššia teplota za posledných 6 hodín: " #: lib/Application.php:320 msgid "Maximum Email age" msgstr "Maximálny vek e-mailu" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maximálny počet portálových blokov" #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "Maximálna veľkosť prílohy" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "Maximálny počet zariadení" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Maximálny počet vztupov na zobrazenie" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicína" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Stredné" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Členovia" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Definície" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Počasie Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Metrika" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Najnižšia teplota za posledných 24 hodín: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Najnižšia teplota za posledných 6 hodín: " #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "Minimálna dĺžka PINu" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Rôzne" #: admin/config/index.php:222 msgid "Missing configuration." msgstr "Chýbajúca konfigurácia." #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobilný (Minimalistický)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobilný (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Aplikácie optimalizované pre mobily" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Režim" #: templates/admin/activesync.html.php:14 #, fuzzy msgid "Model" msgstr "Režim" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 msgid "Module is up-to-date." msgstr "Modul je aktuálny." #: config/prefs.php:496 msgid "Monday" msgstr "Pondelok" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fázy mesiaca" #: config/registry.php:309 msgid "My Account" msgstr "Moje konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Informácie o mojom účte" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Môj Facebook kanál" #: services/portal/index.php:45 msgid "My Portal" msgstr "Môj portál" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Vzhľad môjho portálu" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "Nie, NESÚHLASÍM" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:69 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "POZNÁMKA: PREMAZANIE ZARIADENIA MÔŽE SPÔSOBIŤ VYRESETOVANIE JEHO NASTAVENÍ " "NA PÔVODNÉ HODNOTY OD VÝROBCU. PRED PREMAZANÍM SA, PROSÍM, UISTITE, ŽE TO " "NAOZAJ CHCETE UROBIŤ" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Meno" #: config/prefs.php:587 config/prefs.php:607 templates/portal/layout.inc:97 msgid "Never" msgstr "Nikdy" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Nová kategória" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Nové správy:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Nov mesiaca" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nové používateľské meno (nepovinné)" #: services/changepassword.php:31 msgid "New password" msgstr "Nové heslo" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nové heslá musia byť rovnaké." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Novinky" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Ďalej" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Nasledujúce 4 fázy" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Bez zvuku" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "" "Nie sú dostupné žiadne konfiguračné údaje, pre ktoré by sa dali zobraziť " "rozdiely." #: admin/config/diff.php:49 msgid "No change." msgstr "Žiadna zmena." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Žiadne ikony neboli nájdené." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Žiadne položky na zobrazenie" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nie je nastavená lokalita." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Žiadne urážlivé fortuny" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Žiadne prebiehajúce prihlásenia." #: lib/Application.php:333 msgid "No push while roaming" msgstr "" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Nebola nastavená bezpečnostná otázka, kontaktujte, prosím svojho " "administrátora." #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "Žiadne stále verzie ešte nie sú k dispozícii." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nebolo špecifikované žiadne meno." #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "V pôvodnej konfigurácii nebola nájdená žiadna verzia. Vygenerujte " "konfiguráciu znovu." #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "V konfigurácii nebola nájdená žiadna verzia. Vygenerujte konfiguráciu znovu." #: admin/config/index.php:289 #, fuzzy msgid "NoSQL indices are ready." msgstr "Štatistiky pre %s" #: admin/config/index.php:284 #, fuzzy, php-format msgid "NoSQL indices for %s" msgstr "Štatistiky pre %s" #: admin/config/index.php:286 #, fuzzy msgid "NoSQL indices out of date." msgstr "Konfigurácia potrebuje aktualizáciu." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:63 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Žiaden" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Severské (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Severná pologuľa" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "Nezabezpečené" #: config/registry.php:169 msgid "Notes" msgstr "Poznámky" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nie je nič na prezeranie, vráťte sa späť." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Počet článkov na zobrazenie" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Počet sekúnd do obnovenia" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Prehliadač objektov" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Autor objektu" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filter na nadávky" #: config/registry.php:266 msgid "Office" msgstr "Pracovisko" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Staré a nové heslo musia byť odlišné." #: services/changepassword.php:30 msgid "Old password" msgstr "Staré heslo" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Staré heslo je nesprávne." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Iba urážlivé fortuny" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Vlastníka alebo práva vlastníka pre zdieľaný objekt môže zmeniť iba vlastník " "alebo systémový administrátor" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operačný systém" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Alebo zadajte používateľské meno:" #: config/prefs.php:531 config/prefs.php:634 config/prefs.php:660 #: config/prefs.php:686 config/prefs.php:712 config/prefs.php:731 msgid "Other Information" msgstr "Ďalšie informácie" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Ostatné nastavenia" #: config/registry.php:180 msgid "Others" msgstr "Ostatní" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Vlastník" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Vlastník:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP kód" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP schránka" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "E-mailové účty POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Chýbajúce rozšírenie POSIX" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "P_HP konzola" #: login.php:211 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:327 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Heslo" #: lib/Application.php:231 msgid "Password Complexity" msgstr "Sila hesla" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Heslo bolo úspešne zmenené." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Heslá musia byť rovnaké." #: templates/admin/sqlshell.html.php:43 msgid "Paste" msgstr "Vložiť" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Prebiehajúce registrácie:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Ľudia" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Úlohy pri prihlásení" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Právo \"%s\" nebolo vymazané." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Práva" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administrácia práv" #: config/prefs.php:263 msgid "Personal Information" msgstr "Osobné informácie" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Domáce zvieratá" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefónne číslo" #: config/registry.php:197 msgid "Photos" msgstr "Fotografie" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Platitudes" #: login.php:217 msgid "Please enter a password." msgstr "Zadajte prosím heslo." #: login.php:216 msgid "Please enter a username." msgstr "Zadajte, prosím, používateľské meno." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Uveďte, prosím, zhrnutie problému." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Prečítajte si prosím nasledujúci text. MUSÍTE súhlasiť s podmienkami " "používania tohto systému." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Štuchnutia:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politika" #: config/prefs.php:747 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Pozícia textu odpovede keď zo zariadenia odpovedáte na e-mail. Niektoré " "zariadenia posielajú citácie vždy na konci odpovede." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Odoslať" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Poslané %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Poslané %s cez %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Zrážky za poslednú %d hodinu: " msgstr[1] "Zrážky za posledné %d hodiny: " msgstr[2] "Zrážky za posledných %d hodín: " #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "Pravdepodobnosť%szrážok" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Tlak" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Tlak na úrovni mora: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Príkazca" #: services/problem.php:161 msgid "Problem Description" msgstr "Popis problému" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "Zabezpečené" #: lib/Application.php:210 msgid "Provisioning" msgstr "Zabezpečené" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Uverejnenie povolené." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Dotaz" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvóta" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Náhodná fortune" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Čítať" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Čítanie aktivované." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Naozaj vymazať \"%s\"? Túto operáciu nemožno vrátiť späť." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Naozaj vymazať používateľské údaje pre používateľa \"%s\"? Túto operáciu " "nemožno vrátiť späť." #: config/prefs.php:613 msgid "Refresh Dynamic Menu Elements:" msgstr "Obnoviť prvky dynamického menu:" #: config/prefs.php:594 msgid "Refresh Portal View:" msgstr "Obnoviť zobrazenie portálu:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Obnovovacia frekvencia:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Regulárne aplikácie" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Postrehy" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Vzdialený počítač" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "Odstrániť" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Odstrániť pár" #: admin/config/index.php:433 msgid "Remove saved script from server's temporary directory." msgstr "Odstrániť uložený skript z dočasného priečinka na serveri." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Odstrániť používateľa" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Odstrániť používateľa: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Odpovedať" #: lib/Application.php:221 msgid "Require PIN" msgstr "Vyžaduje PIN" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "Vyžaduje S/MIME šifrovanie" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "Vyžaduje S/MIME podpis" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Obnoviť" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Obnoviť heslo" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Obnoviť Vaše heslo" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Vrátiť posledný príkaz" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Výsledky" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Výsledky pre %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Preposlať cez Twitter" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Preposlané cez Twitter %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Zopakujte nové heslo" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Vrátiť konfiguráciu" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Hádanky" #: templates/admin/sqlshell.html.php:44 msgid "Run" msgstr "Spustiť" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Úlohy pri prihlásení" #: lib/Application.php:276 msgid "SD card" msgstr "SD karta" #: lib/Application.php:269 msgid "SD card encryption" msgstr "Šifrovanie SD karty" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "SMS správy" #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is out of date." msgstr "SQL DB schéma nie je aktuálna." #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "SQL DB schéma je pripravená." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL schránka" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL konzola" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Uložiť" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Uložiť \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Uložiť a ukončiť" #: admin/config/index.php:401 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Uložiť vygenerovanú konfiguráciu ako PHP skript do dočasného priečinka Vášho " "servera." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Skript na aktualizáciu nastavení bol uložený do: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Veda" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Škála" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Hľadať" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Hľadať" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Hľadať:" #: lib/Application.php:242 msgid "Seconds of inactivity before device should lock" msgstr "Počet sekúnd neaktivity pred uzamknutím zariadenia" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Vyberte skupinu, ktorú chcete pridať:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Vyberte nového vlastníka:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Vyberte server" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Vyberte používateľa, ktorého chcete pridať:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Vybrať všetky polia pre vyhľadávanie pri rozširovaní adries." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Vyberte formát dátumu a času:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Vyberte oddeľovač vo formáte dátumu:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Vyberte formát dátumu:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Vyberte poradie zobrazenia dátumu a času:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Vyberte oddeľovač vo formáte času:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Vyberte formát času:" #: config/prefs.php:580 msgid "Select your color scheme." msgstr "Vyberte si farebnú schému." #: config/prefs.php:376 msgid "Select your preferred language:" msgstr "Vyberte preferovný jazyk:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Poslať správu o probléme" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Senzor: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Čas servera" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Administrácia relácie" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Časová známka relácie" #: lib/Api.php:70 msgid "Sessions" msgstr "Relácie" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "Nastavte možnosti na obnovenie Vášho hesla ak ho zabudnete." #: config/prefs.php:636 msgid "Set up integration with your Facebook account." msgstr "Nataviť prepojenie s Vašim účtom na Facebooku." #: config/prefs.php:662 msgid "Set up integration with your Twitter account." msgstr "Nataviť prepojenie s Vašim účtom na Twitteri." #: config/prefs.php:364 msgid "Set your preferred language, timezone and date preferences." msgstr "Vyberte jazyk, časovú zónu a nastavenia dátumu." #: config/prefs.php:533 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Nastavenie aplikácie spúšťanej pri štarte, farebnej schémy, intervalu " "obnovovania stránky a iných vlastností zobrazenia." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Do úvahy prichádza niekoľko lokalít pomocou parametra: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Krátky súhrn" #: config/prefs.php:620 msgid "Should access keys be defined for most links?" msgstr "Majú sa pre väčšinu odkazov vytvoriť prístupové kľúče?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Zobraziť" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Zobraziť pokročilé nastavenia" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Zobraziť všetky skupiny nastavení" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Zobraziť rozdiely medzi práve uloženou a novovygenerovanou konfiguráciou." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Zobraziť extra detaily?" #: config/prefs.php:565 msgid "Show last login time when logging in?" msgstr "Má sa pri prihlásení zobraziť čas posledného prihlásenia?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Ukázať upozornenia" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Preskočiť úlohy pri prihlásení" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Malé" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Hĺbka snehu: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Množstvo vody ekvivalentné snehu: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Piesne a básne" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Juhoeurópske (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Južná pologuľa" #: config/registry.php:106 msgid "Spam" msgstr "Nevyžiadaná pošta" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Športy" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Štandardné" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Star Trek" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Stavový menežment" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "Stav" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Status nie je možné nastaviť." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Prúdenia" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Požiadavka na pridanie \"%s\" do systému bola odoslaná. Nemôžete sa " "prihlásiť, kým nebude Vaša požiadavka schválená." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Pripojenie do Vášho Facebook účtu alebo aktualizácia oprávnení bolo úspešné." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Úspech" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "Úspešne pridané do systému: \"%s\"." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Vymazanie údajov zo systému pre používateľa \"%s\" bolo úspešné." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "Úspešne vymazané: \"%s\"." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "Vymazanie \"%s\" zo systému bolo úspešné." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Návrat ku konfigurácii bol úspešný. Pre zobrazenie zmien znovu načítajte " "stránku." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Záloha konfigurácie bola uložená." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "Úspešne aktualizované \"%s\"" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Úspešne zapísané %s" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Východ slnka" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Západ slnka" #: config/prefs.php:495 msgid "Sunday" msgstr "Nedeľa" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Východ slnka" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Východ/západ slnka" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Západ slnka" #: lib/Application.php:324 msgid "Sync all" msgstr "Synchronizovať všetko" #: config/prefs.php:713 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndikovaná dávka" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Frázový oblak" #: config/registry.php:155 msgid "Tasks" msgstr "Úlohy" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Teplota za poslednú hodinu: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Teplota" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Teplota%s(%sMax%s/%sMin%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Nie je možné pripojenie k Facebooku. Prosím skúste to znova." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Nastala chyba pri aktualizácii detailov kontaktu. Prosím skúste to neskôr." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thajské (TIS-620)" #: lib/Prefs/Special/Activesync.php:101 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Vzdialené premazávanie pre zariadenie id %s bolo zrušené." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Upozornenie bolo vymazané." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Upozornenie bolo uložené." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfigurácia pre %s nemôže prebehnúť automaticky. Prosím aktualizujte " "konfiguráciu manuálne." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "Prednastavená e-mailová adresu pre použitie s touto identitou:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Upozornenie bolo vymazané." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Služba členského štátu nebola dosiahnutá v určenom časovom limite. Skúste " "neskôr alebo vyberte iný členský štát." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Služba členského štátu nie je dostupná. Skúste neskôr alebo vyberte iný " "členský štát." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Uvedený kód štátu je neplatný." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Služba momentálne nie je dostupná. Skúste to neskôr." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Služba je momentálne preťažená. Skúste to neskôr." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Žiadosť o prihlásenie \"%s\" bola vymazaná." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Žiadosť o prihlásenie \"%s\" bola vymazaná." #: lib/Prefs/Special/Activesync.php:116 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Pozícia zariadenia id %s bola nastavená. Bude zosynchronizovaná pri " "najbližšom spojení so serverom." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Testovací skript je momentálne nefunkčný. Z bezpečnostných dôvodov odstráňte " "testovacie skripty po ukončení testovania (viď horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Používateľ \"%s\" už existuje." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Zdieľanie \"%s\" neexistuje." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Nastala chyba pri pridávaní \"%s\" do systému: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Nastala chyba pri odstraňovaní údajov používateľa \"%s\" zo systému: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Nastala chyba pri odstraňovaní \"%s\" zo systému: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Nastala chyba pri aktualizácii \"%s\": %s" #: lib/Prefs/Special/Activesync.php:119 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Nastala chyba pri komunikácii so serverom ActiveSync: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Nastala chyba pri pokuse o kontakt s Twitterom: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Nastala chyba v konfiguračnom formulári. Pravdepodobne ste nevyplnili " "požadované pole." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Nastala chyba pri vykonávaní požiadavky: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Nastala chyba pri pokuse o Facebookovú reláciu. Prosím skúste to neskôr." #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Vyskytla sa chyba pri odstraňovaní všeobecných dát z %s. Detaily boli " "zaznamenané." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Nastala chyba pri zobrazovaní požadovaných povolení" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Toto IČ DPH je neplatné." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Toto IČ DPH je platné." #: templates/admin/activesync.html.php:33 #, fuzzy msgid "This will cause all devices to resyncronize all items." msgstr "" "Resetovať stav všetkých zariadení. Toto spôsobí resynchronizáciu všetkých " "položiek na Vašich zariadeniach." #: templates/prefs/activesync.html.php:16 #, fuzzy msgid "This will cause your devices to resyncronize all items." msgstr "" "Resetovať stav všetkých zariadení. Toto spôsobí resynchronizáciu všetkých " "položiek na Vašich zariadeniach." #: config/registry.php:226 msgid "Tickets" msgstr "Lístky" #: config/registry.php:272 msgid "Time Tracking" msgstr "Sledovanie času" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Formát času" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Časová pečať alebo neznáme" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Časové záznamy úspečných synchronizovaných relácií" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titulok" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Ak chcete vyňať určité pole z importu alebo opraviť zlé priradenie vyberte " "pole v zoznamoch a kliknite na \"Odstrániť pár\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Pre výber viacerých polí držte počas klikania klávesu Control (PC) alebo " "Command (Mac)." #: lib/Block/Weather.php:288 msgid "Today" msgstr "Dnes" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "Zajtra" #: config/prefs.php:748 msgid "Top" msgstr "Hore" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Preklady" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turecky (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweetovať" #: config/prefs.php:661 msgid "Twitter Integration" msgstr "Integrácia Twittera" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Časová os na Twitteri" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Časová os na Twitteri pre %s" #: lib/Ajax/Application/TwitterHandler.php:37 #, fuzzy msgid "Twitter not enabled." msgstr "Priatelia povolení" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Nemožno vymazať \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Nepodarilo sa o-like-ovať." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "Požiadavku nebolo možné validovať. Skúste to znovu." #: admin/activesync.php:90 lib/Prefs/Special/Activesync.php:54 msgid "Unavailable" msgstr "" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Odblokovať" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Zrušiť zmeny" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 #, fuzzy msgid "Unfavorite" msgstr "Obľúbené" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Nevyplnené" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unikód (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "Jednotky" #: admin/sessions.php:36 msgid "Unknown" msgstr "Neznáme" #: admin/locks.php:43 msgid "Unlock" msgstr "Odomknúť" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "Nepodporovaná akcia." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Aktualizácia" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Aktualizovať %s" #: admin/config/index.php:185 admin/config/index.php:303 #, php-format msgid "Update %s schema" msgstr "Aktualizovať schému %s" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Aktualizovať všetky DB schémy" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Aktualizovať všetky konfigurácie" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Aktualizovať používateľa" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Aktualizované \"%s\"." #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "Schémy pre %s bola aktualizovaná." #: admin/config/index.php:412 msgid "Upload" msgstr "Nahrať" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "Všetky súbory s konfiguráciou boli nahrané na server." #: config/prefs.php:688 msgid "Use if name/password is different for IMSP server." msgstr "Použite v prípade, že je meno/heslo odlišné pre IMSP server." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Používateľ" #: admin/user.php:240 msgid "User Administration" msgstr "Správa používateľov" #: templates/admin/activesync.html.php:12 #, fuzzy msgid "User Agent" msgstr "Používateľské meno" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Používateľské meno" #: signup.php:74 msgid "User Registration" msgstr "Registrácia používateľa" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Registrácia používateľov bola pre tento systém zakázaná." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Registrácia používateľov nie je pre túto stránku správe nastavená." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Používateľský účet nebol nájdený" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Vyberte používateľa, ktorého chcete pridať:" #: login.php:206 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Používateľské meno" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Používatelia" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Používatelia systému:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Overenie IČ DPH" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "IČ DPH:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "IČ DPH" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Verzia" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Kontrola verzií" #: config/registry.php:215 msgid "Version Control" msgstr "Kontrola verzií" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamsky (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Zobraziť externú www stránku" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Viditeľnosť" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Varovanie" #: templates/login/login.inc:39 msgid "Warning: Your Caps Lock key is on!" msgstr "Upozornenie: Caps Lock je zapnutý!" #: lib/Block/Weather.php:62 msgid "Weather" msgstr "Počasie" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Údaje o počasí poskytuje" #: config/registry.php:332 msgid "Web Site" msgstr "Webová stránka" #: lib/Application.php:300 msgid "Web browser" msgstr "Prehliadač" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Vitajte" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Vitajte, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Západné (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Západné (ISO-8859-15)" #: config/prefs.php:545 #, php-format msgid "What application should %s display after login?" msgstr "Ktorú aplikáciu má %s zobraziť po prihlásení?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Na čom práve pracujete?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Aký je znak pre oddeľovač?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Aký je znak pre úvodzovku?" #: config/prefs.php:498 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Ktorý deň mý byť zobrazený ako prvý deň v týždni?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Ktoré fázy" #: config/prefs.php:600 #, php-format msgid "Width of the %s menu on the left:" msgstr "Šírka menu %s na ľavej strane:" #: lib/Application.php:288 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Vietor" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Rýchlosť vetra v uzloch" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vietor:" #: templates/activesync/device_table.html.php:33 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "Premazávanie" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "Premazávanie pozastavené" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Múdrosť" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "S " #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Práca" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "YY" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Áno, súhlasím" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Vám a %d ďalšej osobe sa to páči" msgstr[1] "Vám a %d ďalším osobám sa to páči" msgstr[2] "Vám a %d ďalším osobám sa to páči" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "Nemáte právo pridávať skupiny." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "Nemáte právo pridávať zdieľania." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "Nemáte právo meniť skupiny." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "Nemáte právo meniť zdieľania." #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "Nemáte právo vymazať skupiny." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "Nemáte právo mazať zdieľania." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "Nemáte právo zobraziť zoznam skupín zdieľaní." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "Nemáte právo čítať práva k zdieľaniu." #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "Nemáte právo zobraziť zoznam zdieľaní." #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "Nemáte právo zobraziť zoznam používateľov v skupinách." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "Nemáte právo zobraziť zoznam používateľov v zdieľaniach." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Nie ste pripojený do Vášho účtu na Facebooku. Skontrolujte svoje nastavenia " "na Facebooku v %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Môžete si presrieť nastavenia Vášho Facebooku v %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Nesúhlasili ste s Podmienkami používania služby, preto sa nemôžete prihlásiť." #: login.php:312 msgid "You have been logged out." msgstr "Boli ste odhlásený." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Nemáte právo čítať práva k zdieľaniu." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Nesprávne ste sa pripojili do Vášho účtu na Twitteri cez Horde. Skontrolujte " "svoje nastavenia na Twitteri v %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Páči sa Vám to" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "Musíte popísať problém predtým, ako odošlete správu o probléme." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Musíte určiť meno používateľa, ktorého chcete vymazať." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Musíte určiť meno používateľa, ktorého chcete vymazať." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Musíte určiť meno používateľa, ktorého chcete pridať." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Musíte určiť používateľa, ktorý sa má aktualizovať." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Vaša e-mailová adresa" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:362 #: config/prefs.php:506 msgid "Your Information" msgstr "Vaše informácie" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Vaša internetová adresa sa zmenila od začiatku Vašej relácie. Pre Vašu " "bezpečnosť sa musíte znovu prihlásiť." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Vaše meno" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Váš autentifikačný modul nepodporuje pridávanie používateľov. Ak chcete aby " "Horde spravoval používateľské účty, musíte vybrať iný autentifikačný modul." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Váš autentifikačný modul nepodporuje zobrazovanie zoznamu používateľov, " "alebo bola táto možnosť z nejakého dôvodu zablokovaná." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Zdá sa, že Váš prehliadač sa zmenil od začiatku Vašej relácie. Pre Vašu " "bezpečnosť sa musíte znovu prihlásiť." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Váš prehliadač nepodporuje túto funkciu." #: config/prefs.php:410 msgid "Your current time zone:" msgstr "Vaša aktuálna časová zóna:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Vaše plné meno:" #: login.php:324 msgid "Your login has expired." msgstr "Vaše prihlásenie vypršalo." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Vaše nové heslo pre %s je: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Vaše heslo bolo obnovené" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Vaše heslo bolo obnovené, skontrolujte si poštu a prihláste sa s Vaším novým " "heslom." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Vaše heslo bolo obnovené, skontrolujte si e-mail a prihláste sa Vašim novým " "heslom." #: services/changepassword.php:50 #, fuzzy msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Vaše heslo bolo obnovené, skontrolujte si e-mail a prihláste sa Vašim novým " "heslom." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Vášmu heslu vypršala platnosť" #: login.php:178 msgid "Your password has expired." msgstr "Vášmu heslu vypršala platnosť." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Platnosť Vašej relácie vypršala. Prosím prihláste sa znovu." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "Platnosť Vašej relácie vypršala. Prosím prihláste sa znovu." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Správa o probléme]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmy" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Konfigurácia" #: lib/Api.php:50 msgid "_Groups" msgstr "_Skupiny" #: lib/Api.php:60 msgid "_Locks" msgstr "_Zámky" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Práva" #: lib/Api.php:45 msgid "_Users" msgstr "Po_užívatelia" #: services/problem.php:59 msgid "attachment" msgstr "príloha" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "bezvetrie" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "zo smeru %s (%s) rýchlosťou %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "v nárazoch" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "v správe" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "nastavenia" #: admin/config/config.php:75 msgid "show differences" msgstr "zobraziť rozdiely" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "pre potvrdenie zadajte heslo dvakrát" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unifikované" #: lib/Block/Weather.php:35 msgid "weather" msgstr "počasie" tmpIMUtxu/horde-5.2.17/locale/sk/LC_MESSAGES/horde.mo0000644000175000017500000017616313160205253021607 0ustar mathieumathieu@U4pE$qE)EE&E F$F 3F)>FhFwF FFFF F)F7GJ@GHGRG'H7HPHVH^HeHtH|HHHHVHIlIIIII IIIIJ J J *J 6JBJ RJ`JiJNrJ-JJ K KK -K 7K EK QK \KhKoKsK#KlK%LBL UL_LrLLLLL LLL MM%*M<PM%MMM M)M N N'N,GN*tN%N N NNO OO -O:OOOUO[O jO uO OOOOOOOO O@OP-PBP`PgPwP!PdPQQ2Q;QWQ rQ1|Q*QQ QR R RQ0RR R RRRR RRR R R S S S (S6S=PSS'S SSSS.T*1T3\TITT}U(U5UXUUV*VWW"W6WGW VWdW uWWWWWWWX XXX X+X>XBX JX XX,fX4X XX XX X* YB6YyY YY YYY YYYZZ".Z QZ[Z uZZZZZZCZ'[ G[/S[[[[[ [[[[ [ \\\\"&\{I\M\L]O`]'](]^^$^3^D^T^e^u^ ^ ^^^^ ^^^-^'_0_ 5_ B_M_ ^_k_r_ z_ ___|_$`:`@` H`U` ^`i`p````` ` ``aaa1a4a ;aIa\a qa|aaa aaa?ab b *b"5bXb rbbb$b2bb bb c2cDcUcecxc ccjdd d eBe4^e)eee ee ffg.f ffffffff ff gg g,g;gRgdgkgogtg }g gggggg h!h>\4kcր5:phf%[83-2eO:X1vA3%?D)T)K-Iy1Æ*( I Q _k1V; Lj͈ )D= ĉ؉ ߉ * 6D[;b2ъ֊ 2;9u ؋  $8 R]"e  ƌҌ/- JkF ύ!܍ !' ,9@FKQ TDa""Ɏ%%%8%^-.#,,2c_5ÐVP*js E)]&%(Ԓv! sDy+2^v\ەQ8-XFL]ejy  ƗΗ ՗"%'& "40W & EĚ />Of}3FśJ RWn-MT ]i ~ eÝ%)xOȞΞ  2I Q _l|̟ߟ[=R-ŠΠ֠$ 7CK8k1)[s%Ƣ)ߢ ) 2=P kv8 5*`i)})'Ѥ5 /(<e~  å ڥ    $ ) 5 ?KTqLzǦܦ)=bZ ˧  /;:7v&ը!#\Eҩ  3 B N X bp=&Ǫ++ ;H6O7BTV%07Fh_2Ȯ  &8I^qկ.$' .8?Odix>O 5@ IWv9I  % 0>Wkz"Ʋ2  ' H S)aijC߳!# E5R " ŴӴ ! 3>N*W}RQSA14!Npyʷݷ! *4CcDy ʸԸ#2BJ[  $ ,6<S)h  ĺϺ#*@U ly" ûϻI :D \fǼ:" +5 :IGȽܽݾo ?8#>Qg q3CXjou 'Gen u '&$-#7Q  X!z-6   g9'.- 9&Pw'  .-Hv%) 2 @Kf {mrx ) ! Z*# V/2$[Q: .'CF [i |* vj%}   ?L R]|*< O Ze)|%h 5BK g_z   ?"kb!&<E [gAx  *BKZo  .7 L Xy  ^:>y~ 5'0+B\ (+&.Ul >2P13=k@ $$MI@#*0$?dt  ~#V%F'n+Y%5S k y  &.@IN=*FdbA %b#9,8f--ie #2?Jr3(92TZ.MX_7 $, =K;k]3 78S     .#Os#9A M[s?J(10Z) I W#a  3 >Xv: !( 0> Ycfmsvw"%"H!g !3,+-=Y?c8;Ut,t G>>=Z<w w-{,5b[XI!"AA)kq #   $%7 ]jD!Nd(:ZLwiy:5 }}U[M A;qc&%o.)(,#TFgX+]=|zn \_$ [v7e/0u^ mp* :3pP*8p"VO?y'JSbj76i.YGWs<?{JI2r8 3O B! {g9_C3c"SnE5IK+fsK /8Iq(o<xxDZ vCq)S.u^E9]?DY@_TNH'RHt`; %xVj ha y/w;66mZ',#6>@"w5EnzJ2Lm=<Hb>K4$Mu?>3k1eNM|Ah |~Ra T/go8~ cA1Pf(W0)*,$*UQ-^2 @k)W=FX}BRz`dUars "]eFv $\ 7+0<7l\lGt9r!1#-;Y&-Ok[.4i= >+4 tC&90jf!XG4Q&QPh#`d%@,251l%~b:LV-B{' "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.AuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sURLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnblockUndo ChangesUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde 3.0 Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-05-22 09:59+0200 PO-Revision-Date: 2014-05-22 15:15+0100 Last-Translator: Jozef Sudolsky Language-Team: Slovak Language: sk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2; X-Generator: Poedit 1.5.4 Skupina "%s" bola pridaná do systému.Právo "%s" bolo pridané do systému."%s" nebolo možné vytvoriť: %s.%.2fMB použitých z povolených %.2fMB (%.2f%%)%d %s a %s%d dní do vypršania platnosti hesla.%d minút%d osobe sa to páči%d osobám sa to páči%d osobám sa to páči%d až %d z %dpredpoveď na %d dní%s - Poznámka%s Konfigurácia%s Úlohy - PotvrdeniePodmienky použitia %s%s vo výške %s %s%s sa môže prepojiť s Vašim účtom na Twitteri%s nemôže načítať informácie o Vašich priateľoch na Facebooku.%s nemôže načítať Vaše správy a iné dátové položky z Facebooku.%s nemôže nastaviť statusové správy alebo zverejniť iný obsah na Facebooku.%s je pripravený vykonať operácie označené nižšie. Zaškrtnite operáciu, ktorú chcete teraz vykonať., v nárazoch %s %s, premenná v rozsahu %s až %s1 Deň1 Mesiac1 Týždeň12-hodinový formát2 Týždne24-hodinový formát24 hodín24-hodinový formát3 DniVyžaduje sa premazanie zariadenia. Zariadenie bude premazané pri ďalšom pokuse o synchronizáciu.K dispozícii je novšia verzia (%s).Bolo začaté vzdialené premazávanie zariadenia id %s. Zariadenie bude premazané počas najbližšej synchronizácie.AM/PMInformácie o účteHeslo pre účetOperácieActiveSyncSpráva ActiveSyncZariadenia ActiveSync%s nie je aktivované.PridaťPridať obsahPridať sem:Pridať členovPridať novú skupinuPridať nového používateľa:Pridať nové upozorneniePridať párovaniePridať používateľa"%s" bol pridaný do systému, ale nemožno pridať ďalšie prihlasovacie informácie: %s."%s" bol pridaný do systému. Teraz sa môžete prihlásiť.Pridávanie používateľov nie je povolené.AdresaAdresárSprávaKoniec upozorneniaSpôsob upozorneniaZačiatok upozorneniaText upozorneniaNázov upozorneniaUpozorneniaVšetkyVšetci overení používateliaVšetky prístupové kľúče boli úspešne nastavené.Všetky pozície pre Vaše ActiveSync zariadenia boli odstránené. Budú zosynchronizované pri nasledujúcom spojení so serverom.Všetky synchronizované relácie boli vymazané.Povoliť alfanumerickéPovoliť akékoľvekPovoliť iba numerickéAlternatívne prihlasovacie meno IMSPAlternatívne heslo IMSPAlternatívne používateľské meno IMSPAlternatívna e-mailová adresaOdpoveďAplikáciaKontext aplikácieAplikácia je pripravená.SchváliťArabsky (Windows-1256)Naozaj chcete vymazať '%s'?Naozaj chcete odstrániť žiadosť o prihlásenie "%s"?Naozaj chcete vymazať "%s"?Arménsky (ARMSCII-8)UmenieAscii umenieMinimálne jedna databázová schéma je neaktuálna.PrílohaStiahnutie prílohyPokus o vymazanie neexistujúcej skupiny.Pokus o vymazanie neexistujúceho práva.Pokus o úpravu neexistujúceho práva.Pokus o úpravu neexistujúceho zdieľaného objektu.AutorizovaťAutorizovať prístup do dát priateľovAutorizovať uverejnenieAutorizovať čítanieAutomatickýDostupné položky:BOFH ExcusesBalticky (ISO-8859-13)ZákladnýZablokovaťNastavenia blokuTyp blokuBluetoothZáložkyObeDoluPrehliadačKalendárFotoaparátZrušiťZrušiť správu o problémeZrušiťNepodarilo sa automaticky zmeniť heslo, kontaktujte svojho administrátora.Kategórie a popiskyKeltské (ISO-8859-14)Stredoeurópske (ISO-8859-2)ZmeniťZmeniť lokalituZmeniť Vaše hesloZmeniť osobné informácie.Zmena hesla nie je podporovaná v aktuálnej konfigurácii. Kontaktujte Vášho správcu systému.SkontrolovaťSkontrolovať nové verzieKontroluje saČínske zjednodušené (GB2312)Činske tradičné (Big5)Vyberte %sVyberte spôsob zobrazovania dátumov (skrátený formát):Vyberte spôsob zobrazovania dátumov (úplný formá):Vyberte spôsob zobrazovania dátumov:Odstrániť príkazOdstrániť používateľa: %sOdstrániť používateľaVymazať používateľské údajeKliknite na jednu z vybraných adresárov a potom vyberte všetky polia pre prehľadávanie.Kliknite pre pokračovanieKlientské ukotvenieZatvoriť oknoOblakyFrekvencia codewordZbaliťVýber farbyKomiksPríkazPríkazový riadokKomentáre: %dPočítačePodmienkaPodmienkyKonfiguráciaRozdiely v konfiguráciiNastavenia pre synchronizáciu s PDA, Smartphone a Outlookom.Konfigurácia potrebuje aktualizáciu.Sú dostupné skripty na upgrade nastaveníKonfigurovať %sPotvrďte hesloPokračovaťCookieNepodarilo sa pripojiť k serveru "%s" pomocou FTP: %sNeočakávaná odpoveď od servera na, skúste neskôr.Nepodarilo sa vymazať skript na aktualizáciu konfigurácie "%s".Nepodarilo sa nájsť autorizáciu pre %s na interakciu s Vašim účtom na TwitteriNepodarilo sa obnoviť heslo zadaného používateľa. Niektoré alebo všetky detaily nie sú správne. Skúste to znovu alebo kontaktujte Vášho administrátora, ak potrebujete pomoc.Nepodarilo sa vrátiť konfiguráciu.Nepodarilo sa uložiť zálohu konfigurácie: %sNepodarilo sa uložiť skript na aktualizáciu konfigurácie do: "%s".Nepodarilo sa uložiť konfiguračný súbor %s. Vyberte jednu z možností na uloženie kódu.Nepodarilo sa uložiť konfiguračný súbor %s. Môžete buď vybrať jednu z možností na opätovné uloženie kódu do %s alebo skopírovať nižšie uvedený kód manuálne do %s.Nepodarilo sa zapísať konfiguráciu pre "%s": %sKrajinaVytvoriťVytvoriť novú identituAktuálne 4 fázyAktuálne alarmyAktuálne uzamknutiaAktuálne relácieAktuálny časAktuálne počasieAktuálne podmienkyKyrilické (KOI8-R)Kyrilické (Windows-1251)Kyrilické/Ukrajinské (KOI8-U)Prístup do databázy nie je nakonfigurovaný.DDÚdajeDatabázaDátumDátum prijatiaDátum: %s; čas: %sDeňPrednastavenéPrednastavená farbaPrednastavená schránkaŠtandardná znaková sada pre posielanie e-mailových správ:Pre funkcie, ktoré sa ukladajú podľa polohy použiť štandardné uloženie.DefinícieVymazaťVymazať "%s"Vymazať všetky údaje SyncMLVymazať skupinuSkript na aktualizáciu konfigurácie "%s" bol vymazaný.Vymazaná synchronizovaná relácia pre zariadenie "%s" a databázu "%s".Popíšte problémVývojZariadenieID zariadeniaInformácie o zariadeníSprávca zariadeníTyp zariadeniaŠifrovanie zariadeniaZariadenie je zablokované.Zariadenie je premazanéZariadenia úspešne odstránené.Premazávanie zariadenia bolo úspešne zrušené.Rosný bodRosný bod za poslednú hodinu: Rosný bodZnefunkčniťZobrazovať čas v 24-hodinovom formáte?Nastavenia pre zobrazenieZobraziť detailnú predpoveďZobraziť predpoveď (TAF)Obsahuje prvý riadok názvy polí? Ak áno, zaškrtnite políčko:Nemáte účet? Zaregistrujte sa.Stiahnuť %sStiahnuť vygenerovanú konfiguráciu ako PHP skript.DrogyDynamickýIdentifikácia európskeho IČ DPHUpraviťUpraviť "%s"Upraviť nastavenia preUpraviť právaUpraviť práva pre "%s"VzdelávanieE-mailová adresaAktivovaťČas ukončeniaAnglickyZadajte prosím meno pre novú kategóriu:Zadajte bezpečnostnú otázku, na ktorú budete musieť odpovedať ak zabudnete heslo, napr. 'ako sa volá moje zvieratko?':Chyba pri pripájaní do Facebooku. Detaily boli zaznamenané pre administrátora.Chyba pri pripájaní do Twitteru. Detaily boli zaznamenané pre administrátora.Interná chyba: %s Detaily boli zaznamenané pre administrátora.Chyba pri vymazávaní synchronizovanej relácie:Chyba pri vymazávaní synchronizovaných relácií:Chyba pri aktualizácii hesla: %sEtnickéPozvánky na udalostiKaždých 15 minútKaždé 2 minútyKaždých 30 sekúndKaždých 5 minútKaždú polhodinuKaždú hodinuKaždú minútuPríklady hodnôt:SpustiťRozbaliťVeľmi veľkéUkladanie konfigurácie cez FTPIntegrácia FacebookuPočet neúspešných pokusov o odmknutie pred odpojením zariadeniaObľúbenéNapájačAdresa napájačaAkoPolia pre vyhľadávanieSprávca súborovFilterFiltrePrvá polovicaPrvá štvrtinaPotravaPredpoveď (TAF)Predpoveď na uvedený počet dní (pamätajte na to, že predpoveď zahŕňa dni aj noci a tak môže veľké číslo vytvoriť veľmi široký blok)Zabudli ste heslo?FormuláreFortunaTyp fortunyFortunyFortuny 2FóraPožiadavky priateľa:Priatelia povolení.Zo smeru %s (%s °) rýchlosťou %s %sZo smeru %s rýchlosťou %s %sÚplný popisSplnCelé menoGenerovať %s konfiguráciuVygenerovaný kódViacVšeobecné nastaveniaOdoslaťGoedelVyhľadávanie GoogleGrécky (ISO-8859-7)Administrácia skupínMeno skupinySkupina nebola vytvorená: %s.SkupinyPráva anonymných používateľovHTML E-mailHebrejsky (ISO-8859-8-I)VýškaVýška prúdového obsahu (šírka automaticky prispôsobená do blokov)PomocníkZoznam _tém PomocníkaPologuľaTu je začiatok súboru:Skryť pokročilé nastaveniaSkryť výsledkyDomáci priečinokHordeKoľko je tam polí (stĺpcov)?Koľko sekúnd pred kontrolou, či nie sú nové články?VlhkosťHumoristiIMEIIkony pre %sIdentita, ktorá sa má použiť pri odosielaní e-mailov cez ActiveSync.Názov identity:Import, krok %dImportované pole: %sImportované polia:V odpovedi na:V zoznamoch nižšie vyberte oboje - pole importované zo zdrojového súboru vľavo a odpovedajúce pole vo Vašom adresári vpravo. Potom stlačte "Pridať pár" pre označenie poľa na import. Keď ste výber ukončili, stlačte "Ďalej".Nesprávne používateľské meno alebo alternatívna adresa. Skúste to znovu alebo kontaktujte správcu Vášho systému, ak potrebujete pomoc.Jednotliví používateliaInformáciePrevzatí členoviaZadajte e-mailovú adresu, na ktorú bude poslané nové heslo:Zadajte požadovanú odpoveď na bezpečnostnú otázku:Neplatný formát IČ DPH.Neplatná akcia %sNeplatná aplikácia.Neplatná transformácia.Neplatné rodičovské právo.InventárJaponsky (ISO-2022-JP)JavaScript je buď vypnutý alebo ho Váš prehliadač nepodporuje. Môžete použiť iba minimalistický režim.Práve teraz...Kernel-nováčikoviaKľúčové slovoDetiKolabKórejsky (EUC-KR)JazykVeľkéPosledná polovicaPosledná zmena heslaPosledná štvrtinaPosledná synchronizácia časuPosledná aktualizácia:Posledné prihlásenie: %sPosledné prihlásenie: %s z %sPosledné prihlásenie: NikdyNedávnoPrávoPáči saLimerickLinux cookieVypísať zoznam tabuliekNepodarilo sa zobraziť upozornenia: %sNepodarilo sa zobraziť uzamknutia: %sNepodarilo sa zobraziť relácie: %sZobrazovanie zoznamu používateľov zlyhalo.Zobrazovanie zoznamu používateľov nie je umožnené.LiteratúraMiestny čas: %s %s (UTC %s)Lokalita a časLokalitaUzamknúť používateľaZámkyPrihlásenieOdhlásiť saPrihlásený do FacebookuPrihlásenie zlyhalo, pretože ste zadali nesprávne používateľské meno alebo heslo.Prihlásenie zlyhalo.Prihlásiť sa do Facebooku a autorizovať %sPrihlásiť sa na Twitter a autorizovať aplikáciu %sOdhlásiťLáskaMMMágiaPoštaPoslať e-mail administrátoroviSpravovať zoznam kategórií, s ktorými označujete položky a farby spojené s týmito kategóriami.Spravovať Vaše ActiveSync zariadenia.Vyhovujúce polia:Najvyššia teplota za posledných 24 hodín: Najvyššia teplota za posledných 6 hodín: Maximálny vek e-mailuMaximálny počet portálových blokovMaximálna veľkosť prílohyMaximálny počet zariadeníMaximálny počet vztupov na zobrazenieMedicínaStrednéČlenoviaDefiníciePočasie MetarMetrikaNajnižšia teplota za posledných 24 hodín: Najnižšia teplota za posledných 6 hodín: Minimálna dĺžka PINuRôzneChýbajúca konfigurácia.Mobilný (Minimalistický)Mobilný (Smartphone/Tablet)Aplikácie optimalizované pre mobilyRežimModul je aktuálny.PondelokFázy mesiacaMoje kontoInformácie o mojom účteMôj Facebook kanálMôj portálVzhľad môjho portáluN/ANie, NESÚHLASÍMPOZNÁMKA: PREMAZANIE ZARIADENIA MÔŽE SPÔSOBIŤ VYRESETOVANIE JEHO NASTAVENÍ NA PÔVODNÉ HODNOTY OD VÝROBCU. PRED PREMAZANÍM SA, PROSÍM, UISTITE, ŽE TO NAOZAJ CHCETE UROBIŤMenoNikdyNová kategóriaNové správy:Nov mesiacaNové používateľské meno (nepovinné)Nové hesloNové heslá musia byť rovnaké.NovinkyĎalejNasledujúce 4 fázyBez zvukuNie sú dostupné žiadne konfiguračné údaje, pre ktoré by sa dali zobraziť rozdiely.Žiadna zmena.Žiadne ikony neboli nájdené.Žiadne položky na zobrazenieNie je nastavená lokalita.Žiadne urážlivé fortunyŽiadne prebiehajúce prihlásenia.Nebola nastavená bezpečnostná otázka, kontaktujte, prosím svojho administrátora.Žiadne stále verzie ešte nie sú k dispozícii.Nebolo špecifikované žiadne meno.V pôvodnej konfigurácii nebola nájdená žiadna verzia. Vygenerujte konfiguráciu znovu.V konfigurácii nebola nájdená žiadna verzia. Vygenerujte konfiguráciu znovu.ŽiadenSeverské (ISO-8859-10)Severná pologuľaNezabezpečenéPoznámkyNie je nič na prezeranie, vráťte sa späť.Počet článkov na zobrazeniePočet sekúnd do obnoveniaOSPrehliadač objektovAutor objektuFilter na nadávkyPracoviskoStaré a nové heslo musia byť odlišné.Staré hesloStaré heslo je nesprávne.Iba urážlivé fortunyVlastníka alebo práva vlastníka pre zdieľaný objekt môže zmeniť iba vlastník alebo systémový administrátorOperačný systémAlebo zadajte používateľské meno:Ďalšie informácieOstatné nastaveniaOstatníVlastníkVlastník:PHPPHP kódPHP schránkaE-mailové účty POP/IMAPChýbajúce rozšírenie POSIXP_HP konzolaHesloSila heslaHeslo bolo úspešne zmenené.Heslá musia byť rovnaké.VložiťPrebiehajúce registrácie:ĽudiaÚlohy pri prihláseníPrávo "%s" nebolo vymazané.PrávaAdministrácia právOsobné informácieDomáce zvieratáTelefónne čísloFotografiePlatitudesZadajte prosím heslo.Zadajte, prosím, používateľské meno.Uveďte, prosím, zhrnutie problému.Prečítajte si prosím nasledujúci text. MUSÍTE súhlasiť s podmienkami používania tohto systému.Štuchnutia:PolitikaPozícia textu odpovede keď zo zariadenia odpovedáte na e-mail. Niektoré zariadenia posielajú citácie vždy na konci odpovede.OdoslaťPoslané %sPoslané %s cez %sZrážky za poslednú %d hodinu: Zrážky za posledné %d hodiny: Zrážky za posledných %d hodín: Pravdepodobnosť%szrážokTlakTlak na úrovni mora: PríkazcaPopis problémuZabezpečenéZabezpečenéUverejnenie povolené.DotazKvótaNáhodná fortuneČítaťČítanie aktivované.Naozaj vymazať "%s"? Túto operáciu nemožno vrátiť späť.Naozaj vymazať používateľské údaje pre používateľa "%s"? Túto operáciu nemožno vrátiť späť.Obnoviť prvky dynamického menu:Obnoviť zobrazenie portálu:Obnovovacia frekvencia:Regulárne aplikáciePostrehyVzdialený počítačOdstrániťOdstrániť párOdstrániť uložený skript z dočasného priečinka na serveri.Odstrániť používateľaOdstrániť používateľa: %sOdpovedaťVyžaduje PINVyžaduje S/MIME šifrovanieVyžaduje S/MIME podpisObnoviťObnoviť hesloObnoviť Vaše hesloVrátiť posledný príkazVýsledkyVýsledky pre %sPreposlať cez TwitterPreposlané cez Twitter %sZopakujte nové hesloVrátiť konfiguráciuHádankySpustiťÚlohy pri prihláseníSD kartaŠifrovanie SD kartySMS správySQL DB schéma nie je aktuálna.SQL DB schéma je pripravená.SQL schránkaS_QL konzolaUložiťUložiť "%s"Uložiť a ukončiťUložiť vygenerovanú konfiguráciu ako PHP skript do dočasného priečinka Vášho servera.Skript na aktualizáciu nastavení bol uložený do: "%s".VedaŠkálaHľadaťHľadaťHľadať:Počet sekúnd neaktivity pred uzamknutím zariadeniaVyberte skupinu, ktorú chcete pridať:Vyberte nového vlastníka:Vyberte serverVyberte používateľa, ktorého chcete pridať:Vybrať všetky polia pre vyhľadávanie pri rozširovaní adries.Vyberte formát dátumu a času:Vyberte oddeľovač vo formáte dátumu:Vyberte formát dátumu:Vyberte poradie zobrazenia dátumu a času:Vyberte oddeľovač vo formáte času:Vyberte formát času:Vyberte si farebnú schému.Vyberte preferovný jazyk:Poslať správu o problémeSenzor: Čas serveraAdministrácia relácieČasová známka relácieRelácieNastavte možnosti na obnovenie Vášho hesla ak ho zabudnete.Nataviť prepojenie s Vašim účtom na Facebooku.Nataviť prepojenie s Vašim účtom na Twitteri.Vyberte jazyk, časovú zónu a nastavenia dátumu.Nastavenie aplikácie spúšťanej pri štarte, farebnej schémy, intervalu obnovovania stránky a iných vlastností zobrazenia.Do úvahy prichádza niekoľko lokalít pomocou parametra: %sKrátky súhrnMajú sa pre väčšinu odkazov vytvoriť prístupové kľúče?ZobraziťZobraziť pokročilé nastaveniaZobraziť všetky skupiny nastaveníZobraziť rozdiely medzi práve uloženou a novovygenerovanou konfiguráciou.Zobraziť extra detaily?Má sa pri prihlásení zobraziť čas posledného prihlásenia?Ukázať upozorneniaPreskočiť úlohy pri prihláseníMaléHĺbka snehu: Množstvo vody ekvivalentné snehu: Piesne a básneJuhoeurópske (ISO-8859-3)Južná pologuľaNevyžiadaná poštaŠportyŠtandardnéStar TrekStar TrekStavový menežmentStavStatus nie je možné nastaviť.PrúdeniaPožiadavka na pridanie "%s" do systému bola odoslaná. Nemôžete sa prihlásiť, kým nebude Vaša požiadavka schválená.Pripojenie do Vášho Facebook účtu alebo aktualizácia oprávnení bolo úspešné.ÚspechÚspešne pridané do systému: "%s".Vymazanie údajov zo systému pre používateľa "%s" bolo úspešné.Úspešne vymazané: "%s".Vymazanie "%s" zo systému bolo úspešné.Návrat ku konfigurácii bol úspešný. Pre zobrazenie zmien znovu načítajte stránku.Záloha konfigurácie bola uložená.Úspešne aktualizované "%s"Úspešne zapísané %sVýchod slnkaZápad slnkaNedeľaVýchod slnkaVýchod/západ slnkaZápad slnkaSynchronizovať všetkoSyncMLSyndikovaná dávkaFrázový oblakÚlohyTeplota za poslednú hodinu: TeplotaTeplota%s(%sMax%s/%sMin%s)Nie je možné pripojenie k Facebooku. Prosím skúste to znova.Nastala chyba pri aktualizácii detailov kontaktu. Prosím skúste to neskôr.Thajské (TIS-620)Vzdialené premazávanie pre zariadenie id %s bolo zrušené.Upozornenie bolo vymazané.Upozornenie bolo uložené.Konfigurácia pre %s nemôže prebehnúť automaticky. Prosím aktualizujte konfiguráciu manuálne.Prednastavená e-mailová adresu pre použitie s touto identitou:Upozornenie bolo vymazané.Služba členského štátu nebola dosiahnutá v určenom časovom limite. Skúste neskôr alebo vyberte iný členský štát.Služba členského štátu nie je dostupná. Skúste neskôr alebo vyberte iný členský štát.Uvedený kód štátu je neplatný.Služba momentálne nie je dostupná. Skúste to neskôr.Služba je momentálne preťažená. Skúste to neskôr.Žiadosť o prihlásenie "%s" bola vymazaná.Žiadosť o prihlásenie "%s" bola vymazaná.Pozícia zariadenia id %s bola nastavená. Bude zosynchronizovaná pri najbližšom spojení so serverom.Testovací skript je momentálne nefunkčný. Z bezpečnostných dôvodov odstráňte testovacie skripty po ukončení testovania (viď horde/docs/INSTALL).Používateľ "%s" už existuje.Zdieľanie "%s" neexistuje.Nastala chyba pri pridávaní "%s" do systému: %sNastala chyba pri odstraňovaní údajov používateľa "%s" zo systému: Nastala chyba pri odstraňovaní "%s" zo systému: Nastala chyba pri aktualizácii "%s": %sNastala chyba pri komunikácii so serverom ActiveSync: %sNastala chyba pri pokuse o kontakt s Twitterom: %sNastala chyba v konfiguračnom formulári. Pravdepodobne ste nevyplnili požadované pole.Nastala chyba pri vykonávaní požiadavky: %sNastala chyba pri pokuse o Facebookovú reláciu. Prosím skúste to neskôr.Vyskytla sa chyba pri odstraňovaní všeobecných dát z %s. Detaily boli zaznamenané.Nastala chyba pri zobrazovaní požadovaných povoleníToto IČ DPH je neplatné.Toto IČ DPH je platné.LístkySledovanie časuFormát časuČasová pečať alebo neznámeČasové záznamy úspečných synchronizovaných reláciíTitulokAk chcete vyňať určité pole z importu alebo opraviť zlé priradenie vyberte pole v zoznamoch a kliknite na "Odstrániť pár".Pre výber viacerých polí držte počas klikania klávesu Control (PC) alebo Command (Mac).DnesZajtraHorePrekladyTurecky (ISO-8859-9)TweetovaťIntegrácia TwitteraČasová os na TwitteriČasová os na Twitteri pre %sURLNemožno vymazať "%s": %s.Nepodarilo sa o-like-ovať.Požiadavku nebolo možné validovať. Skúste to znovu.OdblokovaťZrušiť zmenyNevyplnenéUnikód (UTF-8)JednotkyNeznámeOdomknúťNepodporovaná akcia.AktualizáciaAktualizovať %sAktualizovať schému %sAktualizovať všetky DB schémyAktualizovať všetky konfigurácieAktualizovať používateľaAktualizované "%s".Schémy pre %s bola aktualizovaná.NahraťVšetky súbory s konfiguráciou boli nahrané na server.Použite v prípade, že je meno/heslo odlišné pre IMSP server.PoužívateľSpráva používateľovPoužívateľské menoRegistrácia používateľaRegistrácia používateľov bola pre tento systém zakázaná.Registrácia používateľov nie je pre túto stránku správe nastavená.Používateľský účet nebol nájdenýVyberte používateľa, ktorého chcete pridať:Používateľské menoPoužívateliaPoužívatelia systému:Overenie IČ DPHIČ DPH:IČ DPHVerziaKontrola verziíKontrola verziíVietnamsky (VISCII)Zobraziť externú www stránkuViditeľnosťVarovanieUpozornenie: Caps Lock je zapnutý!PočasieÚdaje o počasí poskytujeWebová stránkaPrehliadačVitajteVitajte, %sZápadné (ISO-8859-1)Západné (ISO-8859-15)Ktorú aplikáciu má %s zobraziť po prihlásení?Na čom práve pracujete?Aký je znak pre oddeľovač?Aký je znak pre úvodzovku?Ktorý deň mý byť zobrazený ako prvý deň v týždni?Ktoré fázyŠírka menu %s na ľavej strane:WifiWikiVietorRýchlosť vetra v uzlochVietor:PremazávaniePremazávanie pozastavenéMúdrosťS PrácaX-RefYYÁno, súhlasímVám a %d ďalšej osobe sa to páčiVám a %d ďalším osobám sa to páčiVám a %d ďalším osobám sa to páčiNemáte právo pridávať skupiny.Nemáte právo pridávať zdieľania.Nemáte právo meniť skupiny.Nemáte právo meniť zdieľania.Nemáte právo vymazať skupiny.Nemáte právo mazať zdieľania.Nemáte právo zobraziť zoznam skupín zdieľaní.Nemáte právo čítať práva k zdieľaniu.Nemáte právo zobraziť zoznam zdieľaní.Nemáte právo zobraziť zoznam používateľov v skupinách.Nemáte právo zobraziť zoznam používateľov v zdieľaniach.Nie ste pripojený do Vášho účtu na Facebooku. Skontrolujte svoje nastavenia na Facebooku v %s.Môžete si presrieť nastavenia Vášho Facebooku v %s.Nesúhlasili ste s Podmienkami používania služby, preto sa nemôžete prihlásiť.Boli ste odhlásený.Nemáte právo čítať práva k zdieľaniu.Nesprávne ste sa pripojili do Vášho účtu na Twitteri cez Horde. Skontrolujte svoje nastavenia na Twitteri v %s.Páči sa Vám toMusíte popísať problém predtým, ako odošlete správu o probléme.Musíte určiť meno používateľa, ktorého chcete vymazať.Musíte určiť meno používateľa, ktorého chcete vymazať.Musíte určiť meno používateľa, ktorého chcete pridať.Musíte určiť používateľa, ktorý sa má aktualizovať.Vaša e-mailová adresaVaše informácieVaša internetová adresa sa zmenila od začiatku Vašej relácie. Pre Vašu bezpečnosť sa musíte znovu prihlásiť.Vaše menoVáš autentifikačný modul nepodporuje pridávanie používateľov. Ak chcete aby Horde spravoval používateľské účty, musíte vybrať iný autentifikačný modul.Váš autentifikačný modul nepodporuje zobrazovanie zoznamu používateľov, alebo bola táto možnosť z nejakého dôvodu zablokovaná.Zdá sa, že Váš prehliadač sa zmenil od začiatku Vašej relácie. Pre Vašu bezpečnosť sa musíte znovu prihlásiť.Váš prehliadač nepodporuje túto funkciu.Vaša aktuálna časová zóna:Vaše plné meno:Vaše prihlásenie vypršalo.Vaše nové heslo pre %s je: %sVaše heslo bolo obnovenéVaše heslo bolo obnovené, skontrolujte si poštu a prihláste sa s Vaším novým heslom.Vaše heslo bolo obnovené, skontrolujte si e-mail a prihláste sa Vašim novým heslom.Vášmu heslu vypršala platnosťVášmu heslu vypršala platnosť.Platnosť Vašej relácie vypršala. Prosím prihláste sa znovu.Platnosť Vašej relácie vypršala. Prosím prihláste sa znovu.Zippy[Správa o probléme]_Alarmy_CLI_Konfigurácia_Skupiny_Zámky_PrávaPo_užívateliaprílohabezvetriezo smeru %s (%s) rýchlosťou %s %sv nárazochv správenastaveniazobraziť rozdielypre potvrdenie zadajte heslo dvakrátunifikovanépočasietmpIMUtxu/horde-5.2.17/locale/pt_BR/0000755000175000017500000000000013162206570016744 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pt_BR/help.xml0000644000175000017500000000143113160205253020410 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/pt_BR/LC_MESSAGES/0000755000175000017500000000000013162206570020531 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/pt_BR/LC_MESSAGES/horde.po0000644000175000017500000031104013160205253022164 0ustar mathieumathieu# translation of pt_BR.po to Português brasileiro # Portuguese translations for Horde package. # Copyright 2008-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # # Automatically generated, 2016. # Luis Felipe Marzagao , 2016. msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2016-05-11 00:06+0000\n" "PO-Revision-Date: 2016-05-10 21:18-0300\n" "Last-Translator: Luis Felipe Marzagao \n" "Language-Team: Português brasileiro \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" foi adicionado ao sistema de grupos." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" foi adicionado ao sistema de permissão." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" não foi criado: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB usado de %.2fMB permitido (%.2f%%)" #: lib/Block/Weather.php:212 #, php-format msgid "%d %s and %s" msgstr "%d %s e %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dias até sua senha expirar." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minutos" #: lib/Ajax/Application/FacebookHandler.php:221 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d pessoa gosta disso" msgstr[1] "%d pessoas gostam disso" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d a %d de %d" #: lib/Block/Weather.php:252 #, php-format msgid "%d-day forecast" msgstr "%d-previsão do dia" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Nota" #: admin/config/config.php:28 admin/config/index.php:465 #, php-format msgid "%s Configuration" msgstr "%s Configuração" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Tarefas - Confirmação" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Termos de Acordo" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s em %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s pode interagir com sua conta do Twitter" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s não pode ler informação sobre seus amigos do Facebook." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "" "%s não pode ler suas mensagens de notícias e várias outras informações do " "Facebook." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s não pode definir suas mensagens de status ou publicar outro conteúdo no " "Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s está pronto para executar as tarefas abaixo. Selecione cada operação para " "executar neste momento." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ", ventando %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", variável de %s a %s" #: lib/Application.php:336 msgid "1 Day" msgstr "1 Dia" #: lib/Application.php:340 msgid "1 Month" msgstr "1 Mês" #: lib/Application.php:338 msgid "1 Week" msgstr "1 Semana" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "Formato 12 Horas" #: lib/Application.php:339 msgid "2 Weeks" msgstr "2 Semanas" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "Formato 24 Horas" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 horas" #: config/prefs.php:486 config/prefs.php:488 msgid "24-hour format" msgstr "Formato 24-horas" #: lib/Application.php:337 msgid "3 Days" msgstr "3 Dias" #: admin/activesync.php:40 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Uma limpeza de dispositivo foi solicitada. O dispositivo será apagado na " "próxima tentariva de sincronização." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "A newer version (%s) exists." msgstr "Uma nova verão (%s) existe." #: lib/Prefs/Special/Activesync.php:112 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Uma limpeza remota para o dispositivo de id %s foi iniciada. O dispositivo " "será apagado durante a próxima sincronização." #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Informação da Conta" #: config/prefs.php:325 msgid "Account Password" msgstr "Senha da Conta" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Ações" #: config/prefs.php:735 lib/Application.php:211 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:108 msgid "ActiveSync Administration" msgstr "Administração de ActiveSync" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "Dispositivos ActiveSync" #: admin/activesync.php:24 lib/Api.php:720 lib/Api.php:781 #: lib/Prefs/Special/Activesync.php:32 msgid "ActiveSync not activated." msgstr "ActiveSync não ativado." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Adicionar" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Adicionar Conteúdo" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Adicionar Aqui:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Adicionar Membros" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Adicionar um grupo" #: admin/user.php:26 msgid "Add a new user:" msgstr "Adicionar novo usuário:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Adicionar novo alarme" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Adicionar par" #: admin/user.php:27 msgid "Add user" msgstr "Adicionar usuário" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" adicionado ao sistema, mas não foi possível adicionar informação de " "cadastro: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" adicionado ao sistema. Você pode entrar agora." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Adicionar usuários desativado." #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Endereço" #: config/registry.php:134 msgid "Address Book" msgstr "Contatos" #: lib/Application.php:55 msgid "Administration" msgstr "Administração" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Fim do alarme" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Métodos do alarme" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Início do alarme" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Texto do alarme" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Título do alarme" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmes" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Alarmes foram desativados na configuração." #: lib/Block/Fortune.php:93 msgid "All" msgstr "Todos" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Todos os usuários autenticados" #: admin/activesync.php:58 msgid "All policy keys successfully reset." msgstr "Todas as chaves de política foram zeradas com sucesso." #: lib/Prefs/Special/Activesync.php:127 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Todos os estados removidos para seus dispositivos ActiveSync. Eles serão " "resincronizados na próxima vez que conectarem ao servidor." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Todas as sessões sincronizadas apagadas." #: lib/Application.php:247 msgid "Allow alphanumeric" msgstr "Permitir alfanumérico" #: lib/Application.php:248 msgid "Allow any" msgstr "Permitir qualquer" #: lib/Application.php:226 msgid "Allow non-provisionable devices" msgstr "Permitir dispositivos não-provisionáveis" #: lib/Application.php:246 msgid "Allow only numeric" msgstr "Permitir somente número" #: config/prefs.php:690 msgid "Alternate IMSP Login" msgstr "Login IMSP alternativo" #: config/prefs.php:707 msgid "Alternate IMSP Password" msgstr "Senha IMSP alternativa" #: config/prefs.php:701 msgid "Alternate IMSP Username" msgstr "Nome de usuário IMSP alternativo" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Endereço de e-mail alternativo" #: services/resetpassword.php:52 msgid "Answer" msgstr "Resposta" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Aplicação" #: templates/admin/phpshell.html.php:8 msgid "Application Context" msgstr "Contexto da Aplicação:" #: admin/config/index.php:257 msgid "Application is ready." msgstr "Aplicação está pronta." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Aprovar" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabic (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Tem certeza que deseja excluir'%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Tem certeza que deseja excluir o pedido de cadastro de \"%s\"?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Deseja realmente excluir \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armenian (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Arte" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "Arte Ascii" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Pelo menos um esquema de banco de dados estã desatualizado." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Anexo" #: lib/Application.php:270 msgid "Attachment Download" msgstr "Downalod de Anexo" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Tentar apagar um grupo não existente." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Tentar apagar uma permissão não existente." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Tentar editar uma permissão não existente." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Tentar editar um compartilhamento não existente." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Aplicações Autenticadas" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:63 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Autorizar" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Autorizar Acesso a Informações de Amigos" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Autorizar Publicação" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Autorizar Leitura" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automático" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Campos disponíveis:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH Excuses" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltic (ISO-8859-13)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Básico" #: templates/activesync/device_table.html.php:43 msgid "Block" msgstr "Bloquear" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Ajustes de Bloco" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Tipo de Bloco" #: lib/Application.php:303 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:185 msgid "Bookmarks" msgstr "Favoritos" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Ambos" #: config/prefs.php:751 msgid "Bottom" msgstr "No fim" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Navegador" #: templates/activesync/device_table.html.php:29 msgid "Cached Heartbeat (seconds)" msgstr "Heartbeat em Cache (segundos)" #: config/registry.php:120 msgid "Calendar" msgstr "Calendário" #: lib/Application.php:291 msgid "Camera" msgstr "Câmera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Cancelar" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Cancelar Relatório do Problema" #: templates/activesync/device_table.html.php:36 msgid "Cancel Wipe" msgstr "Cancelar Limpeza" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Impossível limpar automaticamente a senha, entre em contato com o seu " "administrador." #: config/prefs.php:510 msgid "Categories and Labels" msgstr "Categorias e Nomenclaturas" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Celtic (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Central European (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Alterar" #: lib/Block/Weather.php:134 msgid "Change Location" msgstr "Alterar Localização" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Mudar Sua Senha" #: config/prefs.php:264 msgid "Change your personal information." msgstr "Alterar suas informações pessoais." #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Mudar a sua senha não é permitido com a configuração atual. Entre em contato " "com o seu administrador." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Verificar" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Procurar novas versões" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Verificando" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Chinese Simplified (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Chinese Traditional (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Escolher %s" #: config/prefs.php:478 msgid "Choose how to display dates (abbreviated format):" msgstr "Escolher como mostrar datas (formato abreviado):" #: config/prefs.php:454 msgid "Choose how to display dates (full format):" msgstr "Escolher como mostrar datas (formato cheio):" #: config/prefs.php:491 msgid "Choose how to display times:" msgstr "Escolha como mostrar horários:" #: lib/Prefs/Special/Activesync.php:67 msgid "Class" msgstr "Classe" #: templates/admin/sqlshell.html.php:58 msgid "Clear Query" msgstr "Limpar Pesquisa" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Limpar usuário: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Limpar usuário" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Limpar dados do usuário" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Clique em uma das suas listas de endereços selecionadas e então selecione " "todos os arquivos para procurar." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Clique para Continuar" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Âncora de Cliente" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Fechar Janela" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Nuvens" #: lib/Application.php:263 msgid "Codeword frequency" msgstr "Frequência de código de palavra" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Contrair" #: lib/Prefs/Special/Activesync.php:66 msgid "Collection id" msgstr "Id de coleção" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Palheta de Cor" #: config/registry.php:249 msgid "Comics" msgstr "Quadrinhos" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:19 msgid "Command" msgstr "Comando" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Comando de Shell" #: lib/Ajax/Application/FacebookHandler.php:162 #, php-format msgid "Comments: %d" msgstr "Comentários: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Nome Comum" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Computadores" #: lib/Block/Weather.php:265 msgid "Condition" msgstr "Condição" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Condições" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Configuração" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Diferenças de Configuração" #: config/prefs.php:717 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Configuração para sincronizar PDAs, Smartphones e Outlook." #: admin/config/index.php:252 msgid "Configuration is out of date." msgstr "Configuração está desatualizada." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Scripts de atualização de configuração disponíveis" #: admin/config/index.php:189 #, php-format msgid "Configure %s" msgstr "Configurar %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Confirmar Senha" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Continuar" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Não foi possível conectar ao servidor \"%s\" usando FTP: %s" #: admin/config/index.php:95 msgid "Could not contact server. Try again later." msgstr "Impossível contatar o servidor. Tente novamente mais tarde." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Impossível apagar script de atualização de configuração \"%s\"." #: templates/prefs/facebook.html.php:58 #, php-format msgid "" "Could not find authorization for \"%s\" to interact with your Facebook " "account. This means that either you have not yet authorized your Facebook " "account to interact with \"%s\", or your authorization has expired and must " "be renewed." msgstr "" "Não foi possível encontrar autorização para \"%s\" interagir com sua conta " "Facebook. Significa que ou você ainda não autorizou sua conta Facebook para " "interagir com \"%s\", ou sua autorização expirou e você precisa renová-la." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "" "Não foi encontrada autorização para %s interagir com sua conta do Twitter." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Não foi possível limpar a senha para o usuário requerido. Alguns ou todos os " "detalhes não estão corretos. Tente novamente ou avise o seu administrador se " "precisar de mais ajuda." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Não foi possível restaurar a configuração." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Não foi possível gravar uma configuração de backup: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Impossível gravar script de atualização de configuração para: \"%s\"." #: admin/config/index.php:116 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Impossível gravar o arquivo de configuração %s. Use umas das opções abaixo " "para gravar o código." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Não foi possível gravar o arquivo de configuração %s. Você pode usar uma das " "opções para gravar o conteúdo de volta em %s ou copiar manualmente o " "conteúdo abaixo para %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Não foi possível gravar configuração para \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "País" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Criar" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Criar Nova Identidade" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Atual 4 Fases" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Alarmes Atuais" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Bloqueios Atuais" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Sessões Atuais" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Horário Atual" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Clima Atual" #: lib/Block/Weather.php:244 msgid "Current condition" msgstr "Condição atual" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Cyrillic (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Cyrillic (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Cyrillic/Ukrainian (KOI8-U)" #: admin/config/index.php:272 admin/config/index.php:324 msgid "DB access is not configured." msgstr "Acesso ao Banco de Dados não está configurado." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Dados" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Banco de Dados" #: admin/config/index.php:73 msgid "" "Database migration files not found. Please check PEAR's data_dir " "configuration setting." msgstr "" "Arquivos de migração de bando de dados não encontrados. Por favor verifique " "a configuração data_dir do PEAR." #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Data" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Data de Recebimento" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Data: %s; hora: %s" #: lib/Block/Weather.php:260 msgid "Day" msgstr "Dia" #: config/prefs.php:382 config/prefs.php:403 config/prefs.php:416 #: config/prefs.php:485 themes/default/info.php:2 msgid "Default" msgstr "Padrão" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Cor Padrão" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Shell padrão" #: config/prefs.php:406 msgid "Default charset for sending e-mail messages:" msgstr "Caracteres padrão para mandar mensagens de e-mail:" #: config/prefs.php:296 msgid "Default location to use for location-aware features." msgstr "" "Localização padrão a usar para utilidades capazes de reconher localização." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definições" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Excluir" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Excluir \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Exclui todos os dados SyncML" #: admin/groups.php:181 msgid "Delete Group" msgstr "Excluir Grupo" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Script de atualização de configuração \"%s\" excluído." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Excluida a sessao de sincronização para o aparelho \"%s\" e banco de dados " "\"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Descreva o problema" #: config/registry.php:209 msgid "Development" msgstr "Desenvolvimento" #: templates/activesync/device_table.html.php:4 #: templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Aparelho" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "ID do Dispositivo" #: templates/activesync/device_table.html.php:7 msgid "Device Information" msgstr "Informação do Dispositivo" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Gerenciador de Dispositivos" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Tipo do Dispositivo" #: lib/Application.php:323 msgid "Device encryption" msgstr "Criptografia do Dispositivo" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Dispositivo está Bloqueado." #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Dispositivo foi Limpo. Remova o estado do dispositivo para permitir " "reconexão dele." #: admin/activesync.php:53 msgid "Device successfully removed." msgstr "Dispositivo removido com sucesso." #: admin/activesync.php:45 msgid "Device wipe successfully canceled." msgstr "Limpeza de dispositivo cancelada com sucesso." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Ponto de Orvalho" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Ponto de Orvalho para a última hora: " #: lib/Block/Weather.php:195 msgid "Dew point" msgstr "Temperatura de condensação" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Desabilitar" #: lib/Application.php:227 msgid "Disable (not recommended)" msgstr "Desabilitar (não recomendado)" #: config/prefs.php:424 msgid "Display 24-hour times?" msgstr "Exibir em formato 24 horas?" #: config/prefs.php:535 msgid "Display Preferences" msgstr "Mostrar Preferências" #: lib/Block/Weather.php:104 msgid "Display detailed forecast" msgstr "Exibir previsão detalhada" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Exibir Previsão (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "" "A primeira linha contém os nomes dos campos? Se sim, clique nesta caixa:" #: templates/login/login.inc:81 msgid "Don't have an account? Sign up." msgstr "Não tem uma conta? Inscreva-se." #: admin/config/index.php:171 admin/config/index.php:215 #: admin/config/index.php:348 admin/config/index.php:374 #, php-format msgid "Download %s" msgstr "Baixar %s" #: admin/config/index.php:400 msgid "Download generated configuration as PHP script." msgstr "Baixar a configuração gerada como um script PHP." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Drogas" #: templates/login/login.inc:26 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dinâmico" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "Identificação EU VAT" #: lib/View/Sidebar.php:229 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Editar" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Editar \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Editar Preferências para" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Editar permissões" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Editar permissões para \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Educação" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "Endereço de E-Mail" #: lib/Application.php:225 msgid "Enable" msgstr "Ativar" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Hora de Término" #: lib/Block/Weather.php:92 msgid "English" msgstr "Inglês" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Insira um nome para a nova categoria:" #: config/prefs.php:345 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Forneça uma pergunta de segurança a qual você será perguntado se você " "necessitar gerar uma nova senha, ex. 'qual o nome do seu cachorro?':" #: lib/Ajax/Application/FacebookHandler.php:244 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Erro ao conectar ao Facebook. Detalhes foram registrados no log para o " "administrador." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Erro ao conectar ao Twitter. Detalhes foram registrados no log para o " "administrador." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Erro ao conectar ao Twitter: %s Detalhes foram registrados no log para o " "administrador." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Erro excluindo sessão de sincronização:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Erro excluindo sessões de sincronização:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Erro ao atualizar a senha: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Étnico" #: config/prefs.php:594 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Cada 15 minutos" #: config/prefs.php:613 msgid "Every 2 minutes" msgstr "Cada 2 minutos" #: config/prefs.php:591 config/prefs.php:611 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Cada 30 segundos" #: config/prefs.php:593 config/prefs.php:614 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Cada 5 minutos" #: config/prefs.php:595 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Cada meia hora" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "De hora em hora" #: config/prefs.php:592 config/prefs.php:612 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Cada minuto" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Valores de exemplo:" #: templates/admin/cmdshell.html.php:24 templates/admin/phpshell.html.php:23 #: templates/admin/sqlshell.html.php:57 msgid "Execute" msgstr "Executar" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Expandir" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Muito grande" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "Upload de configuração FTP" #: config/prefs.php:638 msgid "Facebook Integration" msgstr "Integração Facebook" #: lib/Application.php:258 msgid "Failed unlock attempts before device is wiped" msgstr "" "Tentativas de desbloqueio falharam antes que o dispositivo fosse zerado" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Favorito" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "alimentar" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Enderêço de alimentação" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Sensação térmica" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Campos para procurar" #: config/registry.php:315 msgid "File Manager" msgstr "Arquivos" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtro" #: config/registry.php:90 msgid "Filters" msgstr "Filtros" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Primeira Metade" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Primeiro Quarto" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Comida" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Previsão (TAF)" #: lib/Block/Weather.php:98 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Dias Previstos (Note que a previsão retornada exibe ambos dia e noite; um " "número muito alto aqui pode resultar em um bloco extenso)" #: templates/login/login.inc:88 msgid "Forgot your password?" msgstr "Esqueceu a senha?" #: config/registry.php:344 msgid "Forms" msgstr "Formulários" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Sorte" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Tipo de Sorte" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Sortes" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Sortes 2" #: config/registry.php:338 msgid "Forums" msgstr "Fóruns" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Amigos habilitados." #: lib/Block/Weather.php:221 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "A partir de %s (%s °) em %s %s" #: lib/Block/Weather.php:332 #, php-format msgid "From the %s at %s %s" msgstr "A partir de %s em %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Descrição Completa" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Lua Cheia" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Nome Completo" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Gerar a Configuração de %s" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Código Gerado" #: lib/Block/FbStream.php:150 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Obtenha Mais" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Preferências Globais" #: templates/prefs/app.html:16 msgid "Go" msgstr "Ir" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Goedel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Pesquisar no Google" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Grego (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Administração de Grupos" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Nome do grupo" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Grupo não foi criado: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Grupos" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Pesmissões de Convidado" #: lib/Application.php:327 msgid "HTML Email" msgstr "Email HTML" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebreu (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Altura" #: lib/Block/FbStream.php:71 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "" "Altura do conteúdo de fluxo (largura ajusta-se automaticamente ao bloco)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Ajuda" #: services/help/index.php:94 msgid "Help _Topics" msgstr "_Tópicos de Ajuda" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisfério" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Aqui está o início do arquivo:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Ocultar Preferências Avançadas" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Esconder resultados" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Diretório principal" #: config/registry.php:77 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Quantos campos (colunas) existem?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Quantos segundos antes de buscar novos artigos?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:233 lib/Block/Weather.php:273 msgid "Humidity" msgstr "Umidade" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristas" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Ícones para %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identidade para usar ao enviar email por ActiveSync." #: config/prefs.php:274 msgid "Identity's name:" msgstr "Nome da identidade:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importar, Passo %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Campo importado: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Campos importados:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Em resposta a:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "Na lista abaixo selecione ambos, um campo importado do arquivo origem à " "esquerda, e o campo correspondente disponível nos seus contatos à direita. " "Em seguida selecione \"Add pair\" para marcá-los para a importação. Uma vez " "terminado, selecione \"Next\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Usuário ou endereço alternativo incorretos. Tente novamente ou entre em " "contato com o administrador se você necessita de mais ajuda." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Usuários individuais" #: config/registry.php:243 msgid "Information" msgstr "Informação" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Membros herdados" #: config/prefs.php:357 msgid "Insert an email address to which you can receive the new password:" msgstr "Forneça um endereço de e-mail no qual você pode receber a nova senha:" #: config/prefs.php:351 msgid "Insert the required answer to the security question:" msgstr "Forneça a resposta obrigatória para a pergunta de segurança:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Formato do número de identificação VAT é inválido." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Ação inválida %s" #: admin/config/config.php:31 msgid "Invalid application." msgstr "Aplicação inválida." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Hash inválido." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Permissões do pai são inválidas." #: config/registry.php:296 msgid "Inventory" msgstr "Inventário" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japonês (ISO-2022-JP)" #: login.php:167 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "Javascript está desabilitado ou não está disponível no seu navegador. Você " "está limitado ao modo de visualização mínimo." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Há pouco..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Novatos de Kernel" #: services/help/index.php:161 msgid "Keyword" msgstr "Palavra-chave" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Crianças" #: config/registry.php:304 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Coreano (EUC-KR)" #: login.php:365 templates/login/login.inc:61 msgid "Language" msgstr "Idioma" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Grande" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Última Metade" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Última troca de Senha" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Último Quarto" #: templates/activesync/device_table.html.php:5 msgid "Last Sync Time" msgstr "Última hora de sincronização" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Última Atualização:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Última conexão: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Última conexão: %s a partir de %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Última conexão: Nunca" #: lib/Prefs/Special/Activesync.php:69 msgid "Last synckey" msgstr "Última chave de sincronização" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Último" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Lei" #: lib/Ajax/Application/FacebookHandler.php:205 msgid "Like" msgstr "Gostar" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Poêmas" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Cookie do Linux" #: templates/admin/sqlshell.html.php:62 msgid "List Tables" msgstr "Listar Tabelas" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Falhou listando os alarmes: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Listagem de bloqueios falhou: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Falhou listando as sessões: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Listagem de usuários falhou com essa mensagem de erro: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Listagem de usuários falhou." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Listagem de usuários está desabilitada." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Literatura" #: lib/Block/Weather.php:173 #, php-format msgid "Local time: %s %s (UTC %s)" msgstr "Hora local: %s %s (UTC %s)" #: config/prefs.php:366 msgid "Locale and Time" msgstr "Localidade e Hora" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:84 msgid "Location" msgstr "Localidade" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Bloquear Usuário" #: admin/locks.php:61 msgid "Locks" msgstr "Bloqueios" #: login.php:291 templates/login/login.inc:70 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Conectar" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Sair" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Entrou no Facebook" #: login.php:320 msgid "Login failed because your username or password was entered incorrectly." msgstr "A conexão falhou porque seu usuário ou senha estava incorreta." #: login.php:316 msgid "Login failed." msgstr "Falha de Conexão." #: login.php:405 #, php-format msgid "Login to %s" msgstr "Login para %s" #: templates/prefs/facebook.html.php:62 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Entre no Facebook e autorize %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Entre no Twitter e autorize %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Sair" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Amor" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Mágico" #: config/registry.php:82 msgid "Mail" msgstr "Correio" #: config/registry.php:349 msgid "Mail Admin" msgstr "Administrador do Correio" #: config/prefs.php:511 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "Gerencia a lista de categorias e as cores associadas a elas." #: config/prefs.php:736 msgid "Manage your ActiveSync devices." msgstr "Gerenciar seus dispositivos ActiveSync." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Campos correspondentes:" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Temperatura máxima nas últimas 24 horas: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Temperatura máxima nas últimas 6 horas: " #: lib/Application.php:331 msgid "Maximum Email age" msgstr "Idade Máxima de Email" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Número máximo de Portal Blocks" #: lib/Application.php:275 msgid "Maximum attachment size in bytes" msgstr "Tamanho máximo de anexo em bytes" #: lib/Application.php:216 msgid "Maximum number of devices" msgstr "Número máximo de dispositivos" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Número máximo de registros para mostrar" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicina" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "médio" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Membros" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Menções" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Clima Metar" #: lib/Block/Metar.php:62 lib/Block/Weather.php:93 msgid "Metric" msgstr "Métrica" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Temperatura mínima nas últimas 24 horas: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Temperatura mínima nas últimas 6 horas: " #: lib/Application.php:237 msgid "Minimum PIN length" msgstr "Tamanho mínimo de PIN" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Diversos" #: admin/config/index.php:229 msgid "Missing configuration." msgstr "Faltando configuração." #: templates/login/login.inc:28 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Celular (Mínimo)" #: templates/login/login.inc:29 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Móvel (Sem JavaScript)" #: templates/login/login.inc:27 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Celular (Smartphone/Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Aplicativos Otimizados para dispositivos Móveis" #: templates/login/login.inc:20 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Modo" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Modelo" #: admin/config/index.php:174 admin/config/index.php:218 #: admin/config/index.php:351 admin/config/index.php:377 msgid "Module is up-to-date." msgstr "Módulo está atualizado." #: config/prefs.php:499 msgid "Monday" msgstr "Segunda-Feira" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Fases da Lua" #: config/registry.php:309 msgid "My Account" msgstr "Minha Conta" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Informações da minha conta" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Meu Fluxo Facebook" #: services/portal/index.php:45 msgid "My Portal" msgstr "Meu Portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Meu Layout de Portal" #: lib/Block/Weather.php:322 lib/Block/Weather.php:326 #: lib/Block/Weather.php:342 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NÃO, Eu NÃO Concordo" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:36 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "NOTA: LIMPAR UM DISPOSITIVO PODE ZERÁ-LO PARA AS CONFIGURAÇÕES BÁSICAS DE " "FÁBRICA. POR FAVOR TENHA CERTEZA QUE REALMENTE DESEJA FAZER ISSO ANTES DE " "SOLICITAR A LIMPEZA" #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Nome" #: config/prefs.php:590 config/prefs.php:610 templates/portal/layout.inc:97 msgid "Never" msgstr "Nunca" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Nova Categoria" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Lua Nova" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Novo Usuário (opcional)" #: services/changepassword.php:31 msgid "New password" msgstr "Nova senha" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "As novas senhas não são iguais." #: config/registry.php:254 lib/Block/Fortune.php:59 msgid "News" msgstr "Notícias" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Próxima" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Próximas 4 fases" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Sem som" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Nenhum dado de configuração disponível para exibir as diferenças." #: admin/config/diff.php:49 msgid "No change." msgstr "Nenhuma alteração." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Nenhum ícone encontrado." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Nenhum item para exibir" #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Nenhuma localidade configurada." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Sem sortes ofensivas" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Nenhum registro pendente." #: lib/Application.php:344 msgid "No push while roaming" msgstr "Sem push enquanto em roaming" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "" "Nenhuma pergunta de sergurança foi definida. Por favor contate seu " "administrador." #: admin/config/index.php:168 admin/config/index.php:212 #: admin/config/index.php:345 admin/config/index.php:371 msgid "No stable version exists yet." msgstr "Versão estável ainda não existe." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Nenhum nome de usuário especificado." #: admin/config/index.php:235 msgid "No version found in original configuration. Regenerate configuration." msgstr "" "Nenhum versão encontrada na configuração original. Gere novamente a " "configuração." #: admin/config/index.php:244 msgid "No version found in your configuration. Regenerate configuration." msgstr "" "Nenhuma versão encontrada na sua configuração. Gere novamente a configuração." #: admin/config/index.php:296 msgid "NoSQL indices are ready." msgstr "Índices NoSQL estão prontos." #: admin/config/index.php:291 #, php-format msgid "NoSQL indices for %s" msgstr "Índices NoSQL para %s" #: admin/config/index.php:293 msgid "NoSQL indices out of date." msgstr "Índices NoSQL desatualizados." #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:30 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Nenhuma" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nórdico (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Hemisfério Norte" #: templates/activesync/device_table.html.php:18 msgid "Not Provisioned" msgstr "Não Provisionado" #: config/registry.php:169 msgid "Notes" msgstr "Anotações" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Nada para exibir, volte." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Quantidade de artigos a mostrar" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Número de segundos a esperar para atualizar" #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objeto Navegador" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Criador do Objeto" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Filtrar ofensivos" #: config/registry.php:266 msgid "Office" msgstr "Escritório" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Senhas antiga e nova devem ser diferentes." #: services/changepassword.php:30 msgid "Old password" msgstr "Senha antiga" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Senha antiga não está correta." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Somente sortes ofensivas" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Somente o proprietário ou o administrador do sistema podem alterar as " "permissões de propriedade ou proprietário de um compartilhamento" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Sistema Operacional" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Ou insira um nome de usuário:" #: config/prefs.php:534 config/prefs.php:637 config/prefs.php:663 #: config/prefs.php:689 config/prefs.php:715 config/prefs.php:734 msgid "Other Information" msgstr "Outras Informações" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Outras Opções" #: config/registry.php:180 msgid "Others" msgstr "Outros" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Proprietário" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Proprietário:" #: templates/admin/phpshell.html.php:17 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:29 msgid "PHP Code" msgstr "Código PHP" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP Shell" #: lib/Application.php:307 msgid "POP/IMAP Email accounts" msgstr "Contas de email POP/IMAP" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "Extensão POSIX inválida" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "P_HP Shell" #: login.php:211 admin/config/index.php:421 admin/user.php:39 admin/user.php:53 #: config/registry.php:327 templates/admin/user/update.inc:20 msgid "Password" msgstr "Senha" #: lib/Application.php:242 msgid "Password Complexity" msgstr "Complexidade de Senha" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Senha alterada com sucesso." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Senhas devem ser iguais." #: templates/admin/sqlshell.html.php:45 msgid "Paste" msgstr "Colar" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Registros Pendentes:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Pessoas" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Executar Tarefas de Conexão" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Permissões \"%s\" não excluídas." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Permissões" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Administração de Permissões" #: config/prefs.php:263 msgid "Personal Information" msgstr "Informações Pessoais" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Animais de Estimação" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Número de Telefone" #: config/registry.php:197 msgid "Photos" msgstr "Fotos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Cliché" #: login.php:217 msgid "Please enter a password." msgstr "Por favor insira uma senha." #: login.php:216 msgid "Please enter a username." msgstr "Por favor insira um nome de usuário." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Por favor forneça um resumo do problema." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Por favor leia o texto a seguir. Você DEVE concordar com os termos de uso do " "sistema." #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Política" #: config/prefs.php:750 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Posição do texto de resposta ao responder emails no seu dispositivo. Note " "que alguns dispositivos vão sempre enviar citações ao final do texto de " "resposta." #: lib/Ajax/Application/FacebookHandler.php:157 #, php-format msgid "Posted %s" msgstr "Postado %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Postado %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Precipitação para a última %d hora: " msgstr[1] "Precipitação para a últimas %d horas: " #: lib/Block/Weather.php:269 #, php-format msgid "Precipitation%schance" msgstr "Chance%sprecipitação" #: lib/Block/Metar.php:199 lib/Block/Weather.php:206 msgid "Pressure" msgstr "Pressão" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Pressão em nível do mar: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Principal" #: services/problem.php:161 msgid "Problem Description" msgstr "Descrição do Problema" #: templates/activesync/device_table.html.php:18 msgid "Provisioned" msgstr "Provisionado" #: lib/Application.php:221 msgid "Provisioning" msgstr "Provisionando" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Publicação habilitada." #: templates/admin/sqlshell.html.php:9 msgid "Query" msgstr "Consultar" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Quota" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Sorte Aleatória" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Ler" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Leitura habilitada." #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Excluir realmente \"%s\"? Esta operação não pode ser desfeita." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Remover realmente os dados do usuário \"%s\"? Esta operação não pode ser " "desfeita." #: config/prefs.php:616 msgid "Refresh Dynamic Menu Elements:" msgstr "Atualizar Menu de Elementos Dinâmicos:" #: config/prefs.php:597 msgid "Refresh Portal View:" msgstr "Atualizar Exibição do Portal:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Taxa de atualização:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Aplicativos Regulares" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Observações" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Servidor Remoto" #: templates/activesync/device_table.html.php:38 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 msgid "Remove" msgstr "Remover" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Remover par" #: admin/config/index.php:440 msgid "Remove saved script from server's temporary directory." msgstr "Remover script gravado no diretório temporário do servidor." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Remover usuário" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Remover usuário: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Responder" #: lib/Application.php:232 msgid "Require PIN" msgstr "Solicitar PIN" #: lib/Application.php:315 msgid "Require S/MIME Encryption" msgstr "Solicitar Criptografia S/MIME" #: lib/Application.php:319 msgid "Require S/MIME Signature" msgstr "Solicitar Assinatura S/MIME" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Limpar" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Gerar Nova Senha" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Redefinir estado de todos dispositivos" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Redefenir sua senha" #: templates/admin/sqlshell.html.php:60 msgid "Restore Last Query" msgstr "Restaurar última pesquisa" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:34 #: templates/admin/sqlshell.html.php:13 msgid "Results" msgstr "Resultados" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Resultados para %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Retweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweet de %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Digite a nova senha novamente" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Reverter Configuração" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Charadas" #: templates/admin/sqlshell.html.php:46 msgid "Run" msgstr "Executar" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Executar Tarefas de Conexão" #: lib/Application.php:287 msgid "SD card" msgstr "Cartão SD" #: lib/Application.php:280 msgid "SD card encryption" msgstr "Criptografia cartão SD" #: lib/Application.php:295 msgid "SMS Text messages" msgstr "Mensagens de texto SMS" #: admin/config/index.php:278 admin/config/index.php:331 msgid "SQL DB schema is out of date." msgstr "Esquema SQL DB desatualizado." #: admin/config/index.php:283 admin/config/index.php:336 msgid "SQL DB schema is ready." msgstr "Esquema SQL DB está pronto." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL Shell" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "S_QL Shell" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Gravar" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Gravar \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Gravar e Finalizar" #: admin/config/index.php:408 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Gravar configuração gerada como um script PHP para o diretório temporário do " "seu servidor." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Gravado script de atualização de configuração para: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Ciência" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Escopo" #: services/help/index.php:95 msgid "Sea_rch" msgstr "_Pesquisar" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Pesquisar" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Pesquisar:" #: lib/Application.php:253 msgid "Seconds of inactivity before device should lock" msgstr "Segundos de inatividade antes de travar o dispositivo" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Selecione um grupo para adicionar:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Selecione um novo proprietário:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Selecione um servidor" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Selecione um usuário a adicionar:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Selecione todos os campos para procurar quando expandir endereços." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Selecione o formato de date e hora:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Selecione um delimitador de data:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Selecione o formato de data:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Selecione a ordem de hora e hora:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Selecione um delimitador de hora:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Selecione o formato de hora:" #: config/prefs.php:583 msgid "Select your color scheme." msgstr "Selecione seu esquema de cores." #: config/prefs.php:379 msgid "Select your preferred language:" msgstr "Selecione seu idioma preferido:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Enviar Relatório de Problema" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Sensor: " #: lib/Prefs/Special/Activesync.php:68 msgid "Server Id" msgstr "Id do Servidor" #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Horário do Servidor" #: admin/sessions.php:67 msgid "Session Administration" msgstr "Administração de Sessão" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Carimbo de data da Sessão" #: lib/Api.php:70 msgid "Sessions" msgstr "Sessões" #: config/prefs.php:326 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Ajustar preferências para permitir que você redefina sua senha caso venha a " "esquecê-la." #: config/prefs.php:639 msgid "Set up integration with your Facebook account." msgstr "Ajustar integração com sua conta do Facebook." #: config/prefs.php:665 msgid "Set up integration with your Twitter account." msgstr "Ajustar integração com sua conta do Twitter." #: config/prefs.php:367 msgid "Set your preferred language, timezone and date preferences." msgstr "Ajusar sua língua preferida, zona de horários e preferências de data." #: config/prefs.php:536 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Configurar sua aplicação inicial, esquema de cores, atualização de páginas e " "outras opções de exibição." #: lib/Block/Weather.php:150 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Diversas localizações possíveis com o parâmetro: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Resumo" #: config/prefs.php:623 msgid "Should access keys be defined for most links?" msgstr "Teclas de atalho deverâo ser definidas para a maioria dos links?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Exibir" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Mostrar Preferências Avançadas" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Mostrar Todos os Grupos de Preferências" #: admin/config/index.php:390 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Exibir as diferenças entre a configuração atual e a nova gerada." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Mostrar detalhes extras?" #: config/prefs.php:568 msgid "Show last login time when logging in?" msgstr "Exibir data e hora da última conexão ao se conectar?" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Pular Tarefas de Conexão" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "pequeno" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Profundidade da Neve: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Equivalente de neve em água: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Canções e Poemas" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Sul Europeu (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Hemisfério Sul" #: config/registry.php:106 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Esportes" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Padrão" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Horáro de Início" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Gerenciamento de Estado" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 msgid "Status" msgstr "Situação" #: lib/Ajax/Application/FacebookHandler.php:86 msgid "Status unable to be set." msgstr "Impossível de ajustar status." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Fluxo" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Enviada a solicitação para adicionar \"%s\" ao sistema. Você não pode " "conectar-se até que sua solicitação seja aprovada." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "" "Conectado com sucesso à sua conta do Facebook ou atualizadas permissões." #: templates/admin/sqlshell.html.php:17 msgid "Success" msgstr "Sucesso" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" adicionado com sucesso ao sistema." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Os dados do usuário \"%s\" foram removidos do sistema com sucesso." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" excluido com sucesso." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" excluído do sistema com sucesso." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Configuração revertida com sucesso. Atualize para ver as alterações." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Backup da configuração gravada com sucesso." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" atualizado com sucesso" #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "%s gravado com sucesso" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Amanhecer" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Pôr-do-Sol" #: config/prefs.php:498 msgid "Sunday" msgstr "Domingo" #: lib/Block/Weather.php:180 lib/Block/Weather.php:181 msgid "Sunrise" msgstr "Amanhecer" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Amanhecer/Pôr-do-Sol" #: lib/Block/Weather.php:183 lib/Block/Weather.php:184 msgid "Sunset" msgstr "Pôr-do-Sol" #: lib/Application.php:335 msgid "Sync all" msgstr "Sincronizar tudo" #: config/prefs.php:716 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Subscrição de notícias" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Dia Nublado" #: config/registry.php:155 msgid "Tasks" msgstr "Tarefas" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temperatura para a última hora: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:190 msgid "Temperature" msgstr "Temperatura" #: lib/Block/Weather.php:261 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatura%s(%sAlta%s/%sBaixa%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "" "Temporariamente impossível de conectar com o Facebook, Por favor tente de " "novo." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "" "Temporariamente impossível de contatar o Twitter. Por favor tente de novo " "mais tarde." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tailandês (TIS-620)" #: admin/sqlshell.php:97 #, php-format msgid "" "The DELETE command completed successfully. A total of %d rows were deleted." msgstr "" "O comando DELETE foi executado com sucesso. Total de %d linhas foram " "apagadas." #: admin/sqlshell.php:89 msgid "The INSERT command completed successfully." msgstr "O comando INSERT executado com sucesso." #: lib/Prefs/Special/Activesync.php:118 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "A Limpeza Remota para o id de dispositivo %s foi cancelada." #: admin/sqlshell.php:93 #, php-format msgid "" "The UPDATE command completed successfully. A total of %d rows were modified." msgstr "" "O comando UPDATE foi executado com sucesso. Total de %d linhas foram " "modificadas." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "O alarme foi excluído." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "O alarme foi gravado." #: admin/config/index.php:119 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "A configuração para %s não pode ser atualizada automaticamente. Por favor " "atualize a configuração manualmente." #: config/prefs.php:290 msgid "The default e-mail address to use with this identity:" msgstr "O endereço de e-mail padrão para usar com essa identidade:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "O bloqueio foi removido." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "O serviço member state não pôde ser contactado a tempo. Tente novamente mais " "tarde ou com um member state diferente." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "O serviço member state não está disponível neste momento. Tente novamente " "mais tarde ou com um member state diferente." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "O código de país fornecido é inválido." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "O serviço não está disponível. Tente novamente mais tarde." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "O serviço está muito ocupado no momento. Tente novamente mais tarde." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "A solicitação de registro de \"%s\" foi excluída." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "A solicitação de assinatura para o usuário \"%s\" foi removida." #: lib/Prefs/Special/Activesync.php:133 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "O estado para o dispositivo com id %s foi excluído. Ele será resincronizado " "na próxima vez que conectar ao servidor." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "O script de teste está ativado. Por razões de segurança, desative o script " "de teste quando acabar de testar (veja horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "O usuário \"%s\" já existe." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "O usuário \"%s\" não existe." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Houve um problema adicionando \"%s\" ao sistema: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Houve um problema ao excluir do sistema os dados do usuário \"%s\": " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Houve um problema ao excluir \"%s\" do sistema: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Houve um problema ao atualizar \"%s\":%s" #: lib/Prefs/Special/Activesync.php:136 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Houve um erro ao comunicar com o servidor ActiveSync: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Houve um erro ao contatar o Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Houve um erro no formulário de configuração. Talvez você deixou um campo " "obrigatório em branco." #: lib/Ajax/Application/FacebookHandler.php:47 lib/Block/FbStream.php:142 #, php-format msgid "There was an error making the request: %s" msgstr "Houve um erro ao fazer a solicitação: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Houve um erro ao obter sua sessão do Facebook. Por favor tente de novo mais " "tarde." #: lib/Application.php:202 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Houve um erro ao remover dados globais para %s. Detalhes foram registrados " "no log." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Houve um erro com as permissões solicitadas." #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "O número de identificação VATé inválido." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Este número de identificação VAT é válido." #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "" "Isso causará a resincronização de todos os itens em todos os dispositivos." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "" "Isso causará a resincronização de todos os itens nos seus dispositivos." #: config/registry.php:226 msgid "Tickets" msgstr "Bilhetes" #: config/registry.php:272 msgid "Time Tracking" msgstr "Acompanhamento de Horário" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Formato de hora" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Carimo de Horário ou desconhecido" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Carimbos de horário de sessões de sincronização bem sucedidas" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Título" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Para excluir um campo em particular da importação ou para corrigir um " "casamento errôneo, selecione um campo na lista abaixo e selecione \"Remove " "pair\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Para selecionar campos múltiplos, segure a tecla Ctrl (PC) ou Command (Mac) " "quando clicar." #: lib/Block/Weather.php:294 msgid "Today" msgstr "Hoje" #: lib/Block/Weather.php:296 msgid "Tomorrow" msgstr "Amanhã" #: config/prefs.php:751 msgid "Top" msgstr "No topo" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Traduções" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Turco (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:664 msgid "Twitter Integration" msgstr "Integração Twitter" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Linha de Tempo do Twitter" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Linha do tempo do Twitter para %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter não habilitado." #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Impossível excluir \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:118 msgid "Unable to set like." msgstr "Impossível ajudar gosto." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "" "Impossível validar o token solicitado. Por favor tente novamente sua " "solicitação." #: admin/activesync.php:98 lib/Prefs/Special/Activesync.php:61 msgid "Unavailable" msgstr "Indisponível" #: templates/activesync/device_table.html.php:41 msgid "Unblock" msgstr "Desbloquear" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Desfazer Alterações" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Não favorito" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Normal" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:89 msgid "Units" msgstr "Unidades" #: admin/sessions.php:36 msgid "Unknown" msgstr "Desconhecido" #: admin/locks.php:43 msgid "Unlock" msgstr "Desbloquear" #: lib/Api.php:723 lib/Api.php:784 msgid "Unsupported action." msgstr "Ação não suportada." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Atualizar" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "%s atualizado" #: admin/config/index.php:192 admin/config/index.php:310 #, php-format msgid "Update %s schema" msgstr "Atualizar esquema %s" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Atualizar todos os esquemas de Banco de Dados" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Atualizar todas as configurações" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Atualizar usuário" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "Atualizado: \"%s\"." #: admin/config/index.php:134 #, php-format msgid "Updated schema for %s." msgstr "Atualizar esquema para %s." #: admin/config/index.php:419 msgid "Upload" msgstr "Enviar" #: admin/config/index.php:427 msgid "Uploaded all application configuration files to the server." msgstr "" "Enviados todos os arquivos de configuração de aplicação para o servidor." #: lib/Prefs/Special/Activesync.php:81 msgid "Use Horde Default" msgstr "Usar Padrão do Horde" #: config/prefs.php:691 msgid "Use if name/password is different for IMSP server." msgstr "Usar se o nome/senha é diferente no servidor IMSP." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Usuário" #: admin/user.php:240 msgid "User Administration" msgstr "Administração de Usuários" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Agente do Usuário" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Nome do Usuário" #: signup.php:74 msgid "User Registration" msgstr "Registro de Usuários" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Registro de Usuários está desabilitado neste site." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Registro de Usuários não está devidamente configurado neste site." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Conta de usuário não encontrada" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Usuário a adicionar:" #: login.php:206 admin/config/index.php:420 admin/user.php:36 admin/user.php:52 #: services/resetpassword.php:33 templates/admin/activesync.html.php:9 #: templates/admin/user/approve.inc:23 msgid "Username" msgstr "Nome do usuário" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Usuários" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Usuários no sistema:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "Verificação do número VAT id" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "Número de identificação VAT:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "Número VAT" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Versão" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Verificar Versão" #: config/registry.php:215 msgid "Version Control" msgstr "Controle de Versão" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamita (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Visualizar uma página web externa" #: lib/Block/Metar.php:183 lib/Block/Weather.php:238 msgid "Visibility" msgstr "Visibilidade" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Atenção" #: templates/login/login.inc:43 msgid "Warning: Your Caps Lock key is on!" msgstr "Aviso: Sua tecla Caps Lock está ligada!" #: lib/Block/Weather.php:46 lib/Block/Weather.php:73 msgid "Weather" msgstr "Clima" #: lib/Block/Weather.php:354 lib/Block/Weather.php:362 msgid "Weather data provided by" msgstr "Dados do Clima fornecido por" #: config/registry.php:332 msgid "Web Site" msgstr "Web" #: lib/Application.php:311 msgid "Web browser" msgstr "Navegador" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Bem-vindo" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Bem-vindo, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Ocidental (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Ocidental (ISO-8859-15)" #: config/prefs.php:548 #, php-format msgid "What application should %s display after login?" msgstr "Qual aplicação o %s deve exibir após a conexão?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "No que você está trabalhando agora?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Qual o caractere delimitador?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Qual o caractere de citação?" #: config/prefs.php:501 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "" "Qual dia você gostaria que fosse mostrado como o primeiro dia da semana?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Quais fases" #: config/prefs.php:603 #, php-format msgid "Width of the %s menu on the left:" msgstr "Largura do Menu %s à esquerda:" #: lib/Application.php:299 msgid "Wifi" msgstr "Wifi" #: config/registry.php:203 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:219 lib/Block/Weather.php:277 msgid "Wind" msgstr "Vento" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Velocidade do vento em nós" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vento:" #: templates/activesync/device_table.html.php:33 msgid "Wipe" msgstr "Limpar" #: templates/activesync/device_table.html.php:12 msgid "Wipe Pending" msgstr "Limpeza Pendente" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Sabedoria" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "Com" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Trabalho" #: config/registry.php:238 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Sim, Eu Concordo" #: lib/Ajax/Application/FacebookHandler.php:111 #: lib/Ajax/Application/FacebookHandler.php:213 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Você e %d outra pessoa gosta disso" msgstr[1] "Você e %d outras pessoas gostam disso" #: lib/Api.php:250 msgid "You are not allowed to add groups." msgstr "Você não está autorizado a adicionar grupos." #: lib/Api.php:348 msgid "You are not allowed to add shares." msgstr "Você não está autorizado a adicionar compartilhamentos." #: lib/Api.php:285 lib/Api.php:304 msgid "You are not allowed to change groups." msgstr "Você não está autorizado a alterar grupos." #: lib/Api.php:422 lib/Api.php:455 lib/Api.php:485 lib/Api.php:506 msgid "You are not allowed to change shares." msgstr "Você não está autorizado a alterar compartilhamentos." #: lib/Api.php:268 msgid "You are not allowed to delete groups." msgstr "Você não está autorizado a excluir grupos." #: lib/Api.php:369 msgid "You are not allowed to delete shares." msgstr "Você não está autorizado a excluir compartilhamentos." #: lib/Api.php:637 msgid "You are not allowed to list groups of shares." msgstr "Você não está autorizado a listar grupos de compartilhamento." #: lib/Api.php:528 lib/Api.php:566 msgid "You are not allowed to list share permissions." msgstr "Você não está autorizado a listar permissões de compartilhamento." #: lib/Api.php:390 msgid "You are not allowed to list shares." msgstr "Você não está autorizado a listar compartilhamentos." #: lib/Api.php:324 msgid "You are not allowed to list users of groups." msgstr "Você não está autorizado a listar usuários de grupos." #: lib/Api.php:605 msgid "You are not allowed to list users of shares." msgstr "Você não está autorizado a listar usuários de compartilhamentos." #: lib/Block/FbStream.php:102 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Você não está conectado à sua conta do Facebook. Você deve verificar suas " "configurações do Facebook em %s." #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:143 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Você também pode verificar suas configurações do Facebook no seu %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Você não concordou com o acordo de Termos de Serviço, então você não foi " "autorizado a entrar." #: login.php:312 msgid "You have been logged out." msgstr "Você foi desconectado." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Você negou as permissões solicitadas." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Você não conectou de forma apropriada sua conta do Twitter com o Horde. Você " "deve verificar suas configurações do Twitter no seu %s." #: lib/Ajax/Application/FacebookHandler.php:105 #: lib/Ajax/Application/FacebookHandler.php:113 #: lib/Ajax/Application/FacebookHandler.php:216 msgid "You like this" msgstr "Você gosta disso" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Você deve descrever o problema antes de enviar o relatório de problema." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Você deve especificar um usuário para excluir." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Você deve especificar um usuário para remover." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Você deve especificar um usuário para adicionar." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Você deve especificar um usuário para atualizar." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Seu Endereço de E-mail" #: config/prefs.php:262 config/prefs.php:324 config/prefs.php:365 #: config/prefs.php:509 msgid "Your Information" msgstr "Suas Informações" #: login.php:300 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Seu endereço de Internet mudou desde o começo da sua sessão. Para proteger a " "sua segurança, você deve entrar novamente." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Seu Nome" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Sua estrutura de autenticação não suporta adição de usuários. Se você deseja " "usar o Horde para administrar contas de usuário,você deve usar uma outra " "estrutura de autenticação." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Sua estrutura de autenticação não suporta listagem de usuários, ou a função " "foi desabilitada por alguma outra razão." #: login.php:304 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Aparentemente seu navegador mudou desde o começo da sua sessão. Para " "proteger sua segurança, você deve entrar novamente." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Seu navegador não suporta esta função." #: config/prefs.php:413 msgid "Your current time zone:" msgstr "Seu fuso horário atual:" #: config/prefs.php:282 msgid "Your full name:" msgstr "Seu nome completo:" #: login.php:324 msgid "Your login has expired." msgstr "Sua conexão expirou." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Sua nova senha para %s é: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Sua nova senha foi gerada" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Sua senha foi redefinida, mas não pôde ser enviada a você. Por favor contate " "o administrador." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Sua nova senha foi gerada, verifique seu e-mail e conecte-se com sua nova " "senha." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Sua senha foi alterada com sucesso. Você precisa fazer novo login no sistema " "com a nova senha." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Sua senha expirou" #: login.php:178 msgid "Your password has expired." msgstr "Sua senha expirou." #: login.php:296 msgid "Your session has expired. Please login again." msgstr "Sua sessão expirou. Por favor entre novamente." #: login.php:308 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Seu tamanho de sessão excedeu o tempo máximo permitido. Por favor entre " "novamente." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Relatório de Problema]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmes" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "_Configuração" #: lib/Api.php:50 msgid "_Groups" msgstr "_Grupos" #: lib/Api.php:60 msgid "_Locks" msgstr "B_loqueios" #: lib/Api.php:55 msgid "_Permissions" msgstr "_Permissões" #: lib/Api.php:45 msgid "_Users" msgstr "_Usuários" #: services/problem.php:59 msgid "attachment" msgstr "anexo" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "calmo" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "a partir de %s (%s) em %s %s" #: lib/Block/Weather.php:227 lib/Block/Weather.php:337 msgid "gusting" msgstr "ventando" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "incorporado" #: lib/Ajax/Application/FacebookHandler.php:48 lib/Block/FbStream.php:103 #: lib/Block/FbStream.php:143 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "preferências" #: admin/config/config.php:75 msgid "show differences" msgstr "exibir diferenças" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "preencha sua senha duas vezes para confirmar" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "unificado" tmpIMUtxu/horde-5.2.17/locale/pt_BR/LC_MESSAGES/horde.mo0000644000175000017500000020351013160205253022163 0ustar mathieumathieuY5G$G)GG&H 9H$FH kH)vHHH HHHH I)I7@IJxIHIR J_JoJJJJJJJJJJVJ9KlVKKKKK KLL.LHL LL XL bL nLzL LLLNL-L'MAM IMVM eM oM }M M MM.MMM#MlN%NN NNNNO&O>OVO ]OiO}OOO%O<O%P:POP SP)]P PP'P,P*P%&QLQ gQ qQQQ QQ QQQQQ R R !R+R0R7R?RZRcRjRqR R@RRRRS$S4S!ISdkSSSSST /T19T*kTTT TT TTQTEU WU eUrUyUU U UUU U U U U U U VV=-VkV'V VVVV.V*W39WmWIRXX?Y(_Y5YXYZ*ZZZZZ [ [&[ 7[D[T[f[x[[[[[[W[2\ 7\E\X\\\ d\ r\,\4\ \\ \] ]*%]BP]] ]] ]]] ]]^B^^^"{^ ^^ ^^^^__3_CJ__ _/____` ``2`C` ]` g`u`|``"`{`M,aLzaOa'b(?bhbbbbbbb b bbc c c cw(WwPwww rx|xBxxxx yy %y 1y>yOyUy[yjy oy4}yGyyz .z >'fKu*4L!nc5>hYf‡%)8O3-2e&1DAv3%?)RT|)ыKIG1*Ì(67N 1VxώՎގ  /G\`{D ԏ &-A HRcy Đ;ː2LQ e pz2; (.C^ y  ؒ"/ 8D LXm/ ГF U!b Ɣ̔єה ڔD","O%r%%%- .8#g,,c5IV֗*s E)& %4(Zv (sʚy>+ $D\aQfw-Xڝ39JRWfn u  žΞ"ߞ )ˠ-#)= gr - ˡ١  $ 8*D<oXVg\ģգ .7HpO|ݤZ`v Υ ':S iwZ4 :DM ]k~,7 E)˨ *Iby!ҩ ۩"#8<\ͪ Ҫ<ݪ &2,Y,1 * 4K ]i ~ ¬ Ь ڬ  %-6VUgح )$9i^ ȮҮ  -09,jίl x !ذ  $ 5 @ M Xds<#α7 *8 HR;Y<BҲMK.:1Hlf6ж  )7FWg v0ٷ  q"ĸ ̸ ظ3O jw  9PBVfoͺT![-}&  +G]xI ټ 27 >H_ fr ǽ۽%!UTW\*+߿ )1APap  GI R\xv  " % /=Z iv  +AIH  "!(/Jz 4%44 H?97y# 3    7Ff}#  ) Hi:) 2 DO akty@ -27:BJ<c'+* 7 N!o)  +*>i0% ? M Zf ~ !  EZoR #`%VRTs ,1^ar *     *4M grx! %1Pg~%)V cm Q+}   04?HT'%< R`p x= :A&Ry  $ ALd{  ^=P 5" 8"NCq#!!!:\y:ZC/.HpF7A8 ?(`C67?Vu  &},J'A%g&H- < S ]i q{  ! !P3VN'?;gQ s#<wze*> FJ2@w}#1@Cr.&8 'Edm*SRQ--/M0J~"A bj[`em u!&T@    # -;-P"~L53K4D!Y{  (<"P s ( 3+%_I 8=BHdkr J/:/-j8-8@8Ey79D1qvHc1'_Iq0022P|+4{|l),?Us`P_?/UJPirw     , >6uXQe|P>' D@B(20D})$ 4,{-VZBY>r/Tm y3\ 4:z&I/(p~mPL9*-x=yxYh#+3?2Tq$ T-GaCo{"1K1FJ>Wq#@7K[=]+M^!k?J8D%vGrC" 'O}. ^7M.U1pBRR]7S^!Q9EM@cXvoiz_Hn]jg7wN)5'mZYJH`Xd_f +D8lK F2 b;{HN:  \4ei"64V\y|B /P[tW-RY=N<!l,UU#<sE9'i|;*oa t8#<cRX0c1 _~.$  O3j$MO PA0&s dGx KSf96nC5gZ}OIp~@T+wt!C>%Q <ra LL2S.(? WA5F:h)5uj[wIL&f %(e%=`AgJU?s0v6EGlQk,;z;8,VV`/:En*&*)kbudq"A3WHbSFNIh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCached Heartbeat (seconds)CalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClassClear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseCollection idColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for "%s" to interact with your Facebook account. This means that either you have not yet authorized your Facebook account to interact with "%s", or your authorization has expired and must be renewed.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDatabase migration files not found. Please check PEAR's data_dir configuration setting.DateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvery 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLast synckeyLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %s (UTC %s)Locale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to %sLogin to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment size in bytesMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.Posted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server IdServer TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Skip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The DELETE command completed successfully. A total of %d rows were deleted.The INSERT command completed successfully.The Remote Wipe for device id %s has been cancelled.The UPDATE command completed successfully. A total of %d rows were modified.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnavailableUnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use Horde DefaultUse if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedProject-Id-Version: pt_BR Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2016-05-11 00:06+0000 PO-Revision-Date: 2016-05-10 21:18-0300 Last-Translator: Luis Felipe Marzagao Language-Team: Português brasileiro Language: pt_BR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); X-Generator: Poedit 1.5.4 "%s" foi adicionado ao sistema de grupos."%s" foi adicionado ao sistema de permissão."%s" não foi criado: %s.%.2fMB usado de %.2fMB permitido (%.2f%%)%d %s e %s%d dias até sua senha expirar.%d minutos%d pessoa gosta disso%d pessoas gostam disso%d a %d de %d%d-previsão do dia%s - Nota%s Configuração%s Tarefas - Confirmação%s Termos de Acordo%s em %s %s%s pode interagir com sua conta do Twitter%s não pode ler informação sobre seus amigos do Facebook.%s não pode ler suas mensagens de notícias e várias outras informações do Facebook.%s não pode definir suas mensagens de status ou publicar outro conteúdo no Facebook.%s está pronto para executar as tarefas abaixo. Selecione cada operação para executar neste momento., ventando %s %s, variável de %s a %s1 Dia1 Mês1 SemanaFormato 12 Horas2 SemanasFormato 24 Horas24 horasFormato 24-horas3 DiasUma limpeza de dispositivo foi solicitada. O dispositivo será apagado na próxima tentariva de sincronização.Uma nova verão (%s) existe.Uma limpeza remota para o dispositivo de id %s foi iniciada. O dispositivo será apagado durante a próxima sincronização.AM/PMInformação da ContaSenha da ContaAçõesActiveSyncAdministração de ActiveSyncDispositivos ActiveSyncActiveSync não ativado.AdicionarAdicionar ConteúdoAdicionar Aqui:Adicionar MembrosAdicionar um grupoAdicionar novo usuário:Adicionar novo alarmeAdicionar parAdicionar usuário"%s" adicionado ao sistema, mas não foi possível adicionar informação de cadastro: %s."%s" adicionado ao sistema. Você pode entrar agora.Adicionar usuários desativado.EndereçoContatosAdministraçãoFim do alarmeMétodos do alarmeInício do alarmeTexto do alarmeTítulo do alarmeAlarmesAlarmes foram desativados na configuração.TodosTodos os usuários autenticadosTodas as chaves de política foram zeradas com sucesso.Todos os estados removidos para seus dispositivos ActiveSync. Eles serão resincronizados na próxima vez que conectarem ao servidor.Todas as sessões sincronizadas apagadas.Permitir alfanuméricoPermitir qualquerPermitir dispositivos não-provisionáveisPermitir somente númeroLogin IMSP alternativoSenha IMSP alternativaNome de usuário IMSP alternativoEndereço de e-mail alternativoRespostaAplicaçãoContexto da Aplicação:Aplicação está pronta.AprovarArabic (Windows-1256)Tem certeza que deseja excluir'%s'?Tem certeza que deseja excluir o pedido de cadastro de "%s"?Deseja realmente excluir "%s"?Armenian (ARMSCII-8)ArteArte AsciiPelo menos um esquema de banco de dados estã desatualizado.AnexoDownalod de AnexoTentar apagar um grupo não existente.Tentar apagar uma permissão não existente.Tentar editar uma permissão não existente.Tentar editar um compartilhamento não existente.Aplicações AutenticadasAutorizarAutorizar Acesso a Informações de AmigosAutorizar PublicaçãoAutorizar LeituraAutomáticoCampos disponíveis:BOFH ExcusesBaltic (ISO-8859-13)BásicoBloquearAjustes de BlocoTipo de BlocoBluetoothFavoritosAmbosNo fimNavegadorHeartbeat em Cache (segundos)CalendárioCâmeraCancelarCancelar Relatório do ProblemaCancelar LimpezaImpossível limpar automaticamente a senha, entre em contato com o seu administrador.Categorias e NomenclaturasCeltic (ISO-8859-14)Central European (ISO-8859-2)AlterarAlterar LocalizaçãoMudar Sua SenhaAlterar suas informações pessoais.Mudar a sua senha não é permitido com a configuração atual. Entre em contato com o seu administrador.VerificarProcurar novas versõesVerificandoChinese Simplified (GB2312)Chinese Traditional (Big5)Escolher %sEscolher como mostrar datas (formato abreviado):Escolher como mostrar datas (formato cheio):Escolha como mostrar horários:ClasseLimpar PesquisaLimpar usuário: %sLimpar usuárioLimpar dados do usuárioClique em uma das suas listas de endereços selecionadas e então selecione todos os arquivos para procurar.Clique para ContinuarÂncora de ClienteFechar JanelaNuvensFrequência de código de palavraContrairId de coleçãoPalheta de CorQuadrinhosComandoComando de ShellComentários: %dNome ComumComputadoresCondiçãoCondiçõesConfiguraçãoDiferenças de ConfiguraçãoConfiguração para sincronizar PDAs, Smartphones e Outlook.Configuração está desatualizada.Scripts de atualização de configuração disponíveisConfigurar %sConfirmar SenhaContinuarCookieNão foi possível conectar ao servidor "%s" usando FTP: %sImpossível contatar o servidor. Tente novamente mais tarde.Impossível apagar script de atualização de configuração "%s".Não foi possível encontrar autorização para "%s" interagir com sua conta Facebook. Significa que ou você ainda não autorizou sua conta Facebook para interagir com "%s", ou sua autorização expirou e você precisa renová-la.Não foi encontrada autorização para %s interagir com sua conta do Twitter.Não foi possível limpar a senha para o usuário requerido. Alguns ou todos os detalhes não estão corretos. Tente novamente ou avise o seu administrador se precisar de mais ajuda.Não foi possível restaurar a configuração.Não foi possível gravar uma configuração de backup: %sImpossível gravar script de atualização de configuração para: "%s".Impossível gravar o arquivo de configuração %s. Use umas das opções abaixo para gravar o código.Não foi possível gravar o arquivo de configuração %s. Você pode usar uma das opções para gravar o conteúdo de volta em %s ou copiar manualmente o conteúdo abaixo para %s.Não foi possível gravar configuração para "%s": %sPaísCriarCriar Nova IdentidadeAtual 4 FasesAlarmes AtuaisBloqueios AtuaisSessões AtuaisHorário AtualClima AtualCondição atualCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)Acesso ao Banco de Dados não está configurado.DDDadosBanco de DadosArquivos de migração de bando de dados não encontrados. Por favor verifique a configuração data_dir do PEAR.DataData de RecebimentoData: %s; hora: %sDiaPadrãoCor PadrãoShell padrãoCaracteres padrão para mandar mensagens de e-mail:Localização padrão a usar para utilidades capazes de reconher localização.DefiniçõesExcluirExcluir "%s"Exclui todos os dados SyncMLExcluir GrupoScript de atualização de configuração "%s" excluído.Excluida a sessao de sincronização para o aparelho "%s" e banco de dados "%s".Descreva o problemaDesenvolvimentoAparelhoID do DispositivoInformação do DispositivoGerenciador de DispositivosTipo do DispositivoCriptografia do DispositivoDispositivo está Bloqueado.Dispositivo foi Limpo. Remova o estado do dispositivo para permitir reconexão dele.Dispositivo removido com sucesso.Limpeza de dispositivo cancelada com sucesso.Ponto de OrvalhoPonto de Orvalho para a última hora: Temperatura de condensaçãoDesabilitarDesabilitar (não recomendado)Exibir em formato 24 horas?Mostrar PreferênciasExibir previsão detalhadaExibir Previsão (TAF)A primeira linha contém os nomes dos campos? Se sim, clique nesta caixa:Não tem uma conta? Inscreva-se.Baixar %sBaixar a configuração gerada como um script PHP.DrogasDinâmicoIdentificação EU VATEditarEditar "%s"Editar Preferências paraEditar permissõesEditar permissões para "%s"EducaçãoEndereço de E-MailAtivarHora de TérminoInglêsInsira um nome para a nova categoria:Forneça uma pergunta de segurança a qual você será perguntado se você necessitar gerar uma nova senha, ex. 'qual o nome do seu cachorro?':Erro ao conectar ao Facebook. Detalhes foram registrados no log para o administrador.Erro ao conectar ao Twitter. Detalhes foram registrados no log para o administrador.Erro ao conectar ao Twitter: %s Detalhes foram registrados no log para o administrador.Erro excluindo sessão de sincronização:Erro excluindo sessões de sincronização:Erro ao atualizar a senha: %sÉtnicoCada 15 minutosCada 2 minutosCada 30 segundosCada 5 minutosCada meia horaDe hora em horaCada minutoValores de exemplo:ExecutarExpandirMuito grandeUpload de configuração FTPIntegração FacebookTentativas de desbloqueio falharam antes que o dispositivo fosse zeradoFavoritoalimentarEnderêço de alimentaçãoSensação térmicaCampos para procurarArquivosFiltroFiltrosPrimeira MetadePrimeiro QuartoComidaPrevisão (TAF)Dias Previstos (Note que a previsão retornada exibe ambos dia e noite; um número muito alto aqui pode resultar em um bloco extenso)Esqueceu a senha?FormuláriosSorteTipo de SorteSortesSortes 2FórunsAmigos habilitados.A partir de %s (%s °) em %s %sA partir de %s em %s %sDescrição CompletaLua CheiaNome CompletoGerar a Configuração de %sCódigo GeradoObtenha MaisPreferências GlobaisIrGoedelPesquisar no GoogleGrego (ISO-8859-7)Administração de GruposNome do grupoGrupo não foi criado: %s.GruposPesmissões de ConvidadoEmail HTMLHebreu (ISO-8859-8-I)AlturaAltura do conteúdo de fluxo (largura ajusta-se automaticamente ao bloco)Ajuda_Tópicos de AjudaHemisférioAqui está o início do arquivo:Ocultar Preferências AvançadasEsconder resultadosDiretório principalHordeQuantos campos (colunas) existem?Quantos segundos antes de buscar novos artigos?UmidadeHumoristasIMEIÍcones para %sIdentidade para usar ao enviar email por ActiveSync.Nome da identidade:Importar, Passo %dCampo importado: %sCampos importados:Em resposta a:Na lista abaixo selecione ambos, um campo importado do arquivo origem à esquerda, e o campo correspondente disponível nos seus contatos à direita. Em seguida selecione "Add pair" para marcá-los para a importação. Uma vez terminado, selecione "Next".Usuário ou endereço alternativo incorretos. Tente novamente ou entre em contato com o administrador se você necessita de mais ajuda.Usuários individuaisInformaçãoMembros herdadosForneça um endereço de e-mail no qual você pode receber a nova senha:Forneça a resposta obrigatória para a pergunta de segurança:Formato do número de identificação VAT é inválido.Ação inválida %sAplicação inválida.Hash inválido.Permissões do pai são inválidas.InventárioJaponês (ISO-2022-JP)Javascript está desabilitado ou não está disponível no seu navegador. Você está limitado ao modo de visualização mínimo.Há pouco...Novatos de KernelPalavra-chaveCriançasKolabCoreano (EUC-KR)IdiomaGrandeÚltima MetadeÚltima troca de SenhaÚltimo QuartoÚltima hora de sincronizaçãoÚltima Atualização:Última conexão: %sÚltima conexão: %s a partir de %sÚltima conexão: NuncaÚltima chave de sincronizaçãoÚltimoLeiGostarPoêmasCookie do LinuxListar TabelasFalhou listando os alarmes: %sListagem de bloqueios falhou: %sFalhou listando as sessões: %sListagem de usuários falhou com essa mensagem de erro: %sListagem de usuários falhou.Listagem de usuários está desabilitada.LiteraturaHora local: %s %s (UTC %s)Localidade e HoraLocalidadeBloquear UsuárioBloqueiosConectarSairEntrou no FacebookA conexão falhou porque seu usuário ou senha estava incorreta.Falha de Conexão.Login para %sEntre no Facebook e autorize %sEntre no Twitter e autorize %sSairAmorMMMágicoCorreioAdministrador do CorreioGerencia a lista de categorias e as cores associadas a elas.Gerenciar seus dispositivos ActiveSync.Campos correspondentes:Temperatura máxima nas últimas 24 horas: Temperatura máxima nas últimas 6 horas: Idade Máxima de EmailNúmero máximo de Portal BlocksTamanho máximo de anexo em bytesNúmero máximo de dispositivosNúmero máximo de registros para mostrarMedicinamédioMembrosMençõesClima MetarMétricaTemperatura mínima nas últimas 24 horas: Temperatura mínima nas últimas 6 horas: Tamanho mínimo de PINDiversosFaltando configuração.Celular (Mínimo)Móvel (Sem JavaScript)Celular (Smartphone/Tablet)Aplicativos Otimizados para dispositivos MóveisModoModeloMódulo está atualizado.Segunda-FeiraFases da LuaMinha ContaInformações da minha contaMeu Fluxo FacebookMeu PortalMeu Layout de PortalN/ANÃO, Eu NÃO ConcordoNOTA: LIMPAR UM DISPOSITIVO PODE ZERÁ-LO PARA AS CONFIGURAÇÕES BÁSICAS DE FÁBRICA. POR FAVOR TENHA CERTEZA QUE REALMENTE DESEJA FAZER ISSO ANTES DE SOLICITAR A LIMPEZANomeNuncaNova CategoriaLua NovaNovo Usuário (opcional)Nova senhaAs novas senhas não são iguais.NotíciasPróximaPróximas 4 fasesSem somNenhum dado de configuração disponível para exibir as diferenças.Nenhuma alteração.Nenhum ícone encontrado.Nenhum item para exibirNenhuma localidade configurada.Sem sortes ofensivasNenhum registro pendente.Sem push enquanto em roamingNenhuma pergunta de sergurança foi definida. Por favor contate seu administrador.Versão estável ainda não existe.Nenhum nome de usuário especificado.Nenhum versão encontrada na configuração original. Gere novamente a configuração.Nenhuma versão encontrada na sua configuração. Gere novamente a configuração.Índices NoSQL estão prontos.Índices NoSQL para %sÍndices NoSQL desatualizados.NenhumaNórdico (ISO-8859-10)Hemisfério NorteNão ProvisionadoAnotaçõesNada para exibir, volte.Quantidade de artigos a mostrarNúmero de segundos a esperar para atualizarOSObjeto NavegadorCriador do ObjetoFiltrar ofensivosEscritórioSenhas antiga e nova devem ser diferentes.Senha antigaSenha antiga não está correta.Somente sortes ofensivasSomente o proprietário ou o administrador do sistema podem alterar as permissões de propriedade ou proprietário de um compartilhamentoSistema OperacionalOu insira um nome de usuário:Outras InformaçõesOutras OpçõesOutrosProprietárioProprietário:PHPCódigo PHPPHP ShellContas de email POP/IMAPExtensão POSIX inválidaP_HP ShellSenhaComplexidade de SenhaSenha alterada com sucesso.Senhas devem ser iguais.ColarRegistros Pendentes:PessoasExecutar Tarefas de ConexãoPermissões "%s" não excluídas.PermissõesAdministração de PermissõesInformações PessoaisAnimais de EstimaçãoNúmero de TelefoneFotosClichéPor favor insira uma senha.Por favor insira um nome de usuário.Por favor forneça um resumo do problema.Por favor leia o texto a seguir. Você DEVE concordar com os termos de uso do sistema.PolíticaPosição do texto de resposta ao responder emails no seu dispositivo. Note que alguns dispositivos vão sempre enviar citações ao final do texto de resposta.Postado %sPostado %s via %sPrecipitação para a última %d hora: Precipitação para a últimas %d horas: Chance%sprecipitaçãoPressãoPressão em nível do mar: PrincipalDescrição do ProblemaProvisionadoProvisionandoPublicação habilitada.ConsultarQuotaSorte AleatóriaLerLeitura habilitada.Excluir realmente "%s"? Esta operação não pode ser desfeita.Remover realmente os dados do usuário "%s"? Esta operação não pode ser desfeita.Atualizar Menu de Elementos Dinâmicos:Atualizar Exibição do Portal:Taxa de atualização:Aplicativos RegularesObservaçõesServidor RemotoRemoverRemover parRemover script gravado no diretório temporário do servidor.Remover usuárioRemover usuário: %sResponderSolicitar PINSolicitar Criptografia S/MIMESolicitar Assinatura S/MIMELimparGerar Nova SenhaRedefinir estado de todos dispositivosRedefenir sua senhaRestaurar última pesquisaResultadosResultados para %sRetweetRetweet de %sDigite a nova senha novamenteReverter ConfiguraçãoCharadasExecutarExecutar Tarefas de ConexãoCartão SDCriptografia cartão SDMensagens de texto SMSEsquema SQL DB desatualizado.Esquema SQL DB está pronto.SQL ShellS_QL ShellGravarGravar "%s"Gravar e FinalizarGravar configuração gerada como um script PHP para o diretório temporário do seu servidor.Gravado script de atualização de configuração para: "%s".CiênciaEscopo_PesquisarPesquisarPesquisar:Segundos de inatividade antes de travar o dispositivoSelecione um grupo para adicionar:Selecione um novo proprietário:Selecione um servidorSelecione um usuário a adicionar:Selecione todos os campos para procurar quando expandir endereços.Selecione o formato de date e hora:Selecione um delimitador de data:Selecione o formato de data:Selecione a ordem de hora e hora:Selecione um delimitador de hora:Selecione o formato de hora:Selecione seu esquema de cores.Selecione seu idioma preferido:Enviar Relatório de ProblemaSensor: Id do ServidorHorário do ServidorAdministração de SessãoCarimbo de data da SessãoSessõesAjustar preferências para permitir que você redefina sua senha caso venha a esquecê-la.Ajustar integração com sua conta do Facebook.Ajustar integração com sua conta do Twitter.Ajusar sua língua preferida, zona de horários e preferências de data.Configurar sua aplicação inicial, esquema de cores, atualização de páginas e outras opções de exibição.Diversas localizações possíveis com o parâmetro: %sResumoTeclas de atalho deverâo ser definidas para a maioria dos links?ExibirMostrar Preferências AvançadasMostrar Todos os Grupos de PreferênciasExibir as diferenças entre a configuração atual e a nova gerada.Mostrar detalhes extras?Exibir data e hora da última conexão ao se conectar?Pular Tarefas de ConexãopequenoProfundidade da Neve: Equivalente de neve em água: Canções e PoemasSul Europeu (ISO-8859-3)Hemisfério SulSpamEsportesPadrãoStar TrekHoráro de InícioGerenciamento de EstadoSituaçãoImpossível de ajustar status.FluxoEnviada a solicitação para adicionar "%s" ao sistema. Você não pode conectar-se até que sua solicitação seja aprovada.Conectado com sucesso à sua conta do Facebook ou atualizadas permissões.Sucesso"%s" adicionado com sucesso ao sistema.Os dados do usuário "%s" foram removidos do sistema com sucesso."%s" excluido com sucesso."%s" excluído do sistema com sucesso.Configuração revertida com sucesso. Atualize para ver as alterações.Backup da configuração gravada com sucesso."%s" atualizado com sucesso%s gravado com sucessoAmanhecerPôr-do-SolDomingoAmanhecerAmanhecer/Pôr-do-SolPôr-do-SolSincronizar tudoSyncMLSubscrição de notíciasDia NubladoTarefasTemperatura para a última hora: TemperaturaTemperatura%s(%sAlta%s/%sBaixa%s)Temporariamente impossível de conectar com o Facebook, Por favor tente de novo.Temporariamente impossível de contatar o Twitter. Por favor tente de novo mais tarde.Tailandês (TIS-620)O comando DELETE foi executado com sucesso. Total de %d linhas foram apagadas.O comando INSERT executado com sucesso.A Limpeza Remota para o id de dispositivo %s foi cancelada.O comando UPDATE foi executado com sucesso. Total de %d linhas foram modificadas.O alarme foi excluído.O alarme foi gravado.A configuração para %s não pode ser atualizada automaticamente. Por favor atualize a configuração manualmente.O endereço de e-mail padrão para usar com essa identidade:O bloqueio foi removido.O serviço member state não pôde ser contactado a tempo. Tente novamente mais tarde ou com um member state diferente.O serviço member state não está disponível neste momento. Tente novamente mais tarde ou com um member state diferente.O código de país fornecido é inválido.O serviço não está disponível. Tente novamente mais tarde.O serviço está muito ocupado no momento. Tente novamente mais tarde.A solicitação de registro de "%s" foi excluída.A solicitação de assinatura para o usuário "%s" foi removida.O estado para o dispositivo com id %s foi excluído. Ele será resincronizado na próxima vez que conectar ao servidor.O script de teste está ativado. Por razões de segurança, desative o script de teste quando acabar de testar (veja horde/docs/INSTALL).O usuário "%s" já existe.O usuário "%s" não existe.Houve um problema adicionando "%s" ao sistema: %sHouve um problema ao excluir do sistema os dados do usuário "%s": Houve um problema ao excluir "%s" do sistema: Houve um problema ao atualizar "%s":%sHouve um erro ao comunicar com o servidor ActiveSync: %sHouve um erro ao contatar o Twitter: %sHouve um erro no formulário de configuração. Talvez você deixou um campo obrigatório em branco.Houve um erro ao fazer a solicitação: %sHouve um erro ao obter sua sessão do Facebook. Por favor tente de novo mais tarde.Houve um erro ao remover dados globais para %s. Detalhes foram registrados no log.Houve um erro com as permissões solicitadas.O número de identificação VATé inválido.Este número de identificação VAT é válido.Isso causará a resincronização de todos os itens em todos os dispositivos.Isso causará a resincronização de todos os itens nos seus dispositivos.BilhetesAcompanhamento de HorárioFormato de horaCarimo de Horário ou desconhecidoCarimbos de horário de sessões de sincronização bem sucedidasTítuloPara excluir um campo em particular da importação ou para corrigir um casamento errôneo, selecione um campo na lista abaixo e selecione "Remove pair".Para selecionar campos múltiplos, segure a tecla Ctrl (PC) ou Command (Mac) quando clicar.HojeAmanhãNo topoTraduçõesTurco (ISO-8859-9)TweetIntegração TwitterLinha de Tempo do TwitterLinha do tempo do Twitter para %sTwitter não habilitado.URLImpossível excluir "%s": %s.Impossível ajudar gosto.Impossível validar o token solicitado. Por favor tente novamente sua solicitação.IndisponívelDesbloquearDesfazer AlteraçõesNão favoritoNormalUnicode (UTF-8)UnidadesDesconhecidoDesbloquearAção não suportada.Atualizar%s atualizadoAtualizar esquema %sAtualizar todos os esquemas de Banco de DadosAtualizar todas as configuraçõesAtualizar usuárioAtualizado: "%s".Atualizar esquema para %s.EnviarEnviados todos os arquivos de configuração de aplicação para o servidor.Usar Padrão do HordeUsar se o nome/senha é diferente no servidor IMSP.UsuárioAdministração de UsuáriosAgente do UsuárioNome do UsuárioRegistro de UsuáriosRegistro de Usuários está desabilitado neste site.Registro de Usuários não está devidamente configurado neste site.Conta de usuário não encontradaUsuário a adicionar:Nome do usuárioUsuáriosUsuários no sistema:Verificação do número VAT idNúmero de identificação VAT:Número VATVersãoVerificar VersãoControle de VersãoVietnamita (VISCII)Visualizar uma página web externaVisibilidadeAtençãoAviso: Sua tecla Caps Lock está ligada!ClimaDados do Clima fornecido porWebNavegadorBem-vindoBem-vindo, %sOcidental (ISO-8859-1)Ocidental (ISO-8859-15)Qual aplicação o %s deve exibir após a conexão?No que você está trabalhando agora?Qual o caractere delimitador?Qual o caractere de citação?Qual dia você gostaria que fosse mostrado como o primeiro dia da semana?Quais fasesLargura do Menu %s à esquerda:WifiWikiVentoVelocidade do vento em nósVento:LimparLimpeza PendenteSabedoriaComTrabalhoX-RefAASim, Eu ConcordoVocê e %d outra pessoa gosta dissoVocê e %d outras pessoas gostam dissoVocê não está autorizado a adicionar grupos.Você não está autorizado a adicionar compartilhamentos.Você não está autorizado a alterar grupos.Você não está autorizado a alterar compartilhamentos.Você não está autorizado a excluir grupos.Você não está autorizado a excluir compartilhamentos.Você não está autorizado a listar grupos de compartilhamento.Você não está autorizado a listar permissões de compartilhamento.Você não está autorizado a listar compartilhamentos.Você não está autorizado a listar usuários de grupos.Você não está autorizado a listar usuários de compartilhamentos.Você não está conectado à sua conta do Facebook. Você deve verificar suas configurações do Facebook em %s.Você também pode verificar suas configurações do Facebook no seu %s.Você não concordou com o acordo de Termos de Serviço, então você não foi autorizado a entrar.Você foi desconectado.Você negou as permissões solicitadas.Você não conectou de forma apropriada sua conta do Twitter com o Horde. Você deve verificar suas configurações do Twitter no seu %s.Você gosta dissoVocê deve descrever o problema antes de enviar o relatório de problema.Você deve especificar um usuário para excluir.Você deve especificar um usuário para remover.Você deve especificar um usuário para adicionar.Você deve especificar um usuário para atualizar.Seu Endereço de E-mailSuas InformaçõesSeu endereço de Internet mudou desde o começo da sua sessão. Para proteger a sua segurança, você deve entrar novamente.Seu NomeSua estrutura de autenticação não suporta adição de usuários. Se você deseja usar o Horde para administrar contas de usuário,você deve usar uma outra estrutura de autenticação.Sua estrutura de autenticação não suporta listagem de usuários, ou a função foi desabilitada por alguma outra razão.Aparentemente seu navegador mudou desde o começo da sua sessão. Para proteger sua segurança, você deve entrar novamente.Seu navegador não suporta esta função.Seu fuso horário atual:Seu nome completo:Sua conexão expirou.Sua nova senha para %s é: %sSua nova senha foi geradaSua senha foi redefinida, mas não pôde ser enviada a você. Por favor contate o administrador.Sua nova senha foi gerada, verifique seu e-mail e conecte-se com sua nova senha.Sua senha foi alterada com sucesso. Você precisa fazer novo login no sistema com a nova senha.Sua senha expirouSua senha expirou.Sua sessão expirou. Por favor entre novamente.Seu tamanho de sessão excedeu o tempo máximo permitido. Por favor entre novamente.Zippy[Relatório de Problema]_Alarmes_CLI_Configuração_GruposB_loqueios_Permissões_Usuáriosanexocalmoa partir de %s (%s) em %s %sventandoincorporadopreferênciasexibir diferençaspreencha sua senha duas vezes para confirmarunificadotmpIMUtxu/horde-5.2.17/locale/da/0000755000175000017500000000000013162206570016322 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/da/help.xml0000644000175000017500000000143113160205253017766 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/da/LC_MESSAGES/0000755000175000017500000000000013162206570020107 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/da/LC_MESSAGES/horde.po0000644000175000017500000030276513160205253021560 0ustar mathieumathieu# Danish translations for Horde package # Danske oversættelser for pakke Horde. # Copyright 2001-2017 Horde LLC (http://www.horde.org/) # This file is distributed under the same license as the Horde package. # Martin List-Petersen , 2001 # Brian Truelsen , 2005-2006. # Erling Preben Hansen , 2013-2014. # msgid "" msgstr "" "Project-Id-Version: Horde H5 (5.2.0-git)\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2014-03-18 15:28+0100\n" "PO-Revision-Date: 2014-03-18 17:35+0100\n" "Last-Translator: Erling Preben Hansen \n" "Language-Team: i18n@lists.horde.org\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: admin/groups.php:32 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" blev tilføjet i gruppe systemet." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" blev tilføjet tilladelses systemet." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" blev ikke oprettet: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB brugt ud af %.2fMB tilladt (%.2f%%)" #: lib/Block/Weather.php:206 #, php-format msgid "%d %s and %s" msgstr "%d %s og %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "%d dage til dit kodeord udløber." #: lib/Block/Metar.php:260 #, php-format msgid "%d minutes" msgstr "%d minutter" #: lib/Ajax/Application/FacebookHandler.php:241 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d synes om dette" msgstr[1] "%d synes om dette" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d til %d af %d" #: lib/Block/Weather.php:246 #, php-format msgid "%d-day forecast" msgstr "%d dags udsigt" #: services/logintasks.php:91 #, php-format msgid "%s - Notice" msgstr "%s - Notits" #: admin/config/config.php:28 admin/config/index.php:458 #, php-format msgid "%s Configuration" msgstr "%s Konfiguration" #: services/logintasks.php:71 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Opgaver - Bekræftigelse" #: services/logintasks.php:81 #, php-format msgid "%s Terms of Agreement" msgstr "%s Brugsbetingelser" #: lib/Block/Metar.php:133 lib/Block/Metar.php:139 lib/Block/Metar.php:213 #: lib/Block/Metar.php:319 lib/Block/Metar.php:325 #, php-format msgid "%s at %s %s" msgstr "%s ved %s %s" #: templates/prefs/twitter.html.php:9 #, php-format msgid "%s can interact with your Twitter account" msgstr "%s kan samvirke med din Twitter konto" #: templates/prefs/facebook.html.php:48 #, php-format msgid "%s cannot read information about your Facebook friends." msgstr "%s kan ikke læse information på dine Facebook venner." #: templates/prefs/facebook.html.php:34 #, php-format msgid "" "%s cannot read your stream messages and various other Facebook data items." msgstr "%s kan ikke læse dine Facebook data og beskeder." #: templates/prefs/facebook.html.php:20 #, php-format msgid "" "%s cannot set your status messages or publish other content to Facebook." msgstr "" "%s kan ikke sætte din status eller videresende andet indhold til Facebook." #: services/logintasks.php:72 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s er parat til at udføre de vedligeholdelseshandlinger, som er markeret " "nedenfor. Vælg de handlinger du ønsker udført nu." #: lib/Block/Metar.php:162 lib/Block/Metar.php:167 #, php-format msgid ", gusting %s %s" msgstr ",diset %s %s" #: lib/Block/Metar.php:175 #, php-format msgid ", variable from %s to %s" msgstr ", skriftende fra %s til %s" #: lib/Application.php:325 msgid "1 Day" msgstr "1 Dag" #: lib/Application.php:329 msgid "1 Month" msgstr "1 Måned" #: lib/Application.php:327 msgid "1 Week" msgstr "1 Uge" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-timers format" #: lib/Application.php:328 msgid "2 Weeks" msgstr "2 Uger" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-timers format" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 timer" #: config/prefs.php:492 config/prefs.php:494 msgid "24-hour format" msgstr "24-timers format" #: lib/Application.php:326 msgid "3 Days" msgstr "3 Dage" #: admin/activesync.php:33 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "En Enhedssletning er bestilt. Enheden vil blive slettet ved næste " "synkroniserings forsøg. " #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "A newer version (%s) exists." msgstr "En nyere version (%s) findes." #: lib/Prefs/Special/Activesync.php:90 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "En Fjern sletning af enhed id %s er indledt. Enheden vil blive slettet under " "næste synkronisering. " #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "AM/PM" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Konto-information" #: config/prefs.php:334 msgid "Account Password" msgstr "Kontoens kodeord" #: templates/activesync/device_table.html.php:8 msgid "Actions" msgstr "Handlinger" #: config/prefs.php:741 lib/Application.php:200 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:94 msgid "ActiveSync Administration" msgstr "ActiveSync Administration" #: lib/Api.php:93 templates/admin/activesync.html.php:6 msgid "ActiveSync Devices" msgstr "ActiveSync enheder" #: admin/activesync.php:22 lib/Api.php:725 lib/Api.php:786 #: lib/Prefs/Special/Activesync.php:30 msgid "ActiveSync not activated." msgstr "ActiveSync er ikke aktiveret." #: templates/admin/groups/add.inc:12 templates/portal/add.inc:14 msgid "Add" msgstr "Tilføj" #: templates/portal/new.inc:2 msgid "Add Content" msgstr "Tilføj indhold" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Tilføj her:" #: templates/admin/groups/edit.inc:55 msgid "Add Members" msgstr "Tilføj Medlemmer" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Tilføj en gruppe" #: admin/user.php:26 msgid "Add a new user:" msgstr "Oprette en ny bruger:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Tilføj ny alarm" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Opret par" #: admin/user.php:27 msgid "Add user" msgstr "Opret bruger" #: admin/signup_confirm.php:82 admin/user.php:93 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "Har tilføjet \"%s\" til systemet, men kunne ikke tilføje ekstra " "opskrivningsinformation: %s." #: signup.php:47 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "Tilføjet \"%s\" til systemet. Du kan logge ind nu." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Oprettelse af brugere er slået fra" #: lib/Block/Vatid.php:97 msgid "Address" msgstr "Adresse" #: config/registry.php:133 msgid "Address Book" msgstr "Adressekartotek" #: lib/Application.php:55 msgid "Administration" msgstr "Administration" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Alarm slut" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Alarm metoder" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Alarm start" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Alarm tekst" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Alarm titel" #: admin/alarms.php:146 msgid "Alarms" msgstr "Alarmer" #: admin/alarms.php:121 msgid "Alarms have been disabled in the configuration" msgstr "Alarmer er deaktiveret i konfigurationen" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Alle" #: templates/shares/edit.inc:62 msgid "All Authenticated Users" msgstr "Alle godkendte (login) brugere" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Alle policy keys blev nulstillet." #: lib/Prefs/Special/Activesync.php:105 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "All status for dine ActiveSync enheder er nulstillet. De vil gensynkronisere " "næste gang de forbinder til serveren." #: lib/Prefs/Special/Syncml.php:76 msgid "All synchronization sessions deleted." msgstr "Alle synkroniserings sessioner er slettet." #: lib/Application.php:236 msgid "Allow alphanumeric" msgstr "Tillad Bogstaver" #: lib/Application.php:237 msgid "Allow any" msgstr "Tillad enhver" #: lib/Application.php:215 msgid "Allow non-provisionable devices" msgstr "Tillad ikke provision mulige enheder" #: lib/Application.php:235 msgid "Allow only numeric" msgstr "Tillad kun tal" #: config/prefs.php:696 msgid "Alternate IMSP Login" msgstr "Alternativ IMSP-login" #: config/prefs.php:713 msgid "Alternate IMSP Password" msgstr "Alternativ IMSP-kodeord" #: config/prefs.php:707 msgid "Alternate IMSP Username" msgstr "Alternativ IMSP-brugernavn" #: services/resetpassword.php:35 msgid "Alternate email address" msgstr "Din email adresse" #: services/resetpassword.php:52 msgid "Answer" msgstr "Besvar" #: templates/admin/config/index.html.php:27 templates/data/csvmap.inc:113 msgid "Application" msgstr "Applikation" #: templates/admin/phpshell.html.php:6 msgid "Application Context" msgstr "Applikations sammenhæng" #: admin/config/index.php:250 msgid "Application is ready." msgstr "Applikation er parat." #: templates/admin/user/approve.inc:34 msgid "Approve" msgstr "Godkend" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Arabisk (Windows-1256)" #: admin/alarms.php:134 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Er du sikker på, at du ønsker at slette '%s'?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Er du sikker på, at du vil slette deltager anmodningen for \"%s\" ?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Er du sikker på, at du ønsker at slette \"%s\"?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armensk (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Kunst" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "ASCII Art" #: lib/LoginTasks/Task/AdminCheck.php:57 msgid "At least one database schema is outdated." msgstr "Mindst et database skema er ikke opdateret." #: templates/problem/problem.inc:22 msgid "Attachment" msgstr "Vedhæftelse" #: lib/Application.php:259 msgid "Attachment Download" msgstr "Download Vedhæftelse" #: admin/groups.php:56 msgid "Attempt to delete a non-existent group." msgstr "Forsøg på at slette en ikke eksisterende gruppe." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Forsøg på at slette en ikke eksisterende tilladelse." #: admin/perms/edit.php:119 msgid "Attempt to edit a non-existent permission." msgstr "Forsøg på at ændre en ikke eksisterende tilladelse." #: services/shares/edit.php:70 msgid "Attempt to edit a non-existent share." msgstr "Forsøg på at ændre en ikke eksisterende deling." #: templates/admin/sessions.html.php:11 msgid "Authenticated Applications" msgstr "Godkendt (login) til programmer:" #: templates/prefs/facebook.html.php:23 templates/prefs/facebook.html.php:37 #: templates/prefs/facebook.html.php:51 templates/prefs/facebook.html.php:62 #: templates/prefs/twitter.html.php:18 msgid "Authorize" msgstr "Godkend (login)" #: templates/prefs/facebook.html.php:49 msgid "Authorize Access to Friends Data" msgstr "Godkend adgang til Venne data" #: templates/prefs/facebook.html.php:21 msgid "Authorize Publish" msgstr "Tillade Offentliggørelse" #: templates/prefs/facebook.html.php:35 msgid "Authorize Read" msgstr "Godkend læsning" #: templates/login/login.inc:19 templates/login/smartmobile.html.php:31 msgid "Automatic" msgstr "Automatisk" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Felter til rådighed:" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH undskyldninger" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Baltikum (ISO-8859-13)" #: templates/login/login.inc:21 templates/login/smartmobile.html.php:33 msgid "Basic" msgstr "Grundlæggende" #: templates/activesync/device_table.html.php:42 msgid "Block" msgstr "Lås" #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Blok egenskaber" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloktype" #: lib/Application.php:292 msgid "Bluetooth" msgstr "Bluetooth" #: config/registry.php:184 msgid "Bookmarks" msgstr "Bogmærker" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Begge" #: config/prefs.php:762 msgid "Bottom" msgstr "Bund" #: templates/admin/sessions.html.php:9 msgid "Browser" msgstr "Browser" #: config/registry.php:119 msgid "Calendar" msgstr "Kalender" #: lib/Application.php:280 msgid "Camera" msgstr "Kamera" #: admin/user.php:115 admin/user.php:138 templates/admin/groups/delete.inc:12 #: templates/admin/user/clear.inc:14 templates/admin/user/remove.inc:15 msgid "Cancel" msgstr "Annuller" #: templates/problem/problem.inc:37 msgid "Cancel Problem Report" msgstr "Afbryd reportering af problem" #: templates/activesync/device_table.html.php:35 #: templates/prefs/activesync.html.php:41 msgid "Cancel Wipe" msgstr "Annuller nulstilling" #: services/resetpassword.php:23 msgid "Cannot reset password automatically, contact your administrator." msgstr "Kan ikke nulstille kodeord automatisk, kontakt din administrator." #: config/prefs.php:516 msgid "Categories and Labels" msgstr "Kategorier og Mærker" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Keltisk (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Central-europæisk (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Ændre" #: lib/Block/Weather.php:128 msgid "Change Location" msgstr "Ændre lokation" #: services/changepassword.php:26 msgid "Change Your Password" msgstr "Ændre dit kodeord" #: config/prefs.php:273 msgid "Change your personal information." msgstr "Ændre dine Personlige Informationer" #: services/changepassword.php:20 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Kodeordsændring er ikke understøttet af den nuværende opsætning. Kontakt " "din administrator." #: lib/Block/Vatid.php:42 msgid "Check" msgstr "Kontrol" #: templates/admin/config/index.html.php:4 msgid "Check for newer versions" msgstr "Check for nyere versioner" #: lib/Block/Vatid.php:45 msgid "Checking" msgstr "Kontrollerer" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Simplificeret kinesisk (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Traditionelt kinesisk (Big5)" #: services/obrowser/index.php:61 #, php-format msgid "Choose %s" msgstr "Vælg %s" #: config/prefs.php:484 msgid "Choose how to display dates (abbreviated format):" msgstr "Vælg hvordan datoer skal vises (kort format):" #: config/prefs.php:460 msgid "Choose how to display dates (full format):" msgstr "Vælg hvordan datoer skal vises (langt format):" #: config/prefs.php:497 msgid "Choose how to display times:" msgstr "Vælg hvordan klokken skal vises:" #: templates/admin/sqlshell.html.php:56 msgid "Clear Query" msgstr "Nulstil forespørgsel" #: templates/admin/user/clear.inc:7 #, php-format msgid "Clear out user: %s" msgstr "Rens bruger ud: %s" #: templates/admin/user/clear.inc:13 msgid "Clear user" msgstr "Rens bruger" #: templates/admin/user/list.inc:35 msgid "Clear user data" msgstr "Rens brugerdata ud" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "Klik på en af dine addressebøger og vælg de felter der skal søges på." #: templates/logintasks/logintasks.html.php:32 #: templates/logintasks/smartmobile.html.php:52 msgid "Click to Continue" msgstr "Klik for at fortsætte" #: templates/prefs/syncml.html.php:13 msgid "Client Anchor" msgstr "Klient anker" #: templates/shares/edit.inc:13 msgid "Close Window" msgstr "Luk vindue" #: lib/Block/Metar.php:218 msgid "Clouds" msgstr "Skyer" #: lib/Application.php:252 msgid "Codeword frequency" msgstr "Kodeords frekvens" #: lib/View/Sidebar.php:65 templates/sidebar/_container.html.php:14 msgid "Collapse" msgstr "Fold sammen" #: templates/prefs/category.html.php:12 templates/prefs/category.html.php:23 #: templates/prefs/category.html.php:35 msgid "Color Picker" msgstr "Farvevælger" #: config/registry.php:248 msgid "Comics" msgstr "Vittigheder" #: templates/admin/cmdshell.html.php:2 templates/admin/cmdshell.html.php:17 msgid "Command" msgstr "Kommando" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Kommandolinie" #: lib/Ajax/Application/FacebookHandler.php:182 #, php-format msgid "Comments: %d" msgstr "Kommentarer: %d" #: templates/admin/activesync.html.php:16 msgid "Common Name" msgstr "Almindeligt navn" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Computere" #: lib/Block/Weather.php:259 msgid "Condition" msgstr "Forhold" #: lib/Block/Metar.php:223 msgid "Conditions" msgstr "Betingelser" #: admin/config/config.php:59 templates/admin/config/config.html.php:11 msgid "Configuration" msgstr "Konfiguration" #: admin/config/diff.php:90 msgid "Configuration Differences" msgstr "Konfigurationsforskelle" #: config/prefs.php:723 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Konfiguration til synkronisering med PDAer, Smartphones og Outlook." #: admin/config/index.php:245 msgid "Configuration is out of date." msgstr "Konfigurationen er forældet." #: templates/admin/config/index.html.php:79 msgid "Configuration upgrade scripts available" msgstr "Skripts til opgradering af opsætning tilgængelige" #: admin/config/index.php:182 #, php-format msgid "Configure %s" msgstr "Konfigurér %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Bekræft kodeord" #: services/changepassword.php:28 services/resetpassword.php:29 msgid "Continue" msgstr "Fortsæt" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Cookie" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Kunne ikke forbinde til server \"%s\" ved brug af FTP: %s" #: admin/config/index.php:88 msgid "Could not contact server. Try again later." msgstr "Kunne ikke forbinde til serverren. Prøv igen senere." #: admin/config/scripts.php:35 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Kunne ikke slette skript til opgradering af opsætning \"%s\"." #: templates/prefs/facebook.html.php:57 #, php-format msgid "" "Could not find authorization for %s to interact with your Facebook account." msgstr "Kunne ikke finde Logindata til %s for samvirke med din Facebook konto." #: templates/prefs/twitter.html.php:15 #, php-format msgid "" "Could not find authorization for %s to interact with your Twitter account" msgstr "Kunne ikke finde Logindata til %s for samvirke med din Twitter konto." #: services/resetpassword.php:104 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Kunne ikke nulstille kodeordet for den anmodede bruger. Nogle eller alle " "detaljer er ukorrekte. Prøv igen eller kontakt din administrator, hvis du " "har behov for yderligere hjælp." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Kunne ikke gendanne konfiguration." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Kunne ikke gemme en backup-konfiguration: %s" #: admin/config/scripts.php:94 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Kunne ikke gemme script til opgradering af opsætning til: \"%s\"." #: admin/config/index.php:109 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Kunne ikke gemme konfigurationsfilen %s. Brug en af mulighederne herunder " "for at gemme den." #: admin/config/config.php:59 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Kunne ikke gemme konfigurationsfilen %s. Du kan enten anvende en af " "mulighederne for at gemme koden tilbage på %s eller manuelt kopiere koden " "nedenfor til %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "Kunne ikke skrive konfiguration for \"%s\": %s" #: lib/Block/Vatid.php:85 msgid "Country" msgstr "Land" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Opret" #: templates/prefs/identityselect.html:26 msgid "Create New Identity" msgstr "Opret ny dentitet" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Nuværende 4 faser" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Nuværende Alarmer" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Nuværende låsninger" #: templates/admin/sessions.html.php:2 templates/admin/sessions.html.php:27 msgid "Current Sessions" msgstr "Indeværende session" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Aktuel tid" #: lib/Block/Metar.php:30 msgid "Current Weather" msgstr "Aktuelt vejr" #: lib/Block/Weather.php:238 msgid "Current condition" msgstr "Nuværende vejr" #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kyrillisk (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kyrillisk (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kyrillisk/Ukrainsk (KOI8-U)" #: admin/config/index.php:265 admin/config/index.php:317 msgid "DB access is not configured." msgstr "Database adgang er ikke konfigureret." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "DD" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Data" #: templates/admin/config/index.html.php:30 templates/prefs/syncml.html.php:11 msgid "Database" msgstr "Database" #: lib/Block/Vatid.php:88 msgid "Date" msgstr "Dato" #: templates/admin/user/approve.inc:24 msgid "Date Received" msgstr "Modtagelsesdato" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Dato: %s; tid: %s" #: lib/Block/Weather.php:254 msgid "Day" msgstr "Dag" #: config/prefs.php:388 config/prefs.php:409 config/prefs.php:422 #: config/prefs.php:491 themes/default/info.php:2 msgid "Default" msgstr "Standard" #: templates/prefs/category.html.php:7 templates/prefs/category.html.php:30 msgid "Default Color" msgstr "Standardfarve" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Standard-skal" #: config/prefs.php:412 msgid "Default charset for sending e-mail messages:" msgstr "Standard tegnsæt til afsending af email beskeder:" #: config/prefs.php:305 msgid "Default location to use for location-aware features." msgstr "Standard lokation, til brug for lokation opmærksomme komponenter." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Definitioner" #: admin/groups.php:52 templates/admin/groups/delete.inc:11 #: templates/admin/user/list.inc:32 templates/prefs/syncml.html.php:14 #: templates/prefs/syncml.html.php:23 templates/shares/edit.inc:67 #: templates/shares/edit.inc:87 templates/shares/edit.inc:102 #: templates/shares/edit.inc:122 templates/shares/edit.inc:138 #: templates/shares/edit.inc:158 templates/shares/edit.inc:173 #: templates/shares/edit.inc:197 templates/shares/edit.inc:232 #: templates/shares/edit.inc:259 templates/shares/edit.inc:275 #: templates/shares/edit.inc:300 templates/shares/edit.inc:329 #: templates/prefs/identityselect.html:32 templates/prefs/rpc.html:35 msgid "Delete" msgstr "Slet" #: admin/alarms.php:133 admin/groups.php:208 #, php-format msgid "Delete \"%s\"" msgstr "Slet \"%s\"" #: templates/prefs/syncml.html.php:30 msgid "Delete All SyncML Data" msgstr "Slet alle SyncML data" #: admin/groups.php:181 msgid "Delete Group" msgstr "Slet gruppe" #: admin/config/scripts.php:33 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Opgraderingsscript \"%s\" er slettet." #: lib/Prefs/Special/Syncml.php:68 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "Slet synkroniserings session for enheden \"%s\" og database \"%s\"." #: templates/problem/problem.inc:6 msgid "Describe the Problem" msgstr "Beskriv problemet" #: config/registry.php:208 msgid "Development" msgstr "Udvikling" #: templates/activesync/device_table.html.php:4 #: templates/prefs/activesync.html.php:28 templates/prefs/syncml.html.php:10 msgid "Device" msgstr "Enhed" #: templates/admin/activesync.html.php:11 msgid "Device Id" msgstr "Enhed ID" #: templates/activesync/device_table.html.php:7 #: templates/prefs/activesync.html.php:31 msgid "Device Information" msgstr "Enheds Information" #: templates/prefs/activesync.html.php:20 msgid "Device Management" msgstr "Enhedshåndtering" #: templates/admin/activesync.html.php:10 msgid "Device Type" msgstr "Enhed type" #: lib/Application.php:312 msgid "Device encryption" msgstr "Enheds kryptering" #: templates/activesync/device_table.html.php:16 msgid "Device is Blocked." msgstr "Enheden er låst" #: templates/prefs/activesync.html.php:43 msgid "Device is Wiped" msgstr "Enheden er nulstillet" #: templates/activesync/device_table.html.php:14 msgid "Device is Wiped. Remove device state to allow device to reconnect." msgstr "" "Enheden er nulstillet. Fjern enheds status for at tillade enheden at " "genforbinde." #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Enheden er fjernet" #: admin/activesync.php:38 msgid "Device wipe successfully canceled." msgstr "Nulstilling af enheden er annuleret." #: lib/Block/Metar.php:191 msgid "Dew Point" msgstr "Dugpunkt" #: lib/Block/Metar.php:268 msgid "Dew Point for last hour: " msgstr "Dugpunkt for sidste time: " #: lib/Block/Weather.php:189 msgid "Dew point" msgstr "Dugpunkt" #: templates/prefs/facebook.html.php:18 templates/prefs/facebook.html.php:32 #: templates/prefs/facebook.html.php:46 templates/prefs/twitter.html.php:11 msgid "Disable" msgstr "Deaktiver" #: lib/Application.php:216 msgid "Disable (not recommended)" msgstr "Deaktiver (anbefales ikke)" #: config/prefs.php:430 msgid "Display 24-hour times?" msgstr "Vis tid med 24 timer?" #: config/prefs.php:541 msgid "Display Preferences" msgstr "Visnings Indstillinger" #: lib/Block/Weather.php:95 msgid "Display detailed forecast" msgstr "Vis uddybende vejrudsigt" #: lib/Block/Metar.php:72 msgid "Display forecast (TAF)" msgstr "Vis vejrudsigt (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Indeholder den første række feltnavne? Hvis ja, markér denne boks:" #: templates/login/login.inc:77 msgid "Don't have an account? Sign up." msgstr "Har du ikke nogen konto? Meld dig til." #: admin/config/index.php:164 admin/config/index.php:208 #: admin/config/index.php:341 admin/config/index.php:367 #, php-format msgid "Download %s" msgstr "Hent %s" #: admin/config/index.php:393 msgid "Download generated configuration as PHP script." msgstr "Hent genereret konfiguration ned som PHP-script." #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Medikamenter" #: templates/login/login.inc:22 templates/login/smartmobile.html.php:34 msgid "Dynamic" msgstr "Dynamic" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU moms identifikation" #: lib/View/Sidebar.php:223 templates/shares/edit.inc:66 #: templates/shares/edit.inc:83 templates/shares/edit.inc:101 #: templates/shares/edit.inc:118 templates/shares/edit.inc:137 #: templates/shares/edit.inc:154 templates/shares/edit.inc:172 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:274 #: templates/shares/edit.inc:296 templates/shares/edit.inc:325 msgid "Edit" msgstr "Rediger" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Redigér \"%s\"" #: templates/prefs/app.html:6 msgid "Edit Preferences for" msgstr "Ændre Indstillinger for" #: services/shares/edit.php:249 msgid "Edit permissions" msgstr "Redigér tilladelser" #: services/shares/edit.php:248 templates/shares/edit.inc:15 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Redigér tilladelser for \"%s\"" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Uddannelse" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "email adresse" #: lib/Application.php:214 msgid "Enable" msgstr "Aktiver" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Slut tid" #: lib/Block/Weather.php:83 msgid "English" msgstr "Engelsk" #: lib/Prefs/Special/Category.php:32 msgid "Enter a name for the new category:" msgstr "Indtast et navn til den nye kategori:" #: config/prefs.php:351 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Indtast et sikkerhedsspørgsmål, som du vil blive spurgt, når du har brug for " "at ændre dit kodeord, fx 'hvad er dit kæledyrs navn?':" #: lib/Ajax/Application/FacebookHandler.php:264 msgid "" "Error connecting to Facebook. Details have been logged for the administrator." msgstr "" "Fejl under kontakten med Facebook. Detaljer er skrevet til loggen af hensyn " "til admin." #: lib/Ajax/Application/TwitterHandler.php:284 services/twitter/index.php:27 msgid "" "Error connecting to Twitter. Details have been logged for the administrator." msgstr "" "Fejl under kontakten med Twitter. Detaljer er skrevet til loggen af hensyn " "til admin." #: lib/Prefs/Special/Twitter.php:54 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Fejl under kontakten med Twitter: %s Detaljer er skrevet til loggen af " "hensyn til admin." #: lib/Prefs/Special/Syncml.php:70 msgid "Error deleting synchronization session:" msgstr "Fejl under sletning af synkroniseringssessionen:" #: lib/Prefs/Special/Syncml.php:78 msgid "Error deleting synchronization sessions:" msgstr "Fejl under sletning af synkroniseringssessionerne:" #: services/changepassword.php:54 #, php-format msgid "Error updating password: %s" msgstr "Fejl under opdatering af kodeord: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Etnisk" #: lib/Ajax/Application/FacebookHandler.php:63 msgid "Event Invites:" msgstr "Begivenheds invitationer:" #: config/prefs.php:600 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Hvert kvarter" #: config/prefs.php:619 msgid "Every 2 minutes" msgstr "Hvert 2. minut" #: config/prefs.php:597 config/prefs.php:617 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Hvert halve minut" #: config/prefs.php:599 config/prefs.php:620 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Hver 5. minut" #: config/prefs.php:601 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Hver halve time" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Hver time" #: config/prefs.php:598 config/prefs.php:618 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Hvert minut" #: templates/data/datemap.inc:27 msgid "Example values:" msgstr "Eksempelværdier:" #: templates/admin/cmdshell.html.php:22 templates/admin/phpshell.html.php:21 #: templates/admin/sqlshell.html.php:55 msgid "Execute" msgstr "Udfør" #: lib/View/Sidebar.php:66 templates/sidebar/_container.html.php:14 msgid "Expand" msgstr "Udvid" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Ekstra store" #: templates/admin/config/index.html.php:93 msgid "FTP upload of configuration" msgstr "FTP upload af Konfiguration" #: config/prefs.php:644 msgid "Facebook Integration" msgstr "Facebook samvirke" #: lib/Application.php:247 msgid "Failed unlock attempts before device is wiped" msgstr "Oplåsningsforsøg fejlede før enheden blev nulstillet" #: lib/Block/TwitterTimeline.php:120 templates/block/twitter_tweet.html.php:37 msgid "Favorite" msgstr "Favoriser" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Feed" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Feed addresse" #: lib/Block/Metar.php:194 msgid "Feels Like" msgstr "Føles" #: templates/prefs/addressbooks.html:15 msgid "Fields to search" msgstr "Felter at søge" #: config/registry.php:314 msgid "File Manager" msgstr "Filhåndtering" #: lib/Block/FbStream.php:61 msgid "Filter" msgstr "Filtre" #: config/registry.php:89 msgid "Filters" msgstr "Filtre" #: lib/Block/Moon.php:165 msgid "First Half" msgstr "Første halvdel" #: lib/Block/Moon.php:72 lib/Block/Moon.php:74 msgid "First Quarter" msgstr "Første kvartal" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Mad" #: lib/Block/Metar.php:308 msgid "Forecast (TAF)" msgstr "Vejrudsigt (TAF)" #: lib/Block/Weather.php:89 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Udsigtsdage (bemærk at den returnere vejrudsigt vedrører både dag og nat; et " "stort antal her kan resultere i en meget bred blok)" #: templates/login/login.inc:84 msgid "Forgot your password?" msgstr "Glemt dit kodeord?" #: config/registry.php:343 msgid "Forms" msgstr "Formularer" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Ordsprog" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Epigramtype" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Epigrammer" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Epigrammer 2" #: config/registry.php:337 msgid "Forums" msgstr "Fora" #: lib/Ajax/Application/FacebookHandler.php:62 msgid "Friend Requests:" msgstr "Venne anmodning:" #: templates/prefs/facebook.html.php:44 msgid "Friends enabled." msgstr "Venner aktiveret" #: lib/Block/Weather.php:215 #, php-format msgid "From the %s (%s °) at %s %s" msgstr "Fra %s (%s °) med %s %s" #: lib/Block/Weather.php:326 #, php-format msgid "From the %s at %s %s" msgstr "fra %s med %s %s" #: templates/problem/problem.inc:27 msgid "Full Description" msgstr "Fuld beskrivelse" #: lib/Block/Moon.php:79 lib/Block/Moon.php:175 msgid "Full Moon" msgstr "Fuldmåne" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Fuldt navn" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Generér %s konfiguration" #: templates/admin/config/config.html.php:6 msgid "Generated Code" msgstr "Genereret kode" #: lib/Block/FbStream.php:161 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Få mere" #: templates/prefs/app.html:9 msgid "Global Preferences" msgstr "Basis indstillinger" #: templates/prefs/app.html:16 msgid "Go" msgstr "Udfør" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google-søgning" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Græsk (ISO-8859-7)" #: admin/groups.php:161 msgid "Group Administration" msgstr "Gruppe administration" #: templates/admin/groups/add.inc:10 msgid "Group name" msgstr "Gruppe navn" #: admin/groups.php:35 #, php-format msgid "Group was not created: %s." msgstr "Gruppen blev ikke dannet: %s." #: admin/groups.php:221 templates/shares/edit.inc:270 msgid "Groups" msgstr "Grupper" #: templates/shares/edit.inc:97 msgid "Guest Permissions" msgstr "Gæstetilladelser" #: lib/Application.php:316 msgid "HTML Email" msgstr "HTML email" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Hebraisk (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Højde" #: lib/Block/FbStream.php:76 lib/Block/TwitterTimeline.php:64 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Strøm indholdshøjde (Bredden justeres automatisk til blokken)" #: services/help/index.php:79 templates/help/index.inc:4 msgid "Help" msgstr "Hjælp" #: services/help/index.php:94 msgid "Help _Topics" msgstr "Oplistning af hjælpeemner" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "Hemisfære" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Her er starten af filen:" #: templates/prefs/app.html:23 msgid "Hide Advanced Preferences" msgstr "Skjul avancerede indstillinger" #: services/portal/cloud_search.php:40 msgid "Hide Results" msgstr "Skjul Resultater" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Hjemmekatalog" #: config/registry.php:76 msgid "Horde" msgstr "Horde" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Hvor mange felter (kolonner) er der?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Hvor mange sekunder inden vi checker efter nye artikler?" #: lib/Block/Metar.php:204 lib/Block/Weather.php:227 lib/Block/Weather.php:267 msgid "Humidity" msgstr "Fugtighed" #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humorister" #: templates/admin/activesync.html.php:15 msgid "IMEI" msgstr "IMEI" #: util/icon_browser.php:40 #, php-format msgid "Icons for %s" msgstr "Ikoner for %s" #: templates/prefs/activesync.html.php:2 msgid "Identity to use when sending email via ActiveSync." msgstr "Identitet der skal bruges, når der sendes emails via ActiveSync." #: config/prefs.php:283 msgid "Identity's name:" msgstr "Identitetsnavn:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Importering, trin %d" #: templates/data/datemap.inc:18 #, php-format msgid "Imported field: %s" msgstr "Importerede felter: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Importerede felter:" #: lib/Block/TwitterTimeline.php:113 msgid "In reply to:" msgstr "Som svar til:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "I listen herunder vælg både, et felt fra kildefilen på venstre side, og det " "tilhørende felt i din adressebog i højre side. Tryk \"Tilføj par\" for at " "markere dem til importering. Når du er færdig klik \"Næste\"." #: services/resetpassword.php:58 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Ukorrekt brugernavn eller alternativ adresse. Prøv igen eller kontakt din " "administrator, hvis du har brug for yderligere hjælp." #: templates/shares/edit.inc:168 msgid "Individual Users" msgstr "Individuelle brugere" #: config/registry.php:242 msgid "Information" msgstr "Information" #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Arvede medlemmer" #: config/prefs.php:363 msgid "Insert an email address to which you can receive the new password:" msgstr "Indtast en email adresse, hvortil du kan modtage det nye kodeord:" #: config/prefs.php:357 msgid "Insert the required answer to the security question:" msgstr "Indtast det krævede svar til sikkerhedsspørgsmålet:" #: lib/Block/Vatid.php:61 msgid "Invalid VAT identification number format." msgstr "Ugyldigt VAT identifikations nummer formatering." #: admin/signup_confirm.php:45 #, php-format msgid "Invalid action %s" msgstr "Ugyldig handling %s." #: admin/config/config.php:31 msgid "Invalid application." msgstr "Ugyldig applikation." #: admin/signup_confirm.php:35 msgid "Invalid hash." msgstr "Ugyldig hash" #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Ugyldige forældre tilladelser." #: config/registry.php:295 msgid "Inventory" msgstr "Lagerliste" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Japansk (ISO-2022-JP)" #: login.php:154 msgid "" "JavaScript is either disabled or not available on your browser. You are " "restricted to the minimal view." msgstr "" "JavaScript er enten deaktiveret eller ikke tilgængeligt i din browser. Du " "har kun mulighed for minimal visning." #: lib/Block/TwitterTimeline.php:114 msgid "Just now..." msgstr "Lige nu....." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kernel Newbies" #: services/help/index.php:161 msgid "Keyword" msgstr "Nøgleord" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Børn" #: config/registry.php:303 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "koreansk (EUC-KR)" #: login.php:344 templates/login/login.inc:57 msgid "Language" msgstr "Sprog" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Stor" #: lib/Block/Moon.php:168 msgid "Last Half" msgstr "Sidste halvdel" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Sidste kodeordsændring" #: lib/Block/Moon.php:85 lib/Block/Moon.php:87 msgid "Last Quarter" msgstr "Sidste kvartal" #: templates/activesync/device_table.html.php:5 #: templates/prefs/activesync.html.php:29 msgid "Last Sync Time" msgstr "Seneste synkroniserings tidspunkt" #: lib/Block/Metar.php:125 msgid "Last Updated:" msgstr "Sidst opdateret:" #: lib/LoginTasks/Task/LastLogin.php:52 #, php-format msgid "Last login: %s" msgstr "Sidste login: %s" #: lib/LoginTasks/Task/LastLogin.php:54 #, php-format msgid "Last login: %s from %s" msgstr "Sidste indlogning: %s fra %s" #: lib/LoginTasks/Task/LastLogin.php:50 msgid "Last login: Never" msgstr "Sidste login: Aldrig" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Senest" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Lov" #: lib/Ajax/Application/FacebookHandler.php:225 msgid "Like" msgstr "Synes om" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Vittighed" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linux Cookie" #: templates/admin/sqlshell.html.php:60 msgid "List Tables" msgstr "List tabeller" #: admin/alarms.php:141 #, php-format msgid "Listing alarms failed: %s" msgstr "Listning af alarmer fejlede: %s" #: admin/locks.php:57 #, php-format msgid "Listing locks failed: %s" msgstr "Listning af låsninger fejlede: %s" #: templates/admin/sessions.html.php:29 #, php-format msgid "Listing sessions failed: %s" msgstr "Listning af sessions fejlede: %s" #: templates/admin/user/listfail.inc:5 #, php-format msgid "Listing users failed with this error message: %s" msgstr "Listning af alle brugere fejlede med denne fejl besked: %s" #: templates/admin/user/listfail.inc:2 msgid "Listing users failed." msgstr "Listning af brugere fejlede." #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Visning af brugere er deaktiveret." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Litteratur" #: lib/Block/Weather.php:167 #, php-format msgid "Local time: %s %s" msgstr "Lokal tid: %s %s" #: config/prefs.php:372 msgid "Locale and Time" msgstr "Regionaldata og tid" #: lib/Block/Metar.php:52 lib/Block/Sunrise.php:23 lib/Block/Weather.php:75 msgid "Location" msgstr "Sted" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Lås Bruger" #: admin/locks.php:61 msgid "Locks" msgstr "Låsninger" #: login.php:271 templates/login/login.inc:66 #: templates/topbar/_menubar.html.php:10 msgid "Log in" msgstr "Log ind" #: templates/portal/smartmobile.inc:5 templates/topbar/_menubar.html.php:8 msgid "Log out" msgstr "Log ud" #: templates/prefs/facebook.html.php:8 msgid "Logged in to Facebook" msgstr "Logged in til Facebook" #: login.php:300 msgid "Login failed because your username or password was entered incorrectly." msgstr "" "Log ind fejlede fordi dit brugernavn eller kodeord blev angivet forkert." #: login.php:296 msgid "Login failed." msgstr "Logind mislykkedes." #: templates/prefs/facebook.html.php:61 #, php-format msgid "Login to Facebook and authorize %s" msgstr "Login til Facebook og Godkend %s" #: templates/prefs/twitter.html.php:18 #, php-format msgid "Login to Twitter and authorize %s" msgstr "Login til Twitter og Godkend applikationen %s" #: templates/prefs/facebook.html.php:10 msgid "Logout" msgstr "Logout" #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Kærlighed" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "MM" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Magi" #: config/registry.php:81 msgid "Mail" msgstr "Email" #: config/registry.php:348 msgid "Mail Admin" msgstr "Email administrator" #: config/prefs.php:517 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Håndtér listen af kategorier, som du kan markere emner med, og farverne, der " "skal knyttes til disse kategorier." #: config/prefs.php:742 msgid "Manage your ActiveSync devices." msgstr "Håndter dine ActiveSync enheder." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Matchende felter" #: lib/Block/Metar.php:280 msgid "Max temp last 24 hours: " msgstr "Maks. temp. sidst 24 timer: " #: lib/Block/Metar.php:272 msgid "Max temp last 6 hours: " msgstr "Maks. temp. sidste 6 timer: " #: lib/Application.php:320 msgid "Maximum Email age" msgstr "Max. email alder" #: lib/Application.php:51 msgid "Maximum Number of Portal Blocks" msgstr "Maksimum antal af portalblokke" #: lib/Application.php:264 msgid "Maximum attachment size" msgstr "Max. vedhæftelses størrelse" #: lib/Application.php:205 msgid "Maximum number of devices" msgstr "Maksimum antal af enheder" #: lib/Block/FbStream.php:67 msgid "Maximum number of entries to display" msgstr "Maksimum antal af opdateringer at vise" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Medicin" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Middel" #: templates/admin/groups/edit.inc:18 msgid "Members" msgstr "Medlemmer" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Omtaler" #: lib/Block/Metar.php:23 msgid "Metar Weather" msgstr "Metar Weather" #: lib/Block/Metar.php:62 lib/Block/Weather.php:84 msgid "Metric" msgstr "Måleenhed" #: lib/Block/Metar.php:284 msgid "Min temp last 24 hours: " msgstr "Min. temp. sidste 24 timer: " #: lib/Block/Metar.php:276 msgid "Min temp last 6 hours: " msgstr "Min. temp. sidste 6 timer: " #: lib/Application.php:226 msgid "Minimum PIN length" msgstr "Minimum PIN længde" #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Forskelligt" #: admin/config/index.php:222 msgid "Missing configuration." msgstr "Mangler Konfiguration" #: templates/login/login.inc:24 templates/login/smartmobile.html.php:36 msgid "Mobile (Minimal)" msgstr "Mobil (minimal)" #: templates/login/login.inc:25 templates/login/smartmobile.html.php:37 msgid "Mobile (No JavaScript)" msgstr "Mobil (Uden Java)" #: templates/login/login.inc:23 templates/login/smartmobile.html.php:35 msgid "Mobile (Smartphone/Tablet)" msgstr "Mobil (Smartphone / Tablet)" #: templates/portal/smartmobile.inc:12 msgid "Mobile Optimized Apps" msgstr "Mobil optimerede Apps" #: templates/login/login.inc:16 templates/login/smartmobile.html.php:29 msgid "Mode" msgstr "Mode" #: templates/admin/activesync.html.php:14 msgid "Model" msgstr "Model" #: admin/config/index.php:167 admin/config/index.php:211 #: admin/config/index.php:344 admin/config/index.php:370 msgid "Module is up-to-date." msgstr "Applikation er opdateret." #: config/prefs.php:505 msgid "Monday" msgstr "Mandag" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Månefaser" #: config/registry.php:308 msgid "My Account" msgstr "Min konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Mine konto informationer" #: lib/Block/FbStream.php:38 msgid "My Facebook Stream" msgstr "Min Facebook strøm" #: services/portal/index.php:45 msgid "My Portal" msgstr "Min Portal" #: services/portal/edit.php:37 msgid "My Portal Layout" msgstr "Min Portal udformning" #: lib/Block/Weather.php:316 lib/Block/Weather.php:320 #: lib/Block/Weather.php:336 msgid "N/A" msgstr "N/A" #: templates/logintasks/logintasks.html.php:29 #: templates/logintasks/smartmobile.html.php:45 msgid "NO, I Do NOT Agree" msgstr "NEJ, jeg er IKKE enig" #: templates/admin/activesync.html.php:37 #: templates/prefs/activesync.html.php:68 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "VIGTIGT: NULSTILLING AF EN ENHED, VIL NULSTILLE DEN TIL FABRIKKENS STANDARD " "INDSTILLING. VÆR SIKKE PÅ AT DU VIRKELIGT VIL DETTE...." #: lib/Block/Vatid.php:93 msgid "Name" msgstr "Navn" #: config/prefs.php:596 config/prefs.php:616 templates/portal/layout.inc:97 msgid "Never" msgstr "Aldrig" #: templates/prefs/category.html.php:43 msgid "New Category" msgstr "Ny kategori" #: lib/Ajax/Application/FacebookHandler.php:59 msgid "New Messages:" msgstr "Nye beskeder:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:65 lib/Block/Moon.php:173 msgid "New Moon" msgstr "Nymåne" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Nyt brugernavn (valgfrit)" #: services/changepassword.php:31 msgid "New password" msgstr "Nyt kodeord" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Nye kodeord er ikke ens." #: config/registry.php:253 lib/Block/Fortune.php:59 msgid "News" msgstr "Nyheder" #: templates/data/csvinfo.inc:23 templates/data/csvmap.inc:123 #: templates/data/datemap.inc:46 templates/data/tsvinfo.inc:17 msgid "Next" msgstr "Næste" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Næste 4 faser" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Ingen lyd" #: templates/admin/config/diff.html.php:2 msgid "No available configuration data to show differences for." msgstr "Ingen tilgængelige konfigurationdata at vise forskelle for." #: admin/config/diff.php:49 msgid "No change." msgstr "Ingen ændring." #: util/icon_browser.php:70 msgid "No icons found." msgstr "Fandt ingen ikoner." #: templates/sidebar/_container.html.php:30 msgid "No items to display" msgstr "Ingen elementer at vise." #: lib/Block/Metar.php:100 lib/Block/Sunrise.php:45 msgid "No location is set." msgstr "Intet sted indstillet." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Ingen anstødelige epigrammer" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Ingen ventende opskrivninger." #: lib/Application.php:333 msgid "No push while roaming" msgstr "Ikke muligt at skubbe data under roaming" #: services/resetpassword.php:54 msgid "No security question has been set. Please contact your administrator." msgstr "Du har ikke angivet et sikkerheds spørgsmål. Kontakt SysAdmin." #: admin/config/index.php:161 admin/config/index.php:205 #: admin/config/index.php:338 admin/config/index.php:364 msgid "No stable version exists yet." msgstr "Ingen stabile versioner endnu." #: admin/signup_confirm.php:59 msgid "No username specified." msgstr "Intet brugernavn angivet." #: admin/config/index.php:228 msgid "No version found in original configuration. Regenerate configuration." msgstr "Original konfiguration mangler versionsnummer. Gendan konfiguration." #: admin/config/index.php:237 msgid "No version found in your configuration. Regenerate configuration." msgstr "Din konfiguration mangler versionsnummer. Gendan konfiguration." #: admin/config/index.php:289 msgid "NoSQL indices are ready." msgstr "NoSQL er klar." #: admin/config/index.php:284 #, php-format msgid "NoSQL indices for %s" msgstr "NoSQL indices for %s" #: admin/config/index.php:286 msgid "NoSQL indices out of date." msgstr "NoSQL indices er ikke opdateret" #: templates/activesync/device_table.html.php:23 #: templates/admin/activesync.html.php:28 #: templates/prefs/activesync.html.php:50 #: templates/prefs/activesync.html.php:62 templates/prefs/syncml.html.php:34 msgid "None" msgstr "Ingen" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Nordisk (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:59 msgid "Northern Hemisphere" msgstr "Nordlige halvkugle" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Not Provisioned" msgstr "Ikke Provisioned" #: config/registry.php:168 msgid "Notes" msgstr "Noter" #: services/obrowser/index.php:36 msgid "Nothing to browse, go back." msgstr "Intet at browse, vend tilbage." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Antal artikler at vise" #: lib/Block/TwitterTimeline.php:69 msgid "Number of seconds to wait to refresh" msgstr "Sekunder mellem refresh." #: templates/admin/activesync.html.php:17 msgid "OS" msgstr "OS" #: templates/services/obrowser.html.php:5 msgid "Object Browser" msgstr "Objekt browser" #: templates/shares/edit.inc:133 msgid "Object Creator" msgstr "Objektdanner" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Anstødende filter" #: config/registry.php:265 msgid "Office" msgstr "Kontor" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Gammelt og nyt kodeord skal være forskellige." #: services/changepassword.php:30 msgid "Old password" msgstr "Gammelt kodeord" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Gammelt kodeord er ikke korrekt." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Kun anstødelige epigrammer" #: services/shares/edit.php:91 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "En delings ejerskab og ejertilladelser må kun ændre af en " "systemadministrator eller ejeren selv" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operativsystem" #: templates/shares/edit.inc:240 msgid "Or enter a user name:" msgstr "Eller skriv et brugernavn" #: config/prefs.php:540 config/prefs.php:643 config/prefs.php:669 #: config/prefs.php:695 config/prefs.php:721 config/prefs.php:740 msgid "Other Information" msgstr "Anden information" #: templates/login/smartmobile.html.php:18 msgid "Other Options" msgstr "Andre Indstillinger" #: config/registry.php:179 msgid "Others" msgstr "Andre" #: templates/shares/edit.inc:34 msgid "Owner" msgstr "Ejer" #: templates/shares/edit.inc:40 templates/shares/edit.inc:49 msgid "Owner:" msgstr "Ejer:" #: templates/admin/phpshell.html.php:15 msgid "PHP" msgstr "PHP" #: templates/admin/phpshell.html.php:27 msgid "PHP Code" msgstr "PHP-kode" #: admin/phpshell.php:38 msgid "PHP Shell" msgstr "PHP-skal" #: lib/Application.php:296 msgid "POP/IMAP Email accounts" msgstr "POP/IMAP email konti" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX-udviddelse mangler" #: lib/Api.php:75 msgid "P_HP Shell" msgstr "PHP-skal" #: login.php:191 admin/config/index.php:414 admin/user.php:39 #: admin/user.php:53 config/registry.php:326 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Kodeord" #: lib/Application.php:231 msgid "Password Complexity" msgstr "Kodeord Kompleksitet" #: services/changepassword.php:47 msgid "Password changed successfully." msgstr "Kodeord ændret." #: admin/user.php:175 admin/user.php:235 msgid "Passwords must match." msgstr "Kodeordene skal være ens." #: templates/admin/sqlshell.html.php:42 msgid "Paste" msgstr "Indsæt" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Ventende opskrivninger:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Folk" #: templates/logintasks/logintasks.html.php:24 msgid "Perform Login Tasks" msgstr "Udfør Login opgaver" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Tilladelse \"%s\" ikke slettet." #: admin/perms/index.php:29 msgid "Permissions" msgstr "Tilladelser" #: admin/perms/addchild.php:58 admin/perms/delete.php:53 #: admin/perms/edit.php:150 admin/perms/index.php:23 msgid "Permissions Administration" msgstr "Tilladelses-administration" #: config/prefs.php:272 msgid "Personal Information" msgstr "Personlig Information" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Kæledyr" #: templates/admin/activesync.html.php:19 msgid "Phone Number" msgstr "Telefon nr." #: config/registry.php:196 msgid "Photos" msgstr "Fotos" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Banaliteter" #: login.php:197 msgid "Please enter a password." msgstr "Indtast venligst en adgangskode." #: login.php:196 msgid "Please enter a username." msgstr "Indtast Venligst et brugernavn." #: services/problem.php:156 msgid "Please provide a summary of the problem." msgstr "Skriv venligst, hvad problemet går ud på og hvad der sker." #: services/logintasks.php:82 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Læs følgende tekst. Du SKAL være enig i betingelserne for at bruge systemet." #: lib/Ajax/Application/FacebookHandler.php:61 msgid "Pokes:" msgstr "Prik:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Politik" #: config/prefs.php:761 msgid "" "Position of reply text when replying to email on your device. Note that some " "devices will always send the citation string at the end of the reply text." msgstr "" "Placering af svar tekst når du svarer på emails på din enhed. Bemærk nogle " "enheder vil altid sende den citerede tekst i slutningen af svar teksten." #: lib/Block/FbStream.php:143 msgid "Post" msgstr "Send" #: lib/Ajax/Application/FacebookHandler.php:177 #, php-format msgid "Posted %s" msgstr "Sent %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Sendte %s via %s" #: lib/Block/Metar.php:240 lib/Block/Metar.php:245 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Nedbør gennem senest %d timer: " msgstr[1] "Nedbør gennem seneste %d timer: " #: lib/Block/Weather.php:263 #, php-format msgid "Precipitation%schance" msgstr "Nedbør%schance" #: lib/Block/Metar.php:199 lib/Block/Weather.php:200 msgid "Pressure" msgstr "Tryk" #: lib/Block/Metar.php:233 msgid "Pressure at sea level: " msgstr "Tryk ved overfladen: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Overordnet" #: services/problem.php:161 msgid "Problem Description" msgstr "Problembeskrivelse" #: templates/activesync/device_table.html.php:18 #: templates/prefs/activesync.html.php:45 msgid "Provisioned" msgstr "Provisioned" #: lib/Application.php:210 msgid "Provisioning" msgstr "Provisioning" #: templates/prefs/facebook.html.php:16 msgid "Publish enabled." msgstr "Offentliggøring muliggjort." #: templates/admin/sqlshell.html.php:7 msgid "Query" msgstr "Forespørgsel" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Kvote" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Tilfældigt epigram" #: templates/shares/edit.inc:65 templates/shares/edit.inc:79 #: templates/shares/edit.inc:100 templates/shares/edit.inc:114 #: templates/shares/edit.inc:136 templates/shares/edit.inc:150 #: templates/shares/edit.inc:171 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:273 templates/shares/edit.inc:292 #: templates/shares/edit.inc:321 msgid "Read" msgstr "Læs" #: templates/prefs/facebook.html.php:30 msgid "Read enabled." msgstr "Læsning aktiveret" #: templates/admin/user/remove.inc:11 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Virkelig slette \"%s\"? Denne handling kan ikke fortrydes." #: templates/admin/user/clear.inc:10 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Virkelig slette data for bruger \"%s\"? Denne handling kan ikke fortrydes." #: config/prefs.php:622 msgid "Refresh Dynamic Menu Elements:" msgstr "Opfrisk dynamiske menu elementer:" #: config/prefs.php:603 msgid "Refresh Portal View:" msgstr "Genopfrisk portalvisning:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Genopfrisks rate:" #: templates/portal/smartmobile.inc:22 msgid "Regular Apps" msgstr "Standard programmer" #: lib/Block/Metar.php:300 msgid "Remarks" msgstr "Noter" #: templates/admin/sessions.html.php:10 msgid "Remote Host" msgstr "Fjern server" #: templates/activesync/device_table.html.php:37 #: templates/admin/groups/edit.inc:25 templates/admin/user/approve.inc:41 #: templates/admin/user/removequeued.inc:13 #: templates/prefs/activesync.html.php:47 msgid "Remove" msgstr "Slet" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Slet par" #: admin/config/index.php:433 msgid "Remove saved script from server's temporary directory." msgstr "Fjern gemt skript fra servers midlertidige mappe." #: templates/admin/user/remove.inc:14 msgid "Remove user" msgstr "Slet bruger" #: templates/admin/user/remove.inc:8 #, php-format msgid "Remove user: %s" msgstr "Slet bruger: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Svar" #: lib/Application.php:221 msgid "Require PIN" msgstr "Kræver PIN" #: lib/Application.php:304 msgid "Require S/MIME Encryption" msgstr "Kræver S/MIME kryptering" #: lib/Application.php:308 msgid "Require S/MIME Signature" msgstr "Kræver S/MIME signatur" #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Nulstil" #: services/resetpassword.php:49 msgid "Reset Password" msgstr "Nulstil kodeord" #: templates/admin/activesync.html.php:32 #: templates/prefs/activesync.html.php:15 msgid "Reset all device state" msgstr "Nulstil alle enheders status" #: services/resetpassword.php:27 msgid "Reset your password" msgstr "Nulstil dit kodeord" #: templates/admin/sqlshell.html.php:58 msgid "Restore Last Query" msgstr "Genskab sidste forespørgsel" #: templates/admin/cmdshell.html.php:7 templates/admin/phpshell.html.php:32 #: templates/admin/sqlshell.html.php:11 msgid "Results" msgstr "Resultater" #: services/portal/cloud_search.php:37 #, php-format msgid "Results for %s" msgstr "Resultater for %s" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "ReTweet" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Retweeted af %s" #: services/changepassword.php:32 msgid "Retype new password" msgstr "Gentast nyt kodeord" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Gendan konfiguration" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Gåder" #: templates/admin/sqlshell.html.php:43 msgid "Run" msgstr "Udfør" #: templates/logintasks/smartmobile.html.php:29 msgid "Run Login Tasks" msgstr "Kør login opgaver" #: lib/Application.php:276 msgid "SD card" msgstr "SD kort" #: lib/Application.php:269 msgid "SD card encryption" msgstr "SD kort kryptering" #: lib/Application.php:284 msgid "SMS Text messages" msgstr "SMS beskeder:" #: admin/config/index.php:271 admin/config/index.php:324 msgid "SQL DB schema is out of date." msgstr "SQL DB skema er ikke opdateret." #: admin/config/index.php:276 admin/config/index.php:329 msgid "SQL DB schema is ready." msgstr "SQL DB skema er klar." #: admin/sqlshell.php:23 msgid "SQL Shell" msgstr "SQL fortolker" #: lib/Api.php:80 msgid "S_QL Shell" msgstr "SQL fortolker" #: templates/portal/layout.inc:115 templates/prefs/end.html:4 msgid "Save" msgstr "Gem" #: templates/admin/groups/edit.inc:71 templates/shares/edit.inc:336 #, php-format msgid "Save \"%s\"" msgstr "Gem \"%s\"" #: templates/shares/edit.inc:337 msgid "Save and Finish" msgstr "Gem og slut" #: admin/config/index.php:401 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Gem genereret konfiguration som PHP-skript i din servers midlertidige " "katalog." #: admin/config/scripts.php:92 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Gemte skript til opgradering af opsætning til: \"%s\"." #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Videnskab" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Scope" #: services/help/index.php:95 msgid "Sea_rch" msgstr "Søg (_r)" #: lib/View/Topbar.php:59 services/help/index.php:156 #: templates/admin/activesync.html.php:22 templates/admin/user/list.inc:14 msgid "Search" msgstr "Søg" #: templates/admin/activesync.html.php:7 templates/admin/user/list.inc:12 msgid "Search:" msgstr "Søg:" #: lib/Application.php:242 msgid "Seconds of inactivity before device should lock" msgstr "Sekunder inaktivitet inden enheden skal låse" #: templates/shares/edit.inc:307 templates/shares/edit.inc:309 msgid "Select a group to add:" msgstr "Vælg en gruppe at tilføje:" #: templates/shares/edit.inc:42 msgid "Select a new owner:" msgstr "Vælg en ny ejer:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Vælg en server" #: templates/shares/edit.inc:206 templates/shares/edit.inc:208 msgid "Select a user to add:" msgstr "Vælg en bruger at tilføje:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Vælg alle felter som skal gennemsøges, når adresser ekspanderes. " #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Vælg dato og tidsformat:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Vælg dato-adskilleren:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Vælg datoformat:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Vælg dato og tids rækkefølge:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Vælg tids-adskilleren:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Vælg tidsformat:" #: config/prefs.php:589 msgid "Select your color scheme." msgstr "Vælg din farvesammensætning." #: config/prefs.php:385 msgid "Select your preferred language:" msgstr "Vælg dit foretrukne sprog:" #: templates/problem/problem.inc:36 msgid "Send Problem Report" msgstr "Send problembeskrivelse" #: lib/Block/Metar.php:290 msgid "Sensor: " msgstr "Føler: " #: templates/prefs/syncml.html.php:12 msgid "Server Time" msgstr "Server tid" #: admin/sessions.php:67 msgid "Session Administration" msgstr "sessions administration" #: templates/admin/sessions.html.php:8 msgid "Session Timestamp" msgstr "Sessions Tidsstempel:" #: lib/Api.php:70 msgid "Sessions" msgstr "Sessioner" #: config/prefs.php:335 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Indstillinger der tillader dig at nulstille dit kodeord, hvis du nogensinde " "skulle glemme det." #: config/prefs.php:645 msgid "Set up integration with your Facebook account." msgstr "Indstil integrationen med din Facebook konto." #: config/prefs.php:671 msgid "Set up integration with your Twitter account." msgstr "Indstil integrationen med din Twitter konto" #: config/prefs.php:373 msgid "Set your preferred language, timezone and date preferences." msgstr "Indstil dit foretrukne sprog, tidszone og dato visning." #: config/prefs.php:542 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Indstil dine opstartsapplikationer, farvesammensætning, sideopfrisknin og " "andre visningsindstillinger." #: lib/Block/Weather.php:144 #, php-format msgid "Several locations possible with the parameter: %s" msgstr "Flere steder mulig med parameteren: %s" #: templates/problem/problem.inc:17 msgid "Short Summary" msgstr "Kort opsummering" #: config/prefs.php:629 msgid "Should access keys be defined for most links?" msgstr "Skal hurtig-taster defineres for de fleste henvisninger? (÷)" #: config/prefs.php:756 msgid "Should multiple collections be multiplexed?" msgstr "Skal flere samlinger sammenlægges?" #: templates/shares/edit.inc:64 templates/shares/edit.inc:75 #: templates/shares/edit.inc:99 templates/shares/edit.inc:110 #: templates/shares/edit.inc:135 templates/shares/edit.inc:146 #: templates/shares/edit.inc:170 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:272 templates/shares/edit.inc:288 #: templates/shares/edit.inc:317 msgid "Show" msgstr "Vis" #: templates/prefs/app.html:21 msgid "Show Advanced Preferences" msgstr "Vis avancerede indstillinger" #: templates/prefs/end.html:8 msgid "Show All Preferences Groups" msgstr "Vis avancerede indstillings grupper" #: admin/config/index.php:383 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "" "Vis forskellene mellem den gemte og den nyligt genererede konfiguration." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Vis flere detaljer?" #: config/prefs.php:574 msgid "Show last login time when logging in?" msgstr "Vis tidspunkt for seneste tilgang ved pålogning?" #: lib/Block/FbStream.php:72 msgid "Show notifications" msgstr "Vis notifikationer" #: templates/logintasks/logintasks.html.php:25 #: templates/logintasks/smartmobile.html.php:33 msgid "Skip Login Tasks" msgstr "Spring over login opgaver" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Lille" #: lib/Block/Metar.php:252 msgid "Snow depth: " msgstr "Snedybde: " #: lib/Block/Metar.php:256 msgid "Snow equivalent in water: " msgstr "Sneækvivalent i vand: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Sange og poesi" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Sydeuropæisk (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:60 msgid "Southern Hemisphere" msgstr "Sydlige halvkugle" #: config/registry.php:105 msgid "Spam" msgstr "Spam" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Start tid" #: templates/prefs/activesync.html.php:13 msgid "State Management" msgstr "Tilstands håndtering" #: templates/activesync/device_table.html.php:6 #: templates/admin/config/index.html.php:33 #: templates/prefs/activesync.html.php:30 msgid "Status" msgstr "Status" #: lib/Ajax/Application/FacebookHandler.php:106 msgid "Status unable to be set." msgstr "Der er ikke muligt at sætte status." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Strøm" #: signup.php:55 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Anmodning om at tilføje \"%s\" til system afsendt. Du kan ikke logge på før " "din anmodning er blevet anerkendt." #: services/facebook/index.php:48 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Fik kontakt med din Facebook konto eller opdatere tilladelser." #: templates/admin/sqlshell.html.php:15 msgid "Success" msgstr "Udført" #: admin/signup_confirm.php:87 admin/user.php:101 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" blev tilføjet til systemet." #: admin/user.php:147 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "Data for bruger \"%s\" blev slettet fra systemet." #: admin/groups.php:63 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" er slettet." #: admin/user.php:124 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" er slettet fra systemet." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "Konfiguration tilbageført. Genindlæs for at se ændringerne." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Backup af konfigurationen er gemt." #: admin/user.php:199 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" er opdateret." #: admin/config/index.php:52 #, php-format msgid "Successfully wrote %s" msgstr "Gemte %s." #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Solopgang" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Solnedgang" #: config/prefs.php:504 msgid "Sunday" msgstr "Søndag" #: lib/Block/Weather.php:174 lib/Block/Weather.php:175 msgid "Sunrise" msgstr "Solopgang" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Solopgang/solnedgang" #: lib/Block/Weather.php:177 lib/Block/Weather.php:178 msgid "Sunset" msgstr "Solnedgang" #: lib/Application.php:324 msgid "Sync all" msgstr "Sync Alle" #: config/prefs.php:722 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Syndicated feed" #: lib/Block/Cloud.php:13 msgid "Tag Cloud" msgstr "Mærkat oversigt" #: config/registry.php:154 msgid "Tasks" msgstr "Opgaver" #: lib/Block/Metar.php:264 msgid "Temp for last hour: " msgstr "Temp. sidste time: " #: lib/Block/Metar.php:188 lib/Block/Weather.php:184 msgid "Temperature" msgstr "Temperatur" #: lib/Block/Weather.php:255 #, php-format msgid "Temperature%s(%sHi%s/%sLo%s)" msgstr "Temperatur%s(%sHøj%s/%sLav%s)" #: lib/Prefs/Special/Facebook.php:79 services/facebook/index.php:57 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Midlertidigt ingen forbindelse til Facebook, Prøv igen." #: lib/Block/TwitterTimeline.php:98 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Midlertidigt umuligt at kontakte Twitter. Prøv igen senere." #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Thai (TIS-620)" #: lib/Prefs/Special/Activesync.php:96 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Fjern sletningen af Enheden id %s er annuleret." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Alarmen er slettet." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Alarmen er gemt." #: admin/config/index.php:112 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "Konfigurationen af %s kunne ikke opdateres automatisk. Opdater " "konfigurationen manuelt." #: config/prefs.php:299 msgid "The default e-mail address to use with this identity:" msgstr "Standard email addresse til brug for denne indentitet:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Låsen er fjernet." #: lib/Block/Vatid.php:116 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Medlemsstatens Service kunne ikke findes i tide. Prøv igen senere eller med " "en anden medlemsstat." #: lib/Block/Vatid.php:112 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Medlemsstatens Service ikke til stede lige nu. Prøv igen senere eller med en " "anden medlemsstat." #: lib/Block/Vatid.php:104 msgid "The provided country code is invalid." msgstr "Landekoden er ugyldig eller forkert." #: lib/Block/Vatid.php:108 msgid "The service is currently not available. Try again later." msgstr "Denne service er midlertidigt ikke tilgængelig. Prøv igen senere." #: lib/Block/Vatid.php:120 msgid "The service is currently too busy. Try again later." msgstr "Denne service har travlt lige nu. Prøv igen senere." #: admin/user.php:224 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "Deltager anmodningen for \"%s\" er slettet." #: admin/signup_confirm.php:41 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Deltager anmodningen for \"%s\" er slettet." #: lib/Prefs/Special/Activesync.php:111 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Status for enhed id %s er nulstillet. Den vil gensynkronisere næste gang den " "forbinder til serveren." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Test scriptet er tilgængeligt. Af sikkerhedsgrunde bør du \"disable\" test " "scriptet, når du er færdig med at teste. (se horde/docs/INSTALL)." #: admin/signup_confirm.php:62 admin/user.php:73 #, php-format msgid "The user \"%s\" already exists." msgstr "Brugeren \"%s\" findes allerede." #: services/shares/edit.php:93 services/shares/edit.php:178 #, php-format msgid "The user \"%s\" does not exist." msgstr "Brugeren \"%s\" findes ikke." #: signup.php:41 signup.php:62 admin/signup_confirm.php:76 admin/user.php:85 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "Der opstod et problem under tilføjelsen af '%s' til systemet: %s" #: admin/user.php:149 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "" "Der opstod et problem under fjernelse af data for bruger \"%s\" fra " "systemet: " #: admin/user.php:126 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "Der opstod et problem under sletning af \"%s\" fra systemet: " #: admin/user.php:180 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "Der opstod et problem under opdatering af \"%s\": %s" #: lib/Prefs/Special/Activesync.php:114 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Der opstod en fejl under kontakten med ActiveSync serveren: %s" #: lib/Block/TwitterTimeline.php:86 lib/Block/TwitterTimeline.php:105 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Fejl under kontakten til Twitter: %s" #: admin/config/config.php:62 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Der opstod en fejl i konfigurationsformularen. Nuligvis har du udeladt et " "krævet felt." #: lib/Ajax/Application/FacebookHandler.php:48 #: lib/Ajax/Application/FacebookHandler.php:65 lib/Block/FbStream.php:153 #, php-format msgid "There was an error making the request: %s" msgstr "Der opstod en fejl under håndteringen af anmodningen: %s" #: services/facebook/index.php:52 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "" "Der opstod en fejl under hentningen af din Facebook session. Prøv igen " "senere." #: lib/Application.php:191 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Der opstod en fejl under fjernelsen af globale data for %s. Detaljerne er " "logget." #: services/facebook/index.php:67 msgid "There was an error with the requested permissions" msgstr "Der opstod en fejl under håndteringen af anmodningen" #: lib/Block/Vatid.php:82 msgid "This VAT identification number is invalid." msgstr "Dette VAT identifikationsnummer er ugyldigt." #: lib/Block/Vatid.php:79 msgid "This VAT identification number is valid." msgstr "Dette VAT identifikationsnummer er gyldigt" #: templates/admin/activesync.html.php:33 msgid "This will cause all devices to resyncronize all items." msgstr "Dette vil få alle enheder til at resynkronisere alt." #: templates/prefs/activesync.html.php:16 msgid "This will cause your devices to resyncronize all items." msgstr "Dette vil få dine enheder til at resynkronisere alt." #: config/registry.php:225 msgid "Tickets" msgstr "Sager" #: config/registry.php:271 msgid "Time Tracking" msgstr "Tids registrering" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Tidsformat" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Tidsstempel eller ukendt" #: templates/prefs/syncml.html.php:2 msgid "Timestamps of successful synchronization sessions" msgstr "Tidskode for udførte synkroniseringssessioner." #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Titel" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "For at fjerne et felt fra importen eller for at rette en forkert parring. " "Vælg feltet i listen herunder og klik \"Fjern par\"." #: templates/prefs/addressbooks.html:8 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "For at vælge multiple indgange skal Ctrl- (PC) eller Command (Mac)-tasten " "holdes nede medens der klikkes." #: lib/Block/Weather.php:288 msgid "Today" msgstr "I Dag" #: lib/Block/Weather.php:290 msgid "Tomorrow" msgstr "I morgen" #: config/prefs.php:762 msgid "Top" msgstr "Top" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Oversættelser" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Tyrkisk (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:670 msgid "Twitter Integration" msgstr "Twitter samvirke" #: lib/Block/TwitterTimeline.php:35 msgid "Twitter Timeline" msgstr "Twitter tidslinje" #: lib/Block/TwitterTimeline.php:51 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitter tidslinje for %s" #: lib/Ajax/Application/TwitterHandler.php:37 msgid "Twitter not enabled." msgstr "Twitter er ikke aktiveret" #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: admin/groups.php:66 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Kan ikke slette \"%s\": %s." #: lib/Ajax/Application/FacebookHandler.php:138 msgid "Unable to set like." msgstr "Kan ikke formidle \"synes om\"." #: services/facebook/index.php:36 msgid "Unable to validate the request token. Please try your request again." msgstr "Ikke i stand til at validere den anmodede token. Prøv igen." #: templates/activesync/device_table.html.php:40 msgid "Unblock" msgstr "Oplås" #: templates/prefs/end.html:5 msgid "Undo Changes" msgstr "Fortryd ændringer" #: lib/Block/TwitterTimeline.php:121 templates/block/twitter_tweet.html.php:39 msgid "Unfavorite" msgstr "Affavoriser" #: templates/prefs/category.html.php:18 msgid "Unfiled" msgstr "Ikke anbragt" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:58 lib/Block/Weather.php:80 msgid "Units" msgstr "Enheder" #: admin/sessions.php:36 msgid "Unknown" msgstr "Ukendt" #: admin/locks.php:43 msgid "Unlock" msgstr "Oplås" #: lib/Api.php:728 lib/Api.php:789 msgid "Unsupported action." msgstr "Ikke understøttet handling." #: templates/admin/user/list.inc:34 msgid "Update" msgstr "Opdatér" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Opdatér %s" #: admin/config/index.php:185 admin/config/index.php:303 #, php-format msgid "Update %s schema" msgstr "Opdatér %s skema" #: templates/admin/config/index.html.php:19 msgid "Update all DB schemas" msgstr "Opdater alle DB skemaer" #: templates/admin/config/index.html.php:11 msgid "Update all configurations" msgstr "Opdater alle konfigurationer" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Opdatér bruger" #: admin/groups.php:105 admin/perms/edit.php:131 services/shares/edit.php:241 #, php-format msgid "Updated \"%s\"." msgstr "\"%s\" opdateret." #: admin/config/index.php:127 #, php-format msgid "Updated schema for %s." msgstr "Opdatere skema for %s." #: admin/config/index.php:412 msgid "Upload" msgstr "Upload" #: admin/config/index.php:420 msgid "Uploaded all application configuration files to the server." msgstr "Opsætningsfiler til alle applikationer er lagt op på serveren." #: config/prefs.php:697 msgid "Use if name/password is different for IMSP server." msgstr "Brug hvis navn/kodeord er forskellig for IMSP-server." #: templates/activesync/device_table.html.php:3 #: templates/admin/groups/edit.inc:23 templates/admin/groups/edit.inc:68 #: templates/admin/locks/list.html.php:12 templates/admin/sessions.html.php:7 msgid "User" msgstr "Bruger" #: admin/user.php:240 msgid "User Administration" msgstr "Bruger-administration" #: templates/admin/activesync.html.php:12 msgid "User Agent" msgstr "Bruger agent" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Brugernavn" #: signup.php:74 msgid "User Registration" msgstr "Bruger-registrering" #: signup.php:22 admin/signup_confirm.php:23 msgid "User Registration has been disabled for this site." msgstr "Bruger registrering er blevet slået fra på dette websted." #: signup.php:30 admin/signup_confirm.php:30 msgid "User Registration is not properly configured for this site." msgstr "Bruger registrering er ikke sat rigtigt op på dette websted." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Brugerkonto ikke fundet" #: templates/shares/edit.inc:242 msgid "User to add:" msgstr "Vælg en bruger at tilføje:" #: login.php:186 admin/config/index.php:413 admin/user.php:36 #: admin/user.php:52 services/resetpassword.php:33 #: templates/admin/activesync.html.php:9 templates/admin/user/approve.inc:23 msgid "Username" msgstr "Brugernavn" #: templates/admin/groups/edit.inc:59 msgid "Users" msgstr "Brugere" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Brugere i systemet:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "VAT id nummer verificering" #: lib/Block/Vatid.php:40 msgid "VAT identification number:" msgstr "VAT identificationsnummer:" #: lib/Block/Vatid.php:87 msgid "VAT number" msgstr "VAT nummer" #: templates/admin/activesync.html.php:18 msgid "Version" msgstr "Version" #: templates/admin/config/index.html.php:37 msgid "Version Check" msgstr "Versionskontrol" #: config/registry.php:214 msgid "Version Control" msgstr "Versionskontrol" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnamesisk (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Se på ekstern webside" #: lib/Block/Metar.php:183 lib/Block/Weather.php:232 msgid "Visibility" msgstr "Synlighed" #: lib/Block/Account.php:96 msgid "Warning" msgstr "Advarsel" #: templates/login/login.inc:39 msgid "Warning: Your Caps Lock key is on!" msgstr "Advarsel: Din Caps Lock er slået til!" #: lib/Block/Weather.php:62 msgid "Weather" msgstr "Vejret" #: lib/Block/Weather.php:348 lib/Block/Weather.php:356 msgid "Weather data provided by" msgstr "Vejrinformation stillet tilrådighed af" #: config/registry.php:331 msgid "Web Site" msgstr "Website" #: lib/Application.php:300 msgid "Web browser" msgstr "Web browser" #: services/portal/smartmobile.php:44 msgid "Welcome" msgstr "Velkommen" #: templates/portal/smartmobile.inc:3 #, php-format msgid "Welcome, %s" msgstr "Velkommen, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Vestlig (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Vestlig (ISO-8859-15)" #: config/prefs.php:554 #, php-format msgid "What application should %s display after login?" msgstr "Hvilken applikation skal %s vise efter logind?" #: lib/Block/TwitterTimeline.php:110 msgid "What are you working on now?" msgstr "Hvad laver du lige nu?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Hvad er separatortegnet?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Hvad er citationstegnet?" #: config/prefs.php:507 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Hvilken dag vil du have vist som første ugedag?" #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Hvilke faser" #: config/prefs.php:609 #, php-format msgid "Width of the %s menu on the left:" msgstr "Bredden på %s menuen til venstre:" #: lib/Application.php:288 msgid "Wifi" msgstr "Wifi" #: config/registry.php:202 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weather.php:213 lib/Block/Weather.php:271 msgid "Wind" msgstr "Vind" #: lib/Block/Metar.php:67 msgid "Wind speed in knots" msgstr "Vindhastighed i knob" #: lib/Block/Metar.php:130 msgid "Wind:" msgstr "Vind:" #: templates/activesync/device_table.html.php:32 #: templates/prefs/activesync.html.php:37 msgid "Wipe" msgstr "Nulstil" #: templates/activesync/device_table.html.php:12 #: templates/prefs/activesync.html.php:40 msgid "Wipe Pending" msgstr "Nulstilling venter" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Visdom" #: templates/block/facebook_story.html.php:48 msgid "With " msgstr "med" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Arbejde" #: config/registry.php:237 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "ÅÅ" #: templates/logintasks/logintasks.html.php:28 #: templates/logintasks/smartmobile.html.php:42 msgid "Yes, I Agree" msgstr "Ja, jeg er enig" #: lib/Ajax/Application/FacebookHandler.php:131 #: lib/Ajax/Application/FacebookHandler.php:233 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Du og %d synes om dette" msgstr[1] "Du og %d andre synes om dette" #: lib/Api.php:255 msgid "You are not allowed to add groups." msgstr "Du har ikke tilladelse til at tilføje gruppe." #: lib/Api.php:353 msgid "You are not allowed to add shares." msgstr "Du har ikke tilladelse til at tilføje delinger." #: lib/Api.php:290 lib/Api.php:309 msgid "You are not allowed to change groups." msgstr "Du har ikke tilladelse til at ændre grupper." #: lib/Api.php:427 lib/Api.php:460 lib/Api.php:490 lib/Api.php:511 msgid "You are not allowed to change shares." msgstr "Du har ikke tilladelse til at ændre delinger" #: lib/Api.php:273 msgid "You are not allowed to delete groups." msgstr "Du har ikke tilladelse til at slette grupper." #: lib/Api.php:374 msgid "You are not allowed to delete shares." msgstr "Du har ikke tilladelse til at slette delinger." #: lib/Api.php:642 msgid "You are not allowed to list groups of shares." msgstr "Du har ikke tilladelse til at se grupper af delinger." #: lib/Api.php:533 lib/Api.php:571 msgid "You are not allowed to list share permissions." msgstr "Du har ikke tilladelse til at se delingstilladelser" #: lib/Api.php:395 msgid "You are not allowed to list shares." msgstr "Du har ikke tilladelse til at delinger" #: lib/Api.php:329 msgid "You are not allowed to list users of groups." msgstr "Du har ikke tilladelse til at se brugere of grupper." #: lib/Api.php:610 msgid "You are not allowed to list users of shares." msgstr "Du har ikke tilladelse til at brugere af delinger." #: lib/Block/FbStream.php:107 #, php-format msgid "" "You are not connected to your Facebook account. You should check your " "Facebook settings in your %s." msgstr "" "Du er ikke forbundet til din Facebook konto. Du bør checke dine Facebook " "indstillinger i din %s." #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:154 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Du kan også checke dine Facebook indstillinger i din %s." #: lib/LoginTasks/Task/TosAgreement.php:66 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Du godkendte ikke vores \"Terms of service agreement\". Derfor kan du ikke " "logge ind." #: login.php:292 msgid "You have been logged out." msgstr "Du er blevet logget ud." #: services/facebook/index.php:65 msgid "You have denied the requested permissions." msgstr "Du har Sagt nej til de anmodede tilladelser." #: lib/Block/TwitterTimeline.php:168 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Forbindelsen mellem din Twitter konto og Horde er ikke korrekt. Du bør " "checke dine Twitter indstillinger i din %s." #: lib/Ajax/Application/FacebookHandler.php:125 #: lib/Ajax/Application/FacebookHandler.php:133 #: lib/Ajax/Application/FacebookHandler.php:236 msgid "You like this" msgstr "Du synes om dette" #: services/problem.php:155 msgid "You must describe the problem before you can send the problem report." msgstr "" "Du bliver nød til at lave en problembeskrivelse, før du kan sende den ind." #: admin/user.php:142 msgid "You must specify a username to clear out." msgstr "Du skal angive brugernavnet, som du vil fjerne." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Du skal angive brugernavnet, som du vil fjerne." #: admin/user.php:71 msgid "You must specify the username to add." msgstr "Du skal angive brugernavnet, som du vil tilføje." #: admin/user.php:171 msgid "You must specify the username to update." msgstr "Du skal angive brugernavnet, som du vil opdatere." #: templates/problem/problem.inc:13 msgid "Your Email Address" msgstr "Din email adresse" #: config/prefs.php:271 config/prefs.php:333 config/prefs.php:371 #: config/prefs.php:515 msgid "Your Information" msgstr "Dine informationer" #: login.php:280 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Din Internet adresse er skiftet siden begyndelsen af din session. For at " "beskytte din sikkerhed bliver du nødt til at logge ind igen." #: templates/problem/problem.inc:9 msgid "Your Name" msgstr "Dit navn" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Din Godkendelses-backend understøtter ikke tilføjelsen af brugere. Hvis du " "ønsker at bruge Horde til at administrere brugerkonti, bliver du nødt til at " "bruge en anden backend." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Din godkendelses backend understøtter ikke oplistningen af brugere eller er " "den funktion af en eller anden grund blevet slået fra." #: login.php:284 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Din browser synes at være skiftet siden begyndelsen af din session. For at " "beskytte din sikkerhed, skal du logge ind igen." #: lib/Block/Iframe.php:69 msgid "Your browser does not support this feature." msgstr "Din browser understøtter ikke denne funktionalitet." #: config/prefs.php:419 msgid "Your current time zone:" msgstr "Din aktuelle tidszone:" #: config/prefs.php:291 msgid "Your full name:" msgstr "Dit fulde navn:" #: login.php:304 msgid "Your login has expired." msgstr "Dit logind er udløbet." #: services/resetpassword.php:82 #, php-format msgid "Your new password for %s is: %s" msgstr "Dit nye kodeord for %s er: %s" #: services/resetpassword.php:89 msgid "Your password has been reset" msgstr "Dit kodeord er blevet nulstillet" #: services/resetpassword.php:99 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Dit kodeord er blevet nulstille, Men det kunne ikke sendes til dig. Kontakt " "Admin." #: services/resetpassword.php:94 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Dit kodeord er blevet nulstille; kontrollér din indbakke og log ind med dit " "nye kodeord." #: services/changepassword.php:50 msgid "" "Your password has been succesfully changed. You need to re-login to the " "system with your new password." msgstr "" "Dit kodeord er blevet ændret. Log af og log ind igen med dit nye kodeord." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Dit kodeord er udløbet" #: login.php:165 msgid "Your password has expired." msgstr "Dit kodeord er udløbet." #: login.php:276 msgid "Your session has expired. Please login again." msgstr "Din session er udløbet. Log venligst ind igen." #: login.php:288 msgid "" "Your session length has exceeded the maximum amount of time allowed. Please " "login again." msgstr "" "Din session har overskredet max. tilladt sessions tid. Log venligst ind igen." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Zippy" #: services/problem.php:112 msgid "[Problem Report]" msgstr "[Problem indberetning]" #: lib/Api.php:65 msgid "_Alarms" msgstr "_Alarmer" #: lib/Api.php:85 msgid "_CLI" msgstr "_CLI" #: lib/Api.php:40 msgid "_Configuration" msgstr "Konfiguration _C" #: lib/Api.php:50 msgid "_Groups" msgstr "_Grupper" #: lib/Api.php:60 msgid "_Locks" msgstr "_Låse" #: lib/Api.php:55 msgid "_Permissions" msgstr "Tilladelser _P" #: lib/Api.php:45 msgid "_Users" msgstr "Brugere _U" #: services/problem.php:59 msgid "attachment" msgstr "vedhæftelse" #: lib/Block/Metar.php:146 lib/Block/Metar.php:332 #, php-format msgid "calm" msgstr "vindstille" #: lib/Block/Metar.php:148 lib/Block/Metar.php:334 lib/Block/Metar.php:360 #, php-format msgid "from the %s (%s) at %s %s" msgstr "fra %s (%s) med %s %s" #: lib/Block/Weather.php:221 lib/Block/Weather.php:331 msgid "gusting" msgstr "stormfuld" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "inline" msgstr "indlejret" #: lib/Ajax/Application/FacebookHandler.php:49 #: lib/Ajax/Application/FacebookHandler.php:66 lib/Block/FbStream.php:108 #: lib/Block/FbStream.php:154 lib/Block/TwitterTimeline.php:168 msgid "preferences" msgstr "indstillinger" #: admin/config/config.php:75 msgid "show differences" msgstr "vis forskelle" #: admin/user.php:39 admin/user.php:53 msgid "type the password twice to confirm" msgstr "indtast kodeordet to gange for at bekræfte" #: admin/config/diff.php:61 admin/config/diff.php:71 msgid "unified" msgstr "samlet" #: lib/Block/Weather.php:35 msgid "weather" msgstr "weather" tmpIMUtxu/horde-5.2.17/locale/da/LC_MESSAGES/horde.mo0000644000175000017500000017467713160205253021566 0ustar mathieumathieuV|5xG$yG)GG&G H$H ;H)FHpHH HHHH H)H7IJHIHIRI/J?JXJ^JfJmJ|JJJJJVJ Kl&KKKKK KKKKL L (L 2L >LJL ZLhLqLNzL-LLM M&M 5M ?M MM YM dMpM.wMMM#MlM%SNyN NNNNNNO&O -O9OMOcOkO%O<O%O PP #P)-P WPbP'vP,P*P%PQ 7Q AQbQtQ QQ QQQQQ Q Q QQRRRRR&R igUi iiiiiiij jj )j6j EjSjbjyjjjjj j jjjj0 k=kSk nkykkk kkkkkGk !l"/l!Rltl{llll lhlm"m3mLmdmvmmm$mmmmn nn#nx4LxGxxx x yy y,y 3y6?y vyyy yyyyyyzz*z2zAzIzYzmzzzzzzzzz { {{ {%{R5{,{{{{{{/{ |!|5|E|5[| ||||}}7}Q}q}} }}}}J}.~-F~;t~[~1  >-L+zO1%Dj}  ʀ  $5<Ud\C& 84m*;(2HQY`hw~  Ãσ>>+j4yʄc5H~hf%i83Ȇ-2*e]ÇHf1A3%,?R)T)K;I1ъ*(.6W7Ƌ ΋ ܋1/5V "/DJ^oDύ  )4<LRZau | ǎ ӎ;2;ns 2; 4AJPe  ̐ " 08Q Zf nz/Ց F0 w!ɒϒ Ԓ D "N"q%%%%-,.Z#,,ڔc5kV*s= E)&/%V(|vɗ @Jsy`+ڙ.Ff\Qf2-ΛXU[lty  ՜ݜ "$,4&Þ)*1 \!h #ʟ ٟ &%37Y1Kà ơ̡ݡ\sd  *5Ob ɣߣ \1d#¤Ҥ  (&OT!ss* 4 E$SxЦ $,/CBs/ + 6C2Y66è2 -N^| ȩܩ *5;@HQXaA֪")9$L`qҫګ !>.G/v!Ȭެ J[ r  ǭ Эޭ   +CC3ٮ7 5A<wFEA",@G[,β  *7GZs%Ƴ˳۳ 2BI   #ʴ?. @JPYl ~Qµ$'LUp y˶E&?f0n ˷ ӷ - 8FNW%_VUeX02E$x ̺ۺ  !3: @Mi7{  »л׻$(9 мۼ  /K\ m wȽϽֽ :B T_w?~ž # 4B$H8m  Aο 5L `nG A6=0t  p  !5FWt " :&a"~  H\ p- q!e &:ai pz   ,H^ci     <"_o(@YxD?&;[aw ".)X ha0BV\agkt}"7 Ua|  <O7-2:BK   !5:8MH! 1 7DI1R  , ITfn~  ' 5CG PN\5  -4QcsD :Rd  ^-b+7g&\=##H;1  /J\ag p z$p>>}!/>"Eh {    %8D<}/ W6vb`#$C4)")LevkAL;42p>$W9_OQ5;,q*555; MX/q}j% #'A<_  '9Qn~@5#* @ MX;l= &.B] x &'A I U _m.0 A"Nqv{5.0I-z--.533i&42a,9S,4saL/4/d11 a{4b RYhJ %/>Mn  & 3> T ^ h v+5tWQd}O>' D<>$10C|% 0+z,RYBU:q+Smz3[T  3}:y"I/(qmP 9*-w<xvYh#+/;2Tr$~ P-CaBny)"1Kg-BJ=Sp@3GZ=]+M]!k?I8D%wGr?  'nO~. ^7I-U0pARR\7O]Q8EL@cXtoi{_Hn\jg6uJ'5#lZYFG`Xc^f *@lKF2 a;|DN6 7\4eh64U[wzB/LVQX=M <k(UT#8sE9%i{:p`&4!<bNT/b1^}V*$ K2i"MO P= ,&rcFy~ JSe52 m C4fZ{NEo|?R'xu!C>#M ;s`  LK.S.(&> W@1F:g)5vj[vIL&e %(dH!9_AfJQ?t0u6AGlPj,7x;8,VV_.9Do*$))kbsdq"A3WHaENHh"%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s can interact with your Twitter account%s cannot read information about your Facebook friends.%s cannot read your stream messages and various other Facebook data items.%s cannot set your status messages or publish other content to Facebook.%s is ready to perform the tasks below. Select each operation to run at this time., gusting %s %s, variable from %s to %s1 Day1 Month1 Week12 Hour Format2 Weeks24 Hour Format24 hours24-hour format3 DaysA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAlarms have been disabled in the configurationAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Allow alphanumericAllow anyAllow non-provisionable devicesAllow only numericAlternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAnswerApplicationApplication ContextApplication is ready.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttachment DownloadAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated ApplicationsAuthorizeAuthorize Access to Friends DataAuthorize PublishAuthorize ReadAutomaticAvailable fields:BOFH ExcusesBaltic (ISO-8859-13)BasicBlockBlock SettingsBlock TypeBluetoothBookmarksBothBottomBrowserCalendarCameraCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange LocationChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:Clear QueryClear out user: %sClear userClear user dataClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsCodeword frequencyCollapseColor PickerComicsCommandCommand ShellComments: %dCommon NameComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for %s to interact with your Facebook account.Could not find authorization for %s to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent conditionCyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DDDataDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IdDevice InformationDevice ManagementDevice TypeDevice encryptionDevice is Blocked.Device is WipedDevice is Wiped. Remove device state to allow device to reconnect.Device successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew pointDisableDisable (not recommended)Display 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrugsDynamicEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnableEnd TimeEnglishEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Facebook. Details have been logged for the administrator.Error connecting to Twitter. Details have been logged for the administrator.Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFailed unlock attempts before device is wipedFavoriteFeedFeed AddressFeels LikeFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFriend Requests:Friends enabled.From the %s (%s °) at %s %sFrom the %s at %s %sFull DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)Group AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHTML EmailHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hide Advanced PreferencesHide ResultsHome DirectoryHordeHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumoristsIMEIIcons for %sIdentity to use when sending email via ActiveSync.Identity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInformationInherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid parent permission.InventoryJapanese (ISO-2022-JP)JavaScript is either disabled or not available on your browser. You are restricted to the minimal view.Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLawLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users failed with this error message: %sListing users failed.Listing users is disabled.LiteratureLocal time: %s %sLocale and TimeLocationLock UserLocksLog inLog outLogged in to FacebookLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize %sLogin to Twitter and authorize %sLogoutLoveMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Email ageMaximum Number of Portal BlocksMaximum attachment sizeMaximum number of devicesMaximum number of entries to displayMedicineMediumMembersMentionsMetar WeatherMetricMin temp last 24 hours: Min temp last 6 hours: Minimum PIN lengthMiscellaneousMissing configuration.Mobile (Minimal)Mobile (No JavaScript)Mobile (Smartphone/Tablet)Mobile Optimized AppsModeModelModule is up-to-date.MondayMoon PhasesMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutN/ANO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNo SoundNo available configuration data to show differences for.No change.No icons found.No items to displayNo location is set.No offensive fortunesNo pending signups.No push while roamingNo security question has been set. Please contact your administrator.No stable version exists yet.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoSQL indices are ready.NoSQL indices for %sNoSQL indices out of date.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshOSObject BrowserObject CreatorOffense filterOfficeOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:Other InformationOther OptionsOthersOwnerOwner:PHPPHP CodePHP ShellPOP/IMAP Email accountsPOSIX extension is missingP_HP ShellPasswordPassword ComplexityPassword changed successfully.Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhone NumberPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:PoliticsPosition of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text.PostPosted %sPosted %s via %sPrecipitation for last %d hour: Precipitation for last %d hours: Precipitation%schancePressurePressure at sea level: PrincipalProblem DescriptionProvisionedProvisioningPublish enabled.QueryQuotaRandom FortuneReadRead enabled.Really delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Regular AppsRemarksRemote HostRemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyRequire PINRequire S/MIME EncryptionRequire S/MIME SignatureResetReset PasswordReset all device stateReset your passwordRestore Last QueryResultsResults for %sRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSD cardSD card encryptionSMS Text messagesSQL DB schema is out of date.SQL DB schema is ready.SQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".ScienceScopeSea_rchSearchSearch:Seconds of inactivity before device should lockSelect a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeSession AdministrationSession TimestampSessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: %sShort SummaryShould access keys be defined for most links?Should multiple collections be multiplexed?ShowShow Advanced PreferencesShow All Preferences GroupsShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsSkip Login TasksSmallSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubmitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunriseSunrise/SunsetSunsetSync allSyncMLSyndicated FeedTag CloudTasksTemp for last hour: TemperatureTemperature%s(%sHi%s/%sLo%s)Temporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Thai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.This will cause all devices to resyncronize all items.This will cause your devices to resyncronize all items.TicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTopTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sTwitter not enabled.URLUnable to delete "%s": %s.Unable to set like.Unable to validate the request token. Please try your request again.UnblockUndo ChangesUnfavoriteUnfiledUnicode (UTF-8)UnitsUnknownUnlockUnsupported action.UpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser AgentUser NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVersionVersion CheckVersion ControlVietnamese (VISCII)View an external web pageVisibilityWarningWarning: Your Caps Lock key is on!WeatherWeather data provided byWeb SiteWeb browserWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WifiWikiWindWind speed in knotsWind:WipeWipe PendingWisdomWith WorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You are not connected to your Facebook account. You should check your Facebook settings in your %s.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has been succesfully changed. You need to re-login to the system with your new password.Your password has expiredYour password has expired.Your session has expired. Please login again.Your session length has exceeded the maximum amount of time allowed. Please login again.Zippy[Problem Report]_Alarms_CLI_Configuration_Groups_Locks_Permissions_Usersattachmentcalmfrom the %s (%s) at %s %sgustinginlinepreferencesshow differencestype the password twice to confirmunifiedweatherProject-Id-Version: Horde H5 (5.2.0-git) Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2014-03-18 15:28+0100 PO-Revision-Date: 2014-03-18 17:35+0100 Last-Translator: Erling Preben Hansen Language-Team: i18n@lists.horde.org Language: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); "%s" blev tilføjet i gruppe systemet."%s" blev tilføjet tilladelses systemet."%s" blev ikke oprettet: %s.%.2fMB brugt ud af %.2fMB tilladt (%.2f%%)%d %s og %s%d dage til dit kodeord udløber.%d minutter%d synes om dette%d synes om dette%d til %d af %d%d dags udsigt%s - Notits%s Konfiguration%s Opgaver - Bekræftigelse%s Brugsbetingelser%s ved %s %s%s kan samvirke med din Twitter konto%s kan ikke læse information på dine Facebook venner.%s kan ikke læse dine Facebook data og beskeder.%s kan ikke sætte din status eller videresende andet indhold til Facebook.%s er parat til at udføre de vedligeholdelseshandlinger, som er markeret nedenfor. Vælg de handlinger du ønsker udført nu.,diset %s %s, skriftende fra %s til %s1 Dag1 Måned1 Uge12-timers format2 Uger24-timers format24 timer24-timers format3 DageEn Enhedssletning er bestilt. Enheden vil blive slettet ved næste synkroniserings forsøg. En nyere version (%s) findes.En Fjern sletning af enhed id %s er indledt. Enheden vil blive slettet under næste synkronisering. AM/PMKonto-informationKontoens kodeordHandlingerActiveSyncActiveSync AdministrationActiveSync enhederActiveSync er ikke aktiveret.TilføjTilføj indholdTilføj her:Tilføj MedlemmerTilføj en gruppeOprette en ny bruger:Tilføj ny alarmOpret parOpret brugerHar tilføjet "%s" til systemet, men kunne ikke tilføje ekstra opskrivningsinformation: %s.Tilføjet "%s" til systemet. Du kan logge ind nu.Oprettelse af brugere er slået fraAdresseAdressekartotekAdministrationAlarm slutAlarm metoderAlarm startAlarm tekstAlarm titelAlarmerAlarmer er deaktiveret i konfigurationenAlleAlle godkendte (login) brugereAlle policy keys blev nulstillet.All status for dine ActiveSync enheder er nulstillet. De vil gensynkronisere næste gang de forbinder til serveren.Alle synkroniserings sessioner er slettet.Tillad BogstaverTillad enhverTillad ikke provision mulige enhederTillad kun talAlternativ IMSP-loginAlternativ IMSP-kodeordAlternativ IMSP-brugernavnDin email adresseBesvarApplikationApplikations sammenhængApplikation er parat.GodkendArabisk (Windows-1256)Er du sikker på, at du ønsker at slette '%s'?Er du sikker på, at du vil slette deltager anmodningen for "%s" ?Er du sikker på, at du ønsker at slette "%s"?Armensk (ARMSCII-8)KunstASCII ArtMindst et database skema er ikke opdateret.VedhæftelseDownload VedhæftelseForsøg på at slette en ikke eksisterende gruppe.Forsøg på at slette en ikke eksisterende tilladelse.Forsøg på at ændre en ikke eksisterende tilladelse.Forsøg på at ændre en ikke eksisterende deling.Godkendt (login) til programmer:Godkend (login)Godkend adgang til Venne dataTillade OffentliggørelseGodkend læsningAutomatiskFelter til rådighed:BOFH undskyldningerBaltikum (ISO-8859-13)GrundlæggendeLåsBlok egenskaberBloktypeBluetoothBogmærkerBeggeBundBrowserKalenderKameraAnnullerAfbryd reportering af problemAnnuller nulstillingKan ikke nulstille kodeord automatisk, kontakt din administrator.Kategorier og MærkerKeltisk (ISO-8859-14)Central-europæisk (ISO-8859-2)ÆndreÆndre lokationÆndre dit kodeordÆndre dine Personlige InformationerKodeordsændring er ikke understøttet af den nuværende opsætning. Kontakt din administrator.KontrolCheck for nyere versionerKontrollererSimplificeret kinesisk (GB2312)Traditionelt kinesisk (Big5)Vælg %sVælg hvordan datoer skal vises (kort format):Vælg hvordan datoer skal vises (langt format):Vælg hvordan klokken skal vises:Nulstil forespørgselRens bruger ud: %sRens brugerRens brugerdata udKlik på en af dine addressebøger og vælg de felter der skal søges på.Klik for at fortsætteKlient ankerLuk vindueSkyerKodeords frekvensFold sammenFarvevælgerVittighederKommandoKommandolinieKommentarer: %dAlmindeligt navnComputereForholdBetingelserKonfigurationKonfigurationsforskelleKonfiguration til synkronisering med PDAer, Smartphones og Outlook.Konfigurationen er forældet.Skripts til opgradering af opsætning tilgængeligeKonfigurér %sBekræft kodeordFortsætCookieKunne ikke forbinde til server "%s" ved brug af FTP: %sKunne ikke forbinde til serverren. Prøv igen senere.Kunne ikke slette skript til opgradering af opsætning "%s".Kunne ikke finde Logindata til %s for samvirke med din Facebook konto.Kunne ikke finde Logindata til %s for samvirke med din Twitter konto.Kunne ikke nulstille kodeordet for den anmodede bruger. Nogle eller alle detaljer er ukorrekte. Prøv igen eller kontakt din administrator, hvis du har behov for yderligere hjælp.Kunne ikke gendanne konfiguration.Kunne ikke gemme en backup-konfiguration: %sKunne ikke gemme script til opgradering af opsætning til: "%s".Kunne ikke gemme konfigurationsfilen %s. Brug en af mulighederne herunder for at gemme den.Kunne ikke gemme konfigurationsfilen %s. Du kan enten anvende en af mulighederne for at gemme koden tilbage på %s eller manuelt kopiere koden nedenfor til %s.Kunne ikke skrive konfiguration for "%s": %sLandOpretOpret ny dentitetNuværende 4 faserNuværende AlarmerNuværende låsningerIndeværende sessionAktuel tidAktuelt vejrNuværende vejrKyrillisk (KOI8-R)Kyrillisk (Windows-1251)Kyrillisk/Ukrainsk (KOI8-U)Database adgang er ikke konfigureret.DDDataDatabaseDatoModtagelsesdatoDato: %s; tid: %sDagStandardStandardfarveStandard-skalStandard tegnsæt til afsending af email beskeder:Standard lokation, til brug for lokation opmærksomme komponenter.DefinitionerSletSlet "%s"Slet alle SyncML dataSlet gruppeOpgraderingsscript "%s" er slettet.Slet synkroniserings session for enheden "%s" og database "%s".Beskriv problemetUdviklingEnhedEnhed IDEnheds InformationEnhedshåndteringEnhed typeEnheds krypteringEnheden er låstEnheden er nulstilletEnheden er nulstillet. Fjern enheds status for at tillade enheden at genforbinde.Enheden er fjernetNulstilling af enheden er annuleret.DugpunktDugpunkt for sidste time: DugpunktDeaktiverDeaktiver (anbefales ikke)Vis tid med 24 timer?Visnings IndstillingerVis uddybende vejrudsigtVis vejrudsigt (TAF)Indeholder den første række feltnavne? Hvis ja, markér denne boks:Har du ikke nogen konto? Meld dig til.Hent %sHent genereret konfiguration ned som PHP-script.MedikamenterDynamicEU moms identifikationRedigerRedigér "%s"Ændre Indstillinger forRedigér tilladelserRedigér tilladelser for "%s"Uddannelseemail adresseAktiverSlut tidEngelskIndtast et navn til den nye kategori:Indtast et sikkerhedsspørgsmål, som du vil blive spurgt, når du har brug for at ændre dit kodeord, fx 'hvad er dit kæledyrs navn?':Fejl under kontakten med Facebook. Detaljer er skrevet til loggen af hensyn til admin.Fejl under kontakten med Twitter. Detaljer er skrevet til loggen af hensyn til admin.Fejl under kontakten med Twitter: %s Detaljer er skrevet til loggen af hensyn til admin.Fejl under sletning af synkroniseringssessionen:Fejl under sletning af synkroniseringssessionerne:Fejl under opdatering af kodeord: %sEtniskBegivenheds invitationer:Hvert kvarterHvert 2. minutHvert halve minutHver 5. minutHver halve timeHver timeHvert minutEksempelværdier:UdførUdvidEkstra storeFTP upload af KonfigurationFacebook samvirkeOplåsningsforsøg fejlede før enheden blev nulstilletFavoriserFeedFeed addresseFølesFelter at søgeFilhåndteringFiltreFiltreFørste halvdelFørste kvartalMadVejrudsigt (TAF)Udsigtsdage (bemærk at den returnere vejrudsigt vedrører både dag og nat; et stort antal her kan resultere i en meget bred blok)Glemt dit kodeord?FormularerOrdsprogEpigramtypeEpigrammerEpigrammer 2ForaVenne anmodning:Venner aktiveretFra %s (%s °) med %s %sfra %s med %s %sFuld beskrivelseFuldmåneFuldt navnGenerér %s konfigurationGenereret kodeFå mereBasis indstillingerUdførGödelGoogle-søgningGræsk (ISO-8859-7)Gruppe administrationGruppe navnGruppen blev ikke dannet: %s.GrupperGæstetilladelserHTML emailHebraisk (ISO-8859-8-I)HøjdeStrøm indholdshøjde (Bredden justeres automatisk til blokken)HjælpOplistning af hjælpeemnerHemisfæreHer er starten af filen:Skjul avancerede indstillingerSkjul ResultaterHjemmekatalogHordeHvor mange felter (kolonner) er der?Hvor mange sekunder inden vi checker efter nye artikler?FugtighedHumoristerIMEIIkoner for %sIdentitet der skal bruges, når der sendes emails via ActiveSync.Identitetsnavn:Importering, trin %dImporterede felter: %sImporterede felter:Som svar til:I listen herunder vælg både, et felt fra kildefilen på venstre side, og det tilhørende felt i din adressebog i højre side. Tryk "Tilføj par" for at markere dem til importering. Når du er færdig klik "Næste".Ukorrekt brugernavn eller alternativ adresse. Prøv igen eller kontakt din administrator, hvis du har brug for yderligere hjælp.Individuelle brugereInformationArvede medlemmerIndtast en email adresse, hvortil du kan modtage det nye kodeord:Indtast det krævede svar til sikkerhedsspørgsmålet:Ugyldigt VAT identifikations nummer formatering.Ugyldig handling %s.Ugyldig applikation.Ugyldig hashUgyldige forældre tilladelser.LagerlisteJapansk (ISO-2022-JP)JavaScript er enten deaktiveret eller ikke tilgængeligt i din browser. Du har kun mulighed for minimal visning.Lige nu.....Kernel NewbiesNøgleordBørnKolabkoreansk (EUC-KR)SprogStorSidste halvdelSidste kodeordsændringSidste kvartalSeneste synkroniserings tidspunktSidst opdateret:Sidste login: %sSidste indlogning: %s fra %sSidste login: AldrigSenestLovSynes omVittighedLinux CookieList tabellerListning af alarmer fejlede: %sListning af låsninger fejlede: %sListning af sessions fejlede: %sListning af alle brugere fejlede med denne fejl besked: %sListning af brugere fejlede.Visning af brugere er deaktiveret.LitteraturLokal tid: %s %sRegionaldata og tidStedLås BrugerLåsningerLog indLog udLogged in til FacebookLog ind fejlede fordi dit brugernavn eller kodeord blev angivet forkert.Logind mislykkedes.Login til Facebook og Godkend %sLogin til Twitter og Godkend applikationen %sLogoutKærlighedMMMagiEmailEmail administratorHåndtér listen af kategorier, som du kan markere emner med, og farverne, der skal knyttes til disse kategorier.Håndter dine ActiveSync enheder.Matchende felterMaks. temp. sidst 24 timer: Maks. temp. sidste 6 timer: Max. email alderMaksimum antal af portalblokkeMax. vedhæftelses størrelseMaksimum antal af enhederMaksimum antal af opdateringer at viseMedicinMiddelMedlemmerOmtalerMetar WeatherMåleenhedMin. temp. sidste 24 timer: Min. temp. sidste 6 timer: Minimum PIN længdeForskelligtMangler KonfigurationMobil (minimal)Mobil (Uden Java)Mobil (Smartphone / Tablet)Mobil optimerede AppsModeModelApplikation er opdateret.MandagMånefaserMin kontoMine konto informationerMin Facebook strømMin PortalMin Portal udformningN/ANEJ, jeg er IKKE enigVIGTIGT: NULSTILLING AF EN ENHED, VIL NULSTILLE DEN TIL FABRIKKENS STANDARD INDSTILLING. VÆR SIKKE PÅ AT DU VIRKELIGT VIL DETTE....NavnAldrigNy kategoriNye beskeder:NymåneNyt brugernavn (valgfrit)Nyt kodeordNye kodeord er ikke ens.NyhederNæsteNæste 4 faserIngen lydIngen tilgængelige konfigurationdata at vise forskelle for.Ingen ændring.Fandt ingen ikoner.Ingen elementer at vise.Intet sted indstillet.Ingen anstødelige epigrammerIngen ventende opskrivninger.Ikke muligt at skubbe data under roamingDu har ikke angivet et sikkerheds spørgsmål. Kontakt SysAdmin.Ingen stabile versioner endnu.Intet brugernavn angivet.Original konfiguration mangler versionsnummer. Gendan konfiguration.Din konfiguration mangler versionsnummer. Gendan konfiguration.NoSQL er klar.NoSQL indices for %sNoSQL indices er ikke opdateretIngenNordisk (ISO-8859-10)Nordlige halvkugleIkke ProvisionedNoterIntet at browse, vend tilbage.Antal artikler at viseSekunder mellem refresh.OSObjekt browserObjektdannerAnstødende filterKontorGammelt og nyt kodeord skal være forskellige.Gammelt kodeordGammelt kodeord er ikke korrekt.Kun anstødelige epigrammerEn delings ejerskab og ejertilladelser må kun ændre af en systemadministrator eller ejeren selvOperativsystemEller skriv et brugernavnAnden informationAndre IndstillingerAndreEjerEjer:PHPPHP-kodePHP-skalPOP/IMAP email kontiPOSIX-udviddelse manglerPHP-skalKodeordKodeord KompleksitetKodeord ændret.Kodeordene skal være ens.IndsætVentende opskrivninger:FolkUdfør Login opgaverTilladelse "%s" ikke slettet.TilladelserTilladelses-administrationPersonlig InformationKæledyrTelefon nr.FotosBanaliteterIndtast venligst en adgangskode.Indtast Venligst et brugernavn.Skriv venligst, hvad problemet går ud på og hvad der sker.Læs følgende tekst. Du SKAL være enig i betingelserne for at bruge systemet.Prik:PolitikPlacering af svar tekst når du svarer på emails på din enhed. Bemærk nogle enheder vil altid sende den citerede tekst i slutningen af svar teksten.SendSent %sSendte %s via %sNedbør gennem senest %d timer: Nedbør gennem seneste %d timer: Nedbør%schanceTrykTryk ved overfladen: OverordnetProblembeskrivelseProvisionedProvisioningOffentliggøring muliggjort.ForespørgselKvoteTilfældigt epigramLæsLæsning aktiveretVirkelig slette "%s"? Denne handling kan ikke fortrydes.Virkelig slette data for bruger "%s"? Denne handling kan ikke fortrydes.Opfrisk dynamiske menu elementer:Genopfrisk portalvisning:Genopfrisks rate:Standard programmerNoterFjern serverSletSlet parFjern gemt skript fra servers midlertidige mappe.Slet brugerSlet bruger: %sSvarKræver PINKræver S/MIME krypteringKræver S/MIME signaturNulstilNulstil kodeordNulstil alle enheders statusNulstil dit kodeordGenskab sidste forespørgselResultaterResultater for %sReTweetRetweeted af %sGentast nyt kodeordGendan konfigurationGåderUdførKør login opgaverSD kortSD kort krypteringSMS beskeder:SQL DB skema er ikke opdateret.SQL DB skema er klar.SQL fortolkerSQL fortolkerGemGem "%s"Gem og slutGem genereret konfiguration som PHP-skript i din servers midlertidige katalog.Gemte skript til opgradering af opsætning til: "%s".VidenskabScopeSøg (_r)SøgSøg:Sekunder inaktivitet inden enheden skal låseVælg en gruppe at tilføje:Vælg en ny ejer:Vælg en serverVælg en bruger at tilføje:Vælg alle felter som skal gennemsøges, når adresser ekspanderes. Vælg dato og tidsformat:Vælg dato-adskilleren:Vælg datoformat:Vælg dato og tids rækkefølge:Vælg tids-adskilleren:Vælg tidsformat:Vælg din farvesammensætning.Vælg dit foretrukne sprog:Send problembeskrivelseFøler: Server tidsessions administrationSessions Tidsstempel:SessionerIndstillinger der tillader dig at nulstille dit kodeord, hvis du nogensinde skulle glemme det.Indstil integrationen med din Facebook konto.Indstil integrationen med din Twitter kontoIndstil dit foretrukne sprog, tidszone og dato visning.Indstil dine opstartsapplikationer, farvesammensætning, sideopfrisknin og andre visningsindstillinger.Flere steder mulig med parameteren: %sKort opsummeringSkal hurtig-taster defineres for de fleste henvisninger? (÷)Skal flere samlinger sammenlægges?VisVis avancerede indstillingerVis avancerede indstillings grupperVis forskellene mellem den gemte og den nyligt genererede konfiguration.Vis flere detaljer?Vis tidspunkt for seneste tilgang ved pålogning?Vis notifikationerSpring over login opgaverLilleSnedybde: Sneækvivalent i vand: Sange og poesiSydeuropæisk (ISO-8859-3)Sydlige halvkugleSpamSportStandardStar TrekStart tidTilstands håndteringStatusDer er ikke muligt at sætte status.StrømAnmodning om at tilføje "%s" til system afsendt. Du kan ikke logge på før din anmodning er blevet anerkendt.Fik kontakt med din Facebook konto eller opdatere tilladelser.Udført"%s" blev tilføjet til systemet.Data for bruger "%s" blev slettet fra systemet."%s" er slettet."%s" er slettet fra systemet.Konfiguration tilbageført. Genindlæs for at se ændringerne.Backup af konfigurationen er gemt."%s" er opdateret.Gemte %s.SolopgangSolnedgangSøndagSolopgangSolopgang/solnedgangSolnedgangSync AlleSyncMLSyndicated feedMærkat oversigtOpgaverTemp. sidste time: TemperaturTemperatur%s(%sHøj%s/%sLav%s)Midlertidigt ingen forbindelse til Facebook, Prøv igen.Midlertidigt umuligt at kontakte Twitter. Prøv igen senere.Thai (TIS-620)Fjern sletningen af Enheden id %s er annuleret.Alarmen er slettet.Alarmen er gemt.Konfigurationen af %s kunne ikke opdateres automatisk. Opdater konfigurationen manuelt.Standard email addresse til brug for denne indentitet:Låsen er fjernet.Medlemsstatens Service kunne ikke findes i tide. Prøv igen senere eller med en anden medlemsstat.Medlemsstatens Service ikke til stede lige nu. Prøv igen senere eller med en anden medlemsstat.Landekoden er ugyldig eller forkert.Denne service er midlertidigt ikke tilgængelig. Prøv igen senere.Denne service har travlt lige nu. Prøv igen senere.Deltager anmodningen for "%s" er slettet.Deltager anmodningen for "%s" er slettet.Status for enhed id %s er nulstillet. Den vil gensynkronisere næste gang den forbinder til serveren.Test scriptet er tilgængeligt. Af sikkerhedsgrunde bør du "disable" test scriptet, når du er færdig med at teste. (se horde/docs/INSTALL).Brugeren "%s" findes allerede.Brugeren "%s" findes ikke.Der opstod et problem under tilføjelsen af '%s' til systemet: %sDer opstod et problem under fjernelse af data for bruger "%s" fra systemet: Der opstod et problem under sletning af "%s" fra systemet: Der opstod et problem under opdatering af "%s": %sDer opstod en fejl under kontakten med ActiveSync serveren: %sFejl under kontakten til Twitter: %sDer opstod en fejl i konfigurationsformularen. Nuligvis har du udeladt et krævet felt.Der opstod en fejl under håndteringen af anmodningen: %sDer opstod en fejl under hentningen af din Facebook session. Prøv igen senere.Der opstod en fejl under fjernelsen af globale data for %s. Detaljerne er logget.Der opstod en fejl under håndteringen af anmodningenDette VAT identifikationsnummer er ugyldigt.Dette VAT identifikationsnummer er gyldigtDette vil få alle enheder til at resynkronisere alt.Dette vil få dine enheder til at resynkronisere alt.SagerTids registreringTidsformatTidsstempel eller ukendtTidskode for udførte synkroniseringssessioner.TitelFor at fjerne et felt fra importen eller for at rette en forkert parring. Vælg feltet i listen herunder og klik "Fjern par".For at vælge multiple indgange skal Ctrl- (PC) eller Command (Mac)-tasten holdes nede medens der klikkes.I DagI morgenTopOversættelserTyrkisk (ISO-8859-9)TweetTwitter samvirkeTwitter tidslinjeTwitter tidslinje for %sTwitter er ikke aktiveretURLKan ikke slette "%s": %s.Kan ikke formidle "synes om".Ikke i stand til at validere den anmodede token. Prøv igen.OplåsFortryd ændringerAffavoriserIkke anbragtUnicode (UTF-8)EnhederUkendtOplåsIkke understøttet handling.OpdatérOpdatér %sOpdatér %s skemaOpdater alle DB skemaerOpdater alle konfigurationerOpdatér bruger"%s" opdateret.Opdatere skema for %s.UploadOpsætningsfiler til alle applikationer er lagt op på serveren.Brug hvis navn/kodeord er forskellig for IMSP-server.BrugerBruger-administrationBruger agentBrugernavnBruger-registreringBruger registrering er blevet slået fra på dette websted.Bruger registrering er ikke sat rigtigt op på dette websted.Brugerkonto ikke fundetVælg en bruger at tilføje:BrugernavnBrugereBrugere i systemet:VAT id nummer verificeringVAT identificationsnummer:VAT nummerVersionVersionskontrolVersionskontrolVietnamesisk (VISCII)Se på ekstern websideSynlighedAdvarselAdvarsel: Din Caps Lock er slået til!VejretVejrinformation stillet tilrådighed afWebsiteWeb browserVelkommenVelkommen, %sVestlig (ISO-8859-1)Vestlig (ISO-8859-15)Hvilken applikation skal %s vise efter logind?Hvad laver du lige nu?Hvad er separatortegnet?Hvad er citationstegnet?Hvilken dag vil du have vist som første ugedag?Hvilke faserBredden på %s menuen til venstre:WifiWikiVindVindhastighed i knobVind:NulstilNulstilling venterVisdommedArbejdeX-RefÅÅJa, jeg er enigDu og %d synes om detteDu og %d andre synes om detteDu har ikke tilladelse til at tilføje gruppe.Du har ikke tilladelse til at tilføje delinger.Du har ikke tilladelse til at ændre grupper.Du har ikke tilladelse til at ændre delingerDu har ikke tilladelse til at slette grupper.Du har ikke tilladelse til at slette delinger.Du har ikke tilladelse til at se grupper af delinger.Du har ikke tilladelse til at se delingstilladelserDu har ikke tilladelse til at delingerDu har ikke tilladelse til at se brugere of grupper.Du har ikke tilladelse til at brugere af delinger.Du er ikke forbundet til din Facebook konto. Du bør checke dine Facebook indstillinger i din %s.Du kan også checke dine Facebook indstillinger i din %s.Du godkendte ikke vores "Terms of service agreement". Derfor kan du ikke logge ind.Du er blevet logget ud.Du har Sagt nej til de anmodede tilladelser.Forbindelsen mellem din Twitter konto og Horde er ikke korrekt. Du bør checke dine Twitter indstillinger i din %s.Du synes om detteDu bliver nød til at lave en problembeskrivelse, før du kan sende den ind.Du skal angive brugernavnet, som du vil fjerne.Du skal angive brugernavnet, som du vil fjerne.Du skal angive brugernavnet, som du vil tilføje.Du skal angive brugernavnet, som du vil opdatere.Din email adresseDine informationerDin Internet adresse er skiftet siden begyndelsen af din session. For at beskytte din sikkerhed bliver du nødt til at logge ind igen.Dit navnDin Godkendelses-backend understøtter ikke tilføjelsen af brugere. Hvis du ønsker at bruge Horde til at administrere brugerkonti, bliver du nødt til at bruge en anden backend.Din godkendelses backend understøtter ikke oplistningen af brugere eller er den funktion af en eller anden grund blevet slået fra.Din browser synes at være skiftet siden begyndelsen af din session. For at beskytte din sikkerhed, skal du logge ind igen.Din browser understøtter ikke denne funktionalitet.Din aktuelle tidszone:Dit fulde navn:Dit logind er udløbet.Dit nye kodeord for %s er: %sDit kodeord er blevet nulstilletDit kodeord er blevet nulstille, Men det kunne ikke sendes til dig. Kontakt Admin.Dit kodeord er blevet nulstille; kontrollér din indbakke og log ind med dit nye kodeord.Dit kodeord er blevet ændret. Log af og log ind igen med dit nye kodeord.Dit kodeord er udløbetDit kodeord er udløbet.Din session er udløbet. Log venligst ind igen.Din session har overskredet max. tilladt sessions tid. Log venligst ind igen.Zippy[Problem indberetning]_Alarmer_CLIKonfiguration _C_Grupper_LåseTilladelser _PBrugere _Uvedhæftelsevindstillefra %s (%s) med %s %sstormfuldindlejretindstillingervis forskelleindtast kodeordet to gange for at bekræftesamletweathertmpIMUtxu/horde-5.2.17/locale/et/0000755000175000017500000000000013162206570016346 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/et/help.xml0000644000175000017500000000143113160205253020012 0ustar mathieumathieu The Portal Page This portal page provides a quick summary of all your important information. For example, it might show how many new e-mail messages you have in your INBOX, upcoming events on your calendar, tasks on your to-do list, headlines from selected news services, and so on. Many of these summaries will contain quick shortcuts to common functions, such as composing a new mail message, creating a new calendar event or task, etc. The contents of this portal page are customizable via the Layout button. For example, you can choose which items to include on this portal page as well as in which order they are shown. tmpIMUtxu/horde-5.2.17/locale/et/LC_MESSAGES/0000755000175000017500000000000013162206570020133 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/locale/et/LC_MESSAGES/horde.po0000644000175000017500000031333413160205253021576 0ustar mathieumathieu# HORDE ESTONIAN TRANSLATION # # Toomas Aas , 2002 - 2006 # msgid "" msgstr "" "Project-Id-Version: Horde 3.1-cvs\n" "Report-Msgid-Bugs-To: dev@lists.horde.org\n" "POT-Creation-Date: 2011-10-19 13:56+0300\n" "PO-Revision-Date: 2011-11-09 08:42+0200\n" "Last-Translator: Alar Sing \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: lib/Block/Weatherdotcom.php:240 lib/Block/Weatherdotcom.php:343 #: lib/Block/Weatherdotcom.php:389 msgid " at " msgstr " kiirusega " #: admin/groups.php:33 #, php-format msgid "\"%s\" was added to the groups system." msgstr "\"%s\" lisati gruppide süsteemi." #: admin/perms/addchild.php:49 #, php-format msgid "\"%s\" was added to the permissions system." msgstr "\"%s\" lisati õiguste süsteemi." #: admin/perms/addchild.php:53 #, php-format msgid "\"%s\" was not created: %s." msgstr "\"%s\" ei loodud: %s." #: lib/Block/Account.php:80 #, php-format msgid "%.2fMB used of %.2fMB allowed (%.2f%%)" msgstr "%.2fMB kasutatud kokku %.2fMB'st (%.2f%%)" #: lib/Block/Weatherdotcom.php:221 #, php-format msgid "%d %s and %s" msgstr "%d %s ja %s" #: lib/Block/Account/Ldap.php:228 lib/Block/Account/Ldap.php:243 #, php-format msgid "%d days until your password expires." msgstr "Sinu salasõna aegub %d päeva pärast." #: lib/Block/Metar.php:259 #, php-format msgid "%d minutes" msgstr "%d minutit" #: services/facebook/index.php:122 #, php-format msgid "%d person likes this" msgid_plural "%d persons like this" msgstr[0] "%d inimesele meeldib see" msgstr[1] "%d inimesele meeldib see" #: templates/admin/user/list.inc:4 #, php-format msgid "%d to %d of %d" msgstr "%d kuni %d %d'st" #: lib/Block/Weatherdotcom.php:268 #, php-format msgid "%d-day forecast" msgstr "%d päeva ennustus" #: services/logintasks.php:89 #, php-format msgid "%s - Notice" msgstr "%s - Tähelepanu" #: admin/config/config.php:26 admin/config/index.php:355 #, php-format msgid "%s Configuration" msgstr "%s Seadistus" #: services/logintasks.php:69 #, php-format msgid "%s Tasks - Confirmation" msgstr "%s Töö - Kinnitusega" #: services/logintasks.php:79 #, php-format msgid "%s Terms of Agreement" msgstr "%s kasutustingimused" #: lib/Block/Metar.php:132 lib/Block/Metar.php:138 lib/Block/Metar.php:212 #: lib/Block/Metar.php:318 lib/Block/Metar.php:324 #, php-format msgid "%s at %s %s" msgstr "%s kiirusega %s %s" #: services/logintasks.php:70 #, php-format msgid "" "%s is ready to perform the tasks below. Select each operation to run at this " "time." msgstr "" "%s on valmis tegema allpool loetletud hooldustööd. Märgista töö(d), mida " "soovid koheselt teha." #: lib/Block/Weatherdotcom.php:347 lib/Block/Weatherdotcom.php:392 msgid ", gusting " msgstr ", tuuleiilid " #: lib/Block/Metar.php:161 lib/Block/Metar.php:166 #, php-format msgid ", gusting %s %s" msgstr ", tuuleiilid %s %s" #: lib/Block/Metar.php:174 #, php-format msgid ", variable from %s to %s" msgstr ", vahemikus %s kuni %s" #: lib/Block/Time.php:31 msgid "12 Hour Format" msgstr "12-tunnine esitus" #: lib/Block/Time.php:30 msgid "24 Hour Format" msgstr "24-tunnine esitus" #: templates/data/datetime.inc:109 templates/data/time.inc:28 msgid "24 hours" msgstr "24 tundi" #: config/prefs.php:438 config/prefs.php:440 msgid "24-hour format" msgstr "24-tunnine esitus" #: templates/prefs/facebook.html:14 msgid "" " can interact with your Facebook account, but you must login " "to Facebook manually each time." msgstr "" " saab suhelda sinu Facebooki kontoga, kuid sa pead iga kord " "käsitsi sisse logima Facebooki." #: templates/prefs/facebook.html:49 msgid " cannot read information about your Facebook friends." msgstr "" " ei saa lugeda informatsiooni sinu Facebooki sõprade kohta." #: templates/prefs/facebook.html:37 msgid "" " cannot read your stream messages and various other Facebook " "data items." msgstr "" " ei saa lugeda sinu Facebooki seina ja muud informatsiooni." #: templates/prefs/facebook.html:25 msgid "" " cannot set your status messages or publish other content to " "Facebook." msgstr "" " ei saa uuendada sinu staatuse ja muud informatsiooni " "Facebookis." #: templates/prefs/twitter.html:9 msgid " can interact with your Twitter account" msgstr " saab postitada Twitteri kontole" #: services/keyboard.php:46 msgid "A characters" msgstr "Märgid" #: admin/activesync.php:36 msgid "" "A device wipe has been requested. Device will be wiped on next " "syncronization attempt." msgstr "" "Seadme tühjendus on taotletud. Seade tühjendatakse järgmisel " "sünkroniseerimise katsel." #: admin/config/index.php:147 admin/config/index.php:185 #, php-format msgid "A newer version (%s) exists." msgstr "Uuem versioon (%s) on olemas." #: lib/Prefs/Ui.php:708 #, php-format msgid "" "A remote wipe for device id %s has been initiated. The device will be wiped " "during the next synchronisation." msgstr "" "Seadme id'ga %s tühjendus on taotletud. Seade tühjendatakse järgmisel " "sünkroniseerimise katsel." #: lib/Block/WeatherdotcomStrings.php:7 msgid "AM Clouds" msgstr "EL Pilvine" #: lib/Block/WeatherdotcomStrings.php:8 msgid "AM Drizzle" msgstr "EL Uduvihm" #: lib/Block/WeatherdotcomStrings.php:9 msgid "AM Fog" msgstr "EL Udu" #: lib/Block/WeatherdotcomStrings.php:10 msgid "AM Light Rain" msgstr "EL Kerge Vihm" #: lib/Block/WeatherdotcomStrings.php:11 msgid "AM Light Snow" msgstr "EL Kerge Lumesadu" #: lib/Block/WeatherdotcomStrings.php:12 msgid "AM Rain" msgstr "EL Vihm" #: lib/Block/WeatherdotcomStrings.php:13 msgid "AM Showers" msgstr "EL Hoovihm" #: lib/Block/WeatherdotcomStrings.php:14 msgid "AM Snow" msgstr "EL Lumi" #: lib/Block/WeatherdotcomStrings.php:15 msgid "AM Snow Showers" msgstr "EL Tugev Lumesadu" #: lib/Block/WeatherdotcomStrings.php:16 msgid "AM Sun" msgstr "AL Päike" #: lib/Block/WeatherdotcomStrings.php:17 msgid "AM T-Showers" msgstr "EL Hoovihm" #: lib/Block/WeatherdotcomStrings.php:18 msgid "AM T-Storms" msgstr "EL Äikesetorm" #: templates/data/datetime.inc:110 templates/data/time.inc:29 msgid "AM/PM" msgstr "EL/PL" #: lib/Block/Account.php:19 msgid "Account Information" msgstr "Konto Informatsioon" #: config/prefs.php:296 msgid "Account Password" msgstr "Konto Salasõna" #: admin/activesync.php:128 msgid "Actions" msgstr "Tegevused" #: config/prefs.php:694 msgid "ActiveSync" msgstr "ActiveSync" #: admin/activesync.php:73 msgid "ActiveSync Device Administration" msgstr "ActiveSync Seadmete Haldus" #: admin/activesync.php:201 lib/Api.php:85 msgid "ActiveSync Devices" msgstr "ActiveSync Seadmed" #: admin/activesync.php:25 lib/Prefs/Ui.php:351 msgid "ActiveSync not activated." msgstr "ActiveSync pole aktiveeritud." #: templates/admin/groups/add.inc:11 templates/portal/add.inc:14 msgid "Add" msgstr "Lisa" #: services/portal/index.php:49 msgid "Add Content" msgstr "Lisa Sisu" #: templates/portal/add.inc:5 msgid "Add Here:" msgstr "Lisa Siia:" #: templates/admin/groups/edit.inc:56 msgid "Add Members" msgstr "Lisa Liikmeid" #: templates/admin/groups/add.inc:6 msgid "Add a group" msgstr "Lisa gruppi" #: admin/user.php:26 msgid "Add a new user:" msgstr "Lisa uus kasutaja:" #: admin/alarms.php:27 msgid "Add new alarm" msgstr "Lisa uus teavitus" #: templates/data/csvmap.inc:93 msgid "Add pair" msgstr "Lisa paar" #: admin/user.php:27 msgid "Add user" msgstr "Lisa kasutaja" #: admin/signup_confirm.php:80 admin/user.php:97 #, php-format msgid "" "Added \"%s\" to the system, but could not add additional signup information: " "%s." msgstr "" "\"%s\" lisati süsteemi, kuid täiendavat liitumise informatsiooni polnud " "võimalik lisada: %s." #: signup.php:44 #, php-format msgid "Added \"%s\" to the system. You can log in now." msgstr "\"%s\" lisati süsteemi. Nüüd võid sisse logida." #: templates/admin/user/noadd.inc:2 msgid "Adding users is disabled." msgstr "Kasutajate lisamine pole lubatud." #: lib/Block/Vatid.php:117 msgid "Address" msgstr "Aadress" #: config/registry.php:122 msgid "Address Book" msgstr "Aadressiraamat" #: lib/Application.php:36 msgid "Administration" msgstr "Haldus" #: admin/alarms.php:31 msgid "Alarm end" msgstr "Teavituse lõpp" #: admin/alarms.php:33 msgid "Alarm methods" msgstr "Teavitus meetod" #: admin/alarms.php:30 msgid "Alarm start" msgstr "Teavituse algus" #: admin/alarms.php:32 msgid "Alarm text" msgstr "Teavituse tekst" #: admin/alarms.php:29 msgid "Alarm title" msgstr "Teavituse pealkiri" #: admin/alarms.php:138 msgid "Alarms" msgstr "Teavitused" #: lib/Block/Fortune.php:93 msgid "All" msgstr "Kõik" #: templates/shares/edit.inc:58 msgid "All Authenticated Users" msgstr "Kõik sisselogitud kasutajad" #: admin/activesync.php:51 msgid "All policy keys successfully reset." msgstr "Kõikigi poliitika võtmete lähtestamine õnnestus." #: lib/Prefs/Ui.php:718 msgid "" "All state removed for your ActiveSync devices. They will resynchronize next " "time they connect to the server." msgstr "" "Kõik ActiveSync seadmete seisud eemaldatud. Järgmisel ühendumisel serveriga " "sünkroniseeritakse uuesti." #: lib/Prefs/Ui.php:688 msgid "All synchronization sessions deleted." msgstr "Sünkroniseerimise seansid kustutatud." #: config/prefs.php:660 msgid "Alternate IMSP Login" msgstr "Alternatiivne IMSP Konto" #: config/prefs.php:674 msgid "Alternate IMSP Password" msgstr "Alternatiivne IMSP Salasõna" #: config/prefs.php:668 msgid "Alternate IMSP Username" msgstr "Alternatiivne IMSP Kasutajanimi" #: services/resetpassword.php:31 msgid "Alternate email address" msgstr "Alternatiivne e-posti aadress" #: lib/Block/Weatherdotcom.php:150 msgid "An unknown error has occured." msgstr "Juhtus tundmatu viga." #: services/resetpassword.php:48 msgid "Answer" msgstr "Vastus" #: templates/data/csvmap.inc:113 templates/admin/config/index.html:27 msgid "Application" msgstr "Rakendus" #: admin/phpshell.php:49 msgid "Application Context: " msgstr "Rakenduste Sisu: " #: util/icon_browser.php:45 msgid "Application List" msgstr "Rakenduste Nimekiri" #: admin/config/index.php:225 msgid "Application is ready." msgstr "Rakendus on töövalmis." #: admin/config/index.php:150 admin/config/index.php:188 msgid "Application is up-to-date." msgstr "Rakendus on ajakohane." #: templates/admin/user/approve.inc:33 msgid "Approve" msgstr "Kinnita" #: config/nls.php:168 msgid "Arabic (Windows-1256)" msgstr "Araabia (Windows-1256)" #: admin/alarms.php:128 #, php-format msgid "Are you sure you want to delete '%s'?" msgstr "Kas oled kindel, et soovid '%s' kustutada?" #: templates/admin/user/removequeued.inc:10 #, php-format msgid "Are you sure you want to remove the signup request for \"%s\"?" msgstr "Oled sa kindel et soovid %s liitumissoovi kustutada?" #: templates/admin/groups/delete.inc:7 #, php-format msgid "Are you sure you wish to delete \"%s\"?" msgstr "Kas oled kindel, et soovid \"%s\" kustutada?" #: config/nls.php:169 msgid "Armenian (ARMSCII-8)" msgstr "Armeenia (ARMSCII-8)" #: lib/Block/Fortune.php:35 msgid "Art" msgstr "Kunst" #: lib/Block/Fortune.php:36 msgid "Ascii Art" msgstr "ASCII Kunst" #: lib/LoginTasks/Task/AdminCheck.php:65 msgid "At least one database schema is outdated." msgstr "Vähemalt üks andmebaasi raamistik on vananenud." #: templates/problem/problem.inc:43 msgid "Attachment" msgstr "Manus" #: admin/groups.php:58 msgid "Attempt to delete a non-existent group." msgstr "Katse kustutada olematut gruppi." #: admin/perms/delete.php:30 msgid "Attempt to delete a non-existent permission." msgstr "Katse kustutada olematut õigust." #: admin/perms/edit.php:98 msgid "Attempt to edit a non-existent permission." msgstr "Katse muuta olematut õigust." #: services/shares/edit.php:66 msgid "Attempt to edit a non-existent share." msgstr "Katse muuta olematut jagatud kausta." #: admin/sessions.php:44 msgid "Authenticated to:" msgstr "Sisselogitud kui:" #: templates/prefs/facebook.html:50 msgid "Authorize Access to Friends Data:" msgstr "Luba Ligipääs Sõprade Andmetele:" #: templates/prefs/facebook.html:26 msgid "Authorize Publish" msgstr "Luba Postitamine" #: templates/prefs/facebook.html:38 msgid "Authorize Read:" msgstr "Luba Lugemine:" #: templates/prefs/facebook.html:15 msgid "Authorize an infinite session:" msgstr "Luba katkematu sessioon:" #: login.php:219 msgid "Automatic" msgstr "Automaatselt" #: templates/data/csvmap.inc:71 msgid "Available fields:" msgstr "Kasutatavad väljad:" #: themes/azur/info.php:6 msgid "Azur" msgstr "Taevasinine" #: lib/Block/Fortune.php:37 msgid "BOFH Excuses" msgstr "BOFH ettekäänded" #: config/nls.php:170 msgid "Baltic (ISO-8859-13)" msgstr "Balti (ISO-8859-13)" #: themes/barbie/info.php:2 msgid "Barbie" msgstr "Barbie" #: util/icon_browser.php:34 #, php-format msgid "Base graphics directory \"%s\" not found." msgstr "Graafika põhikataloogi \"%s\" ei leitud." #: templates/portal/layout.inc:90 msgid "Block Settings" msgstr "Bloki Sätted" #: templates/portal/layout.inc:72 msgid "Block Type" msgstr "Bloki Tüüp" #: themes/bluemoon/info.php:2 msgid "Blue Moon" msgstr "Sinine Kuu" #: themes/bluewhite/info.php:2 msgid "Blue and White" msgstr "Sinine ja Valge" #: config/registry.php:204 msgid "Bookmarks" msgstr "Järjehoidjad" #: lib/Block/Fortune.php:103 msgid "Both" msgstr "Mõlemad" #: themes/brown/info.php:2 msgid "Brown" msgstr "Pruun" #: admin/sessions.php:42 msgid "Browser:" msgstr "Veebilehitseja:" #: themes/burntorange/info.php:7 msgid "Burnt Orange" msgstr "Põhi Oranž" #: lib/Block/Weatherdotcom.php:146 msgid "Cache init was not completed." msgstr "Vahemälu initsialiseerimine ei jõudnud lõpule." #: config/registry.php:144 msgid "Calendar" msgstr "Kalender" #: lib/Block/Weatherdotcom.php:230 msgid "Calm" msgstr "Vaikne" #: themes/camouflage/info.php:2 msgid "Camouflage" msgstr "Kamuflaaž" #: admin/user.php:120 admin/user.php:140 templates/admin/groups/delete.inc:11 #: templates/admin/user/clear.inc:12 templates/admin/user/remove.inc:12 msgid "Cancel" msgstr "Loobu" #: templates/problem/problem.inc:58 msgid "Cancel Problem Report" msgstr "Loobu Probleemi Raportist" #: admin/activesync.php:185 templates/prefs/activesync.html:31 msgid "Cancel Wipe" msgstr "Loobu Hävitamisest" #: services/resetpassword.php:17 msgid "Cannot reset password automatically, contact your administrator." msgstr "" "Salasõna ei saa automaatselt lähtestada, võta ühendust administraatoriga." #: config/prefs.php:463 msgid "Categories and Labels" msgstr "Kategooriad ja Märgendid" #: config/nls.php:171 msgid "Celtic (ISO-8859-14)" msgstr "Kelti (ISO-8859-14)" #: config/nls.php:172 msgid "Central European (ISO-8859-2)" msgstr "Kesk-Euroopa (ISO-8859-2)" #: templates/prefs/rpc.html:33 msgid "Change" msgstr "Muuda" #: services/changepassword.php:23 msgid "Change Your Password" msgstr "Muuda salasõna" #: config/prefs.php:233 msgid "Change your personal information." msgstr "Muuda oma isikliku informatsiooni." #: services/changepassword.php:17 msgid "" "Changing your password is not supported with the current configuration. " "Contact your administrator." msgstr "" "Süsteemi seadistus ei võimalda salasõna muuta. Võta ühendust " "administraatoriga." #: lib/Block/Vatid.php:41 msgid "Check" msgstr "Kontrolli" #: templates/admin/config/index.html:4 msgid "Check for newer versions" msgstr "Kontrolli uuemat versiooni" #: lib/Block/Vatid.php:43 msgid "Checking" msgstr "Kontrollin" #: config/nls.php:173 msgid "Chinese Simplified (GB2312)" msgstr "Hiina Lihtsustatud (GB2312)" #: config/nls.php:174 msgid "Chinese Traditional (Big5)" msgstr "Hiina Traditsiooniline (Big5)" #: services/obrowser/index.php:91 #, php-format msgid "Choose %s" msgstr "Vali %s" #: config/prefs.php:429 msgid "Choose how to display dates (abbreviated format):" msgstr "Vali kuupäevade esitusviis (lühendatud vorm):" #: config/prefs.php:404 msgid "Choose how to display dates (full format):" msgstr "Vali kuupäevade esitusviis (pikk vorm):" #: config/prefs.php:443 msgid "Choose how to display times:" msgstr "Vali kellaaja esitusviis:" #: lib/Block/WeatherdotcomStrings.php:19 msgid "Clear" msgstr "Selge" #: admin/sqlshell.php:122 msgid "Clear Query" msgstr "Tühjenda Päring" #: templates/admin/user/clear.inc:5 #, php-format msgid "Clear out user: %s" msgstr "Eemalda kasutaja: %s" #: templates/admin/user/clear.inc:11 msgid "Clear user" msgstr "Eemalda kasutaja" #: templates/admin/user/list.inc:37 msgid "Clear user data" msgstr "Eemalda kasutaja andmed" #: lib/Block/WeatherdotcomStrings.php:20 msgid "Clearing Early" msgstr "Hommikul Selgineb" #: lib/Block/WeatherdotcomStrings.php:21 msgid "Clearing Late" msgstr "Õhtul Selgineb" #: templates/prefs/addressbooks.html:3 msgid "" "Click on one of your selected address books and then select all fields to " "search." msgstr "" "Klõpsa ühe oma valitud aadressiraamatu peal ja siis vali kõik väljad millest " "otsida." #: templates/logintasks/logintasks.html:30 templates/logintasks/mobile.html:37 msgid "Click to Continue" msgstr "Klõpsa Jätkamiseks" #: templates/prefs/syncml.html:13 msgid "Client Anchor" msgstr "Kliendi Ankur" #: services/keyboard.php:154 templates/shares/edit.inc:12 msgid "Close Window" msgstr "Sule Aken" #: lib/Block/Metar.php:217 msgid "Clouds" msgstr "Pilved" #: lib/Block/WeatherdotcomStrings.php:22 msgid "Clouds Early" msgstr "Hommikul Pilves" #: lib/Block/WeatherdotcomStrings.php:23 msgid "Clouds Late" msgstr "Õhtul Pilves" #: lib/Block/WeatherdotcomStrings.php:24 msgid "Cloudy" msgstr "Pilves" #: admin/sessions.php:35 msgid "Collapse" msgstr "Sule" #: lib/Prefs/Ui.php:213 msgid "Color Picker" msgstr "Värvivalik" #: config/registry.php:254 msgid "Comics" msgstr "Koomiksid" #: admin/cmdshell.php:25 admin/cmdshell.php:47 msgid "Command" msgstr "Käsk" #: admin/cmdshell.php:19 msgid "Command Shell" msgstr "Käsurida" #: services/facebook/index.php:109 #, php-format msgid "Comments: %d" msgstr "Kommentaarid: %d" #: lib/Block/Fortune.php:38 msgid "Computers" msgstr "Arvutid" #: lib/Block/Weatherdotcom.php:280 msgid "Condition" msgstr "Ilm" #: lib/Block/Metar.php:222 msgid "Conditions" msgstr "Ilm" #: admin/config/config.php:74 templates/admin/config/config.html:9 msgid "Configuration" msgstr "Seadistus" #: admin/config/diff.php:85 msgid "Configuration Differences" msgstr "Seadistuste Erinevused" #: config/prefs.php:683 msgid "Configuration for syncing with PDAs, Smartphones and Outlook." msgstr "Seadistus sünkroniseerimiseks PDAde, Nutitelefonide ja Outlookiga." #: admin/config/index.php:220 msgid "Configuration is out of date." msgstr "Seadistus on aegunud." #: templates/admin/config/index.html:89 msgid "Configuration upgrade scripts available" msgstr "Seadistuse uuendamise skriptid on saadaval" #: admin/config/index.php:165 #, php-format msgid "Configure %s" msgstr "Seadista %s" #: templates/admin/user/update.inc:28 msgid "Confirm Password" msgstr "Kinnita Salasõna" #: services/changepassword.php:25 services/resetpassword.php:25 msgid "Continue" msgstr "Jätka" #: lib/Block/Fortune.php:39 msgid "Cookie" msgstr "Mõttetera" #: themes/cornflower/info.php:2 msgid "Cornflower" msgstr "Päevalill" #: admin/config/index.php:32 #, php-format msgid "Could not connect to server \"%s\" using FTP: %s" msgstr "Ei saanud serveriga \"%s\" FTP abil ühendust: %s" #: admin/config/index.php:76 msgid "Could not contact server. Try again later." msgstr "Ei saanud ühendust serveriga. Proovi hiljem uuesti." #: admin/config/scripts.php:40 #, php-format msgid "Could not delete configuration upgrade script \"%s\"." msgstr "Ei saanud kustutada seadistuse uuendamise skripti \"%s\"." #: templates/prefs/twitter.html:14 msgid "" "Could not find authorization for to interact with your " "Twitter account" msgstr "Ei leidnud luba suhtlemaks sinu Twitteri kontoga" #: services/resetpassword.php:96 msgid "" "Could not reset the password for the requested user. Some or all of the " "details are not correct. Try again or contact your administrator if you need " "further help." msgstr "" "Soovitud kasutaja salasõna lähtestamine nurjus. Mõned andmed ei ole õiged. " "Proovi uuesti või võta ühendust administraatoriga, kui vajad siiski abi." #: admin/config/config.php:52 msgid "Could not revert configuration." msgstr "Seadistuse tagasi muutmine nurjus." #: admin/config/index.php:46 #, php-format msgid "Could not save a backup configuation: %s" msgstr "Seadistuse varukoopia salvestamine nurjus: %s" #: admin/config/scripts.php:101 #, php-format msgid "Could not save configuration upgrade script to: \"%s\"." msgstr "Seadistuse uuendamise skripti ei saanud salvestada kohta: \"%s\"." #: admin/config/config.php:62 #, php-format msgid "Could not save the backup configuration file %s." msgstr "Ei õnnestunud salvestada seadistuse faili varukoopiat %s." #: admin/config/index.php:100 #, php-format msgid "" "Could not save the configuration file %s. Use one of the options below to " "save the code." msgstr "" "Ei õnnestunud salvestada seadete faili %s. Kasuta ühte all olevat võimalust " "koodi salvestamiseks." #: admin/config/config.php:74 #, php-format msgid "" "Could not save the configuration file %s. You can either use one of the " "options to save the code back on %s or copy manually the code below to %s." msgstr "" "Seadistuse faili %s ei õnnestunud salvestada. Sa võid kasutada üht võimalust " "koodi salvestamiseks tagasi faili %s või kopeerida kood käsitsi faili %s." #: admin/config/index.php:56 #, php-format msgid "Could not write configuration for \"%s\": %s" msgstr "\"%s\" seadistuse salvestamine nurjus: %s" #: lib/Block/Vatid.php:105 msgid "Country" msgstr "Riik" #: templates/prefs/rpc.html:34 msgid "Create" msgstr "Loo" #: templates/prefs/identityselect.html:22 msgid "Create New Identity" msgstr "Loo Uus Identiteet" #: lib/Block/Moon.php:25 msgid "Current 4 Phases" msgstr "Praegused 4 faasi" #: templates/admin/alarms/list.html.php:2 msgid "Current Alarms" msgstr "Aktiivsed Teavitused" #: templates/admin/locks/list.html.php:2 msgid "Current Locks" msgstr "Hetke Lukud" #: admin/sessions.php:27 msgid "Current Sessions" msgstr "Aktiivsed Sessioonid" #: lib/Block/Time.php:17 msgid "Current Time" msgstr "Hetke Aeg" #: lib/Block/Metar.php:29 msgid "Current Weather" msgstr "Praegune Ilm" #: lib/Block/Weatherdotcom.php:259 msgid "Current condition: " msgstr "Praegune ilm: " #: config/nls.php:175 msgid "Cyrillic (KOI8-R)" msgstr "Kirillitsa (KOI8-R)" #: config/nls.php:176 msgid "Cyrillic (Windows-1251)" msgstr "Kirillitsa (Windows-1251)" #: config/nls.php:177 msgid "Cyrillic/Ukrainian (KOI8-U)" msgstr "Kirillitsa/Ukraina (KOI8-U)" #: admin/config/index.php:238 admin/config/index.php:276 msgid "DB access is not configured." msgstr "Andmebaasi ligipääs ei ole seadistatud." #: admin/config/index.php:244 admin/config/index.php:283 msgid "DB schema is out of date." msgstr "Andmebaasi raamistik on aegunud." #: admin/config/index.php:249 admin/config/index.php:288 msgid "DB schema is ready." msgstr "Andmebaasi raamistik on valmis." #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "DD" msgstr "PP" #: templates/data/csvmap.inc:102 msgid "Data" msgstr "Kuupäev" #: admin/datatree.php:65 msgid "DataTree" msgstr "AndmePuu" #: admin/datatree.php:62 msgid "DataTree Browser" msgstr "AndmePuu Sirvija" #: templates/admin/config/index.html:33 templates/prefs/syncml.html:11 msgid "Database" msgstr "Andmebaas" #: lib/Block/Vatid.php:108 msgid "Date" msgstr "Kuupäev" #: templates/admin/user/approve.inc:23 msgid "Date Received" msgstr "Saabumise Kuupäev" #: templates/data/datetime.inc:70 templates/data/datetime.inc:71 #, php-format msgid "Date: %s; time: %s" msgstr "Kuupäev: %s; aeg: %s" #: lib/Block/Weatherdotcom.php:275 lib/Block/Weatherdotcom.php:304 msgid "Day" msgstr "Päev" #: config/prefs.php:354 config/prefs.php:437 lib/Prefs/Ui.php:80 #: lib/Prefs/Ui.php:94 msgid "Default" msgstr "Vaikimisi" #: lib/Prefs/Ui.php:228 lib/Prefs/Ui.php:258 msgid "Default Color" msgstr "Vaikimisi Värv" #: lib/Block/Account.php:76 msgid "Default Shell" msgstr "Vaikimisi Koor" #: config/prefs.php:357 msgid "Default charset for sending e-mail messages:" msgstr "Vaikemärgistik kirjade saatmisel:" #: config/prefs.php:269 msgid "Default location to use for location-aware features." msgstr "Vaike asukohta kasutada asukohateadlikud funktsioone." #: lib/Block/Fortune.php:40 msgid "Definitions" msgstr "Sõnaseletused" #: admin/groups.php:54 templates/admin/groups/delete.inc:10 #: templates/admin/user/list.inc:34 templates/shares/edit.inc:63 #: templates/shares/edit.inc:83 templates/shares/edit.inc:98 #: templates/shares/edit.inc:118 templates/shares/edit.inc:134 #: templates/shares/edit.inc:154 templates/shares/edit.inc:169 #: templates/shares/edit.inc:193 templates/shares/edit.inc:228 #: templates/shares/edit.inc:255 templates/shares/edit.inc:271 #: templates/shares/edit.inc:291 templates/shares/edit.inc:320 #: templates/prefs/identityselect.html:34 templates/prefs/rpc.html:35 #: templates/prefs/syncml.html:14 templates/prefs/syncml.html:23 msgid "Delete" msgstr "Kustuta" #: admin/alarms.php:127 admin/groups.php:210 #, php-format msgid "Delete \"%s\"" msgstr "Kustuta \"%s\"" #: templates/prefs/syncml.html:30 msgid "Delete All SyncML Data" msgstr "Kustuta Kõik SyncML Andmed" #: admin/groups.php:184 msgid "Delete Group" msgstr "Kustuta Grupp" #: admin/config/scripts.php:38 #, php-format msgid "Deleted configuration upgrade script \"%s\"." msgstr "Kustutasin seadistuse uuendamise skripti \"%s\"." #: lib/Prefs/Ui.php:680 #, php-format msgid "Deleted synchronization session for device \"%s\" and database \"%s\"." msgstr "" "Kustuta seadme \"%s\" sünkroniseerimise sessioonid andmebaasist \"%s\" ." #: templates/problem/problem.inc:27 msgid "Describe the Problem" msgstr "Kirjelda Probleemi" #: config/registry.php:216 msgid "Development" msgstr "Arendus" #: templates/prefs/activesync.html:20 templates/prefs/syncml.html:10 msgid "Device" msgstr "Seade" #: admin/activesync.php:121 msgid "Device ID" msgstr "Seadme ID" #: templates/prefs/activesync.html:11 msgid "Device Management" msgstr "Seadme Haldus" #: lib/Prefs/Ui.php:404 msgid "Device id:" msgstr "Seade id:" #: admin/activesync.php:169 lib/Prefs/Ui.php:392 msgid "Device is wiped" msgstr "Seade tühjendatud" #: admin/activesync.php:46 msgid "Device successfully removed." msgstr "Seadme kustutamine õnnestus." #: admin/activesync.php:41 msgid "Device wipe successfully canceled." msgstr "Seadme tühjendamine katkestatud." #: lib/Block/Metar.php:190 msgid "Dew Point" msgstr "Kastepunkt" #: lib/Block/Metar.php:267 msgid "Dew Point for last hour: " msgstr "Eelmise tunni kastepunkt: " #: lib/Block/Weatherdotcom.php:211 msgid "Dew point: " msgstr "Kastepunkt: " #: templates/prefs/facebook.html:10 templates/prefs/facebook.html:21 #: templates/prefs/facebook.html:33 templates/prefs/facebook.html:45 #: templates/prefs/twitter.html:10 msgid "Disable" msgstr "Blokeeritud" #: config/prefs.php:373 msgid "Display 24-hour times?" msgstr "Esita kellaajad 24-tunnisena" #: config/prefs.php:489 msgid "Display Preferences" msgstr "Vaate Eelistused" #: lib/Block/Weatherdotcom.php:79 msgid "Display detailed forecast" msgstr "Näita põhjalikku ennustust" #: lib/Block/Metar.php:71 msgid "Display forecast (TAF)" msgstr "Näita ennustust (TAF)" #: templates/data/csvinfo.inc:12 templates/data/tsvinfo.inc:12 msgid "Does the first row contain the field names? If yes, check this box:" msgstr "Kui esimene rida sisaldab väljade nimesid, märgi see ruut:" #: templates/login/login.inc:54 msgid "Don't have an account? Sign up." msgstr "Sul pole kontot? Registreeru." #: admin/config/index.php:147 admin/config/index.php:185 #, php-format msgid "Download %s" msgstr "Salvesta %s" #: admin/config/index.php:306 msgid "Download generated configuration as PHP script." msgstr "Salvesta loodud seadistus PHP skriptina." #: lib/Block/WeatherdotcomStrings.php:25 msgid "Drizzle" msgstr "Uduvihm" #: lib/Block/Fortune.php:41 msgid "Drugs" msgstr "Ravimid" #: login.php:227 msgid "Dynamic" msgstr "Dünaamiline" #: services/keyboard.php:64 msgid "E characters" msgstr "E täht" #: lib/Block/Vatid.php:14 msgid "EU VAT identification" msgstr "EU VAT tunnus" #: templates/shares/edit.inc:62 templates/shares/edit.inc:79 #: templates/shares/edit.inc:97 templates/shares/edit.inc:114 #: templates/shares/edit.inc:133 templates/shares/edit.inc:150 #: templates/shares/edit.inc:168 templates/shares/edit.inc:189 #: templates/shares/edit.inc:224 templates/shares/edit.inc:251 #: templates/shares/edit.inc:270 templates/shares/edit.inc:287 #: templates/shares/edit.inc:316 msgid "Edit" msgstr "Muuda" #: admin/alarms.php:94 #, php-format msgid "Edit \"%s\"" msgstr "Muuda \"%s\"" #: templates/prefs/app.html:7 msgid "Edit Preferences for" msgstr "Muuda Eelistusi kasutajal " #: services/shares/edit.php:259 msgid "Edit permissions" msgstr "Muuda õigusi" #: services/shares/edit.php:260 templates/shares/edit.inc:14 #, php-format msgid "Edit permissions for \"%s\"" msgstr "Muuda \"%s\" õigusi" #: lib/Block/Fortune.php:42 msgid "Education" msgstr "Haridus" #: templates/admin/groups/edit.inc:12 templates/admin/user/update.inc:45 msgid "Email Address" msgstr "E-posti Aadress" #: templates/admin/locks/list.html.php:14 msgid "End Time" msgstr "Lõpu aeg" #: lib/Prefs/Ui.php:201 msgid "Enter a name for the new category:" msgstr "Sisesta uue kategooria nimi:" #: config/prefs.php:307 msgid "" "Enter a security question which you will be asked if you need to reset your " "password, e.g. 'what is the name of your pet?':" msgstr "" "Sisesta salajane küsimus mida sinult küsitakse salasõna muutmiseks, näiteks " "'mis on sinu lemmiklooma nimi?':" #: lib/Prefs/Ui.php:546 services/twitter/index.php:176 #: services/twitter/index.php:199 #, php-format msgid "" "Error connecting to Twitter: %s Details have been logged for the " "administrator." msgstr "" "Viga Twitteriga ühendumisel: %s Üksikasjad logiti administraatori jaoks." #: lib/Prefs/Ui.php:682 msgid "Error deleting synchronization session:" msgstr "Viga sünkroniseerimise seanssi kustutamisel:" #: lib/Prefs/Ui.php:690 msgid "Error deleting synchronization sessions:" msgstr "Viga sünkroniseerimise seansside kustutamisel:" #: services/changepassword.php:61 #, php-format msgid "Error updating password: %s" msgstr "Viga salasõna muutmisel: %s" #: lib/Block/Fortune.php:43 msgid "Ethnic" msgstr "Rahvuslik" #: services/facebook/index.php:77 msgid "Event Invites:" msgstr "Sündmus Kutsed:" #: config/prefs.php:539 templates/portal/layout.inc:101 msgid "Every 15 minutes" msgstr "Iga 15 minuti tagant" #: config/prefs.php:575 msgid "Every 2 minutes" msgstr "Iga 2 minuti tagant" #: config/prefs.php:536 config/prefs.php:573 templates/portal/layout.inc:98 msgid "Every 30 seconds" msgstr "Iga 30 sekundi tagant" #: config/prefs.php:538 config/prefs.php:576 templates/portal/layout.inc:100 msgid "Every 5 minutes" msgstr "Iga 5 minuti tagant" #: config/prefs.php:540 templates/portal/layout.inc:102 msgid "Every half hour" msgstr "Iga poole tunni tagant" #: templates/portal/layout.inc:103 msgid "Every hour" msgstr "Iga tund" #: config/prefs.php:537 config/prefs.php:574 templates/portal/layout.inc:99 msgid "Every minute" msgstr "Kord minutis" #: templates/data/datemap.inc:26 msgid "Example values:" msgstr "Näidisväärtused:" #: admin/cmdshell.php:53 admin/phpshell.php:60 admin/sqlshell.php:121 msgid "Execute" msgstr "Käivita" #: admin/sessions.php:34 msgid "Expand" msgstr "Laienda" #: lib/Block/Iframe.php:38 msgid "Extra Large" msgstr "Eriti Suur" #: templates/admin/config/index.html:102 msgid "FTP upload of configuration" msgstr "Seadistuste laadimine FTP'sse" #: config/prefs.php:621 msgid "Facebook Integration" msgstr "Facebookiga Integreerimine" #: themes/fadetogreen/info.php:9 msgid "Fade to Green" msgstr "Haju Roheliseks" #: lib/Block/WeatherdotcomStrings.php:26 msgid "Fair" msgstr "Hea" #: lib/Block/Feed.php:56 msgid "Feed" msgstr "Voog" #: lib/Block/Feed.php:28 msgid "Feed Address" msgstr "Voo Aadress" #: lib/Block/Metar.php:193 msgid "Feels Like" msgstr "Tundub nagu" #: lib/Block/Weatherdotcom.php:215 msgid "Feels like: " msgstr "Tundub nagu: " #: lib/Block/WeatherdotcomStrings.php:27 msgid "Few Showers" msgstr "Üksikud vihmahood" #: lib/Block/WeatherdotcomStrings.php:28 msgid "Few Snow Showers" msgstr "Üksikud lumesajuhood" #: templates/prefs/addressbooks.html:17 msgid "Fields to search" msgstr "Väljad millest otsida" #: config/registry.php:305 msgid "File Manager" msgstr "Failihaldur" #: lib/Block/FbStream.php:54 msgid "Filter" msgstr "Filter" #: config/registry.php:88 msgid "Filters" msgstr "Filtrid" #: lib/Block/Moon.php:167 msgid "First Half" msgstr "Esimene Pool" #: lib/Block/Moon.php:75 lib/Block/Moon.php:77 msgid "First Quarter" msgstr "Esimene Veerand" #: lib/Block/WeatherdotcomStrings.php:29 msgid "Fog" msgstr "Udu" #: lib/Block/WeatherdotcomStrings.php:30 msgid "Fog Early" msgstr "Hommikul udu" #: lib/Block/WeatherdotcomStrings.php:31 msgid "Fog Late" msgstr "Õhtu udu" #: lib/Block/WeatherdotcomStrings.php:32 msgid "Foggy" msgstr "Udu" #: lib/Block/Fortune.php:44 msgid "Food" msgstr "Toit" #: lib/Block/Metar.php:307 msgid "Forecast (TAF)" msgstr "Ennustus (TAF)" #: lib/Block/Weatherdotcom.php:67 msgid "" "Forecast Days (note that the returned forecast returns both day and night; a " "large number here could result in a wide block)" msgstr "" "Päevade arv (olgu öeldud et tagastatav ennustus sisaldab nii päevi kui öid; " "suur arv võib bloki laiaks venitada)" #: templates/login/login.inc:58 msgid "Forgot your password?" msgstr "Unustasid salasõna?" #: config/registry.php:333 msgid "Forms" msgstr "Vormid" #: lib/Block/Fortune.php:25 msgid "Fortune" msgstr "Kild" #: lib/Block/Fortune.php:108 msgid "Fortune type" msgstr "Killu tüüp" #: lib/Block/Fortune.php:45 msgid "Fortunes" msgstr "Killud" #: lib/Block/Fortune.php:46 msgid "Fortunes 2" msgstr "Killud 2" #: config/registry.php:327 msgid "Forums" msgstr "Foorumid" #: lib/Block/WeatherdotcomStrings.php:33 msgid "Freezing Drizzle" msgstr "Tibutab vihma" #: services/facebook/index.php:76 msgid "Friend Requests:" msgstr "Sõbrataotlused:" #: templates/prefs/facebook.html:44 msgid "Friends enabled" msgstr "Sõbrad lubatud" #: lib/Block/Weatherdotcom.php:232 lib/Block/Weatherdotcom.php:342 #: lib/Block/Weatherdotcom.php:388 msgid "From the " msgstr "Suunaga " #: templates/problem/problem.inc:48 msgid "Full Description" msgstr "Põhjalik kirjeldus" #: lib/Block/Moon.php:82 lib/Block/Moon.php:177 msgid "Full Moon" msgstr "Täiskuu" #: lib/Block/Account.php:70 templates/admin/user/update.inc:37 msgid "Full Name" msgstr "Täisnimi" #: admin/config/config.php:36 #, php-format msgid "Generate %s Configuration" msgstr "Genereeri %s Seaded" #: templates/admin/config/config.html:6 msgid "Generated Code" msgstr "Genereeritud kood" #: lib/Block/FbStream.php:170 templates/block/twitter-layout.html.php:35 msgid "Get More" msgstr "Rohkem" #: templates/prefs/app.html:10 msgid "Global Preferences" msgstr "Üldseaded" #: templates/prefs/app.html:17 msgid "Go" msgstr "Mine" #: lib/Block/Fortune.php:47 msgid "Goedel" msgstr "Gödel" #: lib/Block/Google.php:14 msgid "Google Search" msgstr "Google otsing" #: config/nls.php:178 msgid "Greek (ISO-8859-7)" msgstr "Kreeka (ISO-8859-7)" #: themes/green/info.php:2 msgid "Green" msgstr "Roheline" #: themes/grey/info.php:2 msgid "Grey" msgstr "Hall" #: admin/groups.php:165 msgid "Group Administration" msgstr "Gruppide haldus" #: templates/admin/groups/add.inc:9 msgid "Group name" msgstr "Grupp nimi" #: admin/groups.php:36 #, php-format msgid "Group was not created: %s." msgstr "Gruppi %s ei loodud." #: admin/groups.php:224 templates/shares/edit.inc:266 msgid "Groups" msgstr "Grupid" #: templates/shares/edit.inc:93 msgid "Guest Permissions" msgstr "Külalise õigused" #: lib/Block/WeatherdotcomStrings.php:34 msgid "Haze" msgstr "Hägu" #: lib/Block/WeatherdotcomStrings.php:35 msgid "Heavy Rain" msgstr "Tugev Vihm" #: lib/Block/WeatherdotcomStrings.php:36 msgid "Heavy T-Storm" msgstr "Ränk äikesetorm" #: config/nls.php:179 msgid "Hebrew (ISO-8859-8-I)" msgstr "Heebrea (ISO-8859-8-I)" #: lib/Block/Iframe.php:32 msgid "Height" msgstr "Kõrgus" #: lib/Block/FbStream.php:69 lib/Block/TwitterTimeline.php:70 msgid "Height of stream content (width automatically adjusts to block)" msgstr "Voo sisu kõrgus (Laius kohandatakse plokki laiusega)" #: services/help/index.php:17 templates/help/index.inc:4 msgid "Help" msgstr "Abi" #: services/help/index.php:70 msgid "Help _Topics" msgstr "Abiinfo teemade nimekiri" #: lib/Block/Moon.php:28 msgid "Hemisphere" msgstr "poolkera" #: templates/data/csvinfo.inc:10 templates/data/tsvinfo.inc:10 msgid "Here is the beginning of the file:" msgstr "Siin on faili algus:" #: themes/hi-contrast/info.php:3 msgid "Hi-Contrast" msgstr "Kõrge Kontrast" #: templates/prefs/app.html:24 msgid "Hide Advanced Preferences" msgstr "Peida Edasijõudnute Seadistusi" #: services/portal/cloud_search.php:37 msgid "Hide Results" msgstr "Peida tulemused" #: templates/sidebar/sidebar.inc:3 msgid "Hide Sidebar" msgstr "Peida Külgriba" #: lib/Block/WeatherdotcomStrings.php:100 msgid "High" msgstr "Kõrge" #: lib/Block/Account.php:73 msgid "Home Directory" msgstr "Kodukataloog" #: config/registry.php:75 msgid "Horde" msgstr "Horde" #: themes/hordeweb/info.php:2 msgid "Horde Website" msgstr "Horde Koduleht" #: templates/data/csvinfo.inc:18 msgid "How many fields (columns) are there?" msgstr "Kui palju välju (veerge) on?" #: lib/Block/Feed.php:36 msgid "How many seconds before we check for new articles?" msgstr "Mitme sekundi pärast kontrollida uusi artikleid?" #: lib/Block/Metar.php:203 lib/Block/Weatherdotcom.php:283 msgid "Humidity" msgstr "Niiskus" #: lib/Block/Weatherdotcom.php:243 msgid "Humidity: " msgstr "Niiskus: " #: lib/Block/Fortune.php:48 msgid "Humorists" msgstr "Humoristid" #: services/keyboard.php:78 msgid "I characters" msgstr "I täht" #: config/prefs.php:562 msgid "Icons Only" msgstr "Ainult ikoonid" #: util/icon_browser.php:53 #, php-format msgid "Icons for %s" msgstr "%s ikoonid" #: config/prefs.php:563 msgid "Icons with text" msgstr "Ikoonid ja tekst" #: themes/ideas/info.php:2 msgid "Ideas" msgstr "Ideed" #: config/prefs.php:244 msgid "Identity's name:" msgstr "Identiteedi nimi:" #: templates/data/csvinfo.inc:7 templates/data/csvmap.inc:54 #: templates/data/datemap.inc:7 templates/data/tsvinfo.inc:7 #, php-format msgid "Import, Step %d" msgstr "Import, samm %d" #: templates/data/datemap.inc:17 #, php-format msgid "Imported field: %s" msgstr "Imporditud väli: %s" #: templates/data/csvmap.inc:59 msgid "Imported fields:" msgstr "Imporditud väljad:" #: lib/Block/TwitterTimeline.php:118 msgid "In reply to:" msgstr "Vastuseks:" #: templates/data/csvmap.inc:57 msgid "" "In the lists below select both, a field imported from the source file at the " "left, and the matching field available in your address book at the right. " "Then hit \"Add pair\" to mark them for the import. Once your are finished " "hit \"Next\"." msgstr "" "All olevast loendist vali mõlema, väli mida importida alge failist on " "vasakul ja vastav väli aadressi raamatus on paremal. Mõlema valimise järel " "vajuta nupp \"Lisa paar\". Peale kõikide väljade sidumist vajuta nuppu " "\"Edasi\"." #: services/resetpassword.php:54 msgid "" "Incorrect username or alternate address. Try again or contact your " "administrator if you need further help." msgstr "" "Vale kasutajanimi või alternatiivne aadress. Proovi uuesti või võta ühendust " "administraatoriga." #: templates/shares/edit.inc:164 msgid "Individual Users" msgstr "Üksikud kasutajad" #: templates/prefs/facebook.html:9 msgid "Infinite sessions enabled." msgstr "Aegumatu sessioon lubatud." #: config/registry.php:249 msgid "Information" msgstr "Informatsioon" #: lib/Block/Weatherdotcom.php:312 msgid "Information no longer available." msgstr "Teave ei ole enam kättesaadav." #: templates/admin/groups/edit.inc:42 msgid "Inherited Members" msgstr "Päritud Liikmed" #: config/prefs.php:321 msgid "Insert an email address to which you can receive the new password:" msgstr "Sisesta e-posti aadress kuhu saaks sulle uue salasõna saata:" #: config/prefs.php:314 msgid "Insert the required answer to the security question:" msgstr "Kirjuta salaküsimuse õige vastus:" #: lib/Block/Vatid.php:57 msgid "Invalid VAT identification number format." msgstr "Vigane VAT tunnus numbri formaat." #: admin/signup_confirm.php:43 #, php-format msgid "Invalid action %s" msgstr "Vigane meede %s" #: admin/config/config.php:29 msgid "Invalid application." msgstr "Vigane rakendus." #: admin/signup_confirm.php:33 msgid "Invalid hash." msgstr "Vigane räsi." #: lib/Block/Weatherdotcom.php:160 msgid "Invalid license key." msgstr "Vigane litsentsivõti." #: lib/Block/Weatherdotcom.php:154 msgid "Invalid location provided." msgstr "Sisestati vigane asukoht." #: admin/perms/addchild.php:29 msgid "Invalid parent permission." msgstr "Vigane ülemõigus." #: lib/Block/Weatherdotcom.php:156 msgid "Invalid partner id." msgstr "Vigane partneri ID." #: lib/Block/Weatherdotcom.php:158 msgid "Invalid product code." msgstr "Vigane tootekood." #: lib/Block/WeatherdotcomStrings.php:37 msgid "Isolated T-Storms" msgstr "Üksikud äikesetormid" #: config/nls.php:180 msgid "Japanese (ISO-2022-JP)" msgstr "Jaapani (ISO-2022-JP)" #: lib/Block/TwitterTimeline.php:120 msgid "Just now..." msgstr "Just nüüd..." #: lib/Block/Fortune.php:49 msgid "Kernel Newbies" msgstr "Kerneli võhikud" #: services/help/index.php:134 msgid "Keyword" msgstr "Märksõna" #: lib/Block/Fortune.php:50 msgid "Kids" msgstr "Lapsed" #: themes/kolab/info.php:7 msgid "Kolab" msgstr "Kolab" #: config/nls.php:181 msgid "Korean (EUC-KR)" msgstr "Korea (EUC-KR)" #: login.php:363 templates/login/login.inc:34 msgid "Language" msgstr "Keel" #: lib/Block/Iframe.php:37 msgid "Large" msgstr "Suur" #: lib/Block/Moon.php:170 msgid "Last Half" msgstr "Viimane Pool" #: lib/Block/Account.php:86 msgid "Last Password Change" msgstr "Viimane Salasõna Muutus" #: lib/Block/Moon.php:87 lib/Block/Moon.php:89 msgid "Last Quarter" msgstr "Viimane Veerand" #: admin/activesync.php:100 templates/prefs/activesync.html:21 msgid "Last Sync Time" msgstr "Viimane Sünkroniseerimise Aeg" #: lib/Block/Metar.php:124 msgid "Last Updated:" msgstr "Viimati Uuendatud:" #: lib/LoginTasks/Task/LastLogin.php:46 #, php-format msgid "Last login: %s" msgstr "Eelmine külastus: %s" #: lib/LoginTasks/Task/LastLogin.php:48 #, php-format msgid "Last login: %s from %s" msgstr "Eelmine külastus: %s aadressilt %s" #: lib/LoginTasks/Task/LastLogin.php:44 msgid "Last login: Never" msgstr "Eelmine külastus: mitte kunagi" #: templates/block/twitter-layout.html.php:19 msgid "Latest" msgstr "Uusim" #: themes/lavander/info.php:2 msgid "Lavender" msgstr "Lavender" #: lib/Block/Fortune.php:51 msgid "Law" msgstr "Seadus" #: themes/lightblue/info.php:2 msgid "Light Blue" msgstr "Helesinine" #: lib/Block/WeatherdotcomStrings.php:38 msgid "Light Drizzle" msgstr "Tibutab vihma" #: lib/Block/WeatherdotcomStrings.php:39 msgid "Light Rain" msgstr "Seenevihm" #: lib/Block/WeatherdotcomStrings.php:40 msgid "Light Rain Early" msgstr "Hommikul tibutab vihma" #: lib/Block/WeatherdotcomStrings.php:41 msgid "Light Rain Late" msgstr "Õhtul tibutab vihma" #: lib/Block/WeatherdotcomStrings.php:42 msgid "Light Rain Shower" msgstr "Kerge hoovihm" #: lib/Block/WeatherdotcomStrings.php:43 msgid "Light Rain with Thunder" msgstr "Kerge vihm ja äike" #: lib/Block/WeatherdotcomStrings.php:44 msgid "Light Snow" msgstr "Kerge lumesadu" #: lib/Block/WeatherdotcomStrings.php:45 msgid "Light Snow Early" msgstr "Hommikul Kerge Lumi" #: lib/Block/WeatherdotcomStrings.php:46 msgid "Light Snow Late" msgstr "Õhtul Kerge Lumi" #: lib/Block/WeatherdotcomStrings.php:47 msgid "Light Snow Shower" msgstr "Kerge lumetorm" #: services/facebook/index.php:113 msgid "Like" msgstr "Meeldima" #: lib/Block/Fortune.php:52 msgid "Limerick" msgstr "Limerik" #: lib/Block/Fortune.php:53 msgid "Linux Cookie" msgstr "Linuxi Küpsis" #: admin/sqlshell.php:126 msgid "List Tables" msgstr "Tabelite Loetelu" #: admin/alarms.php:135 #, php-format msgid "Listing alarms failed: %s" msgstr "Teavituste nimekirja näitamine nurjus: %s" #: admin/locks.php:55 #, php-format msgid "Listing locks failed: %s" msgstr "Lukkude näitamine nurjus: %s" #: admin/sessions.php:71 #, php-format msgid "Listing sessions failed: %s" msgstr "Seansside nimekirja esitamine nurjus: %s" #: templates/admin/user/nolist.inc:2 msgid "Listing users is disabled." msgstr "Kasutajate nimekirja pole lubatud näha." #: lib/Block/Fortune.php:54 msgid "Literature" msgstr "Kirjandus" #: templates/sidebar/sidebar.inc:5 msgid "Loading..." msgstr "Laen..." #: lib/Block/Weatherdotcom.php:195 msgid "Local time: " msgstr "Kohalik aeg: " #: config/prefs.php:330 msgid "Locale and Time" msgstr "Regioon ja Aeg" #: lib/Block/Metar.php:51 lib/Block/Sunrise.php:23 #: lib/Block/Weatherdotcom.php:52 msgid "Location" msgstr "Asukoht" #: templates/admin/user/update.inc:54 msgid "Lock User" msgstr "Lukusta Kasutaja" #: admin/locks.php:58 msgid "Locks" msgstr "Lukud" #: login.php:303 templates/login/login.inc:43 msgid "Log in" msgstr "Logi sisse" #: templates/portal/mobile.inc:7 msgid "Log out" msgstr "Logi välja" #: login.php:328 msgid "Login failed because your username or password was entered incorrectly." msgstr "Sisselogimine nurjus, kuna kasutajanimi või salasõna polnud õige." #: login.php:324 msgid "Login failed." msgstr "Sisselogimine nurjus." #: templates/prefs/facebook.html:57 msgid "Login to Facebook and authorize " msgstr "Logi sisse Facebooki ja luba " #: templates/prefs/twitter.html:21 msgid "Login to Twitter and authorize the application" msgstr "Logi sisse Twitterisse ja luba " #: lib/Block/Fortune.php:55 msgid "Love" msgstr "Armastus" #: lib/Block/WeatherdotcomStrings.php:98 msgid "Low" msgstr "Madal" #: themes/luc/info.php:2 msgid "Loyola" msgstr "Loyola" #: themes/lucblue/info.php:2 msgid "Loyola Blue" msgstr "Loyola Sinine" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "MM" msgstr "KK" #: lib/Block/Fortune.php:56 msgid "Magic" msgstr "Maagia" #: config/registry.php:80 msgid "Mail" msgstr "E-post" #: config/registry.php:350 msgid "Mail Admin" msgstr "Posti Administraator" #: config/prefs.php:464 msgid "" "Manage the list of categories you have to label items with, and colors " "associated with those categories." msgstr "" "Seadista kategooriaid, mida kasutatakse üksuste märgendamiseks ja neile " "kategooriatele vastavaid värve." #: config/prefs.php:695 msgid "Manage your ActiveSync devices." msgstr "Halda oma ActiveSync seadmeid." #: templates/data/csvmap.inc:97 msgid "Matching fields:" msgstr "Sobivad väljad:" #: lib/Block/Metar.php:279 msgid "Max temp last 24 hours: " msgstr "Viimase 24 tunni kõrgeim temperatuur: " #: lib/Block/Metar.php:271 msgid "Max temp last 6 hours: " msgstr "Viimase 6 tunni kõrgeim temperatuur: " #: lib/Application.php:32 msgid "Maximum Number of Portal Blocks" msgstr "Suurim portaali blokkide arv" #: lib/Block/FbStream.php:60 msgid "Maximum number of entries to display" msgstr "Suurim näidatavate kirjete arv" #: lib/Block/Fortune.php:57 msgid "Medicine" msgstr "Meditsiin" #: lib/Block/Iframe.php:36 msgid "Medium" msgstr "Keskmine" #: templates/admin/groups/edit.inc:19 msgid "Members" msgstr "Liikmed" #: templates/block/twitter-layout.html.php:25 msgid "Mentions" msgstr "Nimetused" #: config/prefs.php:565 msgid "Menu mode:" msgstr "Menüü esitus:" #: lib/Block/Metar.php:22 msgid "Metar Weather" msgstr "Metar ilm" #: lib/Block/Weatherdotcom.php:148 msgid "MetarDB is not connected." msgstr "MetarDB ühendus puudub." #: lib/Block/Metar.php:61 lib/Block/Weatherdotcom.php:62 msgid "Metric" msgstr "Meeter" #: lib/Block/Metar.php:283 msgid "Min temp last 24 hours: " msgstr "Viimase 24 tunni madalaim temperatuur: " #: lib/Block/Metar.php:275 msgid "Min temp last 6 hours: " msgstr "Viimase 6 tunni madalaim temperatuur: " #: lib/Block/Fortune.php:58 msgid "Miscellaneous" msgstr "Mitmesugust" #: admin/config/index.php:197 msgid "Missing configuration." msgstr "Seaded puuduvad." #: lib/Block/WeatherdotcomStrings.php:48 msgid "Mist" msgstr "Uduvihm" #: login.php:235 msgid "Mobile" msgstr "Mobiil" #: login.php:231 msgid "Mobile (Smartphone)" msgstr "Nutitelefon" #: login.php:215 msgid "Mode" msgstr "Viis" #: lib/Block/WeatherdotcomStrings.php:99 msgid "Moderate" msgstr "Mõõdukas" #: config/prefs.php:452 msgid "Monday" msgstr "Esmaspäev" #: lib/Block/Moon.php:13 msgid "Moon Phases" msgstr "Kuufaasid" #: lib/Block/WeatherdotcomStrings.php:49 msgid "Mostly Clear" msgstr "Valdavalt Selge" #: lib/Block/WeatherdotcomStrings.php:50 msgid "Mostly Cloudy" msgstr "Valdavalt Pilves" #: lib/Block/WeatherdotcomStrings.php:51 msgid "Mostly Cloudy and Windy" msgstr "Valdavalt pilves ja tuuline" #: lib/Block/WeatherdotcomStrings.php:52 msgid "Mostly Sunny" msgstr "Valdavalt päikesepaisteline" #: themes/mozilla/info.php:2 msgid "Mozilla" msgstr "Mozilla" #: config/registry.php:300 msgid "My Account" msgstr "Minu konto" #: lib/Block/Account.php:26 msgid "My Account Information" msgstr "Minu konto info" #: lib/Block/FbStream.php:30 msgid "My Facebook Stream" msgstr "Minu Facebooki Vood" #: services/portal/index.php:43 msgid "My Portal" msgstr "Minu portaal" #: services/portal/edit.php:32 msgid "My Portal Layout" msgstr "Minu portaali kujundus" #: templates/logintasks/logintasks.html:27 templates/logintasks/mobile.html:31 msgid "NO, I Do NOT Agree" msgstr "EI, ma EI OLE nõus" #: templates/prefs/activesync.html:48 msgid "" "NOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU " "REALLY WANT TO DO THIS BEFORE REQUESTING A WIPE" msgstr "" "TÄHELEPANU: SEADME LÄHTESTAMINE VÕIB TAASTADA SEADME TEHASE SEADED. PALUN " "VEENDU, ET SOOVID SEDA TEHA ENNE KUI TAOTLED TÜHJENDAMIST" #: lib/Block/Vatid.php:113 msgid "Name" msgstr "Nimi" #: themes/NeXTgrey/info.php:2 msgid "NeXT" msgstr "NeXT" #: config/prefs.php:535 config/prefs.php:572 templates/portal/layout.inc:97 msgid "Never" msgstr "Mitte kunagi" #: templates/prefs/category.html:3 msgid "New Category" msgstr "Uus kategooria" #: services/facebook/index.php:73 msgid "New Messages:" msgstr "Uus Teade:" #: lib/Block/Moon.php:47 lib/Block/Moon.php:69 lib/Block/Moon.php:175 msgid "New Moon" msgstr "Noorkuu" #: templates/admin/user/update.inc:12 msgid "New Username (optional)" msgstr "Uus kasutajanimi (pole kohustuslik)" #: services/changepassword.php:29 msgid "New password" msgstr "Uus salasõna" #: services/changepassword.php:40 msgid "New passwords don't match." msgstr "Salasõnad peavad klappima." #: config/registry.php:259 lib/Block/Fortune.php:59 msgid "News" msgstr "Uudised" #: templates/data/csvinfo.inc:21 templates/data/csvmap.inc:120 #: templates/data/datemap.inc:43 templates/data/tsvinfo.inc:15 msgid "Next" msgstr "Järgmine" #: lib/Block/Moon.php:26 msgid "Next 4 Phases" msgstr "Järgmised 4 faasi" #: lib/Block/Weatherdotcom.php:362 msgid "Night" msgstr "Öö" #: templates/prefs/alarm.html:32 msgid "No Sound" msgstr "Heli Puudub" #: templates/admin/config/diff.html:9 msgid "No available configuration data to show differences for." msgstr "Puuduvad seadistuste andmed mille erinevusi näidata." #: admin/config/diff.php:44 msgid "No change." msgstr "Erinevusi ei ole." #: util/icon_browser.php:83 msgid "No icons found." msgstr "Ikoone ei leitud." #: lib/Block/Metar.php:99 lib/Block/Sunrise.php:45 #: lib/Block/Weatherdotcom.php:113 msgid "No location is set." msgstr "Asukoht määramata." #: lib/Block/Weatherdotcom.php:152 msgid "No location provided." msgstr "Asukoht määramata." #: lib/Block/Fortune.php:101 msgid "No offensive fortunes" msgstr "Ainult viisakad killud" #: templates/admin/user/approve.inc:15 msgid "No pending signups." msgstr "Ootel liitumissoove ei ole." #: services/resetpassword.php:50 msgid "No security question has been set. Please contact your administrator." msgstr "Turva küsimust pole seatud. Võta ühendust administraatoriga." #: admin/config/index.php:144 admin/config/index.php:182 msgid "No stable version exists yet." msgstr "Stabiilne versioon puudub." #: lib/Block/Weatherdotcom.php:123 msgid "No temporary directory available for cache." msgstr "Puhverdamiseks puudub ajutine kataloog." #: admin/signup_confirm.php:57 msgid "No username specified." msgstr "Kasutaja nimi puudub." #: admin/config/index.php:203 msgid "No version found in original configuration. Regenerate configuration." msgstr "Algne seadistus ei sisalda versiooni. Loo seadistus uuesti." #: admin/config/index.php:212 msgid "No version found in your configuration. Regenerate configuration." msgstr "Sinu seadistus ei sisalda versiooni. Loo seadistus uuesti." #: lib/Prefs/Ui.php:383 templates/prefs/activesync.html:43 #: templates/prefs/identityselect.html:20 templates/prefs/syncml.html:34 msgid "None" msgstr "Määramata" #: config/nls.php:182 msgid "Nordic (ISO-8859-10)" msgstr "Põhjamaad (ISO-8859-10)" #: lib/Block/Moon.php:31 lib/Block/Moon.php:61 msgid "Northern Hemisphere" msgstr "Põhjapoolkera" #: admin/activesync.php:173 lib/Prefs/Ui.php:398 msgid "Not Provisioned" msgstr "Ei ole sätestatud" #: config/registry.php:192 msgid "Notes" msgstr "Märkmed" #: services/obrowser/index.php:32 msgid "Nothing to browse, go back." msgstr "Pole midagi sirvida, mine tagasi." #: lib/Block/Feed.php:31 msgid "Number of articles to display" msgstr "Mitut artiklit näidata" #: lib/Block/TwitterTimeline.php:75 msgid "Number of seconds to wait to refresh" msgstr "Mitu sekundid oodata uuenduste vahel" #: services/keyboard.php:92 msgid "O characters" msgstr "O täht" #: templates/shares/edit.inc:129 msgid "Object Creator" msgstr "Objekti Looja" #: lib/Block/Fortune.php:98 msgid "Offense filter" msgstr "Viisakuse aste" #: config/registry.php:271 msgid "Office" msgstr "Töökoht" #: themes/hordeweb1/info.php:2 msgid "Old Horde Website" msgstr "Vana Horde Koduleht" #: services/changepassword.php:42 msgid "Old and new passwords must be different." msgstr "Vana ja uus salasõna peavad olema erinevad." #: services/changepassword.php:28 msgid "Old password" msgstr "Praegune salasõna" #: services/changepassword.php:38 msgid "Old password is not correct." msgstr "Praegune salasõna ei ole õige." #: lib/Block/Fortune.php:102 msgid "Only offensive fortunes" msgstr "Ainult ebaviisakad killud" #: services/shares/edit.php:83 msgid "" "Only the owner or system administrator may change ownership or owner " "permissions for a share" msgstr "" "Ainult omanik või süsteemi administraator võib muuta omaniku või omaniku " "õigusi jagatud kaustal" #: lib/Block/Fortune.php:60 msgid "Operating System" msgstr "Operatsioonisüsteem" #: templates/shares/edit.inc:236 msgid "Or enter a user name:" msgstr "Või sisesta kasutaja nimi:" #: config/registry.php:117 msgid "Organizing" msgstr "Korraldav" #: services/keyboard.php:124 msgid "Other" msgstr "Muu" #: config/prefs.php:488 config/prefs.php:599 config/prefs.php:620 #: config/prefs.php:640 config/prefs.php:659 config/prefs.php:681 #: config/prefs.php:693 msgid "Other Information" msgstr "Muu Informatsioon" #: services/keyboard.php:122 msgid "Other characters" msgstr "Teised tähed" #: templates/shares/edit.inc:30 msgid "Owner" msgstr "Omanik" #: templates/shares/edit.inc:36 templates/shares/edit.inc:45 msgid "Owner:" msgstr "Omanik:" #: admin/phpshell.php:56 msgid "PHP" msgstr "PHP" #: admin/phpshell.php:76 msgid "PHP Code" msgstr "PHP kood" #: admin/phpshell.php:37 msgid "PHP Shell" msgstr "PHP käsurida" #: lib/Block/WeatherdotcomStrings.php:54 msgid "PM Clouds" msgstr "Pilvine" #: lib/Block/WeatherdotcomStrings.php:55 msgid "PM Drizzle" msgstr "PL Uduvihm" #: lib/Block/WeatherdotcomStrings.php:56 msgid "PM Fog" msgstr "PL Udu" #: lib/Block/WeatherdotcomStrings.php:57 msgid "PM Light Rain" msgstr "PL Kerge Vihm" #: lib/Block/WeatherdotcomStrings.php:58 msgid "PM Light Snow" msgstr "PL Kerge Lumesadu" #: lib/Block/WeatherdotcomStrings.php:59 msgid "PM Rain" msgstr "PL Vihm" #: lib/Block/WeatherdotcomStrings.php:60 msgid "PM Showers" msgstr "PL hoovihmad" #: lib/Block/WeatherdotcomStrings.php:61 msgid "PM Snow" msgstr "PL Lumi" #: lib/Block/WeatherdotcomStrings.php:62 msgid "PM Snow Showers" msgstr "PL Tihe Lumesadu" #: lib/Block/WeatherdotcomStrings.php:63 msgid "PM Sun" msgstr "PL Päike" #: lib/Block/WeatherdotcomStrings.php:64 msgid "PM T-Showers" msgstr "PL Hoovihmad" #: lib/Block/WeatherdotcomStrings.php:65 msgid "PM T-Storms" msgstr "PL Äikesetorm" #: lib/Block/Account/Localhost.php:53 msgid "POSIX extension is missing" msgstr "POSIX laiendus puudub" #: lib/Api.php:67 msgid "P_HP Shell" msgstr "P_HP käsurida" #: lib/Block/WeatherdotcomStrings.php:53 msgid "Partly Cloudy" msgstr "Vahelduv pilvisus" #: login.php:194 admin/config/index.php:319 admin/user.php:40 #: admin/user.php:54 config/registry.php:317 #: templates/admin/user/update.inc:20 msgid "Password" msgstr "Salasõna" #: services/changepassword.php:52 msgid "Password changed successfully." msgstr "Salasõna muudetud." #: lib/Prefs/Ui.php:302 msgid "Password:" msgstr "Salasõna:" #: admin/user.php:173 admin/user.php:233 msgid "Passwords must match." msgstr "Salasõnad peavad klappima." #: admin/sqlshell.php:110 msgid "Paste" msgstr "Kleebi" #: templates/admin/user/approve.inc:9 templates/admin/user/removequeued.inc:7 msgid "Pending Signups:" msgstr "Ootel liitumissoovid:" #: lib/Block/Fortune.php:61 msgid "People" msgstr "Inimesed" #: templates/logintasks/logintasks.html:22 msgid "Perform Login Tasks" msgstr "Tee Sisse logimis Töid" #: admin/perms/delete.php:48 #, php-format msgid "Permission \"%s\" not deleted." msgstr "Õigust \"%s\" ei kustutatud." #: admin/perms/index.php:28 msgid "Permissions" msgstr "Õigused" #: admin/perms/addchild.php:57 admin/perms/delete.php:52 #: admin/perms/edit.php:116 admin/perms/index.php:22 msgid "Permissions Administration" msgstr "Õiguste haldus" #: config/prefs.php:232 msgid "Personal Information" msgstr "Isiklik Informatsioon" #: lib/Block/Fortune.php:62 msgid "Pets" msgstr "Lemmikloomad" #: config/registry.php:338 msgid "Photos" msgstr "Fotod" #: lib/Block/Fortune.php:63 msgid "Platitudes" msgstr "Mõttetused" #: login.php:200 msgid "Please enter a password." msgstr "Palun sisesta salasõna." #: login.php:199 msgid "Please enter a username." msgstr "Palun sisesta kasutajanimi." #: templates/problem/problem.inc:7 msgid "Please provide a summary of the problem." msgstr "Kirjelda probleemi." #: services/logintasks.php:80 msgid "" "Please read the following text. You MUST agree with the terms to use the " "system." msgstr "" "Loe järgnev tekst läbi. Süsteemi kasutamiseks PEAD tingimustega nõustuma." #: services/facebook/index.php:75 msgid "Pokes:" msgstr "Müksamised:" #: admin/activesync.php:107 msgid "Policy Key" msgstr "Poliisi Võti" #: lib/Prefs/Ui.php:404 msgid "Policy Key:" msgstr "Poliisi Võti:" #: lib/Block/Fortune.php:64 msgid "Politics" msgstr "Poliitika" #: services/facebook/index.php:109 #, php-format msgid "Posted %s" msgstr "Postitatud %s" #: templates/block/twitter_tweet.html.php:26 #, php-format msgid "Posted %s via %s" msgstr "Postitatud %s läbi %s" #: themes/postnuke/info.php:2 msgid "Postnuke" msgstr "Postnuke" #: lib/Block/Metar.php:239 lib/Block/Metar.php:244 #, php-format msgid "Precipitation for last %d hour: " msgid_plural "Precipitation for last %d hours: " msgstr[0] "Viimase %d tunni sademed: " msgstr[1] "Viimase %d tunni sademed: " #: lib/Block/Weatherdotcom.php:281 msgid "Precipitation
chance" msgstr "Sademete
tõenäosus" #: lib/Block/Metar.php:198 msgid "Pressure" msgstr "Õhurõhk" #: lib/Block/Metar.php:232 msgid "Pressure at sea level: " msgstr "Õhurõhk merepinnal: " #: lib/Block/Weatherdotcom.php:219 msgid "Pressure: " msgstr "Õhurõhk: " #: templates/admin/locks/list.html.php:11 msgid "Principal" msgstr "Vastutav" #: services/problem.php:145 msgid "Problem Description" msgstr "Probleemi kirjeldus" #: admin/activesync.php:173 lib/Prefs/Ui.php:397 msgid "Provisioned" msgstr "Klausel" #: templates/prefs/facebook.html:20 msgid "Publish enabled." msgstr "Avaldamine lubatud." #: themes/purple/info.php:2 msgid "Purple Horde" msgstr "Lilla Horde" #: admin/sqlshell.php:59 msgid "Query" msgstr "Päring" #: lib/Block/Account.php:79 msgid "Quota" msgstr "Piirang" #: lib/Block/WeatherdotcomStrings.php:66 msgid "Rain" msgstr "Vihm" #: lib/Block/WeatherdotcomStrings.php:67 msgid "Rain Early" msgstr "Hommikul vihm" #: lib/Block/WeatherdotcomStrings.php:68 msgid "Rain Late" msgstr "Õhtul vihm" #: lib/Block/WeatherdotcomStrings.php:69 msgid "Rain Shower" msgstr "Hoovihm" #: lib/Block/WeatherdotcomStrings.php:70 msgid "Rain and Snow" msgstr "Vihm ja lumi" #: lib/Block/WeatherdotcomStrings.php:71 msgid "Rain to Snow" msgstr "Vihm ja lumi" #: lib/Block/Fortune.php:18 msgid "Random Fortune" msgstr "Juhuslik kild" #: templates/shares/edit.inc:61 templates/shares/edit.inc:75 #: templates/shares/edit.inc:96 templates/shares/edit.inc:110 #: templates/shares/edit.inc:132 templates/shares/edit.inc:146 #: templates/shares/edit.inc:167 templates/shares/edit.inc:185 #: templates/shares/edit.inc:220 templates/shares/edit.inc:247 #: templates/shares/edit.inc:269 templates/shares/edit.inc:283 #: templates/shares/edit.inc:312 msgid "Read" msgstr "Loe" #: templates/prefs/facebook.html:32 msgid "Read enabled" msgstr "Lugemine lülitatud" #: templates/admin/user/remove.inc:8 #, php-format msgid "Really delete \"%s\"? This operation cannot be undone." msgstr "Kas tõesti kustutada \"%s\"? See toiming on pöördumatu." #: templates/admin/user/clear.inc:8 #, php-format msgid "" "Really remove user data for user \"%s\"? This operation cannot be undone." msgstr "" "Kas tõesti kustutada kasutaja \"%s\" andmed? See toiming on pöördumatu." #: config/prefs.php:578 msgid "Refresh Dynamic Menu Elements:" msgstr "Värskenda dünaamilised menüü elemendid:" #: config/prefs.php:542 msgid "Refresh Portal View:" msgstr "Värskenda portaali vaade:" #: templates/portal/layout.inc:94 msgid "Refresh rate:" msgstr "Värskendamise kiirus:" #: admin/activesync.php:136 msgid "Registered User Devices" msgstr "Registreeritud Kasutaja Seadmed" #: lib/Block/Metar.php:299 msgid "Remarks" msgstr "Märkused" #: admin/sessions.php:43 admin/sessions.php:59 msgid "Remote Host:" msgstr "Väline võõrustaja:" #: config/prefs.php:600 msgid "Remote Servers" msgstr "Välised serverid" #: lib/Prefs/Ui.php:300 msgid "Remote URL (http://www.example.com/horde):" msgstr "Väline URL (http://www.example.com/horde):" #: admin/activesync.php:187 templates/admin/groups/edit.inc:26 #: templates/admin/user/approve.inc:40 #: templates/admin/user/removequeued.inc:13 templates/prefs/activesync.html:33 msgid "Remove" msgstr "Eemalda" #: templates/data/csvmap.inc:119 msgid "Remove pair" msgstr "Eemalda paar" #: admin/config/index.php:338 msgid "Remove saved script from server's temporary directory." msgstr "Kustuta salvestatud skript serveri ajutisest kataloogist." #: templates/admin/user/remove.inc:11 msgid "Remove user" msgstr "Kustuta kasutaja" #: templates/admin/user/remove.inc:5 #, php-format msgid "Remove user: %s" msgstr "Kustuta kasutaja: %s" #: templates/block/twitter_tweet.html.php:34 msgid "Reply" msgstr "Vasta" #: admin/activesync.php:140 msgid "Reprovision All Devices" msgstr "Kõigi seadmete klauslid" #: lib/Block/Weatherdotcom.php:140 msgid "Requested service could not be found." msgstr "Soovitavat teenust ei leitud." #: admin/user.php:27 templates/admin/user/update.inc:64 #: templates/prefs/rpc.html:36 msgid "Reset" msgstr "Lähtesta" #: services/resetpassword.php:45 msgid "Reset Password" msgstr "Lähtesta Salasõna" #: templates/prefs/activesync.html:6 msgid "" "Reset all device state. This will cause your devices to resyncronize all " "items." msgstr "" "Lähtesta kõik seadme seisundid. See põhjustab seadme täis sünkroniseerimise." #: services/resetpassword.php:23 msgid "Reset your password" msgstr "Lähtesta oma salasõna" #: admin/sqlshell.php:124 msgid "Restore Last Query" msgstr "Taasta eelmine päring" #: admin/cmdshell.php:28 admin/phpshell.php:79 admin/sqlshell.php:62 msgid "Results" msgstr "Tulemused" #: services/portal/cloud_search.php:34 #, php-format msgid "Results for %s" msgstr "Tulemused %s" #: templates/prefs/end.html:7 msgid "Return to Main Screen" msgstr "Tagasi Pealehele" #: templates/block/twitter_tweet.html.php:35 msgid "Retweet" msgstr "Edasi Vidistama" #: templates/block/twitter_tweet.html.php:30 #, php-format msgid "Retweeted by %s" msgstr "Edasi Vidistama %s" #: services/changepassword.php:30 msgid "Retype new password" msgstr "Korda uut salasõna" #: admin/config/config.php:38 admin/config/config.php:47 msgid "Revert Configuration" msgstr "Võta Seaded Tagasi" #: lib/Block/Fortune.php:65 msgid "Riddles" msgstr "Mõistatused" #: admin/sqlshell.php:111 msgid "Run" msgstr "Käivita" #: templates/logintasks/mobile.html:26 msgid "Run Login Tasks" msgstr "Käivita tööd sisselogimisel" #: admin/sqlshell.php:43 msgid "SQL Shell" msgstr "SQL käsurida" #: lib/Api.php:72 msgid "S_QL Shell" msgstr "S_QL käsurida" #: templates/portal/layout.inc:115 templates/prefs/end.html:3 msgid "Save" msgstr "Salvesta" #: templates/admin/groups/edit.inc:70 templates/shares/edit.inc:330 #, php-format msgid "Save \"%s\"" msgstr "Salvesta \"%s\"" #: templates/shares/edit.inc:331 msgid "Save and Finish" msgstr "Salvesta ja Lõpeta" #: admin/config/index.php:310 msgid "" "Save generated configuration as a PHP script to your server's temporary " "directory." msgstr "" "Salvesta genereeritud konfiguratsioon PHP skriptina serveri ajutisse " "kataloogi." #: admin/config/scripts.php:99 #, php-format msgid "Saved configuration upgrade script to: \"%s\"." msgstr "Seadete uuendamise skript salvestatud faili: \"%s\"." #: lib/Block/WeatherdotcomStrings.php:72 msgid "Scattered Showers" msgstr "Hoovihmad" #: lib/Block/WeatherdotcomStrings.php:73 msgid "Scattered T-Storms" msgstr "Hajusad äiksehood" #: lib/Block/Fortune.php:66 msgid "Science" msgstr "Teadus" #: templates/admin/locks/list.html.php:10 msgid "Scope" msgstr "Skoop" #: services/help/index.php:71 msgid "Sea_rch" msgstr "Ots_ing" #: services/help/index.php:130 templates/admin/user/list.inc:16 msgid "Search" msgstr "Otsi" #: templates/admin/user/list.inc:14 msgid "Search:" msgstr "Otsi:" #: templates/shares/edit.inc:298 templates/shares/edit.inc:300 msgid "Select a group to add:" msgstr "Vali lisatav grupp:" #: templates/shares/edit.inc:38 msgid "Select a new owner:" msgstr "Vali uus omanik:" #: templates/prefs/rpc.html:4 msgid "Select a server" msgstr "Vali server" #: templates/shares/edit.inc:202 templates/shares/edit.inc:204 msgid "Select a user to add:" msgstr "Vali lisatav kasutaja:" #: templates/prefs/addressbooks.html:5 msgid "Select all fields to search when expanding addresses." msgstr "Vali kõik väljad mida kasutada aadresside lahendamisel." #: services/keyboard.php:38 msgid "" "Select the characters you need from the boxes below. You can then copy and " "paste them from the text area." msgstr "" "Vali vajalikud märgid kastidest. Siis saad need kopeerida ja kleepida teksti " "alasse." #: templates/data/datetime.inc:57 msgid "Select the date and time format:" msgstr "Vali kuupäeva esitusviis:" #: templates/data/date.inc:34 templates/data/datetime.inc:76 msgid "Select the date delimiter:" msgstr "Vali kuupäeva eraldaja:" #: templates/data/date.inc:44 templates/data/datetime.inc:86 msgid "Select the date format:" msgstr "Vali kuupäeva esitusviis:" #: templates/data/datetime.inc:66 msgid "Select the day and time order:" msgstr "Vali nädala esitusviis:" #: templates/data/datetime.inc:97 templates/data/time.inc:16 msgid "Select the time delimiter:" msgstr "Vali kellaaja eraldaja:" #: templates/data/datetime.inc:106 templates/data/time.inc:25 msgid "Select the time format:" msgstr "Vali kellaaja esitusviis:" #: config/prefs.php:528 msgid "Select your color scheme." msgstr "Vali värviskeem." #: config/prefs.php:345 msgid "Select your preferred language:" msgstr "Vali oma lemmikkeel:" #: templates/problem/problem.inc:57 msgid "Send Problem Report" msgstr "Saada Probleemi Raport" #: lib/Block/Metar.php:289 msgid "Sensor: " msgstr "Sensor: " #: templates/prefs/syncml.html:12 msgid "Server Time" msgstr "Serveri Aeg" #: lib/Block/Weatherdotcom.php:144 msgid "Server data wrong or not available." msgstr "Serveri andmed on valed või puuduvad." #: admin/sessions.php:19 msgid "Session Admin" msgstr "Sessioonide haldus" #: admin/sessions.php:41 msgid "Session Timestamp:" msgstr "Sessiooni aeg:" #: lib/Api.php:62 msgid "Sessions" msgstr "Sessioonid" #: config/prefs.php:297 msgid "" "Set preferences to allow you to reset your password if you ever forget it." msgstr "" "Määra andmed mis võimaldavad sul oma salasõna ära muuta kui sa selle unustad." #: config/prefs.php:622 msgid "Set up integration with your Facebook account." msgstr "Seadista Facebooki kontoga integreerimine." #: config/prefs.php:642 msgid "Set up integration with your Twitter account." msgstr "Seadista Twitteri kontoga integreerimine." #: config/prefs.php:601 msgid "Set up remote servers that you want to access from your portal." msgstr "Seadista välised serverid mida soovid oma portaalis kasutada." #: config/prefs.php:331 msgid "Set your preferred language, timezone and date preferences." msgstr "Seadista eelistatud keele, ajavööndi ja kuupäeva seadistus." #: config/prefs.php:490 msgid "" "Set your startup application, color scheme, page refreshing, and other " "display preferences." msgstr "" "Määra oma algrakendus, värviskeem, lehekülje värskendamise sagedus ja muud " "esituse seaded." #: lib/Block/Weatherdotcom.php:170 msgid "Several locations possible with the parameter: " msgstr "Parameeter määrab mitu võimalikku asukohta: " #: templates/problem/problem.inc:38 msgid "Short Summary" msgstr "Lühikokkuvõte" #: config/prefs.php:585 msgid "Should access keys be defined for most links?" msgstr "Kas enamusele linkidele tuleks määrata kiirklahvid?" #: templates/shares/edit.inc:60 templates/shares/edit.inc:71 #: templates/shares/edit.inc:95 templates/shares/edit.inc:106 #: templates/shares/edit.inc:131 templates/shares/edit.inc:142 #: templates/shares/edit.inc:166 templates/shares/edit.inc:181 #: templates/shares/edit.inc:216 templates/shares/edit.inc:243 #: templates/shares/edit.inc:268 templates/shares/edit.inc:279 #: templates/shares/edit.inc:308 msgid "Show" msgstr "Näita" #: templates/prefs/app.html:22 msgid "Show Advanced Preferences" msgstr "Näita Edasijõudnute Seadistusi" #: templates/sidebar/sidebar.inc:10 msgid "Show Sidebar" msgstr "Näita Külgriba" #: admin/config/index.php:300 msgid "" "Show differences between currently saved and the newly generated " "configuration." msgstr "Näita olemasoleva ja äsja genereeritud seadistuste erinevusi." #: lib/Block/Feed.php:41 msgid "Show extra detail?" msgstr "Näita Üksikasju?" #: config/prefs.php:511 msgid "Show last login time when logging in?" msgstr "Näita sisselogimisel eelmise sisselogimise aega" #: lib/Block/FbStream.php:65 msgid "Show notifications" msgstr "Näita teavitusi" #: config/prefs.php:548 #, php-format msgid "Show the %s Menu on the left?" msgstr "Näita vasakul %s menüüd" #: lib/Block/WeatherdotcomStrings.php:74 msgid "Showers" msgstr "Hoovihm" #: lib/Block/WeatherdotcomStrings.php:75 msgid "Showers Early" msgstr "Hommikul hoovihmad" #: lib/Block/WeatherdotcomStrings.php:76 msgid "Showers Late" msgstr "Õhtul hoovihmad" #: lib/Block/WeatherdotcomStrings.php:77 msgid "Showers in the Vicinity" msgstr "Hoovihmad ümbruskonnas" #: themes/simplex/info.php:2 msgid "Simplex" msgstr "Simplex" #: templates/logintasks/logintasks.html:23 templates/logintasks/mobile.html:25 msgid "Skip Login Tasks" msgstr "Jäta Vahele Sisse logimis Tööd" #: lib/Block/Iframe.php:35 msgid "Small" msgstr "Väike" #: lib/Block/WeatherdotcomStrings.php:78 msgid "Snow" msgstr "Lumi" #: lib/Block/WeatherdotcomStrings.php:79 msgid "Snow Early" msgstr "Hommikul lumi" #: lib/Block/WeatherdotcomStrings.php:80 msgid "Snow Late" msgstr "Õhtul lumi" #: lib/Block/WeatherdotcomStrings.php:81 msgid "Snow Shower" msgstr "Tihe lumesadu" #: lib/Block/WeatherdotcomStrings.php:82 msgid "Snow Showers" msgstr "Tihedad lumesajud" #: lib/Block/WeatherdotcomStrings.php:83 msgid "Snow Showers Early" msgstr "Hommikul tihedad lumesajud" #: lib/Block/WeatherdotcomStrings.php:84 msgid "Snow Showers Late" msgstr "Õhtul tihedad lumesajud" #: lib/Block/Metar.php:251 msgid "Snow depth: " msgstr "Lume paksus: " #: lib/Block/Metar.php:255 msgid "Snow equivalent in water: " msgstr "Lume vee-ekvivalent: " #: lib/Block/Fortune.php:67 msgid "Songs & Poems" msgstr "Laulud ja luuletused" #: config/nls.php:183 msgid "South European (ISO-8859-3)" msgstr "Lõuna-Euroopa (ISO-8859-3)" #: lib/Block/Moon.php:32 lib/Block/Moon.php:63 msgid "Southern Hemisphere" msgstr "Lõunapoolkera" #: config/registry.php:103 msgid "Spam" msgstr "Rämpspost" #: services/keyboard.php:14 msgid "Special Character Input" msgstr "Erimärkide sisestus" #: lib/Block/Fortune.php:68 msgid "Sports" msgstr "Sport" #: lib/Block/Metar.php:60 lib/Block/Weatherdotcom.php:61 msgid "Standard" msgstr "Standard" #: lib/Block/Fortune.php:69 msgid "Star Trek" msgstr "Star Trek" #: templates/admin/locks/list.html.php:13 msgid "Start Time" msgstr "Algusaeg" #: templates/prefs/activesync.html:2 msgid "State Management" msgstr "Seisude Haldus" #: admin/activesync.php:114 templates/admin/config/index.html:39 #: templates/prefs/activesync.html:22 msgid "Status" msgstr "Olek" #: services/facebook/index.php:147 msgid "Status unable to be set." msgstr "Staatust ei õnnestunud seada." #: templates/block/twitter-layout.html.php:24 msgid "Stream" msgstr "Voog" #: util/icon_browser.php:40 #, php-format msgid "Subdirectory \"%s\" not found." msgstr "Alamkataloogi \"%s\" ei leitud." #: signup.php:52 #, php-format msgid "" "Submitted request to add \"%s\" to the system. You cannot log in until your " "request has been approved." msgstr "" "Soov \"%s\" lisamiseks süsteemi on salvestatud. Sa ei saa sisse logida enne " "kui sinu soov on heaks kiidetud." #: services/facebook/index.php:35 msgid "Succesfully connected your Facebook account or updated permissions." msgstr "Facebooki kontoga ühendumine õnnestu või uuendati õigusi." #: admin/sqlshell.php:97 msgid "Success" msgstr "Õnnestus" #: admin/signup_confirm.php:85 admin/user.php:105 #, php-format msgid "Successfully added \"%s\" to the system." msgstr "\"%s\" on süsteemi lisatud." #: admin/user.php:143 #, php-format msgid "Successfully cleared data for user \"%s\" from the system." msgstr "\"%s\" andmed on süsteemist eemaldatud." #: admin/groups.php:65 admin/perms/delete.php:42 #, php-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" on kustutatud." #: admin/user.php:123 #, php-format msgid "Successfully removed \"%s\" from the system." msgstr "\"%s\" on süsteemist eemaldatud." #: admin/config/config.php:49 msgid "Successfully reverted configuration. Reload to see changes." msgstr "" "Konfiguratsioon on tagasi võetud. Muutuste nägemiseks värskenda vaadet." #: admin/config/index.php:44 msgid "Successfully saved backup configuration." msgstr "Konfiguratsiooni varukoopia õnnestus salvestada." #: admin/config/config.php:60 #, php-format msgid "Successfully saved the backup configuration file %s." msgstr "Konfiguratsiooni faili varukoopia %s õnnestus salvestada." #: admin/user.php:197 #, php-format msgid "Successfully updated \"%s\"" msgstr "\"%s\" muutmine õnnestus." #: admin/config/config.php:69 admin/config/index.php:52 #: admin/config/index.php:98 #, php-format msgid "Successfully wrote %s" msgstr "%s kirjutamine õnnestus" #: lib/Block/Sunrise.php:70 msgid "Sun Rise" msgstr "Päikesetõus" #: lib/Block/Sunrise.php:73 msgid "Sun Set" msgstr "Päikeseloojang" #: config/prefs.php:451 msgid "Sunday" msgstr "Pühapäev" #: lib/Block/WeatherdotcomStrings.php:85 msgid "Sunny" msgstr "Päikesepaisteline" #: lib/Block/Weatherdotcom.php:200 msgid "Sunrise" msgstr "Päikesetõus" #: lib/Block/Sunrise.php:13 msgid "Sunrise/Sunset" msgstr "Päikesetõus/loojang" #: lib/Block/Weatherdotcom.php:199 msgid "Sunrise: " msgstr "Päikesetõus: " #: lib/Block/Weatherdotcom.php:203 msgid "Sunset" msgstr "Päikeseloojang" #: lib/Block/Weatherdotcom.php:202 msgid "Sunset: " msgstr "Päikeseloojang: " #: config/prefs.php:682 msgid "SyncML" msgstr "SyncML" #: lib/Block/Feed.php:18 msgid "Syndicated Feed" msgstr "Hommikul hoovihmad" #: lib/Block/WeatherdotcomStrings.php:86 msgid "T-Showers" msgstr "Hoovihm" #: lib/Block/WeatherdotcomStrings.php:87 msgid "T-Showers Early" msgstr "Hommikul hoovihmad" #: lib/Block/WeatherdotcomStrings.php:88 msgid "T-Showers Late" msgstr "Õhtul hoovihmad" #: lib/Block/WeatherdotcomStrings.php:89 msgid "T-Storm" msgstr "Äikesetorm" #: lib/Block/WeatherdotcomStrings.php:90 msgid "T-Storm and Windy" msgstr "Tuuline ja äikeseline" #: lib/Block/WeatherdotcomStrings.php:91 msgid "T-Storms" msgstr "Äikesepuhangud" #: lib/Block/WeatherdotcomStrings.php:92 msgid "T-Storms Early" msgstr "Hommikul äikesepuhangud" #: lib/Block/WeatherdotcomStrings.php:93 msgid "T-Storms Late" msgstr "Äikesepuhangud" #: lib/Block/Cloud.php:14 msgid "Tag Cloud" msgstr "Pilvine" #: themes/tango-blue/info.php:24 msgid "Tango Blue" msgstr "Tango Sinine" #: config/registry.php:168 msgid "Tasks" msgstr "Tööd" #: themes/gennevilliers/info.php:12 msgid "Teal" msgstr "Teal" #: lib/Block/Metar.php:263 msgid "Temp for last hour: " msgstr "Viimase tunni temperatuur: " #: lib/Block/Metar.php:187 msgid "Temperature" msgstr "Temperatuur" #: lib/Block/Weatherdotcom.php:207 msgid "Temperature: " msgstr "Temperatuur: " #: lib/Block/Weatherdotcom.php:276 #, php-format msgid "Temperature
(%sHi%s/%sLo%s) °%s" msgstr "Temperatuur
(%sMax%s/%sMin%s) °%s" #: lib/Prefs/Ui.php:478 services/facebook/index.php:40 msgid "Temporarily unable to connect with Facebook, Please try again." msgstr "Ajutine Facebooki ühendumise viga. Palun proovi hiljem uuesti." #: lib/Block/TwitterTimeline.php:104 msgid "Temporarily unable to contact Twitter. Please try again later." msgstr "Ajutine Twitteriga ühendumise viga. Palun proovi hiljem uuesti." #: services/keyboard.php:148 msgid "Text Area" msgstr "Teksti ala" #: config/prefs.php:561 msgid "Text Only" msgstr "Ainult tekst" #: config/nls.php:184 msgid "Thai (TIS-620)" msgstr "Tai (TIS-620)" #: lib/Prefs/Ui.php:712 #, php-format msgid "The Remote Wipe for device id %s has been cancelled." msgstr "Seadme id'ga %s kustutamine tühistatud." #: admin/alarms.php:86 msgid "The alarm has been deleted." msgstr "Teavitus on kustutatud." #: admin/alarms.php:75 msgid "The alarm has been saved." msgstr "Teavitus on salvestatud." #: admin/config/index.php:103 #, php-format msgid "" "The configuration for %s cannot be updated automatically. Please update the " "configuration manually." msgstr "" "s% seadistust ei saa automaatselt uuendada. Palun uuenda seadistust käsitsi." #: config/prefs.php:262 msgid "The default e-mail address to use with this identity:" msgstr "Vaike e-posti aadressi, mida kasutada antud identiteediga:" #: admin/locks.php:24 msgid "The lock has been removed." msgstr "Luku on eemaldatud." #: lib/Block/Vatid.php:87 msgid "" "The member state service could not be reached in time. Try again later or " "with a different member state." msgstr "" "Liikme staatus teenus pole saadaval hetkel. Proovi hiljem uuesti teist " "teenus staatust." #: lib/Block/Vatid.php:83 msgid "" "The member state service is currently not available. Try again later or with " "a different member state." msgstr "" "Liikme staatus teenus pole saadaval. Proovi hiljem uuesti teist teenus " "staatust." #: lib/Block/Vatid.php:75 msgid "The provided country code is invalid." msgstr "Maa kood on vale." #: lib/Prefs/Ui.php:645 #, php-format msgid "The server \"%s\" has been deleted." msgstr "Server \"%s\" on kustutatud." #: lib/Prefs/Ui.php:640 #, php-format msgid "The server \"%s\" has been saved." msgstr "Server \"%s\" on salvestatud." #: lib/Block/Vatid.php:79 msgid "The service is currently not available. Try again later." msgstr "See teenus ei ole hetkel saadaval. Proovi hiljem uuesti." #: lib/Block/Vatid.php:91 msgid "The service is currently too busy. Try again later." msgstr "Teenus on hetkel ülekoormatud. Proovi hiljem uuesti." #: admin/user.php:222 #, php-format msgid "The signup request for \"%s\" has been removed." msgstr "\"%s\" liitumissoov on eemaldatud." #: admin/signup_confirm.php:39 #, php-format msgid "The signup request for user \"%s\" has been removed." msgstr "Kasutaja \"%s\" liitumissoov on eemaldatud." #: lib/Prefs/Ui.php:721 #, php-format msgid "" "The state for device id %s has been reset. It will resynchronize next time " "it connects to the server." msgstr "" "Seadme id'ga %s seisund on lähtestatud. Täis sünkroniseerimine toimub " "järgmisel ühendumisel serveriga." #: lib/LoginTasks/Task/AdminCheck.php:47 msgid "" "The test script is currently enabled. For security reasons, disable test " "scripts when you are done testing (see horde/docs/INSTALL)." msgstr "" "Test skript on hetkel lubatud. Turva kaalutlustel keela test skript kui oled " "lõpetanud testimise (vaata horde/docs/INSTALL)." #: admin/signup_confirm.php:60 admin/user.php:77 #, php-format msgid "The user \"%s\" already exists." msgstr "Kasutaja \"%s\" on juba olemas." #: services/shares/edit.php:85 services/shares/edit.php:177 #, php-format msgid "The user \"%s\" does not exist." msgstr "Kasutaja \"%s\" ei eksisteeri." #: util/icon_browser.php:28 #, php-format msgid "Themes directory \"%s\" not found." msgstr "Kujunduste kataloogi \"%s\" ei leitud." #: signup.php:38 signup.php:59 admin/signup_confirm.php:74 admin/user.php:89 #, php-format msgid "There was a problem adding \"%s\" to the system: %s" msgstr "\"%s\" lisamisel süsteemi tekkis probleem: %s" #: admin/user.php:145 #, php-format msgid "There was a problem clearing data for user \"%s\" from the system: " msgstr "Kasutaja \"%s\" andmete süsteemist eemaldamisel tekkis probleem: " #: admin/user.php:125 #, php-format msgid "There was a problem removing \"%s\" from the system: " msgstr "\"%s\" eemaldamisel süsteemist tekkis probleem: " #: admin/user.php:178 #, php-format msgid "There was a problem updating \"%s\": %s" msgstr "\"%s\" muutmisel tekkis probleem: %s" #: lib/Prefs/Ui.php:724 #, php-format msgid "There was an error communicating with the ActiveSync server: %s" msgstr "Tekkis viga ActiveSync serveriga suhtlemisel: %s" #: lib/Block/TwitterTimeline.php:92 lib/Block/TwitterTimeline.php:108 #, php-format msgid "There was an error contacting Twitter: %s" msgstr "Tekkis viga Twitteriga ühendumisel: %s" #: admin/config/config.php:80 msgid "" "There was an error in the configuration form. Perhaps you left out a " "required field." msgstr "" "Seadistuse vormil esines viga. Ehk jätsid täitmata mõne kohustusliku välja." #: lib/Block/FbStream.php:135 lib/Block/FbStream.php:161 #: services/facebook/index.php:62 services/facebook/index.php:79 #, php-format msgid "There was an error making the request: %s" msgstr "Juhtus viga päringu tegemisel: %s" #: services/facebook/index.php:37 msgid "" "There was an error obtaining your Facebook session. Please try again later." msgstr "Juhtus viga Facebooki sessiooni loomisel. Palun proovi hiljem uuesti." #: lib/Application.php:167 #, php-format msgid "" "There was an error removing global data for %s. Details have been logged." msgstr "" "Juhtus viga globaalsete andmete kustutamisel: %s. Üksikasjad on logitud." #: services/facebook/index.php:49 msgid "There was an error with the requested permissions" msgstr "Juhtus viga õiguste päringus" #: lib/Block/Vatid.php:102 msgid "This VAT identification number is invalid." msgstr "VAT id number on kehtetu." #: lib/Block/Vatid.php:99 msgid "This VAT identification number is valid." msgstr "VAT id number on kehtiv." #: lib/Block/WeatherdotcomStrings.php:94 msgid "Thunder" msgstr "Äike" #: config/registry.php:232 msgid "Tickets" msgstr "Piletid" #: config/registry.php:276 msgid "Time Tracking" msgstr "Tööaja tabel" #: lib/Block/Time.php:27 msgid "Time format" msgstr "Aja esitus" #: templates/data/datetime.inc:60 templates/data/datetime.inc:69 msgid "Timestamp or unknown" msgstr "Aega või tundmatu" #: templates/prefs/syncml.html:2 msgid "Timestamps of successful synchronization sessions" msgstr "Eduka sünkroniseerimise ajalugu" #: lib/Block/Iframe.php:28 msgid "Title" msgstr "Pealkiri" #: templates/data/csvmap.inc:96 msgid "" "To exclude a particular field form the import or to correct a wrong match " "select a field in the lists below and hit \"Remove pair\"." msgstr "" "Kindla välja eemaldamisest importimise loendist või vale paari parandamiseks " "vajuta sellele ja siis nupule \"Eemalda paar\"." #: templates/prefs/addressbooks.html:10 msgid "" "To select multiple fields, hold down the Control (PC) or Command (Mac) while " "clicking." msgstr "" "Mitme objekti valimiseks hoia all Ctrl (PC) või Command (Mac) klahvi ja " "klõpsa objektidel." #: lib/Block/Weatherdotcom.php:293 msgid "Today" msgstr "Täna" #: lib/Block/Weatherdotcom.php:295 msgid "Tomorrow" msgstr "Homme" #: login.php:223 msgid "Traditional" msgstr "Traditsiooniline" #: lib/Block/Fortune.php:70 msgid "Translations" msgstr "Tõlked" #: config/nls.php:185 msgid "Turkish (ISO-8859-9)" msgstr "Türgi (ISO-8859-9)" #: templates/block/twitter-layout.html.php:15 msgid "Tweet" msgstr "Tweet" #: config/prefs.php:641 msgid "Twitter Integration" msgstr "Twitteri Ajaliin kasutajale %s" #: lib/Block/TwitterTimeline.php:41 msgid "Twitter Timeline" msgstr "Twitteri Ajaliin" #: lib/Block/TwitterTimeline.php:57 #, php-format msgid "Twitter Timeline for %s" msgstr "Twitteri Ajaliin kasutajale %s" #: services/keyboard.php:108 msgid "U characters" msgstr "U täht" #: lib/Block/Weatherdotcom.php:253 msgid "U.V. index: " msgstr "UV-indeks: " #: lib/Block/Iframe.php:23 msgid "URL" msgstr "URL" #: services/twitter/index.php:78 #, php-format msgid "Unable to contact Twitter. Please try again later. Error returned: %s" msgstr "" "Kontaktandmete uuendamisel tekkis viga. Palun proovi hiljem uuesti. Viga: %s" #: admin/groups.php:68 admin/perms/delete.php:45 #, php-format msgid "Unable to delete \"%s\": %s." msgstr "Ei saa kustutada \"%s\": %s." #: services/facebook/index.php:172 msgid "Unable to set like." msgstr "Ei õnnestunud sead Meeldib." #: templates/prefs/end.html:4 msgid "Undo Changes" msgstr "Taasta algseis" #: lib/Prefs/Ui.php:242 msgid "Unfiled" msgstr "Täitmata" #: config/nls.php:186 msgid "Unicode (UTF-8)" msgstr "Unicode (UTF-8)" #: lib/Block/Metar.php:57 lib/Block/Weatherdotcom.php:57 msgid "Units" msgstr "Ühikud" #: lib/Block/Weatherdotcom.php:142 msgid "Unknown location provided." msgstr "Määrati tundmatu asukoht." #: admin/locks.php:41 msgid "Unlock" msgstr "Lahti lukustama" #: lib/Block/FbStream.php:157 templates/admin/user/list.inc:36 msgid "Update" msgstr "Kinnita" #: templates/admin/user/update.inc:6 #, php-format msgid "Update %s" msgstr "Muuda %s" #: admin/config/index.php:168 admin/config/index.php:263 #, php-format msgid "Update %s schema" msgstr "Uuenda %s raamistiku" #: templates/admin/config/index.html:19 msgid "Update all DB schemas" msgstr "Uuenda kõik Andmebaasi raamistike" #: templates/admin/config/index.html:11 msgid "Update all configurations" msgstr "Uuenda kõik seadistusi" #: templates/admin/user/update.inc:63 msgid "Update user" msgstr "Muuda kasutaja" #: admin/groups.php:108 admin/perms/edit.php:110 services/shares/edit.php:249 #, php-format msgid "Updated \"%s\"." msgstr "Uuendatud \"%s\"." #: admin/config/index.php:118 #, php-format msgid "Updated schema for %s." msgstr "Uuendatud raamisik %s'ile." #: admin/config/index.php:317 msgid "Upload" msgstr "Lae serverisse" #: admin/config/index.php:325 msgid "Uploaded all application configuration files to the server." msgstr "Kõik rakenduse seadistusfailid on serverisse laetud." #: config/prefs.php:661 msgid "Use if name/password is different for IMSP server." msgstr "Kasuta juhul kui nimi/salasõna IMSP serveris on erinev." #: templates/admin/groups/edit.inc:24 templates/admin/groups/edit.inc:67 #: templates/admin/locks/list.html.php:12 msgid "User" msgstr "Kasutaja" #: admin/user.php:237 msgid "User Administration" msgstr "Kasutaja Haldus" #: lib/Prefs/Ui.php:404 msgid "User Agent:" msgstr "Kasutaja Agent:" #: lib/Block/Account.php:68 msgid "User Name" msgstr "Kasutaja" #: signup.php:67 msgid "User Registration" msgstr "Kasutaja registreerimine" #: signup.php:19 admin/signup_confirm.php:18 msgid "User Registration has been disabled for this site." msgstr "Selles veebisaidis kasutajate registreerimist ei võimaldata." #: signup.php:27 admin/signup_confirm.php:25 msgid "User Registration is not properly configured for this site." msgstr "Selles veebisaidis kasutajate ei ole korralikult seadistatud." #: lib/Block/Account/Ldap.php:101 msgid "User account not found" msgstr "Kasutaja kontot ei leitud" #: templates/shares/edit.inc:238 msgid "User to add:" msgstr "Lisa kasutaja:" #: login.php:189 admin/config/index.php:318 admin/user.php:37 #: admin/user.php:53 services/resetpassword.php:29 #: templates/admin/user/approve.inc:22 msgid "Username" msgstr "Kasutajanimi" #: lib/Prefs/Ui.php:301 msgid "Username:" msgstr "Kasutajanimi:" #: templates/admin/groups/edit.inc:60 msgid "Users" msgstr "Kasutajad" #: templates/admin/user/list.inc:2 msgid "Users in the system:" msgstr "Kasutajad süsteemis:" #: lib/Block/Vatid.php:21 msgid "VAT id number verification" msgstr "VAT id numbri kontroll" #: lib/Block/Vatid.php:39 msgid "VAT identification number:" msgstr "VAT id number:" #: lib/Block/Vatid.php:107 msgid "VAT number" msgstr "VAT number" #: lib/Block/Weatherdotcom.php:228 msgid "Variable" msgstr "Muutlik" #: templates/admin/config/index.html:46 msgid "Version Check" msgstr "Versiooni Kontroll" #: config/registry.php:221 msgid "Version Control" msgstr "Versioonihaldus" #: lib/Block/WeatherdotcomStrings.php:101 msgid "Very High" msgstr "Väga kõrge" #: config/nls.php:187 msgid "Vietnamese (VISCII)" msgstr "Vietnami (VISCII)" #: lib/Block/Iframe.php:13 msgid "View an external web page" msgstr "Vaata välist veebilehte" #: lib/Block/Metar.php:182 msgid "Visibility" msgstr "Nähtavus" #: lib/Block/Weatherdotcom.php:247 msgid "Visibility: " msgstr "Nähtavus: " #: lib/Block/Account.php:96 msgid "Warning" msgstr "Hoiatus" #: lib/Block/Weatherdotcom.php:41 msgid "Weather Forecast" msgstr "Ilmaennustus" #: lib/Block/Weatherdotcom.php:409 msgid "Weather data provided by" msgstr "Ilmaandmeid pakub" #: config/registry.php:322 msgid "Web Site" msgstr "Veebsait" #: services/portal/mobile.php:29 msgid "Welcome" msgstr "Tere tulemast" #: templates/portal/mobile.inc:5 #, php-format msgid "Welcome, %s" msgstr "Tere tulemast, %s" #: config/nls.php:188 msgid "Western (ISO-8859-1)" msgstr "Lääne (ISO-8859-1)" #: config/nls.php:189 msgid "Western (ISO-8859-15)" msgstr "Lääne (ISO-8859-15)" #: config/prefs.php:504 #, php-format msgid "What application should %s display after login?" msgstr "Millise rakenduse peaks %s pärast sisselogimist avama?" #: lib/Block/TwitterTimeline.php:113 msgid "What are you working on now?" msgstr "Mille kallal sa töötad praegu?" #: templates/data/csvinfo.inc:14 msgid "What is the delimiter character?" msgstr "Millist märki kasutatakse eraldajana?" #: templates/data/csvinfo.inc:16 msgid "What is the quote character?" msgstr "Millist märki kasutatakse jutumärgina?" #: lib/Block/FbStream.php:143 msgid "What's on your mind?" msgstr "Mis on sul meelel?" #: config/prefs.php:454 msgid "Which day would you like to be displayed as the first day of the week?" msgstr "Mis päevaga peaks nädal algama." #: lib/Block/Moon.php:22 msgid "Which phases" msgstr "Millised faasid" #: config/prefs.php:554 #, php-format msgid "Width of the %s menu on the left:" msgstr "%s menüü laius vasakul:" #: config/registry.php:344 msgid "Wiki" msgstr "Wiki" #: lib/Block/Weatherdotcom.php:283 lib/Block/WeatherdotcomStrings.php:95 msgid "Wind" msgstr "Tuul" #: lib/Block/WeatherdotcomStrings.php:96 msgid "Wind Early" msgstr "Hommikul tuul" #: lib/Block/WeatherdotcomStrings.php:97 msgid "Wind Late" msgstr "Tuul Õhtul" #: lib/Block/Metar.php:66 msgid "Wind speed in knots" msgstr "Tuule kiirus sõlmedes" #: lib/Block/Metar.php:129 msgid "Wind:" msgstr "Tuul:" #: lib/Block/Weatherdotcom.php:226 msgid "Wind: " msgstr "Tuul: " #: admin/activesync.php:183 templates/prefs/activesync.html:28 msgid "Wipe" msgstr "Tühjenda" #: admin/activesync.php:164 lib/Prefs/Ui.php:387 msgid "Wipe is pending" msgstr "Tühjendus on ootel" #: lib/Block/Fortune.php:71 msgid "Wisdom" msgstr "Tarkus" #: lib/Block/Fortune.php:72 msgid "Work" msgstr "Töö" #: config/registry.php:244 msgid "X-Ref" msgstr "X-Ref" #: templates/data/date.inc:47 templates/data/date.inc:48 #: templates/data/date.inc:49 templates/data/date.inc:50 #: templates/data/datetime.inc:89 templates/data/datetime.inc:90 #: templates/data/datetime.inc:91 templates/data/datetime.inc:92 msgid "YY" msgstr "AA" #: templates/logintasks/logintasks.html:26 templates/logintasks/mobile.html:32 msgid "Yes, I Agree" msgstr "Jah, olen nõus" #: services/facebook/index.php:118 services/facebook/index.php:166 #, php-format msgid "You and %d other person likes this" msgid_plural "You and %d other people like this" msgstr[0] "Sinule ja %d inimesele meeldib see" msgstr[1] "Sinule ja %d inimesele meeldib see" #: lib/Api.php:248 msgid "You are not allowed to add groups." msgstr "Sul pole lubatud lisada gruppe." #: lib/Api.php:365 msgid "You are not allowed to add shares." msgstr "Sul pole lubatud lisada jagamisi." #: lib/Api.php:291 lib/Api.php:314 msgid "You are not allowed to change groups." msgstr "Sul pole lubatud muuta gruppe." #: lib/Api.php:446 lib/Api.php:483 lib/Api.php:517 lib/Api.php:542 msgid "You are not allowed to change shares." msgstr "Sul pole lubatud muuta jagamisi." #: lib/Api.php:270 msgid "You are not allowed to delete groups." msgstr "Sul pole lubatud kustutada gruppe." #: lib/Api.php:390 msgid "You are not allowed to delete shares." msgstr "Sul pole lubatud kustutada jagamisi." #: lib/Api.php:674 msgid "You are not allowed to list groups of shares." msgstr "Sul pole lubatud näha jagamise gruppe." #: lib/Api.php:568 lib/Api.php:606 msgid "You are not allowed to list share permissions." msgstr "Sul pole lubatud näha jagatu õigusi." #: lib/Api.php:415 msgid "You are not allowed to list shares." msgstr "Sul pole lubatud näha jagamisi." #: lib/Api.php:337 msgid "You are not allowed to list users of groups." msgstr "Sul pole lubatud näha gruppi liikmeid." #: lib/Api.php:644 msgid "You are not allowed to list users of shares." msgstr "Sul pole lubatud näha jagajaid." #: lib/Block/FbStream.php:136 lib/Block/FbStream.php:162 #: services/facebook/index.php:63 services/facebook/index.php:80 #, php-format msgid "You can also check your Facebook settings in your %s." msgstr "Sa saad oma Facebooki seadeid kontrollida oma %s." #: lib/LoginTasks/Task/TosAgreement.php:64 msgid "" "You did not agree to the Terms of Service agreement, so you were not allowed " "to login." msgstr "" "Sa ei nõustunud kasutustingimustega, seega ei ole sul lubatud sisse logida." #: login.php:320 msgid "You have been logged out." msgstr "Sind logiti välja." #: services/facebook/index.php:47 msgid "You have denied the requested permissions." msgstr "Sul pole õigust küsida antud õigust." #: lib/Block/FbStream.php:97 #, php-format msgid "" "You have not properly connected your Facebook account with Horde. You should " "check your Facebook settings in your %s." msgstr "" "Sa oled ühendanud oma Facebooki konto Hordega. Sa saad oma Facebooki seadeid " "kontrollida oma %s." #: lib/Block/TwitterTimeline.php:169 #, php-format msgid "" "You have not properly connected your Twitter account with Horde. You should " "check your Twitter settings in your %s." msgstr "" "Sa oled ühendanud oma Twitteri konto Hordega. Sa saad oma Twitteri seadeid " "kontrollida oma %s." #: services/facebook/index.php:120 services/facebook/index.php:160 #: services/facebook/index.php:168 msgid "You like this" msgstr "Sulle meeldib see" #: templates/problem/problem.inc:11 msgid "You must describe the problem before you can send the problem report." msgstr "Enne saatmist oleks tark probleemi kirjeldada." #: lib/Prefs/Ui.php:643 msgid "You must select an server to be deleted." msgstr "Pead valima serveri mida kustutada." #: admin/user.php:139 msgid "You must specify a username to clear out." msgstr "Pead määrama kasutajanime mida tühjendada." #: admin/user.php:119 msgid "You must specify a username to remove." msgstr "Pead määrama kasutajanime mida eemaldada." #: admin/user.php:75 msgid "You must specify the username to add." msgstr "Pead määrama kasutajanime mida lisada." #: admin/user.php:169 msgid "You must specify the username to update." msgstr "Pead määrama kasutajanime mida muuta." #: templates/problem/problem.inc:34 msgid "Your Email Address" msgstr "Sinu e-posti aadress" #: config/prefs.php:231 config/prefs.php:295 config/prefs.php:329 #: config/prefs.php:462 msgid "Your Information" msgstr "Sinu info" #: login.php:312 msgid "" "Your Internet Address has changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Sinu autentimise süsteem ei võimalda kasutajate nimekirja näha, või on see " "võimalus mingil muul põhjusel välja lülitatud." #: templates/problem/problem.inc:30 msgid "Your Name" msgstr "Sinu nimi" #: templates/admin/user/noadd.inc:5 msgid "" "Your authentication backend does not support adding users. If you wish to " "use Horde to administer user accounts, you must use a different " "authentication backend." msgstr "" "Sinu autentimise süsteem ei võimalda kasutajaid lisada. Kui soovid Horde " "abil kasutajaid hallata, pead kasutama teistsugust autentimise süsteemi." #: templates/admin/user/nolist.inc:5 msgid "" "Your authentication backend does not support listing users, or the feature " "has been disabled for some other reason." msgstr "" "Sinu autentimise süsteem ei võimalda kasutajate nimekirja näha, või on see " "võimalus mingil muul põhjusel välja lülitatud." #: login.php:316 msgid "" "Your browser appears to have changed since the beginning of your session. To " "protect your security, you must login again." msgstr "" "Sinu veebilehitseja näib olevat sessiooni jooksul muutunud. Turvalisuse " "tagamiseks pead uuesti sisse logima." #: lib/Block/Iframe.php:67 msgid "Your browser does not support this feature." msgstr "Sinu veebilehitseja ei võimalda seda omadust kasutada." #: config/prefs.php:366 msgid "Your current time zone:" msgstr "Sinu ajavöönd:" #: config/prefs.php:253 msgid "Your full name:" msgstr "Sinu täielik nimi:" #: login.php:336 msgid "Your login has been locked." msgstr "Sinu sisselogimine on lukustatud." #: login.php:332 msgid "Your login has expired." msgstr "Sinu sisselogimine on aegunud." #: services/resetpassword.php:78 #, php-format msgid "Your new password for %s is: %s" msgstr "Sinu uus %s salasõna on: %s" #: services/resetpassword.php:77 msgid "Your password has been reset" msgstr "Sinu salasõna on lähtestatud" #: services/resetpassword.php:91 msgid "" "Your password has been reset, but couldn't be sent to you. Please contact " "the administrator." msgstr "" "Sinu salasõna on vahetatud, aga seda ei õnnestunud saata sulle. Võta ühendus " "administraatoriga." #: services/resetpassword.php:86 msgid "" "Your password has been reset, check your email and log in with your new " "password." msgstr "" "Sinu salasõna on vahetatud, vaata oma e-posti ja logi sisse uue salasõnaga." #: lib/Block/Account/Ldap.php:212 lib/Block/Account/Ldap.php:224 msgid "Your password has expired" msgstr "Sinu salasõna on aegunud" #: login.php:163 msgid "Your password has expired." msgstr "Sinu salasõna on aegunud." #: lib/Prefs/Ui.php:298 msgid "Your remote servers:" msgstr "Sinu välised serverid:" #: login.php:308 msgid "Your session has expired. Please login again." msgstr "Sinu sessioon on aegunud. Palun logi uuesti sisse." #: lib/Block/Fortune.php:73 msgid "Zippy" msgstr "Virgas" #: services/problem.php:109 msgid "[Problem Report]" msgstr "[Horde probleem]" #: admin/sessions.php:43 msgid "[Unknown]" msgstr "[Tundmatu]" #: lib/Api.php:52 msgid "_Alarms" msgstr "_Meelde tuletus" #: lib/Api.php:77 msgid "_CLI" msgstr "Käsu_rida" #: lib/Api.php:27 msgid "_Configuration" msgstr "_Seadistused" #: lib/Api.php:57 msgid "_DataTree" msgstr "_AndmePuu" #: lib/Api.php:37 msgid "_Groups" msgstr "_Grupid" #: lib/Application.php:67 msgid "_Home" msgstr "_Kodu" #: lib/Api.php:47 msgid "_Locks" msgstr "_Lukud" #: lib/Api.php:42 msgid "_Permissions" msgstr "Õig_used" #: lib/Api.php:32 msgid "_Users" msgstr "_Kasutajad" #: services/problem.php:56 msgid "attachment" msgstr "manus" #: lib/Block/Metar.php:145 lib/Block/Metar.php:331 #, php-format msgid "calm" msgstr "vaikne" #: lib/Block/WeatherdotcomStrings.php:102 msgid "falling" msgstr "langeb" #: lib/Block/Metar.php:147 lib/Block/Metar.php:333 lib/Block/Metar.php:359 #, php-format msgid "from the %s (%s) at %s %s" msgstr "suund %s (%s) ja kiirus %s %s" #: lib/Block/Weatherdotcom.php:234 msgid "gusting" msgstr "puhanguline" #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "inline" msgstr "siseselt" #: lib/Block/FbStream.php:97 lib/Block/FbStream.php:136 #: lib/Block/FbStream.php:162 lib/Block/TwitterTimeline.php:169 #: services/facebook/index.php:63 services/facebook/index.php:80 msgid "preferences" msgstr "eelistused" #: lib/Block/WeatherdotcomStrings.php:104 msgid "rising" msgstr "tõuseb" #: admin/config/config.php:90 msgid "show differences" msgstr "näita erinevusi" #: lib/Block/WeatherdotcomStrings.php:103 msgid "steady" msgstr "ühtlane" #: admin/user.php:40 admin/user.php:54 msgid "type the password twice to confirm" msgstr "kirjuta salasõna eksituse vältimiseks kaks korda" #: admin/config/diff.php:56 admin/config/diff.php:68 msgid "unified" msgstr "ühitatud" #: lib/Block/Weatherdotcom.php:34 msgid "weather.com" msgstr "weather.com" tmpIMUtxu/horde-5.2.17/locale/et/LC_MESSAGES/horde.mo0000644000175000017500000020400713160205253021567 0ustar mathieumathieu4 L<pPqP$vP)PP&P Q$Q 8Q)CQmQ|Q QQQQ QRQ 6RARQRjRyRRRlRE SXSSVS6T :TVGTTlT (U 2U=U DU RU`U hUsU{UU U UUUUU U U VV7V ;V GV QV ]ViV yVVVNV-VW0W 8WEW TW ^W lW xW WWWW#WlW%CXiX~XXXXX XX YY4YOYWY%mY<Y%YY Z Z)Z CZ'NZ,vZ*Z%ZZ![([:[J[ i[s[[ [[['[[ [ [[ \\\#\ ,\9\W\`\ e\p\w\ \@\\\]#]*]!?]da]]]]] ^ %^1/^*a^^^ ^^ ^^^ ^Q_X_ j_ x__ _ ___ ___ _ _ _ _ ` ``=3`q`'` ```` `.`*a3JaV~aaxb(b5b0bX(cc*d?dGdNdbdsd dd dddddde5eOecefeketeee eeee e e,e4 f >fJf Qf]f tf*fBff gg g!g 3g>gNg"kg gg ggggg hC"hfh h/hhhh hhh i ii0i Ji Tibi"ki{iO j'Zj(jjjjjjjkk /k :kGkWk_k fkrkk kkk k k k kkk ll"l *l 5lCl GlQlZl`lel|tllm m m"m +m6m=mNm_m omym m mmmmmmm mmnnn .n9nTn[nmn rn }nnn?nn n n"o (o4o No [ohomo|o o$o2oo o o p p p+p;pApRpbpup ppj~qqq r !rBrBTr4r)rrs s+s@s[svssss sssssstt t t 5tBt Qt_tnttttt t t ttttu u%u6uFuXu]u fu suuuuu u u u vv %v/v5vv www w&w)w/w 4wh?wwwww x$*xOxXx_xgx px {xxxxx xxyy y y%y.y 5y Ay Ny\y tyy yyy yyy|yiznzsz yz zzz zzzz zzz8{ ={H{X{l{{{E{{+|<|ES|A|||| }}};}$Y} ~}}}}}(} }}~\-~~~ ~~~~~~~~ ~   % 3A IT\l s    &: Wc~ À(܀PV ] ht }B  *4 HT erx~ ΂ ӂ4G]|  ̃*ۃ 6 P\lr%Oń)<DSiq ƅ Ѕۅ R,MzĆۆ5iK և (C[u # J .W-?;[0/ -ʊ O$t%ދ !28 = H R ^k~  ƌ # -8IPipdC6&>8e*;( 4I~Ə̏ԏ  .=EW` o }  (̐>>4 s }4ˑc5ehf%!Γ83'-[2e"ŕ 1A63x%?Җ)T<)KI1Q*(טߘ 1HNVљ(. 7 CPek šEƚ ' ;HP`f  ڛ  ;2N 2œ;1 HU ^hn ĝ ͝۝  # .;CTmv ~/ #@FU !˟П ՟   ',2 5DB""%͠%%%?-e.#¡,,5@Vv͢*us E (P)y&%ʤ(,v= s`yԦ+Nz֧\Qp¨ܨ- :@ Q[ch w  ©ܩ "9 AM ٫%)9 c'o 1Ԭ .CcV ȭۭl1LKQ7/Zc:  ɰ۰   ,2F V `k Ʊ ѱ ߱  ](1!ڲ(8 KV\4yj&@YvʴѴڴ08*O4z*ڵ 13 9!Z|$#Ѷ .; P\o' ͷط  1"T] douM 9?"OUr ȹҹ 2/:(jźںX%~  »л׻ ܻ   #-CD* ɼռ /447i@"}-?ξ:dI'Ksx|  +)G q  $4"C5f  .F`s{ !   )5Rc< ('/ 7D LZ `k  pJW-/ '8Maw  !15 : F R`s   u    ';M T_d ky  5']az 1/a i s~   cWj =#!&HX iw /:AGV[ `m#"(1 8 C Q[r  *I(g(    Dc-y.  j '& ' GQZ bl |'&  !- 2 = HRbs    # * 2<O T5`?W'r;: '3L[n!w$  ,F Yzd *48 JX_gk t    &5 GQ ep " (4MiM}   $5-c }     & 3 @NR8fH+/F fp+ 9$9?X vQ  ,=M`t   O2U  9 UG7I^u ~& R*1)\>>`/e5 ?T0g!29 > L Xfx  06 ?IRafk= R\&wJ1:O   ,<NUhp    - 9*G?r@ (BZMs:WPh85; q)k}($,@3/t"0'O "pEI#B\u{  |\W#B JVLZ ,<DM"b58U^n~==6 E R `j    * 2?Q Zhz7 &(%N!a   &)E9! "$$'I&q ' 1L4'a_.#-+(>'g  0:mQ7!>]zcMKe2     (. 5 ?JPW^ | 2  +40jHK:jihNZ<yH_en21}dWSYg>"8'^%s5v%BZQ%r LbIXF{yWz<}kF;x(Ptf$ c_N?vh)RqL~"sV[`7w^u 3^#9;#fG?<~w=V8Y.UR{p V=GJj$)Ee"zLO#c>zPm|mk/o>7s:[d.wP A' agX!rofIngD,\^n}65b?|FamC116XBK[&`~l5ORQtuG2Kc2 Sap=ol8p!@T\w}>f|ZQU6&4N(:T&A {M _& 1-O5\.yc$!]rd*Btu[`"+ESum*EkQ  C79xW8GkJSl_is nTl  p9=BDv,'0@ Yq{I-tr|K $@4X7OI 9F0(E,gW*xhM!/CP+N)HU4 ~#/D+:e Rb?;)'/Lh ; `dJ,xC]23AMq \z]%D3ZM*3UYj]06iv(obJaHV- A-@.i<yqeT at "%s" was added to the groups system."%s" was added to the permissions system."%s" was not created: %s.%.2fMB used of %.2fMB allowed (%.2f%%)%d %s and %s%d days until your password expires.%d minutes%d person likes this%d persons like this%d to %d of %d%d-day forecast%s - Notice%s Configuration%s Tasks - Confirmation%s Terms of Agreement%s at %s %s%s is ready to perform the tasks below. Select each operation to run at this time., gusting , gusting %s %s, variable from %s to %s12 Hour Format24 Hour Format24 hours24-hour format can interact with your Facebook account, but you must login to Facebook manually each time. cannot read information about your Facebook friends. cannot read your stream messages and various other Facebook data items. cannot set your status messages or publish other content to Facebook. can interact with your Twitter accountA charactersA device wipe has been requested. Device will be wiped on next syncronization attempt.A newer version (%s) exists.A remote wipe for device id %s has been initiated. The device will be wiped during the next synchronisation.AM CloudsAM DrizzleAM FogAM Light RainAM Light SnowAM RainAM ShowersAM SnowAM Snow ShowersAM SunAM T-ShowersAM T-StormsAM/PMAccount InformationAccount PasswordActionsActiveSyncActiveSync Device AdministrationActiveSync DevicesActiveSync not activated.AddAdd ContentAdd Here:Add MembersAdd a groupAdd a new user:Add new alarmAdd pairAdd userAdded "%s" to the system, but could not add additional signup information: %s.Added "%s" to the system. You can log in now.Adding users is disabled.AddressAddress BookAdministrationAlarm endAlarm methodsAlarm startAlarm textAlarm titleAlarmsAllAll Authenticated UsersAll policy keys successfully reset.All state removed for your ActiveSync devices. They will resynchronize next time they connect to the server.All synchronization sessions deleted.Alternate IMSP LoginAlternate IMSP PasswordAlternate IMSP UsernameAlternate email addressAn unknown error has occured.AnswerApplicationApplication Context: Application ListApplication is ready.Application is up-to-date.ApproveArabic (Windows-1256)Are you sure you want to delete '%s'?Are you sure you want to remove the signup request for "%s"?Are you sure you wish to delete "%s"?Armenian (ARMSCII-8)ArtAscii ArtAt least one database schema is outdated.AttachmentAttempt to delete a non-existent group.Attempt to delete a non-existent permission.Attempt to edit a non-existent permission.Attempt to edit a non-existent share.Authenticated to:Authorize Access to Friends Data:Authorize PublishAuthorize Read:Authorize an infinite session:AutomaticAvailable fields:AzurBOFH ExcusesBaltic (ISO-8859-13)BarbieBase graphics directory "%s" not found.Block SettingsBlock TypeBlue MoonBlue and WhiteBookmarksBothBrownBrowser:Burnt OrangeCache init was not completed.CalendarCalmCamouflageCancelCancel Problem ReportCancel WipeCannot reset password automatically, contact your administrator.Categories and LabelsCeltic (ISO-8859-14)Central European (ISO-8859-2)ChangeChange Your PasswordChange your personal information.Changing your password is not supported with the current configuration. Contact your administrator.CheckCheck for newer versionsCheckingChinese Simplified (GB2312)Chinese Traditional (Big5)Choose %sChoose how to display dates (abbreviated format):Choose how to display dates (full format):Choose how to display times:ClearClear QueryClear out user: %sClear userClear user dataClearing EarlyClearing LateClick on one of your selected address books and then select all fields to search.Click to ContinueClient AnchorClose WindowCloudsClouds EarlyClouds LateCloudyCollapseColor PickerComicsCommandCommand ShellComments: %dComputersConditionConditionsConfigurationConfiguration DifferencesConfiguration for syncing with PDAs, Smartphones and Outlook.Configuration is out of date.Configuration upgrade scripts availableConfigure %sConfirm PasswordContinueCookieCornflowerCould not connect to server "%s" using FTP: %sCould not contact server. Try again later.Could not delete configuration upgrade script "%s".Could not find authorization for to interact with your Twitter accountCould not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help.Could not revert configuration.Could not save a backup configuation: %sCould not save configuration upgrade script to: "%s".Could not save the backup configuration file %s.Could not save the configuration file %s. Use one of the options below to save the code.Could not save the configuration file %s. You can either use one of the options to save the code back on %s or copy manually the code below to %s.Could not write configuration for "%s": %sCountryCreateCreate New IdentityCurrent 4 PhasesCurrent AlarmsCurrent LocksCurrent SessionsCurrent TimeCurrent WeatherCurrent condition: Cyrillic (KOI8-R)Cyrillic (Windows-1251)Cyrillic/Ukrainian (KOI8-U)DB access is not configured.DB schema is out of date.DB schema is ready.DDDataDataTreeDataTree BrowserDatabaseDateDate ReceivedDate: %s; time: %sDayDefaultDefault ColorDefault ShellDefault charset for sending e-mail messages:Default location to use for location-aware features.DefinitionsDeleteDelete "%s"Delete All SyncML DataDelete GroupDeleted configuration upgrade script "%s".Deleted synchronization session for device "%s" and database "%s".Describe the ProblemDevelopmentDeviceDevice IDDevice ManagementDevice id:Device is wipedDevice successfully removed.Device wipe successfully canceled.Dew PointDew Point for last hour: Dew point: DisableDisplay 24-hour times?Display PreferencesDisplay detailed forecastDisplay forecast (TAF)Does the first row contain the field names? If yes, check this box:Don't have an account? Sign up.Download %sDownload generated configuration as PHP script.DrizzleDrugsDynamicE charactersEU VAT identificationEditEdit "%s"Edit Preferences forEdit permissionsEdit permissions for "%s"EducationEmail AddressEnd TimeEnter a name for the new category:Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':Error connecting to Twitter: %s Details have been logged for the administrator.Error deleting synchronization session:Error deleting synchronization sessions:Error updating password: %sEthnicEvent Invites:Every 15 minutesEvery 2 minutesEvery 30 secondsEvery 5 minutesEvery half hourEvery hourEvery minuteExample values:ExecuteExpandExtra LargeFTP upload of configurationFacebook IntegrationFade to GreenFairFeedFeed AddressFeels LikeFeels like: Few ShowersFew Snow ShowersFields to searchFile ManagerFilterFiltersFirst HalfFirst QuarterFogFog EarlyFog LateFoggyFoodForecast (TAF)Forecast Days (note that the returned forecast returns both day and night; a large number here could result in a wide block)Forgot your password?FormsFortuneFortune typeFortunesFortunes 2ForumsFreezing DrizzleFriend Requests:Friends enabledFrom the Full DescriptionFull MoonFull NameGenerate %s ConfigurationGenerated CodeGet MoreGlobal PreferencesGoGoedelGoogle SearchGreek (ISO-8859-7)GreenGreyGroup AdministrationGroup nameGroup was not created: %s.GroupsGuest PermissionsHazeHeavy RainHeavy T-StormHebrew (ISO-8859-8-I)HeightHeight of stream content (width automatically adjusts to block)HelpHelp _TopicsHemisphereHere is the beginning of the file:Hi-ContrastHide Advanced PreferencesHide ResultsHide SidebarHighHome DirectoryHordeHorde WebsiteHow many fields (columns) are there?How many seconds before we check for new articles?HumidityHumidity: HumoristsI charactersIcons OnlyIcons for %sIcons with textIdeasIdentity's name:Import, Step %dImported field: %sImported fields:In reply to:In the lists below select both, a field imported from the source file at the left, and the matching field available in your address book at the right. Then hit "Add pair" to mark them for the import. Once your are finished hit "Next".Incorrect username or alternate address. Try again or contact your administrator if you need further help.Individual UsersInfinite sessions enabled.InformationInformation no longer available.Inherited MembersInsert an email address to which you can receive the new password:Insert the required answer to the security question:Invalid VAT identification number format.Invalid action %sInvalid application.Invalid hash.Invalid license key.Invalid location provided.Invalid parent permission.Invalid partner id.Invalid product code.Isolated T-StormsJapanese (ISO-2022-JP)Just now...Kernel NewbiesKeywordKidsKolabKorean (EUC-KR)LanguageLargeLast HalfLast Password ChangeLast QuarterLast Sync TimeLast Updated:Last login: %sLast login: %s from %sLast login: NeverLatestLavenderLawLight BlueLight DrizzleLight RainLight Rain EarlyLight Rain LateLight Rain ShowerLight Rain with ThunderLight SnowLight Snow EarlyLight Snow LateLight Snow ShowerLikeLimerickLinux CookieList TablesListing alarms failed: %sListing locks failed: %sListing sessions failed: %sListing users is disabled.LiteratureLoading...Local time: Locale and TimeLocationLock UserLocksLog inLog outLogin failed because your username or password was entered incorrectly.Login failed.Login to Facebook and authorize Login to Twitter and authorize the applicationLoveLowLoyolaLoyola BlueMMMagicMailMail AdminManage the list of categories you have to label items with, and colors associated with those categories.Manage your ActiveSync devices.Matching fields:Max temp last 24 hours: Max temp last 6 hours: Maximum Number of Portal BlocksMaximum number of entries to displayMedicineMediumMembersMentionsMenu mode:Metar WeatherMetarDB is not connected.MetricMin temp last 24 hours: Min temp last 6 hours: MiscellaneousMissing configuration.MistMobileMobile (Smartphone)ModeModerateMondayMoon PhasesMostly ClearMostly CloudyMostly Cloudy and WindyMostly SunnyMozillaMy AccountMy Account InformationMy Facebook StreamMy PortalMy Portal LayoutNO, I Do NOT AgreeNOTE: WIPING A DEVICE MAY RESET IT TO FACTORY DEFAULTS. PLEASE MAKE SURE YOU REALLY WANT TO DO THIS BEFORE REQUESTING A WIPENameNeXTNeverNew CategoryNew Messages:New MoonNew Username (optional)New passwordNew passwords don't match.NewsNextNext 4 PhasesNightNo SoundNo available configuration data to show differences for.No change.No icons found.No location is set.No location provided.No offensive fortunesNo pending signups.No security question has been set. Please contact your administrator.No stable version exists yet.No temporary directory available for cache.No username specified.No version found in original configuration. Regenerate configuration.No version found in your configuration. Regenerate configuration.NoneNordic (ISO-8859-10)Northern HemisphereNot ProvisionedNotesNothing to browse, go back.Number of articles to displayNumber of seconds to wait to refreshO charactersObject CreatorOffense filterOfficeOld Horde WebsiteOld and new passwords must be different.Old passwordOld password is not correct.Only offensive fortunesOnly the owner or system administrator may change ownership or owner permissions for a shareOperating SystemOr enter a user name:OrganizingOtherOther InformationOther charactersOwnerOwner:PHPPHP CodePHP ShellPM CloudsPM DrizzlePM FogPM Light RainPM Light SnowPM RainPM ShowersPM SnowPM Snow ShowersPM SunPM T-ShowersPM T-StormsPOSIX extension is missingP_HP ShellPartly CloudyPasswordPassword changed successfully.Password:Passwords must match.PastePending Signups:PeoplePerform Login TasksPermission "%s" not deleted.PermissionsPermissions AdministrationPersonal InformationPetsPhotosPlatitudesPlease enter a password.Please enter a username.Please provide a summary of the problem.Please read the following text. You MUST agree with the terms to use the system.Pokes:Policy KeyPolicy Key:PoliticsPosted %sPosted %s via %sPostnukePrecipitation for last %d hour: Precipitation for last %d hours: Precipitation
chancePressurePressure at sea level: Pressure: PrincipalProblem DescriptionProvisionedPublish enabled.Purple HordeQueryQuotaRainRain EarlyRain LateRain ShowerRain and SnowRain to SnowRandom FortuneReadRead enabledReally delete "%s"? This operation cannot be undone.Really remove user data for user "%s"? This operation cannot be undone.Refresh Dynamic Menu Elements:Refresh Portal View:Refresh rate:Registered User DevicesRemarksRemote Host:Remote ServersRemote URL (http://www.example.com/horde):RemoveRemove pairRemove saved script from server's temporary directory.Remove userRemove user: %sReplyReprovision All DevicesRequested service could not be found.ResetReset PasswordReset all device state. This will cause your devices to resyncronize all items.Reset your passwordRestore Last QueryResultsResults for %sReturn to Main ScreenRetweetRetweeted by %sRetype new passwordRevert ConfigurationRiddlesRunRun Login TasksSQL ShellS_QL ShellSaveSave "%s"Save and FinishSave generated configuration as a PHP script to your server's temporary directory.Saved configuration upgrade script to: "%s".Scattered ShowersScattered T-StormsScienceScopeSea_rchSearchSearch:Select a group to add:Select a new owner:Select a serverSelect a user to add:Select all fields to search when expanding addresses.Select the characters you need from the boxes below. You can then copy and paste them from the text area.Select the date and time format:Select the date delimiter:Select the date format:Select the day and time order:Select the time delimiter:Select the time format:Select your color scheme.Select your preferred language:Send Problem ReportSensor: Server TimeServer data wrong or not available.Session AdminSession Timestamp:SessionsSet preferences to allow you to reset your password if you ever forget it.Set up integration with your Facebook account.Set up integration with your Twitter account.Set up remote servers that you want to access from your portal.Set your preferred language, timezone and date preferences.Set your startup application, color scheme, page refreshing, and other display preferences.Several locations possible with the parameter: Short SummaryShould access keys be defined for most links?ShowShow Advanced PreferencesShow SidebarShow differences between currently saved and the newly generated configuration.Show extra detail?Show last login time when logging in?Show notificationsShow the %s Menu on the left?ShowersShowers EarlyShowers LateShowers in the VicinitySimplexSkip Login TasksSmallSnowSnow EarlySnow LateSnow ShowerSnow ShowersSnow Showers EarlySnow Showers LateSnow depth: Snow equivalent in water: Songs & PoemsSouth European (ISO-8859-3)Southern HemisphereSpamSpecial Character InputSportsStandardStar TrekStart TimeState ManagementStatusStatus unable to be set.StreamSubdirectory "%s" not found.Submitted request to add "%s" to the system. You cannot log in until your request has been approved.Succesfully connected your Facebook account or updated permissions.SuccessSuccessfully added "%s" to the system.Successfully cleared data for user "%s" from the system.Successfully deleted "%s".Successfully removed "%s" from the system.Successfully reverted configuration. Reload to see changes.Successfully saved backup configuration.Successfully saved the backup configuration file %s.Successfully updated "%s"Successfully wrote %sSun RiseSun SetSundaySunnySunriseSunrise/SunsetSunrise: SunsetSunset: SyncMLSyndicated FeedT-ShowersT-Showers EarlyT-Showers LateT-StormT-Storm and WindyT-StormsT-Storms EarlyT-Storms LateTag CloudTango BlueTasksTealTemp for last hour: TemperatureTemperature: Temperature
(%sHi%s/%sLo%s) °%sTemporarily unable to connect with Facebook, Please try again.Temporarily unable to contact Twitter. Please try again later.Text AreaText OnlyThai (TIS-620)The Remote Wipe for device id %s has been cancelled.The alarm has been deleted.The alarm has been saved.The configuration for %s cannot be updated automatically. Please update the configuration manually.The default e-mail address to use with this identity:The lock has been removed.The member state service could not be reached in time. Try again later or with a different member state.The member state service is currently not available. Try again later or with a different member state.The provided country code is invalid.The server "%s" has been deleted.The server "%s" has been saved.The service is currently not available. Try again later.The service is currently too busy. Try again later.The signup request for "%s" has been removed.The signup request for user "%s" has been removed.The state for device id %s has been reset. It will resynchronize next time it connects to the server.The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL).The user "%s" already exists.The user "%s" does not exist.Themes directory "%s" not found.There was a problem adding "%s" to the system: %sThere was a problem clearing data for user "%s" from the system: There was a problem removing "%s" from the system: There was a problem updating "%s": %sThere was an error communicating with the ActiveSync server: %sThere was an error contacting Twitter: %sThere was an error in the configuration form. Perhaps you left out a required field.There was an error making the request: %sThere was an error obtaining your Facebook session. Please try again later.There was an error removing global data for %s. Details have been logged.There was an error with the requested permissionsThis VAT identification number is invalid.This VAT identification number is valid.ThunderTicketsTime TrackingTime formatTimestamp or unknownTimestamps of successful synchronization sessionsTitleTo exclude a particular field form the import or to correct a wrong match select a field in the lists below and hit "Remove pair".To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.TodayTomorrowTraditionalTranslationsTurkish (ISO-8859-9)TweetTwitter IntegrationTwitter TimelineTwitter Timeline for %sU charactersU.V. index: URLUnable to contact Twitter. Please try again later. Error returned: %sUnable to delete "%s": %s.Unable to set like.Undo ChangesUnfiledUnicode (UTF-8)UnitsUnknown location provided.UnlockUpdateUpdate %sUpdate %s schemaUpdate all DB schemasUpdate all configurationsUpdate userUpdated "%s".Updated schema for %s.UploadUploaded all application configuration files to the server.Use if name/password is different for IMSP server.UserUser AdministrationUser Agent:User NameUser RegistrationUser Registration has been disabled for this site.User Registration is not properly configured for this site.User account not foundUser to add:UsernameUsername:UsersUsers in the system:VAT id number verificationVAT identification number:VAT numberVariableVersion CheckVersion ControlVery HighVietnamese (VISCII)View an external web pageVisibilityVisibility: WarningWeather ForecastWeather data provided byWeb SiteWelcomeWelcome, %sWestern (ISO-8859-1)Western (ISO-8859-15)What application should %s display after login?What are you working on now?What is the delimiter character?What is the quote character?What's on your mind?Which day would you like to be displayed as the first day of the week?Which phasesWidth of the %s menu on the left:WikiWindWind EarlyWind LateWind speed in knotsWind:Wind: WipeWipe is pendingWisdomWorkX-RefYYYes, I AgreeYou and %d other person likes thisYou and %d other people like thisYou are not allowed to add groups.You are not allowed to add shares.You are not allowed to change groups.You are not allowed to change shares.You are not allowed to delete groups.You are not allowed to delete shares.You are not allowed to list groups of shares.You are not allowed to list share permissions.You are not allowed to list shares.You are not allowed to list users of groups.You are not allowed to list users of shares.You can also check your Facebook settings in your %s.You did not agree to the Terms of Service agreement, so you were not allowed to login.You have been logged out.You have denied the requested permissions.You have not properly connected your Facebook account with Horde. You should check your Facebook settings in your %s.You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s.You like thisYou must describe the problem before you can send the problem report.You must select an server to be deleted.You must specify a username to clear out.You must specify a username to remove.You must specify the username to add.You must specify the username to update.Your Email AddressYour InformationYour Internet Address has changed since the beginning of your session. To protect your security, you must login again.Your NameYour authentication backend does not support adding users. If you wish to use Horde to administer user accounts, you must use a different authentication backend.Your authentication backend does not support listing users, or the feature has been disabled for some other reason.Your browser appears to have changed since the beginning of your session. To protect your security, you must login again.Your browser does not support this feature.Your current time zone:Your full name:Your login has been locked.Your login has expired.Your new password for %s is: %sYour password has been resetYour password has been reset, but couldn't be sent to you. Please contact the administrator.Your password has been reset, check your email and log in with your new password.Your password has expiredYour password has expired.Your remote servers:Your session has expired. Please login again.Zippy[Problem Report][Unknown]_Alarms_CLI_Configuration_DataTree_Groups_Home_Locks_Permissions_Usersattachmentcalmfallingfrom the %s (%s) at %s %sgustinginlinepreferencesrisingshow differencessteadytype the password twice to confirmunifiedweather.comProject-Id-Version: Horde 3.1-cvs Report-Msgid-Bugs-To: dev@lists.horde.org POT-Creation-Date: 2011-10-19 13:56+0300 PO-Revision-Date: 2011-11-09 08:42+0200 Last-Translator: Alar Sing Language-Team: Estonian Language: et MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); kiirusega "%s" lisati gruppide süsteemi."%s" lisati õiguste süsteemi."%s" ei loodud: %s.%.2fMB kasutatud kokku %.2fMB'st (%.2f%%)%d %s ja %sSinu salasõna aegub %d päeva pärast.%d minutit%d inimesele meeldib see%d inimesele meeldib see%d kuni %d %d'st%d päeva ennustus%s - Tähelepanu%s Seadistus%s Töö - Kinnitusega%s kasutustingimused%s kiirusega %s %s%s on valmis tegema allpool loetletud hooldustööd. Märgista töö(d), mida soovid koheselt teha., tuuleiilid , tuuleiilid %s %s, vahemikus %s kuni %s12-tunnine esitus24-tunnine esitus24 tundi24-tunnine esitus saab suhelda sinu Facebooki kontoga, kuid sa pead iga kord käsitsi sisse logima Facebooki. ei saa lugeda informatsiooni sinu Facebooki sõprade kohta. ei saa lugeda sinu Facebooki seina ja muud informatsiooni. ei saa uuendada sinu staatuse ja muud informatsiooni Facebookis. saab postitada Twitteri kontoleMärgidSeadme tühjendus on taotletud. Seade tühjendatakse järgmisel sünkroniseerimise katsel.Uuem versioon (%s) on olemas.Seadme id'ga %s tühjendus on taotletud. Seade tühjendatakse järgmisel sünkroniseerimise katsel.EL PilvineEL UduvihmEL UduEL Kerge VihmEL Kerge LumesaduEL VihmEL HoovihmEL LumiEL Tugev LumesaduAL PäikeEL HoovihmEL ÄikesetormEL/PLKonto InformatsioonKonto SalasõnaTegevusedActiveSyncActiveSync Seadmete HaldusActiveSync SeadmedActiveSync pole aktiveeritud.LisaLisa SisuLisa Siia:Lisa LiikmeidLisa gruppiLisa uus kasutaja:Lisa uus teavitusLisa paarLisa kasutaja"%s" lisati süsteemi, kuid täiendavat liitumise informatsiooni polnud võimalik lisada: %s."%s" lisati süsteemi. Nüüd võid sisse logida.Kasutajate lisamine pole lubatud.AadressAadressiraamatHaldusTeavituse lõppTeavitus meetodTeavituse algusTeavituse tekstTeavituse pealkiriTeavitusedKõikKõik sisselogitud kasutajadKõikigi poliitika võtmete lähtestamine õnnestus.Kõik ActiveSync seadmete seisud eemaldatud. Järgmisel ühendumisel serveriga sünkroniseeritakse uuesti.Sünkroniseerimise seansid kustutatud.Alternatiivne IMSP KontoAlternatiivne IMSP SalasõnaAlternatiivne IMSP KasutajanimiAlternatiivne e-posti aadressJuhtus tundmatu viga.VastusRakendusRakenduste Sisu: Rakenduste NimekiriRakendus on töövalmis.Rakendus on ajakohane.KinnitaAraabia (Windows-1256)Kas oled kindel, et soovid '%s' kustutada?Oled sa kindel et soovid %s liitumissoovi kustutada?Kas oled kindel, et soovid "%s" kustutada?Armeenia (ARMSCII-8)KunstASCII KunstVähemalt üks andmebaasi raamistik on vananenud.ManusKatse kustutada olematut gruppi.Katse kustutada olematut õigust.Katse muuta olematut õigust.Katse muuta olematut jagatud kausta.Sisselogitud kui:Luba Ligipääs Sõprade Andmetele:Luba PostitamineLuba Lugemine:Luba katkematu sessioon:AutomaatseltKasutatavad väljad:TaevasinineBOFH ettekäändedBalti (ISO-8859-13)BarbieGraafika põhikataloogi "%s" ei leitud.Bloki SättedBloki TüüpSinine KuuSinine ja ValgeJärjehoidjadMõlemadPruunVeebilehitseja:Põhi OranžVahemälu initsialiseerimine ei jõudnud lõpule.KalenderVaikneKamuflaažLoobuLoobu Probleemi RaportistLoobu HävitamisestSalasõna ei saa automaatselt lähtestada, võta ühendust administraatoriga.Kategooriad ja MärgendidKelti (ISO-8859-14)Kesk-Euroopa (ISO-8859-2)MuudaMuuda salasõnaMuuda oma isikliku informatsiooni.Süsteemi seadistus ei võimalda salasõna muuta. Võta ühendust administraatoriga.KontrolliKontrolli uuemat versiooniKontrollinHiina Lihtsustatud (GB2312)Hiina Traditsiooniline (Big5)Vali %sVali kuupäevade esitusviis (lühendatud vorm):Vali kuupäevade esitusviis (pikk vorm):Vali kellaaja esitusviis:SelgeTühjenda PäringEemalda kasutaja: %sEemalda kasutajaEemalda kasutaja andmedHommikul SelginebÕhtul SelginebKlõpsa ühe oma valitud aadressiraamatu peal ja siis vali kõik väljad millest otsida.Klõpsa JätkamiseksKliendi AnkurSule AkenPilvedHommikul PilvesÕhtul PilvesPilvesSuleVärvivalikKoomiksidKäskKäsuridaKommentaarid: %dArvutidIlmIlmSeadistusSeadistuste ErinevusedSeadistus sünkroniseerimiseks PDAde, Nutitelefonide ja Outlookiga.Seadistus on aegunud.Seadistuse uuendamise skriptid on saadavalSeadista %sKinnita SalasõnaJätkaMõtteteraPäevalillEi saanud serveriga "%s" FTP abil ühendust: %sEi saanud ühendust serveriga. Proovi hiljem uuesti.Ei saanud kustutada seadistuse uuendamise skripti "%s".Ei leidnud luba suhtlemaks sinu Twitteri kontogaSoovitud kasutaja salasõna lähtestamine nurjus. Mõned andmed ei ole õiged. Proovi uuesti või võta ühendust administraatoriga, kui vajad siiski abi.Seadistuse tagasi muutmine nurjus.Seadistuse varukoopia salvestamine nurjus: %sSeadistuse uuendamise skripti ei saanud salvestada kohta: "%s".Ei õnnestunud salvestada seadistuse faili varukoopiat %s.Ei õnnestunud salvestada seadete faili %s. Kasuta ühte all olevat võimalust koodi salvestamiseks.Seadistuse faili %s ei õnnestunud salvestada. Sa võid kasutada üht võimalust koodi salvestamiseks tagasi faili %s või kopeerida kood käsitsi faili %s."%s" seadistuse salvestamine nurjus: %sRiikLooLoo Uus IdentiteetPraegused 4 faasiAktiivsed TeavitusedHetke LukudAktiivsed SessioonidHetke AegPraegune IlmPraegune ilm: Kirillitsa (KOI8-R)Kirillitsa (Windows-1251)Kirillitsa/Ukraina (KOI8-U)Andmebaasi ligipääs ei ole seadistatud.Andmebaasi raamistik on aegunud.Andmebaasi raamistik on valmis.PPKuupäevAndmePuuAndmePuu SirvijaAndmebaasKuupäevSaabumise KuupäevKuupäev: %s; aeg: %sPäevVaikimisiVaikimisi VärvVaikimisi KoorVaikemärgistik kirjade saatmisel:Vaike asukohta kasutada asukohateadlikud funktsioone.SõnaseletusedKustutaKustuta "%s"Kustuta Kõik SyncML AndmedKustuta GruppKustutasin seadistuse uuendamise skripti "%s".Kustuta seadme "%s" sünkroniseerimise sessioonid andmebaasist "%s" .Kirjelda ProbleemiArendusSeadeSeadme IDSeadme HaldusSeade id:Seade tühjendatudSeadme kustutamine õnnestus.Seadme tühjendamine katkestatud.KastepunktEelmise tunni kastepunkt: Kastepunkt: BlokeeritudEsita kellaajad 24-tunnisenaVaate EelistusedNäita põhjalikku ennustustNäita ennustust (TAF)Kui esimene rida sisaldab väljade nimesid, märgi see ruut:Sul pole kontot? Registreeru.Salvesta %sSalvesta loodud seadistus PHP skriptina.UduvihmRavimidDünaamilineE tähtEU VAT tunnusMuudaMuuda "%s"Muuda Eelistusi kasutajal Muuda õigusiMuuda "%s" õigusiHaridusE-posti AadressLõpu aegSisesta uue kategooria nimi:Sisesta salajane küsimus mida sinult küsitakse salasõna muutmiseks, näiteks 'mis on sinu lemmiklooma nimi?':Viga Twitteriga ühendumisel: %s Üksikasjad logiti administraatori jaoks.Viga sünkroniseerimise seanssi kustutamisel:Viga sünkroniseerimise seansside kustutamisel:Viga salasõna muutmisel: %sRahvuslikSündmus Kutsed:Iga 15 minuti tagantIga 2 minuti tagantIga 30 sekundi tagantIga 5 minuti tagantIga poole tunni tagantIga tundKord minutisNäidisväärtused:KäivitaLaiendaEriti SuurSeadistuste laadimine FTP'sseFacebookiga IntegreerimineHaju RoheliseksHeaVoogVoo AadressTundub naguTundub nagu: Üksikud vihmahoodÜksikud lumesajuhoodVäljad millest otsidaFailihaldurFilterFiltridEsimene PoolEsimene VeerandUduHommikul uduÕhtu uduUduToitEnnustus (TAF)Päevade arv (olgu öeldud et tagastatav ennustus sisaldab nii päevi kui öid; suur arv võib bloki laiaks venitada)Unustasid salasõna?VormidKildKillu tüüpKilludKillud 2FoorumidTibutab vihmaSõbrataotlused:Sõbrad lubatudSuunaga Põhjalik kirjeldusTäiskuuTäisnimiGenereeri %s SeadedGenereeritud koodRohkemÜldseadedMineGödelGoogle otsingKreeka (ISO-8859-7)RohelineHallGruppide haldusGrupp nimiGruppi %s ei loodud.GrupidKülalise õigusedHäguTugev VihmRänk äikesetormHeebrea (ISO-8859-8-I)KõrgusVoo sisu kõrgus (Laius kohandatakse plokki laiusega)AbiAbiinfo teemade nimekiripoolkeraSiin on faili algus:Kõrge KontrastPeida Edasijõudnute SeadistusiPeida tulemusedPeida KülgribaKõrgeKodukataloogHordeHorde KodulehtKui palju välju (veerge) on?Mitme sekundi pärast kontrollida uusi artikleid?NiiskusNiiskus: HumoristidI tähtAinult ikoonid%s ikoonidIkoonid ja tekstIdeedIdentiteedi nimi:Import, samm %dImporditud väli: %sImporditud väljad:Vastuseks:All olevast loendist vali mõlema, väli mida importida alge failist on vasakul ja vastav väli aadressi raamatus on paremal. Mõlema valimise järel vajuta nupp "Lisa paar". Peale kõikide väljade sidumist vajuta nuppu "Edasi".Vale kasutajanimi või alternatiivne aadress. Proovi uuesti või võta ühendust administraatoriga.Üksikud kasutajadAegumatu sessioon lubatud.InformatsioonTeave ei ole enam kättesaadav.Päritud LiikmedSisesta e-posti aadress kuhu saaks sulle uue salasõna saata:Kirjuta salaküsimuse õige vastus:Vigane VAT tunnus numbri formaat.Vigane meede %sVigane rakendus.Vigane räsi.Vigane litsentsivõti.Sisestati vigane asukoht.Vigane ülemõigus.Vigane partneri ID.Vigane tootekood.Üksikud äikesetormidJaapani (ISO-2022-JP)Just nüüd...Kerneli võhikudMärksõnaLapsedKolabKorea (EUC-KR)KeelSuurViimane PoolViimane Salasõna MuutusViimane VeerandViimane Sünkroniseerimise AegViimati Uuendatud:Eelmine külastus: %sEelmine külastus: %s aadressilt %sEelmine külastus: mitte kunagiUusimLavenderSeadusHelesinineTibutab vihmaSeenevihmHommikul tibutab vihmaÕhtul tibutab vihmaKerge hoovihmKerge vihm ja äikeKerge lumesaduHommikul Kerge LumiÕhtul Kerge LumiKerge lumetormMeeldimaLimerikLinuxi KüpsisTabelite LoeteluTeavituste nimekirja näitamine nurjus: %sLukkude näitamine nurjus: %sSeansside nimekirja esitamine nurjus: %sKasutajate nimekirja pole lubatud näha.KirjandusLaen...Kohalik aeg: Regioon ja AegAsukohtLukusta KasutajaLukudLogi sisseLogi väljaSisselogimine nurjus, kuna kasutajanimi või salasõna polnud õige.Sisselogimine nurjus.Logi sisse Facebooki ja luba Logi sisse Twitterisse ja luba ArmastusMadalLoyolaLoyola SinineKKMaagiaE-postPosti AdministraatorSeadista kategooriaid, mida kasutatakse üksuste märgendamiseks ja neile kategooriatele vastavaid värve.Halda oma ActiveSync seadmeid.Sobivad väljad:Viimase 24 tunni kõrgeim temperatuur: Viimase 6 tunni kõrgeim temperatuur: Suurim portaali blokkide arvSuurim näidatavate kirjete arvMeditsiinKeskmineLiikmedNimetusedMenüü esitus:Metar ilmMetarDB ühendus puudub.MeeterViimase 24 tunni madalaim temperatuur: Viimase 6 tunni madalaim temperatuur: MitmesugustSeaded puuduvad.UduvihmMobiilNutitelefonViisMõõdukasEsmaspäevKuufaasidValdavalt SelgeValdavalt PilvesValdavalt pilves ja tuulineValdavalt päikesepaistelineMozillaMinu kontoMinu konto infoMinu Facebooki VoodMinu portaalMinu portaali kujundusEI, ma EI OLE nõusTÄHELEPANU: SEADME LÄHTESTAMINE VÕIB TAASTADA SEADME TEHASE SEADED. PALUN VEENDU, ET SOOVID SEDA TEHA ENNE KUI TAOTLED TÜHJENDAMISTNimiNeXTMitte kunagiUus kategooriaUus Teade:NoorkuuUus kasutajanimi (pole kohustuslik)Uus salasõnaSalasõnad peavad klappima.UudisedJärgmineJärgmised 4 faasiÖöHeli PuudubPuuduvad seadistuste andmed mille erinevusi näidata.Erinevusi ei ole.Ikoone ei leitud.Asukoht määramata.Asukoht määramata.Ainult viisakad killudOotel liitumissoove ei ole.Turva küsimust pole seatud. Võta ühendust administraatoriga.Stabiilne versioon puudub.Puhverdamiseks puudub ajutine kataloog.Kasutaja nimi puudub.Algne seadistus ei sisalda versiooni. Loo seadistus uuesti.Sinu seadistus ei sisalda versiooni. Loo seadistus uuesti.MääramataPõhjamaad (ISO-8859-10)PõhjapoolkeraEi ole sätestatudMärkmedPole midagi sirvida, mine tagasi.Mitut artiklit näidataMitu sekundid oodata uuenduste vahelO tähtObjekti LoojaViisakuse asteTöökohtVana Horde KodulehtVana ja uus salasõna peavad olema erinevad.Praegune salasõnaPraegune salasõna ei ole õige.Ainult ebaviisakad killudAinult omanik või süsteemi administraator võib muuta omaniku või omaniku õigusi jagatud kaustalOperatsioonisüsteemVõi sisesta kasutaja nimi:KorraldavMuuMuu InformatsioonTeised tähedOmanikOmanik:PHPPHP koodPHP käsuridaPilvinePL UduvihmPL UduPL Kerge VihmPL Kerge LumesaduPL VihmPL hoovihmadPL LumiPL Tihe LumesaduPL PäikePL HoovihmadPL ÄikesetormPOSIX laiendus puudubP_HP käsuridaVahelduv pilvisusSalasõnaSalasõna muudetud.Salasõna:Salasõnad peavad klappima.KleebiOotel liitumissoovid:InimesedTee Sisse logimis TöidÕigust "%s" ei kustutatud.ÕigusedÕiguste haldusIsiklik InformatsioonLemmikloomadFotodMõttetusedPalun sisesta salasõna.Palun sisesta kasutajanimi.Kirjelda probleemi.Loe järgnev tekst läbi. Süsteemi kasutamiseks PEAD tingimustega nõustuma.Müksamised:Poliisi VõtiPoliisi Võti:PoliitikaPostitatud %sPostitatud %s läbi %sPostnukeViimase %d tunni sademed: Viimase %d tunni sademed: Sademete
tõenäosusÕhurõhkÕhurõhk merepinnal: Õhurõhk: VastutavProbleemi kirjeldusKlauselAvaldamine lubatud.Lilla HordePäringPiirangVihmHommikul vihmÕhtul vihmHoovihmVihm ja lumiVihm ja lumiJuhuslik kildLoeLugemine lülitatudKas tõesti kustutada "%s"? See toiming on pöördumatu.Kas tõesti kustutada kasutaja "%s" andmed? See toiming on pöördumatu.Värskenda dünaamilised menüü elemendid:Värskenda portaali vaade:Värskendamise kiirus:Registreeritud Kasutaja SeadmedMärkusedVäline võõrustaja:Välised serveridVäline URL (http://www.example.com/horde):EemaldaEemalda paarKustuta salvestatud skript serveri ajutisest kataloogist.Kustuta kasutajaKustuta kasutaja: %sVastaKõigi seadmete klauslidSoovitavat teenust ei leitud.LähtestaLähtesta SalasõnaLähtesta kõik seadme seisundid. See põhjustab seadme täis sünkroniseerimise.Lähtesta oma salasõnaTaasta eelmine päringTulemusedTulemused %sTagasi PealeheleEdasi VidistamaEdasi Vidistama %sKorda uut salasõnaVõta Seaded TagasiMõistatusedKäivitaKäivita tööd sisselogimiselSQL käsuridaS_QL käsuridaSalvestaSalvesta "%s"Salvesta ja LõpetaSalvesta genereeritud konfiguratsioon PHP skriptina serveri ajutisse kataloogi.Seadete uuendamise skript salvestatud faili: "%s".HoovihmadHajusad äiksehoodTeadusSkoopOts_ingOtsiOtsi:Vali lisatav grupp:Vali uus omanik:Vali serverVali lisatav kasutaja:Vali kõik väljad mida kasutada aadresside lahendamisel.Vali vajalikud märgid kastidest. Siis saad need kopeerida ja kleepida teksti alasse.Vali kuupäeva esitusviis:Vali kuupäeva eraldaja:Vali kuupäeva esitusviis:Vali nädala esitusviis:Vali kellaaja eraldaja:Vali kellaaja esitusviis:Vali värviskeem.Vali oma lemmikkeel:Saada Probleemi RaportSensor: Serveri AegServeri andmed on valed või puuduvad.Sessioonide haldusSessiooni aeg:SessioonidMäära andmed mis võimaldavad sul oma salasõna ära muuta kui sa selle unustad.Seadista Facebooki kontoga integreerimine.Seadista Twitteri kontoga integreerimine.Seadista välised serverid mida soovid oma portaalis kasutada.Seadista eelistatud keele, ajavööndi ja kuupäeva seadistus.Määra oma algrakendus, värviskeem, lehekülje värskendamise sagedus ja muud esituse seaded.Parameeter määrab mitu võimalikku asukohta: LühikokkuvõteKas enamusele linkidele tuleks määrata kiirklahvid?NäitaNäita Edasijõudnute SeadistusiNäita KülgribaNäita olemasoleva ja äsja genereeritud seadistuste erinevusi.Näita Üksikasju?Näita sisselogimisel eelmise sisselogimise aegaNäita teavitusiNäita vasakul %s menüüdHoovihmHommikul hoovihmadÕhtul hoovihmadHoovihmad ümbruskonnasSimplexJäta Vahele Sisse logimis TöödVäikeLumiHommikul lumiÕhtul lumiTihe lumesaduTihedad lumesajudHommikul tihedad lumesajudÕhtul tihedad lumesajudLume paksus: Lume vee-ekvivalent: Laulud ja luuletusedLõuna-Euroopa (ISO-8859-3)LõunapoolkeraRämpspostErimärkide sisestusSportStandardStar TrekAlgusaegSeisude HaldusOlekStaatust ei õnnestunud seada.VoogAlamkataloogi "%s" ei leitud.Soov "%s" lisamiseks süsteemi on salvestatud. Sa ei saa sisse logida enne kui sinu soov on heaks kiidetud.Facebooki kontoga ühendumine õnnestu või uuendati õigusi.Õnnestus"%s" on süsteemi lisatud."%s" andmed on süsteemist eemaldatud."%s" on kustutatud."%s" on süsteemist eemaldatud.Konfiguratsioon on tagasi võetud. Muutuste nägemiseks värskenda vaadet.Konfiguratsiooni varukoopia õnnestus salvestada.Konfiguratsiooni faili varukoopia %s õnnestus salvestada."%s" muutmine õnnestus.%s kirjutamine õnnestusPäikesetõusPäikeseloojangPühapäevPäikesepaistelinePäikesetõusPäikesetõus/loojangPäikesetõus: PäikeseloojangPäikeseloojang: SyncMLHommikul hoovihmadHoovihmHommikul hoovihmadÕhtul hoovihmadÄikesetormTuuline ja äikeselineÄikesepuhangudHommikul äikesepuhangudÄikesepuhangudPilvineTango SinineTöödTealViimase tunni temperatuur: TemperatuurTemperatuur: Temperatuur
(%sMax%s/%sMin%s) °%sAjutine Facebooki ühendumise viga. Palun proovi hiljem uuesti.Ajutine Twitteriga ühendumise viga. Palun proovi hiljem uuesti.Teksti alaAinult tekstTai (TIS-620)Seadme id'ga %s kustutamine tühistatud.Teavitus on kustutatud.Teavitus on salvestatud.s% seadistust ei saa automaatselt uuendada. Palun uuenda seadistust käsitsi.Vaike e-posti aadressi, mida kasutada antud identiteediga:Luku on eemaldatud.Liikme staatus teenus pole saadaval hetkel. Proovi hiljem uuesti teist teenus staatust.Liikme staatus teenus pole saadaval. Proovi hiljem uuesti teist teenus staatust.Maa kood on vale.Server "%s" on kustutatud.Server "%s" on salvestatud.See teenus ei ole hetkel saadaval. Proovi hiljem uuesti.Teenus on hetkel ülekoormatud. Proovi hiljem uuesti."%s" liitumissoov on eemaldatud.Kasutaja "%s" liitumissoov on eemaldatud.Seadme id'ga %s seisund on lähtestatud. Täis sünkroniseerimine toimub järgmisel ühendumisel serveriga.Test skript on hetkel lubatud. Turva kaalutlustel keela test skript kui oled lõpetanud testimise (vaata horde/docs/INSTALL).Kasutaja "%s" on juba olemas.Kasutaja "%s" ei eksisteeri.Kujunduste kataloogi "%s" ei leitud."%s" lisamisel süsteemi tekkis probleem: %sKasutaja "%s" andmete süsteemist eemaldamisel tekkis probleem: "%s" eemaldamisel süsteemist tekkis probleem: "%s" muutmisel tekkis probleem: %sTekkis viga ActiveSync serveriga suhtlemisel: %sTekkis viga Twitteriga ühendumisel: %sSeadistuse vormil esines viga. Ehk jätsid täitmata mõne kohustusliku välja.Juhtus viga päringu tegemisel: %sJuhtus viga Facebooki sessiooni loomisel. Palun proovi hiljem uuesti.Juhtus viga globaalsete andmete kustutamisel: %s. Üksikasjad on logitud.Juhtus viga õiguste päringusVAT id number on kehtetu.VAT id number on kehtiv.ÄikePiletidTööaja tabelAja esitusAega või tundmatuEduka sünkroniseerimise ajaluguPealkiriKindla välja eemaldamisest importimise loendist või vale paari parandamiseks vajuta sellele ja siis nupule "Eemalda paar".Mitme objekti valimiseks hoia all Ctrl (PC) või Command (Mac) klahvi ja klõpsa objektidel.TänaHommeTraditsioonilineTõlkedTürgi (ISO-8859-9)TweetTwitteri Ajaliin kasutajale %sTwitteri AjaliinTwitteri Ajaliin kasutajale %sU tähtUV-indeks: URLKontaktandmete uuendamisel tekkis viga. Palun proovi hiljem uuesti. Viga: %sEi saa kustutada "%s": %s.Ei õnnestunud sead Meeldib.Taasta algseisTäitmataUnicode (UTF-8)ÜhikudMäärati tundmatu asukoht.Lahti lukustamaKinnitaMuuda %sUuenda %s raamistikuUuenda kõik Andmebaasi raamistikeUuenda kõik seadistusiMuuda kasutajaUuendatud "%s".Uuendatud raamisik %s'ile.Lae serverisseKõik rakenduse seadistusfailid on serverisse laetud.Kasuta juhul kui nimi/salasõna IMSP serveris on erinev.KasutajaKasutaja HaldusKasutaja Agent:KasutajaKasutaja registreerimineSelles veebisaidis kasutajate registreerimist ei võimaldata.Selles veebisaidis kasutajate ei ole korralikult seadistatud.Kasutaja kontot ei leitudLisa kasutaja:KasutajanimiKasutajanimi:KasutajadKasutajad süsteemis:VAT id numbri kontrollVAT id number:VAT numberMuutlikVersiooni KontrollVersioonihaldusVäga kõrgeVietnami (VISCII)Vaata välist veebilehteNähtavusNähtavus: HoiatusIlmaennustusIlmaandmeid pakubVeebsaitTere tulemastTere tulemast, %sLääne (ISO-8859-1)Lääne (ISO-8859-15)Millise rakenduse peaks %s pärast sisselogimist avama?Mille kallal sa töötad praegu?Millist märki kasutatakse eraldajana?Millist märki kasutatakse jutumärgina?Mis on sul meelel?Mis päevaga peaks nädal algama.Millised faasid%s menüü laius vasakul:WikiTuulHommikul tuulTuul ÕhtulTuule kiirus sõlmedesTuul:Tuul: TühjendaTühjendus on ootelTarkusTööX-RefAAJah, olen nõusSinule ja %d inimesele meeldib seeSinule ja %d inimesele meeldib seeSul pole lubatud lisada gruppe.Sul pole lubatud lisada jagamisi.Sul pole lubatud muuta gruppe.Sul pole lubatud muuta jagamisi.Sul pole lubatud kustutada gruppe.Sul pole lubatud kustutada jagamisi.Sul pole lubatud näha jagamise gruppe.Sul pole lubatud näha jagatu õigusi.Sul pole lubatud näha jagamisi.Sul pole lubatud näha gruppi liikmeid.Sul pole lubatud näha jagajaid.Sa saad oma Facebooki seadeid kontrollida oma %s.Sa ei nõustunud kasutustingimustega, seega ei ole sul lubatud sisse logida.Sind logiti välja.Sul pole õigust küsida antud õigust.Sa oled ühendanud oma Facebooki konto Hordega. Sa saad oma Facebooki seadeid kontrollida oma %s.Sa oled ühendanud oma Twitteri konto Hordega. Sa saad oma Twitteri seadeid kontrollida oma %s.Sulle meeldib seeEnne saatmist oleks tark probleemi kirjeldada.Pead valima serveri mida kustutada.Pead määrama kasutajanime mida tühjendada.Pead määrama kasutajanime mida eemaldada.Pead määrama kasutajanime mida lisada.Pead määrama kasutajanime mida muuta.Sinu e-posti aadressSinu infoSinu autentimise süsteem ei võimalda kasutajate nimekirja näha, või on see võimalus mingil muul põhjusel välja lülitatud.Sinu nimiSinu autentimise süsteem ei võimalda kasutajaid lisada. Kui soovid Horde abil kasutajaid hallata, pead kasutama teistsugust autentimise süsteemi.Sinu autentimise süsteem ei võimalda kasutajate nimekirja näha, või on see võimalus mingil muul põhjusel välja lülitatud.Sinu veebilehitseja näib olevat sessiooni jooksul muutunud. Turvalisuse tagamiseks pead uuesti sisse logima.Sinu veebilehitseja ei võimalda seda omadust kasutada.Sinu ajavöönd:Sinu täielik nimi:Sinu sisselogimine on lukustatud.Sinu sisselogimine on aegunud.Sinu uus %s salasõna on: %sSinu salasõna on lähtestatudSinu salasõna on vahetatud, aga seda ei õnnestunud saata sulle. Võta ühendus administraatoriga.Sinu salasõna on vahetatud, vaata oma e-posti ja logi sisse uue salasõnaga.Sinu salasõna on aegunudSinu salasõna on aegunud.Sinu välised serverid:Sinu sessioon on aegunud. Palun logi uuesti sisse.Virgas[Horde probleem][Tundmatu]_Meelde tuletusKäsu_rida_Seadistused_AndmePuu_Grupid_Kodu_LukudÕig_used_Kasutajadmanusvaiknelangebsuund %s (%s) ja kiirus %s %spuhangulinesiseselteelistusedtõusebnäita erinevusiühtlanekirjuta salasõna eksituse vältimiseks kaks kordaühitatudweather.comtmpIMUtxu/horde-5.2.17/README0000644000175000017500000000644313160205254015362 0ustar mathieumathieu================ What is Horde? ================ :Contact: horde@lists.horde.org .. contents:: Contents .. section-numbering:: The Horde Project is a group of developers who write web applications using the Horde Application Framework, itself a product of the project. The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications: libraries for dealing with preferences, compression, browser detection, connection tracking, MIME, and more. The Horde Framework, by itself, does not provide any significant end user functionality; it provides a base for other applications and tools for developers. You will probably want to install some of the available Horde applications, such as IMP (a webmail client), or Kronolith (a calendar). There is a list of Horde applications and projects at http://www.horde.org/apps. This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the `Open Source Initiative`_. .. _`Open Source Initiative`: http://www.opensource.org/ Obtaining Horde =============== Further information on Horde and the latest version can be obtained at http://www.horde.org/apps/horde Information on applications that use the Horde framework can be found at http://www.horde.org/apps Documentation ============= The following documentation is available in the Horde distribution: :README_: This file :COPYING_: Copyright and license information :`docs/CHANGES`_: Changes by release :`docs/CODING_STANDARDS`_: Coding standards for Horde projects :`docs/CONTRIBUTING`_: How to contribute to Horde :`docs/CREDITS`_: Project developers :`docs/INSTALL`_: Installation instructions and notes :`docs/PERFORMANCE`_: Performance guide :`docs/RELEASE`_: Release process notes :`docs/SECURITY`_: Security notes :`docs/UPGRADING`_: Pointers on upgrading from previous Horde versions Installation ============ Instructions for installing Horde can be found in the file INSTALL_ in the ``docs/`` directory of the Horde distribution. Assistance ========== If you encounter problems with Horde, help is available! The Horde Frequently Asked Questions List (FAQ), available on the Web at http://wiki.horde.org/FAQ Horde LLC runs a number of mailing lists, for individual applications and for issues relating to the project as a whole. Information, archives, and subscription information can be found at http://www.horde.org/community/mail Lastly, Horde developers, contributors and users also make occasional appearances on IRC, on the channel #horde on the Freenode Network (irc.freenode.net). Licensing ========= For licensing and copyright information, please see the file COPYING_ in the Horde distribution. Thanks, The Horde team .. _README: README .. _COPYING: http://www.horde.org/licenses/lgpl .. _docs/CHANGES: CHANGES .. _docs/CODING_STANDARDS: CODING_STANDARDS .. _docs/CONTRIBUTING: CONTRIBUTING .. _docs/CREDITS: CREDITS .. _INSTALL: .. _docs/INSTALL: INSTALL .. _docs/PERFORMANCE: PERFORMANCE .. _docs/RELEASE: RELEASE .. _docs/SECURITY: SECURITY .. _docs/UPGRADING: UPGRADING tmpIMUtxu/horde-5.2.17/rampage.php0000644000175000017500000000366513160205254016632 0ustar mathieumathieu class App_FooController * no nested components? request processing steps: - bootstrap - injector bindings * customization point - create request - create request mapper - $config = $mapper->getRquestConfiguration($request) - create runner - execute runner - get settings exporter - export bindings - get controller name - create response - create controller builder - create filter runner - export filters - handle internal redirects - return response - write response add filtered requests/blue_filter port to Horde? * * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/lib/Application.php'; Horde_Registry::appInit('horde'); $request = $injector->getInstance('Horde_Controller_Request'); $runner = $injector->getInstance('Horde_Controller_Runner'); $config = $injector->getInstance('Horde_Controller_RequestConfiguration'); $response = $runner->execute($injector, $request, $config); $responseWriter = $injector->getInstance('Horde_Controller_ResponseWriter'); $responseWriter->writeResponse($response); tmpIMUtxu/horde-5.2.17/docs/0000755000175000017500000000000013162206567015435 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/docs/CHANGES0000600000175000017500000042662713160205253016426 0ustar mathieumathieu------- v5.2.17 ------- [jan] Fix returning to last URL after using the login link. [jan] Officially support PHP 7. ------- v5.2.16 ------- [jan] SECURITY: Fix open redirects. ------- v5.2.15 ------- [jan] Show alarm ID with error output from horde-alarms. ------- v5.2.14 ------- [mjr] Fix errors in horde-memcache-stats script (Bug #14588). [mjr] Remove configuration for defunct Yahoo, CloudMade, and MyTopo mapping providers. ------- v5.2.13 ------- [jan] Disallow setting of creator permissions too if sharing with world is disabled. ------- v5.2.12 ------- [jan] SECURITY: Add CSRF protection tokens to portal layout forms (Reported by ssys GmbH). [jan] Fix double loading of hooks.php. ------- v5.2.11 ------- [jan] Update Portuguese translation. [jan] Update Basque translation. ------- v5.2.10 ------- [mjr] Remove broken Facebook posting functionality from the Facebook block. [jan] Update Greek translation (Limperis Antonis ). [jan] Check if temporary directory is writable (skhorde@smail.inf.fh-bonn-rhein-sieg.de, Request #14237). ------ v5.2.9 ------ [jan] SECURITY: Fix XSS vulnerability in menu bar exposed by few applications (Bug #14213). [jan] Add more detailed user DN settings to Kolab group configuration (Request #11737). [jan] Fix returning to last page after problem reporting from AJAX pages (Bug #12112). [jan] Fix custom database configuration for groups (Bug #11664). [jan] Use access rules compatible with both Apache 2.2 and 2.4. [mjr] Fix reporting results for non-select queries in administrative sql shell (Bug #14216). ------ v5.2.8 ------ [mjr] SECURITY: Protect against CSRF attacks on various admin pages. [jan] Don't apply access keys to checkbox and radiobox rows in the sidebar (Bug #14103). [jan] Send correct MIME type for non-statically cached javascript files. [mjr] Added configuration support for version 2 of WorldWeatherOnline's API. ------ v5.2.7 ------ [mjr] Don't create a session for Webdav requests (Bug #14040). [jan] Mark PHP 5.6 as officially supported. [mjr] Fix some issues with the permission interface when a value of 0 is a valid permission value (Bug #14025). ------ v5.2.6 ------ [jan] Use Horde_Ldap in example preference hooks. [jan] Convert REDIRECT_HTTP_AUTHORIZATION to HTTP authentication headers too. [jan] Display MOTD on mobile login screen. ------ v5.2.5 ------ [jan] SECURITY: Fix XSS vulnerability in group administration. [mjr] Fix display of Facebook block by removing no longer allowed notification data. ------ v5.2.4 ------ [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833). [jan] Fix horde-import-squirrelmail-prefs script (Bug #13780). [jan] Don't instantiate notification system for RPC requests. ------ v5.2.3 ------ [mjr] Fix performing actions from ActiveSync user preference page (Bug #13657). [jan] Add missing 'secure' configuration for SMTP. ------ v5.2.2 ------ [mjr] Honor date_format_mini in Moon block (Bug #13628). [jan] Fix spacing in top menu (Bug #13617). [jan] Don't show password reset preferences if disabled in configuration (Bug #13618). [mjr] Remove non-existent Yahoo Maps option for map tile provider. [mms] Fix display of Horde stylesheets not served from the local server (i.e. via a CDN). [jan] Hide weather portal block if weather configuration is disabled (Bug #13559). [jan] Add show_encryption setting to HTTP authentication configuration (Jasper.Olbrich@students.uni-marburg.de, Bug #13444). ------ v5.2.1 ------ [mjr] Fix cancelling remote wipe of EAS client from user prefs. [mms] Fix fatal error in signup confirmation script. [mjr] Fix removing ActiveSync device state from administrative interface when multiple user accounts exist on the same device (Bug #13336). ------ v5.2.0 ------ [mms] Add configuration to allow for SMTP authentication if the current Horde access does not have an authenticated user. --------- v5.2.0RC2 --------- [mjr] Fix removing EAS device pairings via the removeUserData API (Bug #13278). --------- v5.2.0RC1 --------- [jan] Add configuration for searching user DNs in LDAP groups (Bug #12128). [jan] Don't try to write to read-only group backends when removing user data (skhorde@smail.inf.fh-bonn-rhein-sieg.de, Bug #13248). ----------- v5.2.0beta2 ----------- [mms] Cleaner indication on login page that an authenticated user is logging into specific application rather than Horde in general. ----------- v5.2.0beta1 ----------- [mjr] Fix blocking an ActiveSync client through the admin interface. [mjr] Add an ActivSync device's currently used heartbeat interval to the device information display. [mms] Fix regression in displaying MOTD content on login screen. [mms] Support LMTP servers when sending mail. ------------ v5.2.0alpha1 ------------ [mms] Add more advanced configuration options for the Redis HashTable driver (Michael Cramer ). [jan] Add script to import user preferences from Open-Xchange. [mms] The location of dynamically served static files is now configurable (Request #13070). [jan] Update Korean translation (Deokgon Kim . [mms] Add a NoSQL driver for history storage. [mms] The history driver can now be configured via conf.php. [jan] Add mysql encryption option for SQL backends (Request #12962). [rla] Add joomla-md5 encryption option for SQL backends (Request #12889). [mms] By default, enforce maximum storage size on preferences values. [mms] Support UglifyJS for compressing javascript. [mjr] Add improved ActiveSync device administration page. [mms] Display indication that Caps Lock key is on when entering password on login page (Request #7178). [mjr] Add support for configuring a NoSQL driver for ActiveSync state storage. [mms] Added 'filemtime' configuration option for CSS caching. [mjr] Add support for X509 authentication support. [mjr] Improve logging options for ActiveSync logging configuration. [mjr] Add support for managing ActiveSync devices through the API. [mjr] Add prefs for selecting From address when sending email via ActiveSync. ------ v5.1.7 ------ [jan] Detect REPORT queries as DAV requests in RPC server (Bug #13124). [jan] Fix fatal error in LDAP account portal block (Bug #12910). [jan] Update Korean translation (Deokgon Kim ). ------ v5.1.6 ------ [jan] Update Danish translation (Erling Preben Hansen ). [mms] Fix regression where AJAX actions were not correctly checking permissions and potential authentication expiration actions. ------ v5.1.5 ------ [jan] SECURITY: Protect against CSRF attacks on share permissions form (Bug #12804, CVE-2013-6365). [jan] SECURITY: Fix XSS vulnerabilities in top and left menu (Bug #12803, CVE-2013-6364). [jan] Don't show admin alarm form if alarms are disabled. [mms] Add horde-remove-user-data command-line script. [mms] Add additional syntax checking for the configuration files in the test script. [mms] Only update topbar if the underlying tree data has changed. ------ v5.1.4 ------ [mjr] Fix detecting ActiveSync policies for EAS version 12.0. [jan] Fix fatal error on ActiveSync preferences page (Bug #12631). ------ v5.1.3 ------ [mjr] Fix issue displaying ActiveSync pref page when it contains a wiped device entry. [mms] Allow non-authenticated AJAX actions to be defined. [mms] Improved session administration UI (Request #12515). [jan] Make "Others" and cogwheel menu entry available on iOS (Bug #11937). ------ v5.1.2 ------ [jan] Set Basic Authentication HTTP headers if running PHP as CGI. [jan] Return to original URL after logging in. [jan] Fix login icon. [jan] Enable Turkish translation on PHP 5.5. [rla] Add a cli script for running queue tasks. [jan] Create parent permissions too if automatically creating permissions (Bug #11689). ------ v5.1.1 ------ [mjr] Update Twitter block layout to honor Twitter's API version 1.1 display requirements, and add support for updating favorites. ------ v5.1.0 ------ [mms] Add 'ajaxaction_handle' hook and deprecate 'ajaxaction' hook. [mms] Add configuration option to configure the e-mail address reset password confirmation messages should be sent from. [mms] Treat an AJAX session token failure as a session timeout. ----------- v5.1.0beta3 ----------- [jan] Fix broken configuration definition. ----------- v5.1.0beta2 ----------- [mms] Add configuration of the Horde_HashTable package. [jan] Fix incorrect dependencies. ----------- v5.1.0beta1 ----------- [mms] Add ability to update/create NoSQL indices from the admin config page. [mjr] Add activesync device hooks. [mms] Add a global default NoSQL driver configuration. [mms] Allow MongoDB to be used as a cache backend. [jan] Check all installed PEAR packages when checking for updates. [mms] Add 'ajaxaction_data' hook. ------ v5.0.5 ------ [mms] SECURITY: Fix XSS vulnerability on smartmobile portal page (João Machado ). [jan] Fix changing expired passwords. [jan] Fix form to reset passwords. [mjr] Fix displaying activesync devices when a username hook is being used (Bug #12186). [jan] Hide navigation elements from print layout (Bug #12163). [cjh] Add support for New Relic real-user monitoring (RUM) if New Relic is installed. [mms] Login screen now hides the mode input if javascript is not available, as minimal view is the only supported mode (Request #12093). [jan] Fix searching from topbar if search URL contains parameters. ------ v5.0.4 ------ [jan] Update French translation (Paul De Vlieger ). ------ v5.0.3 ------ [jan] Fix setting menu refresh rate to none (Bug #11867). [jan] Update Basque translation (Ibon Igartua ). [jan] Fix JavaScript errors after updating the top menu. ------ v5.0.2 ------ [jan] Fix adding user in admin actions (Bug #11690). [mms] Fix removing user in admin actions (Bug #11690). [jan] Allow to set custom search field label. ------ v5.0.1 ------ [jan] Fix form for editing and removing of users. [mjr] Workaround for broken iOS ActiveSync AUTODISCOVER requests (Bug #11624). [jan] Update Slovak translation (Jozef Sudolský ). [mms] Fix topbar javascript on IE8 (Bug #11614). [jan] Fix LDAP example for authusername hook. ------ v5.0.0 ------ [jan] Update Polish translation (Krzysztof Kozera ). [jan] Update Dutch translation (Arjen de Korte ). --------- v5.0.0RC1 --------- [jan] Port VAT identification block to use SOAP extension. [jan] Fix dynamic updating of portal blocks. [mms] Allow view-specific help files to inherit from base application help file. [mms] Allow application basic/dynamic views to have different help source files. ----------- v5.0.0beta6 ----------- [mms] Show non-javascript enhanced login screen for non-smartmobile mobile browsers (Bug #11215). [mms] Add version parameter to CSS/javascript file URLs to help with cache busting when these files change between releases. [mms] Add configuration option for maximum allowed session times. ----------- v5.0.0beta5 ----------- [jan] Fix cancelling problem report. [jan] Fix audio notification path printed in page output. ----------- v5.0.0beta4 ----------- [jan] Fix logging in without JavaScript (Bug #11328). [mms] Fix sidebar element wrapping. [mms] Better handling of backend authentication errors when returning AJAX data (Bug #11297). [mjr] Fix autocompletion of tags in ajax views. ----------- v5.0.0beta3 ----------- [jan] Fix dependency on Horde_Service_Weather. ----------- v5.0.0beta2 ----------- [mjr] Request SSL connection from map providers if using SSL (Bug #11193). [jan] Remove optional dependency on Horde_DataTree. ----------- v5.0.0beta1 ----------- [jan] Remove DataTree support. [jan] Allow to configure encryption in global IMAP configuration (Request #11272). [jan] Update icon set. [rla] Retrieve more detailed message from Horde_Auth when a user is temporarily or permanently locked out (Request #11254). ------------ v5.0.0alpha1 ------------ [jan] Implement new user interface. [mms] Add 'suppress' option to prefs.php group entries. [mms] Add 'on_change', 'on_init', 'requires', 'requires_nolock', and 'suppress' options to prefs.php preference entries. [mms] Remove support for IE 6. [mms] Token protect all AJAX actions. [jan] Allow to use IMAP storage for shares and groupware data without a complete Kolab server. [mms] Implement growler-like notifications for smartmobile view. [mms] Modified pushapp hook behavior. [mms] Removed pushapp_post hook. [mms] AJAX core features now contained within Horde_Core. [mms] E-mail sending charset now defaults to UTF-8. [mms] Add post-install script for the Horde application [mms] Portal blocks can now load just the CSS necessary to display an application's blocks. [jan] Show notifications during logging into Smartphone mode. ----------- v4.0.16-git ----------- [jan] Fix adding attachments to problem tickets (Bug #10654). [jan] Update Turkish translation (İstanbul Technical University). [jan] Fix setting permissions on static/ directory with horde-set-perms (Bug #11219). ------- v4.0.15 ------- [jan] Update Swedish translation (Jakob Alvermark ). [jan] Update Italian translation (Emilien ). [jan] Update Lybian flag (Request #11169). [jan] Update Slovak translation (Marika Schvarczova ). [jan] Update Czech translation (Michal Foist ). [jan] Update Hungarian translation (Zoltán Németh ). [jan] Fix horde-set-perms script (Arjen de Korte, Bug #11048). ------- v4.0.14 ------- [mjr] Add more atomic control over ActiveSync security policies for better device compatibility. [mms] Add 'sendmail_eol' configuration parameter. [jan] Fix horde-set-perms (piper@hrz.uni-marburg.de, Bug #10923). [jan] Sort user and group names in permission screen (Request #10896). ------- v4.0.13 ------- [jan] Make the lifetime of cached weather information configurable (Arjen de Korte, Request #10848). [jan] Update Dutch translation (Arjen de Korte ). [mjr] Improve layout of weather block. [jan] Update Japanese translation (Hiromi Kimura ). ------- v4.0.12 ------- [mjr] Replace Weatherdotcom portal block with generic Weather block supported by Horde_Service_Weather. [jan] Add configuration option to disable password resets (Request #10640). ------- v4.0.11 ------- [cjh] Add Hordevetica theme. [mjr] Fix issue with ajax uploader and file sizes over 1mb (Bug #10641). [mjr] Do not show results in the tag cloud block owned by other users. ------- v4.0.10 ------- [mjr] Update javascript map library. [mms] Allow in-page base64 image encoding to be disabled via configuration. [jan] Add administration page to list and clear locks. ------ v4.0.9 ------ [rla] Add account locking similar to the former kolab-specific option. [jan] Add missing configuration for LDAP groups write support. [rla] Show a warning when resetting password and no security question is set (Request #10430). [mjr] Update jQuery Mobile to version 1.0 Beta 2. [jan] Update hordeweb theme to match new website layout. ------ v4.0.8 ------ [mjr] Add remove button to image fields (Request #9870). [mjr] Fix sending unnecessary FOLDERSYNC changes. [mjr] Fix issue with FOLDERSYNC requests that was causing Android clients to PING and SYNC the same collection an unlimited number of times. [mjr] Use FQL to obtain event list and add rsvp_status. [cjh] Add mobile maintenance screens. [jan] Fix exporting multiline attributes to vCard 2.1 and vCalendar 1.0. [cjh] New log filter for exact level matching (Bryan Alves ). [jan] Don't set optional integer fields to 0 when automatically updating configuration. [mjr] ActiveSync policykey is now per user, not per device. [mjr] Fix recurring event exception handling for ActiveSync. [mjr] Use AS in column aliases to make PostgreSQL happy (Bug #10346). [jan] Don't show mobile login page if users are forced to traditional or dynamic views (Request #10358). [mjr] Improve calendar PING for iOS devices. [mjr] Prevent an ActiveSync sync loop in some fringe cases. [jan] Update PGP key server list and add SKS pool. ------ v4.0.7 ------ [mjr] Fix returning shares in the proper order when fetching multiple shares by id. [jan] Don't use CSS cache in mobile interfaces because it breaks jQuery Mobile CSS. [mjr] Fix race conditions caused by broken clients sending an inappropriate PING request. [jan] Fix duplication of objects during synchronization (joniw@t-online.de, Bug #10081). [jan] Don't allow to click disabled login button (Bug #10267). [jan] Allow configuration of split read databases for PostgreSQL (Request #7025). [mjr] Honor initial_application setting for mobile view (Bug #10264). [mjr] Fix issue with initial Android ActiveSync pairing. [gwr] Support restricting the HTML tidy post processing by the message size (Request #10266). [gwr] Disabled the timeout on the logout token. [mjr] Fix integer overflow issue in Facebook code (Bug #9889). [mms] Fix adding users with Cyrsql driver (vilius@lnk.lt, Bug #10239). ------ v4.0.6 ------ [jan] Fix extracting of translation strings in a release. [rla] Add user-specific admin permissions (Request #9350). [jan] Don't strip domain from user name in account block. [jan] Fix account block with empty configuration parameters. ------ v4.0.5 ------ [jan] Remove debug code. ------ v4.0.4 ------ [gwr] Added a script for exporting/importing preferences from/to a backend. [mms] Fix regression with UTF7-IMAP encoding of non-ascii folder names (Bug #10093). [mms] Allow numbers to be zero in certain preferences (Bug #10120). [mms] Fix running Horde login tasks (Bug #9767). [mms] Fix authenticating as several users in the same request (Bug #10027). [mms] Fix colorpicker on categories preferences screen (Bug #10118). [jan] Update Spanish translation. [jan] Update Slovak translation. [mjr] Fix Metar portal block. [gwr] Add support for the Kolab IMAP based preferences backend. [mms] Complete fix for issue causing slow syncs only (Bug #10008). ------ v4.0.3 ------ [mjr] Fix usage of countOwners() and listOwners() in the Sqlng driver. [mms] Fix return link after reporting problem (Bug #10069). [jan] Add button to update all configurations with default values at once. [jan] Update DataTree conversion scripts for Horde 4. [jan] Fix rendering of DataTree browse tree. [mjr] Fix issue with deleting identities (Bug #9997). [mjr] Fix issue causing credentials to be lost when accessing the API during ActiveSync requests (Bug #9733). [jan] Store preferences for guests in the session. ------ v4.0.2 ------ [jan] SECURITY: Fix permission checks of guest users on system shares. [mms] SECURITY: Fix deletion of unwanted HTML nodes in XSS filter. [mms] Fix authentication failure when TOS is not accepted. [jan] Don't show IMP compose link if user doesn't have permissions to IMP (Bug #10016). [mms] Fix issue causing slow syncs only in SyncML (Bug #10008). [jan] Fix adding categories. [jan] Fix listing users in Customsql driver (Bug #9963). [jan] Fix calculation of last password change in LDAP account portal block (Bug #9770). [jan] Don't check for outdated DB schemas if database support is disabled (Bug #9986). [mjr] Fix editing settings of fixed portal blocks (Bug #9910). ------ v4.0.1 ------ [mjr] Fix the blockTitle and blockContent API methods. [jan] Fix creating folders with SQL VFS driver (Bug #9894). [jan] Fix LDAP parameters of account portal block (Klaus Steinberger, Bug #9770). [jan] Fix migration detection on Windows. [mjr] Correctly sanitize DSN when using custom cyrus auth driver (Bug #9879). [mjr] Fix some display issues when geocoding with HordeMap (Bug #9883). [mms] Don't load sidebar content if not expanded. [jan] Fix deleting groups. [jan] Fix adding new groups (Bug #9881). [jan] Fix displaying the Facebook preference group. [mms] Add appinitialized hook. [cjh] Fix cyrsql configuration, rename cyrus host and port parameters to not clash with Horde_Db parameters (Bug #9864). [cjh] Fix signups, and update style on signup and reset password pages to match the login page (Bug #9856, partially from Ian Roth ). [cjh] Show an unknown app icon rather than a broken image if an application doesn't have an icon (Bug #9867). [jan] Fix setting incorrect database charset in PDO drivers. ---- v4.0 ---- [mms] Add pushapp_post hook. [jan] Fix application-specific permission checks (Bug #9786). [jan] Fix resetting passwords (Vilius Sumskas , Bug #9800). [jan] Fix Cyrsql authentication driver (Vilius Sumskas , Bug #9781). [mjr] Fix ActiveSync provisioning. [mjr] Fix for broken Nokia MfE clients (Bug #9757). [jan] Delete object mappings too when deleting SyncML anchors (Request #9377). [jan] Delay sidebar creation if the sidebar is generated through JavaScript. -------- v4.0-RC2 -------- [jan] Fix incorrect lowercasing of objectClasses in LDAP groups driver. [jan] Fix fatal error in desktop notifications (Bug #9727). [jan] Rename all scripts in bin/ to be prefixed with horde- and installed in PEAR's bin_dir (Request #9647). [jan] Don't throw exception when setting port number while using localhost in MySQL configuration (Bug #9738). [jan] Fix building LDAP filter for groups from configuration (Bug #9739). [jan] Fix loading of Horde's vhost conf.php file (Bug #9704). [jan] Fix OpenOffice MIME viewer. [jan] Fire access keys on hidden elements in Internet Explorer (Bug #8057). [jan] Don't fire access keys twice in Chrome browsers. [jan] Fix JavaScript date calculations across DST boundaries. [jan] Sort applications in preference menu by name. [jan] Add translations for file upload error messages. [mms] Fix identities pref UI when default_identity is locked (Bug #9701). [mms] Added Horde::debug(). -------- v4.0-RC1 -------- [jan] Update installation and upgrade instructions. [jan] Fix converting identities with non-ascii characters to new format. [jan] Fix passing arguments to sendmail binary (Gonçalo Queirós, Bug #9693). [mjr] Service_Facebook refactored for OAuth2 authentication (Bug #9122). [mjr] IMSP drivers refactored for Horde 4. [gwr] Allow disabling applications for administrators. [jan] Don't show sub-permissions for adding that exist already. [jan] Fix listing more than one sub-permission (Bug #9671). [jan] Fix calendar synchronization with certain Nokia phones (Bug #9646). ---------- v4.0-BETA1 ---------- [jan] Catch fatal errors about missing tables during initial configuration. [mms] Fix client-side IMAP sorting using envelope data. [mms] Workaround PHP < 5.2.6 (broken stream handling) (Bug #9644). [mjr] Fix updating schema for individual libraries. [mjr] Improved control over which application view to load. [jan] Find translateable strings in configuration files. [mms] Fix clearing expanded state for javascript trees (Bug #9659). [jan] Only show advanced preferences link if there are some. [mms] Fix updates for refreshing Blocks (Bug #9655). [mjr] Fix viewing applications with no mobile view from mobile devices. [jan] Fix error when not using a Group backend. (Bug #9642). ----------- v4.0-ALPHA1 ----------- [jan] Provide default configuration files instead of .dist versions. [jan] Add a new Share SQL driver with better performance. [cjh] Drop Log SQL driver. [mms] Update prototypejs to v1.7. [mms] Add theme caching. [mms] Add hook to allow browser capabilities to be modified. [jan] Add a configuration switch for automatic creation of default shares. [cjh] Move from Net_DNS to Net_DNS2. [jan] Translations for the framework packages are now bundled with those packages. [bak] Remove LDAP driver from Horde_SessionHandler [jan] Require mandatory UTF-8 support for both servers and clients. [jan] Renamed Setup to Configuration and Options to Preferences. [mms] Moved sidebar code out of block/portal code (Request #9160). [cjh] Remove fckeditor, standardizing on ckeditor. [jan] Move all translations from po/ to locale/ and use short locale identifiers where possible. [jan] Remove frameset. [jan] Remove dhtmlHistory library. [mms] Removed support for krb5 authentication driver. [jan] Allow to specify the URL parameter name for the alternate login setting. [mms] Remove reliance on PEAR Mail library. [jan] Send alarm emails again if the alarm has changed (Bug #8717). [mms] Add advanced preferences options screen. [mms] Complete rewrite of preferences UI display. [mjr] Horde_Image can now act as an Iterator for multi-page images. [mms] Remove Horde_Cipher library. [mms] Add 'cssfiles' hook to add custom CSS files to a page. [jan] Add configuration to not automatically show all available shares. [jan] Add configuration to disallow world permissions for user shares. [jan] Store alarm dates in UTC (Bug #8381). [mms] Add abstracted AJAX interface (Request #4561). [mms] Update scriptaculous to v1.8.3. [mjr] Add Horde_Image_Exif (ported from Ansel) and add a exiftool driver. [mjr] Horde_Image now has a native Imagick driver (removed proxy code). [mms] All Horde login/authentication handled by single login page. [mms] Move imple processing to a Horde service. [mms] Refactor Maintenance:: -> Horde_LoginTasks::. [mms] In Postgres, horde_prefs table now stores data in BYTEA instead of TEXT (Bug #8130). [mms] Improved caching of Registry data significantly reduces session sizes and total session storage requirements (Request #8024). [mms] IMAP auth driver now uses Horde_Imap_Client library. [mms] Use Gnumeric package to render MS Excel files. [mms] Use AbiWord package to render MS Word files. [cjh] Remove sapdb session handler backend. [jan] Add share locking (Alfonso Marín Marín ). [cjh] Remove javascript popup alarms. [cjh] Update the Auth_passwd driver's add/update/remove user implementations (Bug #7810). [cjh] Add a Horde_Routes dispatcher for Rampage applications. [mjr] Fix a possible infinite loop with certain recurring events in Horde_Date. [jan] Use DateTime internally in Horde_Date. ------- v3.3.12 ------- [jan] Convert charset of group names in SQL driver (Bug #9611). [jan] Fix deleting of SyncML anchors if PHP short_open_tag is off (Bug #9349). [jan] Add an experimental new Share SQL driver with better performance. [jan] Fix integer overflow in ASN.1 parser for S/MIME messages. [jan] Fix splitread database usage in VFS (Bug #9467). [jan] Fix invalidating permission cache in SQL driver (Bug #9392). ------- v3.3.11 ------- [mms] SECURITY: Fix XSS when viewing details of a vCard. [jan] Fix exporting recurrence exceptions to vCalendar 1.0. [jan] Skip event status synchronization with Outlook, which is broken. [jan] Don't send SIF data to recent Funambol clients, unless requested. [jan] Log all queries and errors by the history library. ------- v3.3.10 ------- [jan] Fix searching DataTree elements (groups) if backend charset is different from interface charset (Bug #9323). [mms] Fix accessing IMAP ACLs that contain non-alphanumeric characters (Bug #9299). [jan] Avoid fatal errors when using DateTime with not properly configured PHP 5.3+ (Bug #9312). [jan] Fix importing recurrence exceptions from vCalendar 1.0. [mms] Fix preferences management regression (Bug #9289). [jan] Fix conversion of all-day events and certain yearly recurring events for Funambol clients. [mms] Fix memcache cache regression (Bug #9279). [jan] Fix SyncML page sometimes deleting more anchors than selected. ------ v3.3.9 ------ [jan] SECURITY: Add token protection to preference forms. [mms] SECURITY: Fix XSS in util/icon_browser.php. [mms] Fix generating RFC 2231 parameters with charset information (Bug #9212). [mms] On invalid token during logout, redirect to initial page (Bug #7669). [mjr] Don't allow fixed blocks to be changed to another type (Bug #9141). [jan] Show future alarms in the alarm management screen too. [mjr] Fix bug in Horde_Cache that would prevent cache entries from being expired in certain cases, and prevent cache key collisions. ------ v3.3.8 ------ [jan] Fix framework include path. ------ v3.3.7 ------ [mjr] Fix issue in Horde_Image that would cause generated images to lose transparency in certain situations. [jan] Allow to update existing identities while requiring email confirmation (Sebastian Rettenberger, Bug #8877). [jan] Fix casting errors when using SQL shares and groups on PostgreSQL (Bug #8899). [gwr] Allow conf.d style directory configuration overriding (Request #8172). [jan] Fix sending alarms to multiple users (Bug #8821). [mms] Fix display of S/MIME certificate data (Bug #8826). [mjr] Fix bug in Horde_Image that caused polaroid effect to fail on really old ImageMagick versions (earlier then 6.3.2). [jan] Work around Funambol clients requiring a "configuration" database (Bug #8621). [jan] Add support for synchronizing only those fields that are supported by the client. [jan] Workaround broken PHP number formatting with some locales (Bug #8780). ------ v3.3.6 ------ [mms] SECURITY: Workaround XSS vulnerability in Firefox for data URLs (Bug #8715). [jan] SECURITY: Fix XSS in administrator section. [jan] Fix alarm system with Oracle backends. [mjr] Fix using the removeUserDataFromAllApplications method (Valentin Vidic , Bug #8754). [mjr] Fix checking existing signup requests in the Auth_Signup_datatree driver. [jan] Fix syntax of MSSQL scripts (Bug #8664). [jan] Export task alarms to Funambol clients (Request #8426). [jan] Fix not catching Alt key combinations for access keys on Mac OS. [jan] Fix Oracle SQL scripts. [jan] Close popup window after saving categories. [jan] Check quota when copying files with VFS (Valentin Vidic , Bug #8643). [jan] Add Croatian translation (Matej Vela ). [jan] Fix detecting SyncML message sizes. [jan] Fix mapping of elements during synchronization (Bug #8386). [mms] Fix potential session writing issues using PHP 5.0.5+. [jan] Fix error in PHP 5 SOAP server implementation. [mms] Fix updating memcache tracking info upon session destruction (whatdoyouwant@gmail.com, Bug #8626). [mjr] Various improvements and fixes to the Net_IMSP driver (noah@lsit.ucsb.edu; Bug #8532, #8533, #8534, and #8535). [jan] Export recurrence exceptions to Funambol clients (Alfonso Marín Marín , Request #8065). [jan] Export all email addresses to Funambol clients (lst_hoe02@kwsoft.de, Request #8571). [jan] Export all fax numbers to Funambol clients (lst_hoe02@kwsoft.de, Request #8618). [jan] Fix detecting device information of certain synchronization devices. [jan] Fix warnings when listing sessions with Oracle or PEAR DB session handlers (Bug #8601). [mas] Fix SessionHandler_sql::getSessionIDs() SQL syntax (moreda@allenta.com, Bug #8600). [mas] Fix Horde_SQL::readBlob() on MSSQL (moreda@allenta.com, Bug #8599). [mms] Fix prototypejs regression on Internet Explorer (Bug #6590). ------ v3.3.5 ------ [jan] SECURITY: Fix vulnerability in image form fields that allows overwriting of arbitrary local files. [cjh] SECURITY: Fix validation of "number" type preferences (Bug #8399). [mms] SECURITY: Don't display unknown text parts inline (Bug #8311). [mms] Upgrade prototype.js to v1.6.1. [jan] Use system timezone for timestamps in the logs (Bug #8496). [jan] Fix exporting certain weekday recurrence rules to iCalendar (lst_hoe02@kwsoft.de, Bug #8510). [jan] Work around crash bug in Funambol clients when synchronizing all-day events (Bug #8474). [jan] Fix synchronizing tasks with certain devices (Bug #8506). [jan] Workaround synchronizing of messed up categories in Nokia E phones (Bug #7824). [jan] Fix synchronizing photos with broken Nokia phones (xk3@mompl.org, Bug #7407). [jan] Fix fatal error during synchronization if using certain session handlers (Bug #8443). [jan] Improve synchronizing yearly events with Funambol clients (lst_hoe02@kwsoft.de, Request #7790). [jan] Destroy session when a CLI script ends (Request #8482). [jan] Fix data casting when caching permissions with the DataTree backend (Bug #8435). [jan] Pass user's password to the signup_addextra hook. [jan] Add removeUserDataFromAllApplications API method (adrieder@sbox.tugraz.at, Request #8454). [jan] Catch errors when resetting passwords. [jan] Support resetting passwords with composite authentication. [mms] Fix memcache issue where it took 1 second to release a lock. [mjr] Fix weatherdotcom block always displaying a 5 day forecast (Bug #8357). [cjh] Use streams for file transfers in VFS_ssh2 (jives@jives.ixum.net, Request #8323). [jan] Send notification messages about new signups with confirmation links. [jan] Drop signup_email column from sign-up table. [jan] Show photo in vCard viewer if provided as inline vCard data. [mjr] Fix issue where pref hooks would not be called for preferences marked as shared and defined outside of the Horde scope. [jan] Add configuration whether to show user drop down list or text field in permissions dialog. [jan] Export current locale to the environment. [jan] Fix unfolding of vCard 2.1/vCalendar 1.0 data. ------ v3.3.4 ------ [jan] Fix rendering of addresslink form fields (Bug #8053). [mjr] Fix a botched merge in Horde_Image_gd that was causing an undefined variable notice to be output in the image data. ---------- v3.3.4-RC1 ---------- [mjr] Fix an issue that causing users with expired passwords to be allowed to log in with the LDAP Auth driver. [jan] Properly handle synchronization requests to non-existant databases. [jan] Fix exporting all-day events to Funambol clients (Bugs #4487, #6847). [jan] Quote parameter values in iCalendar data if necessary (Gunnar Wrobel, Bug #7758). [jan] Detect base64 encoded synchronization data from Blackberry devices (Bugs #6995, #6949). [jan] Optionally use Net_DNS for host name lookups (adrieder@sbox.tugraz.at, Request #7374). [jan] Add TLS support to LDAP drivers (web@marlboro.edu, Request #7958). [jan] Add scope and sizelimit parameters to LDAP authentication driver (dom.lalot@gmail.com, Request #7839). [jan] Further improve HTML-to-text filter. [jan] Export recurrence end dates as date-time values in iCalendar data to improve compatibility with external clients (Bug #7846). [jan] Silence errors messages from iconv_substr() (jens@peino.de, Bug #8128). [jan] Don't catch Alt key combinations for access keys on Mac OS. [mjr] Fix bitwise clause generation in the sql and hierarchical sql driver. This fixes issues with Oracle and possibly other RDBMS. [mjr] Correct numerous bugs in Horde_Image dealing with ImageMagick version inconsistencies. [jan] Fix charset conversion in preference hooks (Bug #7489). [cjh] Proactively disable allow_url_include in core.php. [cjh] Add an index on session_lastmodified to the Horde sessionhandler tables. [mjr] Force the use of REQUEST_URI instead of PATH_INFO in Util::getPathInfo() when being served by lighttpd due to issues with case insensitive file systems. [cjh] Add support for SSL connections to MySQL databases (BryanRJ@gmail.com, Request #7972). [cjh] Fix storing of unlocked preferences set by hooks (manuel@mausz.at, Bug #6822). [jan] Highlight color input fields with the color from the picker. [jan] Fix importing vCards that have the charset specified in a MIME part (Bug #7816). [mms] Ensure all input array entries in String::convertCharset() are properly iterated through (Bug #7828, manuel@mausz.at). ------ v3.3.3 ------ [cjh] SECURITY: Escape output in the tag cloud block (found by Gunnar Wrobel ). [cjh] SECURITY: Validate the Horde_Image driver name (found by Gunnar Wrobel ). [cjh] Allow "." in phone number fields (Request #7858). [cjh] Fix the SQL Share driver closing the global database connection improperly when using PostgreSQL (Bug #7825). [jan] Add support for Mozilla Sunbirds snooze properties (Request #7470). [cjh] Try iconv_substr() in String::substr() if it's available (duck@obala.net, Request #7826). [cjh] Avoid warnings in Perms::getPermissionId with PostgreSQL (Marcus Ryan , Bug #7750). [jan] Fix parsing of LABEL attributes in the vCard viewer. ------ v3.3.2 ------ [mms] Fix prototypejs regression on IE (Bug #6590). ------ v3.3.1 ------ [cjh] SECURITY: Add another check to the XSS filter. [jan] Add script to import preferences from SquirrelMail database. [cjh] Allow the password file Auth driver to require a specific group. [cjh] Use YYYY-MM-DDTHH:MM:SS for Alarm date queries (Bug #7580). [jan] Add XPath wrapper to Horde_DOM library. [cjh] Don't use executeMultiple in the SQL Share driver when we might reset the connection in between queries (Bug #7542). [jan] Fix database XML schema to create all lock table fields (Bug #7433). [jan] Fix showing two sidebars after saving the display preference group for the first time (Bug #7475). [jan] Fix sharing with LDAP groups (Bug #6883). [jan] Add javascript event handler for access keys. [cjh] Remove UNSIGNED from PostgreSQL scripts. [cjh] Call preference hooks in the scope of the preference (vlukashov (at) parallels (dot) com, Bug #7445). [jan] Fix resuming synchronization session on server farms (adrieder@sbox.tugraz.at, Bug #7394). [jan] Fix synchronization of tasks with many items (adrieder@sbox.tugraz.at, Bug #7395). [mms] Upgrade prototype.js to v1.6.0.3. [jwm] Fix regression: SOAP wsdl/disco shouldn't require authorization. ---- v3.3 ---- [jan] Fix synchronization issues with Blackberry clients (Bug #6949). [mms] Fix setting the horde user when using application authentication with realms (Bug #6749). [jan] Fix user name conversion with user hooks in the permissions interfaces (Bug #6371). [jan] Provide all settings for the read server in split SQL configuration (Request #7024). [jan] Improve HTML to text filter. [mjr] Hierarchical SQL Share driver now correctly removes all children when removing a share (Bug: 7347). [mjr] Fix an issue with various date/time fields in horde form that was causing erroneous validation errors. [cjh] Sign parameters to go.php with an HMAC based on a new secret key configuration value, to prevent using go.php as an open referrer. [cjh] Make logout tokens only valid for a configurable length of time. -------- v3.3-RC1 -------- [mms] Fix garbage collection handling on SQL session handler backends. [mjr] Change MDB2 sequence names to 'id' in SQL share driver (Bug #7240). [cjh] When a URL is supplied for pass-through after logging in, go to that URL in mobile browsers instead of going to the mobile portal (Bug #6332). [mms] Memcache session handler no longer writes data with a lifetime. [cjh] Add DIMP to the horde LDAP OIDs and hordePerson objectclass (Bug #7243). [mms] Update FCKeditor to v2.6.3. [jan] Use global mailer configuration when sending alarm emails (adrieder@sbox.tugraz.at, Bug #7058). [jan] Reset background colors when resetting the category form (Bug #7226). [jan] Improve Funambol contacts support (Requests #7099, #7100). [jan] Correctly parse GEO tags in vCard 2.1 data (Bug #6563). [jan] Remove Horde portal link from application menus (Bug #7221). [cjh] Create a driver for signups, allowing backends other than DataTree (Duck , Request #7161). [jan] Fix displaying images with the image form field. [mjr] Fix issue with hierarchical SQL share driver that caused permissons to erroneously be denied when the share contained group permissions and was instantiated by a listShares call. [mjr] Fix issue with hierarchical SQL share driver that caused any child shares to be orphaned when the parent share was moved in the hierarchy. [mjr] Fix issue with SQL share drivers that was causing permission checks to fail under certain conditions by no longer explicitly storing owner permissions in the Perms backend. [cjh] Fix overwriting a variable in the tableset_html VarRenderer (Paul Roy , Bug #7120). [mms] Fix MIME encoding when using the ISO-2022-JP charset (Bug #1621). [jan] Fix SQL Share driver not using the correct database when using different databases in Horde applications (Bug #6997). [cjh] Fix SQL portability in Share_sql driver (Bug #7084). [jan] Fix synchronizing large amounts of data split across several SyncML messages. [jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV ). [cjh] Fix Horde_Lock::getLockInfo (duck@obala.net, Bub #7046). [cjh] Fix SQL portability in Group_sql driver (Bug #7075). [jan] Fix PAM authentication driver, but also mark it as deprecated (Bug #6982). [mjr] Fix issue with native SQL Share driver that caused filtering shares by attributes to fail. [jan] Fix synchronization of event alarms with Funambol clients (Bug #7003). [jan] Correctly detect Funambol clients on Blackberry devices (Bug #6995). [mjr] Remove all user application permissions and group memberships from storage when removing the user from the system (Bug: 6999) [cjh] Call the postauthenticate hook in Auth::setAuth(), and allow the postauthenticate hook to cause setAuth() to fail. Allows postauthenticate to fire on any event, including transparent authentication, that could result in a user being successfully logged in. [jan] Improve attribute support and charset conversion in vCard viewer. [jan] Show photos in vCard object if provided with an URL. [mjr] Remove permissions from storage also when removing a share. [jan] Add Horde_Form fields for string arrays and PGP and S/MIME keys. [jan] Only show Add Permission icons in permissions interface where adding them is possible. [mjr] Fix issue in Horde_Image that was causing erratic results when cropping images. [jan] Fix validation of phone fields marked as required (Bug #6948). [mms] Fix quoting periods in display part of e-mail address (Bug #6899). [mms] Fix error checking when parsing an undisclosed recipients mail header and using an older version of PEAR::Mail (Bug #6930). [jan] Return to portal after editing or deleting blocks directly from there. ------ v3.2.5 ------ [jan] SECURITY: Fix vulnerability in image form fields that allows overwriting of arbitrary local files. [cjh] SECURITY: Fix validation of "number" type preferences (Bug #8399). [mms] SECURITY: Don't display unknown text parts inline (Bug #8311). ------ v3.2.4 ------ [cjh] SECURITY: Escape output in the tag cloud block (found by Gunnar Wrobel ). [cjh] SECURITY: Validate the Horde_Image driver name (found by Gunnar Wrobel ). ------ v3.2.3 ------ [cjh] SECURITY: Add another check to the XSS filter. ------ v3.2.2 ------ [jan] SECURITY: Fix unescaped output in the MIME attachment linking. [jan] SECURITY: Add another check to the XSS filter. ------ v3.2.1 ------ [cjh] SECURITY: Escape item names in the object browser (Bug #6906). [cjh] Select db before queries in MySQL SessionHandler (Bug #6673). [jan] Format messages sent through MIME_Mail in flowed text format. [cjh] Catch errors if the Cache_file backend doesn't have permission to garbage collect (Bug #6895). [cjh] Fix deletion of SQL shares when using split read/write databases (duck@obala.net, Bug #6870). [mms] Workaround broken IE behavior when downloading files with 8-bit filenames (felix5ng@yahoo.com.hk, Bug #129). [cjh] Fix storing of unlocked preferences set by hooks (manuel@mausz.at, Bug #6822). [mms] Allow Horde memcache driver to use UNIX sockets (Bug #6848). [mjr] Various fixes for hierarchical SQL Share driver involving share names, better error checking and logging. [gwr] Added group driver for Kolab. [gwr] Added IMAP based preferences driver for Kolab. [mms] Fix missing timestamp variable in Horde SQL cache driver (keith@ajmani.org, Bug #6839). [cjh] Fix over-zealous preference caching when preferences are requested for a different user (Bug #6820). [mjr] Fix issue in Horde_Image that caused errors when performing certain image operations immediately after an image had been cropped when using the ImageMagick driver. [cjh] Fix order of checks in String::convertCharset (Bug #6794). [mms] Fix parsing of addresses in headers when the RFC 2047-encoded personal part of the address contains address list delimiters (Bug #6747). [cjh] Fix generation of unique keys in configuration for machines too fast for microtime() (mail@dunix-data.de, Bug #6762). ---- v3.2 ---- [jan] Fix synchronization of contacts with some SyncML clients (Bug #6706). [mjr] Fix SQL bitwise comparison issue in native SQL share drivers that affected PostgresSQL (Bug #6751). [cjh] Ensure users' email addresses are well-formed (Bug #6654). [jan] Remove About... link from help viewer. [mms] Update Xinha editor to support Safari 3. -------- v3.2-RC4 -------- [bak] Improvements to WebDAV return codes and implement WebDAV locks [bak] Add Horde_Lock subsystem [mms] Add memcache caching support to all session backends. [cjh] Apply fix for http://dev.rubyonrails.org/ticket/11473 to prototype.js (Request #6590). [cjh] Add a files-based Preferences backend (thomas.jarosch@intra2net.com, Request #6653). [cjh] Correct line-folding of encoded lines in iCalendar data (Gunnar Wrobel , Bug #6555). [cjh] Add a configuration option for whether users can share with groups they aren't members of (thomas.jarosch@intra2net.com, Request #6619). [cjh] Ensure that alarms are created with a NULL alarm_snooze value (michael.redinger@uibk.ac.at, Bug #6183). [cjh] Add an admintools script for creating PEAR::DB sequences manually. [cjh] Improved support for PGP fingerprints (Bug #6363). [jan] Add rpc/ directory for prettified RPC URLs. [jan] Move SyncML anchors out of the DataTree into a separate database table. [cjh] Add beta SQL Permissions driver (duck@obala.net, Request #6150). [cjh] Add beta SQL Group driver (duck@obala.net, Request #6175). [jan] Use wider columns for the SyncML database table to correctly store long UIDs (Bug #5025). [jan] Add "hordeweb" theme. [jan] Add MIME::parseAddressList(). [jan] Add icons to edit and delete blocks directly from the portal. [jan] Allow users to specify login credentials for Horde applications in the preferences. [jan] Add NLS::setLanguageEnvironment() and NLS::setCharsetEnvironment(). [cjh] Fix LDAP authentication (Bug #6450). [jan] Improve synchronization with Funambol clients. [mas] Fix false positive verification of S/MIME messages (Bug #6323). -------- v3.2-RC3 -------- [cjh] Fix Horde_Compress_zip::checkZipData (Bug #6413). [jan] Allow adding attachments to the problem reporting form. [cjh] Make sure that when we used a cached Preferences object, we set the correct scope (Bug #6395). [cjh] Set LC_TIME to C for consistency in date parsing in the SSH2 backend (michael-dev@fami-braun.de, Bug #6396). [cjh] Add experimental native SQL Share driver (duck@obala.net, Request #6109). [cjh] Recognize IE8 in the Browser class (vilius@lnk.lt, Request #6390). [cjh] Don't treat no results as an error in the LDAP Groups driver (asmarre@ull.es, Request #6362). [cjh] Use conf.bak.php for backup files so they are parsed by PHP (Request #6341). [cjh] Add a configuration setting for using pretty URLs (Request #6264). [cjh] Add a method for counting attribute values without returning full objects from the DataTree (duck@obala.net, Request #6289). [cjh] Protect logout links with CSRF tokens. [jan] Fix listing of folders with whitespace in the name using the SSH2 VFS driver (Bug #6227). [jan] Don't indent first line of paragraphs when converting HTML to plain text. [cjh] Add a PHP 5 SoapServer RPC backend. [cjh] Add a method for getting just attributes, instead of full object and tree structure, from the DataTree (duck@obala.net, Request #6209). [cjh] Add a mock Groups driver for sites that don't need Group support (duck@obala.net, Request #6157). [jan] Highlight links in HTML viewer that triggered a phishing warning. [jan] Fix some string parsing on systems that don't have the "en" or "en_US" locales installed (Bug #6194). [jan] Avoid JavaScript popup if a translation for the WYSIWYG editor doesn't exist (Bug #6174). [cjh] Fix autocreation of DataTree parents (almarin@um.es, Bug #6167). [jan] Fix linefolding with multibyte strings in iCalendar library (Bug #6103). [jan] Add multibyte-safe String::wordwrap() method. -------- v3.2-RC2 -------- [jan] SECURITY: Fix privilege escalation in Horde API. [jan] SECURITY: Filter out FRAME tags from HTML messages (CVE-2007-6018). [jan] SECURITY: The XSS filter passes the complete XSS cheat sheet (http://ha.ckers.org/xss.html) now. [cjh] Don't trust HTTP_X_FORWARDED_FOR or any proxied requests when consulting the safe_ips list (Bug #6133). [cjh] Add a PHP 5-only block for putting syndicated feeds on the Horde Portal (duck@obala.net, Request #6107). [cjh] Automate detection of which themes/app combinations have custom icons (Bug #6105). [cjh] Fix listing of current session ids in the memcache SessionHandler (Bug #6083). [cjh] Correct handling of cache misses from the Horde_Cache_sql driver (Bug #6060). [mas] Add support for PGP revocation certificates to Crypt library. [cjh] Provide specific validation errors when datetime Horde_Form fields have a date but not a time, or vice-versa (Bug #5992). [cjh] Read email addresses from subjectAltName property of S/MIME certs (Bug #5986). [cjh] Catch Horde_Block errors when doing ajax updates. [cjh] Allow Horde_Mobile_select to take already-encoded options (Bug #5849). [jwm] Add support in Horde_RPC_soap for handling SOAP endpoints that only expose certain types and/or methods. [jwm] Make the SOAP service name in Horde_RPC_soap configurable. [jwm] Add basic logging of SOAP calls (method name and args, elapsed time, bytes sent in response). [cjh] Support LDAP password expiration when using Sun/Fedora Directory Server (marco@csita.unige.it, Request #6012). [cjh] Remove the wrap attribute from preference textarea tags (Bug #6024). [cjh] Recommend and default to SSHA hashed passwords. [jan] Fix rendering of messages in some charsets that are only supported by iconv (Bug #5962). [jan] Display WYSIWYG editor with correct language. [jan] Fix creating of sub groups (Bug #5970). [jan] Fix linking of URLs encapsulated in angle brackets (Bug #4946). [jan] Fix edge cases of CSV file imports (Bugs #3839, #4025). [mms] For SessionHandler drivers, don't write to backend if the session data did not change while loading the current page. [cjh] The Auth:: package no longer depends on the PHP mhash extension for some encryption types. [cjh] Add stream support to some VFS backends (Request #5913). [jan] Add client code to JSON-RPC class and implement JSON-RPC 1.1. -------- v3.2-RC1 -------- [jan] Apply user name hooks when editing share permissions (steinkel@ctinetworks.com, Bug #5844). [jan] Fix some date handling with dates outside the unix epoch (Bug #5893). [jan] Fix fixed portal blocks (Bug #5853). [jan] Fix Share caching (Bug #5748). [cjh] Fix deleting categories (Gunnar Wrobel , Bug #5873). [cjh] Import dhtmlHistory.js from DIMP into Horde core. [cjh] UTF-8-encode DNs in the LDAP Groups driver (patrick.abiven@apitech.fr, Bugs #4692 and #4918). [mjr] Addition of an Effects API to the Horde_Image package, including a number of image effect plugins. [jan] Add country list form field. [cjh] Add example logrotate configuration (Martin Fraer ). [cjh] Add LDAP ACL definition for preferences (Martin Fraer ). [cjh] Add an index on horde_datatree_attribute.attribute_value to improve DataTree performance (Andrew Morgan ). [jan] Add SQL upgrade scripts. [jan] Fix escaping of parenthesis in PDF documents (PEAR Bug #12092). [jan] Fix alarm notification script (Bug #5660). [jan] Fix PDF generation with some locales (Gunnar Wrobel, Bug #4094). [jan] Move all application-specific hook examples to the applications' config/ directories. [jan] Fix SMTP configuration being set to "Best available authentication" (Bug #5679). [jan] Add bind parameters to LDAP account portal block configuration (Request #5705). [cjh] Fix login screen enter key behavior in some circumstances (Bug #5696). [mjr] Add a new block for displaying a tag cloud that works across all Horde applications implementing a searchTag api. [cjh] Use the Silk flag icons from http://famfamfam.com/lab/icons/flags/ for all flag sets (Bug #5681). [cjh] Fix generation of UIDs with PHP 5.2+. [cjh] Add a JSON-RPC Horde_RPC backend (joey@joeyhewitt.com). [cjh] Allow selecting any available sound when creating alarms as an administrator (Request #5619). [cjh] Fix updating of last_maintenance preference with PHP 4 (Bug #5111). [cjh] Allow considering all IPs to be "safe" for encryption operations, passphrase entry, etc., when using SSL hardware or other secure environments (adrieder@sbox.tugraz.at, Request #5568). [cjh] Fix CSRF protection with Horde_Form objects submitted with preserve(). ---------- v3.2-ALPHA ---------- [cjh] Centralize sounds for audio alarms in Horde. [cjh] Include CSRF protection when using Horde_Form Tokens (Request #4492). [cjh] Add first_week_day preference and use it in the calendar widget (Bug #1729). [cjh] Cache permissions with Horde_Cache (duck@obala.net). [jan] Add configuration option for safe IP subnets. [cjh] Allow turning off a user's ability to edit share permissions (Request #4054). [cjh] Consolidate color pickers used for Labels and in Horde_Form (Bug #5112). [cjh] Log sending of problem report emails (Otto.Stolz@uni-konstanz.de, Request #5461). [cjh] Improve support for dates before 1970 and after 2038 (Bug #3741). [mms] Add option to send MIME messages in a format that may allow broken MUAs to handle 8-bit filename data. [cjh] Add Tango Blue (xconspirisist , roti@al.pmmf.hu, Request #2795) and Silver Surfer (Daniel Dembach ) themes. [mms] Created a Horde-wide object to access a singlet memcache configuration. [cjh] Test for PCRE UTF-8 support with extension tests (thomas.jarosch@intra2net.com, Bug #1052). [jan] Add category field to Horde_Form. [cjh] Better detection of Konqueror JavaScript features (thomas.jarosch@intra2net.com, Request #5372). [cjh] Support the allow_multi parameter when displaying email address form types (thomas.jarosch@intra2net.com, Request #5356). [cjh] Add Scriptaculous and RedBox to Horde. [mms] Added sql driver for Horde_Cache::. [mms] Prevent tooltips from scrolling off screen (michael.sheldon@credativ.de, Request #3958). [jan] Add portal block to verify EU VAT identification numbers. [mms] Preserve URL anchor information when performing login. [jan] Add method to fetch public key by email address from key server. [jan] Add parameter for a temporary directory to the VC svn driver (meyer@mesw.de, Request #5051). [jan] Change VC library to support open_basedir restrictions (meyer@mesw.de, Request #5051). [cjh] Added a query for checking existance of a user to the custom SQL Auth driver (Request #5151). [jan] Add button to the setup screen to check for newer versions. [mas] Add MIME Viewer for WordPerfect documents. [mms] Use lzf compression to compress Horde_SessionObjects:: data in the session. [cjh] Replace google popup javascript searching with Google Ajax Search. [jan] Add datetime variable type to Horde_Form. [jan] Add Horde_Alarm library for reminders, alarms and notifications across all applications with pluggable notification methods. [jan] Add context renderer to Text_Diff package. [jan] Add MIME_Mail class to simplify creation and sending of MIME messages. [cjh] Horde_Share now has a driver system with DataTree and Kolab backends (Gunnar Wrobel , Request #4263). [cjh] Remove RPC_rest backend. [cjh] Add DELETE support to the webdav RPC implementation (Håvard Wigtil , Request #4721). [cjh] Add a Horde-wide HTTP proxy config setting (Request #1039). [mms] Use the geoip PECL extension if available. [cjh] Add preferences change hooks that are called when preferences are set to new values (Request #4343). [cjh] Add Active Directory support to the LDAP account information driver (air2@dds.nl, Request #3512). [cjh] Add a finger driver to the account information block (difosfor@hotmail.com, Request #3546). [cjh] Rewrite the Prefs code to keep the same Prefs object through multiple scope changes, instead of re-loading the Horde prefs, or prefs for a scope that had already been loaded. Fixes bugs when making changes to preferences and then switching scopes again (Bug #2838). [cjh] Switch from hook functions for every group to a single hook function for all groups, allowing more dynamic Group_hooks implementations (dorm@dorm.org, Request #4324). [jan] Allow Kolab users to login with both, UID or mail address (wrobel@gentoo.org, Bug #1317). [cjh] Switch between 'icon' and 'iconopen' images when toggling Horde_Tree sections (Bug #2576). [cjh] Add a Horde_Form_Action for setting the cursor position in any text field (Request #4431). [cjh] Provide a link for dialing phone numbers if the "telephony/dial" API method is present (thomas@gelf.net, Request #3241). [jan] Add support for PUT method to WebDAV server (d.bussink@student.utwente.nl, Request #3032). [jan] Add PHP 5 support for Kolab (wrobel@gentoo.org, Bug #4062). [jan] Rewrite PAM authentication driver to use PAM extension from PECL. [mas] Implement IMAP_ACL_rfc2086::canEdit() for cases when the user is asking about their own rights. [mms] Correctly encode MIME parameter values via RFC 2231. [mms] Add method to do RFC 2231 encoding. [jan] Allow to set link target for "link" preference types. [cjh] Move developer and administrator tools into seperate PEAR packages that will be available from pear.horde.org. [mas] Conform to WCAG 1.0 Priority 2/Section 508 accessibility guidelines. (Request #4080) [jan] Add SMIL MIME viewer. [jan] Add support for virtual host based configuration. [jan] Add File_PDF::setTextColor() (PEAR Request #1767). [jan] Add File_PDF::setFontStyle() (d.baechtold@unico.ch, PEAR Request #5230). [jan] Add encoding parameter to XML_SVG_Document (PEAR Request #7461). [jan] Add SMPP driver to Net_SMS package (Ian Eure , PEAR Request #5101). [jan] Add support for symmetric PGP encryption to Crypt library. [jan] Add option to limit file sizes in file and image form fields (Request #2155, vilius@lnk.lt). [jan] Add caching for shares. [cjh] Add an audio MIME_Viewer so that audio files are clickable and handled immediately by the browser. [cjh] Add Horde_Form_Type_phone as a parent for Horde_Form_Type_cellphone. [jan] Add caching for groups. [cjh] Allow dropping application (or other custom-purpose) configuration files into config/registry.d/. [cjh] Help now has a tree view of topics and is searchable (Request #2452). [cjh] translation.php now works with PHP 5 (Bug #3539). [jan] Highlight new configuration items in the configuration interface (Request #3868). [cjh] Add Shibboleth transparent authentication driver (Cassio Nishiguchi ). [cjh] Add native email address validation to Horde_Form_Type_email based on http://iamcal.com/publish/articles/php/parsing_email. [jan] Add multidomain support for Kolab servers (tokoe@kde.org, Request #3579). [cjh] Deprecate htmlarea in favor of xinha. [mms] Add VFS SSH2/SFTP driver (Cliff Green ). [mjr] Move the Horde_Config_Node and related classes out of Horde_Config and into it's own Horde_DOM package. [mjr] Add support for Horde_Share to the Net_IMSP package. [jan] Add connection pooling support with memcache extension 2.0.0 (adrieder@sbox.tugraz.at, Request #3213). [jan] Add memcached driver to the Horde_Cache package (Duck ). [cjh] Add phpGroupWare/eGroupWare compatibility driver to Horde_RPC that allows mapping xml-rpc methods into Horde applications (Request #2886). [cjh] Add _horde_hook_post_pushapp for doing actions directly after $registry->pushApp() succeeds. [jan] Update portal block content in the background instead of reloading the whole portal periodically. [mdj] Add support for split read/write databases. [mdj] Add failover support for database backends. [jan] Add configuration option to require users to confirm email addresses added to their identities. [cjh] Add a SpellChecker package. [cjh] Have Horde::addScriptFile() check for a non-PHP version of scripts to avoid javascript.php whenever possible. [cjh] Add SERIALIZE_JSON mode with code from PEAR's Services_JSON. ------ v3.1.9 ------ [jan] SECURITY: Add another check to the XSS filter. ------ v3.1.8 ------ [cjh] SECURITY: Escape item names in the object browser (Bug #6906). [jan] Fix large messages being rendered empty with PHP 5.2 (Bug #5792). ------ v3.1.7 ------ [cjh] SECURITY: Fix arbitrary file inclusion through abuse of the theme preference (CVE-2008-1284). ------ v3.1.6 ------ [jan] SECURITY: Fix privilege escalation in Horde API. [jan] SECURITY: Filter out FRAME tags from HTML messages (CVE-2007-6018). [jan] SECURITY: The XSS filter passes the complete XSS cheat sheet (http://ha.ckers.org/xss.html) now. [jan] Apply user name hooks when editing share permissions (steinkel@ctinetworks.com, Bug #5844). [jan] Fix fixed portal blocks (Bug #5853). ------ v3.1.5 ------ [cjh] Fix identity javascript when some fields are disabled (veikko@immonen@otaverkko.fi, Bug #5595). [cjh] Disable the Turkish locale if using PHP 5 (see http://bugs.php.net/bug.php?id=35050). [jan] Fix selecting the language on the login screen (Bug #5098). [jan] Fix searching for single quotes in email headers (qa@cpanel.net, Bug #4854). [jan] Fix portal layouts with more than one horizontally expanded block per row. ------ v3.1.4 ------ [jan] SECURITY: Correctly quote file names in cleanup script for temporary files. [jan] Fix RPC authentication on CGI SAPIs. [jan] Detect unencrypted PGP messages. [jan] Correctly quote file names in cleanup script for temporary files. ---------- v3.1.4-RC1 ---------- [jan] SECURITY: Fix an XSS vulnerability in the language selection. [jan] Complete Cyrus virtual domain support in cyrsql driver (Vilius Sumskas , Request #4967). [jan] Add option whether to strip domains from usernames in the account block (Request #4955). [jan] Fix email lists not being validated under certain conditions (Bug #4834). [cjh] Add a REST-ful preferences interface. [cjh] Faster DataTree-to-SQL History migration script (josh@endries.org, Request #4732). [cjh] Improved automatic webroot detection (Ben Klang, Request #4126). [cjh] Rewrite and fix the OCI8 SessionHandler (Bug #3452). [cjh] Allow signup hooks to override the user_name and password fields (thomas@gelf.net, Request #2904). [cjh] Fix creation of mailbox quotas by the Auth_cyrus driver (pascal@vmfacility.fr, Bug #4678). [cjh] Add "Save and Finish" to the share edit window (webmgr@muskingum.edu, Request #4307). [cjh] Let mailto: and anchor (#) links through Horde::externalUrl (Bug #3079). [cjh] Add smbclient version of the SMB Auth class (larry@wimble.biz, Request #4338). [cjh] Remove problematic "data descriptor" segment from generated ZIP files (reitsma@denison.edu, Bug #4670). [cjh] Strip accesskeys from menu tooltips when only showing icons (Bug #4667). [jan] Fix saving files in the root directory of an SQL VFS backend (Bug #4652, Ben Klang ). [jan] Fix displaying all maintenance tasks to be confirmed at once (Bug #4377). [cjh] Fix return format of DataTree_null::getByAttributes() (thomas.jarosch@intra2net.com, Bug #4651). [jan] Support departments in vCard's ORG properties (martin@matuska.org, Request #4285). [cjh] Rename Auth_sasl backend to Auth_peclsasl to avoid conflicts with PEAR's Auth_SASL (Bug #4547). [cjh] Implement handling of vTimezones in iCalendar data (Carl Thompson , Bug #4399). [cjh] keybindings.js now works with Safari/KHTML. [jan] Avoid recursive folder creation when sharing Kolab folders (michael.sheldon@credativ.de, Bug #4325). [jan] Add Kolab specific account block driver to support special Kolab users (mzizka@hotmail.com, Request: #4119). [mms] Only dim below the last signature line of input text in the dimsignature Text_Filter driver. ------ v3.1.3 ------ [cjh] SECURITY: Validate GET-based URL parameters provided to Horde's index.php. [jan] Support importing of combined date/time fields (Bug #3116). [jan] Log a warning if using settings that break sessions. [jan] Fix parse error that broke SyncML synchronization (Bug #4168). [jan] Support Kolab group ACLs (csacca@thecsl.org, Request #2270). [jan] Fix unserialize() errors in session viewer (Bug #3586). ------ v3.1.2 ------ [cjh] SECURITY: Remove unused image proxy code from dereferrer. [cjh] SECURITY: Close XSS problems in dereferrer (IE only), help viewer and problem reporting screen. [cjh] Handle errors generated during XML-RPC calls properly (Ben Klang , Bug #4097). [jan] Add additional indexes to preference table (j.benoit@free.fr, Bug #4079). [jan] Fix preference cache (Bug #4079). [jan] Add configuration option to disable GET-based sessions. [jan] Fix preferences access for special Kolab users (wrobel@gentoo.org, Bug #4049). [mms] Fix setting default charset for non-MIME messages (Bug #3804). [jan] Add several methods to manipulate groups and shares to Horde's API. [jan] Return serialized PHP values through the REST interface if passing a restContentType parameter of 'application/x-httpd-php'. [cjh] Only allow users to assign Share permissions for groups they are members of. [jan] Allow to disable VFS backends in the applications' configurations. [mms] Update the MIME Content-Type charset parameter in a MIME message when we convert the contents for viewing in the browser (Bug #3729). [cjh] Fix Horde_Form_Type_assign javascript (Bug #3740). [jan] Add upgrade scripts for Oracle. [cjh] Include PATH_INFO whenever QUERY_STRING is requested in Horde::selfUrl() (Bug #3703). [jan] Add generic SQL upgrade script (Daniel A. Ramaley ). ------ v3.1.1 ------ [cjh] SECURITY: Fix remote code execution vulnerability found by Jan Schneider. [cjh] Fix export and synchronization of events across daylight saving time changes. [jan] Add proper locking to mysql session handler (Bug #3660). [cjh] ie.css is not necessary for IE7, so rename appropriately (Bug #3671). [jan] Fix quota support for some VFS drivers (Bug #3647). [cjh] Better Opera Mini detection (Bug #2961). [jan] Fix menu wrapping with Kolab and Purple theme (Bug #3594). ---- v3.1 ---- [cjh] Remove bogus Content-Location header in the WML Mobile renderer (Bug #3476). [jan] Add option to block Kolab authentication after failed logins (tokoe@kde.org, Request #3474). [jan] Allow to set height of iframe portal block (tevans@tachometry.com, Request #3504). [cjh] Update ToolTips JavaScript object to allow tooltips on non- elements. [mms] Sort an IMAP_Tree object by display name, not full mailbox name. [mas] Make sure database portability options are applied in History module. (Bug #3482) -------- v3.1-RC3 -------- [jan] Make sure that Kolab users always have the same user name (Bug #1317). [jan] Fix moving objects with Kolab drivers (tokoe@kde.org, Bug #2811). [jan] Add reset button to image form fields. [jan] Fix selection of default identity (Bug #3416). [mas] Add Hebrew translation. [mas] Add support for RFC 4314-style IMAP ACLs. [mms] Correctly encode 7-bit MIME messages with NULL characters (Bug #3395). [jan] Hide applications with status 'notoolbar' from options menu (Bug #3383). -------- v3.1-RC2 -------- [jan] Add Khmer translation (Leang Chumsoben ). [mms] Handle quoted text when parsing MDN requests (Bug #3340). [ben] Better support for MS-SQL. [jan] Show correct address in last-login message if connecting through a proxy (Bug #3288). [mms] Allow admin to disable browser string checks (Bug #3282). [jan] Correctly encode email group names (Bug #3234). [cjh] Add a display method for hourminutesecond form fields (Bug #3165). [cjh] Horde's preferences now are referred to as Global Options so the user doesn't need to know what Horde is, and always appear at the top of lists of apps for which preferences are available. [jan] Add upgrade instructions (Kevin Myer kevin_myer@iu13.org, Bug #3222). [cjh] Applications which do not have a config/prefs.php file no longer appear in lists of applications to set options for to avoid confusion. -------- v3.1-RC1 -------- [cjh] Make the lock directory for the memcached SessionHandler configurable (Bug #3120). [mms] Update Text_Flowed:: to support RFC 3676. [cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html. [cjh] Allow choosing [None] as a database for $conf['sql'] (Bug #2754). [jan] Add Icelandic translation (Bjorn Davidsson ). [mms] Work around broken imap_8bit() implementation in MIME::quotedPrintableEncode (Bug #2975). [mms] Add garbage collection to Horde_Cache. [cjh] Fix Group::listAllUsers (Carlos Pedrinaci, Bug #2937). [jan] Add high contrast theme (tmerritt@email.arizona.edu, Request #1598). [jan] Keeps sidebar expansion state across sessions (Request #1564). [jan] Add configuration for mail domain used for problem reports (dustin@ywlcs.org, Request #1376). [cjh] Add dynamic table re-sorting through javascript. [cjh] Inspect method signatures so that the REST driver isn't dependent on the order of GET parameters. [cjh] Add horde/getPreference and horde/setPreference API methods. [cjh] Add a list of active users and active sessions to the admin area. [cjh] Add unobtrusive javascript tooltips based on the title attribute. [jan] Move sidebar collapse/expand button below the menu bar (Oliver Kuhl ). [jan] Add Ideas theme (Roel Gloudemans ). [cjh] Move Horde_History data to its own SQL table (Bug #2298). [jan] Add Horde_Form_type_figlet for CAPTCHA fields with figlet fonts. [jan] Add Horde_Form_Type_dblookup for form fields with database lookups (Request #322). [jan] Add configuration to disable "About" links in help windows ("Matthew M. Gamble" ). [cjh] Allow sending problem reports to a ticket system using the tickets/addTicket API call (Bug #1917). [cjh] Define RTL styles via an additional stylesheet. [cjh] Usability improvements to the identities management page (Bug #1846). [ben] Add LDAP support to Group package. [cjh] Add SMB driver to VFS package. [cjh] Allow creation of expiring accounts in LDAP (Roel Gloudemans ). [cjh] Add configuration option to search for the user's DN in the Prefs_ldap driver (Bug #1786). [jan] Allow to specify the objectclass for new users added through LDAP (Roel Gloudemans ). [jan] Add password expiration and password encryption to LDAP authentication driver (Roel Gloudemans ). [jan] Add permissions to restrict number of portal blocks. [jan] Add configuration for fixed portal blocks. [jmf] Add audio notification listener, make portal handle audio notifications by blocks (e.g. the IMP folder summary). [mms] Cache certain registry data to prevent unneeded file loading/parsing after the initial login. [mas] Add support for counting authenticated sessions via SessionHandlers. [cjh] Re-work Tabs so that background images can be used in creative ways. [jan] Add "My Account Information" block that mimics the Accounts module. [jan] Improve rendering for right-to-left languages (Amirkabir MetaNET Ltd.). [jan] Add support for arbitrary, non-boolean permission values. [ben] Add alternate_login and redirect_on_logout features. [jan] Add generic SMTP driver to Net_SMS package (Ian Eure ). [mjr] Net_IMSP will now automatically create user's default addressbook if it does not already exist instead of just complaining about it. [cjh] Add select all, none, and invert optionally to Horde_Form_Type_set fields (Duck ). [cjh] Preferences overview is now built with a definition list (
) styled with CSS. [jan] Add sort() method to Horde_Tree class. [mdj] Change any output of and tags to and for better accessibility support. [jmf] Allow Horde templates to include application blocks. [jan] Add extended forecasts to weatherdotcom Block (Rick Emery ). [cjh] Allow for arbitrary attribute filters when listing or counting Share objects (Duck ). [cjh] Add DataTree::getSortedTree() (Duck ). [mjr] Support for imtest authentication added to Prefs_imsp. [cjh] Add REST RPC driver (srrafa@usc.es, Bug #1500). [cjh] Add support for fetching the highest and lowest ids in any DataTree group (Duck ). [cjh] Add DataTree::sortByAttributes() for sorting DataTreeObjects based on their attributes (Duck ). [mjr] Initial support added to Net_IMSP for imtest driver (provides persistent IMSP connections using Cyrus imtest utility). [jan] Add map links to UK and Australian address fields (turba.list@suborbit.com, Bug #1461). [mms] Detection of "phishing" tactics in the HTML MIME_Viewer (Todd Merritt , Bug #1434). [mms] Text_Flowed package now correctly handles multibyte characters. [mms] Maintenance confirmation pages now rendered via Horde_Template (Vilius Sumskas ). [jan] Allow to specify charset of imported CSV files. [jan] Add File_CSV package. [jan] Show application names in permissions administration. [jmf] Allow the auth backend to request a password change, support expiring password in the SQL backend. [cjh] Show menu children for every application with preferences under Options in the sidebar menu (Bug #1058). [mms] Allow individual MIME_Viewers to override the Content-Disposition MIME parameter and force viewing inline. ------- v3.0.12 ------- [cjh] SECURITY: Validate GET-based URL parameters provided to Horde's index.php. ------- v3.0.11 ------- [cjh] SECURITY: Remove unused image proxy code from dereferrer. [cjh] SECURITY: Close XSS problems in dereferrer (IE only), help viewer and problem reporting screen. ------- v3.0.10 ------- [cjh] SECURITY: Fix remote code execution vulnerability found by Jan Schneider. ------ v3.0.9 ------ [cjh] Fix showstopper bug in Horde_Form select fields (Bug #3123). ------ v3.0.8 ------ [cjh] When deleting an identity, don't show the deleted identity in the default identity select dropdown on the next page load. [cjh] Fix escaping of data in the preferences templates. [cjh] Fix escaping of data in the data import templates. [cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html. [cjh] SECURITY: Close several XSS problems in the share edit window. [jan] Fix weather.com portal block. ------ v3.0.7 ------ [jan] SECURITY: Fix XSS vulnerabilities in gzip/tar and css MIME viewers. [cjh] Add missing COMMIT in MySQL SessionHandler driver (dgehl@inverse.ca, Bug #2731). ------ v3.0.6 ------ [jan] Pass all URL parameters where linking email addresses (Request #1530). [jan] Show Word viewer content with correct charset (sgrondin@csbf.qc.ca, Bug #2737). ---------- v3.0.6-RC1 ---------- [cjh] Fix transactions and binary data in PostgreSQL session handler (cbs@cts.ucla.edu, Bug #2749, #2789). [jan] Fix sidebar menu layout for Opera (Bug #2722). [cjh] Add
 to supported help tags (vijay.mahrra@es.easynet.net,
      Bug #2633).
[cjh] Fix validation on ipaddress Horde_Form fields (Bug #2583).
[cjh] Add Auth::getAuthDomain() (Bug #2573).
[mjr] Add ability to enable/disable IMSP globally via configuration settings.
[jan] Fix calendar popup with Safari browsers (t.zell@gmx.de, Bug #2448).
[cjh] When using CGI PHP, SCRIPT_NAME may contain the path to the PHP binary
      instead of the script being run; use PHP_SELF instead (Bug #2401).
[jan] Fix sharing with groups if using group hooks (Bug #2292).


------
v3.0.5
------

[mms] Fix VFS's autocreatePath() for directory paths containing the root
      directory.
[jan] Fix cyrsql authentication driver with unixhierarchysep enabled
      (sgrondin@csbf.qc.ca, Bug #2367).
[mms] Fix nested IMAP AND searches.
[mms] In sql VFS driver, allow the use of '/' at the beginning of a path to
      indicate the base directory.
[jan] Fix returning to last page after sending problem report (Bug #2350).
[mms] Fix a bug that caused hook code to be run unnecessarily after a user
      is already logged in.


----------
v3.0.5-RC2
----------

[cjh] Fix a far-reaching DataTree bug in loading parent ids (Bug #2203).


----------
v3.0.5-RC1
----------

[jan] Add Bosnian translation (Vedran Ljubovic ).
[cjh] Let Horde_Tree handle all indent calculation based on parent/child
      relationships (Bug #2198).
[cjh] Add initial LDAP SessionHandler driver.
[cjh] Use row-level locking or transactions where possible to avoid
      session corruption in SessionHandler (Bug #1580).
[mms] Add the memcached SessionHandler:: driver (Rong-En Fan ).
[mms] Fix verification of MIME strings with escaped quotes (Bug #2168).
[jan] Fix generation of free periods in free/busy code with overlapping events.
[jan] Don't show Options button in problem reporting page.
[jan] Add Util::realPath() method.
[mas] Include version numbers for applications on Admin Setup screen. (Bug
      #1420)
[mas] Change IMAP Auth driver to use imap/notls by default in non-DSN mode to
      match DSN mode.
[mas] Add tls and self-signed certificate configuration options to IMAP Auth
      driver. (Bug #1357)
[cjh] Recognize Opera 8+ as providing advanced features (Bug #2066).
[cjh] Fix reading of binary files on Windows in VC_svn (Bug #2036).
[mas] Fix SQL 'LIKE' case-insensitive comparison. (Bug #2030)
[jan] Allow charset aware IMAP searches.
[jan] Fix Google search block for non-ascii characters (Bug #1329).
[jan] Add quick-install instructions.
[jan] Improve performance of several framework packages.
[mms] Fix MIME_Contents:: caching in PHP 5 (Bug #1410).
[jan] Fix VC SVN backend to support user names with spaces
      (shimmanning@gmail.com, Bug #1919).
[cjh] Escape HTML in identity names (Bug #1910).
[mas] Use updated PostgreSQL function names.
[ben] Update application list in horde's LDAP schema
[cjh] Enforce maxlength restrictions in Horde_Form validation (Bug #1895).
[jan] Disable weather.com Block if not configured.
[cjh] Include sourceroot in VC cache keys (Bug #1783).
[jan] Add SQL script and instructions for MSDE databases (Bugs #1862, #1870,
      jeff@image-src.com).
[jan] Allow portal blocks to be larger than two column/rows (Bugs #1189, 1632).
[jan] Add SMTP authentication to problem reporting (Bug #1128).
[jan] Support help files in admin directory with translations.php (Bug #1344).
[jan] Fixed SQL binding for ODBC and MSSQL drivers (Bug #1816).
[jan] Add configuration option to set location of MIME magic database.
[mms] Make sure headers in a MIME_Part are encoded with the same character
      set used in that MIME_Part (Bug #1591).
[mms] Add List-Headers listed in RFC 2369 to the list of MIME Headers that
      can only appear once in a single header (Bug #1766).
[cjh] Fix typo in parsing of FREEBUSY data (Bug #1590).
[jan] Support SQLite and Oracle in all SQL backend configurations.
[cjh] Use bind variables in the Auth, VFS, and SessionHandler SQL drivers,
      and in scripts/remove_prefs.php (selsky@columbia.edu, Bugs #1665,
      #1666, #1667, #1668, #1677).
[cjh] session_set_cookie_params() expects a relative timeout; setcookie wants
      absolute. Go back to a configinteger for $conf['session']['timeout'] and
      add time() to that value in setcookie() calls (Bugs #1302, #1658).
      THIS MAY BREAK CONFIGURATIONS SET TO USE PHP CODE. MAKE SURE TO UPDATE
      YOUR $conf['session']['timeout'] SETTING AFTER UPGRADING.
[cjh] Use bind variables in the Prefs and Token SQL drivers
      (selsky@columbia.edu, Bugs #1652, #1653).
[mms] Prune expanded folders that no longer exist in IMAP_Tree (Bug #1517).
[cjh] Don't try to compress output if ZPS compression is on (Bug #1626).
[cjh] If an app only has one prefGroup, always show that prefGroup instead
      of showing an overview screen with only one entry.


------
v3.0.4
------

[cjh] Use fully qualified URLs in the AnselImage HTMLArea plugin (Bug #1259).
[cjh] SECURITY: Close XSS when setting the parent frame's page title by
      javascript.
[blc] Add PostgreSQL upgrade script (Brad Witte ).
[mjr] Fix Net_IMSP to properly handle multiple lines in addressbook fields.
[jan] Fix MIME decoding of strings that contain "%" in multibyte sequences
      (Bug #1423).
[cjh] Control space under the menu bar with a themeable style (Bug #1421).
[cjh] Fix Horde_Tree with the multiline option so that row styles extend over
      the whole height of the row.
[cjh] If configuration files that have a .dist version are missing,
      Horde_Test::configFilesMissing() will copy the defaults over if Horde
      can write to the filesystem (Bug #1015).
[cjh] Fix AnselImage HTMLArea plugin (Bug #1470).
[cjh] Just retrieve uid when listing users in the LDAP Authentication driver.
[cjh] Add choraPrefs to the hordePerson LDAP schema (Bug #1452).
[cjh] 'rootdn' is not required for LDAP preferences (Bug #1453).
[mms] Fix IMAP thread creation when the base level contains more than one
      message.
[jan] Allow vCards with lowercase field descriptors.
[jan] Improve tar/gzip MIME viewer to better show unzipped content.
[mjr] Better error handling in Net_IMSP.
[mms] Speed improvements and sorting fixes for IMAP_Tree.
[mms] IMAP_Tree now handles non-uppercased 'INBOX' strings returned from the
      mail server (Bug #199).
[mms] Rebuild certain internal MIME_Part data when retrieving from a cache.
[jan] Show database specific connection parameters in configuration screen.
[mms] IMAP_Tree now correctly updated when subscribing/unsubscribing from a
      mailbox (Bug #1111).
[mms] Make IMAP searches of non-"standard" headers work with the NOT directive
      (Bug #1368).
[jan] Fixed double line numbers in Source-highlight MIME viewer (Bug #1383).
[mms] Fix IMAP_Thread when dealing with the first message in the mailbox
      (Bug #1257).
[cjh] Fix menu heights in Safari.
[jan] Catch errors from configuration files to avoid blank pages.
[jan] Support mime_magic extension again if fileinfo is not present.


------
v3.0.3
------

[mjr] Net_IMSP now correctly handles addressbook names containing spaces
      (Bug #1286).
[cjh] Implement clear() in the LDAP prefs driver (Bug #1335).
[cjh] Don't list uninstalled applications as initial_application options
      (Bug #1324).
[jan] Fix postauthenticate hook, not completely denying access after a failed
      login (Bug #1320).
[jan] Checkboxes in portal block setup forms are correctly checked now
      (Bug #1247).
[mms] Allow IMAP searches to work on headers with multiple entries
      (kolb@bitlab.hu) (Bug #1330).
[mms] Correctly sort INBOX subfolders in IMAP_Sort (Bug #1291).
[cjh] Turn off Form Tokens in the configuration interface.
[jan] Sort user and group lists in permissions interface (Bug #1305).
[jan] Allow to enter PHP code in the session timeout configuration (Bug #1302).


----------
v3.0.3-RC1
----------

[mms] Fix bug in Text_Flowed where unquoted lines could not be flowed.
[cjh] Fix logic problems with the MySQL and OCI8 session handlers that
      prevented them from handling restarting a session cleanly (Bug #1097).
[cjh] Fix persistence of $conf['mailer']['params']['auth'] in the Setup UI
      (Bug #1287).
[jan] Improve performance of DataTree operations like reading email message
      histories.
[jan] Log successful logins and logouts with the NOTICE level (Vilius Sumskas
      ).
[cjh] Encode HTML entities in Horde_Form_Type_longtext display (Bug #1267).
[mms] Fix session handling to ensure variables are persistent across function
      calls (Gary Windham ).
[mms] Improvements to WebCPP MIME_Viewer rendered output.
[mms] More fixes for URLs with '&' when passing through the sanitizer.
[jan] Make wrapping menus looking nicer in Gecko and KHTML based browsers.
[jan] Fix MIME viewer for gzip files that don't contain tar files.
[cjh] Fix visibility of  tags inside smallheader blocks for the Cornflower
      theme (Bug #1206).
[cjh] Do not cache javascript served via services/javascript.php (Bug #1140).
[cjh] Fix management of categories that contain quotes (Bug #1202).
[cjh] Handle addresses that are already surrounded by quotes in
      MIME::_rfc822Encode() (Bug #1143).
[cjh] Fix VC_svn's handling of directory names with spaces (Bug #1123).
[cjh] Fix caching logic that was causing VC to not properly refresh objects in
      a timely manner.
[jan] Allow to set fixed table cell widths in WYSIWYG editor.


------
v3.0.2
------

[cjh] Make sure not to throw errors when bad emails are supplied in
      services/problem.php (Bug #1070).
[jan] Fix wrong charset of refreshed menu frame if not using UTF-8 (Bugs
      #1052, #1055).
[jan] Fix left menu tree collapsing after each refresh (Bug #1072).
[jan] Fix sidebar being loaded twice if not using cookies (Bug #1076).


------
v3.0.1
------

[jan] Test for session.auto_start.
[mms] Fix parsing of header with undisclosed-recipients (Bug #1057).
[cjh] Add a browser quirk for browsers that don't support overflow:hidden in
      table cells (KHTML).
[jan] Fix application links if not using cookies (Bug #1029).
[mms] Fix disabling of maintenance confirmations (Bug #1027).
[cjh] Fix alignment of Help window header in MSIE (Bug #1023).
[cjh] Fix the Horde_Block graphics to be indexed, not grayscale (Bug #1051).
[cjh] SECURITY: Close several XSS vulnerabilities.
[mms] Make sure external URL's work correctly when the URL contains '&' as
      the delimiter.
[cjh] Fix infinite loop with Auth_application driver (Bug #1004).
[cjh] Never set an empty Horde_Tree cookie (Bug #1022).
[mms] Fix displaying of folders in IMAP_Tree:: for IMAP servers that don't use
      'INBOX' as their delimiter (Bug #1014).
[cjh] HORDE_MENU_MASK_NONE now really means only explicitly added menu items
      are displayed.
[cjh] Ignore H3 in version comparisons (Bug #1017).
[cjh] DataTree_null now stubs out the full DataTree API to avoid fatal errors
      when not using a permanent backend.
[jan] Fix deleting of identities (Bug #1018).


----
v3.0
----

[cjh] Try to catch dangerous URLs in the dereferrer (go.php).
[cjh] Improve tree graphics for right-to-left languages (Vahid Ghafarpour
      ).
[mms] Fix IMAP_Tree display if folder contains the text 'pop3'.
[cjh] Fix the Horde_Form date picker popup in Konqueror/Safari (Bug #963).
[jan] Spaces in tree views with Internet Explorer have been fixed.


--------
v3.0-RC3
--------

[cjh] Always reload frameset after logging in (Bug #814).
[cjh] Fix menu rendering for IE 5.0/Mac.
[cjh] Turn off PNG transparency for IE by default.
[cjh] Allow to pass an array of attributes to Horde::img().
[cjh] Allow to set a password for the auto authentication driver.
[jan] Add option for null driver to mailer configuration.
[jan] Fix configuration of ZPS cache.
[jan] Fix some javascript errors with IE 5.0.
[cjh] The "Horde Purple" theme is now simply another theme that inherits from
      the global CSS settings, instead of being both the parent theme as well
      as a user-chooseable option.  The default graphics are now in a
      top-level themes/graphics directory as well for use by all themes.


--------
v3.0-RC2
--------

[jan] Show tab with the field that didn't validate on submitted forms.
[mms] Add a generic MIME_Viewer that will display the raw text of text/*
      parts that we do not have a specific viewer for.


--------
v3.0-RC1
--------

[cjh] Use HORDE_MENU_MASK_* constants for determining what links are shown
      on menus.
[jan] Create default parameters when adding a new block to the portal.
[mms] Autodetect exact version of IE (5.0+) on login and turn off compression
      only for buggy versions.
[cjh] Use an IE behavior for handling alpha transparency with PNG images
      instead of an onload handler.
[mms] Allow all folders to be pre-fetched when intializing IMAP_Tree::.
[mms] Added extensions to the form renderer for the file selection API.
[cjh] Render all menus as ';
            return $html;
        }
        try {
            $forecast = $this->_weather->getForecast($location->code, $this->_params['days']);
            $station = $this->_weather->getStation();
            $current = $this->_weather->getCurrentConditions($location->code);
        } catch (Horde_Service_Weather_Exception $e) {
            return $e->getMessage();
        }

        // Units to display as
        $units = $this->_weather->getUnits($this->_weather->units);

        // Location and local time.
        $html .= '
' . '' . $station->name . ''; if ($current->time->timestamp()) { $html .= ' ' . sprintf(_("Local time: %s %s (UTC %s)"), $current->time->strftime($GLOBALS['prefs']->getValue('date_format')), $current->time->strftime($GLOBALS['prefs']->getValue('time_format')), $station->getOffset()); } $html .= '
'; $html .= '
'; // Sunrise/sunset. if ($station->sunrise) { $html .= '' . _("Sunrise") . ': ' . Horde_Themes_Image::tag('block/sunrise/sunrise.png', array('alt' => _("Sunrise"))) . sprintf("%s %s", $station->sunrise->strftime($GLOBALS['prefs']->getValue('date_format')), $station->sunrise->strftime($GLOBALS['prefs']->getValue('time_format'))); $html .= ' ' . _("Sunset") . ': ' . Horde_Themes_Image::tag('block/sunrise/sunset.png', array('alt' => _("Sunset"))) . sprintf("%s %s", $station->sunset->strftime($GLOBALS['prefs']->getValue('date_format')), $station->sunset->strftime($GLOBALS['prefs']->getValue('time_format'))); $html .= '
'; } // Temperature. $html .= '' . _("Temperature") . ': ' . $current->temp . '°' . Horde_String::upper($units['temp']); // Dew point. if (is_numeric($current->dewpoint)) { $html .= ' ' . _("Dew point") . ': ' . round($current->dewpoint) . '°' . Horde_String::upper($units['temp']); } // Feels like temperature. // @TODO: Need to parse if wind chill/heat index etc.. // $html .= ' ' . _("Feels like: ") . '' . // round($this->_weather['feltTemperature']) . '°' . Horde_String::upper($units['temp']); // Pressure and trend. if ($current->pressure) { $html .= '
' . _("Pressure") . ': '; $trend = $current->pressure_trend; if (empty($trend)) { $html .= sprintf('%d %s', round($current->pressure), $units['pres']); } else { $html .= sprintf(_("%d %s and %s"), round($current->pressure), $units['pres'], _($trend)); } } if ($current->wind_direction) { // Wind. $html .= '
' . _("Wind") . ': '; $html .= sprintf( _("From the %s (%s °) at %s %s"), $current->wind_direction, $current->wind_degrees, $current->wind_speed, $units['wind']); if ($current->wind_gust > 0) { $html .= ', ' . _("gusting") . ' ' . $current->wind_gust . ' ' . $units['wind']; } } // Humidity. if ($current->humidity) { $html .= '
' . _("Humidity") . ': ' . $current->humidity; } if ($current->visibility) { // Visibility. $html .= ' ' . _("Visibility") . ': ' . round($current->visibility) . ' ' . $units['vis']; } // Current condition. $condition = $current->condition; $html .= '
' . _("Current condition") . ': ' . Horde_Themes_Image::tag('weather/32x32/' . $current->icon) . ' ' . $condition . '
'; // Forecast if ($this->_params['days'] > 0) { $html .= '
' . sprintf(_("%d-day forecast"), $this->_params['days']) . '
'; $futureDays = 0; $html .= ''; // Headers. $html .= ''; $html .= ''; if (isset($this->_params['detailedForecast'])) { if (in_array(Horde_Service_Weather::FORECAST_FIELD_PRECIPITATION, $forecast->fields)) { $html .= ''; } if (in_array(Horde_Service_Weather::FORECAST_FIELD_HUMIDITY, $forecast->fields)) { $html .= ''; } if (in_array(Horde_Service_Weather::FORECAST_FIELD_WIND, $forecast->fields)) { $html .= ''; } } $html .= ''; $which = -1; foreach ($forecast as $day) { $which++; if ($which > $this->_params['days']) { break; } $html .= ''; // Day name. $html .= ''; // Forecast condition. $condition = $day->conditions; // Temperature. $html .= ''; // Condition. $html .= ''; if (isset($this->_params['detailedForecast'])) { if (in_array(Horde_Service_Weather::FORECAST_FIELD_PRECIPITATION, $forecast->fields)) { $html .= ''; } if (in_array(Horde_Service_Weather::FORECAST_FIELD_HUMIDITY, $forecast->fields)) { $html .= ''; } if (in_array(Horde_Service_Weather::FORECAST_FIELD_WIND, $forecast->fields)) { // Winds. if ($day->wind_direction) { $html .= ''; } else { $html .= ''; } } } $html .= ''; $futureDays++; } $html .= '
' . _("Day") . '' . sprintf(_("Temperature%s(%sHi%s/%sLo%s)"), '
', '', '', '', '') . '
' . _("Condition") . '' . sprintf(_("Precipitation%schance"), '
') . '
' . _("Humidity") . '' . _("Wind") . '
'; if ($which == 0) { $html .= _("Today"); } elseif ($which == 1) { $html .= _("Tomorrow"); } else { $html .= strftime('%A', mktime(0, 0, 0, date('m'), date('d') + $futureDays, date('Y'))); } $html .= '
' . strftime('%b %d', mktime(0, 0, 0, date('m'), date('d') + $futureDays, date('Y'))) . '
' . '' . $day->high . '°' . Horde_String::upper($units['temp']) . '/' . '' . $day->low . '°' . Horde_String::upper($units['temp']) . '' . Horde_Themes_Image::tag('weather/32x32/' . $day->icon) . '
' . $condition . '
' . ($day->precipitation_percent >= 0 ? $day->precipitation_percent . '%' : _("N/A")) . '' . ($day->humidity ? $day->humidity . '%': _("N/A")) . '' . ' ' . sprintf(_("From the %s at %s %s"), $day->wind_direction, $day->wind_speed, $units['wind']); if ($day->wind_gust && $day->wind_gust > $day->wind_speed) { $html .= ', ' . _("gusting") . ' ' . $day->wind_gust . ' ' . $units['wind']; } $html .= '' . _("N/A") . '
'; } if ($this->_weather->logo) { $html .= '
' . _("Weather data provided by") . ' ' . Horde::link( Horde::externalUrl($this->_weather->link), $this->_weather->title, '', '_blank', '', $this->_weather->title) . Horde_Themes_Image::tag($this->_weather->logo) . '
'; } else { $html .= '
' . _("Weather data provided by") . ' ' . Horde::link( Horde::externalUrl($this->_weather->link), $this->_weather->title, '', '_blank', '', $this->_weather->title) . '' . $this->_weather->title . '' . '
'; } return $html . ''; } } tmpIMUtxu/horde-5.2.17/lib/Block/Feed.php0000644000175000017500000000602513160205253017651 0ustar mathieumathieuenabled = class_exists('Horde_Feed'); $this->_name = _("Syndicated Feed"); } /** */ protected function _params() { return array( 'uri' => array( 'type' => 'text', 'name' => _("Feed Address") ), 'limit' => array( 'name' => _("Number of articles to display"), 'type' => 'int', 'default' => 10 ), 'interval' => array( 'name' => _("How many seconds before we check for new articles?"), 'type' => 'int', 'default' => 86400 ), 'details' => array( 'name' => _("Show extra detail?"), 'type' => 'boolean', 'default' => 20 ) ); } /** */ protected function _title() { $this->_read(); return ($this->_feed instanceof Horde_Feed_Base) ? $this->_feed->title() : _("Feed"); } /** */ protected function _content() { $this->_read(); if ($this->_feed instanceof Horde_Feed_Base) { $html = ''; $count = 0; foreach ($this->_feed as $entry) { if (++$count > $this->_params['limit']) { break; } $html .= '_params['details'])) { $html .= ' title="' . htmlspecialchars(strip_tags($entry->description())) . '"'; } $html .= '>' . htmlspecialchars($entry->title) . ''; if (!empty($this->_params['details'])) { $html .= '
' . htmlspecialchars(strip_tags($entry->description())). "
\n"; } $html .= '
'; } return $html; } return is_string($this->_feed) ? $this->_feed : ''; } /** */ private function _read() { if (empty($this->_params['uri'])) { return; } $key = md5($this->_params['uri']); $cache = $GLOBALS['injector']->getInstance('Horde_Cache'); $feed = $cache->get($key, $this->_params['interval']); if (!empty($feed)) { $this->_feed = unserialize($feed); } try { $client = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_HttpClient') ->create(); $feed = Horde_Feed::readUri($this->_params['uri'], $client); $cache->set($key, serialize($feed)); $this->_feed = $feed; } catch (Exception $e) { $this->_feed = $e->getMessage(); } } } tmpIMUtxu/horde-5.2.17/lib/Block/Cloud.php0000644000175000017500000000323613160205253020055 0ustar mathieumathieu * @package Horde */ class Horde_Block_Cloud extends Horde_Core_Block { /** */ public function __construct($app, $params = array()) { parent::__construct($app, $params); $this->_name = _("Tag Cloud"); } /** */ protected function _content() { $cloud = new Horde_Core_Ui_TagCloud(); foreach ($this->_getTags() as $tag) { $cloud->addElement( $tag['tag_name'], '#', $tag['count'], null, 'doSearch(\'' . $tag['tag_name'] . '\'); return false;'); } Horde::startBuffer(); include HORDE_TEMPLATES . '/block/cloud.inc'; return Horde::endBuffer() . '
 ' . Horde_Themes_Image::tag('loading.gif', array( 'attr' => array( 'id' => 'cloudloadingimg', 'style' => 'display:none;' ) )) . '
' . $cloud->buildHTML() . '
'; } /** */ protected function _getTags() { global $registry; $results = array(); foreach ($registry->listAPIs() as $api) { if ($registry->hasMethod($api . '/listTagInfo')) { try { $results = array_merge( $results, $registry->call( $api . '/listTagInfo', array(null, $registry->getAuth()))); } catch (Horde_Exception $e) {} } } return $results; } } tmpIMUtxu/horde-5.2.17/lib/Block/Iframe.php0000644000175000017500000000433513160205253020213 0ustar mathieumathieu_name = _("View an external web page"); } /** */ protected function _params() { return array( 'iframe' => array( 'type' => 'text', 'name' => _("URL"), 'default' => '' ), 'title' => array( 'type' => 'text', 'name' => _("Title") ), 'height' => array( 'type' => 'enum', 'name' => _("Height"), 'default' => '600', 'values' => array( '480' => _("Small"), '600' => _("Medium"), '768' => _("Large"), '1024' => _("Extra Large") ) ) ); } /** */ protected function _title() { $title = !empty($this->_params['title']) ? $this->_params['title'] : $this->_params['iframe']; $url = new Horde_Url(Horde::externalUrl($this->_params['iframe'])); return htmlspecialchars($title) . $url->link(array('target' => '_blank')) . Horde_Themes_Image::tag('external.png', array( 'attr' => array( 'style' => 'vertical-align:middle;padding-left:.3em' ) )) . ''; } /** */ protected function _content() { global $browser; if (!$browser->hasFeature('iframes')) { return _("Your browser does not support this feature."); } if (empty($this->_params['height'])) { $height = ($browser->isBrowser('msie') || $browser->isBrowser('webkit')) ? '' : ' height="100%"'; } else { $height = ' height="' . htmlspecialchars($this->_params['height']) . '"'; } return ''; } } tmpIMUtxu/horde-5.2.17/lib/Block/Time.php0000644000175000017500000000243213160205253017702 0ustar mathieumathieu_name = _("Current Time"); } /** */ protected function _params() { return array( 'time' => array( 'type' => 'enum', 'name' => _("Time format"), 'default' => '24-hour', 'values' => array( '24-hour' => _("24 Hour Format"), '12-hour' => _("12 Hour Format") ) ) ); } /** */ protected function _content() { if (empty($this->_params['time'])) { $this->_params['time'] = '24-hour'; } // Set the timezone variable, if available. $GLOBALS['registry']->setTimeZone(); $html = '
' . strftime('%A, %B %d, %Y '); if ($this->_params['time'] == '24-hour') { $html .= strftime('%H:%M'); } else { $html .= strftime('%I:%M %p'); } return $html . '
'; } } tmpIMUtxu/horde-5.2.17/lib/Block/Vatid.php0000644000175000017500000001057313160205253020060 0ustar mathieumathieuenabled = Horde_Util::loadExtension('soap'); $this->_name = _("EU VAT identification"); } /** */ protected function _title() { return _("VAT id number verification"); } /** */ protected function _content() { global $page_output; $name = strval(new Horde_Support_Randomid()); $page_output->addScriptFile('vatid.js', 'horde'); $page_output->addInlineScript(array( '$("' . $name . '").observe("submit", HordeBlockVatid.onSubmit.bindAsEventListener(HordeBlockVatid))' ), true); return '
' . Horde_Util::formInput() . Horde::label('vatid', _("VAT identification number:")) . '
' . '
' . Horde_Themes_Image::tag('loading.gif', array( 'alt' => _("Checking"), 'attr' => array('style' => 'display:none') )) . '
' . '
'; } /** */ protected function _ajaxUpdate(Horde_Variables $vars) { $html = ''; $vatid = str_replace(' ', '', $vars->vatid); if (empty($vatid) || !preg_match('/^([A-Z]{2})([0-9A-Za-z\+\*\.]{2,12})$/', $vatid, $matches)) { return '
' . $this->_error(_("Invalid VAT identification number format.")); } if (empty($matches)) { return; } try { $client = new SoapClient( 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl', array('exceptions' => true)); $result = $client->checkVat(array( 'countryCode' => $matches[1], 'vatNumber' => $matches[2] )); if ($result->valid) { $html .= '' . _("This VAT identification number is valid.") . '
'; } else { $html .= $this->_error(_("This VAT identification number is invalid.")) . '
'; } $html .= '' . _("Country") . ': ' . $result->countryCode . '
' . _("VAT number") . ': ' . $result->vatNumber . '
' . _("Date") . ': ' . strftime($GLOBALS['prefs']->getValue('date_format'), strtotime($result->requestDate)) . '
'; if (!empty($result->name)) { $html .= '' . _("Name") . ': ' . $result->name . '
'; } if (!empty($result->address)) { $html .= '' . _("Address") . ': ' . $result->address . '
'; } } catch (SoapFault $e) { $error = $e->getMessage(); switch (true) { case strpos($error, 'INVALID_INPUT'): $error = _("The provided country code is invalid."); break; case strpos($error, 'SERVICE_UNAVAILABLE'): $error = _("The service is currently not available. Try again later."); break; case strpos($error, 'MS_UNAVAILABLE'): $error = _("The member state service is currently not available. Try again later or with a different member state."); break; case strpos($error, 'TIMEOUT'): $error = _("The member state service could not be reached in time. Try again later or with a different member state."); break; case strpos($error, 'SERVER_BUSY'): $error = _("The service is currently too busy. Try again later."); break; } $html .= $this->_error($error); } return $html; } /** */ private function _error($text) { return '' . $text . ''; } } tmpIMUtxu/horde-5.2.17/lib/Block/Metar.php0000644000175000017500000004460113160205253020060 0ustar mathieumathieuenabled = (!empty($GLOBALS['conf']['sql']['phptype']) && class_exists('Services_Weather') && class_exists('DB')); $this->_name = _("Metar Weather"); } /** */ protected function _title() { return _("Current Weather"); } /** */ protected function _params() { $db = $GLOBALS['injector']->getInstance('Horde_Core_Factory_DbPear')->create(); $result = $db->query('SELECT icao, name, country FROM metarAirports ORDER BY country'); if ($result instanceof PEAR_Error) { throw new Horde_Exception($result); } $locations = array(); while ($row = $result->fetchRow(DB_FETCHMODE_ASSOC)) { $locations[$row['country']][$row['icao']] = $row['name']; } return array( 'location' => array( 'type' => 'mlenum', 'name' => _("Location"), 'default' => 'KSFB', 'values' => $locations, ), 'units' => array( 'type' => 'enum', 'name' => _("Units"), 'default' => 's', 'values' => array( 's' => _("Standard"), 'm' => _("Metric") ) ), 'knots' => array( 'type' => 'checkbox', 'name' => _("Wind speed in knots"), 'default' => 0 ), 'taf' => array( 'type' => 'checkbox', 'name' => _("Display forecast (TAF)"), 'default' => 0 ) ); } /** */ private function _row($label, $content) { return '
' . $label . ': ' . $content; } /** */ private function _sameRow($label, $content) { return ' ' . $label . ': ' . $content; } /** */ protected function _content() { global $conf; static $metarLocs; if (empty($this->_params['location'])) { throw new Horde_Exception(_("No location is set.")); } if (!is_array($metarLocs)) { $metarLocs = $this->getParams(); } $metar = Services_Weather::service('METAR', array('debug' => 0)); $metar->setMetarDB($conf['sql']); $metar->setUnitsFormat($this->_params['units']); $metar->setDateTimeFormat('M j, Y', 'H:i'); $metar->setMetarSource('http'); $units = $metar->getUnitsFormat($this->_params['units']); $weather = $metar->getWeather($this->_params['location']); if (is_a($weather, 'PEAR_Error')) { $html = $weather->getMessage(); return $html; } $html = '' . '
' . sprintf('%s, %s (%s)', $metarLocs['location']['values'][$this->_params['__location']][$this->_params['location']], $this->_params['__location'], $this->_params['location']) . '
' . _("Last Updated:") . ' ' . $weather['update'] . '

'; // Wind. if (isset($weather['wind'])) { $html .= '' . _("Wind:") . ' '; if ($weather['windDirection'] == 'Variable') { if (!empty($this->_params['knots'])) { $html .= sprintf(_("%s at %s %s"), $weather['windDirection'], round($metar->convertSpeed($weather['wind'], $units['wind'], 'kt')), 'kt'); } else { $html .= sprintf(_("%s at %s %s"), $weather['windDirection'], round($weather['wind']), $units['wind']); } } elseif (($weather['windDegrees'] == '000') && ($weather['wind'] == '0')) { $html .= sprintf(_("calm")); } else { $html .= sprintf(_("from the %s (%s) at %s %s"), $weather['windDirection'], $weather['windDegrees'], empty($this->_params['knots']) ? round($weather['wind']) : round($metar->convertSpeed($weather['wind'], $units['wind'], 'kt')), empty($this->_params['knots']) ? $units['wind'] : 'kt'); } } if (isset($weather['windGust'])) { if ($weather['windGust']) { if (!empty($this->_params['knots'])) { $html .= sprintf(_(", gusting %s %s"), round($metar->convertSpeed($weather['windGust'], $units['wind'], 'kt')), 'kt'); } else { $html .= sprintf(_(", gusting %s %s"), round($weather['windGust']), $units['wind']); } } } if (isset($weather['windVariability'])) { if ($weather['windVariability']['from']) { $html .= sprintf(_(", variable from %s to %s"), $weather['windVariability']['from'], $weather['windVariability']['to']); } } // Visibility. if (isset($weather['visibility'])) { $html .= $this->_sameRow(_("Visibility"), $weather['visibility'] . ' ' . $units['vis']); } // Temperature/DewPoint. if (isset($weather['temperature'])) { $html .= $this->_row(_("Temperature"), round($weather['temperature']) . '°' . Horde_String::upper($units['temp'])); } if (isset($weather['dewPoint'])) { $html .= $this->_sameRow(_("Dew Point"), round($weather['dewPoint']) . '°' . Horde_String::upper($units['temp'])); } if (isset($weather['feltTemperature'])) { $html .= $this->_sameRow(_("Feels Like"), round($weather['feltTemperature']) . '°' . Horde_String::upper($units['temp'])); } // Pressure. if (isset($weather['pressure'])) { $html .= $this->_row(_("Pressure"), $weather['pressure'] . ' ' . $units['pres']); } // Humidity. if (isset($weather['humidity'])) { $html .= $this->_sameRow(_("Humidity"), round($weather['humidity']) . '%'); } // Clouds. if (isset($weather['clouds'])) { $clouds = ''; foreach ($weather['clouds'] as $cloud) { $clouds .= '
'; if (isset($cloud['height'])) { $clouds .= sprintf(_("%s at %s %s"), $cloud['amount'], $cloud['height'], $units['height']); } else { $clouds .= $cloud['amount']; } } $html .= $this->_row(_("Clouds"), $clouds); } // Conditions. if (isset($weather['condition'])) { $html .= $this->_row(_("Conditions"), $weather['condition']); } // Remarks. if (isset($weather['remark'])) { $remarks = ''; $other = ''; foreach ($weather['remark'] as $remark => $value) { switch ($remark) { case 'seapressure': $remarks .= '
' . _("Pressure at sea level: ") . $value . ' ' . $units['pres']; break; case 'precipitation': foreach ($value as $precip) { if (is_numeric($precip['amount'])) { $remarks .= '
' . sprintf(ngettext("Precipitation for last %d hour: ", "Precipitation for last %d hours: ", $precip['hours']), $precip['hours']) . $precip['amount'] . ' ' . $units['rain']; } else { $remarks .= '
' . sprintf(ngettext("Precipitation for last %d hour: ", "Precipitation for last %d hours: ", $precip['hours']), $precip['hours']) . $precip['amount']; } } break; case 'snowdepth': $remarks .= '
' . _("Snow depth: ") . $value . ' ' . $units['rain']; break; case 'snowequiv': $remarks .= '
' . _("Snow equivalent in water: ") . $value . ' ' . $units['rain']; break; case 'sunduration': $remarks .= '
' . sprintf(_("%d minutes"), $value); break; case '1htemp': $remarks .= '
' . _("Temp for last hour: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case '1hdew': $remarks .= '
' . _("Dew Point for last hour: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case '6hmaxtemp': $remarks .= '
' . _("Max temp last 6 hours: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case '6hmintemp': $remarks .= '
' . _("Min temp last 6 hours: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case '24hmaxtemp': $remarks .= '
' . _("Max temp last 24 hours: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case '24hmintemp': $remarks .= '
' . _("Min temp last 24 hours: ") . round($value) . '°' . Horde_String::upper($units['temp']); break; case 'sensors': foreach ($value as $sensor) { $remarks .= '
' . _("Sensor: ") . $sensor; } break; default: $other .= '
' . $value; break; } } $html .= $this->_row(_("Remarks"), $remarks . $other); } // TAF if (!empty($this->_params['taf'])) { $taf = $metar->getForecast($this->_params['location']); if (!is_a($taf, 'PEAR_Error')) { $forecast = ''; $forecast .= '
' . _("Forecast (TAF)") . '
'; $forecast .= 'Valid: ' . $taf['validFrom'] . ' - ' . $taf['validTo'] . '

'; $item = 0; foreach ($taf['time'] as $time => $entry) { $item++; $forecast .= ''; $forecast .= ''; $forecast .= ''; if (isset($entry['fmc'])) { $item++; foreach ($entry['fmc'] as $fmcEntry) { $forecast .= ''; $forecast .= ''; $forecast .= ''; } } } $forecast .= '
' . $time . 'Wind: '; if (isset($entry['wind'])) { if ($entry['windDirection'] == 'Variable') { if (!empty($this->_params['knots'])) { $forecast .= sprintf(_("%s at %s %s"), strtolower($entry['windDirection']), round($metar->convertSpeed($entry['wind'], $units['wind'], 'kt')), 'kt'); } else { $forecast .= sprintf(_("%s at %s %s"), $entry['windDirection'], round($entry['wind']), $units['wind']); } } elseif (($entry['windDegrees'] == '000') && ($entry['wind'] == '0')) { $forecast .= sprintf(_("calm")); } else { $forecast .= sprintf(_("from the %s (%s) at %s %s"), $entry['windDirection'], $entry['windDegrees'], empty($this->_params['knots']) ? round($entry['wind']) : round($metar->convertSpeed($entry['wind'], $units['wind'], 'kt')), empty($this->_params['knots']) ? $units['wind'] : 'kt'); } $forecast .= '
'; } if (isset($entry['temperatureLow']) || isset($entry['temperatureHigh'])) { $forecast .= 'Temperature'; if (isset($entry['temperatureLow'])) { $forecast .= ' Low:'; $forecast .= $entry['temperatureLow']; } if (isset($entry['temperatureHigh'])) { $forecast .= ' High:'; $forecast .= $entry['temperatureHigh']; } $forecast .= '
'; } if (isset($entry['windshear'])) { $forecast .= 'Windshear:'; $forecast .= sprintf(_("from the %s (%s) at %s %s"), $entry['windshearDirection'], $entry['windshearDegrees'], $entry['windshearHeight'], $units['height']); $forecast .= '
'; } if (isset($entry['visibility'])) { $forecast .= 'Visibility: '; $forecast .= strtolower($entry['visQualifier']) . ' ' . $entry['visibility'] . ' ' . $units['vis']; $forecast .= '
'; } if (isset($entry['condition'])) { $forecast .= 'Conditions: '; $forecast .= $entry['condition']; $forecast .= '
'; } $forecast .= 'Clouds: '; foreach ($entry['clouds'] as $clouds) { if (isset($clouds['type'])) { $forecast .= ' ' . $clouds['type']; } $forecast .= ' ' . $clouds['amount']; if (isset($clouds['height'])) { $forecast .= ' at ' . $clouds['height'] . ' ' . $units['height']; } else { $forecast .= ' '; } } $forecast .= '
'; $forecast .= '* ' . $fmcEntry['from'] . '
- ' . $fmcEntry['to'] . '
'; $forecast .= 'Type: ' . $fmcEntry['type']; if (isset($fmcEntry['probability'])) { $forecast .= ' Prob: ' . $fmcEntry['probability'] . '%'; } if (isset($fmcEntry['condition'])) { $forecast .= ' Conditions: ' . $fmcEntry['condition']; } if (isset($fmcEntry['clouds'])) { $forecast .= ' Clouds:'; foreach ($fmcEntry['clouds'] as $fmcClouds) { if (isset($fmcClouds['type'])) { $forecast .= ' ' . $fmcClouds['type']; } if (isset($fmcClouds['height'])) { $forecast .= ' ' . $fmcClouds['amount']; $forecast .= ' ' . $fmcClouds['height']; $forecast .= ' ' . $units['height']; } else { $forecast .= ' ' . $fmcClouds['amount']; } } } if (isset($fmcEntry['visQualifier'])) { $forecast .= ' Visibility: '; $forecast .= strtolower($fmcEntry['visQualifier']) . ' '; $forecast .= $fmcEntry['visibility'] . ' ' . $units['vis']; } $forecast .= '
'; $html .= $forecast; } } return $html; } } tmpIMUtxu/horde-5.2.17/lib/Block/Google.php0000644000175000017500000000301713160205253020220 0ustar mathieumathieuenabled = isset($GLOBALS['conf']['api']['googlesearch']); $this->_name = _("Google Search"); } /** */ protected function _content() { Horde::startBuffer(); ?>
...
* @author Jan Schneider * @package Horde */ class Horde_Block_Account extends Horde_Core_Block { /** */ public function __construct($app, $params = array()) { parent::__construct($app, $params); $this->_name = _("Account Information"); } /** */ protected function _title() { return _("My Account Information"); } /** */ protected function _content() { global $registry, $conf; $params = array_merge( (array)$conf['accounts']['params'], array('user' => $registry->getAuth())); switch ($conf['accounts']['driver']) { case 'null': $mydriver = new Horde_Block_Account_Base($params); break; case 'localhost': case 'finger': //case 'kolab': $class = 'Horde_Block_Account_' . Horde_String::ucfirst($conf['accounts']['driver']); $mydriver = new $class($params); break; case 'ldap': $params = Horde::getDriverConfig('accounts', 'ldap'); $params['ldap'] = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_Ldap') ->create('horde', 'accounts'); $params['user'] = $registry->getAuth($params['strip'] ? 'bare' : null); $mydriver = new Horde_Block_Account_Ldap($params); break; default: return ''; } try { // Check for password status. $status = $mydriver->checkPasswordStatus(); $table = array(_("User Name") => $mydriver->getUsername()); if ($fullname = $mydriver->getFullname()) { $table[_("Full Name")] = $fullname; } if ($home = $mydriver->getHome()) { $table[_("Home Directory")] = $home; } if ($shell = $mydriver->getShell()) { $table[_("Default Shell")] = $shell; } if ($quota = $mydriver->getQuota()) { $table[_("Quota")] = sprintf( _("%.2fMB used of %.2fMB allowed (%.2f%%)"), $quota['used'] / ( 1024 * 1024.0), $quota['limit'] / ( 1024 * 1024.0), ($quota['used'] * 100.0) / $quota['limit']); } if ($lastchange = $mydriver->getPasswordChange()) { $table[_("Last Password Change")] = $lastchange; } } catch (Horde_Exception $e) { return $e->getMessage(); } $output = ''; if ($status) { $output .= ''; } foreach ($table as $key => $value) { $output .= "\n"; } $output .= "

' . Horde_Themes_Image::tag('alerts/warning.png', array('alt' => _("Warning"))) . '  ' . $status . '

$key$value
\n"; if (!$registry->isInactive('forwards') && $registry->hasMethod('summary', 'forwards')) { try { $summary = $registry->callByPackage('forwards', 'summary'); $output .= '
' . $summary . "\n"; } catch (Exception $e) { } } if (!$registry->isInactive('vacation') && $registry->hasMethod('summary', 'vacation')) { try { $summary = $registry->callByPackage('vacation', 'summary'); $output .= '
' . $summary . "\n"; } catch (Exception $e) { } } return $output; } } tmpIMUtxu/horde-5.2.17/lib/Block/Account/0000755000175000017500000000000013162206567017701 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/Block/Account/Finger.php0000644000175000017500000000557213160205253021622 0ustar mathieumathieu * @author Jan Schneider * @package Horde */ class Horde_Block_Account_Finger extends Horde_Block_Account_Base { /** * Constructor. * * @param array $params Hash containing connection parameters. */ public function __construct($params = array()) { $params = array_merge( array('finger_path' => 'finger'), $params); parent::__construct($params); } /** * Returns a hash with parsed account information. * * @param array $output Array of finger output strings * * @return array A hash with account details parsed from output */ protected function _parseAccount($output) { $info = array(); foreach ($output as $line) { if (preg_match('/^.*Name: (.*)$/', $line, $regs)) { $info['fullname'] = $regs[1]; } elseif (preg_match('/^Directory: (.*)Shell: (.*)$/', $line, $regs)) { $info['home'] = trim($regs[1]); $info['shell'] = $regs[2]; } } return $info; } /** * Returns the user account. * * @return array A hash with complete account details. */ protected function _getAccount() { if (!isset($this->_information)) { $user = Horde_String::lower($this->getUsername()); if (!empty($this->_params['host'])) { $user .= '@' . $this->_params['host']; } $command = $this->_params['finger_path'] . ' ' . escapeshellarg($user); exec($command, $output); $this->_information = $this->_parseAccount($output); } return $this->_information; } /** * Returns some user detail. * * @param string $what Which information to return. * * @return string The user's detail. */ protected function _get($what) { $information = $this->_getAccount(); return $information[$what]; } /** * Returns the user's full name. * * @return string The user's full name. */ public function getFullname() { return $this->_get('fullname'); } /** * Returns the user's home (login) directory. * * @return string The user's directory. */ public function getHome() { return $this->_get('home'); } /** * Returns the user's default shell. * * @return string The user's shell. */ public function getShell() { return $this->_get('shell'); } } tmpIMUtxu/horde-5.2.17/lib/Block/Account/Localhost.php0000644000175000017500000001266013160205253022334 0ustar mathieumathieu * @author Jan Schneider * @package Horde */ class Horde_Block_Account_Localhost extends Horde_Block_Account_Base { /** * User information hash. * * @var array */ protected $_information; /** * Constructor. * * @param array $params Hash containing connection parameters. */ public function __construct($params = array()) { $params = array_merge( array('quota_path' => 'quota', 'grep_path' => 'grep'), $params); parent::__construct($params); } /** * Returns the user account from the posix information. * * @return array A hash with complete account details. * * @throws Horde_Exception if posix extension is missing. */ protected function _getAccount() { if (!isset($this->_information)) { // This won't work if we don't have posix extensions. if (!Horde_Util::extensionExists('posix')) { throw new Horde_Exception(_("POSIX extension is missing")); } $user = Horde_String::lower($this->getUsername()); $this->_information = posix_getpwnam($user); } return $this->_information; } /** * Returns the user's quota for servers with a unix quota command. * * This may require a modified "quota" command that allows the httpd * server account to get quotas for other users... It requires that your * web server and user server be the same server or at least have shared * authentication and file servers (e.g. via NIS/NFS). And last, it (as * written) requires the posix php extensions. * * If your quota command wraps the output onto two lines, then this module * will only work if you have a grep which supports the -A switch, and you * append an -A1 switch to your grep_path (e.g. '/bin/grep -A1'). * * @return array A quota array, elements are used bytes and limit bytes. * * @throws Horde_Exception if posix extension is missing. */ public function getQuota() { $information = $this->_getAccount(); $homedir = $information['dir']; // If we want mount point translations, then translate the login dir // name to a mount point. If not, then simply parse out the device // name from the login directory, and use that instead. if ($this->_params['translateMountPoint'] && file_exists($this->_params['translationTable'])) { $sysTab = File_Fstab::singleton($this->_params['translationTable']); do { $entry = $sysTab->getEntryForPath($homedir); $homedir = dirname($homedir); if ($homedir == '.' || empty($homedir)) { $homedir = '/'; } } while (is_a($entry, 'PEAR_Error')); $mountPoint = $entry->device; } else { $homedir = explode('/', $homedir); $mountPoint = '/' . $homedir[1]; } $cmdline = sprintf('%s -u %s 2>&1 | %s %s', $this->_params['quota_path'], $this->getUserName(), $this->_params['grep_path'], $mountPoint); exec($cmdline, $quota_data, $return_code); if ($return_code == 0 && !empty($quota_data[0])) { // In case of quota output wrapping on two lines, we concat the // second line of results, if any, here. if (!empty($quota_data[1])) { $quota_data[0] .= $quota_data[1]; } // Now parse out the quota info and return it. $quota = preg_split('/\s+/', trim($quota_data[0])); return array('used' => $quota[1] * 1024, 'limit' => $quota[2] * 1024); } return array(); } /** * Returns the user's full name. * * @return string The user's full name. * * @throws Horde_Exception if posix extension is missing. */ public function getFullname() { $information = $this->_getAccount(); $gecos_array = explode(',', $information['gecos']); return $gecos_array[0]; } /** * Returns the user's home (login) directory. * * @return string The user's directory. * * @throws Horde_Exception if posix extension is missing. */ public function getHome() { $information = $this->_getAccount(); return $information['dir']; } /** * Returns the user's default shell. * * @return string The user's shell. * * @throws Horde_Exception if posix extension is missing. */ public function getShell() { $information = $this->_getAccount(); return $information['shell']; } } tmpIMUtxu/horde-5.2.17/lib/Block/Account/Ldap.php0000644000175000017500000001704313160205253021264 0ustar mathieumathieu * @author Jan Schneider * @package Horde */ class Horde_Block_Account_Ldap extends Horde_Block_Account_Base { /** * Pointer to the LDAP connection. * * @var Horde_Ldap */ protected $_ldap; /** * User information hash. * * @var array */ protected $_information; /** * Constructor. * * @param array $params A hash containing connection parameters. */ public function __construct($params = array()) { $this->_ldap = $params['ldap']; unset($params['ldap']); parent::__construct($params); } /** * Returns the win32 AD epoch number of days the password may be unchanged. * * @return integer|boolean Number of days or false if no limit. */ protected function _getMaxPasswd() { $dn = Horde_Ldap_Util::explodeDN($this->_params['basedn']); $domaindn = array(); foreach ($dn as $rdn) { $attribute = Horde_Ldap_Util::splitAttributeString($rdn); if ($attribute[0] == 'DC') { $domaindn[] = $rdn; } } $dn = Horde_Ldap_Util::canonicalDN($domaindn); $search = $this->_ldap->search($domaindn, 'objectClass=*'); $entry = $search->shiftEntry(); try { return $entry->getValue('maxPwdAge', 'single'); } catch (Horde_Ldap_Exception $e) { return false; } } /** * Code from 'brudinie at yahoo dot co dot uk' at http://nl3.php.net/ldap/ * * @param integer $dateLargeInt The win32 active directory epoch time. * * @return integer A unix timestamp. */ protected function _convertWinTimeToUnix($dateLargeInt) { // Seconds since jan 1st 1601. $secsAfterADEpoch = $dateLargeInt / (10000000); // Unix epoch - AD epoch * number of tropical days * seconds in a day. $ADToUnixConvertor = ((1970 - 1601) * 365.242190) * 86400; return intval($secsAfterADEpoch - $ADToUnixConvertor); } /** * Returns the user account from the LDAP source. * * @return Horde_Ldap_Entry An entry with complete account details. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ protected function _getAccount() { if (!isset($this->_information)) { $search = $this->_ldap->search($this->_params['basedn'], $this->_params['attr'] . '=' . $this->_params['user']); if (!$search->count()) { throw new Horde_Exception(_("User account not found")); } $this->_information = $search->shiftEntry(); } return $this->_information; } /** * Returns the user's full name. * * @return string The user's full name. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ public function getFullname() { $information = $this->_getAccount(); try { return $information->getValue('cn', 'single'); } catch (Horde_Ldap_Exception $e) { return ''; } } /** * Returns the user's home (login) directory. * * @return string The user's directory. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ public function getHome() { $information = $this->_getAccount(); try { return $information->getValue('homedirectory', 'single'); } catch (Horde_Ldap_Exception $e) { return ''; } } /** * Returns the user's default shell. * * @return string The user's shell. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ public function getShell() { $information = $this->_getAccount(); try { return $information->getValue('useraccountcontrol', 'single'); } catch (Horde_Ldap_Exception $e) { } try { return $information->getValue('loginshell', 'single'); } catch (Horde_Ldap_Exception $e) { return ''; } } /** * Returns the date of the user's last password change. * * @return string Date string. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ public function getPasswordChange() { $information = $this->_getAccount(); try { return strftime('%x', $information->getValue('shadowlastchange', 'single') * 86400); } catch (Horde_Ldap_Exception $e) { } try { return strftime('%x', $this->_convertWinTimeToUnix($information->getValue('pwdlastset', 'single'))); } catch (Horde_Ldap_Exception $e) { return ''; } } /** * Returns the status of the current password. * * @return string A string with a warning message if the password is about * to expire. * * @throws Horde_Exception if user not found. * @throws Horde_Ldap_Exception on LDAP errors. */ public function checkPasswordStatus() { $information = $this->_getAccount(); // Active Directory. try { $accountControl = $information->getValue('useraccountcontrol', 'single'); $pwdlastset = $information->getValue('pwdlastset', 'single'); $accountControl = $information->getValue('useraccountcontrol', 'single'); if (($accountControl & 65536) != 0) { // ADS_UF_DONT_EXPIRE_PASSWD return ''; } if (($accountControl & 524288) != 0) { // ADS_UF_PASSWORD_EXPIRED return _("Your password has expired"); } $maxdays = $this->_getMaxPasswd(); if ($maxdays === false) { return ''; } $today = time(); $lastset = $pwdlastset - $maxdays; $toexpire = floor(($this->_convertWinTimeToUnix($lastset) - $today) / 86400); if ($toexpire < 0) { return _("Your password has expired"); } if ($toexpire < 14) { // Two weeks. return sprintf(_("%d days until your password expires."), $toexpire); } } catch (Horde_Ldap_Exception $e) { } // OpenLDAP. try { $shadowmax = $information->getValue('shadowmax', 'single'); $shadowlastchange = $information->getValue('shadowlastchange', 'single'); $shadowwarning = $information->getValue('shadowwarning', 'single'); $today = floor(time() / 86400); $warnday = $shadowlastchange + $shadowmax - $shadowwarning; $toexpire = $shadowlastchange + $shadowmax - $today; if ($today >= $warnday) { return sprintf(_("%d days until your password expires."), $toexpire); } } catch (Horde_Ldap_Exception $e) { } return ''; } } tmpIMUtxu/horde-5.2.17/lib/Block/Account/Base.php0000644000175000017500000000431013160205253021247 0ustar mathieumathieu * @author Jan Schneider * @package Horde */ class Horde_Block_Account_Base { /** * Hash containing connection parameters. * * @var array */ protected $_params = array(); /** * Constructor. * * @param array $params Hash containing connection parameters. */ public function __construct(array $params = array()) { $this->_params = $params; } /** * Returns the username. * * @return string The lowercased username. * */ public function getUsername() { return Horde_String::lower($this->_params['user']); } /** * Returns the user's quota if available. * * @return array A quota array, elements are used bytes and limit bytes. */ public function getQuota() { return array(); } /** * Returns the user's full name. * * @return string The user's full name. */ public function getFullname() { return ''; } /** * Returns the user's home (login) directory. * * @return string The user's directory. */ public function getHome() { return ''; } /** * Returns the user's default shell. * * @return string The user's shell. */ public function getShell() { return ''; } /** * Returns the date of the user's last password change. * * @return string Date string. */ public function getPasswordChange() { return ''; } /** * Returns the status of the current password. * * @return string A string with a warning message if the password is about * to expire. */ public function checkPasswordStatus() { return ''; } } tmpIMUtxu/horde-5.2.17/lib/Block/Moon.php0000644000175000017500000001733713160205253017726 0ustar mathieumathieu_name = _("Moon Phases"); } /** */ protected function _params() { return array( 'phase' => array( 'name' => _("Which phases"), 'type' => 'enum', 'default' => 'current', 'values' => array('current' => _("Current 4 Phases"), 'next' => _("Next 4 Phases"))), 'hemisphere' => array( 'name' => _("Hemisphere"), 'type' => 'enum', 'default' => 'northern', 'values' => array('northern' => _("Northern Hemisphere"), 'southern' => _("Southern Hemisphere"))), ); } /** */ protected function _content() { $phases = $this->_calculateMoonPhases(date('Y')); $now = time(); $lastNew = 0; $lastNewStamp = 0; $offset = 0; foreach ($phases as $key => $val) { if ($key < $now && $key > $lastNewStamp && $val == _("New Moon")) { $lastNew = $offset; $lastNewStamp = $key; } $offset++; } $dates = (isset($this->_params['phase']) && ($this->_params['phase'] == 'next')) ? array_slice(array_keys($phases), $lastNew + 4, 4) : array_slice(array_keys($phases), $lastNew, 4); $location = (isset($this->_params['hemisphere']) && ($this->_params['hemisphere'] == 'northern')) ? _("Northern Hemisphere") : _("Southern Hemisphere"); $html = '' . '' . ''; $html .= ''; $html .= ''; $html .= '
' . $location . '
' . Horde_Themes_Image::tag('block/moon/newmoon.png', array('alt' => _("New Moon"))) . '
' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[0]) . '
'; if (isset($this->_params['hemisphere']) && ($this->_params['hemisphere'] == 'northern')) { $html .= Horde_Themes_Image::tag('block/moon/lastquarter.png', array('alt' => _("First Quarter"))); } else { $html .= Horde_Themes_Image::tag('block/moon/firstquarter.png', array('alt' => _("First Quarter"))); } $html .= '
' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[1]) . '
' . Horde_Themes_Image::tag('block/moon/fullmoon.png', array('alt' => _("Full Moon"))) . '
' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[2]) . '
'; if (isset($this->_params['hemisphere']) && ($this->_params['hemisphere'] == 'northern')) { $html .= Horde_Themes_Image::tag('block/moon/firstquarter.png', array('alt' => _("Last Quarter"))); } else { $html .= Horde_Themes_Image::tag('block/moon/lastquarter.png', array('alt' => _("Last Quarter"))); } $html .= '
' . strftime($GLOBALS['prefs']->getValue('date_format_mini'), $dates[3]) . '
'; return $html; } /** * Returns an array with all the phases of the moon for a whole * year. * * Based on code from * http://www.zend.com/codex.php?id=830&single=1 by Are Pedersen. * * Converted from Basic by Roger W. Sinnot, Sky & Telescope, March 1985. * Converted from javascript by Are Pedersen 2002 * Javascript found at http://www.stellafane.com/moon_phase/moon_phase.htm * * @param integer $year The four digit year to return the moon phases * for. * * @return array The moon phases. */ private function _calculateMoonPhases($Y) { $R1 = 3.14159265 / 180; $U = false; $K0 = intval(($Y - 1900) * 12.3685); $T = ($Y - 1899.5) / 100; $T2 = $T * $T; $T3 = $T * $T * $T; $J0 = 2415020 + 29 * $K0; $F0 = 0.0001178 * $T2 - 0.000000155 * $T3; $F0 += (0.75933 + 0.53058868*$K0); $F0 -= (0.000837 * $T + 0.000335 * $T2); $M0 = $K0 * 0.08084821133; $M0 = 360 * ($M0 - intval($M0)) + 359.2242; $M0 -= 0.0000333 * $T2; $M0 -= 0.00000347 * $T3; $M1 = $K0 * 0.07171366128; $M1 = 360 * ($M1 - intval($M1)) + 306.0253; $M1 += 0.0107306 * $T2; $M1 += 0.00001236 * $T3; $B1 = $K0 * 0.08519585128; $B1 = 360 * ($B1 - intval($B1)) + 21.2964; $B1 -= 0.0016528 * $T2; $B1 -= 0.00000239 * $T3; for ($K9 = 0; $K9 <= 28; $K9 = $K9 + 0.5) { $J = $J0 + 14 * $K9; $F = $F0 + 0.765294 * $K9; $K = $K9 / 2; $M5 = ($M0 + $K * 29.10535608) * $R1; $M6 = ($M1 + $K * 385.81691806) * $R1; $B6 = ($B1 + $K * 390.67050646) * $R1; $F -= 0.4068 * sin($M6); $F += (0.1734 - 0.000393 * $T) * sin($M5); $F += 0.0161 * sin(2 * $M6); $F += 0.0104 * sin(2 * $B6); $F -= 0.0074 * sin($M5 - $M6); $F -= 0.0051 * sin($M5 + $M6); $F += 0.0021 * sin(2 * $M5); $F += 0.0010 * sin(2 * $B6 - $M6); /* Add 1/2 minute for proper rounding to minutes per Sky & * Tel article. */ $F += 0.5 / 1440; $J += intval($F); $F -= intval($F); /* Convert from JD to Calendar Date. */ $julian = $J + round($F); $parts = explode('/', $this->_jdtogregorian($julian)); $stamp = gmmktime(0, 0, 0, $parts[0], $parts[1], $parts[2]); /* half K. */ if (($K9 - floor($K9)) > 0) { if ($U) { /* New half. */ $phases[$stamp] = _("First Half"); } else { /* Full half. */ $phases[$stamp] = _("Last Half"); } } else { /* full K. */ if (!$U) { $phases[$stamp] = _("New Moon"); } else { $phases[$stamp] = _("Full Moon"); } $U = !$U; } } return $phases; } /** * Checks if the jdtogregorian function exists, and if not calculates the * gregorian date manually. * * @param int $julian The julian date. * * @return string m/d/Y */ private function _jdtogregorian($julian) { if (function_exists('jdtogregorian')) { return jdtogregorian($julian); } // From http://php.net/manual/en/function.jdtogregorian.php $julian = $julian - 1721119; $calc1 = 4 * $julian - 1; $year = floor($calc1 / 146097); $julian = floor($calc1 - 146097 * $year); $day = floor($julian / 4); $calc2 = 4 * $day + 3; $julian = floor($calc2 / 1461); $day = $calc2 - 1461 * $julian; $day = floor(($day + 4) / 4); $calc3 = 5 * $day - 3; $month = floor($calc3 / 153); $day = $calc3 - 153 * $month; $day = floor(($day + 5) / 5); $year = 100 * $year + $julian; if ($month < 10) { $month = $month + 3; } else { $month = $month - 9; $year = $year + 1; } return "$month/$day/$year"; } } tmpIMUtxu/horde-5.2.17/lib/Block/Sunrise.php0000644000175000017500000001202013160205253020426 0ustar mathieumathieu_name = _("Sunrise/Sunset"); } /** */ protected function _params() { $params = array( 'location' => array( 'type' => 'mlenum', 'name' => _("Location"), 'default' => '51.517:-0.117' ) ); global $coordinates; if (!is_array($coordinates)) { include 'Horde/Nls/Coordinates.php'; if (!is_array($coordinates)) { $coordinates = array(); } } $params['location']['values'] = $coordinates; return $params; } /** */ protected function _content() { if (empty($this->_params['location'])) { throw new Horde_Exception(_("No location is set.")); } // Set the timezone variable, if available. $GLOBALS['registry']->setTimeZone(); list($lat, $long) = explode(':', $this->_params['location']); $rise = $this->_calculateSunset(time(), $lat, $long, false, floor(date('Z') / 3600)); $set = $this->_calculateSunset(time(), $lat, $long, true, floor(date('Z') / 3600)); $location = ''; global $coordinates; if (!is_array($coordinates)) { require 'Horde/Nls/Coordinates.php'; } foreach ($coordinates as $country) { if (array_key_exists($this->_params['location'], $country)) { $location = $country[$this->_params['location']]; break; } } return '' . '' . '' . '' . '
' . $location . '
' . Horde_Themes_Image::tag('block/sunrise/sunrise.png', array('alt' => _("Sun Rise"))) . '
' . $rise . '
' . Horde_Themes_Image::tag('block/sunrise/sunset.png', array('alt' => _("Sun Set"))) . '
' . $set . '
'; } /** * http://www.zend.com/codex.php?id=135&single=1 */ private function _calculateSunset($date, $latitude, $longitude, $sunset = true, $timezone) { $yday = date('z', $date); $mon = date('n', $date); $mday = date('j', $date); $year = date('Y', $date); if ($timezone == '13') { $timezone = '-11'; $mday++; $yday++; } $A = 1.5708; $B = 3.14159; $C = 4.71239; $D = 6.28319; $E = 0.0174533 * $latitude; $F = 0.0174533 * $longitude; $G = 0.261799 * $timezone; // For astronomical twilight, use R = -.309017 // For nautical twilight, use R = -.207912 // For civil twilight, use R = -.104528 // For sunrise or sunset, use R = -.0145439 $R = -.0145439; if ($sunset) { $J = $C; } else { $J = $A; } $K = $yday + (($J - $F) / $D); $L = ($K * .017202) - .0574039; // Solar Mean Anomoly $M = $L + .0334405 * sin($L); // Solar True Longitude $M += 4.93289 + (3.49066E-04) * sin(2 * $L); // Quadrant Determination while ($M < 0) { $M = ($M + $D); } while ($M >= $D) { $M = ($M - $D); } if (($M / $A) - intval($M / $A) == 0) { $M += 4.84814E-06; } $P = sin($M) / cos($M); // Solar Right Ascension $P = atan2(.91746 * $P, 1); // Quadrant Adjustment if ($M > $C) { $P += $D; } elseif ($M > $A) { $P += $B; } $Q = .39782 * sin($M); // Solar Declination $Q = $Q / sqrt(-$Q * $Q + 1); // This is how the original author wrote it! $Q = atan2($Q, 1); $S = $R - (sin($Q) * sin($E)); $S = $S / (cos($Q) * cos($E)); if (abs($S) > 1) { return 'none'; // Null phenomenon } $S = $S / sqrt(-$S * $S + 1); $S = $A - atan2($S, 1); if (!$sunset) { $S = $D - $S ; } $T = $S + $P - 0.0172028 * $K - 1.73364; // Local apparent time $U = $T - $F; // Universal timer $V = $U + $G; // Wall clock time // Quadrant Determination while ($V < 0) { $V = ($V + $D); } while ($V >= $D) { $V = ($V - $D); } $V = $V * 3.81972; $hour = intval($V); $V -= $hour; $min = intval($V * 60); $V -= $min / 60; $sec = intval($V * 3600); return strftime('%X', mktime($hour, $min, $sec, $mon, $mday, $year)); } } tmpIMUtxu/horde-5.2.17/lib/Block/TwitterTimeline.php0000644000175000017500000001516713160205253022146 0ustar mathieumathieu * @author Michael J Rubinsky * @package Horde */ class Horde_Block_TwitterTimeline extends Horde_Core_Block { /** * @var Horde_Service_Twitter */ protected $_twitter; /** * Twitter profile information returned from verify_credentials * * @var Object */ protected $_profile; /** */ public function __construct($app, $params = array()) { parent::__construct($app, $params); $this->enabled = !empty($GLOBALS['conf']['twitter']['enabled']); $this->_name = _("Twitter Timeline"); } /** */ protected function _title() { try { $twitter = $this->_getTwitterObject(); } catch (Horde_Exception $e) { return $this->getName(); } try { $this->_profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Serialize::JSON); if (!empty($this->_profile)) { $username = $this->_profile->screen_name; return sprintf(_("Twitter Timeline for %s"), $username); } } catch (Horde_Service_Twitter_Exception $e) {} return $this->getName(); } /** */ protected function _params() { return array( 'height' => array( 'name' => _("Height of stream content (width automatically adjusts to block)"), 'type' => 'int', 'default' => 350 ), 'refresh_rate' => array( 'name' => _("Number of seconds to wait to refresh"), 'type' => 'int', 'default' => 300 ) ); } /** */ protected function _content() { global $page_output; /* Get the twitter driver */ try { $twitter = $this->_getTwitterObject(); } catch (Horde_Exception $e) { throw new Horde_Exception(sprintf(_("There was an error contacting Twitter: %s"), $e->getMessage())); } /* Get a unique ID in case we have multiple Twitter blocks. */ $instance = (string)new Horde_Support_Randomid(); /* Latest status */ if (empty($this->_profile->status)) { // status might not be set if only updating the block via ajax try { $this->_profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Serialize::JSON); if (empty($this->_profile)) { return _("Temporarily unable to contact Twitter. Please try again later."); } } catch (Horde_Service_Twitter_Exception $e) { $msg = Horde_Serialize::unserialize($e->getMessage(), Horde_Serialize::JSON); if (is_object($msg)) { $msg = $msg->errors[0]->message; } return sprintf(_("There was an error contacting Twitter: %s"), $msg); } } /* Build values to pass to the javascript twitter client */ $defaultText = addslashes(_("What are you working on now?")); $endpoint = Horde::url('services/twitter/', true); $inReplyToNode = $instance . '_inReplyTo'; $inReplyToText = addslashes(_("In reply to:")); $justNowText = addslashes(_("Just now...")); $refresh = empty($this->_params['refresh_rate']) ? 300 : $this->_params['refresh_rate']; /* Add the client javascript / initialize it */ $page_output->addScriptFile('twitterclient.js', 'horde'); $page_output->addScriptFile('scriptaculous/effects.js', 'horde'); $favorite = _("Favorite"); $unfavorite = _("Unfavorite"); $script = <<addInlineScript($script, true); /* Build the UI */ $view = new Horde_View(array('templatePath' => HORDE_TEMPLATES . '/block')); $view->addHelper('Tag'); $view->instance = $instance; $view->defaultText = $defaultText; $view->loadingImg = Horde_Themes_Image::tag('loading.gif', array( 'attr' => array( 'id' => $instance . '_loading', 'style' => 'display:none;' ) )); $view->latestStatus = !empty($this->_profile->status) ? htmlspecialchars($this->_profile->status->text) : ''; $view->latestDate = !empty($this->_profile->status) ? Horde_Date_Utils::relativeDateTime(strtotime($this->_profile->status->created_at), $GLOBALS['prefs']->getValue('date_format'), ($GLOBALS['prefs']->getValue('twentyFour') ? "%H:%M" : "%I:%M %P")) : ''; $view->bodyHeight = empty($this->_params['height']) ? 350 : $this->_params['height']; return $view->render('twitter-layout'); } /** */ protected function _getTwitterObject() { $token = unserialize($GLOBALS['prefs']->getValue('twitter')); if (empty($token['key']) && empty($token['secret'])) { $pref_link = $GLOBALS['registry']->getServiceLink('prefs', 'horde')->add('group', 'twitter')->link(); throw new Horde_Exception(sprintf(_("You have not properly connected your Twitter account with Horde. You should check your Twitter settings in your %s."), $pref_link . _("preferences") . '')); } $this->_twitter = $GLOBALS['injector']->getInstance('Horde_Service_Twitter'); $auth_token = new Horde_Oauth_Token($token['key'], $token['secret']); $this->_twitter->auth->setToken($auth_token); return $this->_twitter; } } tmpIMUtxu/horde-5.2.17/lib/Application.php0000644000175000017500000002731413160205253020223 0ustar mathieumathieu true ); /** */ public function logout() { // Destroy any session-only temp files (since Horde_Core 1.7.0). foreach ($GLOBALS['session']->get('horde', 'gc_tempfiles', Horde_Session::TYPE_ARRAY) as $file) { @unlink($file); } } /** */ public function perms() { $permissions = array( 'max_blocks' => array( 'title' => _("Maximum Number of Portal Blocks"), 'type' => 'int' ), 'administration' => array( 'title' => _("Administration"), ) ); if (!empty($GLOBALS['conf']['activesync']['enabled'])) { $this->_addActiveSyncPerms($permissions); } try { foreach ($GLOBALS['registry']->callByPackage('horde', 'admin_list') as $perm_key => $perm_details) { $permissions['administration:' . $perm_key] = array('title' => Horde::stripAccessKey($perm_details['name'])); } } catch (Horde_Exception $e) {/*what to do if this fails?*/} return $permissions; } /** */ public function hasPermission($permission, $allowed, $opts = array()) { if (is_array($allowed)) { switch ($permission) { case 'max_blocks': $allowed = max($allowed); break; } } return $allowed; } /** */ public function configSpecialValues($what) { switch ($what) { case 'apps': $apps = Horde_Array::valuesToKeys($GLOBALS['registry']->listApps(array('active'))); asort($apps); return $apps; case 'languages': $convert_numeric = function($num) { return Horde_String::convertCharset(pack('H*', $num[1]), 'ucs-2', 'UTF-8'); }; $convert_symbolic = function($symbol) { return Horde_String::convertCharset( html_entity_decode($symbol[1], ENT_COMPAT, 'iso-8859-1'), 'iso-8859-1', 'UTF-8'); }; return array_map( function($val) { return preg_replace_callback( array('/&#x([0-9a-f]{4});/i', '/(&[^;]+;)/'), array($convert_numeric, $convert_symbolic), $val ); }, $GLOBALS['registry']->nlsconfig->languages ); case 'blocks': return $GLOBALS['injector']->getInstance('Horde_Core_Factory_BlockCollection')->create()->getBlocksList(); case 'mapsources': return array( 'Google' => 'Google', 'Bing' => 'Bing', 'Osm' => 'OpenStreetMap', 'Ocm' => 'OpenCycleMap', 'Mapquest' => 'OpenMapquest' ); case 'geocoders': return array( 'None' => null, 'Google' => 'Google' ); } } /** */ public function removeUserData($user) { $error = false; /* Remove user from all groups */ $groups = $GLOBALS['injector']->getInstance('Horde_Group'); if (!$groups->readOnly()) { try { $allGroups = $groups->listGroups($user); foreach (array_keys($allGroups) as $id) { $groups->removeUser($id, $user); } } catch (Horde_Group_Exception $e) { Horde::log($e, 'NOTICE'); $error = true; } } /* Remove the user from all application permissions */ $perms = $GLOBALS['injector']->getInstance('Horde_Perms'); try { $tree = $perms->getTree(); } catch (Horde_Perms_Exception $e) { Horde::log($e, 'NOTICE'); $error = true; $tree = array(); } foreach (array_keys($tree) as $id) { try { $perm = $perms->getPermissionById($id); if ($perms->getPermissions($perm, $user)) { // The Horde_Perms::ALL is used if this is a matrix perm, // otherwise it's ignored in the method and the entry is // totally removed. $perm->removeUserPermission($user, Horde_Perms::ALL, true); } } catch (Horde_Perms_Exception $e) { Horde::log($e, 'NOTICE'); $error = true; } } // Remove any activesync device pairings. if ($GLOBALS['conf']['activesync']['enabled']) { try { $GLOBALS['injector']->getInstance('Horde_ActiveSyncState') ->removeState(array('user' => $user)); } catch (Horde_ActiveSync_Exception $e) { Horde::log($e, 'NOTICE'); $error = true; } } if ($error) { throw new Horde_Exception(sprintf(_("There was an error removing global data for %s. Details have been logged."), $user)); } } protected function _addActiveSyncPerms(&$permissions) { $prefix = 'activesync:provisioning:'; $permissions['activesync'] = array( 'title' => _("ActiveSync"), 'type' => 'boolean' ); $permissions['activesync:max_devices'] = array( 'title' => _("Maximum number of devices"), 'type' => 'int' ); $permissions['activesync:provisioning'] = array( 'title' => _("Provisioning"), 'type' => 'enum', 'params' => array(array( false => '', 'true' => _("Enable"), 'allow' => _("Allow non-provisionable devices"), 'false' => _("Disable (not recommended)") )) ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_PIN] = array( 'title' => _("Require PIN"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_MINLENGTH] = array( 'title' => _("Minimum PIN length"), 'type' => 'int' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_COMPLEXITY] = array( 'title' => _("Password Complexity"), 'type' => 'enum', 'params' => array(array( '' => '', '0' => _("Allow only numeric"), '1' => _("Allow alphanumeric"), '2' => _("Allow any")) ) ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_AEFVALUE] = array( 'title' => _("Seconds of inactivity before device should lock"), 'type' => 'int' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_MAXFAILEDATTEMPTS] = array( 'title' => _("Failed unlock attempts before device is wiped"), 'type' => 'int' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_CODEFREQ] = array( 'title' => _("Codeword frequency"), 'type' => 'int' ); // EAS 12.0 and above. if ($GLOBALS['conf']['activesync']['version'] >= Horde_ActiveSync::VERSION_TWELVE) { $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ATC] = array( 'title' => _("Attachment Download"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_MAXATCSIZE] = array( 'title' => _("Maximum attachment size in bytes"), 'type' => 'int' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ENCRYPTION] = array( 'title' => _("SD card encryption"), 'type' => 'boolean' ); } if ($GLOBALS['conf']['activesync']['version'] > Horde_ActiveSync::VERSION_TWELVE) { $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_SDCARD] = array( 'title' => _("SD card"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_CAMERA] = array( 'title' => _("Camera"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_SMS] = array( 'title' => _("SMS Text messages"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_WIFI] = array( 'title' => _("Wifi"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_BLUETOOTH] = array( 'title' => _("Bluetooth"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_POPIMAP] = array( 'title' => _("POP/IMAP Email accounts"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_BROWSER] = array( 'title' => _("Web browser"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_REQUIRE_SMIME_ENCRYPTED] = array( 'title' => _("Require S/MIME Encryption"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_REQUIRE_SMIME_SIGNED] = array( 'title' => _("Require S/MIME Signature"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_DEVICE_ENCRYPTION] = array( 'title' => _("Device encryption"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ALLOW_HTML] = array( 'title' => _("HTML Email"), 'type' => 'boolean' ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_MAX_EMAIL_AGE] = array( 'title' => _("Maximum Email age"), 'type' => 'enum', 'params' => array(array( '' => '', '0' => _("Sync all"), '1' => _("1 Day"), '2' => _("3 Days"), '3' => _("1 Week"), '4' => _("2 Weeks"), '5' => _("1 Month")) ) ); $permissions[$prefix . Horde_ActiveSync_Policies::POLICY_ROAMING_NOPUSH] = array( 'title' => _("No push while roaming"), 'type' => 'boolean' ); } } } tmpIMUtxu/horde-5.2.17/lib/Api.php0000644000175000017500000006555013160205253016475 0ustar mathieumathieu array( 'link' => '%application%/admin/config/', 'name' => _("_Configuration"), 'icon' => 'config' ), 'users' => array( 'link' => '%application%/admin/user.php', 'name' => _("_Users"), 'icon' => 'user' ), 'groups' => array( 'link' => '%application%/admin/groups.php', 'name' => _("_Groups"), 'icon' => 'group' ), 'perms' => array( 'link' => '%application%/admin/perms/', 'name' => _("_Permissions"), 'icon' => 'perms' ), 'locks' => array( 'link' => '%application%/admin/locks.php', 'name' => _("_Locks"), 'icon' => 'locked' ), 'alarms' => array( 'link' => '%application%/admin/alarms.php', 'name' => _("_Alarms"), 'icon' => 'alarm' ), 'sessions' => array( 'link' => '%application%/admin/sessions.php', 'name' => _("Sessions"), 'icon' => 'user' ), 'phpshell' => array( 'link' => '%application%/admin/phpshell.php', 'name' => _("P_HP Shell"), 'icon' => 'php' ), 'sqlshell' => array( 'link' => '%application%/admin/sqlshell.php', 'name' => _("S_QL Shell"), 'icon' => 'sql' ), 'cmdshell' => array( 'link' => '%application%/admin/cmdshell.php', 'name' => _("_CLI"), 'icon' => 'shell' ) ); if (!empty($GLOBALS['conf']['activesync']['enabled'])) { $admin['activesync'] = array( 'link' => '%application%/admin/activesync.php', 'name' => _("ActiveSync Devices"), 'icon' => 'mobile' ); } return $admin; } /** * Returns a list of the installed and registered applications. * * @param array $filter An array of the statuses that should be returned. * Defaults to non-hidden. * * @return array List of apps registered with Horde. If no applications * are defined returns an empty array. */ public function listApps($filter = null) { return $GLOBALS['registry']->listApps($filter); } /** * Returns all available registry APIs. * * @return array The API list. */ public function listAPIs() { return $GLOBALS['registry']->listAPIs(); } /* Blocks. */ /** * Returns a Horde_Block's title. * * @param string $app The block application name. * @param string $name The block name (NOT the class name). * @param array $params Block parameters. * * @return string The block title. */ public function blockTitle($app, $name, $params = array()) { $class = $app . '_Block_' . basename($name); try { return $GLOBALS['injector']->getInstance('Horde_Core_Factory_BlockCollection')->create()->getBlock($app, $class, $params)->getTitle(); } catch (Horde_Exception $e) { return $e->getMessage(); } } /** * Returns a Horde_Block's content. * * @param string $app The block application name. * @param string $name The block name (NOT the classname). * @param array $params Block parameters. * * @return string The block content. */ public function blockContent($app, $name, $params = array()) { $class = $app . '_Block_' . basename($name); try { return $GLOBALS['injector']->getInstance('Horde_Core_Factory_BlockCollection')->create()->getBlock($app, $class, $params)->getContent(); } catch (Horde_Exception $e) { return $e->getMessage(); } } /** * Returns a pretty printed list of all available blocks. * * @return array A hash with block IDs as keys and application plus block * block names as values. */ public function blocks() { return $GLOBALS['injector']->getInstance('Horde_Core_Factory_BlockCollection')->create()->getBlocksList(); } /* User data. */ /** * Returns the value of the requested preference. * * @param string $app The application of the preference to retrieve. * @param string $pref The name of the preference to retrieve. * * @return string The value of the preference, null if it doesn't exist. */ public function getPreference($app, $pref) { $pushed = $GLOBALS['registry']->pushApp($app); $GLOBALS['registry']->loadPrefs($app); $value = $GLOBALS['prefs']->getValue($pref); if ($pushed) { $GLOBALS['registry']->popApp(); } return $value; } /** * Sets a preference to the specified value, if the preference is allowed * to be modified. * * @param string $app The application of the preference to modify. * @param string $pref The name of the preference to modify. * @param string $val The new value for this preference. */ public function setPreference($app, $pref, $value) { $pushed = $GLOBALS['registry']->pushApp($app); $GLOBALS['registry']->loadPrefs($app); $value = $GLOBALS['prefs']->setValue($pref, $value); if ($pushed) { $GLOBALS['registry']->popApp(); } } /** * Removes user data. * * @param string $user Name of user to remove data for. * @param string $app Remove data from this application. If boolean * true, removes all applications. If boolean false, * removes only base Horde data. * * @throws Horde_Exception */ public function removeUserData($user, $app = false) { if ($app === true) { $app = null; } elseif ($app === false || !strlen($app)) { $app = false; } $GLOBALS['registry']->removeUserData($user, $app); } /* Groups. */ /** * Adds a group to the groups system. * * @param string $name The group's name. * * @return mixed The group's ID. * @throws Horde_Exception */ public function addGroup($name) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to add groups.")); } return $GLOBALS['injector'] ->getInstance('Horde_Group') ->create($name); } /** * Removes a group from the groups system. * * @param mixed $group The group ID. * * @throws Horde_Exception */ public function removeGroup($group) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to delete groups.")); } $GLOBALS['injector']->getInstance('Horde_Group')->remove($group); } /** * Adds a user to a group. * * @param mixed $group The group ID. * @param string $user The user to add. * * @throws Horde_Exception */ public function addUserToGroup($group, $user) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change groups.")); } $GLOBALS['injector'] ->getInstance('Horde_Group') ->addUser($group, $user); } /** * Removes a user from a group. * * @param mixed $group The group ID. * @param string $user The user to add. * * @throws Horde_Exception */ public function removeUserFromGroup($group, $user) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change groups.")); } $GLOBALS['injector'] ->getInstance('Horde_Group') ->removeUser($group, $user); } /** * Returns a list of users that are part of this group (and only this * group). * * @param mixed $group The group ID. * * @return array The user list. * @throws Horde_Exception */ public function listUsersOfGroup($group) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list users of groups.")); } return $GLOBALS['injector'] ->getInstance('Horde_Group') ->listUsers($group); } /* Shares. */ /** * Adds a share to the shares system. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param string $shareTitle The share's human readable title. * @param string $userName The share's owner. * * @throws Horde_Exception */ public function addShare($scope, $shareName, $shareTitle, $userName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to add shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->newShare($GLOBALS['registry']->getAuth(), $shareName, $shareTitle); $share->set('owner', $userName); $shares->addShare($share); } /** * Removes a share from the shares system permanently. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * * @throws Horde_Exception */ public function removeShare($scope, $shareName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to delete shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $shares->removeShare($share); } /** * Returns an array of all shares that $userName is the owner of. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $userName The share's owner. * * @return array The list of shares. * @throws Horde_Exception */ public function listSharesOfOwner($scope, $userName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share_list = $shares->listShares($userName, array('perm' => Horde_Perms::SHOW, 'attributes' => $userName)); $myshares = array(); foreach ($share_list as $share) { $myshares[] = $share->getName(); } return $myshares; } /** * Gives a user certain privileges for a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param string $userName The user's name. * @param array $permissions A list of permissions (show, read, edit, * delete). * * @throws Horde_Exception */ public function addUserPermissions($scope, $shareName, $userName, $permissions) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change shares.")); } $share = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_Share') ->create($scope) ->getShare($shareName); $perm = $share->getPermission(); foreach ($permissions as $permission) { $permission = Horde_String::upper($permission); if (defined('Horde_Perms::' . $permission)) { $perm->addUserPermission($userName, constant('Horde_Perms::' . $permission), false); } } $share->setPermission($perm); } /** * Gives a group certain privileges for a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param mixed $groupId The group ID. * @param array $permissions A list of permissions (show, read, edit, * delete). * * @throws Horde_Exception */ public function addGroupPermissions($scope, $shareName, $groupId, $permissions) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change shares.")); } $share = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_Share') ->create($scope) ->getShare($shareName); $perm = $share->getPermission(); foreach ($permissions as $permission) { $permission = Horde_String::upper($permission); if (defined('Horde_Perms::' . $permission)) { $perm->addGroupPermission($groupId, constant('Horde_Perms::' . $permission), false); } } $share->setPermission($perm); } /** * Removes a user from a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param string $userName The user's name. * * @throws Horde_Exception */ public function removeUserPermissions($scope, $shareName, $userName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $share->removeUser($userName); } /** * Removes a group from a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param mixed $groupId The group ID. * * @throws Horde_Exception */ public function removeGroupPermissions($scope, $shareName, $groupId) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to change shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $share->removeGroup($groupId); } /** * Returns an array of all user permissions on a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param string $userName The user's name. * * @return array All user permissions for this share. * @throws Horde_Exception */ public function listUserPermissions($scope, $shareName, $userName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list share permissions.")); } $perm_map = array(Horde_Perms::SHOW => 'show', Horde_Perms::READ => 'read', Horde_Perms::EDIT => 'edit', Horde_Perms::DELETE => 'delete'); $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $perm = $share->getPermission(); $permissions = $perm->getUserPermissions(); if (empty($permissions[$userName])) { return array(); } $user_permissions = array(); foreach (array_keys(Horde_Perms::integerToArray($permissions[$userName])) as $permission) { $user_permissions[] = $perm_map[$permission]; } return $user_permissions; } /** * Returns an array of all group permissions on a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param string $groupName The group's name. * * @return array All group permissions for this share. * @throws Horde_Exception */ public function listGroupPermissions($scope, $shareName, $groupName) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list share permissions.")); } $perm_map = array(Horde_Perms::SHOW => 'show', Horde_Perms::READ => 'read', Horde_Perms::EDIT => 'edit', Horde_Perms::DELETE => 'delete'); $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $perm = $share->getPermission(); $permissions = $perm->getGroupPermissions(); if (empty($permissions[$groupName])) { return array(); } $group_permissions = array(); foreach (array_keys(Horde_Perms::integerToArray($permissions[$groupName])) as $permission) { $group_permissions[] = $perm_map[$permission]; } return $group_permissions; } /** * Returns a list of users which have have certain permissions on a share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param array $permissions A list of permissions (show, read, edit, * delete). * * @return array List of users with the specified permissions. * @throws Horde_Exception */ public function listUsersOfShare($scope, $shareName, $permissions) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list users of shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $perm = 0; foreach ($permissions as $permission) { $permission = Horde_String::upper($permission); if (defined('Horde_Perms::' . $permission)) { $perm &= constant('Horde_Perms::' . $permission); } } return $share->listUsers($perm); } /** * Returns a list of groups which have have certain permissions on a * share. * * @param string $scope The name of the share root, e.g. the * application that the share belongs to. * @param string $shareName The share's name. * @param array $permissions A list of permissions (show, read, edit, * delete). * * @return array List of groups with the specified permissions. * @throws Horde_Exception */ public function listGroupsOfShare($scope, $shareName, $permissions) { if (!$GLOBALS['registry']->isAdmin()) { throw new Horde_Exception(_("You are not allowed to list groups of shares.")); } $shares = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create($scope); $share = $shares->getShare($shareName); $perm = 0; foreach ($permissions as $permission) { $permission = Horde_String::upper($permission); if (defined('Horde_Perms::' . $permission)) { $perm &= constant('Horde_Perms::' . $permission); } } return $share->listGroups($perm); } /** * Returns a list of ActiveSync devices that are partnered with Horde. * * @param array $filter An array of parameters to filter on: * - user: Only return devices owned by user. If not present will default * to returning devices for current user only. If present, but * empty and current user is admin, will return all devices. * Otherwise, will return devices matching the parameter (must be * admin to list users other than current). * * @return array List of device properties. * @since 5.2.0 */ public function listActiveSyncDevices($filter = array()) { global $registry, $injector, $conf; if (empty($conf['activesync']['enabled'])) { return array(); } $state = $injector->getInstance('Horde_ActiveSyncState'); $state->setLogger($injector->getInstance('Horde_Log_Logger')); if (!isset($filter['user'])) { $filter['user'] = $registry->getAuth(); } elseif (empty($filter['user'])) { if (!$registry->isAdmin()) { throw new Horde_Exception_PermissionDenied(); } $filter['user'] = null; } elseif ($filter['user'] != $registry->getAuth() && !$registry->isAdmin()) { throw new Horde_Exception_PermissionDenied(); } try { $devices = $state->listDevices($filter['user']); } catch (Horde_ActiveSync_Exception $e) { throw new Horde_Exception($e); } foreach ($devices as &$device) { $device['device_properties'] = unserialize($device['device_properties']); $device['last_synctime'] = $state->getLastSyncTimestamp($device['device_id']); } return $devices; } /** * Perform an administrative action on a single paired ActiveSync device. * * @param string $action The action to perform. One of: * WIPE, CANCEL_WIPE, REMOVE. * @param string $deviceid The device's deviceid. * @param string $user Restrict actions to only this user's * account on the device in the case where the * device may have multiple user accounts on this * server. If empty, all users' state information * will be removed. If a non-admin calls this * method, this will always be set to the current * horde username. * @return boolean * @throws Horde_Exception */ public function performActiveSyncDeviceAction($action, $deviceid, $user = null) { global $injector, $conf, $registry; if (empty($conf['activesync']['enabled'])) { throw new Horde_Exception(_("ActiveSync not activated.")); } if (!in_array($action, array('WIPE', 'CANCEL_WIPE', 'REMOVE'))) { throw new Horde_Exception(_("Unsupported action.")); } $state = $injector->getInstance('Horde_ActiveSyncState'); $state->setLogger($injector->getInstance('Horde_Log_Logger')); // If not an admin, ensure the device is attached to the $user. // Otherwise, any user could wipe any device if the deviceid is known. if (!$registry->isAdmin()) { $user = $registry->getAuth(); if (!$state->deviceExists($deviceid, $user)) { throw new Horde_Exception_PermissionDenied(); } } switch ($action) { case 'WIPE': try { $state->setDeviceRWStatus($deviceid, Horde_ActiveSync::RWSTATUS_PENDING); } catch (Horde_ActiveSync_Exception $e) { throw new Horde_Exception($e); } return true; case 'CANCEL_WIPE': try { $state->setDeviceRWStatus($deviceid, Horde_ActiveSync::RWSTATUS_OK); } catch (Horde_ActiveSync_Exception $e) { throw new Horde_Exception($e); } return true; case 'REMOVE': try { $state->removeState(array( 'devId' => $deviceid, 'user' => $user) ); } catch (Horde_ActiveSync_Exception $e) { throw new Horde_Exception($e); } return true; } } /** * Perform an admistrative action on ALL paired ActiveSync devices. * * @param string $action The action. Currently, only 'RESET' is supported. * - 'RESET': Causes all state for all devices to be removed. I.e., sets * the synckey for all devices to 0. * * @return boolean */ public function performBulkActiveSyncDeviceAction($action) { global $injector, $conf, $registry; if (!$registry->isAdmin()) { throw new Horde_Exception_PermissionDenied(); } if (empty($conf['activesync']['enabled'])) { throw new Horde_Exception(_("ActiveSync not activated.")); } if (!in_array($action, array('RESET'))) { throw new Horde_Exception(_("Unsupported action.")); } try { $injector->getInstance('Horde_ActiveSyncState')->resetAllPolicyKeys(); } catch (Horde_ActiveSync_Exception $e) { throw new Horde_Exception($e); } return true; } } tmpIMUtxu/horde-5.2.17/lib/tests/0000755000175000017500000000000013162206567016415 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/tests/webroot.phpt0000644000175000017500000000621213160205253020761 0ustar mathieumathieu--TEST-- Automatic webroot detection --FILE-- '/horde/webroot.php'); var_dump(_detect_webroot()); $_SERVER = array('SCRIPT_URL' => '/horde/webroot.php'); var_dump(_detect_webroot()); $_SERVER = array('PHP_SELF' => '/horde/webroot.php'); var_dump(_detect_webroot()); $FILE = '/var/www/horde3/config/registry.php'; $_SERVER = array('SCRIPT_NAME' => '/webroot.php', 'PHP_SELF' => '/webroot.php'); var_dump(_detect_webroot()); $FILE = '/var/www/horde/config/registry.php'; var_dump(_detect_webroot()); $FILE = '/Users/foo/Sites/hordehead/config/registry.php'; $_SERVER = array('SCRIPT_URL' => '/~foo/hordehead/webroot.php', 'SCRIPT_NAME' => '/~foo/hordehead/webroot.php', 'PHP_SELF' => '/~foo/hordehead/webroot.php'); var_dump(_detect_webroot()); $FILE = '/var/www/html/config/registry.php'; $_SERVER = array('SCRIPT_URL' => '/webroot.php', 'SCRIPT_NAME' => '/webroot.php', 'PHP_SELF' => '/webroot.php'); var_dump(_detect_webroot()); // Windows tests $DIRECTORY_SEPARATOR = '\\'; $FILE = 'c:\inetpub\wwwroot\horde\config\registry.php'; $_SERVER = array('SCRIPT_NAME' => '/horde/webroot.php', 'PHP_SELF' => '/horde/webroot.php'); var_dump(_detect_webroot()); $FILE = 'C:\Inetpub\vhosts\example.com\subdomain\webmail\config\registry.php'; $_SERVER = array('SCRIPT_NAME' => '/webroot.php', 'PHP_SELF' => '/webroot.php'); var_dump(_detect_webroot()); ?> --EXPECT-- string(6) "/horde" string(6) "/horde" string(6) "/horde" string(0) "" string(0) "" string(15) "/~foo/hordehead" string(0) "" string(6) "/horde" string(0) "" tmpIMUtxu/horde-5.2.17/lib/.htaccess0000644000175000017500000000017413160205253017040 0ustar mathieumathieu Require all denied Deny from all tmpIMUtxu/horde-5.2.17/lib/Tree/0000755000175000017500000000000013162206567016152 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/Tree/Renderer/0000755000175000017500000000000013162206567017720 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/Tree/Renderer/Sidebar.php0000644000175000017500000000260613160205253021773 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Tree_Renderer_Sidebar extends Horde_Tree_Renderer_Base { /** * Returns the tree. * * @param boolean $static Unused. * * @return string The HTML code of the rendered tree. */ public function getTree($static = false) { $view = $GLOBALS['injector']->getInstance('Horde_View'); $view->setTemplatePath(array( $GLOBALS['registry']->get('templates', 'horde') . '/sidebar', $GLOBALS['registry']->get('templates', 'horde') . '/tree' )); $view->rootItems = $this->_tree->getRootNodes(); $view->items = $this->_tree->getNodes(); return $view->render('sidebar'); } } tmpIMUtxu/horde-5.2.17/lib/Tree/Renderer/Menu.php0000644000175000017500000000410613160205253021323 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Tree_Renderer_Menu extends Horde_Tree_Renderer_Base { /** * Returns the tree. * * @param boolean $static Unused. * * @return string The HTML code of the rendered tree. */ public function getTree($static = false) { $view = $GLOBALS['injector']->getInstance('Horde_View'); $view->setTemplatePath($GLOBALS['registry']->get('templates', 'horde') . '/tree'); $view->rootItems = $this->_tree->getRootNodes(); $view->items = $this->_tree->getNodes(); return $view->render('menu'); } /** * Returns just the JS node definitions as a string. * * @return object Object with the following properties: 'files', * 'nodes', 'root_nodes'. */ public function renderNodeDefinitions() { $result = new stdClass; $result->nodes = $this->_tree->getNodes(); $result->root_nodes = $this->_tree->getRootNodes(); $result->files = array(); /* Ignore files that are already loaded before building the tree. */ $ignored = array('prototype.js', 'hordetree.js', 'accesskeys.js', 'topbar.js'); foreach ($GLOBALS['page_output']->hsl as $val) { if (!in_array($val->file, $ignored)) { $result->files[] = strval($val->url); } } return $result; } } tmpIMUtxu/horde-5.2.17/lib/core.php0000644000175000017500000000467713160205253016717 0ustar mathieumathieuaddClassPathMapper( new Horde_Autoloader_ClassPathMapper_PrefixString('Horde', $dirname) ); /* Sanity checking - if we can't even load the Horde_ErrorHandler file, then * the installation is all sorts of busted. */ if (!class_exists('Horde_ErrorHandler')) { exit('Cannot autoload Horde Core libraries. Please reinstall Horde and/or correctly configure the install paths. If you are using an autoloader cache, try to clear it.'); } /* Default exception handler for uncaught exceptions. The default fatal * exception handler output may include things like passwords, etc. so don't * output this unless an admin. */ set_exception_handler(array('Horde_ErrorHandler', 'fatal')); /* Catch errors. */ set_error_handler(array('Horde_ErrorHandler', 'errorHandler'), E_ALL | E_STRICT); /* Catch fatal errors. */ register_shutdown_function(array('Horde_ErrorHandler', 'catchFatalError')); tmpIMUtxu/horde-5.2.17/lib/Ajax/0000755000175000017500000000000013162206567016136 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/Ajax/Application/0000755000175000017500000000000013162206567020401 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/Ajax/Application/TwitterHandler.php0000644000175000017500000002375313160205253024051 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ /** * Defines the AJAX actions used in the Twitter client. * * @author Michael J Rubinsky * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Ajax_Application_TwitterHandler extends Horde_Core_Ajax_Application_Handler { /** * Update the twitter timeline. * * @return array An hash containing the following keys: * - o: The id of the oldest tweet * - n: The id of the newest tweet * - c: The HTML content */ public function twitterUpdate() { global $conf; if (empty($conf['twitter']['enabled'])) { return _("Twitter not enabled."); } switch ($this->vars->actionID) { case 'getPage': return $this->_doTwitterGetPage(); } } /** * Retweet a tweet. Expects the following in $this->vars: * - tweetId: The tweet id to retweet. * - i: * * @return string The HTML to render the newly retweeted tweet. */ public function retweet() { $twitter = $this->_getTwitterObject(); try { $tweet = json_decode($twitter->statuses->retweet($this->vars->tweetId)); $html = $this->_buildTweet($tweet)->render('twitter_tweet'); return $html; } catch (Horde_Service_Twitter_Exception $e) { $this->_twitterError($e); } } /** * Favorite a tweet. Expects: * - tweetId: * * @return stdClass */ public function favorite() { $twitter = $this->_getTwitterObject(); try { return json_decode($twitter->favorites->create($this->vars->tweetId)); } catch (Horde_Service_Twitter_Exception $e) { $this->_twitterError($e); } } /** * Unfavorite a tweet. Expects: * - tweetId: */ public function unfavorite() { $twitter = $this->_getTwitterObject(); try { return json_decode($twitter->favorites->destroy($this->vars->tweetId)); } catch (Horde_Service_Twitter_Exception $e) { $this->_twitterError($e); } } /** * Update twitter status. Expects: * - inReplyTo: * - statusText: * * @return string The HTML text of the new tweet. */ public function updateStatus() { $twitter = $this->_getTwitterObject(); if ($inreplyTo = $this->vars->inReplyTo) { $params = array('in_reply_to_status_id', $inreplyTo); } else { $params = array(); } try { $tweet = json_decode($twitter->statuses->update($this->vars->statusText, $params)); return $this->_buildTweet($tweet)->render('twitter_tweet'); } catch (Horde_Service_Twitter_Exception $e) { $this->_twitterError($e); } } /** * * @return Horde_Service_Twitter */ protected function _getTwitterObject() { $twitter = $GLOBALS['injector']->getInstance('Horde_Service_Twitter'); $token = unserialize($GLOBALS['prefs']->getValue('twitter')); if (!empty($token['key']) && !empty($token['secret'])) { $auth_token = new Horde_Oauth_Token($token['key'], $token['secret']); $twitter->auth->setToken($auth_token); } return $twitter; } /** * Helper method to build a view object for a tweet. * * @param stdClass $tweet The tweet object. * * @return Horde_View The view object, populated with tweet data. */ protected function _buildTweet($tweet) { global $injector, $registry; $view = new Horde_View(array('templatePath' => HORDE_TEMPLATES . '/block')); $view->addHelper('Tag'); $view->ajax_uri = $registry->getServiceLink('ajax', $registry->getApp()); $filter = $injector->getInstance('Horde_Core_Factory_TextFilter'); $instance = $this->vars->i; // Links and media $map = $previews = array(); foreach ($tweet->entities->urls as $link) { $replace = '' . htmlspecialchars($link->display_url) . ''; $map[$link->indices[0]] = array($link->indices[1], $replace); } if (!empty($tweet->entities->media)) { foreach ($tweet->entities->media as $picture) { $replace = '' . htmlentities($picture->display_url, ENT_COMPAT, 'UTF-8') . ''; $map[$picture->indices[0]] = array($picture->indices[1], $replace); $previews[] = ' '; } } if (!empty($tweet->entities->user_mentions)) { foreach ($tweet->entities->user_mentions as $user) { $replace = ' @' . htmlentities($user->screen_name, ENT_COMPAT, 'UTF-8') . ''; $map[$user->indices[0]] = array($user->indices[1], $replace); } } if (!empty($tweet->entities->hashtags)) { foreach ($tweet->entities->hashtags as $hashtag) { $replace = ' #' . htmlentities($hashtag->text, ENT_COMPAT, 'UTF-8') . ''; $map[$hashtag->indices[0]] = array($hashtag->indices[1], $replace); } } $body = ''; $pos = 0; while ($pos <= Horde_String::length($tweet->text) - 1) { if (!empty($map[$pos])) { $entity = $map[$pos]; $body .= $entity[1]; $pos = $entity[0]; } else { $body .= Horde_String::substr($tweet->text, $pos, 1); ++$pos; } } foreach ($previews as $preview) { $body .= $preview; } $view->body = $body; /* If this is a retweet, use the original author's profile info */ if (!empty($tweet->retweeted_status)) { $tweetObj = $tweet->retweeted_status; } else { $tweetObj = $tweet; } /* These are all referencing the *original* tweet */ $view->profileLink = Horde::externalUrl('http://twitter.com/' . htmlspecialchars($tweetObj->user->screen_name), true); $view->profileImg = $GLOBALS['browser']->usingSSLConnection() ? $tweetObj->user->profile_image_url_https : $tweetObj->user->profile_image_url; $view->authorName = '@' . htmlspecialchars($tweetObj->user->screen_name); $view->authorFullname = htmlspecialchars($tweetObj->user->name); $view->createdAt = $tweetObj->created_at; $view->clientText = $filter->filter($tweet->source, 'xss'); $view->tweet = $tweet; $view->instanceid = $instance; return $view; } /** * Helper method for getting a slice of tweets. * * Expects the following in $this->vars: * - max_id: * - since_id: * - i: * - mentions: * * @return [type] [description] */ protected function _doTwitterGetPage() { $twitter = $this->_getTwitterObject(); try { $params = array('include_entities' => 1); if ($max = $this->vars->max_id) { $params['max_id'] = $max; } elseif ($since = $this->vars->since_id) { $params['since_id'] = $since; } if ($this->vars->mentions) { $stream = Horde_Serialize::unserialize($twitter->statuses->mentions($params), Horde_Serialize::JSON); } else { $stream = Horde_Serialize::unserialize($twitter->statuses->homeTimeline($params), Horde_Serialize::JSON); } } catch (Horde_Service_Twitter_Exception $e) { $this->_twitterError($e); return; } if (count($stream)) { $newest = $stream[0]->id_str; } else { $newest = $params['since_id']; $oldest = 0; } $view = new Horde_View(array('templatePath' => HORDE_TEMPLATES . '/block')); $view->addHelper('Tag'); $html = ''; foreach ($stream as $tweet) { /* Don't return the max_id tweet, since we already have it */ if (!empty($params['max_id']) && $params['max_id'] == $tweet->id_str) { continue; } $view = $this->_buildTweet($tweet); $oldest = $tweet->id_str; $html .= $view->render('twitter_tweet'); } $result = array( 'o' => $oldest, 'n' => $newest, 'c' => $html ); return $result; } protected function _twitterError($e) { global $notification; Horde::log($e, 'INFO'); $body = ($e instanceof Exception) ? $e->getMessage() : $e; if (($errors = json_decode($body, true)) && isset($errors['errors'])) { $errors = $errors['errors']; } else { $errors = array(array('message' => $body)); } $notification->push(_("Error connecting to Twitter. Details have been logged for the administrator."), 'horde.error', array('sticky')); foreach ($errors as $error) { $notification->push($error['message'], 'horde.error', array('sticky')); } } } tmpIMUtxu/horde-5.2.17/lib/Ajax/Application/Handler.php0000644000175000017500000001122513160205253022455 0ustar mathieumathieu * @category Horde * @copyright 2012-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Ajax_Application_Handler extends Horde_Core_Ajax_Application_Handler { /** * AJAX action: Update topbar. * * @return Horde_Core_Ajax_Response_HordeCore Response object. */ public function topbarUpdate() { global $injector, $registry; $pushed = $registry->pushApp($this->vars->app); $topbar = $injector->getInstance('Horde_Core_Factory_Topbar') ->create('Horde_Tree_Renderer_Menu', array('nosession' => true)); $hash = $topbar->getHash(); $tree = $topbar->getTree(); if ($pushed) { $registry->popApp(); } if ($this->vars->hash == $hash) { return false; } $node_defs = $tree->renderNodeDefinitions(); $node_defs->hash = $hash; if (isset($node_defs->files)) { $jsfiles = $node_defs->files; unset($node_defs->files); } else { $jsfiles = array(); } $ob = new Horde_Core_Ajax_Response_HordeCore($node_defs); $ob->jsfiles = $jsfiles; return $ob; } /** * AJAX action: Update sidebar. * * @return object See Horde_Core_Tree_Renderer_Javascript#renderNodeDefinitions(). */ public function sidebarUpdate() { return $GLOBALS['injector']->getInstance('Horde_Core_Sidebar')->getTree()->renderNodeDefinitions(); } /** * AJAX action: Auto-update portal block. To be called automatically by * the block, with no user selected options. * * @return string The full HTML needed to render the block content. */ public function blockAutoUpdate() { $html = ''; if (isset($this->vars->app) && isset($this->vars->blockid)) { try { $block = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_BlockCollection') ->create() ->getBlock($this->vars->app, $this->vars->blockid); if (!empty($block->autoUpdateMethod) && is_callable(array($block, $block->autoUpdateMethod))) { $html = call_user_func_array(array($block, $block->autoUpdateMethod), isset($this->vars->options) ? array($this->vars->options) : array()); } else { $html = $block->getContent(isset($this->vars->options) ? $this->vars->options : null); } } catch (Exception $e) { $html = $e->getMessage(); } } return $html; } /** * AJAX action: Refresh portal block. Manually refresh the block content, * may $this->vars may contain user selected/provided values. * * @return string The full HTML needed to render the block content. */ public function blockRefresh() { $html = ''; if (!isset($this->vars->app)) { $this->vars->set('app', 'horde'); } if (isset($this->vars->blockid)) { try { $html = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_BlockCollection') ->create() ->getBlock($this->vars->app, $this->vars->blockid) ->refreshContent($this->vars); } catch (Exception $e) { $html = $e->getMessage(); } } return $html; } /** * AJAX action: Update portal block data. To be used when the block can * refresh using only JSON data. I.e., this data would need to be parsed * by the block code to be rendered. * * @return Horde_Core_Response */ public function blockUpdate() { if (isset($this->vars->blockid)) { try { return $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_BlockCollection') ->create() ->getBlock($this->vars->app, $this->vars->blockid) ->getAjaxUpdate($this->vars); } catch (Exception $e) { return $e->getMessage(); } } return ''; } } tmpIMUtxu/horde-5.2.17/lib/Ajax/Application/FacebookHandler.php0000644000175000017500000002104013160205253024103 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ /** * Defines the AJAX actions used in the Facebook client. * * @author Michael J Rubinsky * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Ajax_Application_FacebookHandler extends Horde_Core_Ajax_Application_Handler { /** * - count: * - filter: * - oldest: * - newest: * - instance: * * * @return [type] [description] */ public function facebookGetStream() { $facebook = $this->_getFacebookObject(); $url = $GLOBALS['registry']->getServiceLink('prefs', 'horde') ->add(array('group' => 'facebook')); try { $options = array( 'since' => $this->vars->oldest, 'until' => $this->vars->newest ); $stream = $facebook->streams->getStream($this->vars->filter, $options); } catch (Horde_Service_Facebook_Exception $e) { $html = sprintf(_("There was an error making the request: %s"), $e->getMessage()); $html .= sprintf(_("You can also check your Facebook settings in your %s."), $url->link() . _("preferences") . ''); return $html; } // Parse the posts. $posts = $stream->data; $newest = new Horde_Date($posts[0]->created_time); $oldest = new Horde_Date($posts[count($posts) -1]->created_time); $newest = $newest->timestamp(); $oldest = $oldest->timestamp(); // Build the view for each story. $html = ''; foreach ($posts as $post) { $html .= $this->_buildPost($post); } return array( 'o' => $oldest, 'n' => $newest, 'c' => $html ); } /** * Update Facebook status. * - statusText: * - instance: * * @return string HTML for the post. */ public function facebookUpdateStatus() { $facebook = $this->_getFacebookObject(); if ($results = $facebook->streams->post('me', $this->vars->statusText)) { return $this->_buildPost($facebook->streams->getPost($results)); } return _("Status unable to be set."); } /** * Like a status * - post_id: * * @return [type] [description] */ public function facebookAddLike() { $facebook = $this->_getFacebookObject(); if ($facebook->streams->addLike($this->vars->post_id)) { $fql = 'SELECT post_id, likes FROM stream WHERE post_id="' . $this->vars->post_id . '"'; try { $post = $facebook->fql->run($fql); } catch (Horde_Service_Facebook_Exception $e) { // Already set the like by the time we are here, so just indicate // that. return _("You like this"); } $post = current($post); $likes = $post['likes']; if ($likes['count'] > 1) { $html = sprintf(ngettext("You and %d other person likes this", "You and %d other people like this", $likes['count'] - 1), $likes['count'] - 1); } else { $html = _("You like this"); } return $html; } return _("Unable to set like."); } protected function _getFacebookObject() { try { return $GLOBALS['injector']->getInstance('Horde_Service_Facebook'); } catch (Horde_Exception $e) { $this->_error($e); } } /** * Build the Horde_View object for a FB Post. * * @param stdClass $post The Facebook post object. * * @return string The HTML to render the $post. */ protected function _buildPost($post) { global $prefs; $facebook = $this->_getFacebookObject(); $instance = $this->vars->instance; $uid = $facebook->auth->getLoggedInUser(); $postView = new Horde_View(array('templatePath' => HORDE_TEMPLATES . '/block')); $postView->actorImgUrl = $facebook->users->getThumbnail($post->from->id); $postView->actorProfileLink = Horde::externalUrl( $facebook->users->getProfileLink($post->from->id), true ); $postView->actorName = $post->from->name; $postView->message = empty($post->message) ? '' : $post->message; $postView->likes = $post->likes->count; $postView->postId = $post->id; $postView->privacy = $post->privacy; $postView->postInfo = sprintf( _("Posted %s"), Horde_Date_Utils::relativeDateTime( $post->created_time, $prefs->getValue('date_format'), $prefs->getValue('twentyFour') ? "%H:%M %P" : "%I %M %P")) . ' ' . sprintf(_("Comments: %d"), $post->comments->count); $postView->type = $post->type; if (!empty($post->picture)) { $postView->attachment = new stdClass(); $postView->attachment->image = $post->picture; if (!empty($post->link)) { $postView->attachment->link = Horde::externalUrl($post->link, true); } if (!empty($post->name)) { $postView->attachment->name = $post->name; } if (!empty($post->caption)) { $postView->attachment->caption = $post->caption; } if (!empty($post->icon)) { $postView->icon = $post->icon; } if (!empty($post->description)) { $postView->attachment->description = $post->description; } } if (!empty($post->place)) { $postView->place = array( 'name' => $post->place->name, 'link' => Horde::externalUrl($facebook->getFacebookUrl() . '/' . $post->place->id, true), 'location' => $post->place->location ); } if (!empty($post->with_tags)) { $postView->with = array(); foreach ($post->with_tags->data as $with) { $postView->with[] = array( 'name' => $with->name, 'link' => Horde::externalUrl($facebook->users->getProfileLink($with->id), true) ); } } // Actions $like = ''; foreach ($post->actions as $availableAction) { if ($availableAction->name == 'Like') { $like = '' . _("Like") . ''; } } $likes = ''; if ($post->likes->count) { foreach ($post->likes->data as $likeData) { if ($likeData->id == $uid && $post->likes->count > 1) { $likes = sprintf(ngettext("You and %d other person likes this", "You and %d other people like this", $post->likes->count - 1), $post->likes->count - 1); break; } elseif ($likeData->id == $uid) { $likes = _("You like this"); break; } } if (empty($likes)) { $likes = sprintf(ngettext("%d person likes this", "%d persons like this", $post->likes->count), $post->likes->count) . (!empty($like) ? ' ' . $like : ''); } else { $likes = $likes . !empty($like) ? ' ' . $like : ''; } } else { $likes = $like; } $postView->likesInfo = $likes; return $postView->render('facebook_story'); } protected function _error($e) { global $notification; Horde::log($e, 'INFO'); $body = ($e instanceof Exception) ? $e->getMessage() : $e; if (($errors = json_decode($body, true)) && isset($errors['errors'])) { $errors = $errors['errors']; } else { $errors = array(array('message' => $body)); } $notification->push(_("Error connecting to Facebook. Details have been logged for the administrator."), 'horde.error', array('sticky')); foreach ($errors as $error) { $notification->push($error['message'], 'horde.error', array('sticky')); } } } tmpIMUtxu/horde-5.2.17/lib/Ajax/Application.php0000644000175000017500000000176013160205253021103 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_Ajax_Application extends Horde_Core_Ajax_Application { /** */ protected function _init() { $this->addHandler('Horde_Ajax_Application_Handler'); // Needed because Core contains Imples $this->addHandler('Horde_Core_Ajax_Application_Handler_Imple'); if (!empty($GLOBALS['conf']['twitter']['enabled'])) { $this->addHandler('Horde_Ajax_Application_TwitterHandler'); } if (!empty($GLOBALS['conf']['facebook']['enabled'])) { $this->addHandler('Horde_Ajax_Application_FacebookHandler'); } } } tmpIMUtxu/horde-5.2.17/lib/LoginTasks/0000755000175000017500000000000013162206567017331 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/LoginTasks/SystemTask/0000755000175000017500000000000013162206567021440 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/LoginTasks/SystemTask/GarbageCollection.php0000644000175000017500000000274413160205253025511 0ustar mathieumathieu * @category Horde * @copyright 2009-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_LoginTasks_SystemTask_GarbageCollection extends Horde_LoginTasks_SystemTask { /** * The interval at which to run the task. * * @var integer */ public $interval = Horde_LoginTasks::WEEKLY; /** * Perform all functions for this task. */ public function execute() { global $injector; /* Clean out static cache files. Any user has a 0.1% chance of * triggering weekly (these static files are shared amongst all * users). */ if (substr(time(), -3) === '000') { /* CSS files. */ $injector->getInstance('Horde_Core_CssCache')->gc(); /* Javascript files. */ $injector->getInstance('Horde_Core_JavascriptCache')->gc(); } /* GC on identity prefs. */ $injector->getInstance('Horde_Core_Factory_Identity')->create()->prefsGc(); } } tmpIMUtxu/horde-5.2.17/lib/LoginTasks/SystemTask/Upgrade.php0000644000175000017500000000476613160205253023542 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_LoginTasks_SystemTask_Upgrade extends Horde_Core_LoginTasks_SystemTask_Upgrade { /** */ protected $_versions = array( '4.0', '4.0.12', '5.0.1' ); /** */ protected function _upgrade($version) { switch ($version) { case '4.0': $this->_upgradePortal(); $this->_upgradePrefs(); break; case '4.0.12': $this->_replaceWeatherBlock(); break; case '5.0.1': $this->_upgradeSendingCharsetPref(); break; } } /** * Upgrade portal preferences. */ protected function _upgradePortal() { $bu = new Horde_Core_Block_Upgrade(); $bu->upgrade('portal_layout'); } /** * Upgrade to the new preferences storage format. */ protected function _upgradePrefs() { $upgrade_prefs = array( 'identities' ); $GLOBALS['injector']->getInstance('Horde_Core_Prefs_Storage_Upgrade')->upgradeSerialized($GLOBALS['prefs'], $upgrade_prefs); } protected function _replaceWeatherBlock() { $col = $GLOBALS['injector'] ->getInstance('Horde_Core_Factory_BlockCollection') ->create(array('horde')); $m = $col->getLayoutManager(); $layout = $col->getLayout(); foreach ($layout as $r => $cur_row) { foreach ($cur_row as $c => &$cur_col) { if (isset($cur_col['app']) && $cur_col['app'] == 'horde' && is_array($cur_col['params']) && Horde_String::lower($cur_col['params']['type2']) == 'horde_block_weatherdotcom') { $m->handle('removeBlock', $r, $c); } } } if ($m->updated()) { $GLOBALS['prefs']->setValue('portal_layout', $m->serialize()); } } /** * In H5, default to UTF-8 for sending_charset. */ protected function _upgradeSendingCharsetPref() { $GLOBALS['prefs']->remove('sending_charset'); } } tmpIMUtxu/horde-5.2.17/lib/LoginTasks/Task/0000755000175000017500000000000013162206567020233 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/lib/LoginTasks/Task/TosAgreement.php0000644000175000017500000000414113160205253023326 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/gpl GPL * @package Horde */ class Horde_LoginTasks_Task_TosAgreement extends Horde_LoginTasks_Task { /** * The interval at which to run the task. * * @var integer */ public $interval = Horde_LoginTasks::FIRST_LOGIN; /** * The style of the page output. * * @var integer */ public $display = Horde_LoginTasks::DISPLAY_AGREE; /** * The priority of the task. * * @var integer */ public $priority = Horde_LoginTasks::PRIORITY_HIGH; /** * Constructor. */ public function __construct() { global $conf; $this->active = false; if (!empty($conf['tos']['file'])) { if (file_exists($conf['tos']['file'])) { $this->active = true; } else { Horde::log('Terms of Service Agreement file was not found: ' . $conf['tos']['file'], 'ERR'); } } } /** * Determine if user agreed with the terms or not. If the user does not * agree, log him/her out immediately. * * @throws Horde_Exception_AuthenticationFailure */ public function execute() { if (Horde_Util::getFormData('not_agree')) { throw new Horde_Exception_AuthenticationFailure(_("You did not agree to the Terms of Service agreement, so you were not allowed to login."), Horde_Auth::REASON_MESSAGE); } } /** * Returns the TOS agreement for display on the login tasks page. * * @return string The terms of service agreement. */ public function describe() { return file_get_contents($GLOBALS['conf']['tos']['file']); } } tmpIMUtxu/horde-5.2.17/lib/LoginTasks/Task/LastLogin.php0000644000175000017500000000537113160205253022633 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_LoginTasks_Task_LastLogin extends Horde_LoginTasks_Task { /** * The interval at which to run the task. * * @var integer */ public $interval = Horde_LoginTasks::EVERY; /** * Display type. * * @var integer */ public $display = Horde_LoginTasks::DISPLAY_NONE; /** * Perform all functions for this task. */ public function execute() { global $injector, $notification, $prefs, $registry; /* Fetch the user's last login time. */ $old_login = @unserialize($prefs->getValue('last_login')); /* Set the timezone to the current default. */ $registry->setTimeZone(); /* Display it, if we have a notification object and the * show_last_login preference is active. */ if (isset($notification) && $prefs->getValue('show_last_login')) { $date_format = $prefs->getValue('date_format') . ' (' . $prefs->getValue('time_format') . ')'; if (empty($old_login['time'])) { $notification->push(_("Last login: Never"), 'horde.message'); } elseif (empty($old_login['host'])) { $notification->push(sprintf(_("Last login: %s"), strftime($date_format, $old_login['time'])), 'horde.message'); } else { $notification->push(sprintf(_("Last login: %s from %s"), strftime($date_format, $old_login['time']), $old_login['host']), 'horde.message'); } } /* Set the user's last_login information. */ $host = empty($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['REMOTE_ADDR'] : $_SERVER['HTTP_X_FORWARDED_FOR']; if ($dns = $injector->getInstance('Net_DNS2_Resolver')) { $ptrdname = $host; try { if ($response = $dns->query($host, 'PTR')) { foreach ($response->answer as $val) { if (isset($val->ptrdname)) { $ptrdname = $val->ptrdname; break; } } } } catch (Net_DNS2_Exception $e) {} } else { $ptrdname = @gethostbyaddr($host); } $prefs->setValue('last_login', serialize(array( 'host' => $ptrdname, 'time' => time() ))); } } tmpIMUtxu/horde-5.2.17/lib/LoginTasks/Task/AdminCheck.php0000644000175000017500000000414113160205253022717 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ class Horde_LoginTasks_Task_AdminCheck extends Horde_LoginTasks_Task { /** * The interval at which to run the task. * * @var integer */ public $interval = Horde_LoginTasks::EVERY; /** * Display type. * * @var integer */ public $display = Horde_LoginTasks::DISPLAY_NONE; /** * Constructor. */ public function __construct() { $this->active = $GLOBALS['registry']->isAdmin(); } /** * Perform all functions for this task. */ public function execute() { /* Check if test script is active. */ if (empty($GLOBALS['conf']['testdisable'])) { $GLOBALS['notification']->push(_("The test script is currently enabled. For security reasons, disable test scripts when you are done testing (see horde/docs/INSTALL)."), 'horde.warning'); } if (!empty($GLOBALS['conf']['sql']['phptype'])) { /* Check for outdated DB schemas. */ $migration = new Horde_Core_Db_Migration(); foreach ($migration->apps as $app) { $migrator = $migration->getMigrator($app); if ($migrator->getTargetVersion() > $migrator->getCurrentVersion()) { $GLOBALS['notification']->push( Horde::link(Horde::url('admin/config/index.php', false, array('app' => 'horde'))) . _("At least one database schema is outdated.") . '', 'horde.warning', array('content.raw', 'sticky') ); break; } } } } } tmpIMUtxu/horde-5.2.17/rpc/0000755000175000017500000000000013162206570015263 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/rpc/.htaccess0000644000175000017500000000027613160205253017061 0ustar mathieumathieu RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L] tmpIMUtxu/horde-5.2.17/rpc/index.php0000644000175000017500000000060713160205253017101 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require __DIR__ . '/../rpc.php'; tmpIMUtxu/horde-5.2.17/services/0000755000175000017500000000000013162206570016322 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/portal/0000755000175000017500000000000013162206570017623 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/portal/edit.php0000644000175000017500000000236313160205253021260 0ustar mathieumathieu * @author Chuck Hagenbuch * @author Jan Schneider * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); $blocks = $injector->getInstance('Horde_Core_Factory_BlockCollection')->create(); $layout = $blocks->getLayoutManager(); $vars = $injector->getInstance('Horde_Variables'); // Handle requested actions. $layout->handle($vars->action, intval($vars->row), intval($vars->col)); if ($layout->updated()) { $prefs->setValue('portal_layout', $layout->serialize()); if ($url = Horde::verifySignedUrl($vars->url)) { $url = new Horde_Url($url); $url->unique()->redirect(); } } $page_output->sidebar = false; $page_output->header(array( 'title' => _("My Portal Layout") )); $notification->notify(array('listeners' => 'status')); require HORDE_TEMPLATES . '/portal/edit.inc'; $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/portal/cloud_search.php0000644000175000017500000000404213160205253022762 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintaks' => true)); $tag = Horde_Util::getFormData('tag'); $results = array(); foreach ($registry->listAPIs() as $api) { if ($registry->hasMethod($api . '/listTagInfo')) { try { $results = array_merge( $results, $registry->{$api}->searchTags(array($tag), 10, 0, '', $registry->getAuth())); } catch (Horde_Exception $e) { Horde::log($e, 'ERR'); } } } echo '
' . sprintf(_("Results for %s"), '' . htmlspecialchars($tag) . '') . '' . Horde::link('#', '', '', '', '$(\'cloudsearch\').hide();', '', '', array('style' => 'font-size:75%;')) . '(' . _("Hide Results") . ')
    '; foreach ($results as $result) { echo '
  • ' . (empty($result['icon']) ? Horde_Themes_Image::tag(Horde_Themes::img($result['app'] . '.png', array('app' => $result['app'])), array('alt' => $result['app'])) : '') . Horde::link($result['view_url'], '', '', '', '', '', '', array('style' => 'margin:4px')) . (empty($result['icon']) ? $result['title'] : '') . '' . $result['desc'] . '
  • '; } echo '
'; tmpIMUtxu/horde-5.2.17/services/portal/smartmobile.php0000644000175000017500000000262413160205253022651 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); $identity = $injector->getInstance('Horde_Core_Factory_Identity')->create(); $fullname = $identity->getValue('fullname'); if (empty($fullname)) { $fullname = $registry->getAuth(); } $links = $mobile_links = array(); foreach (array_diff($registry->listApps(), array('horde')) as $app) { $name = $registry->get('name', $app); $tmp = array( new Horde_Core_Smartmobile_Url(Horde::url($registry->getInitialPage($app))), $registry->get('icon', $app) ); if ($registry->hasView($registry::VIEW_SMARTMOBILE, $app)) { $mobile_links[$name] = $tmp; } else { $links[$name] = $tmp; } } ksort($links, SORT_LOCALE_STRING); ksort($mobile_links, SORT_LOCALE_STRING); $notification->notify(array('listeners' => 'status')); $page_output->header(array( 'title' => _("Welcome"), 'view' => $registry::VIEW_SMARTMOBILE )); require HORDE_TEMPLATES . '/portal/smartmobile.inc'; $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/portal/index.php0000644000175000017500000000321013160205253021432 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); // Make sure we don't need the mobile view. if ($registry->getView() == Horde_Registry::VIEW_SMARTMOBILE) { $registry->getServiceLink('portal')->redirect(); exit; } // Get refresh interval. if (($r_time = $prefs->getValue('summary_refresh_time')) && !$browser->hasFeature('xmlhttpreq')) { $page_output->metaRefresh($r_time, Horde::url('services/portal/')); } // Render layout. $view = new Horde_Core_Block_Layout_View( $injector->getInstance('Horde_Core_Factory_BlockCollection')->create()->getLayout(), Horde::url('services/portal/edit.php'), Horde::url('services/portal/index.php', true) ); $layout_html = $view->toHtml(); $injector->getInstance('Horde_View_Topbar')->subinfo = htmlspecialchars($injector->getInstance('Horde_Core_Factory_Identity')->create()->getDefaultFromAddress(true)); foreach ($view->getStylesheets() as $val) { $page_output->addStylesheet($val['fs'], $val['uri']); } $page_output->sidebar = false; $page_output->header(array( 'title' => _("My Portal") )); if (!$prefs->isLocked('portal_layout')) { include HORDE_TEMPLATES . '/portal/new.inc'; } $notification->notify(array('listeners' => 'status')); echo $layout_html; $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/help/0000755000175000017500000000000013162206570017252 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/help/index.php0000644000175000017500000001336013160205253021070 0ustar mathieumathieu 'none')); $vars = $injector->getInstance('Horde_Variables'); $rtl = $registry->nlsconfig->curr_rtl; $show = isset($vars->show) ? Horde_String::lower($vars->show) : 'index'; $module = isset($vars->module) ? Horde_String::lower(preg_replace('/\W/', '', $vars->module)) : 'horde'; $topic = $vars->get('topic', 'overview'); $base_url = $registry->getServiceLink('help', $module); $sidebar_url = Horde::url($base_url->copy()->add(array( 'show' => 'sidebar', 'topic' => $topic ))); if ($show == 'index') { $main_url = Horde::url($base_url->copy()->add(array( 'show' => 'entry', 'topic' => $topic ))); $menu_url = Horde::url($base_url->copy()->add('show', 'menu')); require HORDE_TEMPLATES . '/help/index.inc'; exit; } $help_app = $registry->get('name', ($module == 'admin') ? 'horde' : $module); $fileroot = ($module == 'admin') ? $registry->get('fileroot') . '/admin' : $registry->get('fileroot', $module); $fileroots = array( $fileroot . '/locale/' . $language . '/', $fileroot . '/locale/' . substr($language, 0, 2) . '/', $fileroot . '/locale/en/' ); foreach ($fileroots as $val) { $fname = $val . 'help.xml'; if (@is_file($fname)) { break; } } $views = array(); switch ($registry->getView()) { case $registry::VIEW_BASIC: $views[] = 'basic'; break; case $registry::VIEW_DYNAMIC: $views[] = 'dynamic'; break; } $help = new Horde_Help(Horde_Help::SOURCE_FILE, $fname, $views); $page_output->sidebar = $page_output->topbar = false; $page_output->header(array( 'body_class' => 'help help_' . urlencode($show), 'title' => _("Help") )); switch ($show) { case 'menu': $version = Horde_String::ucfirst($module) . ' ' . $registry->getVersion($module); require HORDE_TEMPLATES . '/help/menu.inc'; break; case 'sidebar': /* Generate Tabs */ if (!isset($vars->side_show)) { $vars->side_show = 'index'; } $tabs = new Horde_Core_Ui_Tabs('side_show', $vars); $tabs->addTab(_("Help _Topics"), $sidebar_url, 'index'); $tabs->addTab(_("Sea_rch"), $sidebar_url, 'search'); /* Set up the tree. */ $tree = $injector->getInstance('Horde_Core_Factory_Tree')->create('horde_help', 'Javascript'); $tree->setOption(array('target' => 'help_main')); $contents = ''; switch ($vars->get('side_show', 'index')) { case 'index': $topics = $help->topics(); $added_nodes = array(); $node_params_master = array( 'icon' => '', 'target' => 'help_main' ); foreach ($topics as $id => $title) { if (!$title) { continue; } /* If the title doesn't begin with :: then replace all * double colons with single colons. */ if (substr($title, 0, 2) != '::') { $title = str_replace('::', ': ', $title); } /* Split title in multiple levels */ $levels = preg_split('/:\s/', $title); $idx = ''; $lcount = count($levels) - 1; $node_params = $node_params_master; $parent = null; foreach ($levels as $key => $name) { $idx .= '|' . $name; if (empty($added_nodes[$idx])) { if ($key == $lcount) { $node_params['url'] = $base_url->copy()->setRaw(true)->add(array( 'show' => 'entry', 'topic' => $id )); $added_nodes[$idx] = true; } $tree->addNode(array( 'id' => $idx, 'parent' => $parent, 'label' => $name, 'expanded' => false, 'params' => $node_params )); } $parent .= '|' . $name; } } break; case 'search': /* Create Form */ $searchForm = new Horde_Form($vars, null, 'search'); $searchForm->setButtons(_("Search")); $searchForm->addHidden('sidebar', 'show', 'text', false); $searchForm->addHidden('', 'module', 'text', false); $searchForm->addHidden('', 'side_show', 'text', false); $searchForm->addVariable(_("Keyword"), 'keyword', 'text', false, false, null, array(null, 20)); $renderer = new Horde_Form_Renderer(); $renderer->setAttrColumnWidth('50%'); Horde::startBuffer(); $searchForm->renderActive($renderer, $vars, $sidebar_url->copy()->setRaw(true), 'post'); $contents = Horde::endBuffer() . '
'; $keywords = $vars->get('keyword'); if (!empty($keywords)) { $results = $help->search($keywords); foreach ($results as $id => $title) { if (empty($title)) { continue; } $contents .= Horde::link($base_url->copy()->add(array('show' => 'entry', 'topic' => $id)), null, null, 'help_main') . htmlspecialchars($title) . "
\n"; } } break; } require HORDE_TEMPLATES . '/help/sidebar.inc'; break; case 'entry': if ($topic) { echo $help->lookup($topic); } break; } $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/confirm.php0000644000175000017500000000130713160205253020464 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); $identity = $injector->getInstance('Horde_Core_Factory_Identity')->create()->confirmIdentity(Horde_Util::getFormData('h')); $registry->getServiceLink('prefs')->add('group', 'identities')->redirect(); tmpIMUtxu/horde-5.2.17/services/twitter/0000755000175000017500000000000013162206570020024 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/twitter/index.php0000644000175000017500000000716513160205253021650 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ function _outputError($e) { global $notification, $page_output; Horde::log($e, 'INFO'); $body = ($e instanceof Exception) ? $e->getMessage() : $e; if (($errors = json_decode($body, true)) && isset($errors['errors'])) { $errors = $errors['errors']; } else { $errors = array(array('message' => $body)); } $notification->push(_("Error connecting to Twitter. Details have been logged for the administrator."), 'horde.error', array('sticky')); foreach ($errors as $error) { $notification->push($error['message'], 'horde.error', array('sticky')); } $page_output->header(); $notification->notify(array('listeners' => 'status')); $page_output->footer(); exit; } require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); if (empty($conf['twitter']['enabled'])) { Horde::url('index.php', false, array('app' => 'horde'))->redirect(); } $twitter = $injector->getInstance('Horde_Service_Twitter'); /* See if we have an existing token for the current user */ $token = unserialize($prefs->getValue('twitter')); /* Check for an existing token */ if (!empty($token['key']) && !empty($token['secret'])) { $auth_token = new Horde_Oauth_Token($token['key'], $token['secret']); $twitter->auth->setToken($auth_token); } $page_output->topbar = $page_output->sidebar = false; /* Check to see if we have a valid token */ if (!empty($auth_token)) { try { $profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Serialize::JSON); } catch (Horde_Service_Twitter_Exception $e) { _outputError($e); } } elseif ($r_secret = $session->retrieve('twitter_request_secret')) { /* No existing auth token, maybe we are in the process of getting it? */ try { $auth_token = $twitter->auth->getAccessToken($injector->getInstance('Horde_Controller_Request'), Horde_Util::getFormData('oauth_verifier')); } catch (Horde_Service_Twitter_Exception $e) { _outputError($e); } /* Clear the temporary request secret */ $session->purge('twitter_request_secret'); if ($auth_token === false || empty($auth_token)) { // We had a request secret, but something went wrong. maybe navigated // back here between requests? // fall through? Display message? What?.... //'echo'; // } else { /* Successfully obtained an auth token, save it to prefs etc... */ $prefs->setValue('twitter', serialize(array('key' => $auth_token->key, 'secret' => $auth_token->secret))); /* Now try again */ $twitter->auth->setToken($auth_token); try { $profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Serialize::JSON); } catch (Horde_Service_Twitter_Exception $e) { _outputError($e); } if (!empty($profile->error)) { _outputError($profile->error); } if (!empty($profile)) { $page_output->header(); echo ''; $page_output->footer(); exit; } } } tmpIMUtxu/horde-5.2.17/services/download/0000755000175000017500000000000013162206570020131 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/download/index.php0000644000175000017500000000263713160205253021754 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde', array( 'authentication' => 'none', 'session_control' => 'readonly' )); $vars = $injector->getInstance('Horde_Variables'); if (!isset($vars->app)) { exit; } $vars->filename = substr($vars->fn, 1); unset($vars->fn); $res = $registry->callAppMethod($vars->app, 'download', array( 'args' => array($vars) )); if (!isset($res['data'])) { exit; } if (!array_key_exists('size', $res)) { if (is_resource($res['data'])) { fseek($res['data'], 0, SEEK_END); $res['size'] = ftell($res['data']); } else { $res['size'] = strlen($res['data']); } } $browser->downloadHeaders( isset($res['name']) ? $res['name'] : $vars->filename, isset($res['type']) ? $res['type'] : null, false, $res['size'] ); if (is_resource($res['data'])) { rewind($res['data']); while (!feof($res['data'])) { echo fread($res['data'], 8192); } fclose($res['data']); } else { echo $res['data']; } tmpIMUtxu/horde-5.2.17/services/cacheview.php0000644000175000017500000000143613160205253020770 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); $cid = Horde_Util::getFormData('cid'); if (!strlen($cid)) { exit; } $cdata = @unserialize($injector->getInstance('Horde_Cache')->get($cid, $conf['cache']['default_lifetime'])); if (!$cdata) { exit; } $browser->downloadHeaders('cacheObject', $cdata['ctype'], true, strlen($cdata['data'])); echo $cdata['data']; tmpIMUtxu/horde-5.2.17/services/resetpassword.php0000644000175000017500000001135413160205253021737 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('authentication' => 'none')); $vars = $injector->getInstance('Horde_Variables'); // Make sure auth backend allows passwords to be reset. $auth = $injector->getInstance('Horde_Core_Factory_Auth')->create(); if (empty($conf['auth']['resetpassword']) || !$auth->hasCapability('resetpassword')) { $notification->push(_("Cannot reset password automatically, contact your administrator."), 'horde.error'); $registry->getServiceLink('login')->add('url', $vars->url)->redirect(); } $title = _("Reset your password"); $form = new Horde_Form($vars, $title); $form->setButtons(_("Continue")); /* Set up the fields for the username and alternate email. */ $form->addHidden('', 'url', 'text', false); $v = $form->addVariable(_("Username"), 'username', 'text', true); $v->setOption('trackchange', true); $form->addVariable(_("Alternate email address"), 'email', 'email', true); $can_validate = false; /* If a username has been supplied try fetching the prefs stored info. */ if ($username = $vars->get('username')) { $username = $registry->convertUsername($username, true); $prefs = $injector->getInstance('Horde_Core_Factory_Prefs')->create('horde', array( 'cache' => false, 'user' => $username )); $email = $prefs->getValue('alternate_email'); /* Does the alternate email stored in prefs match the one submitted? */ if ($vars->get('email') == $email) { $can_validate = true; $form->setButtons(_("Reset Password")); $question = $prefs->getValue('security_question'); $form->addVariable($question, 'question', 'description', false); $form->addVariable(_("Answer"), 'answer', 'text', true); if (!$question) { $notification->push(_("No security question has been set. Please contact your administrator."), 'horde.error'); $registry->getServiceLink('login')->add('url', $vars->url)->redirect(); } } else { $notification->push(_("Incorrect username or alternate address. Try again or contact your administrator if you need further help."), 'horde.error'); } } /* Validate the form. */ if ($can_validate && $form->validate($vars)) { $form->getInfo($vars, $info); /* Fetch values from prefs for selected user. */ $answer = $prefs->getValue('security_answer'); /* Check the given values witht the prefs stored ones. */ if ($email == $info['email'] && strtolower($answer) == strtolower($info['answer'])) { /* Info matches, so reset the password. */ try { $password = $auth->resetPassword($info['username']); $success = true; } catch (Horde_Exception $e) { $notification->push($e); $success = false; } $mail = new Horde_Mime_Mail(array( 'body' => sprintf(_("Your new password for %s is: %s"), $registry->get('name', 'horde'), $password ), 'charset' => 'UTF-8', 'From' => empty($conf['auth']['resetpassword_from']) ? $email : $conf['auth']['resetpassword_from'], 'To' => $email, 'Subject' => _("Your password has been reset") )); try { $mail->send($injector->getInstance('Horde_Mail')); $notification->push(_("Your password has been reset, check your email and log in with your new password."), 'horde.success'); $registry->getServiceLink('login')->add('url', $info['url'])->redirect(); exit; } catch (Horde_Exception $e) { Horde::log($e, 'ERR'); $notification->push(_("Your password has been reset, but couldn't be sent to you. Please contact the administrator."), 'horde.error'); } } else { /* Info submitted does not match what is in prefs, redirect user back * to login. */ $notification->push(_("Could not reset the password for the requested user. Some or all of the details are not correct. Try again or contact your administrator if you need further help."), 'horde.error'); } } $renderer = new Horde_Core_Ui_ModalFormRenderer(); $page_output->topbar = $page_output->sidebar = false; $page_output->header(array( 'body_class' => 'modal-form', 'title' => $title )); require $registry->get('templates', 'horde') . '/login/resetpassword.inc'; $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/snooze.php0000644000175000017500000000151713160205253020347 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); $alarm = $injector->getInstance('Horde_Alarm'); $id = Horde_Util::getPost('alarm'); $snooze = Horde_Util::getPost('snooze'); if ($id && $snooze) { try { $alarm->snooze($id, $registry->getAuth(), (int)$snooze); } catch (Horde_Alarm_Exception $e) { header('HTTP/1.0 500 ' . $e->getMessage()); } } else { header('HTTP/1.0 400 Bad Request'); } tmpIMUtxu/horde-5.2.17/services/facebook/0000755000175000017500000000000013162206570020073 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/facebook/index.php0000644000175000017500000000502413160205253021707 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); // Get the facebook client. try { $facebook = $injector->getInstance('Horde_Service_Facebook'); } catch (Horde_Exception $e) { Horde::url('index.php', false, array('app' => 'horde'))->redirect(); } // Url to return to after processing. $return_url = $registry->getServiceLink('prefs', 'horde') ->add(array('group' => 'facebook')); // See why we are here. A $code indicates the user has *just* authenticated the // application and we now need to obtain the auth_token. $vars = $injector->getInstance('Horde_Variables'); if (isset($vars->code)) { $token = $injector->getInstance('Horde_Token'); if (!$token->isValid($vars->state, '', -1, false)) { $notification->push(_("Unable to validate the request token. Please try your request again.")); $return_url->redirect(); } try { $sessionKey = $facebook->auth->getSessionKey( $vars->code, Horde::url('services/facebook', true)); if ($sessionKey) { // Store in user prefs $sid = $sessionKey; $uid = $facebook->auth->getLoggedInUser(); $prefs->setValue('facebook', serialize(array('uid' => (string)$uid, 'sid' => $sid))); $notification->push( _("Succesfully connected your Facebook account or updated permissions."), 'horde.success'); } else { $notification->push( _("There was an error obtaining your Facebook session. Please try again later."), 'horde.error'); } } catch (Horde_Service_Facebook_Exception $e) { $notification->push( _("Temporarily unable to connect with Facebook, Please try again."), 'horde.error'); } $return_url->redirect(); } if (isset($vars->error)) { if ($vars->error_reason == 'user_denied') { $notification->push(_("You have denied the requested permissions."), 'horde.warning'); } else { $notification->push(_("There was an error with the requested permissions"), 'horde.error'); } $return_url->redirect(); } tmpIMUtxu/horde-5.2.17/services/logintasks.php0000644000175000017500000000755513160205253021220 0ustar mathieumathieu * @author Michael Slusarz * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); $form_key = 'logintasks_confirm_'; $vars = $injector->getInstance('Horde_Variables'); /* If no 'module' parameter passed in, die with an error. */ if (!($app = basename($vars->app))) { throw new Horde_Exception('Do not directly access this script.'); } $registry->pushApp($app, array('logintasks' => false)); if (!($tasks = $injector->getInstance('Horde_Core_Factory_LoginTasks')->create($app))) { throw new Horde_Exception('The Horde_LoginTasks class did not load successfully.'); } /* If we are through with tasks, this call will redirect to application. */ $confirmed = array(); if ($vars->logintasks_page) { foreach ($vars as $key => $val) { if ($val && (strpos($key, $form_key) === 0)) { $confirmed[] = substr($key, strlen($form_key)); } } } $tasks->runTasks(array( 'confirmed' => $confirmed, 'user_confirmed' => $vars->logintasks_page )); $view = new Horde_View(array( 'templatePath' => HORDE_TEMPLATES . '/logintasks' )); /* Have the maintenance module do all necessary processing. */ $tasklist = $tasks->displayTasks(); if (!is_array($tasklist)) { /* Probably should have redirected earlier. */ $url = new Horde_Url($registry->getInitialPage()); $url->redirect(); } $app_name = $registry->get('name', 'horde'); switch ($tasklist[0]->display) { case Horde_LoginTasks::DISPLAY_CONFIRM_NO: case Horde_LoginTasks::DISPLAY_CONFIRM_YES: /* Confirmation-style output. */ $view->confirm = true; $view->agree = false; $view->notice = false; $title = sprintf(_("%s Tasks - Confirmation"), $app_name); $header = sprintf(_("%s is ready to perform the tasks below. Select each operation to run at this time."), $app_name); break; case Horde_LoginTasks::DISPLAY_AGREE: /* Agreement-style output. */ $view->confirm = false; $view->agree = true; $view->notice = false; $title = sprintf(_("%s Terms of Agreement"), $app_name); $header = _("Please read the following text. You MUST agree with the terms to use the system."); break; case Horde_LoginTasks::DISPLAY_NOTICE: /* Notice-style output. */ $view->confirm = false; $view->agree = false; $view->notice = true; $title = sprintf(_("%s - Notice"), $app_name); $header = ''; break; } /* Make variable array needed for templates. */ $display_tasks = array(); foreach ($tasklist as $key => $ob) { $display_tasks[] = array( 'checked' => ($ob->display == Horde_LoginTasks::DISPLAY_CONFIRM_YES), 'descrip' => $ob->describe(), 'name' => $form_key . $key ); } $view->title = $title; $view->header = $header; $view->tasks = $display_tasks; $view->logintasks_url = $tasks->getLoginTasksUrl(); switch ($registry->getView()) { case Horde_Registry::VIEW_SMARTMOBILE: $page_output->addScriptFile('logintasks-jquery.js', 'horde'); break; default: $page_output->addScriptFile('logintasks.js', 'horde'); break; } $page_output->topbar = $page_output->sidebar = false; $page_output->header(array( 'body_class' => 'modal-form', 'body_id' => 'services_logintasks', 'title' => $title, 'view' => $registry->getView() )); switch ($registry->getView()) { case Horde_Registry::VIEW_SMARTMOBILE: echo $view->render('smartmobile'); break; default: echo $view->render('logintasks'); break; } $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/problem.php0000644000175000017500000001331713160205253020473 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('authentication' => 'none')); $vars = $injector->getInstance('Horde_Variables'); if ($redirect_url = Horde::verifySignedUrl($vars->get('return_url'))) { $redirect_url = new Horde_Url($redirect_url); } else { $redirect_url = Horde::url('login.php', true, array('app' => 'horde')); } if (!$registry->showService('problem')) { $redirect_url->redirect(); } $identity = $injector->getInstance('Horde_Core_Factory_Identity')->create(); $email = $identity->getValue('from_addr'); if (!$email) { $email = $vars->get('email', $registry->getAuth()); } $message = $vars->message; $name = $vars->get('name', $identity->getValue('fullname')); $subject = $vars->subject; switch ($vars->actionID) { case 'send_problem_report': if ($subject && $message) { /* This is not a gettext string on purpose. */ $remote = empty($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_ADDR'] : $_SERVER['REMOTE_HOST']; $user_agent = $_SERVER['HTTP_USER_AGENT']; $body = "This problem report was received from $remote. " . "The user clicked the problem report link from the following location:\n" . (Horde::verifySignedUrl($vars->get('return_url')) ?: $vars->get('return_url', 'No requesting page')) . "\nand is using the following browser:\n$user_agent\n\n" . str_replace("\r\n", "\n", $message); /* Default to a relatively reasonable email address. */ if (!$email) { $email = 'horde-problem@' . $conf['problems']['maildomain']; } /* Check for attachments. */ $attachment = null; if (!empty($conf['problems']['attachments'])) { try { $browser->wasFileUploaded('attachment', _("attachment")); $attachment = $_FILES['attachment']; } catch (Horde_Browser_Exception $e) { if ($e->getCode() != UPLOAD_ERR_NO_FILE) { $notification->push($e, 'horde.error'); break; } } } if (!empty($conf['problems']['tickets']) && $registry->hasMethod('tickets/addTicket')) { $info = array_merge($conf['problems']['ticket_params'], array( 'summary' => $subject, 'comment' => $body, 'user_email' => $email )); try { $ticketId = $registry->call('tickets/addTicket', array($info)); } catch (Horde_Exception $e) { $notification->push($e); break; } if ($attachment && $registry->hasMethod('tickets/addAttachment')) { try { $registry->call('tickets/addAttachment', array( 'ticket_id' => $ticketId, 'name' => $attachment['name'], 'data' => file_get_contents($attachment['tmp_name']) )); } catch (Horde_Exception $e) { $notification->push($e); } } $redirect_url->redirect(); } /* Add user's name to the email address if provided. */ if ($name) { $addr_ob = new Horde_Mail_Rfc822_Address($email); if (is_null($addr_ob->host)) { $addr_ob->host = $conf['problems']['maildomain']; } $addr_ob->personal = $name; $email = $addr_ob->writeAddress(true); } $mail = new Horde_Mime_Mail(array( 'body' => $body, 'Subject' => _("[Problem Report]") . ' ' . $subject, 'To' => $conf['problems']['email'], 'From' => $email )); $mail->addHeader('Sender', 'horde-problem@' . $conf['problems']['maildomain']); /* Add attachment. */ if ($attachment) { $mail->addAttachment( $attachment['tmp_name'], $attachment['name'], $attachment['type'] ); } try { $mail->send($injector->getInstance('Horde_Mail')); /* Success. */ Horde::log( sprintf("%s Message sent to %s from %s", $_SERVER['REMOTE_ADDR'], preg_replace('/^.*<([^>]+)>.*$/', '$1', $conf['problems']['email']), preg_replace('/^.*<([^>]+)>.*$/', '$1', $email) ), 'INFO' ); /* Return to previous page and exit this script. */ $redirect_url->redirect(); } catch (Horde_Exception $e) { $notification->push($e); } } break; case 'cancel_problem_report': $redirect_url->redirect(); break; } $page_output->sidebar = false; $page_output->addInlineJsVars(array( 'HordeProblem.message_text' => _("You must describe the problem before you can send the problem report."), 'HordeProblem.summary_text' => _("Please provide a summary of the problem.") ), true); $page_output->addScriptFile('problem.js', 'horde'); $page_output->header(array( 'title' => _("Problem Description") )); $notification->notify(array('listeners' => 'status')); require HORDE_TEMPLATES . '/problem/problem.inc'; $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/ajax.php0000644000175000017500000000551213160205253017754 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; list($app, $action) = explode('/', trim(Horde_Util::getPathInfo(), '/')); if (empty($action)) { // This is the only case where we really don't return anything, since // the frontend can be presumed not to make this request on purpose. // Other missing data cases we return a response of boolean false. exit; } try { Horde_Registry::appInit($app, array( 'authentication' => 'fallback' )); } catch (Exception $e) { // Uncaught exception. Sending backtrace info back via AJAX is just a // waste of time. exit; } // Open an output buffer to ensure that we catch errors that might break JSON // encoding. Horde::startBuffer(); // Token checking occurs in constructor. $vars = $injector->getInstance('Horde_Variables'); try { $ajax = $injector->getInstance('Horde_Core_Factory_Ajax')->create($app, $vars, $action, $vars->token); } catch (Horde_Exception $e) { /* Treat a token error as a session timeout. */ $response = new Horde_Core_Ajax_Response_HordeCore_SessionTimeout($app); $response->jsonhtml = $vars->jsonhtml; $response->sendAndExit(); } try { $ajax->doAction(); // Clear the output buffer that we started above, and log any unexpected // output at a DEBUG level. if ($out = Horde::endBuffer()) { Horde::log('Unexpected output when creating AJAX reponse: ' . $out, 'DEBUG'); } // Send the final result. $ajax->send(); } catch (Horde_Exception_AuthenticationFailure $e) { // If we reach this, authentication to Horde was successful, but // authentication to some underlying backend failed. Best to logout // immediately, since no way of knowing if error is transient. $response = new Horde_Core_Ajax_Response_HordeCore_NoAuth($app, $e->getCode()); $response->jsonhtml = $vars->jsonhtml; $response->sendAndExit(); } catch (Exception $e) { $notification->push($e->getMessage(), 'horde.error'); $response = new Horde_Core_Ajax_Response_HordeCore(); $response->jsonhtml = $vars->jsonhtml; $response->sendAndExit(); } tmpIMUtxu/horde-5.2.17/services/prefs.php0000644000175000017500000000156413160205253020153 0ustar mathieumathieu * @author Jan Schneider * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde'); $prefs_ui = new Horde_Core_Prefs_Ui($injector->getInstance('Horde_Variables')); /* Handle form submission. */ $prefs_ui->handleForm(); /* Generate the UI. */ $prefs_ui->generateUI(); tmpIMUtxu/horde-5.2.17/services/obrowser/0000755000175000017500000000000013162206570020164 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/obrowser/index.php0000644000175000017500000000502313160205253021777 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); $vars = $injector->getInstance('Horde_Variables'); $path = $vars->path; if (empty($path)) { $list = array(); $apps = $registry->listApps(null, false, Horde_Perms::READ); foreach ($apps as $app) { if ($registry->hasMethod('browse', $app)) { $list[$app] = array('name' => $registry->get('name', $app), 'icon' => $registry->get('icon', $app), 'browseable' => true); } } } else { $pieces = explode('/', $path); $list = $registry->callByPackage($pieces[0], 'browse', array('path' => $path)); } if (!count($list)) { $notification->push(_("Nothing to browse, go back."), 'horde.warning'); } $rows = array(); foreach ($list as $path => $values) { $row = array(); // Set the icon. if (!empty($values['icon'])) { $row['icon'] = Horde_Themes_Image::tag($values['icon'], array( 'alt' => $values['name'] )); } elseif (!empty($values['browseable'])) { $row['icon'] = Horde_Themes_Image::tag('tree/folder.png'); } else { $row['icon'] = Horde_Themes_Image::tag('tree/leaf.png'); } // Set the name/link. $name = $values['name'] ?: basename($path); if (!empty($values['browseable'])) { $url = Horde::url('services/obrowser', false, array('app' => 'horde'))->add('path', $path); $row['name'] = $url->link() . htmlspecialchars($name) . ''; } else { $js = "return chooseObject('" . addslashes($path) . "');"; $row['name'] = Horde::link('#', sprintf(_("Choose %s"), $name), '', '', $js) . htmlspecialchars($name) . ''; } $rows[] = $row; } $view = new Horde_View(array( 'templatePath' => HORDE_TEMPLATES . '/services' )); $view->addHelper('Horde_Core_View_Helper_Image'); $view->rows = $rows; $page_output->addScriptFile('obrowser.js', 'horde'); $page_output->addScriptFile('stripe.js', 'horde'); $page_output->topbar = $page_output->sidebar = false; $page_output->header(); $notification->notify(array('listeners' => 'status')); echo $view->render('obrowser'); $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/images/0000755000175000017500000000000013162206570017567 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/images/pixel.php0000644000175000017500000000216713160205253021422 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; header('Content-type: image/gif'); header('Expires: Wed, 21 Aug 1969 11:11:11 GMT'); header('Cache-Control: no-cache'); header('Cache-Control: must-revalidate'); $rgb = str_replace('#', '', Horde_Util::getFormData('c')); $r = hexdec(substr($rgb, 0, 2)); $g = hexdec(substr($rgb, 2, 2)); $b = hexdec(substr($rgb, 4, 2)); if ($rgb) { printf('%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c', 71,73,70,56,57,97,1,0,1,0,128,0,0,$r,$g,$b,0,0,0,44,0,0,0,0,1,0,1,0,0,2,2,68,1,0,59); } else { printf('%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%', 71,73,70,56,57,97,1,0,1,0,128,255,0,192,192,192,0,0,0,33,249,4,1,0,0,0,0,44,0,0,0,0,1,0,1,0,0,2,2,68,1,0,59); } tmpIMUtxu/horde-5.2.17/services/images/view.php0000644000175000017500000000724013160205253021250 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); $vars = $injector->getInstance('Horde_Variables'); $file = basename($vars->f); $source = strtolower($vars->get('s', 'tmp')); $app_conf = strtolower($vars->get('c', 'horde')); $name = $vars->get('n', $file); $action = strtolower($vars->a); switch ($source) { case 'vfs': /* Change app if needed to get the right VFS config. */ $pushed = $registry->pushApp($app_conf); /* Getting a file from Horde's VFS. */ try { $vfs = $injector->getInstance('Horde_Core_Factory_Vfs')->create(); $file_data = $vfs->read($vars->p, $file); } catch (Horde_Vfs_Exception $e) { Horde::log(sprintf('Error displaying image [%s]: %s', $vars->p . '/' . $file, $e->getMessage()), 'ERR'); exit; } /* Return the original app if changed previously. */ if ($pushed) { $registry->popApp($app_conf); } break; case 'tmp': /* Getting a file from Horde's temp dir. */ $tmpdir = Horde::getTempDir(); if (empty($action) || ($action == 'resize')) { /* Use original if no action or if resizing. */ $file_name = $tmpdir . '/' . $file; if (file_exists($tmpdir . '/mod_' . $file)) { unlink($tmpdir . '/mod_' . $file); } } else { $file_name = $tmpdir . '/mod_' . $file; if (!file_exists($file_name)) { copy($tmpdir . '/' . $file, $file_name); } } if (!file_exists($file_name)) { Horde::log(sprintf('Image not found [%s]', $file_name), 'ERR'); exit; } $file_data = file_get_contents($file_name); break; } /* Load the image object. */ $type = Horde_Mime_Magic::analyzeData($file_data); $image = $injector->getInstance('Horde_Core_Factory_Image')->create(array( 'data' => $file_data, 'type' => $type )); /* Check if no editing action required and send the image to browser. */ if (empty($action)) { $image->display(); exit; } /* Image editing required. */ switch ($action) { case 'rotate': $image->rotate($vars->v); break; case 'flip': $image->flip(); break; case 'mirror': $image->mirror(); break; case 'grayscale': $image->grayscale(); break; case 'resize': list($width, $height, $ratio) = explode('.', $vars->v); /* If no width or height has been passed, get the original * ones. */ if (empty($width) || empty($height)) { $orig = $image->getDimensions(); } if (empty($width)) { $width = $orig['width']; } if (empty($height)) { $height = $orig['height']; } $image->resize($width, $height, $ratio); /* Since the original is always used for resizing make sure the * write is to 'mod_'. */ $file_name = $tmpdir . '/mod_' . $file; break; } /* Write out any changes to the temporary file. */ file_put_contents($file_name, $image->raw()); $image->display(); tmpIMUtxu/horde-5.2.17/services/language.php0000644000175000017500000000201713160205253020611 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde'); $vars = $injector->getInstance('Horde_Variables'); /* Set the language. */ $session->set('horde', 'language', $registry->preferredLang($vars->new_lang)); $prefs->setValue('language', $session->get('horde', 'language')); /* Update apps language */ foreach ($registry->listApps() as $app) { $registry->callAppMethod($app, 'changeLanguage'); } /* Redirect to the url or login page if none given. */ if ($url = Horde::verifySignedUrl($vars->url)) { $url = Horde::url($url, true); } else { $url = Horde::url('index.php', true); } $url->redirect(); tmpIMUtxu/horde-5.2.17/services/go.php0000644000175000017500000000206013160205253017431 0ustar mathieumathieu * @category Horde * @copyright 2003-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array( 'authentication' => 'none', 'session_control' => 'none' )); if (strlen($url = trim($_GET['url'])) && // IE will process the last ;URL= string, not the first, allowing // protocols that shouldn't be let through. !preg_match('/;\s*url\s*=/i', $url) && // Check the HMAC Horde::verifySignedQueryString($_SERVER['QUERY_STRING'])) { // URL verified -> so redirect header('Refresh: 0; URL=' . $url); } tmpIMUtxu/horde-5.2.17/services/changepassword.php0000644000175000017500000000542413160205253022043 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('nologintasks' => true)); // Make sure auth backend allows passwords to be reset. $auth = $injector->getInstance('Horde_Core_Factory_Auth')->create(); if (!$auth->hasCapability('update')) { $notification->push(_("Changing your password is not supported with the current configuration. Contact your administrator."), 'horde.error'); $registry->getServiceLink('login')->add('url', Horde_Util::getFormData('url'))->redirect(); } $vars = $injector->getInstance('Horde_Variables'); $title = _("Change Your Password"); $form = new Horde_Form($vars, $title); $form->setButtons(_("Continue")); $form->addVariable(_("Old password"), 'old_password', 'password', true); $form->addVariable(_("New password"), 'password_1', 'password', true); $form->addVariable(_("Retype new password"), 'password_2', 'password', true); if ($form->validate($vars)) { $form->getInfo($vars, $info); if ($registry->getAuthCredential('password') != $info['old_password']) { $notification->push(_("Old password is not correct."), 'horde.error'); } elseif ($info['password_1'] != $info['password_2']) { $notification->push(_("New passwords don't match."), 'horde.error'); } elseif ($info['old_password'] == $info['password_1']) { $notification->push(_("Old and new passwords must be different."), 'horde.error'); } else { try { $auth->updateUser($registry->getAuth(), $registry->getAuth(), array('password' => $info['password_1'])); $notification->push(_("Password changed successfully."), 'horde.success'); $registry->getLogoutUrl(array( 'msg' => _("Your password has been succesfully changed. You need to re-login to the system with your new password."), 'reason' => Horde_Auth::REASON_MESSAGE ))->redirect(); } catch (Horde_Auth_Exception $e) { $notification->push(sprintf(_("Error updating password: %s"), $e->getMessage()), 'horde.error'); } } } $vars->remove('old_password'); $vars->remove('password_1'); $vars->remove('password_2'); $page_output->topbar = $page_output->sidebar = false; $page_output->header(array( 'title' => $title )); $notification->notify(array('listeners' => 'status')); $form->renderActive(new Horde_Form_Renderer(), $vars, Horde::url('services/changepassword.php'), 'post'); $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/shares/0000755000175000017500000000000013162206570017607 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/services/shares/edit.php0000644000175000017500000002305613160205253021246 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ require_once __DIR__ . '/../../lib/Application.php'; Horde_Registry::appInit('horde'); $vars = $injector->getInstance('Horde_Variables'); // Exit if the user shouldn't be able to change share permissions. if (!empty($conf['share']['no_sharing'])) { throw new Horde_Exception('Permission denied.'); } $app = $vars->app; $shares = $injector->getInstance('Horde_Core_Factory_Share')->create($app); $groups = $injector->getInstance('Horde_Group'); $auth = $injector->getInstance('Horde_Core_Factory_Auth')->create(); $help = $registry->hasMethod('shareHelp', $app) ? $registry->callByPackage($app, 'shareHelp') : null; $form = null; $reload = false; switch ($vars->get('actionID', 'edit')) { case 'edit': try { $shareid = $vars->cid; if (!$shareid) { throw new Horde_Exception_NotFound(); } $share = $shares->getShareById($shareid); $form = 'edit.inc'; $perm = $share->getPermission(); } catch (Horde_Exception_NotFound $e) { if (($category = $vars->share) !== null) { try { $share = $shares->getShare($category); $form = 'edit.inc'; $perm = $share->getPermission(); } catch (Horde_Share_Exception $e) { $notification->push($e->getMessage(), 'horde.error'); } } } if (!$registry->getAuth() || (isset($share) && !$registry->isAdmin() && ($registry->getAuth() != $share->get('owner')))) { throw new Horde_Exception('Permission denied.'); } break; case 'editform': $session->checkToken($vars->token); try { $share = $shares->getShareById($vars->cid); } catch (Horde_Share_Exception $e) { $notification->push(_("Attempt to edit a non-existent share."), 'horde.error'); } if (empty($share)) { break; } if (!$registry->getAuth() || (!$registry->isAdmin() && ($registry->getAuth() != $share->get('owner')))) { throw new Horde_Exception('Permission denied.'); } $perm = $share->getPermission(); // Process owner and owner permissions. $old_owner = $share->get('owner'); $new_owner_backend = $vars->get('owner_select', $vars->get('owner_input', $old_owner)); $new_owner = $registry->convertUsername($new_owner_backend, true); if ($old_owner !== $new_owner && !empty($new_owner)) { if ($old_owner != $registry->getAuth() && !$registry->isAdmin()) { $notification->push(_("Only the owner or system administrator may change ownership or owner permissions for a share"), 'horde.error'); } elseif ($auth->hasCapability('list') && !$auth->exists($new_owner_backend)) { $notification->push(sprintf(_("The user \"%s\" does not exist."), $new_owner_backend), 'horde.error'); } else { $share->set('owner', $new_owner); $share->save(); } } if ($registry->isAdmin() || !empty($conf['share']['world'])) { // Process default permissions. if ($vars->default_show) { $perm->addDefaultPermission(Horde_Perms::SHOW, false); } else { $perm->removeDefaultPermission(Horde_Perms::SHOW, false); } if ($vars->default_read) { $perm->addDefaultPermission(Horde_Perms::READ, false); } else { $perm->removeDefaultPermission(Horde_Perms::READ, false); } if ($vars->default_edit) { $perm->addDefaultPermission(Horde_Perms::EDIT, false); } else { $perm->removeDefaultPermission(Horde_Perms::EDIT, false); } if ($vars->default_delete) { $perm->addDefaultPermission(Horde_Perms::DELETE, false); } else { $perm->removeDefaultPermission(Horde_Perms::DELETE, false); } // Process guest permissions. if ($vars->guest_show) { $perm->addGuestPermission(Horde_Perms::SHOW, false); } else { $perm->removeGuestPermission(Horde_Perms::SHOW, false); } if ($vars->guest_read) { $perm->addGuestPermission(Horde_Perms::READ, false); } else { $perm->removeGuestPermission(Horde_Perms::READ, false); } if ($vars->guest_edit) { $perm->addGuestPermission(Horde_Perms::EDIT, false); } else { $perm->removeGuestPermission(Horde_Perms::EDIT, false); } if ($vars->guest_delete) { $perm->addGuestPermission(Horde_Perms::DELETE, false); } else { $perm->removeGuestPermission(Horde_Perms::DELETE, false); } // Process creator permissions. if ($vars->creator_show) { $perm->addCreatorPermission(Horde_Perms::SHOW, false); } else { $perm->removeCreatorPermission(Horde_Perms::SHOW, false); } if ($vars->creator_read) { $perm->addCreatorPermission(Horde_Perms::READ, false); } else { $perm->removeCreatorPermission(Horde_Perms::READ, false); } if ($vars->creator_edit) { $perm->addCreatorPermission(Horde_Perms::EDIT, false); } else { $perm->removeCreatorPermission(Horde_Perms::EDIT, false); } if ($vars->creator_delete) { $perm->addCreatorPermission(Horde_Perms::DELETE, false); } else { $perm->removeCreatorPermission(Horde_Perms::DELETE, false); } } foreach ($vars->u_names as $key => $user_backend) { // Apply backend hooks $user = $registry->convertUsername($user_backend, true); // If the user is empty, or we've already set permissions // via the owner_ options, don't do anything here. if (empty($user) || $user == $new_owner) { continue; } if ($auth->hasCapability('list') && !$auth->exists($user_backend)) { $notification->push(sprintf(_("The user \"%s\" does not exist."), $user_backend), 'horde.error'); continue; } if (!empty($vars->u_show[$key])) { $perm->addUserPermission($user, Horde_Perms::SHOW, false); } else { $perm->removeUserPermission($user, Horde_Perms::SHOW, false); } if (!empty($vars->u_read[$key])) { $perm->addUserPermission($user, Horde_Perms::READ, false); } else { $perm->removeUserPermission($user, Horde_Perms::READ, false); } if (!empty($vars->u_edit[$key])) { $perm->addUserPermission($user, Horde_Perms::EDIT, false); } else { $perm->removeUserPermission($user, Horde_Perms::EDIT, false); } if (!empty($vars->u_delete[$key])) { $perm->addUserPermission($user, Horde_Perms::DELETE, false); } else { $perm->removeUserPermission($user, Horde_Perms::DELETE, false); } } foreach ($vars->g_names as $key => $group) { if (empty($group)) { continue; } if (!empty($vars->g_show[$key])) { $perm->addGroupPermission($group, Horde_Perms::SHOW, false); } else { $perm->removeGroupPermission($group, Horde_Perms::SHOW, false); } if (!empty($vars->g_read[$key])) { $perm->addGroupPermission($group, Horde_Perms::READ, false); } else { $perm->removeGroupPermission($group, Horde_Perms::READ, false); } if (!empty($vars->g_edit[$key])) { $perm->addGroupPermission($group, Horde_Perms::EDIT, false); } else { $perm->removeGroupPermission($group, Horde_Perms::EDIT, false); } if (!empty($vars->g_delete[$key])) { $perm->addGroupPermission($group, Horde_Perms::DELETE, false); } else { $perm->removeGroupPermission($group, Horde_Perms::DELETE, false); } } try { $share->setPermission($perm); } catch (Exception $e) { $notification->push($e->getMessage(), 'horde.error'); } if ($vars->save_and_finish) { echo Horde::wrapInlineScript(array('window.close();')); exit; } $notification->push( sprintf(_("Updated \"%s\"."), $share->get('name')), 'horde.success'); $form = 'edit.inc'; break; } $title = ($share instanceof Horde_Share_Object) ? sprintf(_("Edit permissions for \"%s\""), $share->get('name')) : _("Edit permissions"); $userList = array(); if ($auth->hasCapability('list') && ($conf['auth']['list_users'] == 'list' || $conf['auth']['list_users'] == 'both')) { try { $userList = $auth->listUsers(); sort($userList); } catch (Horde_Auth_Exception $e) { Horde::log($e, 'ERR'); } } try { $groupList = $groups->listAll(empty($conf['share']['any_group']) ? $registry->getAuth() : null); asort($groupList); } catch (Horde_Group_Exception $e) { Horde::log($e, 'NOTICE'); $groupList = array(); } $page_output->topbar = $page_output->sidebar = false; $page_output->header(array( 'title' => $title )); $notification->notify(array('listeners' => 'status')); if (!empty($form)) { require HORDE_TEMPLATES . '/shares/' . $form; } $page_output->footer(); tmpIMUtxu/horde-5.2.17/services/cache.php0000644000175000017500000000403713160205253020075 0ustar mathieumathieu * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ /* The amount of time (in minutes) to cache the generated CSS and JS files. * DEFAULT: 525600 = 1 year */ $expire_time = 525600; require_once __DIR__ . '/../lib/Application.php'; if (!($path = Horde_Util::getFormData('cache'))) { exit; } $path = explode('/', ltrim($path, '/')); $type = array_shift($path); $args = array(); foreach ($path as $pair) { list($name, $val) = explode('=', $pair); $args[$name] = $val; } if (empty($args['nocache'])) { $session_cache_limiter = 'public'; session_cache_expire($expire_time); } else { $session_cache_limiter = 'nocache'; } Horde_Registry::appInit('horde', array( 'authentication' => 'none', 'session_cache_limiter' => $session_cache_limiter, 'session_control' => 'readonly' )); switch ($type) { case 'app': if (empty($args['app'])) { exit; } try { $result = $registry->callAppMethod($args['app'], 'cacheOutput', array('args' => array($args))); $data = $result['data']; $type = $result['type']; } catch (Horde_Exception $e) { exit; } break; case 'css': case 'js': if (empty($args['cid'])) { exit; } try { $cache = $injector->getInstance('Horde_Cache'); } catch (Horde_Exception $e) { exit; } $data = $cache->get($args['cid'], 0); if ($type == 'css') { $type = 'text/css'; } else { $type = 'application/javascript'; } break; default: exit; } // If cache info doesn't exist, just output an empty body. header('Content-Type: ' . $type); echo $data; tmpIMUtxu/horde-5.2.17/config/0000755000175000017500000000000013162206567015752 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/config/registry.d/0000755000175000017500000000000013162206567020044 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/config/registry.d/README0000644000175000017500000000077513160205253020722 0ustar mathieumathieuThis directory can hold registry configuration snippets. Any PHP file (*.php) is read; all other files are ignored and so are for information only. Snippets can contain anything that would go in registry.php - one or more applications, tree blocks, conditionals, etc. Scripts that install or update files in this directory should always touch() the registry.d directory after completion to ensure that its modification time has changed; that way Horde will know to drop any cached configuration information. tmpIMUtxu/horde-5.2.17/config/hooks.php.dist0000644000175000017500000011464413160205253020547 0ustar mathieumathieugetInstance('Horde_Ldap'); // try { // $result = $ldap->search( // $GLOBALS['conf']['ldap']['user']['basedn'], // Horde_Ldap_Filter::create('uid', 'equals', $username), // array('attributes' => array('mail')) // ); // if ($result->count()) { // $entry = $result->shiftEntry(); // return $entry->getValue('mail', 'single'); // } // } catch (Horde_Ldap_Exception $e) { // } // // return $value; // // // case 'fullname': // // Examples on how to set the fullname. // // // Example #1: Set the fullname from the GECOS information in // // the passwd file. // if (is_null($username)) { // return $value; // } // // $user = $GLOBALS['registry']->getAuth('bare'); // // $array = posix_getpwnam($user); // $gecos_array = explode(',', $array['gecos']); // return empty($gecos_array) // ? $user // : $gecos_array[0]; // // // // Example #2: Set the fullname from LDAP information. // if (is_null($username)) { // return $value; // } // // $ldap = $GLOBALS['injector']->getInstance('Horde_Ldap'); // try { // $result = $ldap->search( // $GLOBALS['conf']['ldap']['user']['basedn'], // Horde_Ldap_Filter::create('uid', 'equals', $username), // array('attributes' => array('cn', 'cn;lang-es')) // ); // if ($result->count()) { // $entry = $result->shiftEntry(); // return $entry->getValue('cn;lang-es', 'single') // ?: $entry->getValue('cn', 'single'); // } // } catch (Horde_Ldap_Exception $e) { // } // // return $username; // } // } // // PREFERENCES CHANGE: See above for documentation. // public function prefs_change($pref) // { // switch ($pref) { // case 'theme': // $GLOBALS['notification']->push('You changed your theme to ' . $GLOBALS['prefs']->getValue('theme') . '.'); // break; // } // } // // PREAUTHENTICATE HOOK: See above for description of format. // public function preauthenticate($userId, $credentials) // { // // Example #1: Make Horde respect the Unix convention of not // // allowing login when a file named /etc/nologin exist. // return !file_exists('/etc/nologin'); // // // // Example #2: Block access to Horde if the remote host exists in // // the DNSBL. It requires the PEAR Net_DNSBL package. // $dnsbl = new Net_DNSBL(); // $dnsbl->setBlacklists(array( // 'sbl-xbl.spamhaus.org', // 'bl.spamcop.net' // )); // return !$dnsbl->isListed($_SERVER['REMOTE_ADDR']); // // // // Example #3: Block access for user 'foo'. // return ($userId != 'foo'); // // // // Example #4: Create credentials needed by the LDAP Horde_Auth // // driver for adding/deleting/updating users. // $entry = array( // 'dn' => 'uid=' . $userId . ',ou=People,dc=example.com', // 'cn' => isset($credentials['user_fullname']) ? $credentials['user_fullname'] : $userId, // 'sn' => $userId, // 'objectclass' => array( // 'top', // 'person', // 'qmailuser', // 'CourierMailAccount', // ), // 'mailhost' => 'mail.example.com', // 'mailMessageStore' => '/home/mail/' . $userId, // 'homeDirectory' => '/home/mail/' . $userId, // 'mailbox' => '/Maildir', // 'homeDirectory' => '/Maildir', // 'uid' => $userId, // 'accountStatus' => 'active', // 'mailQuota' => '104857600S', // 'mail' => $userId, // 'uidNumber' => 501, // 'gidNumber' => 501, // 'deliveryMode' => 'nolocal' // ); // // // Need to check for new users (password) and edited users // // (user_pass_2) // if (isset($credentials['password'])) { // $entry['userPassword'] = '{MD5}' . base64_encode(pack('H*', md5($credentials['password']))); // } elseif (isset($credentials['user_pass_2'])) { // $entry['userPassword'] = '{MD5}' . base64_encode(pack('H*', md5($credentials['user_pass_2']))); // } // $entry['deliveryMode'] = 'nolocal'; // // return array( // 'userId' => $userId, // 'credentials' => $entry // ); // } // // POSTAUTHENTICATE HOOK: See above for description of format. // public function postauthenticate($userId, $credentials) // { // // Example #1: Validating the user's right to login to Horde by // // by consulting group membership in an LDAP directory. That // // way, if your Horde installation is configured to authenticate // // against IMP which in turn authenticate via IMAP, it is still // // possible to limit access to Horde by group membership. The // // following example had been made with an MS Active Directory in // // mind. Note that if the LDAP directory is unavailable or some // // other error occur, authentication will fail. // $ldapServer = 'ad.example.com'; // $ldapPort = '389'; // // // Note that credential is sent plain-text in this case, so don't // // use privileged account here or setup SSL (by using port 636 // // above). // $binddn = 'cn=WithoutPrivilege,dc=ulaval-dev,dc=ca'; // $bindpw = 'Remember this is sent in the clear unless SSL is used'; // $searchBase = 'ou=People,dc=example,dc=com'; // // // Attribute to match $userId against in search // $userAttr = 'sAMAccountName'; // // // Group membership attribute, need to be all lowercase // $groupAttr = 'memberof'; // // // Attribute to check for right to use Horde // $groupdn = 'cn=HordeUser,ou=People,dc=example,dc=com'; // $ret = false; // // $ds = @ldap_connect($ldapServer, $ldapPort); // // if (@ldap_bind($ds, $binddn, $bindpw)) { // $searchResult = @ldap_search($ds, $searchBase, $userAttr . '=' . $userId, array($groupAttr), 0, 1, 5); // if ($information = @ldap_get_entries($ds, $searchResult)) { // // Make pattern case-insensitive // $pattern = '/' . $groupdn . '/i'; // foreach ($information[0][$groupAttr] as $group) { // if (preg_match($pattern, $group)) { // $ret = true; // break; // } // } // } // } // // ldap_close($ds); // // return $ret; // // // Example #2: Providing a client certificate <-> horde username store. // // Normally, the following would be looked up in a persistent storage // // backend. Note this example also stores a plaintext password to avoid // // cluttering up the example. DO NOT DO THIS. If your x509 client // // certificate setup requires that you still pass a password to the IMAP // // server, the password MUST be stored encrypted. In this example, we // // store a unique identifier for the certificate to add an additional level // // of security. It wouldn't be too hard to create a admin UI for managing // // client certificates and "registering" them to the user. // $mapping = array('user@example.com' => array( // 'credentials' => array('password' => 'passw0rd'), 'certificate_id' => '123456')); // // if (empty($mapping[$userId]) || $credentials['certificate_id'] != $mapping[$userId]['certificate_id']) { // return false; // } // // return $mapping[$userId]['credentials']; // } // // USERNAME HOOK: See above for description of format. // public function authusername($userId, $toHorde) // { // // Example #1: Append the virtual domain to the username. // // ex. $HTTP_HOST = 'mail.mydomain.com', $userId = 'myname' returns: // // 'myname@mydomain.com' // $vdomain = preg_replace('|^mail\.|i', '', getenv('HTTP_HOST')); // $vdomain = Horde_String::lower($vdomain); // // if ($toHorde) { // return $userId . '@' . $vdomain; // } // // return (substr($userId, -strlen($vdomain)) == $vdomain) // ? substr($userId, 0, -strlen($vdomain) - 1) // : $userId; // // // // Example #2: Convert username to all lowercase. This might be // // necessary if an authentication backend is case insensitive to // // take into account that Horde's preference system is case // // sensitive. // // ex. $userId = 'MyName' returns: 'myname' // return $toHorde // ? Horde_String::lower($userId) // : $userId; // // // // Example #3: Map the LDAP "uid" back to the LDAP "mail" // // attribute in case both are allowed user IDs for login. // if (!$toHorde) { // return $userId; // } // $ldapServer = 'localhost'; // $ldapPort = '389'; // $searchBase = 'dc=example,dc=com'; // $binddn = 'cn=manager,' . $searchBase; // $bindpw = 'PASSWORD'; // // $ds = @ldap_connect($ldapServer, $ldapPort); // $searchResult = @ldap_search($ds, $searchBase, 'uid=' . $userId); // $information = @ldap_get_entries($ds, $searchResult); // if (($information !== false) && ($information['count'] > 0)) { // $userId = $information[0]['mail'][0]; // } // return $userId; // // // Example #4: Essentially the same as Example #1, but in the reverse // // direction. This is used, e.g., when using x509 client certificates // // that provide the username as an email address and you want Horde // // logins to be usernames only. // // ex. $HTTP_HOST = 'mail.mydomain.com', $userId = 'myname' returns: // // 'myname@mydomain.com' // $vdomain = preg_replace('|^mail\.|i', '', getenv('HTTP_HOST')); // $vdomain = Horde_String::lower($vdomain); // // if (!$toHorde) { // return $userId . '@' . $vdomain; // } else { // return (substr($userId, -strlen($vdomain)) == $vdomain) // ? substr($userId, 0, -strlen($vdomain) - 1) // : $userId; // } // } // // APPLICATION AUTHENTICATED HOOK: See above for format. // public function appauthenticated() // { // // Code to run when an application is first authenticated // } // // PRE-PUSH HOOK: See above for format. // public function pushapp() // { // // Code to run immediately before the app is switched to horde // } // // POST-PUSH HOOK: See above for format. // public function pushapp_post() // { // // Code to run immediately after the app is successfully switched to // // horde // } // // ADD CSS HOOK: See above for description of format. // public function cssfiles($theme) // { // return array( // '/file/path/to/css' => 'uri/to/css' // ); // } /** * Modify the browser object. * * @param Horde_Core_Browser $browser The browser object. */ // public function browser_modify($browser) // { // // Example #1: Mark all browsers as mobile. Useful if this // // particular Horde installation is dedicated solely to serving // // mobile devices. // $browser->setMobile(true); // } /** * Allow altering or validating data submitted by a user during a signup * request before any attempts are made to add them to the system. * * @param array $info TODO * * @return array TODO */ // public function signup_preprocess($info) // { // $info['user_name'] = Horde_String::lower($info['user_name']); // return $info; // } /** * Callback when a signup is queued for administrative approval. * * @param string $userId The username. * @param array $data TODO */ // public function signup_queued($userId, $data) // { // // Example #1: Send a notification message to the web server // // administrator's e-mail address. // $headers = array( // 'To' => $_SERVER['SERVER_ADMIN'], // 'From' => $_SERVER['SERVER_ADMIN'], // 'Subject' => 'New ' . $GLOBALS['registry']->get('name', 'horde') . ' Signup' // ); // // try { // $extraFields = $GLOBALS['injector']->getInstance('Horde_Core_Hooks')->callHook('signup_getextra', 'horde'); // } catch (Horde_Exception $e) {} // // $msg = _("A new signup has been received and is awaiting your approval.") . // "\n\n" . // $this->_signup_queued_walkdata($extraFields, $data) . // "\n" . // sprintf(_("You can approve this signup at %s"), Horde::url('admin/user.php', true, array('append_session' => -1))); // // $GLOBALS['injector']->getInstance('Horde_Mail')->send($_SERVER['SERVER_ADMIN'], $headers, $msg); // } // // // Helper function for signup_queued Example #1 // private function _signup_queued_walkdata($fields, $data) // { // $msg = ''; // foreach ($data as $field => $value) { // if (in_array($field, array('password', 'url'))) { // continue; // } // // if (is_array($value)) { // $msg .= $this->_signup_queued_walkdata($fields, $value); // } else { // $field = isset($fields[$field]['label']) // ? $fields[$field]['label'] // : $field; // $msg .= "$field: $value\n"; // } // } // return $msg; // } /** * Provide any extra fields which need to be filled in when a * non-registered user wishes to sign up. * * @return array An array containing the following keys: * - desc: Any help text attached to the field * - label: The text that the user will see attached to this field * - params: Any allowed parameter to Horde_Form field types * - readonly: (boolean) Whether this editable * - required: (boolean) Whether this field is mandatory * - type: Any allowed Horde_Form field type */ // public function signup_getextra() // { // // Example #1: A hypothetical case where we would want to store // // extra information about a user into a turba sql address book. All // // this example does is include the attributes.php file from turba. // // NOTE: You NEED Turba to be correctly installed before you can use // // this example. // return $GLOBALS['registry']->loadConfigFile('attributes.php', 'attributes', 'turba')->config['attributes']; // } /** * TODO * * @param string $userId The username. * @param array $extra A hash with the extra information requested via * the signup_getextra hook. * @param string $password The password. */ // public function signup_addextra($userId, $extra, $password) // { // // Example #1: Continuation of Example #1 from signup_getextra(). // // Here we connect to the database using the sql parameters // // configured in $conf and store the extra fields in turba_objects, // // using the $userId as the key for the object and values from the // // $extra array. You could create your own sql syntax or code to // // store this in whichever backend you require. // // NOTE: You NEED Turba to be correctly installed before you can use // // this example. It also assumes you are using an SQL backend. // $db = $GLOBALS['injector']->getInstance('Horde_Db_Adapter'); // // $fields = $values = $markers = array(); // foreach ($extra as $field => $value) { // $fields[] = 'object_' . Horde_String::lower($field); // $markers[] = '?'; // $values[] = Horde_String::convertCharset($value, 'UTF-8', $db->getCharset()); // } // $fields[] = 'object_id'; // $markers[] = '?'; // $values[] = $userId; // // $query = 'INSERT INTO turba_objects ( owner_id, ' . implode(', ', $fields) . ')'; // $query .= ' VALUES ( \'admin\', ' . implode(', ', $markers) . ')'; // $db->insert($query, $values); // } /** * Alter the share list. * * @param string $userId TODO * @param TODO $perm TODO * @param string $owner TODO * @param array $share_list TODO * * @return array The altered share list. */ // public function share_list($userId, $perm, $owner, $share_list) // { // return $share_list; // } /** * Hook called if a user tries to make an action that is under permission * control that they don't have sufficient permissions for. It can be * used to show the user a custom message including HTML code (via the * notification system), or to interrupt the code flow and send the user * to a different page. * * @param string $app Horde application. * @param string $permission Permission that failed. */ // public function perms_denied($app, $permission) // { // // Example #1: Provide link to upgrade script in notification // // message. // $GLOBALS['notification']->push(sprintf('Permission denied. Click HERE to upgrade %s.', $app, $GLOBALS['registry']->get('name')), 'horde.error', array('content.raw')); // } /** * IMSP share init. TODO * * @param TODO $share_obj TODO * @param string $app TODO */ // public function share_init($share_obj, $app) // { // global $cfgSources, $prefs, $session; // // // TODO: Move to turba? // if (($app == 'turba') && // (!empty($cfgSources['imsp']['use_shares']))) { // // Only do this once per session or when this session variable // // is purposely unset. // if ($session->get('horde', 'imsp_synched')) { // return; // } // // $results = Net_IMSP_Utils::synchShares($share_obj, $cfgSources['imsp']); // if (!$results instanceof PEAR_Error) { // $session->set('horde', 'imsp_synched') = true; // // // Now deal with adding or removing address books from prefs. // $dirty = false; // $abooks = $prefs->getValue('addressbooks'); // $abooks = empty($abooks) // ? array() // : explode("\n", $prefs->getValue('addressbooks')); // // if (count($results['removed'] > 0)) { // foreach ($results['removed'] as $sharename) { // $key = array_search($sharename, $abooks); // if ($key === true) { // unset($abooks[$key]); // $dirty = true; // } // } // } // // if (count($results['added']) > 0) { // foreach ($results['added'] as $sharename) { // if (array_search($sharename, $abooks) === false) { // $abooks[] = $sharename; // $dirty = true; // } // } // } // // if ($dirty) { // $result = $prefs->setValue('addressbooks', implode("\n", $abooks)); // } // // // We have to save the connection info for the imsp server // // since the share_modify hook will not occur from within // // turba's context. // $session->set('horde', 'imsp_config', $cfgSources['imsp']['params']); // } // } // } /** * IMSP share modify. TODO * * @param TODO $share TODO */ // public function share_modify($share) // { // global $injector, $session, $share; // // $params = unserialize($share->get('params')); // if (is_array($params) && // !empty($params['source']) && // ($params['source'] == 'imsp') && // ($config = $session->get('horde', 'imsp_config'))) { // // Ensure we don't try to change ownership. // $params = @unserialize($share->get('params')); // $bookName = $params['name']; // if (strpos($bookName, $share->get('owner')) !== 0) { // throw new Horde_Exception('Changing ownership of IMSP address books is not supported.'); // } // // // Update the ACLS // $perms = $share->getPermission(); // $users = $injector->getInstance('Horde_Perms')->getUserPermissions(); // foreach ($users as $user => $perm) { // $acl = Net_IMSP_Utils::permsToACL($perm); // $result = Net_IMSP_Utils::setACL($config, $bookName, $user, $acl); // } // } // } /** * ActiveSync hook for determing a Horde username from an email address. * * @param string $email The email address * * @return string The username to use to authenticate to Horde with. */ // public function activesync_get_autodiscover_username($email) // { // return substr($email, 0, strpos($email, '@')); // } /** * ActiveSync hook for overriding the XML output. Takes an array of * autodiscover parameters and returns the raw XML string to send to the * client. USING THIS HOOK MEANS YOU ARE RESPONSIBLE FOR SENDING CORRECT * XML TO THE CLIENT. ACTIVESYNC WILL SEND THIS STRING AS-IS. ONLY USE THIS * IF YOU KNOW WHAT YOU ARE DOING! * * @param array $params The array of available Autodiscover parameters. * * @return string The XML string. */ // public function activesync_autodiscover_xml(array $params) // { // } /** * ActiveSync hook for modifying the various Autodiscover values before * the XML string is build by the ActiveSync server code. Use, e.g., if you * need to alter the value of the host before sending it to the client. * * @param array $params The array of Autodiscover parameters. * * @return array The possibly modified array of Autodiscover parameters. */ // public function activesync_autodiscover_parameters(array $params) // { // return $params; // } /** * Activesync hook for providing additional checks before allowing a device * to be paired with the server for the first time. * * @param Horde_ActiveSync_Device $device The device object. * * @return boolean|integer True on success (device passed checks) or a * Horde_ActiveSync_Status:: constant on failure. */ // public function activesync_create_device(Horde_ActiveSync_Device $device) // { // return true; // } /** * ActiveSync hook for providing additional policy checks on a device * after it has already been paired. Useful for enforcing things like * only allowing certain user agents to connect. * * @param Horde_ActiveSync_Device $device The device object. * * @return boolean|integer True on success (device passed checks) or a * Horde_ActiveSync_Status:: constant on failure. */ // public function activesync_device_check(Horde_ActiveSync_Device $device) // { // return true; // } /** * Hook for providing custom X509 certificate validation routines. You can * parse the $cert handle provided and/or use any of the available SSL * enviroment variables provided in $_SERVER by your webserver to determine * if the certificate should be honored. * * @param mixed $cert The certificate string or handle. * * @return boolean True if the certificate is valid. */ // public function x509_validate($cert) // { // $parsed = openssl_x509_parse($cert); // return ($parsed['issuer']['CN'] == 'My CA CN'); // } /** * Hook for modifying the device object prior to request processing. The * device object is fully populated here, so you have access to all * properties: * - id: The device id. * - policykey: The device's policy key, if provisioned. * - userAgent: The device's user agent string. * - multiplex: Bitmask for forced multiplex collections. * @see Horde_ActiveSync_Device * - version: The EAS version in use by the device. * - properties: A hash containing the following key/values (note that not * all devices provide all values): * - Horde_ActiveSync_Device::MODEL: => The model name. * - Horde_ActiveSync_Device::IMEI: => The device's IMEI #. * - Horde_ActiveSync_Device::NAME: => The device's common * name. * - Horde_ActiveSync_Device::OS: => The device's OS. * - Horde_ActiveSync_Device::OS_LANGUAGE => The language. * - Horde_ActiveSync_Device::PHONE_NUMBER => The phone number. * * @param Horde_ActiveSync_Device $device The device object. * * @return Horde_ActiveSync_Device The possibly modified device object. */ // public function activesync_device_modify(Horde_ActiveSync_Device $device) // { // // Example for forcing certain device to force multiplexed // // collections for collection types they don't support multiple // // collections for. Note that this doesn't apply to email folders, // // which are NEVER sent multiplexed. // // NOTE: The Horde_ActiveSync library already determines this based // // on some userAgent and version sniffing. You should only // // perform this here if it doesn't work for you, or you have // // discovered a device that doesn't fit the logic. // // For android devices that don't advertise the android version we have // // to manually set the multiplex flag if we want to force any. E.g., // // the Galaxy Note 3 doesn't support multiple collections prior to // // KitKat so we have to force them all. // if (empty($device->multiplex)) { // switch (strtolower($device->userAgent)) { // case 'SAMSUNG-SM-N900V/101.403': // // Note 3, Android 4.3 // $device->multiplex = Horde_ActiveSync_Device::MULTIPLEX_NOTES | // Horde_ActiveSync_Device::MULTIPLEX_CONTACTS | // Horde_ActiveSync_Device::MULTIPLEX_CALENDAR | // Horde_ActiveSync_Device::MULTIPLEX_TASKS; // } // } // return $device; // } } tmpIMUtxu/horde-5.2.17/config/conf.php.dist0000644000175000017500000000660113160205253020342 0ustar mathieumathieu 'Administrator'); $conf['prefs']['driver'] = 'Sql'; $conf['portal']['fixed_blocks'] = array(); $conf['imsp']['enabled'] = false; $conf['kolab']['enabled'] = false; $conf['log']['priority'] = 'INFO'; $conf['log']['ident'] = 'HORDE'; $conf['log']['name'] = LOG_USER; $conf['log']['type'] = 'syslog'; $conf['log']['enabled'] = true; tmpIMUtxu/horde-5.2.17/config/registry.php0000644000175000017500000002365613160205253020334 0ustar mathieumathieu_detectWebroot(); $this->applications = array( 'horde' => array( 'initial_page' => 'services/portal/index.php', 'name' => _("Horde"), 'provides' => 'horde', ), 'imp' => array( 'name' => _("Mail"), 'provides' => array( 'mail', 'contacts/favouriteRecipients' ) ), 'ingo' => array( 'name' => _("Filters"), 'provides' => array( 'filter', 'mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters', 'mail/newEmailFilter' ), 'menu_parent' => 'imp' ), 'sam' => array( 'name' => _("Spam"), // Add this line to registry.local.php if you want Sam to handle the // blacklist and whitelist filters instead of Ingo: // $this->applications['sam']['provides'] = array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist'); 'menu_parent' => 'imp' ), 'imp-menu' => array( 'app' => 'imp', 'menu_parent' => 'imp', 'status' => 'topbar', ), 'kronolith' => array( 'name' => _("Calendar"), 'provides' => 'calendar', ), 'kronolith-menu' => array( 'status' => 'topbar', 'app' => 'kronolith', 'topbar_params' => array( 'id' => 'menu' ), 'menu_parent' => 'kronolith', ), 'turba' => array( 'name' => _("Address Book"), 'provides' => array( 'contacts', 'clients/getClientSource', 'clients/clientFields', 'clients/getClient', 'clients/getClients', 'clients/addClient', 'clients/updateClient', 'clients/deleteClient', 'clients/searchClients' ), ), 'turba-menu' => array( 'app' => 'turba', 'menu_parent' => 'turba', 'status' => 'topbar', ), 'nag' => array( 'name' => _("Tasks"), 'provides' => 'tasks', ), 'nag-menu' => array( 'status' => 'topbar', 'app' => 'nag', 'topbar_params' => array( 'id' => 'menu' ), 'menu_parent' => 'nag', ), 'mnemo' => array( 'name' => _("Notes"), 'provides' => 'notes', ), 'mnemo-menu' => array( 'status' => 'topbar', 'app' => 'mnemo', 'menu_parent' => 'mnemo', ), 'others' => array( 'name' => _("Others"), 'status' => 'heading', ), 'trean' => array( 'name' => _("Bookmarks"), 'provides' => 'bookmarks', 'menu_parent' => 'others' ), 'trean-menu' => array( 'status' => 'topbar', 'app' => 'trean', 'menu_parent' => 'trean', ), 'ansel' => array( 'name' => _("Photos"), 'provides' => 'images', 'menu_parent' => 'others' ), 'wicked' => array( 'name' => _("Wiki"), 'provides' => 'wiki', 'menu_parent' => 'others' ), 'devel' => array( 'name' => _("Development"), 'status' => 'heading', 'menu_parent' => 'others', ), 'chora' => array( 'name' => _("Version Control"), 'menu_parent' => 'devel' ), 'chora-menu' => array( 'status' => 'topbar', 'app' => 'chora', 'menu_parent' => 'chora', ), 'whups' => array( 'name' => _("Tickets"), 'provides' => 'tickets', 'menu_parent' => 'devel', ), 'whups-menu' => array( 'status' => 'topbar', 'app' => 'whups', 'menu_parent' => 'whups', ), 'luxor' => array( 'name' => _("X-Ref"), 'menu_parent' => 'devel' ), 'info' => array( 'name' => _("Information"), 'status' => 'heading', 'menu_parent' => 'others', ), 'klutz' => array( 'name' => _("Comics"), 'menu_parent' => 'info' ), 'jonah' => array( 'name' => _("News"), 'provides' => 'news', 'menu_parent' => 'info' ), 'jonah-menu' => array( 'status' => 'topbar', 'app' => 'jonah', 'menu_parent' => 'jonah', ), 'office' => array( 'name' => _("Office"), 'status' => 'heading', 'menu_parent' => 'others', ), 'hermes' => array( 'name' => _("Time Tracking"), 'menu_parent' => 'office', 'provides' => 'time' ), 'hermes-stopwatch' => array( 'status' => 'topbar', 'app' => 'hermes', 'topbar_params' => array( 'id' => 'stopwatch', ), 'menu_parent' => 'hermes', ), 'hermes-menu' => array( 'status' => 'topbar', 'app' => 'hermes', 'topbar_params' => array( 'id' => 'menu' ), 'menu_parent' => 'hermes', ), 'sesha' => array( 'name' => _("Inventory"), /* Uncomment this line if you want Sesha to provide queue and * version names instead of Whups: */ // 'provides' => array('tickets/listQueues', 'tickets/getQueueDetails', 'tickets/listVersions', 'tickets/getVersionDetails'), 'menu_parent' => 'office', ), 'kolab' => array( 'name' => _("Kolab"), 'menu_parent' => 'myaccount' ), 'myaccount' => array( 'name' => _("My Account"), 'status' => 'heading', 'menu_parent' => 'others', ), 'gollem' => array( 'name' => _("File Manager"), 'menu_parent' => 'others', 'provides' => 'files', ), 'gollem-menu' => array( 'status' => 'topbar', 'app' => 'gollem', 'menu_parent' => 'gollem', ), 'passwd' => array( 'name' => _("Password"), 'menu_parent' => 'myaccount' ), 'website' => array( 'name' => _("Web Site"), 'status' => 'heading', 'menu_parent' => 'others', ), 'agora' => array( 'name' => _("Forums"), 'provides' => 'forums', 'menu_parent' => 'website' ), 'ulaform' => array( 'name' => _("Forms"), 'menu_parent' => 'website' ), 'vilma' => array( 'name' => _("Mail Admin"), 'menu_parent' => 'administration' ), 'content' => array( 'status' => 'hidden' ), 'timeobjects' => array( 'status' => 'hidden', 'provides' => 'timeobjects' ) ); tmpIMUtxu/horde-5.2.17/config/mime_drivers.php0000644000175000017500000004021113160205253021133 0ustar mathieumathieu array( 'icons' => array( 'default' => 'text.png', 'message/*' => 'mail.png', 'unknown/*' => 'binary.png', 'video/*' => 'video.png', 'application/pgp-signature' => 'encryption.png', 'application/x-pkcs7-signature' => 'encryption.png', 'application/octet-stream' => 'binary.png' ) ), /* Default text driver. */ 'simple' => array( 'handles' => array( 'text/*' ), 'icons' => array( 'default' => 'text.png' ) ), /* Plain text driver. */ 'plain' => array( 'inline' => true, 'handles' => array( 'text/plain' ), 'icons' => array( 'default' => 'text.png' ) ), /* Default audio driver. */ 'audio' => array( 'handles' => array( 'audio/*' ), 'icons' => array( 'default' => 'audio.png' ) ), /* Default smil driver. */ 'smil' => array( 'inline' => true, 'handles' => array( 'application/smil' ), 'icons' => array( 'default' => 'video.png' ) ), /* HTML display. */ 'html' => array( // NOTE: Inline HTML viewing is DISABLED by default. 'inline' => false, 'handles' => array( 'text/html' ), 'icons' => array( 'default' => 'html.png' ), // Check for phishing exploits? 'phishing_check' => true, /* Size limit for the post-processing tidy operation (default: no * limit). Must be specified in bytes. */ 'tidy_size_limit' => false ), /* Enriched text display. */ 'enriched' => array( 'inline' => true, 'handles' => array( 'text/enriched' ), 'icons' => array( 'default' => 'text.png' ) ), /* Richtext display. */ 'richtext' => array( 'inline' => true, 'handles' => array( 'text/richtext' ), 'icons' => array( 'default' => 'text.png' ) ), /* SyntaxHighlighter driver. * http://alexgorbatchev.com/SyntaxHighlighter/ */ 'syntaxhighlighter' => array( 'inline' => true, 'handles' => array( 'application/javascript', 'application/x-extension-bat', 'application/x-extension-c', 'application/x-extension-cpp', 'application/x-extension-cs', 'application/x-extension-css', 'application/x-extension-html', 'application/x-extension-js', 'application/x-extension-perl', 'application/x-extension-php', 'application/x-extension-php3s', 'application/x-extension-phps', 'application/x-extension-pl', 'application/x-extension-py', 'application/x-extension-python', 'application/x-extension-rb', 'application/x-extension-ruby', 'application/x-extension-sh', 'application/x-extension-vb', 'application/x-extension-vba', 'application/x-extension-xml', 'application/x-httpd-php', 'application/x-httpd-php3', 'application/x-httpd-phps', 'application/x-javascript', 'application/x-perl', 'application/x-php', 'application/x-python', 'application/x-ruby', 'application/x-sh', 'application/x-shellscript', 'application/x-tcl', 'application/xml', 'text/cpp', 'text/css', 'text/diff', 'text/x-c', 'text/x-c++', 'text/x-c++hdr', 'text/x-c++src', 'text/x-chdr', 'text/x-csrc', 'text/x-diff', 'text/x-java', 'text/x-patch', 'text/x-sql', 'text/x-tex', 'text/xml', ), 'icons' => array( 'default' => 'text.png', 'application/javascript' => 'script-js.png', 'application/x-extension-c' => 'source-c.png', 'application/x-extension-cpp' => 'source-c.png', 'application/x-extension-cs' => 'source-c.png', 'application/x-extension-css' => 'html.png', 'application/x-extension-html' => 'html.png', 'application/x-extension-js' => 'script-js.png', 'application/x-extension-php' => 'php.png', 'application/x-extension-php3s' => 'php.png', 'application/x-extension-phps' => 'php.png', 'application/x-extension-py' => 'source-python.png', 'application/x-extension-python' => 'source-python.png', 'application/x-extension-xml' => 'xml.png', 'application/x-httpd-php' => 'php.png', 'application/x-httpd-php3' => 'php.png', 'application/x-httpd-phps' => 'php.png', 'application/x-javascript' => 'script-js.png', 'application/x-php' => 'php.png', 'application/x-python' => 'source-python.png', 'application/x-sh' => 'shell.png', 'application/x-shellscript' => 'shell.png', 'application/xml' => 'xml.png', 'text/cpp' => 'source-c.png', 'text/css' => 'html.png', 'text/x-c' => 'source-c.png', 'text/x-c++' => 'source-c.png', 'text/x-c++hdr' => 'source-c.png', 'text/x-c++src' => 'source-c.png', 'text/x-chdr' => 'source-h.png', 'text/x-csrc' => 'source-c.png', 'text/x-java' => 'source-java.png', 'text/xml' => 'xml.png', ), ), /* Tar file display. * To access gzipped files, the zlib library must have been built into PHP * (with the --with-zlib option). */ 'tgz' => array( 'inline' => true, 'handles' => array( 'application/gzip', 'application/x-compressed-tar', 'application/x-gtar', 'application/x-gzip', 'application/x-gzip-compressed', 'application/x-tar', 'application/x-tgz' ), 'icons' => array( 'default' => 'compressed.png' ) ), /* Zip file display. */ 'zip' => array( 'inline' => true, 'handles' => array( 'application/x-compressed', 'application/x-zip-compressed', 'application/zip' ), 'icons' => array( 'default' => 'compressed.png' ) ), /* RAR archive display. */ 'rar' => array( 'inline' => true, 'handles' => array( 'application/x-rar', 'application/x-rar-compressed' ), 'icons' => array( 'default' => 'compressed.png' ) ), /* MS Word display. * This driver requires AbiWord to be installed. * AbiWord homepage: http://www.abisource.com/ */ 'msword' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/msword', 'application/vnd.ms-word' ), 'icons' => array( 'default' => 'msword.png' ), // REQUIRED: Location of the AbiWord binary 'location' => '/usr/bin/abiword' ), /* MS Excel display. * This driver requires Gnumeric to be installed. * Gnumeric homepage: http://projects.gnome.org/gnumeric/ */ 'msexcel' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/msexcel', 'application/x-msexcel', 'application/vnd.ms-excel' ), 'icons' => array( 'default' => 'msexcel.png' ), // REQUIRED: Location of the ssconvert binary 'location' => '/usr/bin/ssconvert' ), /* MS Powerpoint display. * This driver requires ppthtml, included with xlhtml, to be installed. * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/ */ 'mspowerpoint' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/mspowerpoint', 'application/vnd.ms-powerpoint' ), 'icons' => array( 'default' => 'mspowerpoint.png' ), // REQUIRED: Location of the ppthtml binary 'location' => '/usr/bin/ppthtml' ), /* vCard display. */ 'vcard' => array( 'inline' => true, 'handles' => array( 'text/directory', 'text/vcard', 'text/x-vcard' ), 'icons' => array( 'default' => 'vcard.png' ) ), /* RPM archive display. */ 'rpm' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/x-rpm' ), 'icons' => array( 'default' => 'rpm.png' ), // REQUIRED: Location of the rpm binary 'location' => '/usr/bin/rpm' ), /* Debian archive display. */ 'deb' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/x-deb', 'application/x-debian-package' ), 'icons' => array( 'default' => 'deb.png' ), // REQUIRED: Location of the dpkg binary 'location' => '/usr/bin/dpkg' ), /* Secure multipart (RFC 1847) display. */ 'security' => array( 'inline' => true, 'handles' => array( 'multipart/encrypted', 'multipart/signed' ), 'icons' => array( 'default' => 'encryption.png' ) ), /* Image display. */ 'images' => array( 'handles' => array( 'image/*' ), 'icons' => array( 'default' => 'image.png' ) ), /* MS-TNEF Attachment display. */ 'tnef' => array( 'handles' => array( 'application/ms-tnef' ), 'icons' => array( 'default' => 'binary.png' ) ), /* Digest message (RFC 2046 [5.2.1]) display. */ 'rfc822' => array( 'handles' => array( 'message/rfc822', 'x-extension/eml' ), 'icons' => array( 'default' => 'mail.png' ) ), /* Mail report messages (RFC 3452) display. */ 'report' => array( 'inline' => true, 'handles' => array( 'multipart/report' ), 'icons' => array( 'default' => 'mail.png' ) ), /* OpenOffice.org/StarOffice document display. */ 'ooo' => array( 'handles' => array( 'application/vnd.stardivision.calc', 'application/vnd.stardivision.draw', 'application/vnd.stardivision.impress', 'application/vnd.stardivision.math', 'application/vnd.stardivision.writer', 'application/vnd.sun.xml.calc', 'application/vnd.sun.xml.calc.template', 'application/vnd.sun.xml.draw', 'application/vnd.sun.xml.draw.template', 'application/vnd.sun.xml.impress', 'application/vnd.sun.xml.impress.template', 'application/vnd.sun.xml.math', 'application/vnd.sun.xml.writer', 'application/vnd.sun.xml.writer.global', 'application/vnd.sun.xml.writer.template', 'application/vnd.oasis.opendocument.presentation', 'application/vnd.oasis.opendocument.spreadsheet', 'application/vnd.oasis.opendocument.text' ), 'icons' => array( 'default' => 'ooo_calc.png', 'application/vnd.stardivision.calc' => 'ooo_calc.png', 'application/vnd.stardivision.draw' => 'ooo_draw.png', 'application/vnd.stardivision.impress' => 'ooo_impress.png', 'application/vnd.stardivision.math' => 'ooo_math.png', 'application/vnd.stardivision.writer' => 'ooo_writer.png', 'application/vnd.sun.xml.calc' => 'ooo_calc.png', 'application/vnd.sun.xml.calc.template' => 'ooo_calc.png', 'application/vnd.sun.xml.draw' => 'ooo_draw.png', 'application/vnd.sun.xml.draw.template' => 'ooo_draw.png', 'application/vnd.sun.xml.impress' => 'ooo_impress.png', 'application/vnd.sun.xml.impress.template' => 'ooo_impress.png', 'application/vnd.sun.xml.math' => 'ooo_math.png', 'application/vnd.sun.xml.writer' => 'ooo_writer.png', 'application/vnd.sun.xml.writer.global' => 'ooo_writer.png', 'application/vnd.sun.xml.writer.template' => 'ooo_writer.png', 'application/vnd.oasis.opendocument.presentation' => 'ooo_impress.png', 'application/vnd.oasis.opendocument.spreadsheet' => 'ooo_calc.png', 'application/vnd.oasis.opendocument.text' => 'ooo_writer.png' ) ), /* Portable Document Format (PDF) display. */ 'pdf' => array( 'handles' => array( 'application/pdf', 'application/x-pdf', 'image/pdf' ), 'icons' => array( 'default' => 'pdf.png' ) ), /* RTF display. * This driver requires UnRTF to be installed. * UnRTF homepage: http://www.gnu.org/software/unrtf/unrtf.html */ 'rtf' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/rtf', 'text/rtf' ), 'icons' => array( 'default' => 'text.png' ), // REQUIRED: location of the unrtf binary 'location' => '/usr/bin/unrtf' ), /* WordPerfect document display. * This driver requires wpd2html to be installed. * libwpd homepage: http://libwpd.sourceforge.net/ */ 'wordperfect' => array( // Disabled by default 'disable' => true, 'handles' => array( 'application/vnd.wordperfect', 'application/wordperf', 'application/wordperfect', 'application/wpd', 'application/x-wpwin' ), 'icons' => array( 'default' => 'wordperfect.png' ), // REQUIRED: location of the wpd2html binary 'location' => '/usr/bin/wpd2html' ) ); tmpIMUtxu/horde-5.2.17/config/nls.php0000644000175000017500000001747613160205253017263 0ustar mathieumathieu array( /* The language to fall back on if we cannot determine one any other * way (user choice or preferences). If empty, we will try to * negotiate with the browser using HTTP_ACCEPT_LANGUAGE. */ 'language' => '', ), /* Languages */ 'languages' => array( 'ar_OM' => '‭Arabic (Oman) ‮(عربية)', 'ar_SY' => '‭Arabic (Syria) ‮(عربية)', 'id_ID' => 'Bahasa Indonesia', 'bs_BA' => 'Bosanski', 'bg_BG' => '‭Bulgarian (Български)', 'ca_ES' => 'Català', 'cs_CZ' => 'Český', 'zh_CN' => '‭Chinese (Simplified) (简体中文)', 'zh_TW' => '‭Chinese (Traditional) (正體中文)', 'da_DK' => 'Dansk', 'de_DE' => 'Deutsch', 'en_US' => '‭English (American)', 'en_GB' => '‭English (British)', 'en_CA' => '‭English (Canadian)', 'es_ES' => 'Español', 'et_EE' => 'Eesti', 'eu_ES' => 'Euskara', 'fa_IR' => '‭Farsi (Persian) ‮(فارسی)', 'fr_FR' => 'Français', 'gl_ES' => 'Galego', 'el_GR' => '‭Greek (Ελληνικά)', 'he_IL' => '‭Hebrew ‮(עברית)', 'hr_HR' => 'Hrvatski', 'is_IS' => 'Íslenska', 'it_IT' => 'Italiano', 'ja_JP' => '‭Japanese (日本語)', 'km_KH' => '‭Khmer (ខមែរ)', 'ko_KR' => '‭Korean (한국어)', 'lv_LV' => 'Latviešu', 'lt_LT' => 'Lietuvių', 'mk_MK' => '‭Macedonian (Македонски)', 'hu_HU' => 'Magyar', 'nl_NL' => 'Nederlands', 'nb_NO' => '‭Norsk (bokmål)', 'nn_NO' => '‭Norsk (nynorsk)', 'pl_PL' => 'Polski', 'pt_PT' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro_RO' => 'Română', 'ru_RU' => '‭Russian (Русский)', 'sk_SK' => 'Slovenský', 'sl_SI' => 'Slovensko', 'fi_FI' => 'Suomi', 'sv_SE' => 'Svenska', 'th_TH' => '‭Thai (ภาษาไทย)', 'uk_UA' => '‭Ukrainian (Українська)', ), /* Aliases for languages with different browser and gettext codes */ 'aliases' => array( 'ar' => 'ar_SY', 'bg' => 'bg_BG', 'bs' => 'bs_BA', 'ca' => 'ca_ES', 'cs' => 'cs_CZ', 'da' => 'da_DK', 'de' => 'de_DE', 'el' => 'el_GR', 'en' => 'en_US', 'es' => 'es_ES', 'et' => 'et_EE', 'fa' => 'fa_IR', 'fi' => 'fi_FI', 'fr' => 'fr_FR', 'gl' => 'gl_ES', 'he' => 'he_IL', 'hu' => 'hu_HU', 'id' => 'id_ID', 'is' => 'is_IS', 'it' => 'it_IT', 'ja' => 'ja_JP', 'km' => 'km_KH', 'ko' => 'ko_KR', 'lt' => 'lt_LT', 'lv' => 'lv_LV', 'mk' => 'mk_MK', 'nl' => 'nl_NL', 'nn' => 'nn_NO', 'no' => 'nb_NO', 'pl' => 'pl_PL', 'pt' => 'pt_PT', 'ro' => 'ro_RO', 'ru' => 'ru_RU', 'sk' => 'sk_SK', 'sl' => 'sl_SI', 'sv' => 'sv_SE', 'th' => 'th_TH', 'uk' => 'uk_UA', ), /* Charsets. These differ somewhat on different systems; see below for * for a set of BSD charset names. */ 'charsets' => array( 'ar_OM' => 'windows-1256', 'ar_SY' => 'windows-1256', 'bg_BG' => 'windows-1251', 'bs_BA' => 'ISO-8859-2', 'cs_CZ' => 'ISO-8859-2', 'el_GR' => 'ISO-8859-7', 'et_EE' => 'ISO-8859-13', 'fa_IR' => 'UTF-8', 'he_IL' => 'UTF-8', 'hu_HU' => 'ISO-8859-2', 'ja_JP' => 'SHIFT_JIS', 'km_KH' => 'UTF-8', 'ko_KR' => 'EUC-KR', 'lt_LT' => 'ISO-8859-13', 'lv_LV' => 'windows-1257', 'mk_MK' => 'ISO-8859-5', 'pl_PL' => 'ISO-8859-2', 'ru_RU' => 'windows-1251', 'ru_RU.KOI8-R' => 'KOI8-R', 'sk_SK' => 'ISO-8859-2', 'sl_SI' => 'ISO-8859-2', 'th_TH' => 'TIS-620', 'uk_UA' => 'windows-1251', 'zh_CN' => 'GB2312', 'zh_TW' => 'BIG5', ), /* Multibyte charsets */ 'multibyte' => array( 'BIG5' => true, 'EUC-KR' => true, 'GB2312' => true, 'SHIFT_JIS' => true, 'UTF-8' => true, ), /* Right-to-left languages */ 'rtl' => array( 'ar_OM' => true, 'ar_SY' => true, 'fa_IR' => true, 'he_IL' => true, ), /* Preferred charsets for email traffic if not the languages' default * charsets. */ 'emails' => array( 'ja_JP' => 'ISO-2022-JP', ), /* Available charsets for outgoing email traffic. */ 'encodings' => array( 'windows-1256' => _("Arabic (Windows-1256)"), 'ARMSCII-8' => _("Armenian (ARMSCII-8)"), 'ISO-8859-13' => _("Baltic (ISO-8859-13)"), 'ISO-8859-14' => _("Celtic (ISO-8859-14)"), 'ISO-8859-2' => _("Central European (ISO-8859-2)"), 'GB2312' => _("Chinese Simplified (GB2312)"), 'BIG5' => _("Chinese Traditional (Big5)"), 'KOI8-R' => _("Cyrillic (KOI8-R)"), 'windows-1251' => _("Cyrillic (Windows-1251)"), 'KOI8-U' => _("Cyrillic/Ukrainian (KOI8-U)"), 'ISO-8859-7' => _("Greek (ISO-8859-7)"), 'ISO-8859-8-I' => _("Hebrew (ISO-8859-8-I)"), 'ISO-2022-JP' => _("Japanese (ISO-2022-JP)"), 'EUC-KR' => _("Korean (EUC-KR)"), 'ISO-8859-10' => _("Nordic (ISO-8859-10)"), 'ISO-8859-3' => _("South European (ISO-8859-3)"), 'TIS-620' => _("Thai (TIS-620)"), 'ISO-8859-9' => _("Turkish (ISO-8859-9)"), 'UTF-8' => _("Unicode (UTF-8)"), 'VISCII' => _("Vietnamese (VISCII)"), 'ISO-8859-1' => _("Western (ISO-8859-1)"), 'ISO-8859-15' => _("Western (ISO-8859-15)"), ), /* Multi-language spelling support. */ 'spelling' => array( 'cs_CZ' => '-T latin2 -d czech', 'da_DK' => '-d dansk', 'de_DE' => '-T latin1 -d deutsch', 'el_GR' => '-T latin1 -d ellinika', 'en_CA' => '-d canadian', 'en_GB' => '-d british', 'en_US' => '-d american', 'es_ES' => '-d espanol', 'fr_FR' => '-d francais', 'hu_HU' => '-d hungarian', 'it_IT' => '-T latin1 -d italian', 'nl_NL' => '-d nederlands', 'pl_PL' => '-d polish', 'pt_BR' => '-d br', 'pt_PT' => '-T latin1 -d portuguese', 'ru_RU' => '-d russian', 'sl_SI' => '-d slovensko', 'sv_SE' => '-d svenska', ) ); /* BSD charsets. */ if (strpos(PHP_OS, 'BSD') !== false) { $horde_nls_config['charsets'] = array_merge($horde_nls_config['charsets'], array( 'bs_BA' => 'ISO8859-2', 'cs_CZ' => 'ISO8859-2', 'el_GR' => 'ISO8859-7', 'et_EE' => 'ISO8859-13', 'hu_HU' => 'ISO8859-2', 'ja_JP' => 'SHIFT_JIS', 'ko_KR' => 'EUC-KR', 'lt_LT' => 'ISO8859-13', 'lv_LV' => 'windows-1257', 'mk_MK' => 'ISO8859-5', 'pl_PL' => 'ISO8859-2', 'sk_SK' => 'ISO8859-2', 'sl_SI' => 'ISO8859-2', )); } /* Turkish locales. */ if (version_compare(PHP_VERSION, '5.5', 'ge')) { $horde_nls_config['aliases']['tr'] = 'tr_TR'; $horde_nls_config['charsets']['tr_TR'] = (strpos(PHP_OS, 'BSD') === false) ? 'ISO-8859-9' : 'ISO8859-9'; $horde_nls_config['languages']['tr_TR'] = 'Türkçe'; $horde_nls_config['spelling']['tr_TR'] = '-d tr'; } tmpIMUtxu/horde-5.2.17/config/spelling.php0000644000175000017500000000104013160205253020260 0ustar mathieumathieu General Horde Settings false PHP Settings E_ALL & ~E_NOTICE 0 true 077 true URL Settings 2 0 1 2 3 $_SERVER['SERVER_NAME'] 30 30 false false rewrite Session Settings Horde true 0 nocache 604800 $_SERVER['SERVER_NAME'] / <strong>NOTE:</strong> These are only the <em>default</em> values for any database driven backends. You still need to configure the different systems like "Preferences" to actually <em>use</em> a database backend. SQL Database Settings These are the database settings for the traditional relational databases backends (e.g. databases that use SQL to manage its data). NoSQL Database Settings These are the database settings for the NoSQL database backends. These are databases generally optimized for scalability/availability, but do not use a standardized query language to interact with the data. LDAP Settings <strong>NOTE:</strong> These are only the <em>default</em> values for any LDAP driven backends. You still need to configure the different systems like "Preferences" to actually <em>use</em> a LDAP backend. Authentication Settings true true true false false list list input both imp horde_user false This authentication driver needs manual configuration not possible through this interface. Add the appropriate configuration lines at the end of the generated configuration file. See http://wiki.horde.org/AuthCompositeHowTo for details. localhost 21 true crypt-des aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 md5-base64 md5-hex plain sha smd5 ssha localhost 143 tls none tls ssl false ssha aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 md5-base64 md5-hex msad plain sha smd5 ssha shadowAccount,inetOrgPerson (objectclass=shadowAccount) no 5 30 5 /bin/su php /etc/passwd crypt aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 md5-base64 md5-hex plain sha smd5 ssha false false localhost PAP PAP CHAP_MD5 MSCHAPv1 MSCHAPv2 horde php REMOTE_USER localhost localhost /usr/bin/smbclient ssha aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 joomla-md5 md5-base64 md5-hex mysql plain sha smd5 ssha false mysql mysql mysqli odbc pgsql unix localhost horde horde Some special tokens can be used in the sql query. They are replaced at the query stage:<ul> <li>"\L" will be replaced by the user's login</li> <li>"\P" will be replaced by the user's password</li> <li>"\O" will be replaced by the old user's login (required for update)</li></ul> Eg: "SELECT * FROM users WHERE uid = \L AND passwd = \P AND billing = 'paid'" ssha aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 joomla-md5 md5-base64 md5-hex mysql plain sha smd5 ssha false localhost 143 none none tls ssl mysql mysql odbc pgsql unix 5432 localhost horde horde horde_users user_uid user_pass none ssha aprmd5 crypt crypt-blowfish crypt-des crypt-md5 crypt-sha256 crypt-sha512 md5-base64 md5-hex plain sha smd5 ssha cyrus SSL_CLIENT_S_DN_CN false false 5 5 Terms of Service Agreement Sign Up Settings false true Logging Settings true NOTICE EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG HORDE file /tmp/horde.log true default default false Preferences Settings 65535 Sql uid Alarms Settings Sql 300 Groups Settings Sql cn memberUid false posixGroup,hordeGroup objectclass posixGroup cn memberUid false posixGroup,hordeGroup objectclass posixGroup Permissions Settings Sql Shares Settings Shares are objects or lists that can be shared with other users, e.g. calendars that other users can be given read or write access to. Allow Sharing? false true true false false Share Caching Enabling share caching improves performance because the share backend will only be queried once per session. But it also increases the users' session sizes, and share changes won't take effect before the users log in the next time. false Shares Driver You can use different driver types for the Horde Share system. The default driver is the SQL-NG driver. Sqlng Kolab Sqlng Sql Caching Settings 86400 File APC is not recommended for general purpose caching as it is not persistent and the size of the cached data for even a small installation (25+ users) will likely exceed the default APC storage size. 0 SQL is not recommended for caching as the overhead required to store/retreive the data cancels much of the benefit of caching. xCache is not recommended for general purpose caching as it is not persistent and the size of the cached data for even a small installation (25+ users) will likely exceed the default xCache storage size. CSS Caching CSS caching packages all stylesheets used in a page into a single file sent to the browser. It also allows compression and optimization of this file to reduce the data size. Caching reduces server load, speeds up the user's browsing experience, and is HIGHLY RECOMMENDED. false true For filesystem caching to work, the "static" directory in the horde base must be writable by the user the web server is running as. If running Horde in a cluster (or behind a single web frontend), to use filesystem caching it is best to have every PHP backend server have access to a shared drive that is visible and mounted to the "static" directory on the web frontend. (NOTE: if you manually change the CSS files, you will need to manually delete the cached CSS static files to see the changes.) <strong>Requires a configured Horde caching backend.</strong> This method is STRONGLY DISCOURAGED. Browsers will likely cache this data and ignore updates, even though we append a "cache-busting" unique version parameter to the URL. You almost certainly want to use 'filesystem' instead. false 86400 Javascript Caching Javascript caching packages all static javascript files used in a page into more efficient chunks to send to the browser. It also allows compression and optimizations of this file to reduce the data size. Caching reduces server load, speeds up the user's browsing experience, and is HIGHLY RECOMMENDED. false true For filesystem caching to work, the "static" directory in the horde base must be writable by the user the web server is running as. If running Horde in a cluster (or behind a single web frontend), to use filesystem caching it is best to have every PHP backend server have access to a shared drive that is visible and mounted to the "static" directory on the web frontend. <strong>Requires a configured Horde caching backend.</strong> This method is STRONGLY DISCOURAGED. Browsers will likely cache this data and ignore updates, even though we append a "cache-busting" unique version parameter to the URL. You almost certainly want to use 'filesystem' instead. php /opt/java/jre/bin/java -c /opt/java/jre/bin/java 604800 Theme Caching Theme caching optimizes display of themed elements. Caching reduces server load (specifically by dramatically reducing filesystem access), and is HIGHLY RECOMMENDED. <strong>Requires a configured Horde caching backend.</strong> false appversion The theme cache will be updated only when a new Horde version is installed. This is the RECOMMENDED setting for most installations. The theme cache is never checked for consistency. Once created, it will be used until the cache entry expires. 604800 Locking Settings Sql Tokens Settings Sql History Settings Sql DAV Settings Sql Mailer Settings sendmail /usr/lib/sendmail -oi tls none tls ssl false SMTP Authentication requires a TLS connection. There is no need to configure the secure connection as it is always used by Horde. true true false Virtual File Storage Settings Session Handler Settings <strong>Unless you are running Horde on a PHP cluster, there is NO reason to use any session handler backend other than Builtin (i.e. session data stored on local filesystem).</strong> Builtin If you have configured a custom session extension in php.ini (such as native memcache sessions) then you should use this option. Horde doesn't force PHP to use the file-based session handler, so your php.ini settings settings will be deferred to. /tmp/ false false HTTP Proxy Settings If you need to use a proxy for fetching HTTP resources (feeds, security keys, external calendars or free/busy information, etc.), configure it here. Spell Checker Settings GnuPG Settings pool.sks-keyservers.net pool.sks-keyservers.net subkeys.pgp.net pgp.mit.edu 10 OpenSSL Settings Theme Settings false Image Manipulation Settings false Image Metadata Driver Settings Bundled MIME Detection Settings Country Lookup Settings Timezone Lookup Settings ftp://ftp.iana.org/tz/tzdata-latest.tar.gz Problem Reporting Settings false array() webmaster@example.com example.com true Menu Settings all all authenticated never authenticated all authenticated never all all authenticated never all all never authenticated authenticated never all all never authenticated authenticated never Portal Blocks Settings Fortune Configuration Account Info Configuration null /usr/bin/quota /bin/grep false /etc/mtab /usr/bin/finger uid false This will use the parameters set in the Kolab Groupware Server tab. You must enable Kolab integration for this to work. uid false User Capabilities and Constraints false true basic dynamic mobile smartmobile API Keys Settings Facebook Integration Settings If you want to allow your users to interact with their Facebook profiles, and you've set up the necessary settings on Facebook, you can enter the key and secret here. See http://wiki.horde.org/Doc/Admin/Config/Horde/Facebook for details. false Twitter Integration Settings If you want to allow your users to interact with their Twitter account, enable this section. You must setup an application on Twitter and obtain the OAuth secret and key from Twitter. See http://wiki.horde.org/Doc/Admin/Config/Horde/Twitter for details. false Url Shortening false TinyUrl Weather Services If you want to provide weather information to your users you must select a provider and provide your API keys. false 21600 1 1 2 21600 IMAP Server Settings If you intend to store user data like shares and groupware data on an IMAP server then you will need to ensure that the following fields correspond to your IMAP server setup. The IMAP groupware storage will use version 2 of the Kolab XML format. See http://wiki.kolab.org/Kolab_Format_Intro for details. false IMAP Server Settings localhost 143 tls none tls ssl example.com true IMSP Server Settings If you plan to use any of Horde's IMSP server support, enable this option and configure the server settings below. Note that you must still configure/enable specific IMSP support in the appropriate section. false IMSP Server Settings localhost 406 Plaintext /tmp/ /cyrus/usr/cyrus/bin/imtest LOGIN gssapi Kolab Server Settings <strong>*** IF YOU HAVE NO IDEA WHAT KOLAB IS THEN YOU CAN SAFELY IGNORE THIS TAB ***</strong><br /> Kolab is in no way required for normal Horde usage. If, however, you intend to use Horde as a webclient for Kolab then you will need to ensure that the following fields correspond to those required by your Kolab installation. You can find some of the required values in the <code> $KOLAB_ROOT/etc/kolab/kolab.conf</code> configuration file. Please note that the old iCal/vCard storage format has been dropped in favour of the new XML storage format &amp; IMAP folder annotations; subsequently the Horde Kolab modules will only work with version 2 of the Kolab server.<br /> If you would like to find out more about Kolab then please visit the Kolab community website at http://www.kolab.org/ false Kolab LDAP Server Settings localhost 389 dc=example,dc=com cn=nobody,cn=internal,dc=example,dc=com Kolab Cyrus IMAP Server Settings localhost 143 2000 example.com true Kolab SMTP Server Settings localhost 25 Kolab Free/Busy Application Settings Enter the leading part of the URL to the Kolab Free/Busy application here. This will usually be "https://localhost/freebusy" but if you installed it so that you reach the application at "https://freebusy.example.org" then you would enter "https://freebusy.example.org". The URL "https://freebusy.example.org/freebusy" would thus need the setting "https://freebusy.example.org/freebusy". https://localhost/freebusy A distributed hash table is a way of sharing data across multiple servers by associating a piece of data with a static key. It is useful for cache-like operations, since it is usually much faster to set and retrieve the data from the hash table than the underlying data storage driver. none localhost 11211 false false 0 true tcp localhost 6379 false The use of ActiveSync in the United States is PROHIBITED due to patent issues. If you are NOT in the United States, or you have a license to use ActiveSync, you may enable ActiveSync below and create an alias on your webserver to redirect /Microsoft-Server-ActiveSync to /horde/rpc.php. See http://wiki.horde.org/ActiveSync for more information. Please note that History system needs to be enabled too. false Storage ActiveSync needs to store information about device properties and state data such as syncronization keys and hierarchy data. Choose the storage backend to use. Sql Capabilities true 14.1 2.5 12 12.1 14 14.1 Authentication ActiveSync can be configured to authenticate against Horde using either HTTP Basic authentication, X509 client certificates, or both. HTTP Basic will authenticate the credentials passed from the client against the configured Horde authentication backend. If client certificates are used you will need to properly configure your webserver for this as well as provide some mechanism for using hordeauth with the IMAP server. See http://wiki.horde.org/ActiveSync for more details on client certificate authentication. If selecting both basic and client certificates, make sure you are not already using client certificate authentication in Horde; if client certificates are used for general Horde authentication then they must be used here as well. If unsure, select Basic. basic SSL_CLIENT_S_DN_CN SSL_CLIENT_S_DN_CN Autodiscovery full user hook Logging false protocol 2 1 Ping Settings The Heartbeat Interval specifies the length of time, in seconds, that the server SHOULD wait before notifying the client of changes in a folder on the server. These settings allow you to indicate the allowable range for this setting. Note that not all clients will request this information. NOTE: Some Android devices do not implement this correctly. If you plan on synching Android devices, you should make sure that this range is wide enough to allow Android's default of 470 seconds. true 60 2700 480 60 15 tmpIMUtxu/horde-5.2.17/config/motd.php0000644000175000017500000000105513160205253017414 0ustar mathieumathieu
Powered by Horde
* * * $prefGroups * =========== * $prefGroups defines the preferences page in which a preference value will * appear in. * * Format: * ------- * - column: (string) Which column head this group will go under. * - desc: (string) Description shown under label. * - label: (string) Label for the group of settings. * - members: (array) List of displayable preferences contained in this * group. * - suppress: (boolean|function) If true, this group is not displayed. * - type: (string) The prefGroup type. * VALUES: * - identities: An identities screen. The identities screen will always * show all the identities prefs from the base Horde app, * along with the identity switching widget. * Additionally, applications can define additional * identity information in their prefs.php file that will * be displayed after the Horde-wide settings. * - [empty]: The default preferences screen. * DEFAULT: The default preferences screen. * * $_prefs * ======= * $_prefs defines the preferences used within an application. Each * preference is contained within a separate array entry, with the key being * the name of the preference. * * The following are OPTIONAL values for each entry: * * - advanced: (boolean) Mark pref as advanced. Will only be displayed if * user switches to advanced preferences mode. * VALUES: * - true: Advanced preference; hidden in basic preferences mode. * - false: Basic preference; shown regardless of preferences mode. * DEFAULT: false * * - help: (string) The help file identifier for this preference. * VALUES: * If present, a help icon will be displayed next to the preference. * Clicking on this icon will open the entry in the help viewer in * a popup window. * DEFAULT: No help icon is displayed * * - hook: (boolean) If true, the prefs_init hook will be run for this entry. * VALUES: * - true * - false * DEFAULT: false * * - locked: (boolean) Allow preference to be changed from the preferences * screen? * VALUES: * - true: Do not show this preference in the UI and don't allow * changing by any mechanism. * - false: Show this preference in the UI and allow changing. * DEFAULT: false * * - on_change: (function) A method to call when this prefs value is changed * in the UI. * VALUES: * Function * DEFAULT: None * * - on_init: (function) A method to call when initializing the value for * display on the UI page. Is passed one argument: the * Horde_Core_Prefs_Ui object. * VALUES: * Function * DEFAULT: None * * - requires: (array) A list of preferences that need to be set (i.e. * non-empty value) for this preference to be displayed. * VALUES: * Array of preference names * DEFAULT: None * * - requires_nolock: (array) A list of preferences that need to be unlocked * for this preference to be displayed. * VALUES: * Array of preference names * DEFAULT: None * * - suppress: (boolean|function) If true, suppresses display of the * preference in the UI. * VALUES: * - true * - false * DEFAULT: false * * * The UI display for a preference is controlled by the 'type' key. This key * controls how the preference is displayed on the preferences screen. If this * key is not present, the preference is treated as type 'implicit'. The * following is the list of types, with a description of further keys used * for each type. * * 'checkbox' * ---------- * Provides a checkbox (yes/no) entry. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - value: (integer) 0 (or false) for unchecked, 1 (or true) for checked. * * 'enum' * ------ * Provides an enumeration (a/k/a selection) list in the UI. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - escaped: (boolean) If true, values in 'enum' are already escaped. * DEFAULT: false * - enum: (array) [REQUIRED] The enumeration list. Keys will be used as the * the preference value; values are the text that will be displayed * in the selection list. * - value: (mixed) The value of the preference. Will be used to * auto-select the entry in the selection list. * * 'implicit' * ---------- * Preference used in an application but never directly shown to the viewer * via the preferences screen. * * ADDITIONAL KEYS: * - value: (mixed) The value of the preference. Will be used to * auto-select the entry in the selection list. * * 'multienum' * ----------- * Provides an enumeration list in the UI that allows for multiple entries * to be selected. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - escaped: (boolean) If true, values in 'enum' are already escaped. * DEFAULT: false * - enum: (array) [REQUIRED] The enumeration list. Keys will be used as the * the preference value; values are the text that will be displayed * in the selection list. * - value: (string) A serialized value containing the key(s) selected. All * keys will be auto-selected in the selection area. * * 'number' * -------- * Provides a small textbox to enter a natural number. Values entered for this * preference are automatically converted to a number value. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - value: (integer) The preference value. * - zero: (boolean) By default, a number must be non-zero. If this is * true, zeros will be accepted as valid input. * * 'password' * ---------- * Provides a textbox for password entry (input characters will not be * displayed to the screen). * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - value: (string) The preference value. * * 'text' * ------ * Provides a single-line textbox. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - value: (string) The preference value. * * 'textarea' * ---------- * Provides a multi-line textbox. * * ADDITIONAL KEYS: * - desc: (string) The description text to use on the preferences page. * - value: (string) The preference value. Lines should be separated * with the "\n" character. * * * These types are for UI-purposes only and will not be stored in the * preference backend. * * 'container' * ----------- * Used to indicate a list of preferences that MUST appear on the same page * for UI purposes. * * 'link' * ------ * Provides a clickable link. * * ADDITIONAL KEYS: * - desc: (string) The link text. * - img: (string) An image file to display before the link. * DEFAULT: no image displayed * - url: (string) The URL to link to (unescaped). Only specify one of * 'url' or 'xurl'. * - xurl: (string) The URL to link to (escaped). Only specify one of 'url' * or 'xurl'. * * 'prefslink' * ----------- * Create a link to another preferences page. * * ADDITIONAL KEYS: * - app: (string) The application to link to. * DEFAULT: current application. * - desc: (string) The link text. * - group: (string) The preferences group to link to. * - img: (string) An image file to display before the link. * DEFAULT: no image displayed * * 'rawhtml' * --------- * Outputs a raw HTML string to the page. * * ADDITIONAL KEYS: * - value: (string) The raw (already escaped) HTML to output to the page. * * 'special' * --------- * Used as placeholder to indicate that the application will provide both the * UI display code and the subsequent preferences storage. * * This type REQUIRES a 'handler' parameter, which is the classname of an * object that implements Horde_Core_Prefs_Ui_Special. */ // *** Personal Information (Identities) Preferences *** $prefGroups['identities'] = array( 'column' => _("Your Information"), 'label' => _("Personal Information"), 'desc' => _("Change your personal information."), 'members' => array('id', 'fullname', 'from_addr', 'location'), 'type' => 'identities' ); // If you lock this preference, you must specify a value or a hook for it in // horde/config/hooks.php. $_prefs['id'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Identity's name:") ); // If you lock this preference, you must specify a value or a hook for it in // horde/config/hooks.php. $_prefs['fullname'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Your full name:") ); // If you lock this preference, you must specify a value or a hook for it in // horde/config/hooks.php. $_prefs['from_addr'] = array( 'value' => '', 'type' => 'text', 'desc' => _("The default e-mail address to use with this identity:") ); $_prefs['location'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Default location to use for location-aware features.") ); // Set locked to true if you don't want the users to have multiple identities. $_prefs['default_identity'] = array( 'value' => 0 ); // Identities are built automatically from the default values of all // preferences from all applications that make up an identity. This only works // if no identities exist yet, or when creating new identities manually. If you // provide a default value for the complete identities list, it has to include // all preferences from all applications. $_prefs['identities'] = array( // default value = serialize(array()) 'value' => 'a:0:{}' ); $_prefs['confirm_email'] = array( // default value = serialize(array()) 'value' => 'a:0:{}' ); // *** Authentication Preferences *** $prefGroups['forgotpass'] = array( 'column' => _("Your Information"), 'label' => _("Account Password"), 'desc' => _("Set preferences to allow you to reset your password if you ever forget it."), 'members' => array( 'security_question', 'security_answer', 'alternate_email' ), 'suppress' => function() { if (!$GLOBALS['conf']['auth']['resetpassword']) { return true; } try { $GLOBALS['injector']->getInstance('Horde_Core_Factory_Auth')->create()->hasCapability('update'); return false; } catch (Horde_Exception $e) {} return true; } ); $_prefs['security_question'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Enter a security question which you will be asked if you need to reset your password, e.g. 'what is the name of your pet?':") ); $_prefs['security_answer'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Insert the required answer to the security question:") ); $_prefs['alternate_email'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Insert an email address to which you can receive the new password:") ); // *** Locale/Time Preferences *** $prefGroups['language'] = array( 'column' => _("Your Information"), 'label' => _("Locale and Time"), 'desc' => _("Set your preferred language, timezone and date preferences."), 'members' => array( 'language', 'sending_charset', 'timezone', 'twentyFour', 'date_format', 'date_format_mini', 'time_format', 'first_week_day' ) ); $_prefs['language'] = array( 'value' => '', 'type' => 'enum', 'enum' => array(), 'escaped' => true, 'desc' => _("Select your preferred language:"), 'on_init' => function($ui) { $enum = $GLOBALS['registry']->nlsconfig->languages; array_unshift($enum, _("Default")); $ui->prefs['language']['enum'] = $enum; }, 'on_change' => function() { global $prefs, $registry; $registry->setLanguageEnvironment($prefs->getValue('language')); foreach ($registry->listApps() as $app) { if ($registry->isAuthenticated(array('app' => $app, 'notransparent' => true))) { $registry->callAppMethod($app, 'changeLanguage'); } } } ); $_prefs['sending_charset'] = array( 'value' => 'UTF-8', 'advanced' => true, // Sending charset is locked by default. 'locked' => true, 'type' => 'enum', 'enum' => array_merge( array('' => _("Default")), $GLOBALS['registry']->nlsconfig->encodings_sort ), 'desc' => _("Default charset for sending e-mail messages:") ); $_prefs['timezone'] = array( 'value' => '', 'type' => 'enum', 'enum' => array(), 'desc' => _("Your current time zone:"), 'on_init' => function($ui) { $enum = Horde_Nls::getTimezones(); array_unshift($enum, _("Default")); $ui->prefs['timezone']['enum'] = $enum; }, ); $_prefs['twentyFour'] = array( 'value' => false, 'type' => 'checkbox', 'desc' => _("Display 24-hour times?") ); $_prefs['date_format'] = array( 'value' => '%x', 'type' => 'enum', 'enum' => array( '%x' => strftime('%x'), '%Y-%m-%d' => strftime('%Y-%m-%d'), '%d/%m/%Y' => strftime('%d/%m/%Y'), '%A, %B %d, %Y' => strftime('%A, %B %d, %Y'), '%A, %d. %B %Y' => strftime('%A, %d. %B %Y'), '%A, %d %B %Y' => strftime('%A, %d %B %Y'), '%a, %b %e, %Y' => strftime('%a, %b %e, %Y'), '%a, %b %e, %y' => strftime('%a, %b %e, %y'), '%a, %b %e' => strftime('%a, %b %e'), '%a, %e %b %Y' => strftime('%a, %e %b %Y'), '%a, %e %b %y' => strftime('%a, %e %b %y'), '%a %d %b %Y' => strftime('%a %d %b %Y'), '%a %x' => strftime('%a %x'), '%a %Y-%m-%d' => strftime('%a %Y-%m-%d'), '%e %b %Y' => strftime('%e %b %Y'), '%e. %b %Y' => strftime('%e. %b %Y'), '%e. %m %Y' => strftime('%e %m %Y'), '%e. %m.' => strftime('%e. %m.'), '%e. %B' => strftime('%e. %B'), '%e. %B %Y' => strftime('%e. %B %Y'), '%e. %B %y' => strftime('%e. %B %y'), '%B %e, %Y' => strftime('%B %e, %Y'), ), 'desc' => _("Choose how to display dates (full format):"), ); $_prefs['date_format_mini'] = array( 'value' => '%x', 'type' => 'enum', 'enum' => array( '%x' => strftime('%x'), '%Y-%m-%d' => strftime('%Y-%m-%d'), '%d/%m/%Y' => strftime('%d/%m/%Y'), '%a, %b %e, %Y' => strftime('%a, %b %e, %Y'), '%a, %b %e, %y' => strftime('%a, %b %e, %y'), '%a, %b %e' => strftime('%a, %b %e'), '%a, %e %b %Y' => strftime('%a, %e %b %Y'), '%a, %e %b %y' => strftime('%a, %e %b %y'), '%a %d %b %Y' => strftime('%a %d %b %Y'), '%a %x' => strftime('%a %x'), '%a %Y-%m-%d' => strftime('%a %Y-%m-%d'), '%e %b %Y' => strftime('%e %b %Y'), '%e. %b %Y' => strftime('%e. %b %Y'), '%e. %m %Y' => strftime('%e %m %Y'), '%e. %m.' => strftime('%e. %m.'), '%b %e, %Y' => strftime('%b %e, %Y'), ), 'desc' => _("Choose how to display dates (abbreviated format):"), ); $_prefs['time_format'] = array( 'value' => '%X', 'type' => 'enum', 'enum' => array( '%X' => strftime('%X') . ' (' . _("Default") . ')', '%H:%M:%S' => strftime('%H:%M:%S') . ' (' . _("24-hour format") . ')', '%l:%M:%S %p' => strftime('%l:%M:%S %p'), '%R' => strftime('%R') . ' (' . _("24-hour format") . ')', '%l:%M %p' => strftime('%l:%M %p'), ), 'desc' => _("Choose how to display times:") ); $_prefs['first_week_day'] = array( 'value' => '0', 'type' => 'enum', 'enum' => array( '0' => _("Sunday"), '1' => _("Monday") ), 'desc' => _("Which day would you like to be displayed as the first day of the week?") ); // *** Categories/Labels Preferences *** $prefGroups['categories'] = array( 'column' => _("Your Information"), 'label' => _("Categories and Labels"), 'desc' => _("Manage the list of categories you have to label items with, and colors associated with those categories."), 'members' => array('categorymanagement') ); // UI for category management. $_prefs['categorymanagement'] = array( 'type' => 'special', 'handler' => 'Horde_Prefs_Special_Category' ); $_prefs['categories'] = array( 'value' => '' ); $_prefs['category_colors'] = array( 'value' => '' ); // *** Display Preferences *** $prefGroups['display'] = array( 'column' => _("Other Information"), 'label' => _("Display Preferences"), 'desc' => _("Set your startup application, color scheme, page refreshing, and other display preferences."), 'members' => array( 'initial_application', 'show_last_login', 'theme', 'summary_refresh_time', 'sidebar_width', 'menu_refresh_time', 'widget_accesskey' ) ); $_prefs['initial_application'] = array( 'value' => 'horde', 'type' => 'enum', 'enum' => array(), 'desc' => sprintf(_("What application should %s display after login?"), $GLOBALS['registry']->get('name')), 'on_init' => function($ui) { $enum = array(); $perms = $GLOBALS['injector']->getInstance('Horde_Perms'); foreach ($GLOBALS['registry']->listApps(array('active')) as $a) { if (file_exists($GLOBALS['registry']->get('fileroot', $a)) && (($perms->exists($a) && ($perms->hasPermission($a, $GLOBALS['registry']->getAuth(), Horde_Perms::READ) || $GLOBALS['registry']->isAdmin())) || !$perms->exists($a))) { $enum[$a] = $GLOBALS['registry']->get('name', $a); } } asort($enum); $ui->prefs['initial_application']['enum'] = $enum; }, ); $_prefs['show_last_login'] = array( 'value' => true, 'advanced' => true, 'type' => 'checkbox', 'desc' => _("Show last login time when logging in?") ); // Last login time of user $_prefs['last_login'] = array( // value is a serialized array of the UNIX timestamp of the last login, // and the host that the last login was from. // value = serialize(array()) 'value' => 'a:0:{}' ); $_prefs['theme'] = array( 'value' => 'default', 'type' => 'enum', 'enum' => Horde_Themes::themeList(), 'desc' => _("Select your color scheme.") ); $_prefs['summary_refresh_time'] = array( 'value' => 300, 'type' => 'enum', 'enum' => array( 0 => _("Never"), 30 => _("Every 30 seconds"), 60 => _("Every minute"), 300 => _("Every 5 minutes"), 900 => _("Every 15 minutes"), 1800 => _("Every half hour") ), 'desc' => _("Refresh Portal View:") ); $_prefs['sidebar_width'] = array( 'value' => 210, 'type' => 'number', 'desc' => sprintf(_("Width of the %s menu on the left:"), $GLOBALS['registry']->get('name', 'horde')) ); $_prefs['menu_refresh_time'] = array( 'value' => 300, 'type' => 'enum', 'enum' => array( 0 => _("Never"), 30 => _("Every 30 seconds"), 60 => _("Every minute"), 120 => _("Every 2 minutes"), 300 => _("Every 5 minutes") ), 'desc' => _("Refresh Dynamic Menu Elements:") ); $_prefs['widget_accesskey'] = array( 'value' => true, 'advanced' => true, 'type' => 'checkbox', 'desc' => _("Should access keys be defined for most links?") ); // The layout of the portal page. $_prefs['portal_layout'] = array( // value = serialize(array()) 'value' => 'a:0:{}' ); // *** Facebook Integration Preferences *** $prefGroups['facebook'] = array( 'column' => _("Other Information"), 'label' => _("Facebook Integration"), 'desc' => _("Set up integration with your Facebook account."), 'members' => array('facebookmanagement'), 'suppress' => function() { return (empty($GLOBALS['conf']['facebook']['enabled']) || empty($GLOBALS['conf']['facebook']['id']) || empty($GLOBALS['conf']['facebook']['secret'])); } ); $_prefs['facebookmanagement'] = array( 'type' => 'special', 'handler' => 'Horde_Prefs_Special_Facebook' ); $_prefs['facebook'] = array( // value = serialize(array()) 'value' => 'a:0:{}' ); // *** Twitter Intergration Preferences *** $prefGroups['twitter'] = array( 'column' => _("Other Information"), 'label' => _("Twitter Integration"), 'desc' => _("Set up integration with your Twitter account."), 'members' => array('twittermanagement'), 'suppress' => function() { return (empty($GLOBALS['conf']['twitter']['enabled']) || empty($GLOBALS['conf']['twitter']['key']) || empty($GLOBALS['conf']['twitter']['secret'])); } ); $_prefs['twittermanagement'] = array( 'type' => 'special', 'handler' => 'Horde_Prefs_Special_Twitter' ); $_prefs['twitter'] = array( // value = serialize(array()) 'value' => 'a:0:{}' ); // *** IMSP Intergration Preferences *** $prefGroups['imspauth'] = array( 'column' => _("Other Information"), 'label' => _("Alternate IMSP Login"), 'desc' => _("Use if name/password is different for IMSP server."), 'members' => array('imsp_auth_user', 'imsp_auth_pass'), 'suppress' => function() { return empty($GLOBALS['conf']['imsp']['enabled']); } ); $_prefs['imsp_auth_user'] = array( 'value' => '', 'type' => 'text', 'desc' => _("Alternate IMSP Username") ); $_prefs['imsp_auth_pass'] = array( 'value' => '', 'type' => 'password', 'desc' => _("Alternate IMSP Password") ); // *** SyncML Preferences *** $prefGroups['syncml'] = array( 'column' => _("Other Information"), 'label' => _("SyncML"), 'desc' => _("Configuration for syncing with PDAs, Smartphones and Outlook."), 'members' => array('syncmlmanagement'), 'suppress' => function() { return !class_exists('Horde_SyncMl_Backend'); } ); $_prefs['syncmlmanagement'] = array( 'type' => 'special', 'handler' => 'Horde_Prefs_Special_Syncml' ); // *** ActiveSync Preferences *** $prefGroups['activesync'] = array( 'column' => _("Other Information"), 'label' => _("ActiveSync"), 'desc' => _("Manage your ActiveSync devices."), 'members' => array('activesync_replyposition', 'activesyncmanagement'), 'suppress' => function() { return empty($GLOBALS['conf']['activesync']['enabled']); } ); $_prefs['activesyncmanagement'] = array( 'type' => 'special', 'handler' => 'Horde_Prefs_Special_Activesync' ); $_prefs['activesync_replyposition'] = array( 'type' => 'enum', 'desc' => _("Position of reply text when replying to email on your device. Note that some devices will always send the citation string at the end of the reply text."), 'enum' => array('bottom' => _("Bottom"), 'top' => _("Top")), 'value' => 'bottom', 'suppress' => function() { return empty($GLOBALS['conf']['activesync']['emailsync']); } ); // Handled by the special. // 'horde' = The horde configured default identity. // integer - The identity identifier. $_prefs['activesync_identity'] = array( 'value' => 'horde' ); // *** Internal Preferences *** // Last time login tasks were run. $_prefs['last_logintasks'] = array( // value = serialize(array()) 'value' => 'a:0:{}' ); // Track login upgrade tasks. $_prefs['upgrade_tasks'] = array( // value = serialize(array()) 'value' => 'a:0:{}' ); tmpIMUtxu/horde-5.2.17/config/.htaccess0000644000175000017500000000017413160205253017537 0ustar mathieumathieu Require all denied Deny from all tmpIMUtxu/horde-5.2.17/install/0000755000175000017500000000000013162206567016153 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/install/horde.php0000644000175000017500000000266413160205253017762 0ustar mathieumathieu * @category Horde * @copyright 2011-2017 Horde LLC (http://www.horde.org/) * @license http://www.horde.org/licenses/lgpl LGPL * @package Horde */ /** * @author Michael Slusarz * @category Horde * @copyright 2011-2017 Horde LLC (http://www.horde.org/) * @license http://www.horde.org/licenses/lgpl LGPL * @package Horde */ class install_horde_postinstall { /** * Init postinstall task. * * @param PEAR_Config $config Config object. * @param PEAR_PackageFile_v2 $pkg Package object. * @param string $version Last version installed. * * @returns boolean Success. */ public function init($config, $pkg, $version) { return true; } /** * Run task after prompt. * * @param array $info Parameter array. * @param string $name Postinstall phase. */ public function run($info, $phase) { switch ($phase) { case 'first': if (strtolower($info['clear_cache']) == 'y') { passthru('../bin/horde-clear-cache -f'); } break; } } } tmpIMUtxu/horde-5.2.17/.htaccess0000644000175000017500000000104213160205254016266 0ustar mathieumathieu# IMPORTANT: DO NOT EDIT THIS FILE! # It will be overwritten with any future upgrade. Require all granted Allow from all RewriteEngine On RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule .* - [env=REDIRECT_HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ rampage.php [QSA,L] tmpIMUtxu/horde-5.2.17/templates/0000755000175000017500000000000013162206570016475 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/templates/data/0000755000175000017500000000000013162206570017406 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/templates/data/datetime.inc0000644000175000017500000001226613160205254021700 0ustar mathieumathieu= 3) { $form = 'mdy'; if ((strlen($parts[0]) == 4) || ($parts[0] > 31)) { $form = 'ymd'; if ($parts[1] > 12) { $form = 'ydm'; } } elseif ($parts[0] > 12) { $form = 'dmy'; } } } $ampm = isset($date['values'][$i]) && (strpos(Horde_String::lower($date['values'][$i]), 'am') !== false || strpos(Horde_String::lower($date['values'][$i]), 'pm') !== false); if (!isset($date['values'][$i]) || strpos($date['values'][$i], ' ') === false): ?> tmpIMUtxu/horde-5.2.17/templates/data/datemap.inc0000644000175000017500000000305413160205254021512 0ustar mathieumathieu

get('map'); foreach ($storage->get('dates') as $key => $date): ?>
 
" />
tmpIMUtxu/horde-5.2.17/templates/data/tsvinfo.inc0000644000175000017500000000167213160205254021573 0ustar mathieumathieu


storage->get('first_lines')) ?>


" class="horde-default" />
tmpIMUtxu/horde-5.2.17/templates/data/time.inc0000644000175000017500000000246713160205254021044 0ustar mathieumathieu tmpIMUtxu/horde-5.2.17/templates/data/csvmap.inc0000644000175000017500000001265613160205254021400 0ustar mathieumathieu






" onclick="addPair()" />





" onclick="removePair()" />
" class="horde-default" />
tmpIMUtxu/horde-5.2.17/templates/data/date.inc0000644000175000017500000000433313160205254021015 0ustar mathieumathieu= 3) { $form = 'mdy'; if ((strlen($parts[0]) == 4) || ($parts[0] > 31)) { $form = 'ymd'; if ($parts[1] > 12) { $form = 'ydm'; } } elseif ($parts[0] > 12) { $form = 'dmy'; } } } ?> tmpIMUtxu/horde-5.2.17/templates/data/csvinfo.inc0000644000175000017500000000264313160205254021551 0ustar mathieumathieu


storage->get('first_lines')) ?>





" class="horde-default" />
tmpIMUtxu/horde-5.2.17/templates/portal/0000755000175000017500000000000013162206570017776 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/templates/portal/add.inc0000644000175000017500000000122213160205254021212 0ustar mathieumathieuisChanged($row, $col)): ?>

getBlocksWidget() ?> " />
tmpIMUtxu/horde-5.2.17/templates/portal/edit.inc0000644000175000017500000000312513160205254021413 0ustar mathieumathieurows(); $max_blocks = $GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_blocks'); list($current_row, $current_col) = $layout->getCurrentBlock(); $allow_add = ($max_blocks === true) || ($max_blocks > $layout->count()); $columns = 0; for ($row = 0; $row < $rows; ++$row): ?> columns($row); if ($columns instanceof PEAR_Error) { $columns = 0; } for ($col = 0; $col < $columns; ++$col): $isEditing = ($current_row === $row && $current_col === $col); $colspan = $layout->getWidth($row, $col); if ($layout->isCovered($row, $col)): ?>
getBlockInfo($row, $col); } catch (Horde_Exception $e) {} if (!$layout->isEmpty($row, $col)) { require __DIR__ . '/layout.inc'; } else { if ($allow_add) { require __DIR__ . '/add.inc'; } } ?>
tmpIMUtxu/horde-5.2.17/templates/portal/new.inc0000644000175000017500000000027013160205254021255 0ustar mathieumathieu
tmpIMUtxu/horde-5.2.17/templates/portal/block.inc0000644000175000017500000000064713160205254021566 0ustar mathieumathieu
getHeaderIcons($row_num, $col_num, true) ?>

tmpIMUtxu/horde-5.2.17/templates/portal/smartmobile.inc0000644000175000017500000000253413160205254023007 0ustar mathieumathieu

showService('logout') && ($logout = $registry->getServiceLink('logout'))): ?>

    $val): ?>
  • link(array('data-ajax' => 'false')) ?>

    $val): ?>
  • link(array('data-ajax' => 'false')) ?>
tmpIMUtxu/horde-5.2.17/templates/portal/layout.inc0000644000175000017500000001317013160205254022004 0ustar mathieumathieuisChanged($row, $col)) echo ' id="block"' ?> cellspacing="0" class="header" width="100%"> getName($blockInfo['app'], $blockInfo['block'])) ?> getHeaderIcons($row, $col, !$isEditing) ?>
0) echo $layout->getControl('expand/up', $row, $col) ?>  getHeight($row, $col) > 1) echo $layout->getControl('shrink/up', $row, $col) ?>
0) echo $layout->getControl('expand/left', $row, $col) ?> getWidth($row, $col) > 1) echo $layout->getControl('shrink/left', $row, $col) ?>
  0 ? $layout->getControl('move/up', $row, $col) : ' ' ?>  
0 ? $layout->getControl('move/left', $row, $col) : ' ' ?>   getControl('move/right', $row, $col) ?>
  getControl('move/down', $row, $col) ?>  
getWidth($row, $col) > 1) echo $layout->getControl('shrink/right', $row, $col) ?> getControl('expand/right', $row, $col) ?>
getHeight($row, $col) > 1) echo $layout->getControl('shrink/down', $row, $col) ?> getControl('expand/down', $row, $col) ?>
 
isEditable($blockInfo['app'], $blockInfo['block'])): $block = &$layout->getBlock($row, $col); foreach ($block->getParamValues() as $key => $val) { $defaults[$key] = $val; } if (!isset($defaults['_refresh_time'])) { $defaults['_refresh_time'] = 0; } ?> updateable): ?> getParams($blockInfo['app'], $blockInfo['block']) as $id): $i++; ?>
getBlocksWidget($blockInfo['app'], $blockInfo['block'], ($layout->isRemovable($row, $col) ? true : false), ($layout->isRemovable($row, $col) ? false : true)) ?>
 
getParamName($blockInfo['app'], $blockInfo['block'], $id) ?>:  getOptionsWidget($blockInfo['app'], $blockInfo['block'], $id, $defaults) ?>
" />
tmpIMUtxu/horde-5.2.17/templates/help/0000755000175000017500000000000013162206570017425 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/templates/help/sidebar.inc0000644000175000017500000000027213160205254021526 0ustar mathieumathieu
render($vars->side_show) ?> renderTree() ?>
tmpIMUtxu/horde-5.2.17/templates/help/index.inc0000644000175000017500000000134313160205254021224 0ustar mathieumathieu <?php echo _("Help") ?> tmpIMUtxu/horde-5.2.17/templates/help/menu.inc0000644000175000017500000000014013160205254021053 0ustar mathieumathieu
tmpIMUtxu/horde-5.2.17/templates/sidebar/0000755000175000017500000000000013162206570020106 5ustar mathieumathieutmpIMUtxu/horde-5.2.17/templates/sidebar/sidebar.html.php0000644000175000017500000000146713160205254023177 0ustar mathieumathieu
newLink): ?>
newExtra): ?>
newExtra ?> 
newLink ?>newText ?>
containers): ?> renderPartial('container', array('collection' => $this->containers)) ?> content)): ?> content ?>
tmpIMUtxu/horde-5.2.17/templates/sidebar/_rowresource.html.php0000644000175000017500000000036413160205254024277 0ustar mathieumathieu
tmpIMUtxu/horde-5.2.17/templates/sidebar/_rowtree.html.php0000644000175000017500000000065613160205254023413 0ustar mathieumathieu
>
class="horde-subnavi-point">
tmpIMUtxu/horde-5.2.17/templates/sidebar/_container.html.php0000644000175000017500000000305313160205254023700 0ustar mathieumathieu 0): ?>

+ ">h($container['header']['label']) ?>