summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-26 01:55:32 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-26 01:55:32 -0400
commitc591cf0836720a4cfc6d441b363ece46ed19eadc (patch)
tree0f6c1e91bcb5824d5e89ddd144e9fcf90f9d1ef7 /settings/l10n
parent63cdf783907e72c52931f72d614195aaa7fceb90 (diff)
downloadnextcloud-server-c591cf0836720a4cfc6d441b363ece46ed19eadc.tar.gz
nextcloud-server-c591cf0836720a4cfc6d441b363ece46ed19eadc.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/ast.php1
-rw-r--r--settings/l10n/cs_CZ.php2
-rw-r--r--settings/l10n/en_GB.php3
-rw-r--r--settings/l10n/es.php3
-rw-r--r--settings/l10n/et_EE.php3
-rw-r--r--settings/l10n/fi_FI.php3
-rw-r--r--settings/l10n/fr.php3
-rw-r--r--settings/l10n/gl.php3
-rw-r--r--settings/l10n/it.php5
-rw-r--r--settings/l10n/pt_BR.php3
-rw-r--r--settings/l10n/ru.php8
-rw-r--r--settings/l10n/sk_SK.php16
-rw-r--r--settings/l10n/sv.php3
-rw-r--r--settings/l10n/tr.php5
-rw-r--r--settings/l10n/zh_HK.php1
15 files changed, 60 insertions, 2 deletions
diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php
index b86d7d88bf9..3892d48a9ac 100644
--- a/settings/l10n/ast.php
+++ b/settings/l10n/ast.php
@@ -4,6 +4,7 @@ $TRANSLATIONS = array(
"Encryption" => "Cifráu",
"Invalid request" => "Solicitú non válida",
"Error" => "Fallu",
+"deleted" => "desaniciáu",
"Groups" => "Grupos",
"Delete" => "Desaniciar",
"Port" => "Puertu",
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index b33d3055923..8a33e4691e5 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -115,6 +115,8 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Povolit uživatelům sdílet pouze s uživateli v jejich skupinách",
"Allow mail notification" => "Povolit e-mailová upozornění",
"Allow users to send mail notification for shared files" => "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory",
+"Expire after " => "Vyprší po",
+"days" => "dnech",
"Security" => "Zabezpečení",
"Enforce HTTPS" => "Vynutit HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Vynutí připojování klientů k %s šifrovaným spojením.",
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php
index 1d1cb17a7fa..cbfde8f5f7a 100644
--- a/settings/l10n/en_GB.php
+++ b/settings/l10n/en_GB.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Allow users to only share with users in their groups",
"Allow mail notification" => "Allow mail notification",
"Allow users to send mail notification for shared files" => "Allow users to send mail notification for shared files",
+"Expire after " => "Expire after ",
+"days" => "days",
+"Expire shares by default after N days" => "Expire shares by default after N days",
"Security" => "Security",
"Enforce HTTPS" => "Enforce HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Forces the clients to connect to %s via an encrypted connection.",
diff --git a/settings/l10n/es.php b/settings/l10n/es.php
index 0b2ca6fea36..5feb4436908 100644
--- a/settings/l10n/es.php
+++ b/settings/l10n/es.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Permitir a los usuarios compartir sólo con los usuarios en sus grupos",
"Allow mail notification" => "Permitir notificaciones por correo electrónico",
"Allow users to send mail notification for shared files" => "Permitir a los usuarios enviar mensajes de notificación para ficheros compartidos",
+"Expire after " => "Caduca luego de",
+"days" => "días",
+"Expire shares by default after N days" => "Archivos compartidos caducan luego de N días",
"Security" => "Seguridad",
"Enforce HTTPS" => "Forzar HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Forzar a los clientes a conectarse a %s por medio de una conexión cifrada.",
diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php
index 5ad3b4b0d69..a76b73c9aef 100644
--- a/settings/l10n/et_EE.php
+++ b/settings/l10n/et_EE.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Luba kasutajatel jagada kirjeid ainult nende grupi liikmetele, millesse nad ise kuuluvad",
"Allow mail notification" => "Luba teavitused e-postiga",
"Allow users to send mail notification for shared files" => "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta",
+"Expire after " => "Aegu pärast",
+"days" => "päeva",
+"Expire shares by default after N days" => "Peata jagamine N päeva möödudes",
"Security" => "Turvalisus",
"Enforce HTTPS" => "Sunni peale HTTPS-i kasutamine",
"Forces the clients to connect to %s via an encrypted connection." => "Sunnib kliente %s ühenduma krüpteeritult.",
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php
index f82799eb71f..15e7b167b96 100644
--- a/settings/l10n/fi_FI.php
+++ b/settings/l10n/fi_FI.php
@@ -104,6 +104,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Salli jakaminen vain samoissa ryhmissä olevien käyttäjien kesken",
"Allow mail notification" => "Salli sähköposti-ilmoitukset",
"Allow users to send mail notification for shared files" => "Salli käyttäjien lähettää sähköposti-ilmoituksia jaetuista tiedostoista",
+"Expire after " => "Vanhenna",
+"days" => "päivän jälkeen",
+"Expire shares by default after N days" => "Vanhenna jaot oletuksena N päivän jälkeen",
"Security" => "Tietoturva",
"Enforce HTTPS" => "Pakota HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Pakottaa asiakasohjelmistot ottamaan yhteyden %siin salatun yhteyden kautta.",
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index 0464dee78f4..da109c04678 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Autoriser les utilisateurs à partager avec des utilisateurs de leur groupe uniquement",
"Allow mail notification" => "Autoriser les notifications par couriel",
"Allow users to send mail notification for shared files" => "Autoriser les utilisateurs à envoyer une notification par courriel concernant les fichiers partagés",
+"Expire after " => "Expire après",
+"days" => "jours",
+"Expire shares by default after N days" => "Par défaut, les partages expireront après N jours",
"Security" => "Sécurité",
"Enforce HTTPS" => "Forcer HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Forcer les clients à se connecter à %s via une connexion chiffrée.",
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php
index ab609ec1bcf..82b7db6ec55 100644
--- a/settings/l10n/gl.php
+++ b/settings/l10n/gl.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Permitir que os usuarios compartan só cos usuarios dos seus grupos",
"Allow mail notification" => "Permitir o envío de notificacións por correo",
"Allow users to send mail notification for shared files" => "Permitirlle aos usuarios enviar notificacións por correo para os ficheiros compartidos",
+"Expire after " => "Caduca após",
+"days" => "días",
+"Expire shares by default after N days" => "As comparticións, de xeito predeterminado, caducan aos N días",
"Security" => "Seguranza",
"Enforce HTTPS" => "Forzar HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Forzar que os clientes se conecten a %s empregando unha conexión cifrada.",
diff --git a/settings/l10n/it.php b/settings/l10n/it.php
index 74c16029a87..4e2d4c3d6d7 100644
--- a/settings/l10n/it.php
+++ b/settings/l10n/it.php
@@ -114,7 +114,10 @@ $TRANSLATIONS = array(
"Allow users to share with anyone" => "Consenti agli utenti di condividere con chiunque",
"Allow users to only share with users in their groups" => "Consenti agli utenti di condividere solo con utenti dei loro gruppi",
"Allow mail notification" => "Consenti le notifiche tramite posta elettronica",
-"Allow users to send mail notification for shared files" => "Consenti agli utenti di mandare e-mail di notifica per i file condivisi",
+"Allow users to send mail notification for shared files" => "Consenti agli utenti di inviare email di notifica per i file condivisi",
+"Expire after " => "Scadenza dopo",
+"days" => "giorni",
+"Expire shares by default after N days" => "Le condivisioni scadono in modo predefinito dopo N giorni",
"Security" => "Protezione",
"Enforce HTTPS" => "Forza HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Forza i client a connettersi a %s tramite una connessione cifrata.",
diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php
index 482823926b8..4a727fb03da 100644
--- a/settings/l10n/pt_BR.php
+++ b/settings/l10n/pt_BR.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Permitir que usuários compartilhem somente com usuários em seus grupos",
"Allow mail notification" => "Permitir notificação por email",
"Allow users to send mail notification for shared files" => "Permitir aos usuários enviar notificação de email para arquivos compartilhados",
+"Expire after " => "Expirar depois de",
+"days" => "dias",
+"Expire shares by default after N days" => "Expirar compartilhamentos automaticamente depois de N dias",
"Security" => "Segurança",
"Enforce HTTPS" => "Forçar HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Obrigar os clientes que se conectem a %s através de uma conexão criptografada.",
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php
index 81bb6f1755b..b0a961df487 100644
--- a/settings/l10n/ru.php
+++ b/settings/l10n/ru.php
@@ -25,7 +25,9 @@ $TRANSLATIONS = array(
"Wrong admin recovery password. Please check the password and try again." => "Неправильный пароль восстановления. Проверьте пароль и попробуйте еще раз.",
"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был успешно обновлён",
"Unable to change password" => "Невозможно изменить пароль",
+"Sending..." => "Отправляется ...",
"User Documentation" => "Пользовательская документация",
+"Admin Documentation" => "Документация администратора",
"Update to {appversion}" => "Обновить до {версия приложения}",
"Disable" => "Выключить",
"Enable" => "Включить",
@@ -63,6 +65,8 @@ $TRANSLATIONS = array(
"Fatal issues only" => "Только критические проблемы",
"None" => "Нет новостей",
"Login" => "Логин",
+"SSL" => "SSL",
+"TLS" => "TLS",
"Security Warning" => "Предупреждение безопасности",
"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Вы обращаетесь к %s используя HTTP. Мы настоятельно рекомендуем вам настроить сервер на использование HTTPS.",
"Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера.",
@@ -102,6 +106,9 @@ $TRANSLATIONS = array(
"Server address" => "Адрес сервера",
"Port" => "Порт",
"Credentials" => "Полномочия",
+"SMTP Username" => "Имя пользователя",
+"SMTP Password" => "Пароль",
+"Send email" => "Отправить сообщение",
"Log" => "Журнал",
"Log level" => "Уровень детализации журнала",
"More" => "Больше",
@@ -111,6 +118,7 @@ $TRANSLATIONS = array(
"Add your App" => "Добавить приложение",
"More Apps" => "Больше приложений",
"Select an App" => "Выберите приложение",
+"Documentation:" => "Документация",
"See application page at apps.owncloud.com" => "Смотрите дополнения на apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span> лицензия. Автор <span class=\"author\"></span>",
"Administrator Documentation" => "Документация администратора",
diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php
index d0143e91cb8..3468a87ae18 100644
--- a/settings/l10n/sk_SK.php
+++ b/settings/l10n/sk_SK.php
@@ -1,7 +1,12 @@
<?php
$TRANSLATIONS = array(
+"Invalid value supplied for %s" => "Zadaná neplatná hodnota pre %s",
"Saved" => "Uložené",
+"test email settings" => "nastavenia testovacieho emailu",
+"If you received this email, the settings seem to be correct." => "Ak ste dostali tento email, nastavenie je správne.",
+"A problem occurred while sending the e-mail. Please revisit your settings." => "Vyskytol sa problém pri odosielaní emailu. Prosím, znovu skontrolujte svoje nastavenia.",
"Email sent" => "Email odoslaný",
+"You need to set your user email before being able to send test emails." => "Musíte nastaviť svoj po​​užívateľský email, než budete môcť odoslať testovací email.",
"Send mode" => "Mód odosielania",
"Encryption" => "Šifrovanie",
"Authentication method" => "Autentifikačná metóda",
@@ -11,6 +16,9 @@ $TRANSLATIONS = array(
"Unable to change full name" => "Nemožno zmeniť meno a priezvisko",
"Group already exists" => "Skupina už existuje",
"Unable to add group" => "Nie je možné pridať skupinu",
+"Files decrypted successfully" => "Súbory sú úspešne dešifrované",
+"Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Nemožno dešifrovať vaše súbory, skontrolujte svoj owncloud.log alebo požiadajte o pomoc správcu",
+"Couldn't decrypt your files, check your password and try again" => "Nemožno dešifrovať vaše súbory, skontrolujte svoje heslo a skúste to znova",
"Email saved" => "Email uložený",
"Invalid email" => "Neplatný email",
"Unable to delete group" => "Nie je možné odstrániť skupinu",
@@ -67,6 +75,7 @@ $TRANSLATIONS = array(
"Fatal issues only" => "Len fatálne problémy",
"None" => "Žiadny",
"Login" => "Prihlásenie",
+"Plain" => "Neformátovaný",
"NT LAN Manager" => "NT LAN Manager",
"SSL" => "SSL",
"TLS" => "TLS",
@@ -87,6 +96,7 @@ $TRANSLATIONS = array(
"Internet connection not working" => "Pripojenie na internet nefunguje",
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Server nemá funkčné pripojenie k internetu. Niektoré moduly ako napr. externé úložisko, oznámenie o dostupných aktualizáciách alebo inštalácia aplikácií tretích strán nebudú fungovať. Prístup k súborom z iných miest a odosielanie oznamovacích emailov tiež nemusí fungovať. Ak chcete využívať všetky vlastnosti ownCloudu, odporúčame povoliť pripojenie k internetu tomuto serveru.",
"Cron" => "Cron",
+"Cron was not executed yet!" => "Cron sa ešte nespustil!",
"Execute one task with each page loaded" => "Vykonať jednu úlohu s každým načítaní stránky",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.",
"Use systems cron service to call the cron.php file every 15 minutes." => "Použite systémovú službu cron, ktorá zavolá súbor cron.php každých 15 minút.",
@@ -102,17 +112,23 @@ $TRANSLATIONS = array(
"Allow users to share with anyone" => "Povoliť používateľom zdieľať s kýmkoľvek",
"Allow users to only share with users in their groups" => "Povoliť používateľom zdieľať len s používateľmi v ich skupinách",
"Allow mail notification" => "Povoliť odosielať upozornenia emailom",
+"Allow users to send mail notification for shared files" => "Povoliť používateľom zasielať emailom oznámenie o zdieľaní súborov",
+"Expire after " => "Platnosť",
+"days" => "dni",
"Security" => "Zabezpečenie",
"Enforce HTTPS" => "Vynútiť HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Vynúti pripájanie klientov k %s šifrovaným pripojením.",
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Pripojte sa k %s cez HTTPS pre povolenie alebo zakázanie vynútenia SSL.",
"Email Server" => "Email server",
+"This is used for sending out notifications." => "Používa sa na odosielanie upozornení.",
"From address" => "Z adresy",
+"Authentication required" => "Vyžaduje sa overenie",
"Server address" => "Adresa servera",
"Port" => "Port",
"Credentials" => "Prihlasovanie údaje",
"SMTP Username" => "SMTP používateľské meno",
"SMTP Password" => "SMTP heslo",
+"Test email settings" => "Nastavenia testovacieho emailu",
"Send email" => "Odoslať email",
"Log" => "Záznam",
"Log level" => "Úroveň záznamu",
diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php
index f3b189e08b8..f76eed303b9 100644
--- a/settings/l10n/sv.php
+++ b/settings/l10n/sv.php
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Tillåt bara delning med användare i egna grupper",
"Allow mail notification" => "Tillåt e-post notifikation",
"Allow users to send mail notification for shared files" => "Tillåt användare att skicka mailnotifieringar för delade filer",
+"Expire after " => "Förfaller efter",
+"days" => "dagar",
+"Expire shares by default after N days" => "Låt delningar förfalla som standard efter N dagar",
"Security" => "Säkerhet",
"Enforce HTTPS" => "Kräv HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "Tvingar klienterna att ansluta till %s via en krypterad anslutning.",
diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php
index 6d9fdc0f5b9..1122184f503 100644
--- a/settings/l10n/tr.php
+++ b/settings/l10n/tr.php
@@ -10,7 +10,7 @@ $TRANSLATIONS = array(
"Send mode" => "Gönderme kipi",
"Encryption" => "Şifreleme",
"Authentication method" => "Kimlik doğrulama yöntemi",
-"Unable to load list from App Store" => "Uygulama Mağazasın'dan liste yüklenemiyor",
+"Unable to load list from App Store" => "Uygulama Mağazası'ndan liste yüklenemiyor",
"Authentication error" => "Kimlik doğrulama hatası",
"Your full name has been changed." => "Tam adınız değiştirildi.",
"Unable to change full name" => "Tam adınız değiştirilirken hata",
@@ -115,6 +115,9 @@ $TRANSLATIONS = array(
"Allow users to only share with users in their groups" => "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına izin ver",
"Allow mail notification" => "Posta bilgilendirmesine izin ver",
"Allow users to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcıların posta bildirimi göndermesine izin ver",
+"Expire after " => "Şu süreden sonra süresi dolsun",
+"days" => "gün",
+"Expire shares by default after N days" => "Paylaşımların süresini öntanımlı olarak N günden sonra doldur",
"Security" => "Güvenlik",
"Enforce HTTPS" => "HTTPS bağlantısına zorla",
"Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.",
diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php
index 633b4252b67..7237a99c889 100644
--- a/settings/l10n/zh_HK.php
+++ b/settings/l10n/zh_HK.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Email sent" => "郵件已傳",
"Encryption" => "加密",
"Error" => "錯誤",
+"Update" => "更新",
"Groups" => "群組",
"Delete" => "刪除",
"None" => "空",