Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-26 19:47:07 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-26 19:47:07 +0400
commitfb7aa2f0140907b47606cf63332f2160abffceb0 (patch)
treee08686b69bbaa0a6f2d37afd109b2981b59c13ce /settings
parentd9a98b126e349662574c7cbe0bde1c7d0841b893 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/cs_CZ.php10
-rw-r--r--settings/l10n/de.php1
-rw-r--r--settings/l10n/de_DE.php1
-rw-r--r--settings/l10n/fi_FI.php2
-rw-r--r--settings/l10n/gl.php1
-rw-r--r--settings/l10n/it.php1
-rw-r--r--settings/l10n/tr.php1
7 files changed, 17 insertions, 0 deletions
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index a8ea2f7fc6f..f71dfeea85e 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -48,6 +48,11 @@ $TRANSLATIONS = array(
"A valid password must be provided" => "Musíte zadat platné heslo",
"Warning: Home directory for user \"{user}\" already exists" => "Varování: Osobní složka uživatele \"{user}\" již existuje.",
"__language_name__" => "Česky",
+"Everything (fatal issues, errors, warnings, info, debug)" => "Vše (fatální problémy, chyby, varování, informační, ladící)",
+"Info, warnings, errors and fatal issues" => "informační, varování, chyby a fatální problémy",
+"Warnings, errors and fatal issues" => "Varování, chyby a fatální problémy",
+"Errors and fatal issues" => "Chyby a fatální problémy",
+"Fatal issues only" => "Pouze fatální problémy",
"Security Warning" => "Bezpečnostní upozornění",
"Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.",
"Setup Warning" => "Upozornění nastavení",
@@ -56,6 +61,9 @@ $TRANSLATIONS = array(
"Module 'fileinfo' missing" => "Schází modul 'fileinfo'",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.",
"Locale not working" => "Lokalizace nefunguje",
+"System locale can not be set to a one which supports UTF-8." => "Není možné nastavit znakovou sadu, která podporuje UTF-8.",
+"This means that there might be problems with certain characters in file names." => "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.",
+"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Velmi doporučujeme nainstalovat na váš systém požadované balíčky podporující jednu z následujících znakových sad: %s.",
"Internet connection not working" => "Připojení k internetu 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í připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.",
"Cron" => "Cron",
@@ -119,7 +127,9 @@ $TRANSLATIONS = array(
"Language" => "Jazyk",
"Help translate" => "Pomoci s překladem",
"WebDAV" => "WebDAV",
+"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Použijte <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">tuto adresu pro přístup k vašim souborům přes WebDAV</a>",
"Encryption" => "Šifrování",
+"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory",
"Log-in password" => "Přihlašovací heslo",
"Decrypt all Files" => "Odšifrovat všechny soubory",
"Login Name" => "Přihlašovací jméno",
diff --git a/settings/l10n/de.php b/settings/l10n/de.php
index 5d1c8fe4494..9323eb0a0cc 100644
--- a/settings/l10n/de.php
+++ b/settings/l10n/de.php
@@ -129,6 +129,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Verwenden Sie diese Adresse, um <a href=\"%s\" target=\"_blank\">via WebDAV auf Ihre Dateien zuzugreifen</a>",
"Encryption" => "Verschlüsselung",
+"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.",
"Log-in password" => "Login-Passwort",
"Decrypt all Files" => "Alle Dateien entschlüsseln",
"Login Name" => "Loginname",
diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php
index 528cce92e7c..086d7b9c49c 100644
--- a/settings/l10n/de_DE.php
+++ b/settings/l10n/de_DE.php
@@ -129,6 +129,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Verwenden Sie diese Adresse, um <a href=\"%s\" target=\"_blank\">via WebDAV auf Ihre Dateien zuzugreifen</a>",
"Encryption" => "Verschlüsselung",
+"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten",
"Log-in password" => "Login-Passwort",
"Decrypt all Files" => "Alle Dateien entschlüsseln",
"Login Name" => "Loginname",
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php
index 1fcd573eeb3..ed049b0244d 100644
--- a/settings/l10n/fi_FI.php
+++ b/settings/l10n/fi_FI.php
@@ -55,6 +55,7 @@ $TRANSLATIONS = array(
"Module 'fileinfo' missing" => "Moduuli 'fileinfo' puuttuu",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.",
"Locale not working" => "Maa-asetus ei toimi",
+"System locale can not be set to a one which supports UTF-8." => "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"Internet connection not working" => "Internet-yhteys ei toimi",
"Cron" => "Cron",
"Use systems cron service to call the cron.php file every 15 minutes." => "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumiseen 15 minuutin välein",
@@ -115,6 +116,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Käytä tätä osoitetta <a href=\"%s\" target=\"_blank\">käyttääksesi tiedostojasi WebDAVin kautta</a>",
"Encryption" => "Salaus",
+"The encryption app is no longer enabled, please decrypt all your files" => "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus",
"Decrypt all Files" => "Pura kaikkien tiedostojen salaus",
"Login Name" => "Kirjautumisnimi",
"Create" => "Luo",
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php
index 84d629d401e..264d7178ff2 100644
--- a/settings/l10n/gl.php
+++ b/settings/l10n/gl.php
@@ -129,6 +129,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Empregue esta ligazón <a href=\"%s\" target=\"_blank\">para acceder aos sus ficheiros mediante WebDAV</a>",
"Encryption" => "Cifrado",
+"The encryption app is no longer enabled, please decrypt all your files" => "O aplicativo de cifrado non está activado, descifre todos os ficheiros",
"Log-in password" => "Contrasinal de acceso",
"Decrypt all Files" => "Descifrar todos os ficheiros",
"Login Name" => "Nome de acceso",
diff --git a/settings/l10n/it.php b/settings/l10n/it.php
index 2837112567a..4b0b32cea7e 100644
--- a/settings/l10n/it.php
+++ b/settings/l10n/it.php
@@ -129,6 +129,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\">accedere ai tuoi file con WebDAV</a>",
"Encryption" => "Cifratura",
+"The encryption app is no longer enabled, please decrypt all your files" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file",
"Log-in password" => "Password di accesso",
"Decrypt all Files" => "Decifra tutti i file",
"Login Name" => "Nome utente",
diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php
index 74170d87d51..a941f2a137e 100644
--- a/settings/l10n/tr.php
+++ b/settings/l10n/tr.php
@@ -129,6 +129,7 @@ $TRANSLATIONS = array(
"WebDAV" => "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">Dosyalarınıza WebDAV aracılığıyla erişmek için</a> bu adresi kullanın",
"Encryption" => "Şifreleme",
+"The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın",
"Log-in password" => "Oturum açma parolası",
"Decrypt all Files" => "Tüm dosyaların şifresini çözme",
"Login Name" => "Giriş Adı",