create new translation branch for v0.4

This commit is contained in:
lars 2008-04-07 23:08:43 +00:00
parent 9b4e353af7
commit 0a1d2a2e00
795 changed files with 134715 additions and 0 deletions

View file

@ -0,0 +1,40 @@
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,62 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-02-19 02:49+0100\n"
"Last-Translator: Lars Kruse <lars@systemausfall.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "Verschlüsseltes Web-Interface"
#: Title
msgid "Create encryption certificate"
msgstr "Erzeuge Verschlüsselungszertifikat"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Erzeuge Zertifikat"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "Die Verbindung ist unverschlüsselt - Passworte sind leicht abhörbar. "
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Nutze verschlüsselte Verbindung"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Fehlendes Modul"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Das Python-Modul 'M2Crypto' fehlt. Es ist für eine automatisierte "
"Verschlüsselung der Verbindung zum CryptoBox-Web-Interface erforderlich. Du "
"solltest den Administrator des CryptoBox-Servers um die Installation dieses "
"Moduls bitten."
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Fehlendes Programm"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"Das Programm 'stunnel4' fehlt. Du solltest den Administrator des CryptoBox-"
"Servers darum bitten, die Konfiguration zu prüfen."

View file

@ -0,0 +1,53 @@
#, fuzzy
msgid ""
"_: \n"
""
msgstr ""
#: Name
msgid "Encrypted webinterface"
msgstr "Encrypted webinterface"
#: Title
msgid "Create encryption certificate"
msgstr "Create encryption certificate"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Create certificate"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "The connection is not encrypted - passwords can be easily intercepted."
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Use encrypted connection"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Missing module"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Missing program"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
"X-Generator: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,63 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-02-24 10:01+0100\n"
"Last-Translator: Fabrizio Tarizzo <software@fabriziotarizzo.org>\n"
"Language-Team: Italian <software@fabriziotarizzo.org>\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: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "Interfaccia web cifrata"
#: Title
msgid "Create encryption certificate"
msgstr "Crea certificato di cifratura"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Crea certificato"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
"La connessione non è cifrata: le password possono essere facilmente "
"intercettate."
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Usa connessione cifrata"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Modulo mancante"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Il modulo python 'M2Crypto' non è stato trovato. Questo modulo è richiesto "
"per la connessione cifrata alla CryptoBox. Rivolgersi all'amministratore del "
"server CryptoBox per installare questo modulo."
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Programma mancante"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"Il programma 'stunnel4' non è installato. Rivolgersi all'amministratore del "
"server CryptoBox per installarlo e configurarlo opportunamente."

View file

@ -0,0 +1,58 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-02-23 12:11+0100\n"
"Last-Translator: kinneko <kinneko@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "暗号化されたWebインターフェイス"
#: Title
msgid "Create encryption certificate"
msgstr "暗号化された証明書を作成する"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "証明書を作成する"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "現在の接続は暗号化されていません。パスワードは簡単に奪われてしまう可能性があります。"
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "暗号化された接続を使用する"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "モジュールがありません"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Pythonモジュール\"M2Crypto\"がありません。それは、クリプトボックスのWebインターフェイスに暗号化した接続を行うために必要です。クリプトボ"
"ックスの管理者にモジュールをインストールするよう依頼してください。"
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "プログラムがありません"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr "\"stunnel4\"がインストールされていません。クリプトボックスサーバーの管理者に、この項目を設定するよう依頼してください。"

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,61 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-03-29 09:35+0200\n"
"Last-Translator: Andrzej S. Kaznowski <andrzej@kaznowski.com>\n"
"Language-Team: POLSKI <LL@li.org>\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%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "Szyfrowane połączenie z przeglądarką"
#: Title
msgid "Create encryption certificate"
msgstr "Stwórz certyfikat szyfrowania"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Stwórz certyfikat"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "Połączenie nie jest szyfrowane - hasło może zostać łatwo przechwycone."
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Korzystaj z szyfrowanego połączenia"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Brakujący moduł"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Brakuje modułu python 'M2Crypto'. Jest on potrzebny do szyfrowanego "
"połączenia z przeglądarką zarządzającą systemem CryptoBox. Proszę, poproś "
"administratora serwera CryptoBox o zainstalownie modułu."
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Brak programu"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"Program 'stunnel4' nie jest instalowany. Proszę zwrócić się do "
"administratora serwera CryptoBox, aby prawidłowo skonfigurał go."

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""

View file

@ -0,0 +1,61 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-02-16 14:21+0100\n"
"Last-Translator: tenzin <clavdiaa@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
"X-Generator: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "Šifriran spletni vmesnik"
#: Title
msgid "Create encryption certificate"
msgstr "Ustvari šifriran certifikat (potrdilo)"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Ustvari certifikat"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "Povezava ni šifrirana - gesla je možno prestreči!"
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Uporabi šifrirano povezavo"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Manjka modul"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Python modul \"M2Crypto\" manjka. Potreben je vkolikor želite imeti šifrirano "
"povezavo s spletnim vmesnikom Cryptobox. Prosite administratorja Cryptobox "
"strežnika naj namesti modul "
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Manjka program"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"Program \"stunnel\" ni nameščen. Prosite administratorja Cryptobox strežnika "
"naj program pravilno namesti"

View file

@ -0,0 +1,61 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: 2007-03-27 17:25+0200\n"
"Last-Translator: wei <weilinus@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Pootle 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr "Krypterat webbgränssnitt"
#: Title
msgid "Create encryption certificate"
msgstr "Skapa krypteringscertifikat"
#: Button.CreateCertificate
msgid "Create certificate"
msgstr "Skapa certifikat"
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr "Anslutningen är inte krypterad lösenord kan lätt avlyssnas. "
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr "Använd krypterad anslutning"
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr "Modul saknas"
#: EnvironmentWarning.MissingModuleM2Crypto.Text
#, fuzzy
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
"Python-modulen 'M2Crypto' saknas. Den krävs för att skapa en krypterad "
"anslutning till CryptoBox:ens webbgränssnitt. Vänligen be administratören av "
"CryptoBox-servern att få modulen installerad. "
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr "Program saknas"
#: EnvironmentWarning.MissingProgramStunnel.Text
#, fuzzy
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""
"Programmet 'stunnel4' är inte installerat. Vänligen fråga administratören av "
"CryptoBox-servern om att få den konfigurerad korrekt."

View file

@ -0,0 +1,55 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2008-04-07 04:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: Translate Toolkit 0.10.1\n"
#: Name
msgid "Encrypted webinterface"
msgstr ""
#: Title
msgid "Create encryption certificate"
msgstr ""
#: Button.CreateCertificate
msgid "Create certificate"
msgstr ""
#: EnvironmentWarning.NoSSL.Text
msgid "The connection is not encrypted - passwords can be easily intercepted."
msgstr ""
#: EnvironmentWarning.NoSSL.Link.Text
msgid "Use encrypted connection"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Title
msgid "Missing module"
msgstr ""
#: EnvironmentWarning.MissingModuleM2Crypto.Text
msgid ""
"The python module 'M2Crypto' is missing. It is required for an encrypted "
"connection to the CryptoNAS webinterface. Please ask the administrator of "
"the CryptoNAS server to install the module."
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Title
msgid "Missing program"
msgstr ""
#: EnvironmentWarning.MissingProgramStunnel.Text
msgid ""
"The program 'stunnel4' is not installed. Please ask the administrator of the "
"CryptoNAS server to configure it properly."
msgstr ""