* new server package

* make-deb.sh corrected
This commit is contained in:
age 2007-05-23 00:13:00 +00:00
parent 89e08bd135
commit d849eefda8
771 changed files with 123292 additions and 1 deletions

View file

@ -0,0 +1,49 @@
msgid ""
msgstr ""
"Project-Id-Version: CryptoBox-Server 0.3\n"
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
"POT-Creation-Date: 2007-03-29 23:10+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
msgid "The python module 'M2Crypto' is missing. It is required for an encrypted connection to the CryptoBox webinterface. Please ask the administrator of the CryptoBox 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
msgid "The program 'stunnel4' is not installed. Please ask the administrator of the CryptoBox 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."