diff --git a/.tx/config b/.tx/config index 978008f5f..bbcb452b1 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com [mailpile.mailpilepot] -source_file = mailpile/locale/mailpile.pot +source_file = shared-data/locale/mailpile.pot source_lang = en type = PO -file_filter = mailpile/locale//LC_MESSAGES/mailpile.po +file_filter = shared-data/locale//LC_MESSAGES/mailpile.po diff --git a/Makefile b/Makefile index ba3971f94..70ca0bba2 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ pytests: @echo clean: - @rm -rf mailpile/locale/?? mailpile/locale/??_* + @rm -rf shared-data/locale/?? shared-data/locale/??_* @rm -f `find . -name \\*.pyc` \ `find . -name \\*.mo` \ mailpile-tmp.py mailpile.py \ @@ -108,7 +108,7 @@ clean: mailpile/tests/data/tmp/ testing/tmp/ mrproper: clean - @rm -rf dist/ bower_components/ mailpile/locale/mailpile.pot + @rm -rf dist/ bower_components/ shared-data/locale/mailpile.pot git reset --hard && git clean -dfx sdist: clean diff --git a/locale b/locale index be7bccff0..230f7649b 120000 --- a/locale +++ b/locale @@ -1 +1 @@ -mailpile/locale/ \ No newline at end of file +shared-data/locale/ \ No newline at end of file diff --git a/mailpile/locale/mailpile.pot b/mailpile/locale/mailpile.pot deleted file mode 100644 index 43e2c34bf..000000000 --- a/mailpile/locale/mailpile.pot +++ /dev/null @@ -1,6697 +0,0 @@ -# Translations template for mailpile. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the mailpile project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: mailpile VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-08-24 13:35+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: mailpile/app.py:73 -msgid "Interrupted. Press CTRL-D or type `quit` to quit." -msgstr "" - -#: mailpile/app.py:127 -msgid "Ran interactive shell" -msgstr "" - -#: mailpile/app.py:141 -msgid "Did nothing much for a while" -msgstr "" - -#: mailpile/app.py:159 mailpile/commands.py:1151 -msgid "Failed to decrypt configuration, please log in!" -msgstr "" - -#: mailpile/auth.py:153 -msgid "Hello world, welcome!" -msgstr "" - -#: mailpile/auth.py:163 -msgid "Invalid passphrase, please try again" -msgstr "" - -#: mailpile/auth.py:174 -msgid "Incorrect username or password" -msgstr "" - -#: mailpile/auth.py:186 -msgid "Your password: " -msgstr "" - -#: mailpile/auth.py:194 mailpile/commands.py:580 -#: mailpile/www/default/html/auth/login/index.html:2 -#: mailpile/www/default/html/auth/logout/index.html:2 -msgid "Please log in" -msgstr "" - -#: mailpile/auth.py:219 -msgid "Goodbye!" -msgstr "" - -#: mailpile/auth.py:223 -msgid "No session found!" -msgstr "" - -#: mailpile/auth.py:279 -msgid "Enter your password" -msgstr "" - -#: mailpile/auth.py:297 -msgid "Password forgotten!" -msgstr "" - -#: mailpile/auth.py:305 -msgid "Password will never be stored" -msgstr "" - -#: mailpile/auth.py:310 -msgid "Enter your password:" -msgstr "" - -#: mailpile/auth.py:320 -msgid "Password stored permanently" -msgstr "" - -#: mailpile/auth.py:329 -msgid "Password stored temporarily" -msgstr "" - -#: mailpile/auth.py:332 -msgid "Invalid password policy!" -msgstr "" - -#: mailpile/command_cache.py:132 -msgid "New results are available" -msgstr "" - -#: mailpile/commands.py:122 -msgid "OK" -msgstr "" - -#: mailpile/commands.py:122 -msgid "Failed" -msgstr "" - -#: mailpile/commands.py:244 -msgid "Failed to parse arguments" -msgstr "" - -#: mailpile/commands.py:285 -#, python-format -msgid "Cached result as %s" -msgstr "" - -#: mailpile/commands.py:385 mailpile/commands.py:390 -msgid "No results to choose from!" -msgstr "" - -#: mailpile/commands.py:397 -#, python-format -msgid "No such ID: %s" -msgstr "" - -#: mailpile/commands.py:403 mailpile/commands.py:410 mailpile/commands.py:416 -#, python-format -msgid "What message is %s?" -msgstr "" - -#: mailpile/commands.py:424 -#, python-format -msgid "%s error: %s" -msgstr "" - -#: mailpile/commands.py:526 -msgid "Generating result" -msgstr "" - -#: mailpile/commands.py:571 -#, python-format -msgid "Using pre-cached result object %s" -msgstr "" - -#: mailpile/commands.py:582 mailpile/mail_source/__init__.py:202 -msgid "Shutting down" -msgstr "" - -#: mailpile/commands.py:907 -#, python-format -msgid "Parsing metadata for %d results (full_threads=%s)" -msgstr "" - -#: mailpile/commands.py:912 -#, python-format -msgid "Search: %s" -msgstr "" - -#: mailpile/commands.py:1147 -msgid "Loaded metadata index" -msgstr "" - -#: mailpile/commands.py:1149 -msgid "Failed to load metadata index" -msgstr "" - -#: mailpile/commands.py:1182 -msgid "Rescanned vCards" -msgstr "" - -#: mailpile/commands.py:1188 -msgid "Rescanned mailboxes" -msgstr "" - -#: mailpile/commands.py:1209 -#, python-format -msgid "Failed to reindex: %s" -msgstr "" - -#: mailpile/commands.py:1216 -#, python-format -msgid "Indexed %d messages" -msgstr "" - -#: mailpile/commands.py:1222 -msgid "Rescan already in progress" -msgstr "" - -#: mailpile/commands.py:1235 -msgid "Rescanned vCards and mailboxes" -msgstr "" - -#: mailpile/commands.py:1238 mailpile/commands.py:2307 -#: mailpile/mail_source/__init__.py:919 -msgid "User aborted" -msgstr "" - -#: mailpile/commands.py:1250 mailpile/commands.py:1327 -#: mailpile/commands.py:1385 -#, python-format -msgid "Rescanning: %s" -msgstr "" - -#: mailpile/commands.py:1271 -#, python-format -msgid "Running: %s" -msgstr "" - -#: mailpile/commands.py:1297 -#, python-format -msgid "Rescan command returned %d" -msgstr "" - -#: mailpile/commands.py:1305 -msgid "Aborting rescan command" -msgstr "" - -#: mailpile/commands.py:1351 -#, python-format -msgid "Rescanning: %s %s" -msgstr "" - -#: mailpile/commands.py:1367 -#, python-format -msgid "Failed to rescan: %s" -msgstr "" - -#: mailpile/commands.py:1395 -msgid "Nothing changed" -msgstr "" - -#: mailpile/commands.py:1423 -msgid "Optimized search engine" -msgstr "" - -#: mailpile/commands.py:1425 mailpile/mail_source/__init__.py:634 -msgid "Aborted" -msgstr "" - -#: mailpile/commands.py:1463 -msgid "Launching Mailpile" -msgstr "" - -#: mailpile/commands.py:1500 -#, python-format -msgid "Moved the web server to %s" -msgstr "" - -#: mailpile/commands.py:1503 -#, python-format -msgid "Started the web server on %s" -msgstr "" - -#: mailpile/commands.py:1506 -msgid "Failed to start the web server" -msgstr "" - -#: mailpile/commands.py:1519 -#, python-format -msgid "Wrote PID to %s" -msgstr "" - -#: mailpile/commands.py:1539 -msgid "Rendered the page" -msgstr "" - -#: mailpile/commands.py:1566 mailpile/commands.py:1574 -#: mailpile/commands.py:1581 mailpile/commands.py:1587 -#: mailpile/commands.py:1596 mailpile/commands.py:1740 -msgid "Nothing Found" -msgstr "" - -#: mailpile/commands.py:1680 -msgid "Listed events, threads, and locks" -msgstr "" - -#: mailpile/commands.py:1710 mailpile/contrib/hacks/hacks.py:92 -#: mailpile/plugins/eventlog.py:206 -msgid "That was fun!" -msgstr "" - -#: mailpile/commands.py:1711 -#, python-format -msgid "%s returned: %s" -msgstr "" - -#: mailpile/commands.py:1777 -#, python-format -msgid "Network error: %s" -msgstr "" - -#: mailpile/commands.py:1783 -#, python-format -msgid "Failed to list: %s" -msgstr "" - -#: mailpile/commands.py:1803 -#, python-format -msgid "Listed %d files or directories" -msgstr "" - -#: mailpile/commands.py:1826 -#, python-format -msgid "Failed to change directories: %s" -msgstr "" - -#: mailpile/commands.py:1851 -#, python-format -msgid "That file already exists: %s" -msgstr "" - -#: mailpile/commands.py:1868 -#, python-format -msgid "Dumped to %s: %s" -msgstr "" - -#: mailpile/commands.py:1871 -#, python-format -msgid "Dumped: %s" -msgstr "" - -#: mailpile/commands.py:1916 -msgid "WARNING: Any changes will be overwritten on login" -msgstr "" - -#: mailpile/commands.py:1936 -#, python-format -msgid "Invalid section or variable: %s" -msgstr "" - -#: mailpile/commands.py:1979 mailpile/commands.py:2031 -msgid "Updated your settings" -msgstr "" - -#: mailpile/commands.py:2078 -msgid "Reset to default values" -msgstr "" - -#: mailpile/commands.py:2168 -msgid "Invalid keys" -msgstr "" - -#: mailpile/commands.py:2175 -msgid "Displayed settings" -msgstr "" - -#: mailpile/commands.py:2256 -#, python-format -msgid "Account not found: %s" -msgstr "" - -#: mailpile/commands.py:2299 -msgid "Too many files" -msgstr "" - -#: mailpile/commands.py:2302 -#, python-format -msgid "Failed to read: %s" -msgstr "" - -#: mailpile/commands.py:2305 -#, python-format -msgid "Not a mailbox: %s" -msgstr "" - -#: mailpile/commands.py:2313 -msgid "Add and configure mailboxes" -msgstr "" - -#: mailpile/commands.py:2359 -#, python-format -msgid "Configured %d mailboxes" -msgstr "" - -#: mailpile/commands.py:2364 -msgid "Nothing was added" -msgstr "" - -#: mailpile/commands.py:2413 -#, python-format -msgid "Set output mode to: %s" -msgstr "" - -#: mailpile/commands.py:2505 mailpile/commands.py:2541 -#: mailpile/contrib/gui/gui.py:130 -msgid "Shutting down..." -msgstr "" - -#: mailpile/commands.py:2560 -#, python-format -msgid "The Web interface address is: %s" -msgstr "" - -#: mailpile/commands.py:2563 -msgid "The Web interface is disabled, type `www` to turn it on." -msgstr "" - -#: mailpile/commands.py:2569 -msgid "Type `help` for instructions or `quit` to quit." -msgstr "" - -#: mailpile/commands.py:2571 -msgid "Long running operations can be aborted by pressing: " -msgstr "" - -#: mailpile/commands.py:2574 -#, python-format -msgid "You can log in using the `%s` command." -msgstr "" - -#: mailpile/commands.py:2577 -msgid "Check your web browser!" -msgstr "" - -#: mailpile/commands.py:2596 -msgid "Commands:" -msgstr "" - -#: mailpile/commands.py:2630 -msgid "Tags: (use a tag as a command to display tagged messages)" -msgstr "" - -#: mailpile/commands.py:2639 mailpile/www/jinjaextensions.py:264 -#: mailpile/www/jinjaextensions.py:421 -#: mailpile/www/default/html/jsapi/global/notifications.js:177 -msgid "Error" -msgstr "" - -#: mailpile/commands.py:2668 mailpile/commands.py:2696 -msgid "Displayed help" -msgstr "" - -#: mailpile/commands.py:2673 -msgid "Unknown command" -msgstr "" - -#: mailpile/commands.py:2729 -msgid "(subsection)" -msgstr "" - -#: mailpile/commands.py:2746 -msgid "Displayed variables" -msgstr "" - -#: mailpile/commands.py:2771 -msgid "Displayed welcome message" -msgstr "" - -#: mailpile/commands.py:2808 -#, python-format -msgid "Unknown command: %s" -msgstr "" - -#: mailpile/config.py:273 -msgid "true" -msgstr "" - -#: mailpile/config.py:273 -msgid "yes" -msgstr "" - -#: mailpile/config.py:273 -msgid "on" -msgstr "" - -#: mailpile/config.py:276 -msgid "false" -msgstr "" - -#: mailpile/config.py:276 -msgid "no" -msgstr "" - -#: mailpile/config.py:276 -msgid "off" -msgstr "" - -#: mailpile/config.py:278 -#, python-format -msgid "Invalid boolean: %s" -msgstr "" - -#: mailpile/config.py:301 -#, python-format -msgid "Invalid URL slug: %s" -msgstr "" - -#: mailpile/config.py:325 -#, python-format -msgid "Invalid message delivery protocol: %s" -msgstr "" - -#: mailpile/config.py:387 -#, python-format -msgid "Invalid hostname: %s" -msgstr "" - -#: mailpile/config.py:434 -#, python-format -msgid "File/directory does not exist: %s" -msgstr "" - -#: mailpile/config.py:473 -#, python-format -msgid "Not a file: %s" -msgstr "" - -#: mailpile/config.py:491 -#, python-format -msgid "Not a directory: %s" -msgstr "" - -#: mailpile/config.py:529 -#, python-format -msgid "Not a valid url: %s" -msgstr "" - -#: mailpile/config.py:541 -#, python-format -msgid "Not a valid email: %s" -msgstr "" - -#: mailpile/config.py:577 mailpile/config.py:579 mailpile/config.py:584 -msgid "Not a GPG key ID or fingerprint" -msgstr "" - -#: mailpile/config.py:720 -msgid "Please override this method" -msgstr "" - -#: mailpile/config.py:753 -#, python-format -msgid "Only lists or dictionaries can contain dictionary values (key %s)." -msgstr "" - -#: mailpile/config.py:763 -#, python-format -msgid "Subsections must be immutable (key %s)." -msgstr "" - -#: mailpile/config.py:772 -#, python-format -msgid "Lists cannot have default values (key %s)." -msgstr "" - -#: mailpile/config.py:781 -#, python-format -msgid "Invalid type \"%s\" for key \"%s\" (value: %s)" -msgstr "" - -#: mailpile/config.py:797 -#, python-format -msgid "Invalid key for %s: %s" -msgstr "" - -#: mailpile/config.py:827 -#, python-format -msgid "Access denied to %s" -msgstr "" - -#: mailpile/config.py:900 -#, python-format -msgid "Modifying %s/%s is not allowed" -msgstr "" - -#: mailpile/config.py:904 mailpile/config.py:917 -#, python-format -msgid "Invalid value for %s/%s: %s" -msgstr "" - -#: mailpile/config.py:920 -#, python-format -msgid "Unknown constraint for %s/%s: %s" -msgstr "" - -#: mailpile/config.py:1144 -msgid "Cannot append to fixed dict" -msgstr "" - -#: mailpile/config.py:1293 -#, python-format -msgid "Creating: %s" -msgstr "" - -#: mailpile/config.py:1350 -#, python-format -msgid "Invalid (%s): section %s does not exist" -msgstr "" - -#: mailpile/config.py:1361 -#, python-format -msgid "Invalid (%s): section %s, variable %s=%s" -msgstr "" - -#: mailpile/config.py:1511 -#, python-format -msgid "Loading plugin: %s" -msgstr "" - -#: mailpile/config.py:1513 -msgid "Processing manifests" -msgstr "" - -#: mailpile/config.py:1747 -#, python-format -msgid "No such mailbox: %s" -msgstr "" - -#: mailpile/config.py:1872 -#, python-format -msgid "%s: Updating: %s" -msgstr "" - -#: mailpile/config.py:1891 -#, python-format -msgid "%s: Opening: %s (may take a while)" -msgstr "" - -#: mailpile/config.py:1979 -msgid "Please enter your password" -msgstr "" - -#: mailpile/config.py:2000 -msgid "Sent using Mailpile, Free Software from www.mailpile.is" -msgstr "" - -#: mailpile/config.py:2051 -#, python-format -msgid "Route %s for %s does not exist." -msgstr "" - -#: mailpile/config.py:2177 -msgid "Parent paths are not allowed" -msgstr "" - -#: mailpile/defaults.py:28 -msgid "Mailpile program version" -msgstr "" - -#: mailpile/defaults.py:29 -msgid "Location of Mailpile data" -msgstr "" - -#: mailpile/defaults.py:30 -msgid "Configuration timestamp" -msgstr "" - -#: mailpile/defaults.py:31 -msgid "Master symmetric encryption key" -msgstr "" - -#: mailpile/defaults.py:32 -msgid "Technical system settings" -msgstr "" - -#: mailpile/defaults.py:33 -msgid "Max files kept open at once" -msgstr "" - -#: mailpile/defaults.py:34 -msgid "History length (lines, <0=no save)" -msgstr "" - -#: mailpile/defaults.py:35 -msgid "Listening host for web UI" -msgstr "" - -#: mailpile/defaults.py:37 -msgid "Listening port for web UI" -msgstr "" - -#: mailpile/defaults.py:38 -msgid "HTTP path of web UI" -msgstr "" - -#: mailpile/defaults.py:39 -msgid "Disable HTTP authentication" -msgstr "" - -#: mailpile/defaults.py:40 -msgid "Posting list target size in KB" -msgstr "" - -#: mailpile/defaults.py:41 -msgid "Max results we sort \"well\"" -msgstr "" - -#: mailpile/defaults.py:42 -msgid "Max length of metadata snippets" -msgstr "" - -#: mailpile/defaults.py:43 -msgid "Debugging flags" -msgstr "" - -#: mailpile/defaults.py:44 -msgid "Host:port of PGP keyserver" -msgstr "" - -#: mailpile/defaults.py:46 -msgid "Override the home directory of GnuPG" -msgstr "" - -#: mailpile/defaults.py:48 -msgid "Override the default GPG binary path" -msgstr "" - -#: mailpile/defaults.py:50 -msgid "Local read/write Maildir" -msgstr "" - -#: mailpile/defaults.py:51 -msgid "Metadata index file" -msgstr "" - -#: mailpile/defaults.py:52 -msgid "Search index directory" -msgstr "" - -#: mailpile/defaults.py:53 -msgid "Mailboxes we index" -msgstr "" - -#: mailpile/defaults.py:54 -msgid "Plugins to load on startup" -msgstr "" - -#: mailpile/defaults.py:56 -msgid "Locations of assorted data" -msgstr "" - -#: mailpile/defaults.py:57 -msgid "Default theme" -msgstr "" - -#: mailpile/defaults.py:59 -msgid "Location of vCards" -msgstr "" - -#: mailpile/defaults.py:60 -msgid "Location of event log" -msgstr "" - -#: mailpile/defaults.py:62 -msgid "Demo mode, disallow changes" -msgstr "" - -#: mailpile/defaults.py:63 -msgid "A custom banner for the login page" -msgstr "" - -#: mailpile/defaults.py:64 -msgid "Proxy settings" -msgstr "" - -#: mailpile/defaults.py:65 -msgid "Proxy protocol" -msgstr "" - -#: mailpile/defaults.py:68 -msgid "Allow fallback to direct conns" -msgstr "" - -#: mailpile/defaults.py:69 mailpile/defaults.py:136 mailpile/defaults.py:157 -#: mailpile/www/default/html/jsapi/setup/sources.js:32 -msgid "User name" -msgstr "" - -#: mailpile/defaults.py:70 mailpile/defaults.py:137 mailpile/defaults.py:158 -#: mailpile/www/default/html/jsapi/setup/sending.js:25 -#: mailpile/www/default/html/jsapi/setup/sources.js:36 -#: mailpile/www/default/html/profiles/account-form.html:277 -#: mailpile/www/default/html/profiles/account-form.html:369 -#: mailpile/www/default/html/profiles/account-form.html:461 -#: mailpile/www/default/html/settings/index.html:22 -#: mailpile/www/default/html/setup/partials/profiles_settings.html:15 -#: mailpile/www/default/html/setup/partials/sending_settings.html:16 -#: mailpile/www/default/html/setup/partials/sources_settings.html:57 -msgid "Password" -msgstr "" - -#: mailpile/defaults.py:71 mailpile/defaults.py:140 mailpile/defaults.py:160 -#: mailpile/www/default/html/jsapi/setup/sources.js:40 -#: mailpile/www/default/html/setup/partials/sources_settings.html:63 -msgid "Host" -msgstr "" - -#: mailpile/defaults.py:72 mailpile/defaults.py:141 mailpile/defaults.py:161 -#: mailpile/www/default/html/jsapi/setup/sources.js:44 -#: mailpile/www/default/html/settings/index.html:26 -#: mailpile/www/default/html/setup/partials/sending_settings.html:24 -#: mailpile/www/default/html/setup/partials/sources_settings.html:78 -msgid "Port" -msgstr "" - -#: mailpile/defaults.py:75 -msgid "User preferences" -msgstr "" - -#: mailpile/defaults.py:76 -msgid "Search results per page" -msgstr "" - -#: mailpile/defaults.py:77 -msgid "Misc. data refresh frequency" -msgstr "" - -#: mailpile/defaults.py:78 -msgid "Open in browser on startup" -msgstr "" - -#: mailpile/defaults.py:79 -msgid "Use the local GnuPG agent" -msgstr "" - -#: mailpile/defaults.py:80 -msgid "Inline PGP signatures or attached" -msgstr "" - -#: mailpile/defaults.py:82 -msgid "Encrypt local data to ..." -msgstr "" - -#: mailpile/defaults.py:83 -msgid "Enable e-mail based public key distribution" -msgstr "" - -#: mailpile/defaults.py:85 -msgid "Advertise GPG preferences in a header?" -msgstr "" - -#: mailpile/defaults.py:88 -msgid "Default encryption policy for outgoing mail" -msgstr "" - -#: mailpile/defaults.py:90 -msgid "Use inline PGP when possible" -msgstr "" - -#: mailpile/defaults.py:91 -msgid "Default sort order" -msgstr "" - -#: mailpile/defaults.py:92 -msgid "Key to use to scramble the index" -msgstr "" - -#: mailpile/defaults.py:93 -msgid "Make encrypted content searchable" -msgstr "" - -#: mailpile/defaults.py:95 -msgid "Encrypt locally stored mail" -msgstr "" - -#: mailpile/defaults.py:96 -msgid "Encrypt the local search index" -msgstr "" - -#: mailpile/defaults.py:97 -msgid "Encrypt the contact database" -msgstr "" - -#: mailpile/defaults.py:98 -msgid "Encrypt the event log" -msgstr "" - -#: mailpile/defaults.py:99 -msgid "Encrypt misc. local data" -msgstr "" - -#: mailpile/defaults.py:100 -msgid "Command run before rescanning" -msgstr "" - -#: mailpile/defaults.py:101 -msgid "Default outgoing e-mail address" -msgstr "" - -#: mailpile/defaults.py:102 mailpile/defaults.py:106 -msgid "Default outgoing mail route" -msgstr "" - -#: mailpile/defaults.py:103 -msgid "Target line length, <40 disables reflow" -msgstr "" - -#: mailpile/defaults.py:105 -msgid "Always BCC self on outgoing mail" -msgstr "" - -#: mailpile/defaults.py:107 -msgid "User interface language" -msgstr "" - -#: mailpile/defaults.py:108 -msgid "vCard import/export settings" -msgstr "" - -#: mailpile/defaults.py:109 -msgid "vCard import settings" -msgstr "" - -#: mailpile/defaults.py:110 -msgid "vCard export settings" -msgstr "" - -#: mailpile/defaults.py:111 -msgid "vCard context helper settings" -msgstr "" - -#: mailpile/defaults.py:114 -msgid "Web Interface Preferences" -msgstr "" - -#: mailpile/defaults.py:115 -msgid "User completed setup experience" -msgstr "" - -#: mailpile/defaults.py:116 -msgid "Display density of interface" -msgstr "" - -#: mailpile/defaults.py:117 -msgid "Quote replies to messages" -msgstr "" - -#: mailpile/defaults.py:118 -msgid "Nag user to backup their key" -msgstr "" - -#: mailpile/defaults.py:119 -msgid "Collapsed subtags in sidebar" -msgstr "" - -#: mailpile/defaults.py:120 -msgid "Hide donate link in topbar" -msgstr "" - -#: mailpile/defaults.py:122 -msgid "Credentials allowed to access Mailpile" -msgstr "" - -#: mailpile/defaults.py:123 -msgid "Salted and hashed password" -msgstr "" - -#: mailpile/defaults.py:125 -msgid "Secrets the user wants saved" -msgstr "" - -#: mailpile/defaults.py:126 -msgid "A secret" -msgstr "" - -#: mailpile/defaults.py:127 -msgid "Security policy" -msgstr "" - -#: mailpile/defaults.py:131 -msgid "Outgoing message routes" -msgstr "" - -#: mailpile/defaults.py:132 mailpile/www/default/html/settings/index.html:18 -msgid "Route name" -msgstr "" - -#: mailpile/defaults.py:133 -msgid "Messaging protocol" -msgstr "" - -#: mailpile/defaults.py:138 mailpile/defaults.py:159 -msgid "Authentication scheme" -msgstr "" - -#: mailpile/defaults.py:139 mailpile/www/default/html/jsapi/setup/sending.js:28 -#: mailpile/www/default/html/profiles/account-form.html:385 -msgid "Shell command" -msgstr "" - -#: mailpile/defaults.py:143 -msgid "Incoming message sources" -msgstr "" - -#: mailpile/defaults.py:144 -msgid "Source name" -msgstr "" - -#: mailpile/defaults.py:145 -msgid "Profile this source belongs to" -msgstr "" - -#: mailpile/defaults.py:146 -msgid "Is this mail source enabled?" -msgstr "" - -#: mailpile/defaults.py:147 -msgid "Mail source protocol" -msgstr "" - -#: mailpile/defaults.py:154 -msgid "Shell command run before syncing" -msgstr "" - -#: mailpile/defaults.py:155 -msgid "Shell command run after syncing" -msgstr "" - -#: mailpile/defaults.py:156 mailpile/www/default/html/jsapi/setup/sources.js:53 -msgid "How frequently to check for mail" -msgstr "" - -#: mailpile/defaults.py:162 -msgid "Keep server connections alive" -msgstr "" - -#: mailpile/defaults.py:163 -msgid "Mailbox discovery policy" -msgstr "" - -#: mailpile/defaults.py:164 mailpile/www/default/html/jsapi/setup/sources.js:57 -msgid "Paths to watch for new mailboxes" -msgstr "" - -#: mailpile/defaults.py:165 mailpile/www/default/html/jsapi/setup/sources.js:65 -msgid "Default mailbox policy" -msgstr "" - -#: mailpile/defaults.py:168 mailpile/www/default/html/jsapi/setup/sources.js:69 -msgid "Copy mail to a local mailbox?" -msgstr "" - -#: mailpile/defaults.py:169 -msgid "Parent tag for mailbox tags" -msgstr "" - -#: mailpile/defaults.py:170 -msgid "Guess which local tags match" -msgstr "" - -#: mailpile/defaults.py:171 mailpile/www/default/html/jsapi/setup/sources.js:73 -msgid "Create a tag for each mailbox?" -msgstr "" - -#: mailpile/defaults.py:172 -msgid "Make tags visible by default?" -msgstr "" - -#: mailpile/defaults.py:173 mailpile/www/default/html/jsapi/setup/sources.js:77 -msgid "Is a potential source of new mail" -msgstr "" - -#: mailpile/defaults.py:174 mailpile/defaults.py:185 -#: mailpile/www/default/html/jsapi/setup/sources.js:81 -msgid "Tags applied to messages" -msgstr "" - -#: mailpile/defaults.py:176 -msgid "Mailboxes" -msgstr "" - -#: mailpile/defaults.py:177 -msgid "The name of this mailbox" -msgstr "" - -#: mailpile/defaults.py:178 -msgid "Mailbox source path" -msgstr "" - -#: mailpile/defaults.py:179 -msgid "Mailbox policy" -msgstr "" - -#: mailpile/defaults.py:182 -msgid "Local mailbox path" -msgstr "" - -#: mailpile/defaults.py:183 -msgid "Is a source of new mail" -msgstr "" - -#: mailpile/defaults.py:184 -msgid "A tag representing this mailbox" -msgstr "" - -#: mailpile/httpd.py:254 -msgid "XMLRPC has been disabled for now." -msgstr "" - -#: mailpile/httpd.py:276 -msgid "OMG, input too big" -msgstr "" - -#: mailpile/httpd.py:279 -msgid "Unknown content-type" -msgstr "" - -#: mailpile/httpd.py:285 -msgid "Internal Error" -msgstr "" - -#: mailpile/httpd.py:322 -msgid "File not found (invalid path)" -msgstr "" - -#: mailpile/httpd.py:426 -msgid "Access Denied" -msgstr "" - -#: mailpile/httpd.py:433 mailpile/mail_source/__init__.py:301 -msgid "Internal error" -msgstr "" - -#: mailpile/i18n.py:132 -#, python-format -msgid "Loaded language %s" -msgstr "" - -#: mailpile/mailutils.py:46 -#, python-format -msgid "%s is too large to be a mailbox ID" -msgstr "" - -#: mailpile/mailutils.py:319 -#, python-format -msgid "Unknown crypto policy: %s" -msgstr "" - -#: mailpile/mailutils.py:647 mailpile/mailutils.py:725 -#: mailpile/mailutils.py:930 mailpile/mailutils.py:940 -msgid "Message or mailbox is read-only." -msgstr "" - -#: mailpile/mailutils.py:868 -msgid "Message not found?" -msgstr "" - -#: mailpile/mailutils.py:987 -#, python-format -msgid "Extracted attachment %s" -msgstr "" - -#: mailpile/mailutils.py:1000 -#, python-format -msgid "Wrote preview to: %s" -msgstr "" - -#: mailpile/mailutils.py:1002 -msgid "Failed to generate thumbnail" -msgstr "" - -#: mailpile/mailutils.py:1008 -#, python-format -msgid "Wrote attachment to: %s" -msgstr "" - -#: mailpile/mailutils.py:1013 -#, python-format -msgid "No attachments found for: %s" -msgstr "" - -#: mailpile/mailutils.py:1065 -msgid "(Invalid HTML suppressed)" -msgstr "" - -#: mailpile/mailutils.py:1245 -msgid "[Binary data suppressed]\n" -msgstr "" - -#: mailpile/postinglist.py:37 -#, python-format -msgid "Save PLC %s" -msgstr "" - -#: mailpile/search.py:166 -msgid "(unprocessed)" -msgstr "" - -#: mailpile/search.py:168 -msgid "(ghost)" -msgstr "" - -#: mailpile/search.py:170 -msgid "(deleted)" -msgstr "" - -#: mailpile/search.py:257 mailpile/search.py:273 -msgid "Loading metadata index..." -msgstr "" - -#: mailpile/search.py:265 -msgid "Your metadata index is either too old, too new or corrupt!" -msgstr "" - -#: mailpile/search.py:269 -msgid "Corrupt data in metadata index! Trying to cope..." -msgstr "" - -#: mailpile/search.py:292 -#, python-format -msgid "Metadata index not found: %s" -msgstr "" - -#: mailpile/search.py:295 -msgid "Loading global posting list..." -msgstr "" - -#: mailpile/search.py:304 -#, python-format -msgid "Recovered! Wrote bad metadata to: %s" -msgstr "" - -#: mailpile/search.py:360 -msgid "Saving metadata index changes..." -msgstr "" - -#: mailpile/search.py:379 -msgid "Saved metadata index changes" -msgstr "" - -#: mailpile/search.py:396 -msgid "Saving metadata index..." -msgstr "" - -#: mailpile/search.py:423 -msgid "Saved metadata index" -msgstr "" - -#: mailpile/search.py:434 -msgid "Updating high level indexes" -msgstr "" - -#: mailpile/search.py:442 -#, python-format -msgid "Bogus line: %s" -msgstr "" - -#: mailpile/search.py:603 -#, python-format -msgid "=%s/%s using Received: instead of Date:" -msgstr "" - -#: mailpile/search.py:610 -#, python-format -msgid "=%s/%s has a bogus date" -msgstr "" - -#: mailpile/search.py:631 -#, python-format -msgid "WARNING: No proper Message-ID for %s" -msgstr "" - -#: mailpile/search.py:680 -#, python-format -msgid "%s: Skipped: %s" -msgstr "" - -#: mailpile/search.py:683 -#, python-format -msgid "%s: Checking: %s" -msgstr "" - -#: mailpile/search.py:689 -#, python-format -msgid "%s: Error opening: %s (%s)" -msgstr "" - -#: mailpile/search.py:700 -#, python-format -msgid "%s: No new mail in: %s" -msgstr "" - -#: mailpile/search.py:704 -#, python-format -msgid "%s: Reading your mail: %d%% (%d/%d message)" -msgstr "" - -#: mailpile/search.py:705 -#, python-format -msgid "%s: Reading your mail: %d%% (%d/%d messages)" -msgstr "" - -#: mailpile/search.py:734 -#, python-format -msgid "Rescan interrupted: %s" -msgstr "" - -#: mailpile/search.py:795 -#, python-format -msgid "%s: Indexed mailbox: ...%s (%d new, %d updated)" -msgstr "" - -#: mailpile/search.py:969 -msgid "(processing message ...)" -msgstr "" - -#: mailpile/search.py:1289 -#, python-format -msgid "=%s/%s has bogus HTML." -msgstr "" - -#: mailpile/search.py:1681 -#, python-format -msgid "Opening mailbox %s" -msgstr "" - -#: mailpile/search.py:1725 -#, python-format -msgid "Searching for %s" -msgstr "" - -#: mailpile/search.py:1754 -#, python-format -msgid "Ignoring common word: %s" -msgstr "" - -#: mailpile/search.py:1923 -msgid "Recovering from bogus sort, corrupt index?" -msgstr "" - -#: mailpile/search.py:1925 -msgid "Please tell team@mailpile.is !" -msgstr "" - -#: mailpile/search.py:1934 -#, python-format -msgid "Unknown sort order: %s" -msgstr "" - -#: mailpile/search.py:1939 -msgid "Sort failed, sorting badly. Partial index?" -msgstr "" - -#: mailpile/search.py:1947 -msgid "Collapsing conversations..." -msgstr "" - -#: mailpile/security.py:17 mailpile/security.py:23 -msgid "In lockdown, doing nothing." -msgstr "" - -#: mailpile/smtp_client.py:184 -#, python-format -msgid "SendMail: from %s (%s), to %s via %s\n" -msgstr "" - -#: mailpile/smtp_client.py:189 -#, python-format -msgid "Sending via %s" -msgstr "" - -#: mailpile/smtp_client.py:204 -#, python-format -msgid "%s failed with exit code %d" -msgstr "" - -#: mailpile/smtp_client.py:226 -#, python-format -msgid "SMTP connection to: %s:%s as %s\n" -msgstr "" - -#: mailpile/smtp_client.py:244 -#, python-format -msgid "Failed to connect to %s" -msgstr "" - -#: mailpile/smtp_client.py:269 -msgid "Bad character in username or password" -msgstr "" - -#: mailpile/smtp_client.py:273 mailpile/mail_source/imap.py:559 -#: mailpile/mail_source/pop3.py:24 -msgid "Invalid username or password" -msgstr "" - -#: mailpile/smtp_client.py:276 -msgid "Authentication not supported" -msgstr "" - -#: mailpile/smtp_client.py:279 -msgid "Sender rejected by SMTP server" -msgstr "" - -#: mailpile/smtp_client.py:287 -#, python-format -msgid "Server rejected recipient: %s" -msgstr "" - -#: mailpile/smtp_client.py:290 -#, python-format -msgid "Server rejected DATA: %s %s" -msgstr "" - -#: mailpile/smtp_client.py:302 -msgid "Error spooling mail" -msgstr "" - -#: mailpile/smtp_client.py:310 -#, python-format -msgid "Invalid route: %s" -msgstr "" - -#: mailpile/smtp_client.py:321 -msgid "Preparing message..." -msgstr "" - -#: mailpile/smtp_client.py:327 -msgid "Quitting" -msgstr "" - -#: mailpile/ui.py:314 -#, python-format -msgid "Elapsed: %.3fs (%s)" -msgstr "" - -#: mailpile/ui.py:320 -#, python-format -msgid "Elapsed: %.3fs" -msgstr "" - -#: mailpile/ui.py:501 mailpile/ui.py:516 -msgid "Template not found" -msgstr "" - -#: mailpile/ui.py:508 mailpile/ui.py:523 -msgid "Template error" -msgstr "" - -#: mailpile/ui.py:538 -#, python-format -msgid "Message %s is not editable" -msgstr "" - -#: mailpile/ui.py:564 -msgid "Number of edit messages does not match!" -msgstr "" - -#: mailpile/ui.py:635 -msgid "FIXME: Multiple results, OMG WTF" -msgstr "" - -#: mailpile/util.py:552 -msgid "now" -msgstr "" - -#: mailpile/util.py:554 -#, python-format -msgid "%d mins" -msgstr "" - -#: mailpile/util.py:556 -#, python-format -msgid "%d hour" -msgstr "" - -#: mailpile/util.py:558 -#, python-format -msgid "%d hours" -msgstr "" - -#: mailpile/util.py:568 -msgid "Monday" -msgstr "" - -#: mailpile/util.py:568 -msgid "Mon" -msgstr "" - -#: mailpile/util.py:568 -msgid "Tuesday" -msgstr "" - -#: mailpile/util.py:568 -msgid "Tue" -msgstr "" - -#: mailpile/util.py:569 -msgid "Wednesday" -msgstr "" - -#: mailpile/util.py:569 -msgid "Wed" -msgstr "" - -#: mailpile/util.py:569 -msgid "Thursday" -msgstr "" - -#: mailpile/util.py:569 -msgid "Thu" -msgstr "" - -#: mailpile/util.py:570 -msgid "Friday" -msgstr "" - -#: mailpile/util.py:570 -msgid "Fri" -msgstr "" - -#: mailpile/util.py:570 -msgid "Saturday" -msgstr "" - -#: mailpile/util.py:570 -msgid "Sat" -msgstr "" - -#: mailpile/util.py:571 -msgid "Sunday" -msgstr "" - -#: mailpile/util.py:571 -msgid "Sun" -msgstr "" - -#: mailpile/util.py:572 -msgid "January" -msgstr "" - -#: mailpile/util.py:572 -msgid "Jan" -msgstr "" - -#: mailpile/util.py:572 -msgid "February" -msgstr "" - -#: mailpile/util.py:572 -msgid "Feb" -msgstr "" - -#: mailpile/util.py:573 -msgid "March" -msgstr "" - -#: mailpile/util.py:573 -msgid "Mar" -msgstr "" - -#: mailpile/util.py:573 -msgid "April" -msgstr "" - -#: mailpile/util.py:573 -msgid "Apr" -msgstr "" - -#: mailpile/util.py:574 -msgid "May" -msgstr "" - -#: mailpile/util.py:574 -msgid "June" -msgstr "" - -#: mailpile/util.py:574 -msgid "Jun" -msgstr "" - -#: mailpile/util.py:575 -msgid "July" -msgstr "" - -#: mailpile/util.py:575 -msgid "Jul" -msgstr "" - -#: mailpile/util.py:575 -msgid "August" -msgstr "" - -#: mailpile/util.py:575 -msgid "Aug" -msgstr "" - -#: mailpile/util.py:576 -msgid "September" -msgstr "" - -#: mailpile/util.py:576 -msgid "Sep" -msgstr "" - -#: mailpile/util.py:576 -msgid "October" -msgstr "" - -#: mailpile/util.py:576 -msgid "Oct" -msgstr "" - -#: mailpile/util.py:577 -msgid "November" -msgstr "" - -#: mailpile/util.py:577 -msgid "Nov" -msgstr "" - -#: mailpile/util.py:577 -msgid "December" -msgstr "" - -#: mailpile/util.py:577 -msgid "Dec" -msgstr "" - -#: mailpile/vcard.py:460 -#, python-format -msgid "Line number %s is out of range" -msgstr "" - -#: mailpile/vcard.py:1498 -msgid "Generating new vCards" -msgstr "" - -#: mailpile/vcard.py:1505 -#, python-format -msgid "Merging %s" -msgstr "" - -#: mailpile/vcard.py:1535 -#, python-format -msgid "Failed to merge vCard %s into %s" -msgstr "" - -#: mailpile/vcard.py:1553 -#, python-format -msgid "Failed to create new vCard for %s" -msgstr "" - -#: mailpile/vcard.py:1561 -#, python-format -msgid "Saving %d updated cards" -msgstr "" - -#: mailpile/vfs.py:316 -msgid "My Files" -msgstr "" - -#: mailpile/vfs.py:332 -msgid "Unix mail spool" -msgstr "" - -#: mailpile/vfs.py:384 -msgid "Mailpile VFS" -msgstr "" - -#: mailpile/contrib/datadig/datadig.py:36 -msgid "Nothing Happened" -msgstr "" - -#: mailpile/contrib/datadig/datadig.py:127 -#: mailpile/contrib/datadig/datadig.py:130 -#, python-format -msgid "Digging into =%s" -msgstr "" - -#: mailpile/contrib/datadig/datadig.py:138 -#, python-format -msgid "Found %d rows in %d messages" -msgstr "" - -#: mailpile/contrib/demos/demos.py:45 -msgid "Demo Contacts" -msgstr "" - -#: mailpile/contrib/demos/demos.py:46 -msgid "This is the demo importer" -msgstr "" - -#: mailpile/contrib/demos/demos.py:49 -msgid "Activate demo importer" -msgstr "" - -#: mailpile/contrib/demos/demos.py:50 -msgid "Contact name" -msgstr "" - -#: mailpile/contrib/demos/demos.py:51 -msgid "Contact email" -msgstr "" - -#: mailpile/contrib/demos/demos.py:112 -msgid "I refuse to work with empty or gross data" -msgstr "" - -#: mailpile/contrib/demos/demos.py:116 -msgid "I hashed your data for you, yay!" -msgstr "" - -#: mailpile/contrib/forcegrapher/forcegrapher.py:80 -msgid "Generated graph view" -msgstr "" - -#: mailpile/contrib/gui/gui.py:76 -msgid "Starting up ..." -msgstr "" - -#: mailpile/contrib/gui/gui.py:79 -msgid "Open Mailpile" -msgstr "" - -#: mailpile/contrib/gui/gui.py:84 -msgid "Quit" -msgstr "" - -#: mailpile/contrib/gui/gui.py:137 -#, python-format -msgid "%d messages" -msgstr "" - -#: mailpile/contrib/hacks/hacks.py:60 -msgid "Tried to fix metadata index" -msgstr "" - -#: mailpile/contrib/hacks/hacks.py:135 -msgid "Displayed raw metadata" -msgstr "" - -#: mailpile/contrib/hacks/hacks.py:154 -msgid "Displayed message keywords" -msgstr "" - -#: mailpile/contrib/hacks/hacks.py:170 -msgid "Displayed message HeaderPrint" -msgstr "" - -#: mailpile/contrib/i18nhelper/i18nhelper.py:19 -msgid "Nothing recently translated" -msgstr "" - -#: mailpile/crypto/gpgi.py:35 -msgid "Trust not calculated" -msgstr "" - -#: mailpile/crypto/gpgi.py:36 -msgid "Unknown trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:37 -msgid "Undefined trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:38 -msgid "Never trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:39 -msgid "Marginally trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:40 -msgid "Full trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:41 -msgid "Ultimate trust" -msgstr "" - -#: mailpile/crypto/gpgi.py:42 -msgid "Expired key, not trusted" -msgstr "" - -#: mailpile/crypto/gpgi.py:43 -msgid "Disabled key, not trusted" -msgstr "" - -#: mailpile/crypto/gpgi.py:44 -msgid "Revoked key, not trusted" -msgstr "" - -#: mailpile/crypto/gpgi.py:46 -msgid "RSA" -msgstr "" - -#: mailpile/crypto/gpgi.py:47 -msgid "RSA (encrypt only)" -msgstr "" - -#: mailpile/crypto/gpgi.py:48 -msgid "RSA (sign only)" -msgstr "" - -#: mailpile/crypto/gpgi.py:49 -msgid "Elgamal (encrypt only)" -msgstr "" - -#: mailpile/crypto/gpgi.py:50 -msgid "DSA" -msgstr "" - -#: mailpile/crypto/gpgi.py:51 -msgid "Elgamal (encrypt/sign) [COMPROMISED]" -msgstr "" - -#: mailpile/crypto/gpgi.py:52 -msgid "EdDSA" -msgstr "" - -#: mailpile/crypto/gpgi.py:456 -msgid "Your PGP key is needed for decrypting." -msgstr "" - -#: mailpile/crypto/gpgi.py:458 -msgid "Your PGP key is needed for signing." -msgstr "" - -#: mailpile/crypto/gpgi.py:460 -msgid "Unlock your encryption key" -msgstr "" - -#: mailpile/crypto/gpgi.py:1053 -#, python-format -msgid "Keys missing for %s" -msgstr "" - -#: mailpile/crypto/gpgi.py:1057 -#, python-format -msgid "Keys ambiguous for %s" -msgstr "" - -#: mailpile/crypto/mime.py:362 -msgid "Failed to sign message!" -msgstr "" - -#: mailpile/crypto/mime.py:424 -msgid "Failed to encrypt message!" -msgstr "" - -#: mailpile/mail_source/__init__.py:147 -msgid "Starting up" -msgstr "" - -#: mailpile/mail_source/__init__.py:149 -#: mailpile/www/default/html/setup/partials/sources_settings.html:2 -msgid "Mail Source" -msgstr "" - -#: mailpile/mail_source/__init__.py:201 -#, python-format -msgid "Interrupted: %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:312 -#, python-format -msgid "Discovered %d mailboxes" -msgstr "" - -#: mailpile/mail_source/__init__.py:314 -#, python-format -msgid "Processed %d mailboxes" -msgstr "" - -#: mailpile/mail_source/__init__.py:316 -#, python-format -msgid "Failed to process %d" -msgstr "" - -#: mailpile/mail_source/__init__.py:318 -#, python-format -msgid "No new mail at %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:359 -msgid "Checking for new mailboxes" -msgstr "" - -#: mailpile/mail_source/__init__.py:370 -#, python-format -msgid "Checking for new mailboxes in %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:501 -#, python-format -msgid "Mail: %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:691 -#, python-format -msgid "Copying message: %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:783 -#, python-format -msgid "Copying up to %d e-mails from %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:794 -#, python-format -msgid "Updating search engine for %s" -msgstr "" - -#: mailpile/mail_source/__init__.py:875 -msgid "Internal error! Sleeping..." -msgstr "" - -#: mailpile/mail_source/__init__.py:886 mailpile/mail_source/__init__.py:929 -msgid "Shut down" -msgstr "" - -#: mailpile/mail_source/__init__.py:959 -#, python-format -msgid "Unknown mail source protocol: %s" -msgstr "" - -#: mailpile/mail_source/imap.py:349 -msgid "Failed to add message" -msgstr "" - -#: mailpile/mail_source/imap.py:355 -msgid "Failed to remove message" -msgstr "" - -#: mailpile/mail_source/imap.py:375 -msgid "Mailbox is out of sync" -msgstr "" - -#: mailpile/mail_source/imap.py:407 -#, python-format -msgid "Fetching chunk %d failed" -msgstr "" - -#: mailpile/mail_source/imap.py:436 -msgid "Failed to list mailbox contents" -msgstr "" - -#: mailpile/mail_source/imap.py:512 mailpile/mail_source/imap.py:709 -#: mailpile/mail_source/pop3.py:14 mailpile/mail_source/pop3.py:68 -msgid "Nothing is wrong" -msgstr "" - -#: mailpile/mail_source/imap.py:547 -msgid "Failed to STARTTLS" -msgstr "" - -#: mailpile/mail_source/imap.py:572 -msgid "Connection timed out" -msgstr "" - -#: mailpile/mail_source/imap.py:576 -msgid "An IMAP protocol error occurred" -msgstr "" - -#: mailpile/mail_source/imap.py:580 mailpile/mail_source/pop3.py:26 -msgid "A network error occurred" -msgstr "" - -#: mailpile/mail_source/imap.py:627 -msgid "Not connected to IMAP server." -msgstr "" - -#: mailpile/mail_source/imap.py:770 -#, python-format -msgid "Connected to IMAP server %s" -msgstr "" - -#: mailpile/mail_source/local.py:20 -msgid "Local mailboxes" -msgstr "" - -#: mailpile/mail_source/local.py:41 -#, python-format -msgid "Watching %d mbox mailboxes" -msgstr "" - -#: mailpile/mail_source/pop3.py:71 -#, python-format -msgid "Watching %d POP3 mailboxes" -msgstr "" - -#: mailpile/mailboxes/__init__.py:117 mailpile/mailboxes/mbox.py:124 -#, python-format -msgid "Saving %s state to %s" -msgstr "" - -#: mailpile/mailboxes/mbox.py:144 mailpile/mailboxes/mbox.py:149 -msgid "No data found" -msgstr "" - -#: mailpile/mailboxes/mbox.py:178 -msgid "Message not found" -msgstr "" - -#: mailpile/mailboxes/wervd.py:123 -msgid "Could not find a filename for the message." -msgstr "" - -#: mailpile/mailboxes/wervd.py:143 -#, python-format -msgid "Invalid message type: %s" -msgstr "" - -#: mailpile/mailboxes/wervd.py:146 -msgid "Mailbox messages are immutable" -msgstr "" - -#: mailpile/plugins/__init__.py:730 -#, python-format -msgid "Already registered: %s" -msgstr "" - -#: mailpile/plugins/autotag.py:160 -msgid "Retraining SpamBayes autotaggers" -msgstr "" - -#: mailpile/plugins/autotag.py:180 -#, python-format -msgid "Have %d interesting %s messages" -msgstr "" - -#: mailpile/plugins/autotag.py:245 -#, python-format -msgid "Reading %s (%d/%d, %s=%s)" -msgstr "" - -#: mailpile/plugins/autotag.py:259 -#, python-format -msgid "Failed to process message at =%s" -msgstr "" - -#: mailpile/plugins/autotag.py:266 -#, python-format -msgid "Retrained SpamBayes auto-tagging for %s" -msgstr "" - -#: mailpile/plugins/autotag.py:290 -msgid "Periodically retrain autotagger (seconds)" -msgstr "" - -#: mailpile/plugins/autotag.py:314 -#, python-format -msgid "Unknown tag: %s" -msgstr "" - -#: mailpile/plugins/autotag.py:330 -#, python-format -msgid "Classified %d messages" -msgstr "" - -#: mailpile/plugins/autotag.py:365 -#, python-format -msgid "Auto-tagged %d messages" -msgstr "" - -#: mailpile/plugins/compose.py:43 -#, python-format -msgid "Sent: %s" -msgstr "" - -#: mailpile/plugins/compose.py:190 -msgid "Cannot update from multiple files" -msgstr "" - -#: mailpile/plugins/compose.py:272 -msgid "Message is not editable" -msgstr "" - -#: mailpile/plugins/compose.py:282 mailpile/plugins/compose.py:309 -#, python-format -msgid "%d message(s) edited" -msgstr "" - -#: mailpile/plugins/compose.py:284 -#, python-format -msgid "%d message(s) created" -msgstr "" - -#: mailpile/plugins/compose.py:304 -msgid "No messages!" -msgstr "" - -#: mailpile/plugins/compose.py:311 -#, python-format -msgid "%d message(s) unchanged" -msgstr "" - -#: mailpile/plugins/compose.py:351 -msgid "Please use update for editing messages" -msgstr "" - -#: mailpile/plugins/compose.py:484 -#, python-format -msgid "%s wrote:" -msgstr "" - -#: mailpile/plugins/compose.py:497 -#, python-format -msgid "Composing a reply from %(from)s to %(to)s, cc %(cc)s" -msgstr "" - -#: mailpile/plugins/compose.py:499 -#, python-format -msgid "Composing a reply from %(from)s to %(to)s" -msgstr "" - -#: mailpile/plugins/compose.py:548 -msgid "You must configure a From address first." -msgstr "" - -#: mailpile/plugins/compose.py:557 mailpile/plugins/compose.py:658 -msgid "No message found" -msgstr "" - -#: mailpile/plugins/compose.py:640 -msgid "Sorry, ephemeral messages cannot have attachments at this time." -msgstr "" - -#: mailpile/plugins/compose.py:698 -msgid "No files found" -msgstr "" - -#: mailpile/plugins/compose.py:705 mailpile/plugins/compose.py:766 -msgid "No messages selected" -msgstr "" - -#: mailpile/plugins/compose.py:720 mailpile/plugins/compose.py:782 -#, python-format -msgid "Read-only message: %s" -msgstr "" - -#: mailpile/plugins/compose.py:722 -#, python-format -msgid "Error attaching to %s" -msgstr "" - -#: mailpile/plugins/compose.py:726 -#, python-format -msgid "Attached %s to %d messages, failed %d" -msgstr "" - -#: mailpile/plugins/compose.py:729 -#, python-format -msgid "Attached %s to %d messages" -msgstr "" - -#: mailpile/plugins/compose.py:784 -#, python-format -msgid "Error removing from %s" -msgstr "" - -#: mailpile/plugins/compose.py:788 -#, python-format -msgid "Removed %s from %d messages, failed %d" -msgstr "" - -#: mailpile/plugins/compose.py:791 -#, python-format -msgid "Removed %s from %d messages" -msgstr "" - -#: mailpile/plugins/compose.py:869 -msgid "Sending message" -msgstr "" - -#: mailpile/plugins/compose.py:907 -#, python-format -msgid "Could not send mail to %s" -msgstr "" - -#: mailpile/plugins/compose.py:909 -msgid "Could not send mail" -msgstr "" - -#: mailpile/plugins/compose.py:934 -#, python-format -msgid "Sent %d messages" -msgstr "" - -#: mailpile/plugins/compose.py:936 -msgid "Nothing was sent" -msgstr "" - -#: mailpile/plugins/compose.py:955 mailpile/plugins/compose.py:1022 -msgid "Nothing to do!" -msgstr "" - -#: mailpile/plugins/compose.py:959 -msgid "Failed to attach files" -msgstr "" - -#: mailpile/plugins/compose.py:965 -#, python-format -msgid "%d message(s) updated" -msgstr "" - -#: mailpile/plugins/compose.py:978 -msgid "Missing encryption keys" -msgstr "" - -#: mailpile/plugins/compose.py:983 -msgid "Could not encrypt message" -msgstr "" - -#: mailpile/plugins/compose.py:988 -msgid "Could not sign message" -msgstr "" - -#: mailpile/plugins/compose.py:1020 -#, python-format -msgid "Unthreaded %d messages" -msgstr "" - -#: mailpile/plugins/compose.py:1037 -msgid "The index is not ready yet" -msgstr "" - -#: mailpile/plugins/compose.py:1054 -msgid "Sending cancelled." -msgstr "" - -#: mailpile/plugins/compose.py:1062 -msgid "The outbox is empty" -msgstr "" - -#: mailpile/plugins/compose.py:1066 -msgid "Delay between attempts to send mail" -msgstr "" - -#: mailpile/plugins/contacts.py:57 -msgid "(BASE64 ENCODED DATA)" -msgstr "" - -#: mailpile/plugins/contacts.py:151 -#, python-format -msgid "Found %d results" -msgstr "" - -#: mailpile/plugins/contacts.py:209 -msgid "Add contacts here!" -msgstr "" - -#: mailpile/plugins/contacts.py:280 -#, python-format -msgid "Added %d contacts" -msgstr "" - -#: mailpile/plugins/contacts.py:309 -#, python-format -msgid "No such contact: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:311 -#, python-format -msgid "Removed contacts: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:314 -msgid "No contacts found" -msgstr "" - -#: mailpile/plugins/contacts.py:380 -#, python-format -msgid "Added %d lines" -msgstr "" - -#: mailpile/plugins/contacts.py:390 -#, python-format -msgid "Error adding lines to %s" -msgstr "" - -#: mailpile/plugins/contacts.py:416 -#, python-format -msgid "Removed %d lines" -msgstr "" - -#: mailpile/plugins/contacts.py:426 -#, python-format -msgid "Error removing lines from %s" -msgstr "" - -#: mailpile/plugins/contacts.py:481 -#, python-format -msgid "Listed %d/%d results" -msgstr "" - -#: mailpile/plugins/contacts.py:585 -#, python-format -msgid "Required parameter missing. Required parameters are: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:593 -#, python-format -msgid "" -"Unknown parameter passed to importer. Provided %s; but known parameters " -"are: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:762 -msgid "Searched for addresses" -msgstr "" - -#: mailpile/plugins/contacts.py:816 -msgid "Local mail" -msgstr "" - -#: mailpile/plugins/contacts.py:827 -#, python-format -msgid "Unhandled outgoing mail protocol: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:879 -msgid "Mail spool not found" -msgstr "" - -#: mailpile/plugins/contacts.py:882 -#, python-format -msgid "Already configured: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:941 -#, python-format -msgid "Unhandled incoming mail protocol: %s" -msgstr "" - -#: mailpile/plugins/contacts.py:952 -#, python-format -msgid "The PGP key for %s is ready for use." -msgstr "" - -#: mailpile/plugins/contacts.py:955 -msgid "PGP key generation is complete" -msgstr "" - -#: mailpile/plugins/contacts.py:963 -msgid "PGP key generation failed!" -msgstr "" - -#: mailpile/plugins/contacts.py:984 -#, python-format -msgid "Generating new %d bit PGP key. This may take some time!" -msgstr "" - -#: mailpile/plugins/contacts.py:1218 -msgid "Account Updated!" -msgstr "" - -#: mailpile/plugins/contacts.py:1221 -#: mailpile/www/default/html/profiles/edit/index.html:2 -msgid "Edit Account" -msgstr "" - -#: mailpile/plugins/contacts.py:1269 -msgid "Choosing from address" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:96 -#, python-format -msgid "Encryption key for %s.asc" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:98 -msgid "My encryption key.asc" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:159 mailpile/plugins/search.py:68 -#: mailpile/plugins/vcard_gnupg.py:228 -msgid "No results" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:231 -#, python-format -msgid "Imported %d keys" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:425 -msgid "Looks good!" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:427 -msgid "Proposed fixes:" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:435 -msgid "You need a new key!" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:436 mailpile/plugins/crypto_gnupg.py:445 -#: mailpile/plugins/crypto_gnupg.py:446 mailpile/plugins/crypto_gnupg.py:452 -#: mailpile/plugins/crypto_gnupg.py:462 -#, python-format -msgid "Run: %s" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:437 -#, python-format -msgid "Answer the tool's questions: use RSA and RSA, %d bits or more" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:443 -msgid "Update the Mailpile config to use a good key:" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:444 -msgid "IMPORTANT: This MUST be done before disabling the key!" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:447 -msgid "This key's passphrase will be used to log in to Mailpile" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:451 -msgid "Revoke bad keys:" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:453 -msgid "Say yes to the first question, follow the instructions" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:454 -msgid "A revocation certificate will be shown on screen" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:455 -msgid "Copy & paste that, save, and send to people who have the old key" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:456 -#, python-format -msgid "You can search for %s to find such people" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:461 -msgid "Disable bad keys:" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:463 mailpile/plugins/crypto_gnupg.py:464 -#, python-format -msgid "Type %s" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:495 -#, python-format -msgid "%s: --- Disabled." -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:500 -#, python-format -msgid "%s: --- Revoked." -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:504 -#, python-format -msgid "%s: Bad: expired on %s" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:508 -#, python-format -msgid "%s: Bad: key is useless" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:511 -#, python-format -msgid "%s: Bad: expires on %s" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:514 -#, python-format -msgid "%s: Bad: too small (%d bits)" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:521 -#, python-format -msgid "%s: OK: %d bits, looks good!" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:528 -msgid "(optional)" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:540 -#, python-format -msgid "%s: Mailpile config uses bad key" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:568 -#, python-format -msgid "%(key)s: Bad key in profile %(fn)s <%(email)s> (%(profile)s)" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:574 -#, python-format -msgid "No key for %(fn)s <%(email)s> (%(profile)s)" -msgstr "" - -#: mailpile/plugins/crypto_gnupg.py:587 -#, python-format -msgid "Sanity checked: %d keys in GPG keyring, %d profiles" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:47 -#, python-format -msgid "Set crypto policy for %s to %s" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:51 -#, python-format -msgid "No vCard for email %s!" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:59 -msgid "Please provide email address and policy!" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:150 -msgid "Recipients have conflicting encryption policies." -msgstr "" - -#: mailpile/plugins/crypto_policy.py:156 -#, python-format -msgid "The encryption policy for these recipients is: %s" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:168 mailpile/plugins/crypto_policy.py:171 -msgid "This account does not have an encryption key." -msgstr "" - -#: mailpile/plugins/crypto_policy.py:181 -msgid "Some recipients require encryption, but we do not have keys for everyone!" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:197 -msgid "Signing and encrypting because we have keys for everyone!" -msgstr "" - -#: mailpile/plugins/crypto_policy.py:203 -msgid "Signing, but will not encrypt because historic data is insufficient." -msgstr "" - -#: mailpile/plugins/crypto_policy.py:206 -msgid "" -"Signing, but cannot encrypt because we do not have keys for all " -"recipients." -msgstr "" - -#: mailpile/plugins/eventlog.py:116 -#, python-format -msgid "Found %d events" -msgstr "" - -#: mailpile/plugins/eventlog.py:151 -#, python-format -msgid "Canceled %d events" -msgstr "" - -#: mailpile/plugins/eventlog.py:170 -msgid "Need an event ID!" -msgstr "" - -#: mailpile/plugins/eventlog.py:182 -#, python-format -msgid "Event %s is not undoable" -msgstr "" - -#: mailpile/plugins/eventlog.py:184 -#, python-format -msgid "Event %s not found" -msgstr "" - -#: mailpile/plugins/eventlog.py:195 -msgid "Watching logs: Press CTRL-C to return to the CLI" -msgstr "" - -#: mailpile/plugins/exporters.py:93 -msgid "Parent directory does not exist." -msgstr "" - -#: mailpile/plugins/exporters.py:95 -msgid "Is the disk full? Are permissions lacking?" -msgstr "" - -#: mailpile/plugins/exporters.py:96 -#, python-format -msgid "Failed to create mailbox: %s" -msgstr "" - -#: mailpile/plugins/exporters.py:104 -#, python-format -msgid "Exporting message =%s ..." -msgstr "" - -#: mailpile/plugins/exporters.py:108 -#, python-format -msgid "Message =%s is unreadable! Skipping." -msgstr "" - -#: mailpile/plugins/exporters.py:141 -#, python-format -msgid "Exported %d messages to %s" -msgstr "" - -#: mailpile/plugins/html_magic.py:64 -msgid "Serving up API content" -msgstr "" - -#: mailpile/plugins/html_magic.py:115 -msgid "Generated Javascript API" -msgstr "" - -#: mailpile/plugins/migrate.py:34 -#, python-format -msgid "%(user)s on %(host)s" -msgstr "" - -#: mailpile/plugins/migrate.py:43 -#, python-format -msgid "Could not migrate route: %s" -msgstr "" - -#: mailpile/plugins/migrate.py:218 -#, python-format -msgid "Unknown migration: %s (available: %s)" -msgstr "" - -#: mailpile/plugins/migrate.py:238 -#, python-format -msgid "Performed %d migrations, failed %d." -msgstr "" - -#: mailpile/plugins/plugins.py:32 -msgid "Listed available plugins" -msgstr "" - -#: mailpile/plugins/plugins.py:47 -#, python-format -msgid "Already loaded: %s" -msgstr "" - -#: mailpile/plugins/plugins.py:57 -#, python-format -msgid "Failed to load plugin: %s" -msgstr "" - -#: mailpile/plugins/plugins.py:61 -#, python-format -msgid "Loaded plugins: %s" -msgstr "" - -#: mailpile/plugins/plugins.py:77 -#, python-format -msgid "Required plugins can not be disabled: %s" -msgstr "" - -#: mailpile/plugins/plugins.py:80 -#, python-format -msgid "Plugin not loaded: %s" -msgstr "" - -#: mailpile/plugins/plugins.py:87 -#, python-format -msgid "Disabled plugins: %s (restart required)" -msgstr "" - -#: mailpile/plugins/search.py:66 -msgid "Unprintable results" -msgstr "" - -#: mailpile/plugins/search.py:137 -#, python-format -msgid "Weird starting point: %s" -msgstr "" - -#: mailpile/plugins/search.py:211 -#, python-format -msgid "Prepared %d search results (context=%s)" -msgstr "" - -#: mailpile/plugins/search.py:213 -#, python-format -msgid "Found %d results in %.3fs" -msgstr "" - -#: mailpile/plugins/search.py:231 -msgid "You must perform a search before requesting the next page." -msgstr "" - -#: mailpile/plugins/search.py:234 -msgid "Displayed next page of results." -msgstr "" - -#: mailpile/plugins/search.py:250 -msgid "You must perform a search before requesting the previous page." -msgstr "" - -#: mailpile/plugins/search.py:253 -msgid "Displayed previous page of results." -msgstr "" - -#: mailpile/plugins/search.py:269 -#, python-format -msgid "Changed sort order to %s" -msgstr "" - -#: mailpile/plugins/search.py:333 -#, python-format -msgid "Raw message: %s" -msgstr "" - -#: mailpile/plugins/search.py:361 -msgid "Displayed a single message" -msgstr "" - -#: mailpile/plugins/search.py:365 -#, python-format -msgid "Displayed %d messages" -msgstr "" - -#: mailpile/plugins/setup_magic.py:55 -msgid "New" -msgstr "" - -#: mailpile/plugins/setup_magic.py:63 -msgid "Inbox" -msgstr "" - -#: mailpile/plugins/setup_magic.py:70 -msgid "Blank" -msgstr "" - -#: mailpile/plugins/setup_magic.py:80 -msgid "Drafts" -msgstr "" - -#: mailpile/plugins/setup_magic.py:89 -msgid "Outbox" -msgstr "" - -#: mailpile/plugins/setup_magic.py:98 -msgid "Sent" -msgstr "" - -#: mailpile/plugins/setup_magic.py:107 -msgid "Spam" -msgstr "" - -#: mailpile/plugins/setup_magic.py:113 -msgid "MaybeSpam" -msgstr "" - -#: mailpile/plugins/setup_magic.py:118 -msgid "Ham" -msgstr "" - -#: mailpile/plugins/setup_magic.py:127 -msgid "Trash" -msgstr "" - -#: mailpile/plugins/setup_magic.py:145 -msgid "Photos" -msgstr "" - -#: mailpile/plugins/setup_magic.py:154 -msgid "Documents" -msgstr "" - -#: mailpile/plugins/setup_magic.py:168 -msgid "All Mail" -msgstr "" - -#: mailpile/plugins/setup_magic.py:244 -msgid "Created default tags" -msgstr "" - -#: mailpile/plugins/setup_magic.py:265 -msgid "Enabling SpamBayes autotagger" -msgstr "" - -#: mailpile/plugins/setup_magic.py:267 -msgid "Please install SpamBayes for super awesome spam filtering" -msgstr "" - -#: mailpile/plugins/setup_magic.py:273 -msgid "Enabling gravatar image importer" -msgstr "" - -#: mailpile/plugins/setup_magic.py:279 -msgid "Importing contacts from GPG keyring" -msgstr "" - -#: mailpile/plugins/setup_magic.py:325 -msgid "" -"Unable to obfuscate search index without losing data. Not indexing " -"encrypted mail." -msgstr "" - -#: mailpile/plugins/setup_magic.py:331 -msgid "Obfuscating search index and enabling indexing of encrypted e-mail. Yay!" -msgstr "" - -#: mailpile/plugins/setup_magic.py:513 -#, python-format -msgid "Checking ISPDB for %(domain)s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:559 -#, python-format -msgid "Found %(domain)s in ISPDB" -msgstr "" - -#: mailpile/plugins/setup_magic.py:650 -#, python-format -msgid "Guessing settings for %(email)s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:653 -#, python-format -msgid "Found %d potential servers" -msgstr "" - -#: mailpile/plugins/setup_magic.py:658 -msgid "Probing for services..." -msgstr "" - -#: mailpile/plugins/setup_magic.py:677 -#, python-format -msgid "Found %(service)s server on %(host)s:%(port)s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:713 -msgid "Ran out of time, results may be incomplete" -msgstr "" - -#: mailpile/plugins/setup_magic.py:770 -#, python-format -msgid "Probing %s, cleartext=%s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:806 -#, python-format -msgid "Testing %(protocol)4.4s on %(host)s:%(port)s with STARTTLS as %(username)s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:810 -#, python-format -msgid "Testing %(protocol)4.4s on %(host)s:%(port)s as %(username)s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:814 -msgid "insecure" -msgstr "" - -#: mailpile/plugins/setup_magic.py:823 -msgid "Success" -msgstr "" - -#: mailpile/plugins/setup_magic.py:829 -msgid "Protocol is OK" -msgstr "" - -#: mailpile/plugins/setup_magic.py:832 -msgid "Login failed" -msgstr "" - -#: mailpile/plugins/setup_magic.py:853 -msgid "Can only test settings for one account at a time" -msgstr "" - -#: mailpile/plugins/setup_magic.py:872 -#, python-format -msgid "Found settings for %d addresses" -msgstr "" - -#: mailpile/plugins/setup_magic.py:875 -msgid "No settings found" -msgstr "" - -#: mailpile/plugins/setup_magic.py:905 -#, python-format -msgid "Invalid language: %s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:925 mailpile/plugins/setup_magic.py:966 -#: mailpile/www/default/html/setup/welcome/index.html:2 -msgid "Welcome to Mailpile!" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1074 -msgid "Invalid key" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1109 -msgid "Invalid passphrase" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1153 -msgid "Invalid preference" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1182 -msgid "Updated crypto preferences" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1184 -msgid "Configure crypto preferences" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1294 -msgid "Failed to add profile" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1315 -msgid "Your profiles" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1341 -msgid "Configuring a key" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1385 -msgid "Unknown error" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1393 -msgid "Route is working" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1396 -msgid "Invalid command" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1406 -msgid "Route is not working" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1496 -#, python-format -msgid "Language set to: %s" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1501 -msgid "Choose a password for Mailpile: " -msgstr "" - -#: mailpile/plugins/setup_magic.py:1503 -msgid "Confirm password: " -msgstr "" - -#: mailpile/plugins/setup_magic.py:1510 -msgid "Passwords did not match! Please try again." -msgstr "" - -#: mailpile/plugins/setup_magic.py:1518 -msgid "Performed initial Mailpile setup" -msgstr "" - -#: mailpile/plugins/setup_magic.py:1522 -msgid "Entering setup flow" -msgstr "" - -#: mailpile/plugins/smtp_server.py:26 -msgid "SMTP Daemon" -msgstr "" - -#: mailpile/plugins/smtp_server.py:27 -msgid "Listening host for SMTP daemon" -msgstr "" - -#: mailpile/plugins/smtp_server.py:28 -msgid "Listening port for SMTP daemon" -msgstr "" - -#: mailpile/plugins/tags.py:190 -msgid "name" -msgstr "" - -#: mailpile/plugins/tags.py:383 -msgid "Undid tagging operation" -msgstr "" - -#: mailpile/plugins/tags.py:399 -#, python-format -msgid "Scheduled %d messages for future tagging" -msgstr "" - -#: mailpile/plugins/tags.py:454 -msgid "Add tags here!" -msgstr "" - -#: mailpile/plugins/tags.py:501 -#, python-format -msgid "Added %d tags" -msgstr "" - -#: mailpile/plugins/tags.py:615 -#, python-format -msgid "Listed %d tags" -msgstr "" - -#: mailpile/plugins/tags.py:675 -#, python-format -msgid "Deleted %d tags" -msgstr "" - -#: mailpile/plugins/tags.py:773 -msgid "Need tag name" -msgstr "" - -#: mailpile/plugins/tags.py:778 -msgid "Need flags and search terms or a hook" -msgstr "" - -#: mailpile/plugins/tags.py:791 -#, python-format -msgid "No such tag: %s" -msgstr "" - -#: mailpile/plugins/tags.py:825 -msgid "Added new filter" -msgstr "" - -#: mailpile/plugins/tags.py:854 -#, python-format -msgid "Removed %d filter(s)" -msgstr "" - -#: mailpile/plugins/vcard_gnupg.py:22 -msgid "Import contacts from GnuPG keyring" -msgstr "" - -#: mailpile/plugins/vcard_gnupg.py:25 mailpile/plugins/vcard_gravatar.py:34 -msgid "Enable this importer" -msgstr "" - -#: mailpile/plugins/vcard_gnupg.py:26 -msgid "Location of keyring" -msgstr "" - -#: mailpile/plugins/vcard_gnupg.py:245 -#, python-format -msgid "Extracted %d vCards from GPG keychain" -msgstr "" - -#: mailpile/plugins/vcard_gnupg.py:279 -#, python-format -msgid "Imported %d vCards from GPG keychain" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:31 -msgid "Import contact info from a Gravatar server" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:35 -msgid "Require anonymity for use" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:36 -msgid "Minimum days between refreshing" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:37 -msgid "Max batch size per update" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:38 -msgid "Default thumbnail style" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:39 -msgid "Preferred thumbnail rating" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:41 -msgid "Preferred thumbnail size" -msgstr "" - -#: mailpile/plugins/vcard_gravatar.py:42 -msgid "Gravatar server URL" -msgstr "" - -#: mailpile/plugins/vcard_mork.py:43 -msgid "Location of Mork database" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:28 -msgid "Encryption key is revoked" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:30 -msgid "Encryption key is disabled" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:32 -msgid "Encryption key has expired" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:34 -msgid "Encryption key has been imported and verified" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:55 -msgid "Encryption key has been imported" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:67 -msgid "Encryption key is very strong" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:69 -msgid "Encryption key is strong" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:71 -msgid "Encryption key is average" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:73 -msgid "Encryption key is weak" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:91 -msgid "Anonymous" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:127 -#, python-format -msgid "Searching for encryption keys in: %s" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:326 -msgid "Found encryption key in keychain" -msgstr "" - -#: mailpile/plugins/keylookup/__init__.py:360 -msgid "Found encryption key in keyserver" -msgstr "" - -#: mailpile/plugins/keylookup/dnspka.py:21 -msgid "DNS PKA records" -msgstr "" - -#: mailpile/plugins/keylookup/dnspka.py:33 -msgid "Found key in DNS PKA" -msgstr "" - -#: mailpile/plugins/keylookup/email_keylookup.py:78 -msgid "E-mail keys" -msgstr "" - -#: mailpile/plugins/keylookup/email_keylookup.py:92 -msgid "Found key in local e-mail" -msgstr "" - -#: mailpile/www/jinjaextensions.py:252 mailpile/www/jinjaextensions.py:308 -#: mailpile/www/jinjaextensions.py:373 -msgid "Unknown" -msgstr "" - -#: mailpile/www/jinjaextensions.py:253 -msgid "There is something unknown or wrong with this signature" -msgstr "" - -#: mailpile/www/jinjaextensions.py:258 -msgid "Not Signed" -msgstr "" - -#: mailpile/www/jinjaextensions.py:259 -msgid "" -"This message contains no signature, which means it could have come from " -"anyone, not necessarily the real sender" -msgstr "" - -#: mailpile/www/jinjaextensions.py:265 -msgid "There was a weird error with this signature" -msgstr "" - -#: mailpile/www/jinjaextensions.py:269 mailpile/www/jinjaextensions.py:426 -msgid "Mixed Error" -msgstr "" - -#: mailpile/www/jinjaextensions.py:270 -msgid "Parts of this message have a signature with a weird error" -msgstr "" - -#: mailpile/www/jinjaextensions.py:274 -msgid "Invalid" -msgstr "" - -#: mailpile/www/jinjaextensions.py:275 -msgid "The signature was invalid or bad" -msgstr "" - -#: mailpile/www/jinjaextensions.py:279 -msgid "Mixed Invalid" -msgstr "" - -#: mailpile/www/jinjaextensions.py:280 -msgid "Parts of this message have a signature that is invalid or bad" -msgstr "" - -#: mailpile/www/jinjaextensions.py:285 -msgid "Revoked" -msgstr "" - -#: mailpile/www/jinjaextensions.py:286 -msgid "" -"Watch out, the signature was made with a key that has been revoked - this" -" is not a good thing" -msgstr "" - -#: mailpile/www/jinjaextensions.py:291 -msgid "Mixed Revoked" -msgstr "" - -#: mailpile/www/jinjaextensions.py:292 -msgid "" -"Watch out, parts of this message were signed from a key that has been " -"revoked" -msgstr "" - -#: mailpile/www/jinjaextensions.py:297 -msgid "Expired" -msgstr "" - -#: mailpile/www/jinjaextensions.py:298 -msgid "The signature was made with an expired key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:302 -msgid "Mixed Expired" -msgstr "" - -#: mailpile/www/jinjaextensions.py:303 -msgid "Parts of this message have a signature made with an expired key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:309 -msgid "The signature was made with an unknown key, so we can not verify it" -msgstr "" - -#: mailpile/www/jinjaextensions.py:314 -msgid "Mixed Unknown" -msgstr "" - -#: mailpile/www/jinjaextensions.py:315 -msgid "" -"Parts of this message have a signature made with an unknown key which we " -"can not verify" -msgstr "" - -#: mailpile/www/jinjaextensions.py:320 -msgid "Unverified" -msgstr "" - -#: mailpile/www/jinjaextensions.py:321 -msgid "The signature was good but it came from a key that is not verified yet" -msgstr "" - -#: mailpile/www/jinjaextensions.py:326 -msgid "Mixed Unverified" -msgstr "" - -#: mailpile/www/jinjaextensions.py:327 -msgid "Parts of this message have an unverified signature" -msgstr "" - -#: mailpile/www/jinjaextensions.py:331 -msgid "Verified" -msgstr "" - -#: mailpile/www/jinjaextensions.py:332 -msgid "The signature was good and came from a verified key, w00t!" -msgstr "" - -#: mailpile/www/jinjaextensions.py:336 -msgid "Mixed Verified" -msgstr "" - -#: mailpile/www/jinjaextensions.py:337 -msgid "Parts of the message have a verified signature, but other parts do not" -msgstr "" - -#: mailpile/www/jinjaextensions.py:374 -msgid "There is some unknown thing wrong with this encryption" -msgstr "" - -#: mailpile/www/jinjaextensions.py:379 -msgid "Not Encrypted" -msgstr "" - -#: mailpile/www/jinjaextensions.py:380 -msgid "" -"This message was not encrypted. It may have been intercepted and read by " -"an unauthorized party" -msgstr "" - -#: mailpile/www/jinjaextensions.py:385 -#: mailpile/www/default/html/jsapi/compose/crypto.js:179 -msgid "Encrypted" -msgstr "" - -#: mailpile/www/jinjaextensions.py:386 -msgid "This message was encrypted, great job being secure" -msgstr "" - -#: mailpile/www/jinjaextensions.py:390 -msgid "Mixed Encrypted" -msgstr "" - -#: mailpile/www/jinjaextensions.py:391 -msgid "Part of this message were encrypted, but other parts were not encrypted" -msgstr "" - -#: mailpile/www/jinjaextensions.py:396 -msgid "Locked Key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:397 -msgid "" -"You have the encryption key to decrypt this message, but the key itself " -"is locked." -msgstr "" - -#: mailpile/www/jinjaextensions.py:402 -msgid "Mixed Locked Key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:403 -msgid "" -"Parts of the message could not be decrypted because your encryption key " -"is locked." -msgstr "" - -#: mailpile/www/jinjaextensions.py:408 -msgid "Missing Key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:409 -msgid "" -"You don't have the encryption key to decrypt this message, perhaps it was" -" encrypted to an old key you don't have anymore?" -msgstr "" - -#: mailpile/www/jinjaextensions.py:414 -msgid "Mixed Missing Key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:415 -msgid "" -"Parts of the message could not be decrypted because you are missing the " -"private key. Perhaps it was encrypted to an old key you don't have " -"anymore?" -msgstr "" - -#: mailpile/www/jinjaextensions.py:422 -msgid "We failed to decrypt message and are unsure why." -msgstr "" - -#: mailpile/www/jinjaextensions.py:427 -msgid "We failed to decrypt parts of this message and are unsure why" -msgstr "" - -#: mailpile/www/jinjaextensions.py:460 mailpile/www/jinjaextensions.py:465 -msgid "Automatic" -msgstr "" - -#: mailpile/www/jinjaextensions.py:461 mailpile/www/jinjaextensions.py:466 -msgid "" -"Mailpile will intelligently try to guess and suggest the best security " -"with this given contact" -msgstr "" - -#: mailpile/www/jinjaextensions.py:469 -msgid "Don't Sign or Encrypt" -msgstr "" - -#: mailpile/www/jinjaextensions.py:470 -msgid "Messages will not be encrypted nor signed by your encryption key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:472 -msgid "Only Sign" -msgstr "" - -#: mailpile/www/jinjaextensions.py:473 -msgid "Messages will only be signed by your encryption key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:475 -msgid "Only Encrypt" -msgstr "" - -#: mailpile/www/jinjaextensions.py:476 -msgid "Messages will only be encrypted but not signed by your encryption key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:478 -msgid "Always Encrypt & Sign" -msgstr "" - -#: mailpile/www/jinjaextensions.py:479 -msgid "Messages will be both encrypted and signed by your encryption key" -msgstr "" - -#: mailpile/www/jinjaextensions.py:537 -msgid "" -"Mailpile security tip: \\n\\n Uh oh! This web site may be dangerous!\\n" -" Are you sure you want to continue?\\n" -msgstr "" - -#: mailpile/www/jinjaextensions.py:654 -msgid "No Subject" -msgstr "" - -#: mailpile/www/jinjaextensions.py:673 -msgid "and" -msgstr "" - -#: mailpile/www/jinjaextensions.py:673 -msgid "others" -msgstr "" - -#: mailpile/www/jinjaextensions.py:833 -msgid "No Fingerprint" -msgstr "" - -#: mailpile/www/default/html/auth/shared.html:24 -msgid "To Log In Please Enter" -msgstr "" - -#: mailpile/www/default/html/auth/shared.html:30 -msgid "Your Passphrase" -msgstr "" - -#: mailpile/www/default/html/auth/shared.html:34 -msgid "Oops, wrong passphrase. Try again?" -msgstr "" - -#: mailpile/www/default/html/auth/shared.html:39 -msgid "You Have Been Logged Out!" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:2 -#: mailpile/www/default/html/contacts/index.html:63 -#: mailpile/www/default/html/partials/sidebar.html:70 -#: mailpile/www/default/html/partials/tools_contacts.html:37 -#: mailpile/www/default/html/partials/topbar.html:39 -msgid "Contacts" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:43 -msgid "No Contact Info" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:49 -msgid "No Contacts Found" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:50 -msgid "" -"Don't worry, it's ok. Mailpile will start to automatically create " -"contacts whenever you send or reply to messages." -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:58 -#: mailpile/www/default/html/search/index.html:18 -#: mailpile/www/default/html/setup/partials/profiles_list.html:12 -#: mailpile/www/default/html/setup/partials/sources_list.html:13 -msgid "Previous" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:61 -#: mailpile/www/default/html/profiles/account-form.html:306 -#: mailpile/www/default/html/profiles/account-form.html:403 -#: mailpile/www/default/html/profiles/account-form.html:602 -#: mailpile/www/default/html/search/index.html:23 -#: mailpile/www/default/html/setup/crypto/index.html:18 -#: mailpile/www/default/html/setup/crypto/index.html:34 -#: mailpile/www/default/html/setup/partials/key_generated.html:8 -#: mailpile/www/default/html/setup/partials/profiles_list.html:14 -#: mailpile/www/default/html/setup/partials/sources_list.html:15 -msgid "Next" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:63 -#: mailpile/www/default/html/search/index.html:27 -msgid "of" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:63 -#: mailpile/www/default/html/search/index.html:29 -msgid "1 Conversation" -msgstr "" - -#: mailpile/www/default/html/contacts/index.html:63 -msgid "No results found" -msgstr "" - -#: mailpile/www/default/html/contacts/add/index.html:2 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:6 -#: mailpile/www/default/html/partials/thread_metadata.html:17 -#: mailpile/www/default/html/partials/tools_contacts.html:43 -msgid "Add Contact" -msgstr "" - -#: mailpile/www/default/html/contacts/add/index.html:9 -#: mailpile/www/default/html/jsapi/templates/modal-add-tag.html:9 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:11 -#: mailpile/www/default/html/partials/hidden.html:102 -#: mailpile/www/default/html/profiles/account-form.html:265 -#: mailpile/www/default/html/settings/index.html:4 -#: mailpile/www/default/html/setup/partials/profiles_settings.html:6 -msgid "Name" -msgstr "" - -#: mailpile/www/default/html/contacts/add/index.html:11 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:13 -#: mailpile/www/default/html/partials/hidden.html:104 -#: mailpile/www/default/html/profiles/account-form.html:271 -msgid "E-mail" -msgstr "" - -#: mailpile/www/default/html/contacts/add/index.html:16 -#: mailpile/www/default/html/jsapi/setup/profiles.js:5 -#: mailpile/www/default/html/jsapi/setup/sources.js:5 -#: mailpile/www/default/html/jsapi/templates/modal-add-tag.html:11 -#: mailpile/www/default/html/jsapi/templates/modal-add-tag.html:12 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:24 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:25 -#: mailpile/www/default/html/jsapi/templates/modal-send-public-key.html:11 -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:15 -#: mailpile/www/default/html/partials/hidden.html:109 -#: mailpile/www/default/html/partials/sidebar.html:78 -#: mailpile/www/default/html/partials/tag_add.html:39 -#: mailpile/www/default/html/profiles/account-form.html:751 -#: mailpile/www/default/html/tags/form.html:196 -msgid "Add" -msgstr "" - -#: mailpile/www/default/html/contacts/import/index.html:2 -msgid "Import Contacts" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:2 -#: mailpile/www/default/html/contacts/view/index.html:9 -#: mailpile/www/default/html/jsapi/crypto/find.js:28 -#: mailpile/www/default/html/partials/search_item.html:42 -#: mailpile/www/default/html/setup/partials/sources_configure.html:25 -msgid "No Name" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:21 -msgid "Hey that's you" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:32 -#: mailpile/www/default/html/partials/topbar.html:35 -msgid "Compose" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:33 -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:15 -#: mailpile/www/default/html/partials/topbar.html:17 -#: mailpile/www/default/html/partials/topbar.html:25 -msgid "Search" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:41 -msgid "Security & Keys" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:84 -msgid "messages when communicating with" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:88 -msgid "" -"You have no encryption keys for this contact. You need encryption keys in" -" order to communicate securely." -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:94 -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:40 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:19 -#: mailpile/www/default/html/jsapi/templates/modal-contact-add.html:20 -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:8 -#: mailpile/www/default/html/partials/thread_metadata.html:40 -#: mailpile/www/default/html/partials/tooltips.html:40 -msgid "Find Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:120 -#: mailpile/www/default/html/search/index.html:27 -msgid "Conversations" -msgstr "" - -#: mailpile/www/default/html/contacts/view/index.html:146 -msgid "No Conversations" -msgstr "" - -#: mailpile/www/default/html/eventlog/index.html:75 -msgid "No Events Found" -msgstr "" - -#: mailpile/www/default/html/filter/list/index.html:2 -#: mailpile/www/default/html/partials/tools_tags.html:16 -msgid "Filters" -msgstr "" - -#: mailpile/www/default/html/filter/list/index.html:30 -#: mailpile/www/default/html/jsapi/setup/profiles.js:84 -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:39 -#: mailpile/www/default/html/jsapi/setup/sources.js:142 -#: mailpile/www/default/html/jsapi/setup/sources_settings.js:32 -#: mailpile/www/default/html/partials/tools_search.html:98 -#: mailpile/www/default/html/partials/tools_search.html:99 -#: mailpile/www/default/html/settings/index.html:48 -#: mailpile/www/default/html/settings/index.html:71 -#: mailpile/www/default/html/setup/partials/home.html:7 -#: mailpile/www/default/html/setup/partials/home.html:14 -#: mailpile/www/default/html/setup/partials/home.html:21 -#: mailpile/www/default/html/setup/partials/home.html:28 -#: mailpile/www/default/html/setup/partials/home.html:35 -#: mailpile/www/default/html/setup/partials/home.html:42 -#: mailpile/www/default/html/setup/partials/home.html:57 -#: mailpile/www/default/html/setup/partials/profiles_list_item.html:13 -#: mailpile/www/default/html/setup/partials/sending_list_item.html:13 -#: mailpile/www/default/html/setup/partials/sources_list_item.html:23 -msgid "Edit" -msgstr "" - -#: mailpile/www/default/html/filter/list/index.html:31 -#: mailpile/www/default/html/settings/index.html:49 -#: mailpile/www/default/html/settings/index.html:72 -#: mailpile/www/default/html/setup/partials/sending_list_item.html:15 -msgid "Delete" -msgstr "" - -#: mailpile/www/default/html/filter/list/index.html:37 -msgid "No Filters Exist" -msgstr "" - -#: mailpile/www/default/html/filter/list/index.html:38 -msgid "" -"Filters are clever rules that automatically apply tags, sort and " -"otherwise handle your messages." -msgstr "" - -#: mailpile/www/default/html/help/bottom.html:2 -msgid "Hopefully this tip helped. If something is missing or incorrect" -msgstr "" - -#: mailpile/www/default/html/help/bottom.html:2 -msgid "let us know" -msgstr "" - -#: mailpile/www/default/html/help/bottom.html:2 -msgid "or" -msgstr "" - -#: mailpile/www/default/html/help/bottom.html:2 -msgid "file an issue" -msgstr "" - -#: mailpile/www/default/html/help/index.html:2 -#: mailpile/www/default/html/help/index.html:7 -#: mailpile/www/default/html/page/gmail-2-step-verification/index.html:2 -#: mailpile/www/default/html/page/gmail-2-step-verification/index.html:7 -#: mailpile/www/default/html/page/gmail-access-non-google-accounts/index.html:2 -#: mailpile/www/default/html/page/gmail-access-non-google-accounts/index.html:7 -#: mailpile/www/default/html/partials/topbar.html:63 -msgid "Help" -msgstr "" - -#: mailpile/www/default/html/help/index.html:9 -msgid "Custom Searches" -msgstr "" - -#: mailpile/www/default/html/help/index.html:10 -msgid "" -"Underneath the hood Mailpile is a high performance search engine that can" -" answer complex questions." -msgstr "" - -#: mailpile/www/default/html/help/index.html:12 -msgid "Keyboard Shortcuts" -msgstr "" - -#: mailpile/www/default/html/help/index.html:13 -msgid "" -"Here will be a list of keyboard shortcuts / keybindings for all you cool " -"cat power users out there!" -msgstr "" - -#: mailpile/www/default/html/help/index.html:15 -msgid "Encryption & Security" -msgstr "" - -#: mailpile/www/default/html/help/index.html:16 -msgid "" -"Are you new to all these terms like encryption and keys? Don't fret. We " -"will do our best to help explain and educate you how to use your Mailpile" -" in the most secure way possible." -msgstr "" - -#: mailpile/www/default/html/help/index.html:18 -#: mailpile/www/default/html/setup/index.html:2 -#: mailpile/www/default/html/setup/crypto/index.html:2 -#: mailpile/www/default/html/setup/partials/configure_key.html:2 -#: mailpile/www/default/html/setup/password/index.html:2 -#: mailpile/www/default/html/setup/profiles/index.html:2 -msgid "Setup" -msgstr "" - -#: mailpile/www/default/html/help/index.html:20 -msgid "Gmail's 2 Step App Passwords" -msgstr "" - -#: mailpile/www/default/html/help/index.html:21 -#: mailpile/www/default/html/page/gmail-access-non-google-accounts/index.html:2 -#: mailpile/www/default/html/page/gmail-access-non-google-accounts/index.html:10 -#: mailpile/www/default/html/setup/partials/modals.html:33 -msgid "Enable Access for Non-Google Apps" -msgstr "" - -#: mailpile/www/default/html/jsapi/index.js:127 -msgid "Oops. Mailpile failed to complete your task." -msgstr "" - -#: mailpile/www/default/html/jsapi/index.js:149 -msgid "Something went wrong and we are not sure what" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/attachments.js:141 -#: mailpile/www/default/html/jsapi/crypto/import.js:79 -msgid "is" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/attachments.js:141 -msgid "Some people cannot receive attachments larger than 50 Megabytes." -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/attachments.js:163 -msgid "Attachment upload failed status" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/attachments.js:167 -msgid "Could not upload attachment because" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:127 -msgid "" -"This message will be verifiable to reicpients who have your encryption " -"key. They will know it actually came from you :)" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:129 -msgid "Signed" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:134 -msgid "" -"This message will not be verifiable, recipients will have no way of " -"knowing it actually came from you." -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:136 -msgid "Unsigned" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:141 -msgid "Verification Error" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:143 -msgid "Error accessing your encryption key" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:177 -msgid "" -"This message and attachments will be encrypted. The recipients & subject " -"(metadata) will not" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:184 -msgid "" -"This message cannot be encrypted because you do not have keys for one or " -"more recipients" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:186 -msgid "Can Not Encrypt" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:191 -msgid "This message and metadata will not be encrypted" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:193 -#: mailpile/www/default/html/profiles/account-form.html:344 -#: mailpile/www/default/html/profiles/account-form.html:426 -#: mailpile/www/default/html/tags/form.html:94 -msgid "None" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:198 -msgid "There was an error prepping this message for encryption" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/crypto.js:200 -msgid "Error Encrypting" -msgstr "" - -#: mailpile/www/default/html/jsapi/compose/events.js:337 -msgid "Yay, Can Now Encrypt" -msgstr "" - -#: mailpile/www/default/html/jsapi/crypto/find.js:29 -msgid "No Email" -msgstr "" - -#: mailpile/www/default/html/jsapi/crypto/import.js:79 -msgid "You can not upload a key larger than 5 Megabytes." -msgstr "" - -#: mailpile/www/default/html/jsapi/crypto/import.js:113 -msgid "Could not upload encryption key. Status:" -msgstr "" - -#: mailpile/www/default/html/jsapi/crypto/import.js:118 -msgid "Could not upload encryption key because" -msgstr "" - -#: mailpile/www/default/html/jsapi/crypto/tooltips.js:8 -msgid "Click For Details" -msgstr "" - -#: mailpile/www/default/html/jsapi/global/global.js:8 -#: mailpile/www/default/html/partials/tools_search.html:107 -msgid "All" -msgstr "" - -#: mailpile/www/default/html/jsapi/global/helpers.js:5 -msgid "What is an Encryption Key" -msgstr "" - -#: mailpile/www/default/html/jsapi/global/helpers.js:9 -msgid "What is Missing Encryption Key" -msgstr "" - -#: mailpile/www/default/html/jsapi/global/notifications.js:179 -msgid "edit settings" -msgstr "" - -#: mailpile/www/default/html/jsapi/message/events.js:64 -msgid "Plain Text" -msgstr "" - -#: mailpile/www/default/html/jsapi/message/tooltips.js:52 -msgid "Download" -msgstr "" - -#: mailpile/www/default/html/jsapi/message/ui.js:17 -msgid "Could not retrieve message" -msgstr "" - -#: mailpile/www/default/html/jsapi/search/init.js:63 -msgid " new messages received" -msgstr "" - -#: mailpile/www/default/html/jsapi/search/init.js:64 -msgid "Your pile is growing..." -msgstr "" - -#: mailpile/www/default/html/jsapi/search/ui.js:155 -msgid "No Messages Selected" -msgstr "" - -#: mailpile/www/default/html/jsapi/search/ui.js:171 -msgid "1 message" -msgstr "" - -#: mailpile/www/default/html/jsapi/search/ui.js:174 -msgid "messages" -msgstr "" - -#: mailpile/www/default/html/jsapi/search/ui.js:176 -msgid "Moving" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:5 -msgid "Mail is being imported into your Mailpile" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:6 -msgid "Don't look now, we are copying things" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:7 -msgid "Copying your mail, please do not be alarmed!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:8 -msgid "Copying mail. This could take a while" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:9 -msgid "Please be patient, we are copying mail as fast as possible" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:10 -msgid "Wow, you have a lot of mail" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:11 -msgid "I hope you dont have a plane to catch or anything" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:12 -msgid "Copying mail. Put your arms above your head and whistle La Cucaracha" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:13 -msgid "Making a copy of your mail. Putting it in your inbox, all comfy like" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:16 -msgid "Damn kids. They're all alike." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:17 -msgid "RMS approves!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:18 -msgid "Formatting your C:\\ drive... (just kidding)" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:19 -msgid "Fortifying encryption shields" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:20 -msgid "Increasing entropy & scrambling bits" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:21 -msgid "Patching bugs..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:22 -msgid "Indexing kittens..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:23 -msgid "Indexing lovenotes" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:24 -msgid "Reticulating Splines" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:25 -msgid "Syntax error in line 45 of this e-mail" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:26 -msgid "Shoveling more coal into the server" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:27 -msgid "Calibrating flux capacitors" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:28 -msgid "A few bytes tried to escape, but we caught them" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:29 -msgid "Deterministically simulating future state" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:30 -msgid "Embiggening prototypes" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:31 -msgid "Resolving interdependence" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:32 -msgid "Spinning violently around the y-axis" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:33 -msgid "Locating additional gigapixels" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:34 -msgid "Initializing hamsters" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:35 -msgid "This is our world now... the world of the electron and the switch" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:36 -msgid "Fedexing all your spam to online advertisers..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:37 -msgid "Becoming self-aware" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:38 -msgid "Looking for heretofore unknown prime numbers" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:39 -msgid "Re-aligning satellite grid" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:40 -msgid "Re-routing bitstream" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:41 -msgid "Warming up particle accelerator" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:42 -msgid "Time is an illusion. Loading time doubly so" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:43 -msgid "Verifying local gravitational constant" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:44 -msgid "This server is powered by a lemon and two electrodes" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:47 -msgid "Mailpile has an advanced tagging system & search engine at its core" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:48 -msgid "Do you really need to keep all these Amazon Prime shipping confirmations?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:49 -msgid "I am pretty sure email from ThinkGeeks 2011 X-mas sale can be deleted." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:50 -msgid "Do you really need an email to know when you have been retweeted?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:51 -msgid "Email is the largest internet based social network on the planet" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:52 -msgid "Which other technology do you use that is 40 years old?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:53 -msgid "" -"There are 2.5 billion email users worldwide, thats double the amount of " -"Facebook users!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:54 -msgid "Use Mailpile Tags to better organize and search your mail" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:55 -msgid "" -"Remember getting your first email address? Remember how it felt like " -"something private?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:56 -msgid "" -"Email is a decentralized by design, this means no one company or " -"government owns it!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:57 -msgid "Over 100 trillion emails are sent per year, wow!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:58 -msgid "" -"Email is the most widely used communication protocol ever created by " -"humans" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:59 -msgid "" -"Email uses an open standard agreed upon by the entire world & owned by no" -" one" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:62 -msgid "BCC-ing the NSA and GCHQ" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:63 -msgid "Sending encrypted mail to Snowden" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:64 -msgid "Decrypting an email from Snowden" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:65 -msgid "" -"The world's most powerful governments are conducting mass dragnet " -"surveillance" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:66 -msgid "Most email can be read by anyone as it travel through the internet" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:67 -msgid "" -"Encryption ensures that your emails are only read by the intended " -"recipient" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:68 -msgid "Unencrypted email is more like sending a postcard than sending a letter" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:69 -msgid "Mailpile uses OpenPGP to encrypt and decrypt your messages securely" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:70 -msgid "All of your config settings & passwords are encrypted with AES-256" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:71 -msgid "Encrypting emails means your communication actually stays private" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:72 -msgid "The more encrypted email you send, the better!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:73 -msgid "Make sure you print or save your keys & passphrase somewhere secure" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:74 -msgid "Mailpile by default encrypts your search index!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:75 -msgid "The most common Email password is 123456, hopefully yours is different" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:78 -msgid "Good things come to those who wait" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:79 -msgid "Make free software and be happy" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:80 -msgid "Most of Mailpile was built in cafes in Reykjavík, Iceland" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:81 -msgid "Many Icelanders believe in elves and magical hidden people" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:82 -msgid "The founders of Mailpile first met in a public hot tub in Reykjavík" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:83 -msgid "We like volcanos, do you like volcanos?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:84 -msgid "A million hamsters are spinning their wheels right now" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:85 -msgid "Tapping earth for more geothermal energy" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:86 -msgid "Digging moat. Filing with alligators. Fortifying walls" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:87 -msgid "Crossing out swear words..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:88 -msgid "Compiling bullshit bingo grid..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:89 -msgid "Abandon all hope, ye who enter here" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:90 -msgid "Welcome to the nine circles of suffering" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:91 -msgid "Informing David Cameron of suspicious ac^H^H^H ... naaah :)" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:92 -msgid "Letting you wait for no apparent reason" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:93 -msgid "What are you wearing?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:94 -msgid "Go put the kettle on, this could be a while" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:95 -msgid "" -"Go get a cup of tea and some biscuits. This will take approximately 4 " -"custard creams worth of time" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:96 -msgid "Did you know humans share 50 percent of their DNA with a banana? Freaky" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:97 -msgid "Estimating chance of astroid hitting Earth" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:98 -msgid "Reading Terms of Service documents" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:99 -msgid "Catching up on shows on Netflix" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:100 -msgid "Oh, you have some very interesting old emails" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:101 -msgid "I think I better understand you now" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:102 -msgid "Your past is just a story you tell yourself" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:103 -msgid "Checking emails for stolen Winklevoss ideas" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:104 -msgid "Applying coupons..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:105 -msgid "Licking stamps..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:106 -msgid "Self potato" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:107 -msgid "Yum yum, that one was tasty" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:108 -msgid "" -"Hey, there is some Nigerian prince here who wants to give you twenty " -"million dollars..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:109 -msgid "How rude!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:110 -msgid "Now enhancing photos" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:111 -msgid "Backing up the entire Internet..." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:112 -msgid "Really? You are still waiting?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:113 -msgid "Well... it sure is a beautiful day" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:114 -msgid "You should probably go outside or something" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:115 -msgid "Slacking off over here" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:116 -msgid "Doing nothing" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:117 -msgid "Making you wait for no reason" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:118 -msgid "Testing your patience" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:119 -msgid "Pay no attention to the man behind the curtain" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:120 -msgid "You are great just the way you are" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:121 -msgid "Warning: do not think of purple hippos" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:122 -msgid "Follow the white rabbit" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:123 -msgid "Wanna see how deep the rabbit hole goes?" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:124 -msgid "Supplying monkeys with typewriters" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:125 -msgid "Waiting for Godot." -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/complete.js:126 -msgid "Swapping time and space" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles.js:19 -msgid "Enter a name for your profile" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles.js:25 -msgid "Enter a valid email address" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles.js:33 -msgid "Create or select a sending route" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:69 -msgid "Test Connection" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:101 -#: mailpile/www/default/html/jsapi/setup/sending.js:130 -msgid "Testing Credentials" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:121 -#: mailpile/www/default/html/jsapi/setup/sending.js:140 -msgid "Successfully Connected" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:136 -#: mailpile/www/default/html/jsapi/setup/sending.js:146 -msgid "Error Connecting" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/profiles_settings.js:167 -msgid "Route" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sending.js:19 -msgid "You must name this route" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sending.js:22 -#: mailpile/www/default/html/profiles/account-form.html:362 -#: mailpile/www/default/html/profiles/account-form.html:453 -#: mailpile/www/default/html/setup/partials/sending_settings.html:12 -#: mailpile/www/default/html/setup/partials/sources_settings.html:53 -msgid "Username" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sending.js:31 -msgid "Specify a server" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sending.js:35 -msgid "You must specify a port" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sending.js:152 -#: mailpile/www/default/html/setup/partials/sending_settings.html:38 -msgid "Test Route" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:28 -msgid "Source Name" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:49 -msgid "You must pick a protocol or format" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:191 -msgid "Source has unconfigured mailboxes" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:191 -#: mailpile/www/default/html/setup/partials/profiles_list_item.html:20 -msgid "Configure Now" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:195 -msgid "You need at least one mail source configured!" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:223 -msgid "Copied:" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:231 -msgid "New mail:" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:234 -msgid "In mailbox:" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:250 -msgid "Cannot connect to server" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:252 -msgid "Edit Now" -msgstr "" - -#: mailpile/www/default/html/jsapi/setup/sources.js:256 -msgid "Not connected to server" -msgstr "" - -#: mailpile/www/default/html/jsapi/tags/events.js:108 -msgid "Are you sure you want to delete this tag?" -msgstr "" - -#: mailpile/www/default/html/jsapi/tags/events.js:108 -msgid "This action cannot be undone." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-add-tag.html:6 -#: mailpile/www/default/html/partials/sidebar.html:76 -#: mailpile/www/default/html/partials/tools_tags.html:10 -#: mailpile/www/default/html/tags/add/index.html:2 -#: mailpile/www/default/html/tags/add/index.html:4 -msgid "Add Tag" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-add-tag.html:10 -#: mailpile/www/default/html/partials/tag_add.html:10 -#: mailpile/www/default/html/tags/form.html:44 -msgid "Friends & Family" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-compose-quoted-reply.html:7 -msgid "Quoted Replies" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-compose-quoted-reply.html:12 -msgid "Would you like to disable quoted replies in all the messages you compose?" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-compose-quoted-reply.html:13 -msgid "Disable Quoted Replies" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-compose-quoted-reply.html:14 -#: mailpile/www/default/html/partials/tools_search.html:90 -#: mailpile/www/default/html/profiles/edit/index.html:8 -#: mailpile/www/default/html/settings/mailbox/index.html:70 -#: mailpile/www/default/html/setup/partials/access.html:12 -#: mailpile/www/default/html/setup/partials/keys.html:13 -#: mailpile/www/default/html/setup/partials/language.html:14 -#: mailpile/www/default/html/setup/partials/passphrase.html:20 -#: mailpile/www/default/html/setup/partials/sources_configure.html:59 -#: mailpile/www/default/html/tags/form.html:198 -msgid "Save" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:7 -msgid "Cannot Encrypt" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:15 -msgid "You are missing encryption keys for the following contacts" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:50 -msgid "Yourself!" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:53 -msgid "" -"You cannot send encrypted or signed mail without an encryption key of " -"your own." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:54 -msgid "Check your account settings or send using a different profile." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:62 -#: mailpile/www/default/html/partials/hidden.html:116 -msgid "Searching for encryption keys for:" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:73 -msgid "Searching for encryption keys..." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:86 -msgid "Send Unencrypted" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-composer-encryption-helper.html:91 -msgid "Try Again" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:8 -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:63 -msgid "Save Search" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:13 -msgid "Saved Searches appear as Tags in the sidebar." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:14 -msgid "" -"New matching messages will be tagged automatically as they arrive, but " -"you can also add or remove messages by hand." -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:17 -msgid "Configure new Saved Search" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:22 -#: mailpile/www/default/html/tags/form.html:32 -msgid "Change Icon" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:24 -#: mailpile/www/default/html/tags/form.html:38 -msgid "Change Color" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:24 -#: mailpile/www/default/html/tags/form.html:38 -msgid "Color" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:27 -msgid "Save as" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:28 -msgid "Tag Name" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:35 -msgid "Mark as Read" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:37 -msgid "Remove from Inbox" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:39 -msgid "Never send to Spam" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:45 -#: mailpile/www/default/html/tags/form.html:130 -msgid "Choose an Icon" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:51 -msgid "Choose a Color" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:69 -msgid "Create new Saved Search" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:72 -msgid "Replace" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-save-search.html:80 -#: mailpile/www/default/html/setup/partials/profiles_settings.html:39 -#: mailpile/www/default/html/setup/partials/sources_settings.html:129 -msgid "Cancel" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:13 -msgid "Enter Name or Email Address" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:19 -msgid "Want to search for something else" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:19 -msgid "click here" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-search-keyservers.html:24 -msgid "Searching for encryption keys for" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-send-public-key.html:5 -msgid "Send Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-send-public-key.html:12 -msgid "Send Selected Keys" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:6 -#: mailpile/www/default/html/partials/tag_add.html:9 -#: mailpile/www/default/html/partials/tag_add.html:17 -#: mailpile/www/default/html/tags/form.html:42 -msgid "Tag" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:6 -#: mailpile/www/default/html/jsapi/templates/template-modal-tag-picker-item.html:9 -#: mailpile/www/default/html/partials/tools_message.html:7 -msgid "Messages" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:13 -#: mailpile/www/default/html/partials/tools_message.html:9 -#: mailpile/www/default/html/partials/tools_tags.html:4 -#: mailpile/www/default/html/partials/topbar.html:42 -#: mailpile/www/default/html/setup/partials/sources_list_item.html:22 -msgid "Tags" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:21 -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:22 -#: mailpile/www/default/html/setup/partials/profiles_list_item.html:14 -msgid "Remove" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:24 -#: mailpile/www/default/html/jsapi/templates/modal-tag-picker.html:25 -msgid "Apply" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:5 -msgid "Upload Encryption Key" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:9 -msgid "Something went wrong uploading encryption key. Try again?" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:14 -msgid "Select or Drag Encryption Key" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:14 -msgid "A file located on your computer usually ending in: .asc .key .pub" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:16 -msgid "Select Encryption Key" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:18 -msgid "Unable to create uploader" -msgstr "" - -#: mailpile/www/default/html/jsapi/templates/modal-upload-key.html:18 -msgid "update your browser" -msgstr "" - -#: mailpile/www/default/html/jsapi/ui/sidebar.js:78 -#: mailpile/www/default/html/partials/hidden.html:76 -msgid "to" -msgstr "" - -#: mailpile/www/default/html/jsapi/ui/tooltips.js:52 -msgid "Compose To:" -msgstr "" - -#: mailpile/www/default/html/layouts/full.html:7 -msgid "Somebody" -msgstr "" - -#: mailpile/www/default/html/page/contribute/bugs.html:2 -msgid "Reporting bugs" -msgstr "" - -#: mailpile/www/default/html/page/contribute/bugs.html:6 -msgid "Reporting Bugs" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:2 -#: mailpile/www/default/html/page/contribute/index.html:6 -msgid "Help Mailpile Grow" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:8 -msgid "" -"Mailpile is a created by a diverse community of people and organizations " -"who care about freedom and privacy." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:9 -msgid "Please join our community and contribute in any way you can!" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:10 -msgid "Thank you!" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:13 -msgid "Become a backer" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:15 -msgid "Donate" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:19 -msgid "" -"Employing people to work on Mailpile full time is the fastest way to " -"improve the software." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:20 -msgid "" -"Although the software is (and will always be) free, salaries still cost " -"money and your support matters." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:21 -msgid "" -"If you contribute $23 USD or more, you get access to our community voting" -" platform, where you can have a say in the future direction of the " -"project:" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:25 -msgid "Tell your friends" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:28 -msgid "If you like Mailpile, please tell people about it!" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:29 -msgid "" -"Tweet, share, link, write articles and blog posts, act out dramatic " -"tutorials on Youtube, make movies..." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:30 -msgid "" -"Let us know what you create, so we can share the best content with the " -"rest of the community." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:31 -msgid "We are:" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:37 -msgid "Geek out!" -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:39 -msgid "If you like breaking things, you can find and report bugs." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:40 -msgid "If you are fluent in an interesting language, you can help translate." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:41 -msgid "If you are a hacker, you can contribute code." -msgstr "" - -#: mailpile/www/default/html/page/contribute/index.html:42 -msgid "If you provide e-mail services, you can become a partner." -msgstr "" - -#: mailpile/www/default/html/page/gmail-2-step-verification/index.html:2 -#: mailpile/www/default/html/page/gmail-2-step-verification/index.html:10 -#: mailpile/www/default/html/setup/partials/modals.html:38 -msgid "Gmail's 2-Step App Passwords" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:3 -msgid "Message Not Found" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:4 -msgid "We were unable to find the message you requested, perhaps it was deleted?" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:6 -msgid "Contact Missing" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:7 -msgid "" -"We were unable to find the contact you requested, perhaps it was typed " -"(or linked to) incorrectly?" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:9 -msgid "Tag Missing" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:10 -msgid "" -"We were unable to find the tag you requested, perhaps it was typed (or " -"linked to) incorrectly?" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:12 -msgid "Oops, You've Found a Quirk" -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:13 -msgid "" -"There's something happening here. What it is ain't exactly clear. " -"Everybody look what's going down." -msgstr "" - -#: mailpile/www/default/html/partials/errors_content.html:18 -#, python-format -msgid "" -"If you think this is a bug, please file a bug report" -msgstr "" - -#: mailpile/www/default/html/partials/head.html:98 -msgid "Browser notifications allowed" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:14 -#: mailpile/www/default/html/partials/helpers.html:15 -msgid "Don't Show" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:45 -#: mailpile/www/default/html/partials/hidden.html:145 -msgid "Contact Info" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:55 -#: mailpile/www/default/html/partials/hidden.html:158 -msgid "Score" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:60 -#: mailpile/www/default/html/partials/hidden.html:164 -msgid "Details" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:61 -#: mailpile/www/default/html/partials/hidden.html:165 -msgid "Strength" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:62 -#: mailpile/www/default/html/partials/hidden.html:166 -msgid "Algorithm" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:63 -#: mailpile/www/default/html/partials/hidden.html:167 -#: mailpile/www/default/html/partials/hidden.html:231 -#: mailpile/www/default/html/settings/set/password/index.html:77 -#: mailpile/www/default/html/setup/crypto/index.html:93 -msgid "Created" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:77 -msgid "Use This Key" -msgstr "" - -#: mailpile/www/default/html/partials/helpers.html:78 -msgid "Don't Use This Key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:22 -msgid "Notifications" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:66 -msgid "All Notifications" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:76 -#: mailpile/www/default/html/partials/thread_metadata.html:4 -#: mailpile/www/default/html/partials/thread_metadata.html:7 -msgid "From" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:76 -msgid "Start Date" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:76 -msgid "Present" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:77 -msgid "With" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:77 -msgid "No Tags" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:78 -msgid "In" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:78 -msgid "All Groups" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:79 -msgid "And" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:79 -msgid "All Contacts" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:120 -msgid "No encryption keys found matching:" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:124 -msgid "Make sure your internet connection is working" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:180 -msgid "Don't use this key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:185 -msgid "This key is on your key chain." -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:194 -msgid "Import Key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:206 -msgid "Importing Encryption Key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:230 -msgid "Key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:232 -msgid "Key Size" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:233 -msgid "Key Type" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:241 -msgid "Show Hidden Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:244 -msgid "Hidden keys are either revoked or expired and should not be used" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:277 -msgid "Message moved to new thread" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:277 -msgid "go to new thread" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:282 -msgid "Draft was deleted" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:282 -msgid "click to reload" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:300 -msgid "do it now?" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:302 -msgid "A mistake?" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:302 -msgid "undo" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:311 -msgid "Encryption Key from" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:311 -msgid "Import Encryption Key" -msgstr "" - -#: mailpile/www/default/html/partials/hidden.html:312 -msgid "Show Encryption Key" -msgstr "" - -#: mailpile/www/default/html/partials/search_item.html:24 -msgid "View e-mail from this mailing list" -msgstr "" - -#: mailpile/www/default/html/partials/search_item.html:30 -msgid "Search for e-mail from:" -msgstr "" - -#: mailpile/www/default/html/partials/sidebar.html:80 -msgid "Done" -msgstr "" - -#: mailpile/www/default/html/partials/sidebar.html:80 -msgid "Edit Sidebar" -msgstr "" - -#: mailpile/www/default/html/partials/sidebar.html:82 -msgid "Organize" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:3 -msgid "Add New Tag" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:12 -msgid "Slug" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:13 -msgid "friends-family" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:15 -#: mailpile/www/default/html/partials/tools_search.html:3 -msgid "Display" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:18 -msgid "Archive" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:21 -#: mailpile/www/default/html/tags/form.html:92 -msgid "Parent" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:23 -msgid "none" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:31 -msgid "Template" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:33 -msgid "Default" -msgstr "" - -#: mailpile/www/default/html/partials/tag_add.html:36 -msgid "Search Terms" -msgstr "" - -#: mailpile/www/default/html/partials/thread_message_cryptofail.html:12 -msgid "Send Your Encryption Key" -msgstr "" - -#: mailpile/www/default/html/partials/thread_message_cryptofail.html:16 -msgid "Password incorrect? Try again!" -msgstr "" - -#: mailpile/www/default/html/partials/thread_message_cryptofail.html:21 -msgid "Decrypt Message" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:23 -msgid "View Profile" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:30 -msgid "Compose New" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:35 -msgid "Search Messages" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:40 -#: mailpile/www/default/html/partials/tooltips.html:38 -msgid "Show Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:62 -#: mailpile/www/default/html/partials/thread_metadata.html:66 -#: mailpile/www/default/html/partials/thread_metadata.html:67 -msgid "To" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:71 -msgid "No Recipients" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:76 -#: mailpile/www/default/html/partials/thread_metadata.html:79 -#: mailpile/www/default/html/partials/thread_metadata.html:80 -msgid "Cc" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:87 -msgid "Bcc" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:90 -#: mailpile/www/default/html/partials/thread_metadata.html:91 -msgid "Bcc:" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:97 -msgid "Subject" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:101 -msgid "View:" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:102 -msgid "HTML" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:103 -msgid "JSON" -msgstr "" - -#: mailpile/www/default/html/partials/thread_metadata.html:104 -msgid "Raw Source" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:3 -msgid "Search and import encryption keys" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:4 -msgid "Import Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:9 -msgid "Search for Key" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:14 -msgid "Upload Key" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:20 -msgid "Import from URL" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:27 -msgid "What's This?" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:38 -msgid "View your contacts" -msgstr "" - -#: mailpile/www/default/html/partials/tools_contacts.html:44 -msgid "Add a new contact" -msgstr "" - -#: mailpile/www/default/html/partials/tools_default.html:8 -msgid "Click item or checkbox to select" -msgstr "" - -#: mailpile/www/default/html/partials/tools_default.html:94 -msgid "messages selected" -msgstr "" - -#: mailpile/www/default/html/partials/tools_default.html:95 -msgid "messages selected, click to select all matching this search" -msgstr "" - -#: mailpile/www/default/html/partials/tools_default.html:96 -msgid "Entire search selected, click to undo" -msgstr "" - -#: mailpile/www/default/html/partials/tools_message.html:8 -msgid "People" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:6 -msgid "Snug" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:9 -msgid "Cozy" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:12 -msgid "Comfy" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:21 -#: mailpile/www/default/html/partials/tools_search.html:33 -msgid "Assign Tags" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:26 -msgid "Archive Selection" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:41 -#: mailpile/www/default/html/partials/tools_search.html:115 -msgid "Unread" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:46 -msgid "Read" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:54 -msgid "Move out of Spam" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:62 -msgid "Move to Spam" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:70 -msgid "Delete Messages" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:91 -msgid "Save the results of this search to a new tag" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:108 -msgid "All messages" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:116 -msgid "Unread messages" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:123 -msgid "Attachments" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:124 -msgid "Messages with attachments" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:131 -msgid "List" -msgstr "" - -#: mailpile/www/default/html/partials/tools_search.html:132 -msgid "List view" -msgstr "" - -#: mailpile/www/default/html/partials/tools_tags.html:5 -msgid "View all tags" -msgstr "" - -#: mailpile/www/default/html/partials/tools_tags.html:11 -msgid "Create a new tag" -msgstr "" - -#: mailpile/www/default/html/partials/tools_tags.html:17 -msgid "All current filters" -msgstr "" - -#: mailpile/www/default/html/partials/tools_tags.html:24 -msgid "Type" -msgstr "" - -#: mailpile/www/default/html/partials/tools_tags.html:25 -msgid "Show Tag by type" -msgstr "" - -#: mailpile/www/default/html/partials/tooltips.html:4 -msgid "Browse Tag" -msgstr "" - -#: mailpile/www/default/html/partials/tooltips.html:5 -msgid "Remove Tag" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:4 -#: mailpile/www/default/html/partials/topbar.html:9 -#, python-format -msgid "%(name)s's mailpile has %(size)s messages" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:30 -msgid "How to report bugs" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:31 -msgid "Report Bugs" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:52 -#: mailpile/www/default/html/settings/index.html:152 -#: mailpile/www/default/html/settings/index.html:154 -#: mailpile/www/default/html/settings/index.html:156 -#: mailpile/www/default/html/settings/index.html:158 -#: mailpile/www/default/html/settings/index.html:160 -#: mailpile/www/default/html/tags/form.html:119 -msgid "Settings" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:54 -#: mailpile/www/default/html/partials/topbar_setup.html:22 -#: mailpile/www/default/html/settings/index.html:152 -#: mailpile/www/default/html/setup/partials/home.html:6 -#: mailpile/www/default/html/setup/partials/profiles_list.html:3 -#: mailpile/www/default/html/setup/partials/sending_list_item.html:8 -#: mailpile/www/default/html/setup/profiles/index.html:2 -msgid "Profiles" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:55 -#: mailpile/www/default/html/partials/topbar_setup.html:30 -#: mailpile/www/default/html/setup/partials/home.html:13 -#: mailpile/www/default/html/setup/partials/sources_list.html:3 -msgid "Mail Sources" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:56 -#: mailpile/www/default/html/setup/partials/home.html:20 -#: mailpile/www/default/html/setup/partials/sending.html:3 -msgid "Sending Routes" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:57 -#: mailpile/www/default/html/setup/partials/home.html:27 -#: mailpile/www/default/html/setup/partials/language.html:3 -msgid "Language" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:58 -#: mailpile/www/default/html/partials/topbar_setup.html:15 -#: mailpile/www/default/html/setup/partials/home.html:34 -#: mailpile/www/default/html/setup/partials/keys.html:3 -#: mailpile/www/default/html/setup/partials/security.html:44 -msgid "Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:60 -#: mailpile/www/default/html/setup/partials/home.html:41 -msgid "Security" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:61 -#: mailpile/www/default/html/setup/partials/home.html:48 -msgid "Backups" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:68 -msgid "Home" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:77 -msgid "Contribute" -msgstr "" - -#: mailpile/www/default/html/partials/topbar.html:80 -msgid "Logout" -msgstr "" - -#: mailpile/www/default/html/partials/topbar_setup.html:38 -msgid "Complete" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:144 -msgid "You need at least an e-mail address to proceed." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:149 -msgid "Detecting settings for: " -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:248 -msgid "Basic Details" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:250 -msgid "At least a name and e-mail are required!" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:259 -msgid "Existing Account" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:260 -msgid "New Address" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:279 -#: mailpile/www/default/html/profiles/account-form.html:373 -#: mailpile/www/default/html/profiles/account-form.html:465 -msgid "sssh!" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:287 -msgid "Signature" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:288 -msgid "Everyone needs a unique, witty signature!" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:295 -msgid "Add custom signature" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:302 -msgid "Detect settings" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:313 -msgid "Auto-detecting settings" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:323 -msgid "Failed to detect settings, manual configuration required" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:327 -msgid "Failed to log in, check the username and password" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:332 -msgid "Sending Mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:343 -msgid "Local" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:352 -#: mailpile/www/default/html/profiles/account-form.html:439 -msgid "Host name" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:356 -#: mailpile/www/default/html/profiles/account-form.html:445 -msgid "Port number" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:361 -#: mailpile/www/default/html/profiles/account-form.html:368 -#: mailpile/www/default/html/profiles/account-form.html:452 -#: mailpile/www/default/html/profiles/account-form.html:460 -msgid "copied" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:380 -msgid "Send mail using local Unix tools." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:381 -#: mailpile/www/default/html/profiles/account-form.html:519 -msgid "Use this setting if you have a working mail server on this machine." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:388 -msgid "Leave blank to auto-detect" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:396 -msgid "No outgoing mail for this account." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:410 -msgid "Receiving Mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:424 -msgid "Mail spool" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:425 -msgid "Local files" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:472 -msgid "Leave mail on server" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:482 -msgid "Download all mail and add to search engine" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:494 -msgid "Require STARTTLS encryption" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:503 -msgid "Create visible Mailpile tags for all folders" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:508 -#: mailpile/www/default/html/profiles/account-form.html:622 -msgid "Enable IMAP" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:518 -msgid "Receive mail from local Unix mail spool." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:527 -#: mailpile/www/default/html/settings/mailbox/index.html:60 -msgid "Copy mail to Mailpile secure storage" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:534 -msgid "Delete from Unix mail spool" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:549 -msgid "Choose a protocol for the new mail source..." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:551 -msgid "No incoming mail for this account." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:560 -msgid "" -"Use this setting if you would like Mailpile to read e-mails already " -"downloaded by Thunderbird, Mac Mail or another local application on this " -"machine." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:563 -msgid "Use the Browse tool to import local mailboxes later on." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:577 -msgid "Enable this mail source" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:599 -msgid "Add New" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:610 -msgid "Important" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:614 -msgid "" -"Mailpile may not be able to access your mail unless you log on to your " -"account and enable IMAP and/or POP3." -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:615 -msgid "Without this, some providers will even mistake Mailpile for an intruder!" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:628 -msgid "Got it" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:634 -msgid "Security and Privacy" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:640 -msgid "Encryption key" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:644 -msgid "Create a new 2048 bit RSA key" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:653 -msgid "Create a new 4096 bit RSA key (slow)" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:654 -msgid "Create a new 1024 bit RSA key (weak)" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:656 -msgid "Disable encryption for this account" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:662 -msgid "Show too many encryption settings" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:673 -msgid "Best-effort digital signatures and encryption" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:685 -msgid "Always digitally sign outgoing mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:692 -msgid "Always encrypt if possible (may make mail unreadable)" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:700 -msgid "Automatically attach encryption keys to outgoing mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:707 -msgid "Prefer compatibility (avoid PGP/MIME, makes mail ugly)" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:715 -msgid "Signal a preference for encrypted mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:726 -msgid "Signal a preference for signed mail" -msgstr "" - -#: mailpile/www/default/html/profiles/account-form.html:733 -msgid "Signal a preference for un-signed, un-encrypted mail" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:9 -#: mailpile/www/default/html/profiles/index.html:32 -msgid "Welcome Home" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:17 -#: mailpile/www/default/html/profiles/index.html:151 -#: mailpile/www/default/html/profiles/index.html:174 -#: mailpile/www/default/html/profiles/add/index.html:2 -msgid "Add Account" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:18 -#: mailpile/www/default/html/profiles/index.html:149 -#: mailpile/www/default/html/profiles/index.html:172 -#: mailpile/www/default/html/profiles/add/index.html:6 -msgid "Create a new Account" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:24 -msgid "Keys" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:25 -msgid "Manage Your Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:38 -msgid "E-mail Accounts" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:56 -msgid "Still loading profiles and contacts, please wait..." -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:84 -msgid "Edit Profile" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:104 -msgid "Configure incoming mail" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:113 -#: mailpile/www/default/html/profiles/index.html:114 -msgid "Incoming mail:" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:120 -msgid "Outgoing mail settings" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:126 -msgid "Security settings" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:135 -msgid "Delete or disable account" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:147 -msgid "You have not configured any accounts yet." -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:158 -msgid "Master Inbox" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:162 -msgid "Unread Mail" -msgstr "" - -#: mailpile/www/default/html/profiles/index.html:167 -msgid "Browse" -msgstr "" - -#: mailpile/www/default/html/profiles/edit/index.html:6 -msgid "Edit your Account" -msgstr "" - -#: mailpile/www/default/html/search/index.html:34 -#, python-format -msgid "" -"Searched %(number)s messages in " -"%(elapsed)s seconds." -msgstr "" - -#: mailpile/www/default/html/search/index.html:34 -msgid "Vroom!" -msgstr "" - -#: mailpile/www/default/html/search/index.html:40 -#: mailpile/www/default/html/search/index.html:58 -msgid "Nothing Happened." -msgstr "" - -#: mailpile/www/default/html/search/index.html:41 -msgid "Usually, matching e-mails would be listed here." -msgstr "" - -#: mailpile/www/default/html/search/index.html:43 -msgid "You need to create an account and add some mail first!" -msgstr "" - -#: mailpile/www/default/html/search/index.html:48 -msgid "Manage your Accounts" -msgstr "" - -#: mailpile/www/default/html/search/index.html:54 -msgid "No Spam Found, Hooray!" -msgstr "" - -#: mailpile/www/default/html/search/index.html:56 -msgid "Inbox zero? Impressive!" -msgstr "" - -#: mailpile/www/default/html/search/index.html:59 -msgid "It seems your Mailpile does not contain any messages for the search" -msgstr "" - -#: mailpile/www/default/html/search/index.html:64 -msgid "Here are some other options for you" -msgstr "" - -#: mailpile/www/default/html/search/index.html:68 -msgid "Browse for mailboxes" -msgstr "" - -#: mailpile/www/default/html/search/index.html:73 -msgid "Compose a message" -msgstr "" - -#: mailpile/www/default/html/search/index.html:80 -msgid "Search Tips & Tricks" -msgstr "" - -#: mailpile/www/default/html/search/index.html:89 -msgid "Hrm, We Could Not Find Anything" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:7 -msgid "Key Backup" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:31 -msgid "PRINT THIS PAGE" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:32 -msgid "(Keep it secret, keep it safe!)" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:36 -msgid "Not Now" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:39 -msgid "Print Page" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:42 -msgid "Done Printing" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:46 -msgid "" -"In the most tragic event of losing the hardware or data that your " -"Mailpile runs on, you may need this master key (and the passphrase) to " -"restore Mailpile from your backups. You do have back ups, right? Hint, " -"hint, wink... ;-)" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:50 -msgid "Your PGP Passphrase" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:58 -msgid "Your Mailpile Master Key" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:88 -msgid "" -"It is very important to make a backup of your Mailpile master key and the" -" passphrase which unlocks your encryption keys." -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:89 -msgid "" -"If either of those things gets lost, most or even all of your Mailpile " -"will be unrecoverable." -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:92 -msgid "Enter your PGP passphrase to confirm your identity" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:93 -msgid "Print out the page that appears" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:94 -msgid "Keep it secret, keep it safe!" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:110 -msgid "It is also important to make a backup of the Mailpile data itself." -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:111 -msgid "Your Mailpile data is here:" -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:112 -msgid "The master key is used to decrypt the settings and contents of your mail." -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:113 -msgid "" -"The PGP passphrase is used to unlock your public encryption key and " -"verify your identity." -msgstr "" - -#: mailpile/www/default/html/settings/backup-keys.html:115 -msgid "Mailpile can be downloaded from: www.mailpile.is" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:5 -msgid "Chelsea Manning" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:6 -#: mailpile/www/default/html/setup/partials/profiles_settings.html:11 -msgid "Email" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:7 -msgid "chelsea@email.com" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:8 -msgid "Delivery route" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:19 -#: mailpile/www/default/html/setup/partials/sending_settings.html:9 -msgid "my delivery route" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:20 -msgid "Login" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:21 -#: mailpile/www/default/html/setup/partials/sending_settings.html:13 -msgid "username@smtp.mailserver.org" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:24 -#: mailpile/www/default/html/setup/partials/sending_settings.html:20 -msgid "Server" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:25 -#: mailpile/www/default/html/setup/partials/sending_settings.html:21 -msgid "smtp.mailserver.org" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:39 -#: mailpile/www/default/html/settings/index.html:118 -#: mailpile/www/default/html/settings/index.html:124 -#: mailpile/www/default/html/setup/partials/profiles_list.html:4 -msgid "Add Profile" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:40 -msgid "Your Profiles" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:45 -msgid "Address:" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:46 -msgid "Route:" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:63 -#: mailpile/www/default/html/settings/index.html:137 -#: mailpile/www/default/html/settings/index.html:143 -#: mailpile/www/default/html/setup/partials/sending.html:4 -msgid "Add Route" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:64 -#: mailpile/www/default/html/settings/index.html:154 -msgid "Routes" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:75 -#: mailpile/www/default/html/setup/partials/profiles_settings.html:30 -msgid "Edit Route" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:89 -#: mailpile/www/default/html/settings/index.html:156 -msgid "Preferences" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:90 -msgid "Permit browser notifications" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:102 -msgid "Advanced Settings" -msgstr "" - -#: mailpile/www/default/html/settings/index.html:158 -msgid "Advanced" -msgstr "" - -#: mailpile/www/default/html/settings/mailbox/index.html:14 -msgid "Mailbox Settings" -msgstr "" - -#: mailpile/www/default/html/settings/mailbox/index.html:27 -msgid "Archives" -msgstr "" - -#: mailpile/www/default/html/settings/mailbox/index.html:52 -#: mailpile/www/default/html/tags/form.html:161 -msgid "Add messages to search engine" -msgstr "" - -#: mailpile/www/default/html/settings/mailbox/index.html:54 -msgid "Show mailbox tag in sidebar" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:21 -msgid "Mailpile Key Access" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:30 -#: mailpile/www/default/html/settings/set/password/index.html:32 -#: mailpile/www/default/html/settings/set/password/index.html:33 -#: mailpile/www/default/html/settings/set/password/index.html:34 -#: mailpile/www/default/html/settings/set/password/index.html:105 -msgid "Unlock Encryption Key" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:32 -msgid "10 minutes" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:33 -msgid "1 hour" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:34 -msgid "12 hours" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:36 -msgid "Unlock Key and Remember Password" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:38 -#: mailpile/www/default/html/settings/set/password/index.html:121 -msgid "Lock Encryption Key" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:77 -#: mailpile/www/default/html/setup/crypto/index.html:93 -msgid "Expires" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:95 -msgid "Your Password" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:161 -msgid "No Keys Here!" -msgstr "" - -#: mailpile/www/default/html/settings/set/password/index.html:163 -msgid "Encryption keys can be created during the account creation process." -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:2 -#: mailpile/www/default/html/setup/partials/passphrase.html:3 -#: mailpile/www/default/html/setup/password/index.html:2 -msgid "Passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:16 -msgid "Creating Encryption Keys" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:17 -msgid "" -"Your encryption keys are being created. You may proceed with setting up " -"your Mailpile while this is happening in the background as this process " -"will take a while." -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:22 -msgid "Successfully Authenticated" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:23 -msgid "" -"Below is the unique fingerprint of your encryption key. Use this to help " -"other people verify your encryption key by reading it to them in person, " -"phone, or video chat, and have them compare it to the fingerprint on the " -"encryption key they have!" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:41 -msgid "Create your passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:43 -msgid "Your passphrase should be something really hard to guess but memorable" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:44 -msgid "" -"This passphrase will be used to unlock your Mailpile and for your " -"encryption keys" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:50 -msgid "Note: this passphrase is also what you use to log in to your Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:52 -msgid "Confirm your passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:59 -msgid "Select the encryption key you would like to use" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:105 -msgid "Passphrase you entered is incorrect" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:107 -msgid "Enter passphrase for the encryption you selected" -msgstr "" - -#: mailpile/www/default/html/setup/crypto/index.html:121 -#: mailpile/www/default/html/setup/password/index.html:35 -msgid "Authenticate" -msgstr "" - -#: mailpile/www/default/html/setup/partials/access.html:11 -#: mailpile/www/default/html/setup/partials/keys.html:12 -#: mailpile/www/default/html/setup/partials/language.html:13 -#: mailpile/www/default/html/setup/partials/passphrase.html:19 -#: mailpile/www/default/html/setup/partials/security.html:66 -#: mailpile/www/default/html/setup/partials/sending_settings.html:44 -msgid "Back" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:4 -msgid "Great Job!" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:5 -msgid "You have successfully setup your Mailpile!" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:8 -msgid "You can wait until importing is finished, see a brief tour, or" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:8 -msgid "Skip To Inbox" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:9 -msgid "Begin Tour" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:12 -msgid "Can't wait any longer and want to start using your Mailpile?" -msgstr "" - -#: mailpile/www/default/html/setup/partials/complete.html:13 -msgid "Go to Inbox" -msgstr "" - -#: mailpile/www/default/html/setup/partials/configure_key.html:2 -msgid "Create Encryption Key" -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:2 -msgid "Your Setup" -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:9 -msgid "" -"Manage profiles that you send messages from and that get stored on your " -"encryption key." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:16 -msgid "Mail Sources of where your messages come from and how they're organized." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:23 -msgid "Sending Routes are the means of how you send messages to other people." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:30 -msgid "Change the default language of your Mailpile." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:37 -msgid "Your encryption keys and the passphrase you access your Mailpile with." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:44 -msgid "" -"Security settings of how you keep things safe and away from unwanted " -"prying eyes." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:49 -msgid "View" -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:51 -msgid "" -"Configure how your Mailpile is backed up so you never lose your emails " -"and contacts." -msgstr "" - -#: mailpile/www/default/html/setup/partials/home.html:56 -msgid "Access" -msgstr "" - -#: mailpile/www/default/html/setup/partials/key_generated.html:3 -msgid "Encryption Key Generated" -msgstr "" - -#: mailpile/www/default/html/setup/partials/key_generated.html:4 -msgid "" -"This is your key's unique fingerprint. Fingerprints are used to verify " -"encryption keys. You can learn more about this later." -msgstr "" - -#: mailpile/www/default/html/setup/partials/key_generated.html:6 -msgid "View Encryption Key Details" -msgstr "" - -#: mailpile/www/default/html/setup/partials/keys.html:5 -msgid "Select which encryption key to use" -msgstr "" - -#: mailpile/www/default/html/setup/partials/language.html:5 -msgid "Select your language" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:21 -msgid "Connecting To Gmail" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:25 -msgid "Check your" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:25 -msgid "Google Security Settings" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:25 -msgid "" -"before entering your password, otherwise you might not be able to connect" -" your Mailpile." -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:29 -msgid "Make sure you have enabled at least one of the following Google settings" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:53 -msgid "Could Not Connect To Gmail" -msgstr "" - -#: mailpile/www/default/html/setup/partials/modals.html:110 -#: mailpile/www/default/html/setup/partials/modals.html:111 -#: mailpile/www/default/html/setup/partials/security.html:67 -#: mailpile/www/default/html/setup/partials/security.html:68 -msgid "Save Changes" -msgstr "" - -#: mailpile/www/default/html/setup/partials/passphrase.html:4 -msgid "Your passphrase is what you use to login to your Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/passphrase.html:7 -msgid "Current Passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/partials/passphrase.html:11 -msgid "New Passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/partials/passphrase.html:15 -msgid "Confirm New Passphrase" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_list.html:8 -msgid "" -"Profiles define how you send e-mail, which addresses and identities you " -"use for your different roles in life: work, school, family..." -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_list.html:8 -msgid "" -"You don't need new email addresses to use Mailpile, just add profiles for" -" your existing addresses!" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_list.html:15 -msgid "You need one profile to send mail from" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_list_item.html:19 -msgid "Needs Sending Route" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:6 -msgid "The name used in outgoing mail and on your public key" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:11 -msgid "One of your existing e-mail addresses (not a new one)" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:21 -msgid "Sending Route" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:21 -msgid "Technical details of how mail is sent" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:23 -msgid "Select..." -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:27 -msgid "Add New Route" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:34 -msgid "Note" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:34 -msgid "A short note describing the role of this profile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:35 -msgid "Personal, Work" -msgstr "" - -#: mailpile/www/default/html/setup/partials/profiles_settings.html:41 -msgid "Save Profile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:3 -msgid "Security Settings" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:5 -msgid "What are your security & privacy preferences?" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:8 -msgid "Custom" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:9 -msgid "You collect tinfoil hats" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:10 -msgid "Relatively paranoid" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:11 -msgid "Above average paranoia" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:12 -msgid "Privacy concerned" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:13 -msgid "Normal person" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:14 -msgid "Totally unconcerned" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:20 -msgid "Encrypt system events & notifications" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:24 -msgid "Encrypt your search index of terms" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:28 -msgid "Encrypt messages after they're downloaded" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:32 -msgid "Encrypt your address book & contacts" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:36 -msgid "Index messages that were encrypted" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:40 -msgid "Encrypt various other things" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:47 -msgid "Attach public key to outgoing emails" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:52 -msgid "Send requests through Tor for better anonymity and privacy" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:56 -msgid "Upload your public encryption key to keyservers" -msgstr "" - -#: mailpile/www/default/html/setup/partials/security.html:60 -msgid "Download contact pictures via Gravatar (over HTTPS)" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sending_list_item.html:8 -msgid "No" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sending_settings.html:8 -msgid "Route Name" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sending_settings.html:29 -msgid "Other" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sending_settings.html:33 -#: mailpile/www/default/html/setup/partials/sources_settings.html:67 -msgid "Protocol" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sending_settings.html:46 -msgid "Save Route" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:10 -msgid "Source of these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:11 -msgid "Create a Tag in your Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:12 -msgid "Apply the Inbox tag to these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:13 -msgid "Apply the Drafts tag to these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:14 -msgid "Apply the Sent tag to these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:15 -msgid "Apply the Spam tag to these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:16 -msgid "Apply the Trash tag to these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:17 -msgid "Import these Messages" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_configure.html:30 -#: mailpile/www/default/html/tags/edit.html:8 -msgid "Edit Tag" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list.html:4 -msgid "Add Source" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list.html:8 -msgid "" -"Mail Sources are where your email comes from. You can import mail from " -"another program on the same computer, like Thunderbird, or you can " -"connect to a remote source like Gmail, Yahoo, Outlook, or your own " -"server." -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list.html:17 -msgid "Analyzing mail sources..." -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list_item.html:9 -msgid "source" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list_item.html:14 -#: mailpile/www/default/html/setup/partials/sources_list_item.html:16 -msgid "Disabled" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list_item.html:14 -#: mailpile/www/default/html/setup/partials/sources_list_item.html:16 -msgid "Enabled" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_list_item.html:20 -msgid "Getting Status..." -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:9 -msgid "Name mail source" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:10 -msgid "My Gmail, Work Server" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:15 -msgid "Where is this source located?" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:17 -#: mailpile/www/default/html/setup/partials/sources_settings.html:29 -msgid "select..." -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:18 -msgid "On same computer as Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:19 -msgid "On different computer (server)" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:27 -msgid "What app (or format) is this mail stored in?" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:40 -msgid "Where is the mail on this computer located?" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:42 -msgid "Copy messages to Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:44 -msgid "Do Not Copy" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:45 -msgid "Copy" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:82 -msgid "Downloading" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:84 -msgid "Download & leave on server" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:85 -msgid "Download & delete from server" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:86 -msgid "Do not download (index only)" -msgstr "" - -#: mailpile/www/default/html/setup/partials/sources_settings.html:130 -msgid "Save Source" -msgstr "" - -#: mailpile/www/default/html/setup/partials/various.html:25 -#: mailpile/www/default/html/setup/welcome/index.html:20 -msgid "You're about to experience secure email like never before!" -msgstr "" - -#: mailpile/www/default/html/setup/partials/various.html:26 -msgid "Begin" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:15 -msgid "Mailpile Secured!" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:17 -msgid "Access to your Mailpile will now require this password." -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:20 -msgid "" -"All settings and downloaded mail will be encrypted, so even if someone " -"steals your laptop they will not have access to your e-mail." -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:23 -msgid "Start using Mailpile" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:33 -msgid "Change your password" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:40 -msgid "your current password" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:42 -#: mailpile/www/default/html/setup/password/index.html:44 -msgid "Choose a password" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:46 -msgid "Your password should be something really hard to guess but memorable." -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:47 -msgid "This password will be used to unlock your Mailpile." -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:56 -#: mailpile/www/default/html/setup/password/index.html:63 -msgid "very important secret password" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:59 -msgid "Confirm your password" -msgstr "" - -#: mailpile/www/default/html/setup/password/index.html:67 -msgid "Set Password" -msgstr "" - -#: mailpile/www/default/html/setup/welcome/index.html:24 -msgid "Select Language" -msgstr "" - -#: mailpile/www/default/html/tags/edit.html:6 -msgid "Edit: " -msgstr "" - -#: mailpile/www/default/html/tags/form.html:24 -msgid "Tag Settings" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:49 -msgid "Show in top of sidebar" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:51 -msgid "Show in sidebar" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:53 -msgid "Hide from sidebar" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:57 -msgid "Show in search results" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:59 -msgid "Hide from search results" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:78 -msgid "Technical settings..." -msgstr "" - -#: mailpile/www/default/html/tags/form.html:85 -msgid "Keyword" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:108 -msgid "Subtags" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:137 -msgid "Choose an Color" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:149 -msgid "Mailbox settings" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:165 -msgid "Stop adding messages to search engine" -msgstr "" - -#: mailpile/www/default/html/tags/form.html:203 -msgid "Delete Tag" -msgstr "" - diff --git a/scripts/compile-messages.sh b/scripts/compile-messages.sh index 6af7edaca..db1daad3f 100755 --- a/scripts/compile-messages.sh +++ b/scripts/compile-messages.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e cd "$(dirname $0)"/.. -for L in $(find mailpile/locale -type d |grep "LC_MESSAGES"); do +for L in $(find shared-data/locale -type d |grep "LC_MESSAGES"); do echo msgfmt $L/mailpile.po -o $L/mailpile.mo msgfmt $L/mailpile.po -o $L/mailpile.mo || rm -f $L/mailpile.mo done; diff --git a/scripts/make-messages.sh b/scripts/make-messages.sh index 5eb66bf11..61636de6e 100755 --- a/scripts/make-messages.sh +++ b/scripts/make-messages.sh @@ -5,15 +5,15 @@ cd "$(dirname $0)"/.. pybabel extract --project=mailpile \ -F babel.cfg \ - -o mailpile/locale/mailpile.pot.tmp \ + -o shared-data/locale/mailpile.pot.tmp \ . sed -e 's/ORGANIZATION/Mailpile ehf/' \ -e 's/FIRST AUTHOR /Mailpile Team /' \ - < mailpile/locale/mailpile.pot.tmp \ - > mailpile/locale/mailpile.pot \ - && rm -f mailpile/locale/mailpile.pot.tmp + < shared-data/locale/mailpile.pot.tmp \ + > shared-data/locale/mailpile.pot \ + && rm -f shared-data/locale/mailpile.pot.tmp -for L in $(find mailpile/locale -type d |grep "LC_MESSAGES"); do - msgmerge -U $L/mailpile.po mailpile/locale/mailpile.pot +for L in $(find shared-data/locale -type d |grep "LC_MESSAGES"); do + msgmerge -U $L/mailpile.po shared-data/locale/mailpile.pot done diff --git a/mailpile/locale/README.md b/shared-data/locale/README.md similarity index 100% rename from mailpile/locale/README.md rename to shared-data/locale/README.md diff --git a/shared-data/locale/mailpile.pot b/shared-data/locale/mailpile.pot new file mode 100644 index 000000000..95d5bf96d --- /dev/null +++ b/shared-data/locale/mailpile.pot @@ -0,0 +1,6864 @@ +# Translations template for mailpile. +# Copyright (C) 2016 Mailpile ehf +# This file is distributed under the same license as the mailpile project. +# Mailpile Team , 2016. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mailpile VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2016-01-07 00:47+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: mailpile/app.py:89 +msgid "Interrupted. Press CTRL-D or type `quit` to quit." +msgstr "" + +#: mailpile/app.py:143 +msgid "Ran interactive shell" +msgstr "" + +#: mailpile/app.py:157 +msgid "Did nothing much for a while" +msgstr "" + +#: mailpile/app.py:177 mailpile/commands.py:1248 +msgid "Failed to decrypt configuration, please log in!" +msgstr "" + +#: mailpile/auth.py:153 +msgid "Hello world, welcome!" +msgstr "" + +#: mailpile/auth.py:163 +msgid "Invalid passphrase, please try again" +msgstr "" + +#: mailpile/auth.py:174 +msgid "Incorrect username or password" +msgstr "" + +#: mailpile/auth.py:186 +msgid "Your password: " +msgstr "" + +#: mailpile/auth.py:194 mailpile/commands.py:584 +#: shared-data/default-theme/html/auth/login/index.html:2 +#: shared-data/default-theme/html/auth/logout/index.html:2 +msgid "Please log in" +msgstr "" + +#: mailpile/auth.py:219 +msgid "Goodbye!" +msgstr "" + +#: mailpile/auth.py:223 +msgid "No session found!" +msgstr "" + +#: mailpile/auth.py:279 +msgid "Enter your password" +msgstr "" + +#: mailpile/auth.py:297 +msgid "Password forgotten!" +msgstr "" + +#: mailpile/auth.py:305 +msgid "Password will never be stored" +msgstr "" + +#: mailpile/auth.py:310 +msgid "Enter your password:" +msgstr "" + +#: mailpile/auth.py:320 +msgid "Password stored permanently" +msgstr "" + +#: mailpile/auth.py:329 +msgid "Password stored temporarily" +msgstr "" + +#: mailpile/auth.py:332 +msgid "Invalid password policy!" +msgstr "" + +#: mailpile/command_cache.py:143 +msgid "New results are available" +msgstr "" + +#: mailpile/commands.py:122 +msgid "OK" +msgstr "" + +#: mailpile/commands.py:122 mailpile/mail_source/__init__.py:306 +msgid "Failed" +msgstr "" + +#: mailpile/commands.py:248 +msgid "Failed to parse arguments" +msgstr "" + +#: mailpile/commands.py:289 +#, python-format +msgid "Cached result as %s" +msgstr "" + +#: mailpile/commands.py:389 mailpile/commands.py:394 +msgid "No results to choose from!" +msgstr "" + +#: mailpile/commands.py:401 +#, python-format +msgid "No such ID: %s" +msgstr "" + +#: mailpile/commands.py:407 mailpile/commands.py:414 mailpile/commands.py:420 +#, python-format +msgid "What message is %s?" +msgstr "" + +#: mailpile/commands.py:428 +#, python-format +msgid "%s error: %s" +msgstr "" + +#: mailpile/commands.py:530 +msgid "Generating result" +msgstr "" + +#: mailpile/commands.py:575 +#, python-format +msgid "Using pre-cached result object %s" +msgstr "" + +#: mailpile/commands.py:586 mailpile/mail_source/__init__.py:202 +msgid "Shutting down" +msgstr "" + +#: mailpile/commands.py:996 +#, python-format +msgid "Parsing metadata for %d results (full_threads=%s)" +msgstr "" + +#: mailpile/commands.py:1001 +#, python-format +msgid "Search: %s" +msgstr "" + +#: mailpile/commands.py:1244 +msgid "Loaded metadata index" +msgstr "" + +#: mailpile/commands.py:1246 +msgid "Failed to load metadata index" +msgstr "" + +#: mailpile/commands.py:1279 +msgid "Rescanned vCards" +msgstr "" + +#: mailpile/commands.py:1285 +msgid "Rescanned mailboxes" +msgstr "" + +#: mailpile/commands.py:1306 +#, python-format +msgid "Failed to reindex: %s" +msgstr "" + +#: mailpile/commands.py:1313 +#, python-format +msgid "Indexed %d messages" +msgstr "" + +#: mailpile/commands.py:1319 +msgid "Rescan already in progress" +msgstr "" + +#: mailpile/commands.py:1332 +msgid "Rescanned vCards and mailboxes" +msgstr "" + +#: mailpile/commands.py:1335 mailpile/commands.py:2409 +#: mailpile/mail_source/__init__.py:955 +msgid "User aborted" +msgstr "" + +#: mailpile/commands.py:1347 mailpile/commands.py:1424 +#: mailpile/commands.py:1483 +#, python-format +msgid "Rescanning: %s" +msgstr "" + +#: mailpile/commands.py:1368 +#, python-format +msgid "Running: %s" +msgstr "" + +#: mailpile/commands.py:1394 +#, python-format +msgid "Rescan command returned %d" +msgstr "" + +#: mailpile/commands.py:1402 +msgid "Aborting rescan command" +msgstr "" + +#: mailpile/commands.py:1448 +#, python-format +msgid "Rescanning: %s %s" +msgstr "" + +#: mailpile/commands.py:1464 +#, python-format +msgid "Failed to rescan: %s" +msgstr "" + +#: mailpile/commands.py:1495 +msgid "Nothing changed" +msgstr "" + +#: mailpile/commands.py:1523 +msgid "Optimized search engine" +msgstr "" + +#: mailpile/commands.py:1525 mailpile/mail_source/__init__.py:665 +msgid "Aborted" +msgstr "" + +#: mailpile/commands.py:1565 +msgid "Launching Mailpile" +msgstr "" + +#: mailpile/commands.py:1602 +#, python-format +msgid "Moved the web server to %s" +msgstr "" + +#: mailpile/commands.py:1605 +#, python-format +msgid "Started the web server on %s" +msgstr "" + +#: mailpile/commands.py:1608 +msgid "Failed to start the web server" +msgstr "" + +#: mailpile/commands.py:1621 +#, python-format +msgid "Wrote PID to %s" +msgstr "" + +#: mailpile/commands.py:1641 +msgid "Rendered the page" +msgstr "" + +#: mailpile/commands.py:1668 mailpile/commands.py:1676 +#: mailpile/commands.py:1683 mailpile/commands.py:1689 +#: mailpile/commands.py:1698 mailpile/commands.py:1842 +msgid "Nothing Found" +msgstr "" + +#: mailpile/commands.py:1782 +msgid "Listed events, threads, and locks" +msgstr "" + +#: mailpile/commands.py:1812 mailpile/plugins/eventlog.py:209 +#: shared-data/contrib/hacks/hacks.py:92 +msgid "That was fun!" +msgstr "" + +#: mailpile/commands.py:1813 +#, python-format +msgid "%s returned: %s" +msgstr "" + +#: mailpile/commands.py:1879 +#, python-format +msgid "Network error: %s" +msgstr "" + +#: mailpile/commands.py:1885 +#, python-format +msgid "Failed to list: %s" +msgstr "" + +#: mailpile/commands.py:1906 +#, python-format +msgid "Listed %d files or directories" +msgstr "" + +#: mailpile/commands.py:1929 +#, python-format +msgid "Failed to change directories: %s" +msgstr "" + +#: mailpile/commands.py:1954 +#, python-format +msgid "That file already exists: %s" +msgstr "" + +#: mailpile/commands.py:1971 +#, python-format +msgid "Dumped to %s: %s" +msgstr "" + +#: mailpile/commands.py:1974 +#, python-format +msgid "Dumped: %s" +msgstr "" + +#: mailpile/commands.py:2019 +msgid "WARNING: Any changes will be overwritten on login" +msgstr "" + +#: mailpile/commands.py:2039 +#, python-format +msgid "Invalid section or variable: %s" +msgstr "" + +#: mailpile/commands.py:2082 mailpile/commands.py:2134 +msgid "Updated your settings" +msgstr "" + +#: mailpile/commands.py:2181 +msgid "Reset to default values" +msgstr "" + +#: mailpile/commands.py:2271 +msgid "Invalid keys" +msgstr "" + +#: mailpile/commands.py:2278 +msgid "Displayed settings" +msgstr "" + +#: mailpile/commands.py:2358 +#, python-format +msgid "Account not found: %s" +msgstr "" + +#: mailpile/commands.py:2401 +msgid "Too many files" +msgstr "" + +#: mailpile/commands.py:2404 +#, python-format +msgid "Failed to read: %s" +msgstr "" + +#: mailpile/commands.py:2407 +#, python-format +msgid "Not a mailbox: %s" +msgstr "" + +#: mailpile/commands.py:2415 +msgid "Add and configure mailboxes" +msgstr "" + +#: mailpile/commands.py:2461 +#, python-format +msgid "Configured %d mailboxes" +msgstr "" + +#: mailpile/commands.py:2466 +msgid "Nothing was added" +msgstr "" + +#: mailpile/commands.py:2492 +#, python-format +msgid "Set output mode to: %s" +msgstr "" + +#: mailpile/commands.py:2586 mailpile/commands.py:2622 +#: shared-data/contrib/gui/gui.py:136 +msgid "Shutting down..." +msgstr "" + +#: mailpile/commands.py:2644 +#, python-format +msgid "The Web interface address is: %s" +msgstr "" + +#: mailpile/commands.py:2647 +msgid "The Web interface is disabled, type `www` to turn it on." +msgstr "" + +#: mailpile/commands.py:2653 +msgid "Type `help` for instructions or `quit` to quit." +msgstr "" + +#: mailpile/commands.py:2655 +msgid "Long running operations can be aborted by pressing: " +msgstr "" + +#: mailpile/commands.py:2658 +#, python-format +msgid "You can log in using the `%s` command." +msgstr "" + +#: mailpile/commands.py:2661 +msgid "Check your web browser!" +msgstr "" + +#: mailpile/commands.py:2680 +msgid "Commands:" +msgstr "" + +#: mailpile/commands.py:2714 +msgid "Tags: (use a tag as a command to display tagged messages)" +msgstr "" + +#: mailpile/commands.py:2723 mailpile/mail_source/__init__.py:315 +#: mailpile/www/jinjaextensions.py:282 mailpile/www/jinjaextensions.py:439 +#: shared-data/default-theme/html/jsapi/ui/notifications.js:229 +msgid "Error" +msgstr "" + +#: mailpile/commands.py:2752 mailpile/commands.py:2780 +msgid "Displayed help" +msgstr "" + +#: mailpile/commands.py:2757 +msgid "Unknown command" +msgstr "" + +#: mailpile/commands.py:2813 +msgid "(subsection)" +msgstr "" + +#: mailpile/commands.py:2830 +msgid "Displayed variables" +msgstr "" + +#: mailpile/commands.py:2855 +msgid "Displayed welcome message" +msgstr "" + +#: mailpile/commands.py:2892 +#, python-format +msgid "Unknown command: %s" +msgstr "" + +#: mailpile/config.py:273 +#, python-format +msgid "Invalid boolean: %s" +msgstr "" + +#: mailpile/config.py:297 +#, python-format +msgid "Invalid URL slug: %s" +msgstr "" + +#: mailpile/config.py:321 +#, python-format +msgid "Invalid message delivery protocol: %s" +msgstr "" + +#: mailpile/config.py:383 +#, python-format +msgid "Invalid hostname: %s" +msgstr "" + +#: mailpile/config.py:430 +#, python-format +msgid "File/directory does not exist: %s" +msgstr "" + +#: mailpile/config.py:469 +#, python-format +msgid "Not a file: %s" +msgstr "" + +#: mailpile/config.py:487 +#, python-format +msgid "Not a directory: %s" +msgstr "" + +#: mailpile/config.py:525 +#, python-format +msgid "Not a valid url: %s" +msgstr "" + +#: mailpile/config.py:537 +#, python-format +msgid "Not a valid email: %s" +msgstr "" + +#: mailpile/config.py:573 mailpile/config.py:575 mailpile/config.py:580 +msgid "Not a GPG key ID or fingerprint" +msgstr "" + +#: mailpile/config.py:717 +msgid "Please override this method" +msgstr "" + +#: mailpile/config.py:750 +#, python-format +msgid "Only lists or dictionaries can contain dictionary values (key %s)." +msgstr "" + +#: mailpile/config.py:760 +#, python-format +msgid "Subsections must be immutable (key %s)." +msgstr "" + +#: mailpile/config.py:769 +#, python-format +msgid "Lists cannot have default values (key %s)." +msgstr "" + +#: mailpile/config.py:778 +#, python-format +msgid "Invalid type \"%s\" for key \"%s\" (value: %s)" +msgstr "" + +#: mailpile/config.py:794 +#, python-format +msgid "Invalid key for %s: %s" +msgstr "" + +#: mailpile/config.py:824 +#, python-format +msgid "Access denied to %s" +msgstr "" + +#: mailpile/config.py:897 +#, python-format +msgid "Modifying %s/%s is not allowed" +msgstr "" + +#: mailpile/config.py:901 mailpile/config.py:914 +#, python-format +msgid "Invalid value for %s/%s: %s" +msgstr "" + +#: mailpile/config.py:917 +#, python-format +msgid "Unknown constraint for %s/%s: %s" +msgstr "" + +#: mailpile/config.py:1141 +msgid "Cannot append to fixed dict" +msgstr "" + +#: mailpile/config.py:1316 +#, python-format +msgid "Creating: %s" +msgstr "" + +#: mailpile/config.py:1373 +#, python-format +msgid "Invalid (%s): section %s does not exist" +msgstr "" + +#: mailpile/config.py:1384 +#, python-format +msgid "Invalid (%s): section %s, variable %s=%s" +msgstr "" + +#: mailpile/config.py:1556 +#, python-format +msgid "Loading plugin: %s" +msgstr "" + +#: mailpile/config.py:1558 +msgid "Processing manifests" +msgstr "" + +#: mailpile/config.py:1793 +#, python-format +msgid "No such mailbox: %s" +msgstr "" + +#: mailpile/config.py:1918 +#, python-format +msgid "%s: Updating: %s" +msgstr "" + +#: mailpile/config.py:1937 +#, python-format +msgid "%s: Opening: %s (may take a while)" +msgstr "" + +#: mailpile/config.py:2025 +msgid "Please enter your password" +msgstr "" + +#: mailpile/config.py:2046 +msgid "Sent using Mailpile, Free Software from www.mailpile.is" +msgstr "" + +#: mailpile/config.py:2097 +#, python-format +msgid "Route %s for %s does not exist." +msgstr "" + +#: mailpile/config.py:2220 +msgid "Parent paths are not allowed" +msgstr "" + +#: mailpile/defaults.py:28 +msgid "Mailpile program version" +msgstr "" + +#: mailpile/defaults.py:29 +msgid "Location of Mailpile data" +msgstr "" + +#: mailpile/defaults.py:30 +msgid "Configuration timestamp" +msgstr "" + +#: mailpile/defaults.py:31 +msgid "Master symmetric encryption key" +msgstr "" + +#: mailpile/defaults.py:32 +msgid "Technical system settings" +msgstr "" + +#: mailpile/defaults.py:33 +msgid "Max files kept open at once" +msgstr "" + +#: mailpile/defaults.py:34 +msgid "History length (lines, <0=no save)" +msgstr "" + +#: mailpile/defaults.py:35 +msgid "Listening host for web UI" +msgstr "" + +#: mailpile/defaults.py:37 +msgid "Listening port for web UI" +msgstr "" + +#: mailpile/defaults.py:38 +msgid "HTTP path of web UI" +msgstr "" + +#: mailpile/defaults.py:39 +msgid "Disable HTTP authentication" +msgstr "" + +#: mailpile/defaults.py:40 +msgid "Posting list target size in KB" +msgstr "" + +#: mailpile/defaults.py:41 +msgid "Max results we sort \"well\"" +msgstr "" + +#: mailpile/defaults.py:42 +msgid "Max length of metadata snippets" +msgstr "" + +#: mailpile/defaults.py:43 +msgid "Debugging flags" +msgstr "" + +#: mailpile/defaults.py:44 +msgid "Host:port of PGP keyserver" +msgstr "" + +#: mailpile/defaults.py:46 +msgid "Override the home directory of GnuPG" +msgstr "" + +#: mailpile/defaults.py:48 +msgid "Override the default GPG binary path" +msgstr "" + +#: mailpile/defaults.py:50 +msgid "Local read/write Maildir" +msgstr "" + +#: mailpile/defaults.py:51 +msgid "Metadata index file" +msgstr "" + +#: mailpile/defaults.py:52 +msgid "Search index directory" +msgstr "" + +#: mailpile/defaults.py:53 +msgid "Mailboxes we index" +msgstr "" + +#: mailpile/defaults.py:54 +msgid "Plugins to load on startup" +msgstr "" + +#: mailpile/defaults.py:56 +msgid "Locations of assorted data" +msgstr "" + +#: mailpile/defaults.py:57 +msgid "User interface theme" +msgstr "" + +#: mailpile/defaults.py:58 +msgid "Location of vCards" +msgstr "" + +#: mailpile/defaults.py:59 +msgid "Location of event log" +msgstr "" + +#: mailpile/defaults.py:61 +msgid "Demo mode, disallow changes" +msgstr "" + +#: mailpile/defaults.py:62 +msgid "A custom banner for the login page" +msgstr "" + +#: mailpile/defaults.py:63 +msgid "Proxy settings" +msgstr "" + +#: mailpile/defaults.py:64 +msgid "Proxy protocol" +msgstr "" + +#: mailpile/defaults.py:67 +msgid "Allow fallback to direct conns" +msgstr "" + +#: mailpile/defaults.py:68 mailpile/defaults.py:140 mailpile/defaults.py:161 +msgid "User name" +msgstr "" + +#: mailpile/defaults.py:69 mailpile/defaults.py:141 mailpile/defaults.py:162 +#: shared-data/default-theme/html/page/multipile/index.html:37 +#: shared-data/default-theme/html/page/multipile/index.html:38 +#: shared-data/default-theme/html/profiles/account-form.html:276 +#: shared-data/default-theme/html/profiles/account-form.html:368 +#: shared-data/default-theme/html/profiles/account-form.html:460 +#: shared-data/default-theme/html/settings/index.html:22 +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:15 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:16 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:57 +msgid "Password" +msgstr "" + +#: mailpile/defaults.py:70 mailpile/defaults.py:144 mailpile/defaults.py:164 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:63 +msgid "Host" +msgstr "" + +#: mailpile/defaults.py:71 mailpile/defaults.py:145 mailpile/defaults.py:165 +#: shared-data/default-theme/html/settings/index.html:26 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:24 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:78 +msgid "Port" +msgstr "" + +#: mailpile/defaults.py:74 +msgid "User preferences" +msgstr "" + +#: mailpile/defaults.py:75 +msgid "Search results per page" +msgstr "" + +#: mailpile/defaults.py:76 +msgid "Misc. data refresh frequency" +msgstr "" + +#: mailpile/defaults.py:77 +msgid "Open in browser on startup" +msgstr "" + +#: mailpile/defaults.py:78 +msgid "Use the local GnuPG agent" +msgstr "" + +#: mailpile/defaults.py:79 +msgid "Inline PGP signatures or attached" +msgstr "" + +#: mailpile/defaults.py:81 +msgid "Encrypt local data to ..." +msgstr "" + +#: mailpile/defaults.py:82 +msgid "Enable e-mail based public key distribution" +msgstr "" + +#: mailpile/defaults.py:84 +msgid "Advertise GPG preferences in a header?" +msgstr "" + +#: mailpile/defaults.py:87 +msgid "Default encryption policy for outgoing mail" +msgstr "" + +#: mailpile/defaults.py:89 +msgid "Use inline PGP when possible" +msgstr "" + +#: mailpile/defaults.py:90 +msgid "Default sort order" +msgstr "" + +#: mailpile/defaults.py:91 +msgid "Key to use to scramble the index" +msgstr "" + +#: mailpile/defaults.py:92 +msgid "Make encrypted content searchable" +msgstr "" + +#: mailpile/defaults.py:94 +msgid "Encrypt locally stored mail" +msgstr "" + +#: mailpile/defaults.py:95 +msgid "Encrypt the local search index" +msgstr "" + +#: mailpile/defaults.py:96 +msgid "Encrypt the contact database" +msgstr "" + +#: mailpile/defaults.py:97 +msgid "Encrypt the event log" +msgstr "" + +#: mailpile/defaults.py:98 +msgid "Encrypt misc. local data" +msgstr "" + +#: mailpile/defaults.py:99 +msgid "Command run before rescanning" +msgstr "" + +#: mailpile/defaults.py:100 +msgid "Default outgoing e-mail address" +msgstr "" + +#: mailpile/defaults.py:101 mailpile/defaults.py:105 +msgid "Default outgoing mail route" +msgstr "" + +#: mailpile/defaults.py:102 +msgid "Target line length, <40 disables reflow" +msgstr "" + +#: mailpile/defaults.py:104 +msgid "Always BCC self on outgoing mail" +msgstr "" + +#: mailpile/defaults.py:106 +msgid "User interface language" +msgstr "" + +#: mailpile/defaults.py:107 +msgid "vCard import/export settings" +msgstr "" + +#: mailpile/defaults.py:108 +msgid "vCard import settings" +msgstr "" + +#: mailpile/defaults.py:109 +msgid "vCard export settings" +msgstr "" + +#: mailpile/defaults.py:110 +msgid "vCard context helper settings" +msgstr "" + +#: mailpile/defaults.py:113 +msgid "Web Interface Preferences" +msgstr "" + +#: mailpile/defaults.py:114 +msgid "User completed setup experience" +msgstr "" + +#: mailpile/defaults.py:115 +msgid "Display density of interface" +msgstr "" + +#: mailpile/defaults.py:116 +msgid "Quote replies to messages" +msgstr "" + +#: mailpile/defaults.py:117 +msgid "Nag user to backup their key" +msgstr "" + +#: mailpile/defaults.py:118 +msgid "Collapsed subtags in sidebar" +msgstr "" + +#: mailpile/defaults.py:119 +msgid "Display donate link in topbar?" +msgstr "" + +#: mailpile/defaults.py:120 +msgid "Display HTML hints?" +msgstr "" + +#: mailpile/defaults.py:121 +msgid "Display crypto hints?" +msgstr "" + +#: mailpile/defaults.py:122 +msgid "Display reply hints?" +msgstr "" + +#: mailpile/defaults.py:123 +msgid "Display tagging hints?" +msgstr "" + +#: mailpile/defaults.py:124 +msgid "Display release notes?" +msgstr "" + +#: mailpile/defaults.py:126 +msgid "Credentials allowed to access Mailpile" +msgstr "" + +#: mailpile/defaults.py:127 +msgid "Salted and hashed password" +msgstr "" + +#: mailpile/defaults.py:129 +msgid "Secrets the user wants saved" +msgstr "" + +#: mailpile/defaults.py:130 +msgid "A secret" +msgstr "" + +#: mailpile/defaults.py:131 +msgid "Security policy" +msgstr "" + +#: mailpile/defaults.py:135 +msgid "Outgoing message routes" +msgstr "" + +#: mailpile/defaults.py:136 +#: shared-data/default-theme/html/settings/index.html:18 +msgid "Route name" +msgstr "" + +#: mailpile/defaults.py:137 +msgid "Messaging protocol" +msgstr "" + +#: mailpile/defaults.py:142 mailpile/defaults.py:163 +msgid "Authentication scheme" +msgstr "" + +#: mailpile/defaults.py:143 +#: shared-data/default-theme/html/profiles/account-form.html:384 +msgid "Shell command" +msgstr "" + +#: mailpile/defaults.py:147 +msgid "Incoming message sources" +msgstr "" + +#: mailpile/defaults.py:148 +msgid "Source name" +msgstr "" + +#: mailpile/defaults.py:149 +msgid "Profile this source belongs to" +msgstr "" + +#: mailpile/defaults.py:150 +msgid "Is this mail source enabled?" +msgstr "" + +#: mailpile/defaults.py:151 +msgid "Mail source protocol" +msgstr "" + +#: mailpile/defaults.py:158 +msgid "Shell command run before syncing" +msgstr "" + +#: mailpile/defaults.py:159 +msgid "Shell command run after syncing" +msgstr "" + +#: mailpile/defaults.py:160 +msgid "How frequently to check for mail" +msgstr "" + +#: mailpile/defaults.py:166 +msgid "Keep server connections alive" +msgstr "" + +#: mailpile/defaults.py:167 +msgid "Mailbox discovery policy" +msgstr "" + +#: mailpile/defaults.py:168 +msgid "Paths to watch for new mailboxes" +msgstr "" + +#: mailpile/defaults.py:169 +msgid "Default mailbox policy" +msgstr "" + +#: mailpile/defaults.py:172 +msgid "Copy mail to a local mailbox?" +msgstr "" + +#: mailpile/defaults.py:173 +msgid "Parent tag for mailbox tags" +msgstr "" + +#: mailpile/defaults.py:174 +msgid "Guess which local tags match" +msgstr "" + +#: mailpile/defaults.py:175 +msgid "Create a tag for each mailbox?" +msgstr "" + +#: mailpile/defaults.py:176 +msgid "Make tags visible by default?" +msgstr "" + +#: mailpile/defaults.py:177 +msgid "Is a potential source of new mail" +msgstr "" + +#: mailpile/defaults.py:178 mailpile/defaults.py:189 +msgid "Tags applied to messages" +msgstr "" + +#: mailpile/defaults.py:180 +msgid "Mailboxes" +msgstr "" + +#: mailpile/defaults.py:181 +msgid "The name of this mailbox" +msgstr "" + +#: mailpile/defaults.py:182 +msgid "Mailbox source path" +msgstr "" + +#: mailpile/defaults.py:183 +msgid "Mailbox policy" +msgstr "" + +#: mailpile/defaults.py:186 +msgid "Local mailbox path" +msgstr "" + +#: mailpile/defaults.py:187 +msgid "Is a source of new mail" +msgstr "" + +#: mailpile/defaults.py:188 +msgid "A tag representing this mailbox" +msgstr "" + +#: mailpile/httpd.py:278 +msgid "XMLRPC has been disabled for now." +msgstr "" + +#: mailpile/httpd.py:300 +msgid "OMG, input too big" +msgstr "" + +#: mailpile/httpd.py:303 +msgid "Unknown content-type" +msgstr "" + +#: mailpile/httpd.py:309 +msgid "Internal Error" +msgstr "" + +#: mailpile/httpd.py:349 +msgid "File not found (invalid path)" +msgstr "" + +#: mailpile/httpd.py:458 +msgid "Access Denied" +msgstr "" + +#: mailpile/httpd.py:465 mailpile/mail_source/__init__.py:319 +#: mailpile/mail_source/__init__.py:321 +msgid "Internal error" +msgstr "" + +#: mailpile/i18n.py:135 +#, python-format +msgid "Loaded language %s" +msgstr "" + +#: mailpile/mailutils.py:46 +#, python-format +msgid "%s is too large to be a mailbox ID" +msgstr "" + +#: mailpile/mailutils.py:319 +#, python-format +msgid "Unknown crypto policy: %s" +msgstr "" + +#: mailpile/mailutils.py:652 mailpile/mailutils.py:730 +#: mailpile/mailutils.py:935 mailpile/mailutils.py:945 +msgid "Message or mailbox is read-only." +msgstr "" + +#: mailpile/mailutils.py:873 +msgid "Message not found?" +msgstr "" + +#: mailpile/mailutils.py:992 +#, python-format +msgid "Extracted attachment %s" +msgstr "" + +#: mailpile/mailutils.py:1005 +#, python-format +msgid "Wrote preview to: %s" +msgstr "" + +#: mailpile/mailutils.py:1007 +msgid "Failed to generate thumbnail" +msgstr "" + +#: mailpile/mailutils.py:1013 +#, python-format +msgid "Wrote attachment to: %s" +msgstr "" + +#: mailpile/mailutils.py:1018 +#, python-format +msgid "No attachments found for: %s" +msgstr "" + +#: mailpile/mailutils.py:1070 +msgid "(Invalid HTML suppressed)" +msgstr "" + +#: mailpile/mailutils.py:1252 +msgid "[Binary data suppressed]\n" +msgstr "" + +#: mailpile/postinglist.py:37 +#, python-format +msgid "Save PLC %s" +msgstr "" + +#: mailpile/search.py:166 +msgid "(unprocessed)" +msgstr "" + +#: mailpile/search.py:168 +msgid "(ghost)" +msgstr "" + +#: mailpile/search.py:170 +msgid "(deleted)" +msgstr "" + +#: mailpile/search.py:257 mailpile/search.py:273 +msgid "Loading metadata index..." +msgstr "" + +#: mailpile/search.py:265 +msgid "Your metadata index is either too old, too new or corrupt!" +msgstr "" + +#: mailpile/search.py:269 +msgid "Corrupt data in metadata index! Trying to cope..." +msgstr "" + +#: mailpile/search.py:292 +#, python-format +msgid "Metadata index not found: %s" +msgstr "" + +#: mailpile/search.py:295 +msgid "Loading global posting list..." +msgstr "" + +#: mailpile/search.py:304 +#, python-format +msgid "Recovered! Wrote bad metadata to: %s" +msgstr "" + +#: mailpile/search.py:360 +msgid "Saving metadata index changes..." +msgstr "" + +#: mailpile/search.py:379 +msgid "Saved metadata index changes" +msgstr "" + +#: mailpile/search.py:396 +msgid "Saving metadata index..." +msgstr "" + +#: mailpile/search.py:423 +msgid "Saved metadata index" +msgstr "" + +#: mailpile/search.py:434 +msgid "Updating high level indexes" +msgstr "" + +#: mailpile/search.py:442 +#, python-format +msgid "Bogus line: %s" +msgstr "" + +#: mailpile/search.py:603 +#, python-format +msgid "=%s/%s using Received: instead of Date:" +msgstr "" + +#: mailpile/search.py:610 +#, python-format +msgid "=%s/%s has a bogus date" +msgstr "" + +#: mailpile/search.py:638 +#, python-format +msgid "WARNING: No proper Message-ID for %s" +msgstr "" + +#: mailpile/search.py:687 +#, python-format +msgid "%s: Skipped: %s" +msgstr "" + +#: mailpile/search.py:690 +#, python-format +msgid "%s: Checking: %s" +msgstr "" + +#: mailpile/search.py:696 +#, python-format +msgid "%s: Error opening: %s (%s)" +msgstr "" + +#: mailpile/search.py:707 +#, python-format +msgid "%s: No new mail in: %s" +msgstr "" + +#: mailpile/search.py:711 +#, python-format +msgid "%s: Reading your mail: %d%% (%d/%d message)" +msgstr "" + +#: mailpile/search.py:712 +#, python-format +msgid "%s: Reading your mail: %d%% (%d/%d messages)" +msgstr "" + +#: mailpile/search.py:741 +#, python-format +msgid "Rescan interrupted: %s" +msgstr "" + +#: mailpile/search.py:802 +#, python-format +msgid "%s: Indexed mailbox: ...%s (%d new, %d updated)" +msgstr "" + +#: mailpile/search.py:977 +msgid "(processing message ...)" +msgstr "" + +#: mailpile/search.py:1323 +msgid "(missing message)" +msgstr "" + +#: mailpile/search.py:1426 +#, python-format +msgid "=%s/%s has bogus HTML." +msgstr "" + +#: mailpile/search.py:1837 +#, python-format +msgid "Opening mailbox %s" +msgstr "" + +#: mailpile/search.py:1881 +#, python-format +msgid "Searching for %s" +msgstr "" + +#: mailpile/search.py:1910 +#, python-format +msgid "Ignoring common word: %s" +msgstr "" + +#: mailpile/search.py:2079 +msgid "Recovering from bogus sort, corrupt index?" +msgstr "" + +#: mailpile/search.py:2081 +msgid "Please tell team@mailpile.is !" +msgstr "" + +#: mailpile/search.py:2090 +#, python-format +msgid "Unknown sort order: %s" +msgstr "" + +#: mailpile/search.py:2095 +msgid "Sort failed, sorting badly. Partial index?" +msgstr "" + +#: mailpile/search.py:2103 +msgid "Collapsing conversations..." +msgstr "" + +#: mailpile/security.py:20 mailpile/security.py:26 +msgid "In lockdown, doing nothing." +msgstr "" + +#: mailpile/smtp_client.py:184 +#, python-format +msgid "SendMail: from %s (%s), to %s via %s\n" +msgstr "" + +#: mailpile/smtp_client.py:189 +#, python-format +msgid "Sending via %s" +msgstr "" + +#: mailpile/smtp_client.py:204 +#, python-format +msgid "%s failed with exit code %d" +msgstr "" + +#: mailpile/smtp_client.py:226 +#, python-format +msgid "SMTP connection to: %s:%s as %s\n" +msgstr "" + +#: mailpile/smtp_client.py:244 +#, python-format +msgid "Failed to connect to %s" +msgstr "" + +#: mailpile/smtp_client.py:270 +msgid "Bad character in username or password" +msgstr "" + +#: mailpile/smtp_client.py:274 mailpile/mail_source/imap.py:559 +#: mailpile/mail_source/pop3.py:24 +msgid "Invalid username or password" +msgstr "" + +#: mailpile/smtp_client.py:277 +msgid "Authentication not supported" +msgstr "" + +#: mailpile/smtp_client.py:280 +msgid "Sender rejected by SMTP server" +msgstr "" + +#: mailpile/smtp_client.py:288 +#, python-format +msgid "Server rejected recipient: %s" +msgstr "" + +#: mailpile/smtp_client.py:291 +#, python-format +msgid "Server rejected DATA: %s %s" +msgstr "" + +#: mailpile/smtp_client.py:303 +msgid "Error spooling mail" +msgstr "" + +#: mailpile/smtp_client.py:311 +#, python-format +msgid "Invalid route: %s" +msgstr "" + +#: mailpile/smtp_client.py:322 +msgid "Preparing message..." +msgstr "" + +#: mailpile/smtp_client.py:328 +msgid "Quitting" +msgstr "" + +#: mailpile/ui.py:318 +#, python-format +msgid "Elapsed: %.3fs (%s)" +msgstr "" + +#: mailpile/ui.py:324 +#, python-format +msgid "Elapsed: %.3fs" +msgstr "" + +#: mailpile/ui.py:505 mailpile/ui.py:520 +msgid "Template not found" +msgstr "" + +#: mailpile/ui.py:512 mailpile/ui.py:527 +msgid "Template error" +msgstr "" + +#: mailpile/ui.py:542 +#, python-format +msgid "Message %s is not editable" +msgstr "" + +#: mailpile/ui.py:568 +msgid "Number of edited messages does not match!" +msgstr "" + +#: mailpile/ui.py:639 +msgid "FIXME: Multiple results, OMG WTF" +msgstr "" + +#: mailpile/util.py:449 +msgid "false" +msgstr "" + +#: mailpile/util.py:449 +msgid "no" +msgstr "" + +#: mailpile/util.py:449 +msgid "off" +msgstr "" + +#: mailpile/util.py:451 +msgid "true" +msgstr "" + +#: mailpile/util.py:451 +msgid "yes" +msgstr "" + +#: mailpile/util.py:451 +msgid "on" +msgstr "" + +#: mailpile/util.py:595 +msgid "now" +msgstr "" + +#: mailpile/util.py:597 +#, python-format +msgid "%d mins" +msgstr "" + +#: mailpile/util.py:599 +#, python-format +msgid "%d hour" +msgstr "" + +#: mailpile/util.py:601 +#, python-format +msgid "%d hours" +msgstr "" + +#: mailpile/util.py:611 +msgid "Monday" +msgstr "" + +#: mailpile/util.py:611 +msgid "Mon" +msgstr "" + +#: mailpile/util.py:611 +msgid "Tuesday" +msgstr "" + +#: mailpile/util.py:611 +msgid "Tue" +msgstr "" + +#: mailpile/util.py:612 +msgid "Wednesday" +msgstr "" + +#: mailpile/util.py:612 +msgid "Wed" +msgstr "" + +#: mailpile/util.py:612 +msgid "Thursday" +msgstr "" + +#: mailpile/util.py:612 +msgid "Thu" +msgstr "" + +#: mailpile/util.py:613 +msgid "Friday" +msgstr "" + +#: mailpile/util.py:613 +msgid "Fri" +msgstr "" + +#: mailpile/util.py:613 +msgid "Saturday" +msgstr "" + +#: mailpile/util.py:613 +msgid "Sat" +msgstr "" + +#: mailpile/util.py:614 +msgid "Sunday" +msgstr "" + +#: mailpile/util.py:614 +msgid "Sun" +msgstr "" + +#: mailpile/util.py:615 +msgid "January" +msgstr "" + +#: mailpile/util.py:615 +msgid "Jan" +msgstr "" + +#: mailpile/util.py:615 +msgid "February" +msgstr "" + +#: mailpile/util.py:615 +msgid "Feb" +msgstr "" + +#: mailpile/util.py:616 +msgid "March" +msgstr "" + +#: mailpile/util.py:616 +msgid "Mar" +msgstr "" + +#: mailpile/util.py:616 +msgid "April" +msgstr "" + +#: mailpile/util.py:616 +msgid "Apr" +msgstr "" + +#: mailpile/util.py:617 +msgid "May" +msgstr "" + +#: mailpile/util.py:617 +msgid "June" +msgstr "" + +#: mailpile/util.py:617 +msgid "Jun" +msgstr "" + +#: mailpile/util.py:618 +msgid "July" +msgstr "" + +#: mailpile/util.py:618 +msgid "Jul" +msgstr "" + +#: mailpile/util.py:618 +msgid "August" +msgstr "" + +#: mailpile/util.py:618 +msgid "Aug" +msgstr "" + +#: mailpile/util.py:619 +msgid "September" +msgstr "" + +#: mailpile/util.py:619 +msgid "Sep" +msgstr "" + +#: mailpile/util.py:619 +msgid "October" +msgstr "" + +#: mailpile/util.py:619 +msgid "Oct" +msgstr "" + +#: mailpile/util.py:620 +msgid "November" +msgstr "" + +#: mailpile/util.py:620 +msgid "Nov" +msgstr "" + +#: mailpile/util.py:620 +msgid "December" +msgstr "" + +#: mailpile/util.py:620 +msgid "Dec" +msgstr "" + +#: mailpile/vcard.py:460 +#, python-format +msgid "Line number %s is out of range" +msgstr "" + +#: mailpile/vcard.py:1511 +msgid "Generating new vCards" +msgstr "" + +#: mailpile/vcard.py:1518 +#, python-format +msgid "Merging %s" +msgstr "" + +#: mailpile/vcard.py:1548 +#, python-format +msgid "Failed to merge vCard %s into %s" +msgstr "" + +#: mailpile/vcard.py:1566 +#, python-format +msgid "Failed to create new vCard for %s" +msgstr "" + +#: mailpile/vcard.py:1574 +#, python-format +msgid "Saving %d updated vCards" +msgstr "" + +#: mailpile/vfs.py:316 +msgid "My Files" +msgstr "" + +#: mailpile/vfs.py:332 +msgid "Unix mail spool" +msgstr "" + +#: mailpile/vfs.py:384 +msgid "Mailpile VFS" +msgstr "" + +#: mailpile/crypto/gpgi.py:35 +msgid "Trust not calculated" +msgstr "" + +#: mailpile/crypto/gpgi.py:36 +msgid "Unknown trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:37 +msgid "Undefined trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:38 +msgid "Never trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:39 +msgid "Marginally trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:40 +msgid "Full trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:41 +msgid "Ultimate trust" +msgstr "" + +#: mailpile/crypto/gpgi.py:42 +msgid "Expired key, not trusted" +msgstr "" + +#: mailpile/crypto/gpgi.py:43 +msgid "Disabled key, not trusted" +msgstr "" + +#: mailpile/crypto/gpgi.py:44 +msgid "Revoked key, not trusted" +msgstr "" + +#: mailpile/crypto/gpgi.py:46 +msgid "RSA" +msgstr "" + +#: mailpile/crypto/gpgi.py:47 +msgid "RSA (encrypt only)" +msgstr "" + +#: mailpile/crypto/gpgi.py:48 +msgid "RSA (sign only)" +msgstr "" + +#: mailpile/crypto/gpgi.py:49 +msgid "Elgamal (encrypt only)" +msgstr "" + +#: mailpile/crypto/gpgi.py:50 +msgid "DSA" +msgstr "" + +#: mailpile/crypto/gpgi.py:51 +msgid "Elgamal (encrypt/sign) [COMPROMISED]" +msgstr "" + +#: mailpile/crypto/gpgi.py:52 +msgid "EdDSA" +msgstr "" + +#: mailpile/crypto/gpgi.py:456 +msgid "Your PGP key is needed for decrypting." +msgstr "" + +#: mailpile/crypto/gpgi.py:458 +msgid "Your PGP key is needed for signing." +msgstr "" + +#: mailpile/crypto/gpgi.py:460 +msgid "Unlock your encryption key" +msgstr "" + +#: mailpile/crypto/gpgi.py:1053 +#, python-format +msgid "Keys missing for %s" +msgstr "" + +#: mailpile/crypto/gpgi.py:1057 +#, python-format +msgid "Keys ambiguous for %s" +msgstr "" + +#: mailpile/crypto/mime.py:362 +msgid "Failed to sign message!" +msgstr "" + +#: mailpile/crypto/mime.py:424 +msgid "Failed to encrypt message!" +msgstr "" + +#: mailpile/mail_source/__init__.py:147 +msgid "Starting up" +msgstr "" + +#: mailpile/mail_source/__init__.py:149 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:2 +msgid "Mail Source" +msgstr "" + +#: mailpile/mail_source/__init__.py:201 +#, python-format +msgid "Interrupted: %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:239 +msgid "Pending" +msgstr "" + +#: mailpile/mail_source/__init__.py:252 +msgid "Skipped" +msgstr "" + +#: mailpile/mail_source/__init__.py:260 +msgid "Postponed" +msgstr "" + +#: mailpile/mail_source/__init__.py:264 +msgid "Working ..." +msgstr "" + +#: mailpile/mail_source/__init__.py:297 +msgid "Completed" +msgstr "" + +#: mailpile/mail_source/__init__.py:300 +#, python-format +msgid "Indexed %d" +msgstr "" + +#: mailpile/mail_source/__init__.py:312 +msgid "Unchanged" +msgstr "" + +#: mailpile/mail_source/__init__.py:332 +#, python-format +msgid "Discovered %d mailboxes" +msgstr "" + +#: mailpile/mail_source/__init__.py:334 +#, python-format +msgid "Processed %d mailboxes" +msgstr "" + +#: mailpile/mail_source/__init__.py:336 +#, python-format +msgid "Failed to process %d" +msgstr "" + +#: mailpile/mail_source/__init__.py:338 +#, python-format +msgid "No new mail at %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:379 +msgid "Checking for new mailboxes" +msgstr "" + +#: mailpile/mail_source/__init__.py:390 +#, python-format +msgid "Checking for new mailboxes in %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:530 +#, python-format +msgid "Mail: %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:604 +msgid "Unnamed" +msgstr "" + +#: mailpile/mail_source/__init__.py:726 +#, python-format +msgid "Copying message: %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:819 +#, python-format +msgid "Copying up to %d e-mails from %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:830 +#, python-format +msgid "Updating search engine for %s" +msgstr "" + +#: mailpile/mail_source/__init__.py:911 +msgid "Internal error! Sleeping..." +msgstr "" + +#: mailpile/mail_source/__init__.py:922 mailpile/mail_source/__init__.py:965 +msgid "Shut down" +msgstr "" + +#: mailpile/mail_source/__init__.py:995 +#, python-format +msgid "Unknown mail source protocol: %s" +msgstr "" + +#: mailpile/mail_source/imap.py:349 +msgid "Failed to add message" +msgstr "" + +#: mailpile/mail_source/imap.py:355 +msgid "Failed to remove message" +msgstr "" + +#: mailpile/mail_source/imap.py:375 +msgid "Mailbox is out of sync" +msgstr "" + +#: mailpile/mail_source/imap.py:407 +#, python-format +msgid "Fetching chunk %d failed" +msgstr "" + +#: mailpile/mail_source/imap.py:436 +msgid "Failed to list mailbox contents" +msgstr "" + +#: mailpile/mail_source/imap.py:512 mailpile/mail_source/imap.py:709 +#: mailpile/mail_source/pop3.py:14 mailpile/mail_source/pop3.py:68 +msgid "Nothing is wrong" +msgstr "" + +#: mailpile/mail_source/imap.py:547 +msgid "Failed to STARTTLS" +msgstr "" + +#: mailpile/mail_source/imap.py:572 +msgid "Connection timed out" +msgstr "" + +#: mailpile/mail_source/imap.py:576 +msgid "An IMAP protocol error occurred" +msgstr "" + +#: mailpile/mail_source/imap.py:580 mailpile/mail_source/pop3.py:26 +msgid "A network error occurred" +msgstr "" + +#: mailpile/mail_source/imap.py:627 +msgid "Not connected to IMAP server." +msgstr "" + +#: mailpile/mail_source/imap.py:770 +#, python-format +msgid "Connected to IMAP server %s" +msgstr "" + +#: mailpile/mail_source/local.py:20 +msgid "Local mailboxes" +msgstr "" + +#: mailpile/mail_source/local.py:41 +#, python-format +msgid "Watching %d mbox mailboxes" +msgstr "" + +#: mailpile/mail_source/pop3.py:71 +#, python-format +msgid "Watching %d POP3 mailboxes" +msgstr "" + +#: mailpile/mailboxes/__init__.py:117 mailpile/mailboxes/mbox.py:124 +#, python-format +msgid "Saving %s state to %s" +msgstr "" + +#: mailpile/mailboxes/mbox.py:144 mailpile/mailboxes/mbox.py:149 +msgid "No data found" +msgstr "" + +#: mailpile/mailboxes/mbox.py:178 +msgid "Message not found" +msgstr "" + +#: mailpile/mailboxes/wervd.py:123 +msgid "Could not find a filename for the message." +msgstr "" + +#: mailpile/mailboxes/wervd.py:143 +#, python-format +msgid "Invalid message type: %s" +msgstr "" + +#: mailpile/mailboxes/wervd.py:146 +msgid "Mailbox messages are immutable" +msgstr "" + +#: mailpile/plugins/__init__.py:730 +#, python-format +msgid "Already registered: %s" +msgstr "" + +#: mailpile/plugins/autotag.py:160 +msgid "Retraining SpamBayes autotaggers" +msgstr "" + +#: mailpile/plugins/autotag.py:180 +#, python-format +msgid "Have %d interesting %s messages" +msgstr "" + +#: mailpile/plugins/autotag.py:245 +#, python-format +msgid "Reading %s (%d/%d, %s=%s)" +msgstr "" + +#: mailpile/plugins/autotag.py:259 +#, python-format +msgid "Failed to process message at =%s" +msgstr "" + +#: mailpile/plugins/autotag.py:266 +#, python-format +msgid "Retrained SpamBayes auto-tagging for %s" +msgstr "" + +#: mailpile/plugins/autotag.py:290 +msgid "Periodically retrain autotagger (seconds)" +msgstr "" + +#: mailpile/plugins/autotag.py:314 +#, python-format +msgid "Unknown tag: %s" +msgstr "" + +#: mailpile/plugins/autotag.py:330 +#, python-format +msgid "Classified %d messages" +msgstr "" + +#: mailpile/plugins/autotag.py:365 +#, python-format +msgid "Auto-tagged %d messages" +msgstr "" + +#: mailpile/plugins/compose.py:43 +#, python-format +msgid "Sent: %s" +msgstr "" + +#: mailpile/plugins/compose.py:190 +msgid "Cannot update from multiple files" +msgstr "" + +#: mailpile/plugins/compose.py:272 +msgid "Message is not editable" +msgstr "" + +#: mailpile/plugins/compose.py:282 mailpile/plugins/compose.py:309 +#, python-format +msgid "%d message(s) edited" +msgstr "" + +#: mailpile/plugins/compose.py:284 +#, python-format +msgid "%d message(s) created" +msgstr "" + +#: mailpile/plugins/compose.py:304 +msgid "No messages!" +msgstr "" + +#: mailpile/plugins/compose.py:311 +#, python-format +msgid "%d message(s) unchanged" +msgstr "" + +#: mailpile/plugins/compose.py:351 +msgid "Please use update for editing messages" +msgstr "" + +#: mailpile/plugins/compose.py:497 +#, python-format +msgid "%s wrote:" +msgstr "" + +#: mailpile/plugins/compose.py:510 +#, python-format +msgid "Composing a reply from %(from)s to %(to)s, cc %(cc)s" +msgstr "" + +#: mailpile/plugins/compose.py:512 +#, python-format +msgid "Composing a reply from %(from)s to %(to)s" +msgstr "" + +#: mailpile/plugins/compose.py:562 +msgid "You must configure a From address first." +msgstr "" + +#: mailpile/plugins/compose.py:571 mailpile/plugins/compose.py:673 +msgid "No message found" +msgstr "" + +#: mailpile/plugins/compose.py:655 +msgid "Sorry, ephemeral messages cannot have attachments at this time." +msgstr "" + +#: mailpile/plugins/compose.py:713 +msgid "No files found" +msgstr "" + +#: mailpile/plugins/compose.py:720 mailpile/plugins/compose.py:781 +msgid "No messages selected" +msgstr "" + +#: mailpile/plugins/compose.py:735 mailpile/plugins/compose.py:797 +#, python-format +msgid "Read-only message: %s" +msgstr "" + +#: mailpile/plugins/compose.py:737 +#, python-format +msgid "Error attaching to %s" +msgstr "" + +#: mailpile/plugins/compose.py:741 +#, python-format +msgid "Attached %s to %d messages, failed %d" +msgstr "" + +#: mailpile/plugins/compose.py:744 +#, python-format +msgid "Attached %s to %d messages" +msgstr "" + +#: mailpile/plugins/compose.py:799 +#, python-format +msgid "Error removing from %s" +msgstr "" + +#: mailpile/plugins/compose.py:803 +#, python-format +msgid "Removed %s from %d messages, failed %d" +msgstr "" + +#: mailpile/plugins/compose.py:806 +#, python-format +msgid "Removed %s from %d messages" +msgstr "" + +#: mailpile/plugins/compose.py:884 +msgid "Sending message" +msgstr "" + +#: mailpile/plugins/compose.py:922 +#, python-format +msgid "Could not send mail to %s" +msgstr "" + +#: mailpile/plugins/compose.py:924 +msgid "Could not send mail" +msgstr "" + +#: mailpile/plugins/compose.py:949 +#, python-format +msgid "Sent %d messages" +msgstr "" + +#: mailpile/plugins/compose.py:951 +msgid "Nothing was sent" +msgstr "" + +#: mailpile/plugins/compose.py:970 mailpile/plugins/compose.py:1037 +msgid "Nothing to do!" +msgstr "" + +#: mailpile/plugins/compose.py:974 +msgid "Failed to attach files" +msgstr "" + +#: mailpile/plugins/compose.py:980 +#, python-format +msgid "%d message(s) updated" +msgstr "" + +#: mailpile/plugins/compose.py:993 +msgid "Missing encryption keys" +msgstr "" + +#: mailpile/plugins/compose.py:998 +msgid "Could not encrypt message" +msgstr "" + +#: mailpile/plugins/compose.py:1003 +msgid "Could not sign message" +msgstr "" + +#: mailpile/plugins/compose.py:1035 +#, python-format +msgid "Unthreaded %d messages" +msgstr "" + +#: mailpile/plugins/compose.py:1052 +msgid "The index is not ready yet" +msgstr "" + +#: mailpile/plugins/compose.py:1069 +msgid "Sending cancelled." +msgstr "" + +#: mailpile/plugins/compose.py:1077 +msgid "The outbox is empty" +msgstr "" + +#: mailpile/plugins/compose.py:1081 +msgid "Delay between attempts to send mail" +msgstr "" + +#: mailpile/plugins/contacts.py:57 +msgid "(BASE64 ENCODED DATA)" +msgstr "" + +#: mailpile/plugins/contacts.py:151 +#, python-format +msgid "Found %d results" +msgstr "" + +#: mailpile/plugins/contacts.py:209 +msgid "Add contacts here!" +msgstr "" + +#: mailpile/plugins/contacts.py:280 +#, python-format +msgid "Added %d contacts" +msgstr "" + +#: mailpile/plugins/contacts.py:309 +#, python-format +msgid "No such contact: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:311 +#, python-format +msgid "Removed contacts: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:314 +msgid "No contacts found" +msgstr "" + +#: mailpile/plugins/contacts.py:389 +#, python-format +msgid "Added %d lines" +msgstr "" + +#: mailpile/plugins/contacts.py:399 +#, python-format +msgid "Error adding lines to %s" +msgstr "" + +#: mailpile/plugins/contacts.py:444 +#, python-format +msgid "Removed %d lines" +msgstr "" + +#: mailpile/plugins/contacts.py:454 +#, python-format +msgid "Error removing lines from %s" +msgstr "" + +#: mailpile/plugins/contacts.py:509 +#, python-format +msgid "Listed %d/%d results" +msgstr "" + +#: mailpile/plugins/contacts.py:617 +#, python-format +msgid "Required parameter missing. Required parameters are: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:625 +#, python-format +msgid "" +"Unknown parameter passed to importer. Provided %s; but known parameters " +"are: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:794 +msgid "Searched for addresses" +msgstr "" + +#: mailpile/plugins/contacts.py:847 +msgid "Local mail" +msgstr "" + +#: mailpile/plugins/contacts.py:858 +#, python-format +msgid "Unhandled outgoing mail protocol: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:910 +msgid "Mail spool not found" +msgstr "" + +#: mailpile/plugins/contacts.py:913 +#, python-format +msgid "Already configured: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:972 +#, python-format +msgid "Unhandled incoming mail protocol: %s" +msgstr "" + +#: mailpile/plugins/contacts.py:983 +#, python-format +msgid "The PGP key for %s is ready for use." +msgstr "" + +#: mailpile/plugins/contacts.py:986 +msgid "PGP key generation is complete" +msgstr "" + +#: mailpile/plugins/contacts.py:994 +msgid "PGP key generation failed!" +msgstr "" + +#: mailpile/plugins/contacts.py:1015 +#, python-format +msgid "Generating new %d bit PGP key. This may take some time!" +msgstr "" + +#: mailpile/plugins/contacts.py:1249 +msgid "Account Updated!" +msgstr "" + +#: mailpile/plugins/contacts.py:1252 +#: shared-data/default-theme/html/profiles/edit/index.html:2 +msgid "Edit Account" +msgstr "" + +#: mailpile/plugins/contacts.py:1304 +msgid "Choosing from address" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:96 +#, python-format +msgid "Encryption key for %s.asc" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:98 +msgid "My encryption key.asc" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:159 mailpile/plugins/search.py:69 +#: mailpile/plugins/vcard_gnupg.py:228 +msgid "No results" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:231 +#, python-format +msgid "Imported %d keys" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:425 +msgid "Looks good!" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:427 +msgid "Proposed fixes:" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:435 +msgid "You need a new key!" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:436 mailpile/plugins/crypto_gnupg.py:445 +#: mailpile/plugins/crypto_gnupg.py:446 mailpile/plugins/crypto_gnupg.py:452 +#: mailpile/plugins/crypto_gnupg.py:462 +#, python-format +msgid "Run: %s" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:437 +#, python-format +msgid "Answer the tool's questions: use RSA and RSA, %d bits or more" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:443 +msgid "Update the Mailpile config to use a good key:" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:444 +msgid "IMPORTANT: This MUST be done before disabling the key!" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:447 +msgid "This key's passphrase will be used to log in to Mailpile" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:451 +msgid "Revoke bad keys:" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:453 +msgid "Say yes to the first question, follow the instructions" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:454 +msgid "A revocation certificate will be shown on screen" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:455 +msgid "Copy & paste that, save, and send to people who have the old key" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:456 +#, python-format +msgid "You can search for %s to find such people" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:461 +msgid "Disable bad keys:" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:463 mailpile/plugins/crypto_gnupg.py:464 +#, python-format +msgid "Type %s" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:495 +#, python-format +msgid "%s: --- Disabled." +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:500 +#, python-format +msgid "%s: --- Revoked." +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:504 +#, python-format +msgid "%s: Bad: expired on %s" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:508 +#, python-format +msgid "%s: Bad: key is useless" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:511 +#, python-format +msgid "%s: Bad: expires on %s" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:514 +#, python-format +msgid "%s: Bad: too small (%d bits)" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:521 +#, python-format +msgid "%s: OK: %d bits, looks good!" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:528 +msgid "(optional)" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:540 +#, python-format +msgid "%s: Mailpile config uses bad key" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:568 +#, python-format +msgid "%(key)s: Bad key in profile %(fn)s <%(email)s> (%(profile)s)" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:574 +#, python-format +msgid "No key for %(fn)s <%(email)s> (%(profile)s)" +msgstr "" + +#: mailpile/plugins/crypto_gnupg.py:587 +#, python-format +msgid "Sanity checked: %d keys in GPG keyring, %d profiles" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:47 +#, python-format +msgid "Set crypto policy for %s to %s" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:51 +#, python-format +msgid "No vCard for email %s!" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:59 +msgid "Please provide email address and policy!" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:150 +msgid "Recipients have conflicting encryption policies." +msgstr "" + +#: mailpile/plugins/crypto_policy.py:156 +#, python-format +msgid "The encryption policy for these recipients is: %s" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:168 mailpile/plugins/crypto_policy.py:171 +msgid "This account does not have an encryption key." +msgstr "" + +#: mailpile/plugins/crypto_policy.py:182 +msgid "Your policy is to always encrypt, but we do not have keys for everyone!" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:185 +msgid "Some recipients require encryption, but we do not have keys for everyone!" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:201 +msgid "Signing and encrypting because we have keys for everyone!" +msgstr "" + +#: mailpile/plugins/crypto_policy.py:207 +msgid "Signing, but will not encrypt because historic data is insufficient." +msgstr "" + +#: mailpile/plugins/crypto_policy.py:210 +msgid "" +"Signing, but cannot encrypt because we do not have keys for all " +"recipients." +msgstr "" + +#: mailpile/plugins/eventlog.py:114 +#, python-format +msgid "Found %d events" +msgstr "" + +#: mailpile/plugins/eventlog.py:149 +#, python-format +msgid "Canceled %d events" +msgstr "" + +#: mailpile/plugins/eventlog.py:168 +msgid "Need an event ID!" +msgstr "" + +#: mailpile/plugins/eventlog.py:180 +#, python-format +msgid "Event %s is not undoable" +msgstr "" + +#: mailpile/plugins/eventlog.py:182 +#, python-format +msgid "Event %s not found" +msgstr "" + +#: mailpile/plugins/eventlog.py:196 +msgid "Watching logs: Press CTRL-C to return to the CLI" +msgstr "" + +#: mailpile/plugins/exporters.py:93 +msgid "Parent directory does not exist." +msgstr "" + +#: mailpile/plugins/exporters.py:95 +msgid "Is the disk full? Are permissions lacking?" +msgstr "" + +#: mailpile/plugins/exporters.py:96 +#, python-format +msgid "Failed to create mailbox: %s" +msgstr "" + +#: mailpile/plugins/exporters.py:104 +#, python-format +msgid "Exporting message =%s ..." +msgstr "" + +#: mailpile/plugins/exporters.py:108 +#, python-format +msgid "Message =%s is unreadable! Skipping." +msgstr "" + +#: mailpile/plugins/exporters.py:141 +#, python-format +msgid "Exported %d messages to %s" +msgstr "" + +#: mailpile/plugins/html_magic.py:61 +msgid "Serving up API content" +msgstr "" + +#: mailpile/plugins/html_magic.py:112 +msgid "Generated Javascript API" +msgstr "" + +#: mailpile/plugins/migrate.py:34 +#, python-format +msgid "%(user)s on %(host)s" +msgstr "" + +#: mailpile/plugins/migrate.py:43 +#, python-format +msgid "Could not migrate route: %s" +msgstr "" + +#: mailpile/plugins/migrate.py:218 +#, python-format +msgid "Unknown migration: %s (available: %s)" +msgstr "" + +#: mailpile/plugins/migrate.py:238 +#, python-format +msgid "Performed %d migrations, failed %d." +msgstr "" + +#: mailpile/plugins/plugins.py:32 +msgid "Listed available plugins" +msgstr "" + +#: mailpile/plugins/plugins.py:47 +#, python-format +msgid "Already loaded: %s" +msgstr "" + +#: mailpile/plugins/plugins.py:57 +#, python-format +msgid "Failed to load plugin: %s" +msgstr "" + +#: mailpile/plugins/plugins.py:61 +#, python-format +msgid "Loaded plugins: %s" +msgstr "" + +#: mailpile/plugins/plugins.py:77 +#, python-format +msgid "Required plugins can not be disabled: %s" +msgstr "" + +#: mailpile/plugins/plugins.py:80 +#, python-format +msgid "Plugin not loaded: %s" +msgstr "" + +#: mailpile/plugins/plugins.py:87 +#, python-format +msgid "Disabled plugins: %s (restart required)" +msgstr "" + +#: mailpile/plugins/search.py:67 +msgid "Unprintable results" +msgstr "" + +#: mailpile/plugins/search.py:150 +#, python-format +msgid "Weird starting point: %s" +msgstr "" + +#: mailpile/plugins/search.py:277 +#, python-format +msgid "Prepared %d search results (context=%s)" +msgstr "" + +#: mailpile/plugins/search.py:279 +#, python-format +msgid "Found %d results in %.3fs" +msgstr "" + +#: mailpile/plugins/search.py:297 +msgid "You must perform a search before requesting the next page." +msgstr "" + +#: mailpile/plugins/search.py:300 +msgid "Displayed next page of results." +msgstr "" + +#: mailpile/plugins/search.py:316 +msgid "You must perform a search before requesting the previous page." +msgstr "" + +#: mailpile/plugins/search.py:319 +msgid "Displayed previous page of results." +msgstr "" + +#: mailpile/plugins/search.py:335 +#, python-format +msgid "Changed sort order to %s" +msgstr "" + +#: mailpile/plugins/search.py:392 +#, python-format +msgid "Raw message: %s" +msgstr "" + +#: mailpile/plugins/search.py:420 +msgid "Displayed a single message" +msgstr "" + +#: mailpile/plugins/search.py:424 +#, python-format +msgid "Displayed %d messages" +msgstr "" + +#: mailpile/plugins/setup_magic.py:55 +msgid "New" +msgstr "" + +#: mailpile/plugins/setup_magic.py:63 +msgid "Inbox" +msgstr "" + +#: mailpile/plugins/setup_magic.py:70 +msgid "Blank" +msgstr "" + +#: mailpile/plugins/setup_magic.py:80 +msgid "Drafts" +msgstr "" + +#: mailpile/plugins/setup_magic.py:89 +msgid "Outbox" +msgstr "" + +#: mailpile/plugins/setup_magic.py:98 +msgid "Sent" +msgstr "" + +#: mailpile/plugins/setup_magic.py:107 +msgid "Spam" +msgstr "" + +#: mailpile/plugins/setup_magic.py:113 +msgid "MaybeSpam" +msgstr "" + +#: mailpile/plugins/setup_magic.py:118 +msgid "Ham" +msgstr "" + +#: mailpile/plugins/setup_magic.py:127 +msgid "Trash" +msgstr "" + +#: mailpile/plugins/setup_magic.py:145 +msgid "Photos" +msgstr "" + +#: mailpile/plugins/setup_magic.py:154 +msgid "Documents" +msgstr "" + +#: mailpile/plugins/setup_magic.py:168 +msgid "All Mail" +msgstr "" + +#: mailpile/plugins/setup_magic.py:204 +#, python-format +msgid "Failed to create tag: %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:247 +msgid "Created default tags" +msgstr "" + +#: mailpile/plugins/setup_magic.py:268 +msgid "Enabling SpamBayes autotagger" +msgstr "" + +#: mailpile/plugins/setup_magic.py:270 +msgid "Please install SpamBayes for super awesome spam filtering" +msgstr "" + +#: mailpile/plugins/setup_magic.py:276 +msgid "Enabling gravatar image importer" +msgstr "" + +#: mailpile/plugins/setup_magic.py:279 +msgid "Enabling libravatar image importer" +msgstr "" + +#: mailpile/plugins/setup_magic.py:285 +msgid "Importing contacts from GPG keyring" +msgstr "" + +#: mailpile/plugins/setup_magic.py:334 +msgid "" +"Unable to obfuscate search index without losing data. Not indexing " +"encrypted mail." +msgstr "" + +#: mailpile/plugins/setup_magic.py:340 +msgid "Obfuscating search index and enabling indexing of encrypted e-mail. Yay!" +msgstr "" + +#: mailpile/plugins/setup_magic.py:570 +#, python-format +msgid "Checking ISPDB for %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:573 +#, python-format +msgid "Found %s in ISPDB" +msgstr "" + +#: mailpile/plugins/setup_magic.py:608 +#, python-format +msgid "Checking for autoconfig on %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:611 +#, python-format +msgid "Found autoconfig on %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:679 +#, python-format +msgid "Guessing settings for %(email)s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:682 +#, python-format +msgid "Found %d potential servers" +msgstr "" + +#: mailpile/plugins/setup_magic.py:687 +msgid "Probing for services..." +msgstr "" + +#: mailpile/plugins/setup_magic.py:706 +#, python-format +msgid "Found %(service)s server on %(host)s:%(port)s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:751 +msgid "Ran out of time, results may be incomplete" +msgstr "" + +#: mailpile/plugins/setup_magic.py:808 +#, python-format +msgid "Probing %s, cleartext=%s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:844 +#, python-format +msgid "Testing %(protocol)4.4s on %(host)s:%(port)s with STARTTLS as %(username)s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:848 +#, python-format +msgid "Testing %(protocol)4.4s on %(host)s:%(port)s as %(username)s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:852 +msgid "insecure" +msgstr "" + +#: mailpile/plugins/setup_magic.py:861 +msgid "Success" +msgstr "" + +#: mailpile/plugins/setup_magic.py:867 +msgid "Protocol is OK" +msgstr "" + +#: mailpile/plugins/setup_magic.py:870 +msgid "Login failed" +msgstr "" + +#: mailpile/plugins/setup_magic.py:891 +msgid "Can only test settings for one account at a time" +msgstr "" + +#: mailpile/plugins/setup_magic.py:910 +#, python-format +msgid "Found settings for %d addresses" +msgstr "" + +#: mailpile/plugins/setup_magic.py:913 +msgid "No settings found" +msgstr "" + +#: mailpile/plugins/setup_magic.py:943 +#, python-format +msgid "Invalid language: %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:963 mailpile/plugins/setup_magic.py:1004 +#: shared-data/default-theme/html/setup/welcome/index.html:2 +msgid "Welcome to Mailpile!" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1112 +msgid "Invalid key" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1147 +msgid "Invalid passphrase" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1191 +msgid "Invalid preference" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1220 +msgid "Updated crypto preferences" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1222 +msgid "Configure crypto preferences" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1332 +msgid "Failed to add profile" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1353 +msgid "Your profiles" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1379 +msgid "Configuring a key" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1423 +msgid "Unknown error" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1431 +msgid "Route is working" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1434 +msgid "Invalid command" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1444 +msgid "Route is not working" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1534 +#, python-format +msgid "Language set to: %s" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1539 +msgid "Choose a password for Mailpile: " +msgstr "" + +#: mailpile/plugins/setup_magic.py:1541 +msgid "Confirm password: " +msgstr "" + +#: mailpile/plugins/setup_magic.py:1548 +msgid "Passwords did not match! Please try again." +msgstr "" + +#: mailpile/plugins/setup_magic.py:1556 +msgid "Performed initial Mailpile setup" +msgstr "" + +#: mailpile/plugins/setup_magic.py:1560 +msgid "Entering setup flow" +msgstr "" + +#: mailpile/plugins/smtp_server.py:26 +msgid "SMTP Daemon" +msgstr "" + +#: mailpile/plugins/smtp_server.py:27 +msgid "Listening host for SMTP daemon" +msgstr "" + +#: mailpile/plugins/smtp_server.py:28 +msgid "Listening port for SMTP daemon" +msgstr "" + +#: mailpile/plugins/tags.py:196 +msgid "name" +msgstr "" + +#: mailpile/plugins/tags.py:389 +msgid "Undid tagging operation" +msgstr "" + +#: mailpile/plugins/tags.py:405 +#, python-format +msgid "Scheduled %d messages for future tagging" +msgstr "" + +#: mailpile/plugins/tags.py:460 +msgid "Add tags here!" +msgstr "" + +#: mailpile/plugins/tags.py:507 +#, python-format +msgid "Added %d tags" +msgstr "" + +#: mailpile/plugins/tags.py:625 +#, python-format +msgid "Listed %d tags" +msgstr "" + +#: mailpile/plugins/tags.py:685 +#, python-format +msgid "Deleted %d tags" +msgstr "" + +#: mailpile/plugins/tags.py:782 +msgid "Need tag name" +msgstr "" + +#: mailpile/plugins/tags.py:787 +msgid "Need flags and search terms or a hook" +msgstr "" + +#: mailpile/plugins/tags.py:800 +#, python-format +msgid "No such tag: %s" +msgstr "" + +#: mailpile/plugins/tags.py:834 +msgid "Added new filter" +msgstr "" + +#: mailpile/plugins/tags.py:863 +#, python-format +msgid "Removed %d filter(s)" +msgstr "" + +#: mailpile/plugins/vcard_gnupg.py:22 +msgid "Import contacts from GnuPG keyring" +msgstr "" + +#: mailpile/plugins/vcard_gnupg.py:25 mailpile/plugins/vcard_gravatar.py:34 +#: mailpile/plugins/vcard_libravatar.py:31 +msgid "Enable this importer" +msgstr "" + +#: mailpile/plugins/vcard_gnupg.py:26 +msgid "Location of keyring" +msgstr "" + +#: mailpile/plugins/vcard_gnupg.py:245 +#, python-format +msgid "Extracted %d vCards from GPG keychain" +msgstr "" + +#: mailpile/plugins/vcard_gnupg.py:279 +#, python-format +msgid "Imported %d vCards from GPG keychain" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:31 +msgid "Import contact info from a Gravatar server" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:35 +#: mailpile/plugins/vcard_libravatar.py:32 +msgid "Require anonymity for use" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:36 +#: mailpile/plugins/vcard_libravatar.py:33 +msgid "Minimum days between refreshing" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:37 +#: mailpile/plugins/vcard_libravatar.py:34 +msgid "Max batch size per update" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:38 +#: mailpile/plugins/vcard_libravatar.py:35 +msgid "Default thumbnail style" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:39 +#: mailpile/plugins/vcard_libravatar.py:36 +msgid "Preferred thumbnail rating" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:41 +#: mailpile/plugins/vcard_libravatar.py:38 +msgid "Preferred thumbnail size" +msgstr "" + +#: mailpile/plugins/vcard_gravatar.py:42 +msgid "Gravatar server URL" +msgstr "" + +#: mailpile/plugins/vcard_libravatar.py:28 +msgid "Import contact info from a Libravatar server" +msgstr "" + +#: mailpile/plugins/vcard_libravatar.py:39 +msgid "Libravatar server URL" +msgstr "" + +#: mailpile/plugins/vcard_mork.py:43 +msgid "Location of Mork database" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:29 +msgid "Encryption key is revoked" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:31 +msgid "Encryption key is disabled" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:33 +msgid "Encryption key has expired" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:35 +msgid "Encryption key has been imported and verified" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:56 +msgid "Encryption key has been imported" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:68 +msgid "Encryption key is very strong" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:70 +msgid "Encryption key is strong" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:72 +msgid "Encryption key is average" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:74 +msgid "Encryption key is weak" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:94 +msgid "Anonymous" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:135 +#, python-format +msgid "Searching for encryption keys in: %s" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:334 +msgid "Found encryption key in keychain" +msgstr "" + +#: mailpile/plugins/keylookup/__init__.py:368 +msgid "Found encryption key in keyserver" +msgstr "" + +#: mailpile/plugins/keylookup/dnspka.py:21 +msgid "DNS PKA records" +msgstr "" + +#: mailpile/plugins/keylookup/dnspka.py:33 +msgid "Found key in DNS PKA" +msgstr "" + +#: mailpile/plugins/keylookup/email_keylookup.py:91 +msgid "E-mail keys" +msgstr "" + +#: mailpile/plugins/keylookup/email_keylookup.py:105 +msgid "Found key in local e-mail" +msgstr "" + +#: mailpile/www/jinjaextensions.py:270 mailpile/www/jinjaextensions.py:326 +#: mailpile/www/jinjaextensions.py:391 +msgid "Unknown" +msgstr "" + +#: mailpile/www/jinjaextensions.py:271 +msgid "There is something unknown or wrong with this signature" +msgstr "" + +#: mailpile/www/jinjaextensions.py:276 +msgid "Not Signed" +msgstr "" + +#: mailpile/www/jinjaextensions.py:277 +msgid "" +"This data has no digital signature, which means it could have come from " +"anyone, not necessarily the real sender" +msgstr "" + +#: mailpile/www/jinjaextensions.py:283 +msgid "There was a weird error with this digital signature" +msgstr "" + +#: mailpile/www/jinjaextensions.py:287 mailpile/www/jinjaextensions.py:444 +msgid "Mixed Error" +msgstr "" + +#: mailpile/www/jinjaextensions.py:288 +msgid "Parts of this message have a signature with a weird error" +msgstr "" + +#: mailpile/www/jinjaextensions.py:292 +msgid "Invalid" +msgstr "" + +#: mailpile/www/jinjaextensions.py:293 +msgid "The digital signature was invalid or bad" +msgstr "" + +#: mailpile/www/jinjaextensions.py:297 +msgid "Mixed Invalid" +msgstr "" + +#: mailpile/www/jinjaextensions.py:298 +msgid "Parts of this message have a digital signature that is invalid or bad" +msgstr "" + +#: mailpile/www/jinjaextensions.py:303 +msgid "Revoked" +msgstr "" + +#: mailpile/www/jinjaextensions.py:304 +msgid "" +"Watch out, the digital signature was made with a key that has been " +"revoked - this is not a good thing" +msgstr "" + +#: mailpile/www/jinjaextensions.py:309 +msgid "Mixed Revoked" +msgstr "" + +#: mailpile/www/jinjaextensions.py:310 +msgid "" +"Watch out, parts of this message were digitally signed with a key that " +"has been revoked" +msgstr "" + +#: mailpile/www/jinjaextensions.py:315 +msgid "Expired" +msgstr "" + +#: mailpile/www/jinjaextensions.py:316 +msgid "The digital signature was made with an expired key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:320 +msgid "Mixed Expired" +msgstr "" + +#: mailpile/www/jinjaextensions.py:321 +msgid "Parts of this message have a digital signature made with an expired key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:327 +msgid "" +"The digital signature was made with an unknown key, so we can not verify " +"it" +msgstr "" + +#: mailpile/www/jinjaextensions.py:332 +msgid "Mixed Unknown" +msgstr "" + +#: mailpile/www/jinjaextensions.py:333 +msgid "" +"Parts of this message have a signature made with an unknown key which we " +"can not verify" +msgstr "" + +#: mailpile/www/jinjaextensions.py:338 +msgid "Unverified" +msgstr "" + +#: mailpile/www/jinjaextensions.py:339 +msgid "The signature was good but it came from a key that is not verified yet" +msgstr "" + +#: mailpile/www/jinjaextensions.py:344 +msgid "Mixed Unverified" +msgstr "" + +#: mailpile/www/jinjaextensions.py:345 +msgid "Parts of this message have an unverified signature" +msgstr "" + +#: mailpile/www/jinjaextensions.py:349 +msgid "Verified" +msgstr "" + +#: mailpile/www/jinjaextensions.py:350 +msgid "The signature was good and came from a verified key, w00t!" +msgstr "" + +#: mailpile/www/jinjaextensions.py:354 +msgid "Mixed Verified" +msgstr "" + +#: mailpile/www/jinjaextensions.py:355 +msgid "Parts of the message have a verified signature, but other parts do not" +msgstr "" + +#: mailpile/www/jinjaextensions.py:392 +msgid "There is some unknown thing wrong with this encryption" +msgstr "" + +#: mailpile/www/jinjaextensions.py:397 +msgid "Not Encrypted" +msgstr "" + +#: mailpile/www/jinjaextensions.py:398 +msgid "" +"This content was not encrypted. It could have been intercepted and read " +"by an unauthorized party" +msgstr "" + +#: mailpile/www/jinjaextensions.py:403 +#: shared-data/default-theme/html/jsapi/compose/crypto.js:178 +msgid "Encrypted" +msgstr "" + +#: mailpile/www/jinjaextensions.py:404 +msgid "This content was encrypted, great job being secure" +msgstr "" + +#: mailpile/www/jinjaextensions.py:408 +msgid "Mixed Encrypted" +msgstr "" + +#: mailpile/www/jinjaextensions.py:409 +msgid "Part of this message were encrypted, but other parts were not encrypted" +msgstr "" + +#: mailpile/www/jinjaextensions.py:414 +msgid "Locked Key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:415 +msgid "You have the encryption key to decrypt this, but the key itself is locked." +msgstr "" + +#: mailpile/www/jinjaextensions.py:420 +msgid "Mixed Locked Key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:421 +msgid "" +"Parts of the message could not be decrypted because your encryption key " +"is locked." +msgstr "" + +#: mailpile/www/jinjaextensions.py:426 +msgid "Missing Key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:427 +msgid "" +"You don't have the encryption key to decrypt this, perhaps it was " +"encrypted to an old key you don't have anymore?" +msgstr "" + +#: mailpile/www/jinjaextensions.py:432 +msgid "Mixed Missing Key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:433 +msgid "" +"Parts of the message could not be decrypted because you are missing the " +"private key. Perhaps it was encrypted to an old key you don't have " +"anymore?" +msgstr "" + +#: mailpile/www/jinjaextensions.py:440 +msgid "We failed to decrypt and are unsure why." +msgstr "" + +#: mailpile/www/jinjaextensions.py:445 +msgid "We failed to decrypt parts of this message and are unsure why" +msgstr "" + +#: mailpile/www/jinjaextensions.py:478 mailpile/www/jinjaextensions.py:483 +msgid "Automatic" +msgstr "" + +#: mailpile/www/jinjaextensions.py:479 mailpile/www/jinjaextensions.py:484 +msgid "" +"Mailpile will intelligently try to guess and suggest the best security " +"with this given contact" +msgstr "" + +#: mailpile/www/jinjaextensions.py:487 +msgid "Don't Sign or Encrypt" +msgstr "" + +#: mailpile/www/jinjaextensions.py:488 +msgid "Messages will not be encrypted nor signed by your encryption key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:490 +msgid "Only Sign" +msgstr "" + +#: mailpile/www/jinjaextensions.py:491 +msgid "Messages will only be signed by your encryption key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:493 +msgid "Only Encrypt" +msgstr "" + +#: mailpile/www/jinjaextensions.py:494 +msgid "Messages will only be encrypted but not signed by your encryption key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:496 +msgid "Always Encrypt & Sign" +msgstr "" + +#: mailpile/www/jinjaextensions.py:497 +msgid "Messages will be both encrypted and signed by your encryption key" +msgstr "" + +#: mailpile/www/jinjaextensions.py:559 +msgid "" +"Mailpile security tip: \\n\\n Uh oh! This web site may be dangerous!\\n" +" Are you sure you want to continue?\\n" +msgstr "" + +#: mailpile/www/jinjaextensions.py:700 mailpile/www/jinjaextensions.py:708 +msgid "No Subject" +msgstr "" + +#: mailpile/www/jinjaextensions.py:727 +msgid "and" +msgstr "" + +#: mailpile/www/jinjaextensions.py:727 +msgid "others" +msgstr "" + +#: mailpile/www/jinjaextensions.py:887 +msgid "No Fingerprint" +msgstr "" + +#: shared-data/contrib/datadig/datadig.py:37 +msgid "Nothing Happened" +msgstr "" + +#: shared-data/contrib/datadig/datadig.py:125 +#: shared-data/contrib/datadig/datadig.py:128 +#, python-format +msgid "Digging into =%s" +msgstr "" + +#: shared-data/contrib/datadig/datadig.py:136 +#, python-format +msgid "Found %d rows in %d messages" +msgstr "" + +#: shared-data/contrib/demos/demos.py:45 +msgid "Demo Contacts" +msgstr "" + +#: shared-data/contrib/demos/demos.py:46 +msgid "This is the demo importer" +msgstr "" + +#: shared-data/contrib/demos/demos.py:49 +msgid "Activate demo importer" +msgstr "" + +#: shared-data/contrib/demos/demos.py:50 +msgid "Contact name" +msgstr "" + +#: shared-data/contrib/demos/demos.py:51 +msgid "Contact email" +msgstr "" + +#: shared-data/contrib/demos/demos.py:112 +msgid "I refuse to work with empty or gross data" +msgstr "" + +#: shared-data/contrib/demos/demos.py:116 +msgid "I hashed your data for you, yay!" +msgstr "" + +#: shared-data/contrib/forcegrapher/forcegrapher.py:80 +msgid "Generated graph view" +msgstr "" + +#: shared-data/contrib/gui/gui.py:79 +msgid "Starting up ..." +msgstr "" + +#: shared-data/contrib/gui/gui.py:82 +msgid "Open Mailpile" +msgstr "" + +#: shared-data/contrib/gui/gui.py:87 +msgid "Quit" +msgstr "" + +#: shared-data/contrib/gui/gui.py:100 +msgid "Starting Mailpile" +msgstr "" + +#: shared-data/contrib/gui/gui.py:143 +#, python-format +msgid "%d messages" +msgstr "" + +#: shared-data/contrib/hacks/hacks.py:60 +msgid "Tried to fix metadata index" +msgstr "" + +#: shared-data/contrib/hacks/hacks.py:135 +msgid "Displayed raw metadata" +msgstr "" + +#: shared-data/contrib/hacks/hacks.py:154 +msgid "Displayed message keywords" +msgstr "" + +#: shared-data/contrib/hacks/hacks.py:170 +msgid "Displayed message HeaderPrint" +msgstr "" + +#: shared-data/contrib/i18nhelper/i18nhelper.py:19 +msgid "Nothing recently translated" +msgstr "" + +#: shared-data/contrib/print/print.py:48 +#, python-format +msgid "Printing e-mail to %s" +msgstr "" + +#: shared-data/contrib/print/print.py:64 +#, python-format +msgid "Printed to %d files" +msgstr "" + +#: shared-data/default-theme/html/auth/shared.html:24 +msgid "To Log In Please Enter" +msgstr "" + +#: shared-data/default-theme/html/auth/shared.html:30 +msgid "Your Passphrase" +msgstr "" + +#: shared-data/default-theme/html/auth/shared.html:34 +msgid "Oops, wrong passphrase. Try again?" +msgstr "" + +#: shared-data/default-theme/html/auth/shared.html:39 +msgid "You Have Been Logged Out!" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:2 +#: shared-data/default-theme/html/contacts/index.html:63 +#: shared-data/default-theme/html/partials/sidebar.html:20 +#: shared-data/default-theme/html/partials/tools_contacts.html:37 +#: shared-data/default-theme/html/partials/topbar.html:40 +msgid "Contacts" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:43 +msgid "No Contact Info" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:49 +msgid "No Contacts Found" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:50 +msgid "" +"Don't worry, it's ok. Mailpile will start to automatically create " +"contacts whenever you send or reply to messages." +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:58 +#: shared-data/default-theme/html/setup/partials/profiles_list.html:12 +#: shared-data/default-theme/html/setup/partials/sources_list.html:13 +msgid "Previous" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:61 +#: shared-data/default-theme/html/profiles/account-form.html:305 +#: shared-data/default-theme/html/profiles/account-form.html:402 +#: shared-data/default-theme/html/profiles/account-form.html:601 +#: shared-data/default-theme/html/setup/crypto/index.html:18 +#: shared-data/default-theme/html/setup/crypto/index.html:34 +#: shared-data/default-theme/html/setup/partials/key_generated.html:8 +#: shared-data/default-theme/html/setup/partials/profiles_list.html:14 +#: shared-data/default-theme/html/setup/partials/sources_list.html:15 +msgid "Next" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:63 +msgid "of" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:63 +msgid "1 Conversation" +msgstr "" + +#: shared-data/default-theme/html/contacts/index.html:63 +msgid "No results found" +msgstr "" + +#: shared-data/default-theme/html/contacts/add/index.html:2 +#: shared-data/default-theme/html/jsapi/templates/modal-contact-add.html:6 +#: shared-data/default-theme/html/partials/search_item.html:76 +#: shared-data/default-theme/html/partials/thread_metadata.html:17 +#: shared-data/default-theme/html/partials/tools_contacts.html:43 +msgid "Add Contact" +msgstr "" + +#: shared-data/default-theme/html/contacts/add/index.html:8 +#: shared-data/default-theme/html/jsapi/templates/modal-add-tag.html:9 +#: shared-data/default-theme/html/jsapi/templates/modal-contact-add.html:10 +#: shared-data/default-theme/html/partials/hidden.html:44 +#: shared-data/default-theme/html/profiles/account-form.html:264 +#: shared-data/default-theme/html/settings/index.html:4 +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:6 +msgid "Name" +msgstr "" + +#: shared-data/default-theme/html/contacts/add/index.html:10 +#: shared-data/default-theme/html/jsapi/templates/modal-contact-add.html:12 +#: shared-data/default-theme/html/partials/hidden.html:46 +#: shared-data/default-theme/html/profiles/account-form.html:270 +msgid "E-mail" +msgstr "" + +#: shared-data/default-theme/html/contacts/add/index.html:15 +#: shared-data/default-theme/html/jsapi/templates/modal-add-tag.html:11 +#: shared-data/default-theme/html/jsapi/templates/modal-add-tag.html:12 +#: shared-data/default-theme/html/jsapi/templates/modal-contact-add.html:14 +#: shared-data/default-theme/html/jsapi/templates/modal-contact-add.html:15 +#: shared-data/default-theme/html/jsapi/templates/modal-send-public-key.html:11 +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:15 +#: shared-data/default-theme/html/partials/hidden.html:51 +#: shared-data/default-theme/html/partials/sidebar.html:28 +#: shared-data/default-theme/html/partials/tag_add.html:37 +#: shared-data/default-theme/html/profiles/account-form.html:752 +#: shared-data/default-theme/html/tags/form.html:196 +msgid "Add" +msgstr "" + +#: shared-data/default-theme/html/contacts/import/index.html:2 +msgid "Import Contacts" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:2 +#: shared-data/default-theme/html/contacts/view/index.html:9 +#: shared-data/default-theme/html/jsapi/crypto/find.js:28 +#: shared-data/default-theme/html/partials/search_item.html:129 +#: shared-data/default-theme/html/setup/partials/sources_configure.html:25 +msgid "No Name" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:21 +msgid "Hey that's you" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:32 +#: shared-data/default-theme/html/partials/topbar.html:36 +msgid "Compose" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:33 +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:15 +#: shared-data/default-theme/html/partials/topbar.html:17 +#: shared-data/default-theme/html/partials/topbar.html:26 +msgid "Search" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:41 +msgid "Security & Keys" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:84 +msgid "messages when communicating with" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:88 +msgid "" +"You have no encryption keys for this contact. You need encryption keys in" +" order to communicate securely." +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:95 +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:40 +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:8 +#: shared-data/default-theme/html/partials/thread_metadata.html:41 +#: shared-data/default-theme/html/partials/tooltips.html:40 +msgid "Find Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:121 +msgid "Conversations" +msgstr "" + +#: shared-data/default-theme/html/contacts/view/index.html:147 +msgid "No Conversations" +msgstr "" + +#: shared-data/default-theme/html/eventlog/index.html:75 +msgid "No Events Found" +msgstr "" + +#: shared-data/default-theme/html/filter/list/index.html:2 +#: shared-data/default-theme/html/partials/tools_tags.html:16 +msgid "Filters" +msgstr "" + +#: shared-data/default-theme/html/filter/list/index.html:30 +#: shared-data/default-theme/html/partials/tools_search.html:155 +#: shared-data/default-theme/html/partials/tools_search.html:156 +#: shared-data/default-theme/html/settings/index.html:48 +#: shared-data/default-theme/html/settings/index.html:71 +#: shared-data/default-theme/html/setup/partials/home.html:7 +#: shared-data/default-theme/html/setup/partials/home.html:14 +#: shared-data/default-theme/html/setup/partials/home.html:21 +#: shared-data/default-theme/html/setup/partials/home.html:28 +#: shared-data/default-theme/html/setup/partials/home.html:35 +#: shared-data/default-theme/html/setup/partials/home.html:42 +#: shared-data/default-theme/html/setup/partials/home.html:57 +#: shared-data/default-theme/html/setup/partials/profiles_list_item.html:13 +#: shared-data/default-theme/html/setup/partials/sending_list_item.html:13 +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:23 +msgid "Edit" +msgstr "" + +#: shared-data/default-theme/html/filter/list/index.html:31 +#: shared-data/default-theme/html/settings/index.html:49 +#: shared-data/default-theme/html/settings/index.html:72 +#: shared-data/default-theme/html/setup/partials/sending_list_item.html:15 +msgid "Delete" +msgstr "" + +#: shared-data/default-theme/html/filter/list/index.html:37 +msgid "No Filters Exist" +msgstr "" + +#: shared-data/default-theme/html/filter/list/index.html:38 +msgid "" +"Filters are clever rules that automatically apply tags, sort and " +"otherwise handle your messages." +msgstr "" + +#: shared-data/default-theme/html/help/bottom.html:2 +msgid "Hopefully this tip helped. If something is missing or incorrect" +msgstr "" + +#: shared-data/default-theme/html/help/bottom.html:2 +msgid "let us know" +msgstr "" + +#: shared-data/default-theme/html/help/bottom.html:2 +msgid "or" +msgstr "" + +#: shared-data/default-theme/html/help/bottom.html:2 +msgid "file an issue" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:2 +#: shared-data/default-theme/html/help/index.html:7 +#: shared-data/default-theme/html/page/gmail-2-step-verification/index.html:2 +#: shared-data/default-theme/html/page/gmail-2-step-verification/index.html:7 +#: shared-data/default-theme/html/page/gmail-access-non-google-accounts/index.html:2 +#: shared-data/default-theme/html/page/gmail-access-non-google-accounts/index.html:7 +msgid "Help" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:9 +msgid "Custom Searches" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:10 +msgid "" +"Underneath the hood Mailpile is a high performance search engine that can" +" answer complex questions." +msgstr "" + +#: shared-data/default-theme/html/help/index.html:12 +msgid "Keyboard Shortcuts" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:13 +msgid "" +"Here will be a list of keyboard shortcuts / keybindings for all you cool " +"cat power users out there!" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:15 +msgid "Encryption & Security" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:16 +msgid "" +"Are you new to all these terms like encryption and keys? Don't fret. We " +"will do our best to help explain and educate you how to use your Mailpile" +" in the most secure way possible." +msgstr "" + +#: shared-data/default-theme/html/help/index.html:18 +#: shared-data/default-theme/html/setup/index.html:2 +#: shared-data/default-theme/html/setup/crypto/index.html:2 +#: shared-data/default-theme/html/setup/partials/configure_key.html:2 +#: shared-data/default-theme/html/setup/password/index.html:2 +#: shared-data/default-theme/html/setup/profiles/index.html:2 +msgid "Setup" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:20 +msgid "Gmail's 2 Step App Passwords" +msgstr "" + +#: shared-data/default-theme/html/help/index.html:21 +#: shared-data/default-theme/html/page/gmail-access-non-google-accounts/index.html:2 +#: shared-data/default-theme/html/page/gmail-access-non-google-accounts/index.html:10 +#: shared-data/default-theme/html/setup/partials/modals.html:33 +msgid "Enable Access for Non-Google Apps" +msgstr "" + +#: shared-data/default-theme/html/jsapi/index.js:129 +msgid "Check your network?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/index.js:130 +msgid "Restart the app?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/index.js:179 +msgid "Oops. Mailpile failed to complete your task." +msgstr "" + +#: shared-data/default-theme/html/jsapi/index.js:194 +msgid "Mailpile is unreachable." +msgstr "" + +#: shared-data/default-theme/html/jsapi/index.js:198 +msgid "Mailpile timed out..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/attachments.js:144 +#: shared-data/default-theme/html/jsapi/crypto/import.js:79 +msgid "is" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/attachments.js:144 +msgid "Some people cannot receive attachments larger than 50 Megabytes." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/attachments.js:166 +msgid "Attachment upload failed status" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/attachments.js:170 +msgid "Could not upload attachment because" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:126 +msgid "" +"This message will be verifiable to recipients who have your encryption " +"key. They will know it actually came from you :)" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:128 +msgid "Signed" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:133 +msgid "" +"This message will not be verifiable, recipients will have no way of " +"knowing it actually came from you." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:135 +msgid "Unsigned" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:140 +msgid "Verification Error" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:142 +msgid "Error accessing your encryption key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:176 +msgid "" +"This message and attachments will be encrypted. The recipients & subject " +"(metadata) will not" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:183 +msgid "" +"This message cannot be encrypted because you do not have keys for one or " +"more recipients" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:185 +msgid "Can Not Encrypt" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:190 +msgid "This message and metadata will not be encrypted" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:192 +#: shared-data/default-theme/html/profiles/account-form.html:343 +#: shared-data/default-theme/html/profiles/account-form.html:425 +#: shared-data/default-theme/html/tags/form.html:94 +msgid "None" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:197 +msgid "There was an error prepping this message for encryption" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/crypto.js:199 +msgid "Error Encrypting" +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/events.js:103 +#: shared-data/default-theme/html/jsapi/compose/events.js:115 +msgid "Preparing to send..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/events.js:109 +msgid "Saving..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/events.js:122 +msgid "Click OK to send the message anyway." +msgstr "" + +#: shared-data/default-theme/html/jsapi/compose/events.js:358 +msgid "Yay, Can Now Encrypt" +msgstr "" + +#: shared-data/default-theme/html/jsapi/crypto/find.js:29 +msgid "No Email" +msgstr "" + +#: shared-data/default-theme/html/jsapi/crypto/import.js:79 +msgid "You can not upload a key larger than 5 Megabytes." +msgstr "" + +#: shared-data/default-theme/html/jsapi/crypto/import.js:113 +msgid "Could not upload encryption key. Status:" +msgstr "" + +#: shared-data/default-theme/html/jsapi/crypto/import.js:118 +msgid "Could not upload encryption key because" +msgstr "" + +#: shared-data/default-theme/html/jsapi/crypto/tooltips.js:8 +msgid "Click For Details" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/global.js:16 +#: shared-data/default-theme/html/jsapi/ui/selection.js:142 +#: shared-data/default-theme/html/partials/tools_search.html:164 +msgid "All" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/helpers.js:5 +msgid "What is an Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/helpers.js:9 +msgid "What is Missing Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:4 +msgid "Mail is being imported into your Mailpile" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:5 +msgid "Copying your mail, please do not be alarmed!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:6 +msgid "Copying mail. This could take a while" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:7 +msgid "Please be patient, we are copying mail as fast as possible" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:8 +#: shared-data/default-theme/html/jsapi/global/silly.js:45 +msgid "Wow, you have a lot of mail" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:9 +msgid "I hope you dont have a plane to catch or anything" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:10 +msgid "Copying mail. Put your arms above your head and whistle La Cucaracha" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:11 +msgid "Making a copy of your mail. Putting it in your inbox, all comfy like" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:14 +msgid "Damn kids." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:15 +msgid "RMS approves!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:16 +msgid "Formatting your C:\\ drive... (just kidding)" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:17 +msgid "Fortifying encryption shields" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:18 +msgid "Increasing entropy & scrambling bits" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:19 +msgid "Patching bugs..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:20 +msgid "Indexing kittens..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:21 +msgid "Indexing lovenotes" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:22 +msgid "Reticulating Splines" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:23 +msgid "Syntax error in line 45 of this e-mail" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:24 +msgid "Shoveling more coal into the server" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:25 +msgid "Calibrating flux capacitors" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:26 +msgid "A few bytes tried to escape, but we caught them" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:27 +msgid "Deterministically simulating future state" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:28 +msgid "Embiggening prototypes" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:29 +msgid "Resolving interdependence" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:30 +msgid "Spinning violently around the y-axis" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:31 +msgid "Locating additional gigapixels" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:32 +msgid "Initializing hamsters" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:33 +msgid "This is our world now... the world of the electron and the switch" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:34 +msgid "Fedexing all your spam to online advertisers..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:35 +msgid "Becoming self-aware" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:36 +msgid "Looking for heretofore unknown prime numbers" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:37 +msgid "Re-aligning satellite grid" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:38 +msgid "Re-routing bitstream" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:39 +msgid "Warming up particle accelerator" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:40 +msgid "Time is an illusion. Loading time doubly so" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:41 +msgid "Verifying local gravitational constant" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:42 +msgid "This server is powered by a lemon and two electrodes" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:46 +msgid "Mailpile has an advanced tagging system & search engine at its core" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:47 +msgid "Do you really need to keep all these Amazon Prime shipping confirmations?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:48 +msgid "I am pretty sure e-mail from ThinkGeeks 2011 X-mas sale can be deleted." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:49 +msgid "Do you really need an e-mail to know when you have been retweeted?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:50 +msgid "E-mail is the largest internet based social network on the planet" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:51 +msgid "Which other technology do you use that is 40 years old?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:52 +msgid "" +"There are 2.5 billion e-mail users worldwide, thats double the amount of " +"Facebook users!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:53 +msgid "Use Mailpile Tags to better organize and search your mail" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:54 +msgid "" +"Remember getting your first e-mail address? Remember how it felt like " +"something private?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:55 +msgid "" +"E-mail is a decentralized by design, this means no one company or " +"government owns it!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:56 +msgid "Over 100 trillion e-mails are sent per year, wow!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:57 +msgid "" +"E-mail is the most widely used communication protocol ever created by " +"humans" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:58 +msgid "" +"E-mail uses an open standard agreed upon by the entire world & owned by " +"no one" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:61 +msgid "BCC-ing ALL THE SPIES!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:62 +msgid "Many powerful governments are conducting mass dragnet surveillance" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:63 +msgid "" +"Most e-mail can be read by network operators as it travels through the " +"internet" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:64 +msgid "" +"Encryption ensures that your e-mails are only read by the intended " +"recipient" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:65 +msgid "Unencrypted e-mail is more like sending a postcard than sending a letter" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:66 +msgid "Mailpile uses OpenPGP to encrypt and decrypt your messages securely" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:67 +msgid "All of your config settings & passwords are encrypted with AES-256" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:68 +msgid "Encrypting e-mails means your communication actually stays private" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:69 +msgid "The more encrypted e-mail you send, the better!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:70 +msgid "Make sure you print or save your keys & passphrase somewhere secure" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:71 +msgid "Mailpile by default encrypts your search index!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:72 +msgid "The most common e-mail password is 123456, hopefully yours is different" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:75 +msgid "Good things come to those who wait" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:76 +msgid "Make Free Software and be happy" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:77 +msgid "Much of Mailpile was built in cafes in Reykjavík, Iceland" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:78 +msgid "Many Icelanders believe in elves and magical hidden people" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:79 +msgid "The founders of Mailpile first met in a public hot tub in Reykjavík" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:80 +msgid "We like volcanos, do you like volcanos?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:81 +msgid "A million hamsters are spinning their wheels right now" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:82 +msgid "Tapping earth for more geothermal energy" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:83 +msgid "Digging moat. Filing with alligators. Fortifying walls" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:84 +msgid "Crossing out swear words..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:85 +msgid "Compiling bullshit bingo grid..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:86 +msgid "Abandon all hope, ye who enter here" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:87 +msgid "Welcome to the nine circles of suffering" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:88 +msgid "Informing David Cameron of suspicious ac^H^H^H ... naaah :)" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:89 +msgid "Letting you wait for no apparent reason" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:90 +msgid "What are you wearing?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:91 +msgid "Go put the kettle on, this could be a while" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:92 +msgid "" +"Go get a cup of tea and some biscuits. This will take approximately 4 " +"custard creams worth of time" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:93 +msgid "Did you know humans share 50 percent of their DNA with a banana? Freaky" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:94 +msgid "Estimating chance of astroid hitting Earth" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:95 +msgid "Reading Terms of Service documents" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:96 +msgid "Catching up on shows on Netflix" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:97 +msgid "Oh, you have some very interesting old e-mails" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:98 +msgid "I think I better understand you now" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:99 +msgid "Your past is just a story you tell yourself" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:100 +msgid "Checking e-mails for stolen Winklevoss ideas" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:101 +msgid "Applying coupons..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:102 +msgid "Licking stamps..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:103 +msgid "Self potato" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:104 +msgid "Yum yum, that one was tasty" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:105 +msgid "" +"Hey, there is some Nigerian prince here who wants to give you twenty " +"million dollars..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:106 +msgid "How rude!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:107 +msgid "Now enhancing photos" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:108 +msgid "Backing up the entire Internet..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:109 +msgid "Really? You are still waiting?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:110 +msgid "Well... it sure is a beautiful day" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:111 +msgid "You should probably go outside or something" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:112 +msgid "Slacking off over here" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:113 +msgid "Doing nothing" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:114 +msgid "Making you wait for no reason" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:115 +msgid "Testing your patience" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:116 +msgid "Pay no attention to the man behind the curtain" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:117 +msgid "You are great just the way you are" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:118 +msgid "Warning: do not think of purple hippos" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:119 +msgid "Follow the white rabbit" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:120 +msgid "Wanna see how deep the rabbit hole goes?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:121 +msgid "Supplying monkeys with typewriters" +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:122 +msgid "Waiting for Godot." +msgstr "" + +#: shared-data/default-theme/html/jsapi/global/silly.js:123 +msgid "Swapping time and space" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/events.js:63 +msgid "Plain Text" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/html-sandbox.js:266 +msgid "" +"This message references images or other content from the web. Downloading" +" and displaying these images may notify the sender that you have read the" +" mail." +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/html-sandbox.js:268 +msgid "Okay, display the images" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/html-sandbox.js:269 +msgid "Always display images from this sender" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/html-sandbox.js:270 +msgid "No, thanks!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/tooltips.js:50 +msgid "Download" +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/ui.js:4 +msgid "Loading message..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/message/ui.js:10 +msgid "Could not retrieve message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/init.js:58 +msgid " new messages received" +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/init.js:59 +msgid "Your pile is growing..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/ui.js:139 +msgid "No Messages Selected" +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/ui.js:159 +msgid "1 message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/ui.js:163 +msgid "messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/search/ui.js:165 +msgid "Moving" +msgstr "" + +#: shared-data/default-theme/html/jsapi/tags/events.js:107 +msgid "Are you sure you want to delete this tag?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/tags/events.js:108 +msgid "This action cannot be undone." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-add-tag.html:6 +#: shared-data/default-theme/html/partials/sidebar.html:26 +#: shared-data/default-theme/html/partials/tools_tags.html:10 +#: shared-data/default-theme/html/tags/add/index.html:2 +#: shared-data/default-theme/html/tags/add/index.html:4 +msgid "Add Tag" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-add-tag.html:10 +#: shared-data/default-theme/html/partials/tag_add.html:8 +#: shared-data/default-theme/html/tags/form.html:44 +msgid "Friends & Family" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-compose-quoted-reply.html:7 +msgid "Quoted Replies" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-compose-quoted-reply.html:12 +msgid "Would you like to disable quoted replies in all the messages you compose?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-compose-quoted-reply.html:13 +msgid "Disable Quoted Replies" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-compose-quoted-reply.html:14 +#: shared-data/default-theme/html/partials/tools_search.html:147 +#: shared-data/default-theme/html/profiles/edit/index.html:8 +#: shared-data/default-theme/html/settings/mailbox/index.html:70 +#: shared-data/default-theme/html/setup/partials/access.html:12 +#: shared-data/default-theme/html/setup/partials/keys.html:13 +#: shared-data/default-theme/html/setup/partials/language.html:14 +#: shared-data/default-theme/html/setup/partials/passphrase.html:20 +#: shared-data/default-theme/html/setup/partials/sources_configure.html:59 +#: shared-data/default-theme/html/tags/form.html:198 +msgid "Save" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:7 +msgid "Cannot Encrypt" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:15 +msgid "You are missing encryption keys for the following contacts" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:50 +msgid "Yourself!" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:53 +msgid "" +"You cannot send encrypted or signed mail without an encryption key of " +"your own." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:54 +msgid "Check your account settings or send using a different profile." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:62 +#: shared-data/default-theme/html/partials/hidden.html:58 +msgid "Searching for encryption keys for:" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:73 +msgid "Searching for encryption keys..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:86 +msgid "Send Unencrypted" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-composer-encryption-helper.html:91 +msgid "Try Again" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:8 +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:63 +msgid "Save Search" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:13 +msgid "Saved Searches appear as Tags in the sidebar." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:14 +msgid "" +"New matching messages will be tagged automatically as they arrive, but " +"you can also add or remove messages by hand." +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:17 +msgid "Configure new Saved Search" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:22 +#: shared-data/default-theme/html/tags/form.html:32 +msgid "Change Icon" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:24 +#: shared-data/default-theme/html/tags/form.html:38 +msgid "Change Color" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:24 +#: shared-data/default-theme/html/tags/form.html:38 +msgid "Color" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:27 +msgid "Save as" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:28 +msgid "Tag Name" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:35 +msgid "Mark as Read" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:37 +msgid "Remove from Inbox" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:39 +msgid "Never send to Spam" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:45 +#: shared-data/default-theme/html/tags/form.html:130 +msgid "Choose an Icon" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:51 +msgid "Choose a Color" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:69 +msgid "Create new Saved Search" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:72 +msgid "Replace" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-save-search.html:80 +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:39 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:129 +msgid "Cancel" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:13 +msgid "Enter Name or Email Address" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:19 +msgid "Want to search for something else" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:19 +msgid "click here" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-search-keyservers.html:24 +msgid "Searching for encryption keys for" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-send-public-key.html:5 +msgid "Send Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-send-public-key.html:12 +msgid "Send Selected Keys" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:6 +#: shared-data/default-theme/html/partials/tag_add.html:7 +#: shared-data/default-theme/html/partials/tag_add.html:15 +#: shared-data/default-theme/html/tags/form.html:42 +msgid "Tag" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:6 +#: shared-data/default-theme/html/jsapi/templates/template-modal-tag-picker-item.html:9 +#: shared-data/default-theme/html/partials/tools_message.html:7 +#: shared-data/default-theme/html/partials/tools_search.html:47 +msgid "Messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:13 +#: shared-data/default-theme/html/partials/tools_message.html:9 +#: shared-data/default-theme/html/partials/tools_tags.html:4 +#: shared-data/default-theme/html/partials/topbar.html:43 +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:22 +#: shared-data/default-theme/html/tags/sidebar.html:2 +msgid "Tags" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:21 +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:22 +#: shared-data/default-theme/html/setup/partials/profiles_list_item.html:14 +msgid "Remove" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:24 +#: shared-data/default-theme/html/jsapi/templates/modal-tag-picker.html:25 +msgid "Apply" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:5 +msgid "Upload Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:9 +msgid "Something went wrong uploading encryption key. Try again?" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:14 +msgid "Select or Drag Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:14 +msgid "A file located on your computer usually ending in: .asc .key .pub" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:16 +msgid "Select Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:18 +msgid "Unable to create uploader" +msgstr "" + +#: shared-data/default-theme/html/jsapi/templates/modal-upload-key.html:18 +msgid "update your browser" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/notifications.js:145 +msgid "Working..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/notifications.js:231 +msgid "edit settings" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/sidebar.js:104 +#: shared-data/default-theme/html/partials/hidden.html:19 +msgid "to" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:6 +msgid "Tagged 1 message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:7 +msgid "Tagged (num) messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:8 +msgid "Untagged 1 message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:9 +msgid "Untagged (num) messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:10 +msgid "Marked 1 message read" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:11 +msgid "Marked (num) messages read" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:12 +msgid "Marked 1 message unread" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:13 +msgid "Marked (num) messages unread" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:14 +msgid "Moved 1 message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:15 +msgid "Moved (num) messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:16 +msgid "Archived 1 message" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:17 +msgid "Archived (num) messages" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:18 +msgid "Moved 1 message to trash" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:19 +msgid "Moved (num) messages to trash" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:20 +msgid "Moved 1 message to spam" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:21 +msgid "Moved (num) messages to spam" +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tagging.js:35 +msgid "Tagging..." +msgstr "" + +#: shared-data/default-theme/html/jsapi/ui/tooltips.js:49 +msgid "Compose to:" +msgstr "" + +#: shared-data/default-theme/html/layouts/full.html:10 +#: shared-data/default-theme/html/partials/topbar.html:3 +msgid "Somebody" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/bugs.html:2 +msgid "Reporting bugs" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/bugs.html:6 +msgid "Reporting Bugs" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:2 +#: shared-data/default-theme/html/page/contribute/index.html:6 +msgid "Help Mailpile Grow" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:8 +msgid "" +"Mailpile is a created by a diverse community of people and organizations " +"who care about freedom and privacy." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:9 +msgid "Please join our community and contribute in any way you can!" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:10 +msgid "Thank you!" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:13 +msgid "Become a backer" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:15 +msgid "Donate" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:19 +msgid "" +"Employing people to work on Mailpile full time is the fastest way to " +"improve the software." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:20 +msgid "" +"Although the software is (and will always be) free, salaries still cost " +"money and your support matters." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:21 +msgid "" +"If you contribute $23 USD or more, you get access to our community voting" +" platform, where you can have a say in the future direction of the " +"project:" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:25 +msgid "Tell your friends" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:28 +msgid "If you like Mailpile, please tell people about it!" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:29 +msgid "" +"Tweet, share, link, write articles and blog posts, act out dramatic " +"tutorials on Youtube, make movies..." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:30 +msgid "" +"Let us know what you create, so we can share the best content with the " +"rest of the community." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:31 +msgid "We are:" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:37 +msgid "Geek out!" +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:39 +msgid "If you like breaking things, you can find and report bugs." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:40 +msgid "If you are fluent in an interesting language, you can help translate." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:41 +msgid "If you are a hacker, you can contribute code." +msgstr "" + +#: shared-data/default-theme/html/page/contribute/index.html:42 +msgid "If you provide e-mail services, you can become a partner." +msgstr "" + +#: shared-data/default-theme/html/page/gmail-2-step-verification/index.html:2 +#: shared-data/default-theme/html/page/gmail-2-step-verification/index.html:10 +#: shared-data/default-theme/html/setup/partials/modals.html:38 +msgid "Gmail's 2-Step App Passwords" +msgstr "" + +#: shared-data/default-theme/html/page/multipile/index.html:2 +#: shared-data/default-theme/html/page/multipile/index.html:46 +msgid "Your Mailpile may not be running" +msgstr "" + +#: shared-data/default-theme/html/page/multipile/index.html:27 +msgid "Launch Mailpile as ..." +msgstr "" + +#: shared-data/default-theme/html/page/multipile/index.html:32 +#: shared-data/default-theme/html/page/multipile/index.html:33 +#: shared-data/default-theme/html/profiles/account-form.html:361 +#: shared-data/default-theme/html/profiles/account-form.html:452 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:12 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:53 +msgid "Username" +msgstr "" + +#: shared-data/default-theme/html/page/multipile/index.html:48 +msgid "" +"To launch the app please enter your account details above or use a " +"terminal (ssh) to start Mailpile manually." +msgstr "" + +#: shared-data/default-theme/html/page/release-notes/index.html:2 +#, python-format +msgid "Mailpile %(version)s release notes" +msgstr "" + +#: shared-data/default-theme/html/page/release-notes/index.html:6 +#: shared-data/default-theme/html/profiles/index.html:18 +#, python-format +msgid "Welcome to Mailpile %(version)s" +msgstr "" + +#: shared-data/default-theme/html/page/release-notes/index.html:18 +#: shared-data/default-theme/html/partials/pile_email_hints.html:13 +#: shared-data/default-theme/html/partials/pile_email_hints.html:27 +msgid "OK, got it" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:3 +msgid "Message Not Found" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:4 +msgid "We were unable to find the message you requested, perhaps it was deleted?" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:6 +msgid "Contact Missing" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:7 +msgid "" +"We were unable to find the contact you requested, perhaps it was typed " +"(or linked to) incorrectly?" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:9 +msgid "Tag Missing" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:10 +msgid "" +"We were unable to find the tag you requested, perhaps it was typed (or " +"linked to) incorrectly?" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:12 +msgid "Oops, You've Found a Quirk" +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:13 +msgid "" +"There's something happening here. What it is ain't exactly clear. " +"Everybody look what's going down." +msgstr "" + +#: shared-data/default-theme/html/partials/errors_content.html:18 +#, python-format +msgid "" +"If you think this is a bug, please file a bug report" +msgstr "" + +#: shared-data/default-theme/html/partials/head.html:74 +msgid "Browser notifications allowed" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:14 +#: shared-data/default-theme/html/partials/helpers.html:15 +msgid "Don't Show" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:45 +#: shared-data/default-theme/html/partials/hidden.html:87 +msgid "Contact Info" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:55 +#: shared-data/default-theme/html/partials/hidden.html:100 +msgid "Score" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:60 +#: shared-data/default-theme/html/partials/hidden.html:106 +msgid "Details" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:61 +#: shared-data/default-theme/html/partials/hidden.html:107 +msgid "Strength" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:62 +#: shared-data/default-theme/html/partials/hidden.html:108 +msgid "Algorithm" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:63 +#: shared-data/default-theme/html/partials/hidden.html:109 +#: shared-data/default-theme/html/partials/hidden.html:173 +#: shared-data/default-theme/html/settings/set/password/index.html:78 +#: shared-data/default-theme/html/setup/crypto/index.html:93 +msgid "Created" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:77 +msgid "Use This Key" +msgstr "" + +#: shared-data/default-theme/html/partials/helpers.html:78 +msgid "Don't Use This Key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:19 +#: shared-data/default-theme/html/partials/search_item.html:68 +#: shared-data/default-theme/html/partials/thread_metadata.html:4 +#: shared-data/default-theme/html/partials/thread_metadata.html:7 +msgid "From" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:19 +msgid "Start Date" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:19 +msgid "Present" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:20 +msgid "With" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:20 +msgid "No Tags" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:21 +msgid "In" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:21 +msgid "All Groups" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:22 +msgid "And" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:22 +msgid "All Contacts" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:62 +msgid "No encryption keys found matching:" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:66 +msgid "Make sure your internet connection is working" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:122 +msgid "Don't use this key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:127 +msgid "This key is on your key chain." +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:136 +msgid "Import Key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:148 +msgid "Importing Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:172 +msgid "Key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:174 +msgid "Key Size" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:175 +msgid "Key Type" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:183 +msgid "Show Hidden Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:186 +msgid "Hidden keys are either revoked or expired and should not be used" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:219 +msgid "Message moved to new thread" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:219 +msgid "go to new thread" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:224 +msgid "Draft was deleted" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:224 +msgid "click to reload" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:242 +msgid "do it now?" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:244 +msgid "A mistake?" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:244 +msgid "undo" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:253 +msgid "Encryption Key from" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:253 +msgid "Import Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/partials/hidden.html:254 +msgid "Show Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/partials/pile_email_hints.html:7 +msgid "This message has HTML formatted content." +msgstr "" + +#: shared-data/default-theme/html/partials/pile_email_hints.html:8 +msgid "For security reasons, Mailpile will by default only display plain text." +msgstr "" + +#: shared-data/default-theme/html/partials/pile_email_hints.html:9 +msgid "" +"You can change display modes by clicking the icons to the right of the " +"Subject line." +msgstr "" + +#: shared-data/default-theme/html/partials/pile_email_hints.html:21 +msgid "" +"Usually when you reply to a message, all participants in the conversation" +" will be sent a copy of your reply." +msgstr "" + +#: shared-data/default-theme/html/partials/pile_email_hints.html:23 +msgid "" +"If want to send a private reply, only to the author of this message, " +"mouse over their name and click the reply icon that appears." +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:33 +msgid "View e-mail from this mailing list" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:39 +msgid "Search for e-mail from:" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:49 +msgid "Previous Conversation" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:54 +msgid "Close" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:57 +msgid "Next Conversation" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:78 +msgid "Private Reply" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:173 +#: shared-data/default-theme/html/partials/thread_metadata.html:98 +msgid "Subject" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:187 +msgid "Display HTML formatted message content" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:191 +msgid "Display plain-text message content" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:208 +msgid "Switch to full conversation view" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:211 +msgid "Display message source code" +msgstr "" + +#: shared-data/default-theme/html/partials/search_item.html:214 +msgid "Display technical message data as JSON" +msgstr "" + +#: shared-data/default-theme/html/partials/sidebar.html:15 +msgid "Remove tags" +msgstr "" + +#: shared-data/default-theme/html/partials/sidebar.html:31 +msgid "Done" +msgstr "" + +#: shared-data/default-theme/html/partials/sidebar.html:32 +msgid "Edit Sidebar" +msgstr "" + +#: shared-data/default-theme/html/partials/sidebar.html:34 +msgid "Organize" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:3 +msgid "Add New Tag" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:10 +msgid "Slug" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:11 +msgid "friends-family" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:13 +#: shared-data/default-theme/html/partials/tools_search.html:57 +msgid "Display" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:16 +msgid "Archive" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:19 +#: shared-data/default-theme/html/tags/form.html:92 +msgid "Parent" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:21 +msgid "none" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:29 +msgid "Template" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:31 +msgid "Default" +msgstr "" + +#: shared-data/default-theme/html/partials/tag_add.html:34 +msgid "Search Terms" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_message_cryptofail.html:12 +msgid "Send Your Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_message_cryptofail.html:16 +msgid "Password incorrect? Try again!" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_message_cryptofail.html:21 +msgid "Decrypt Message" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:23 +msgid "View Profile" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:30 +msgid "Compose New" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:35 +msgid "Search Messages" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:41 +#: shared-data/default-theme/html/partials/tooltips.html:38 +msgid "Show Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:63 +#: shared-data/default-theme/html/partials/thread_metadata.html:67 +#: shared-data/default-theme/html/partials/thread_metadata.html:68 +msgid "To" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:72 +msgid "No Recipients" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:77 +#: shared-data/default-theme/html/partials/thread_metadata.html:80 +#: shared-data/default-theme/html/partials/thread_metadata.html:81 +msgid "Cc" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:88 +msgid "Bcc" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:91 +#: shared-data/default-theme/html/partials/thread_metadata.html:92 +msgid "Bcc:" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:102 +msgid "View:" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:104 +msgid "HTML" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:106 +msgid "JSON" +msgstr "" + +#: shared-data/default-theme/html/partials/thread_metadata.html:107 +msgid "Raw Source" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:3 +msgid "Search and import encryption keys" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:4 +msgid "Import Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:9 +msgid "Search for Key" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:14 +msgid "Upload Key" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:20 +msgid "Import from URL" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:27 +msgid "What's This?" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:38 +msgid "View your contacts" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_contacts.html:44 +msgid "Add a new contact" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_default.html:8 +msgid "Click item or checkbox to select" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_default.html:84 +msgid "conversations selected" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_default.html:85 +msgid "conversations selected, click to select all matching this search" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_default.html:86 +msgid "Entire search selected, click to undo" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_message.html:8 +msgid "People" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:27 +msgid "Order" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:32 +msgid "Freshness" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:37 +msgid "Newest First" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:42 +msgid "Oldest First" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:52 +msgid "Unsorted" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:61 +msgid "Snug" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:65 +msgid "Cozy" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:69 +msgid "Comfy" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:78 +#: shared-data/default-theme/html/partials/tools_search.html:90 +msgid "Assign Tags" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:83 +msgid "Archive Selection" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:98 +#: shared-data/default-theme/html/partials/tools_search.html:172 +msgid "Unread" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:103 +msgid "Read" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:111 +msgid "Move out of Spam" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:119 +msgid "Move to Spam" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:127 +msgid "Delete Messages" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:148 +msgid "Save the results of this search to a new tag" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:165 +msgid "All messages" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:173 +msgid "Unread messages" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:180 +msgid "Attachments" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:181 +msgid "Messages with attachments" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:188 +msgid "List" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_search.html:189 +msgid "List view" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_tags.html:5 +msgid "View all tags" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_tags.html:11 +msgid "Create a new tag" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_tags.html:17 +msgid "All current filters" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_tags.html:24 +msgid "Type" +msgstr "" + +#: shared-data/default-theme/html/partials/tools_tags.html:25 +msgid "Show Tag by type" +msgstr "" + +#: shared-data/default-theme/html/partials/tooltips.html:4 +msgid "Browse Tag" +msgstr "" + +#: shared-data/default-theme/html/partials/tooltips.html:5 +msgid "Remove Tag" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:3 +#, python-format +msgid "%(name)s's mailpile is version %(version)s with %(size)s messages" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:31 +msgid "How to report bugs" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:32 +msgid "Report Bugs" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:53 +msgid "Home" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:62 +msgid "Contribute" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:65 +msgid "Logout" +msgstr "" + +#: shared-data/default-theme/html/partials/topbar.html:73 +msgid "Notifications" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:144 +msgid "You need at least an e-mail address to proceed." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:149 +msgid "Detecting settings for: " +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:247 +msgid "Basic Details" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:249 +msgid "At least a name and e-mail are required!" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:258 +msgid "Existing Account" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:259 +msgid "New Address" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:278 +#: shared-data/default-theme/html/profiles/account-form.html:372 +#: shared-data/default-theme/html/profiles/account-form.html:464 +msgid "sssh!" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:286 +msgid "Signature" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:287 +msgid "Everyone needs a unique, witty signature!" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:294 +msgid "Add custom signature" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:301 +msgid "Detect settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:312 +msgid "Auto-detecting settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:322 +msgid "Failed to detect settings, manual configuration required" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:326 +msgid "Failed to log in, check the username and password" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:331 +msgid "Sending Mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:342 +msgid "Local" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:351 +#: shared-data/default-theme/html/profiles/account-form.html:438 +msgid "Host name" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:355 +#: shared-data/default-theme/html/profiles/account-form.html:444 +msgid "Port number" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:360 +#: shared-data/default-theme/html/profiles/account-form.html:367 +#: shared-data/default-theme/html/profiles/account-form.html:451 +#: shared-data/default-theme/html/profiles/account-form.html:459 +msgid "copied" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:379 +msgid "Send mail using local Unix tools." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:380 +#: shared-data/default-theme/html/profiles/account-form.html:518 +msgid "Use this setting if you have a working mail server on this machine." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:387 +msgid "Leave blank to auto-detect" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:395 +msgid "No outgoing mail for this account." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:409 +msgid "Receiving Mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:423 +msgid "Mail spool" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:424 +msgid "Local files" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:471 +msgid "Leave mail on server" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:481 +msgid "Download all mail and add to search engine" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:493 +msgid "Require STARTTLS encryption" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:502 +msgid "Create visible Mailpile tags for all folders" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:507 +#: shared-data/default-theme/html/profiles/account-form.html:621 +msgid "Enable IMAP" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:517 +msgid "Receive mail from local Unix mail spool." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:526 +#: shared-data/default-theme/html/settings/mailbox/index.html:60 +msgid "Copy mail to Mailpile secure storage" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:533 +msgid "Delete from Unix mail spool" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:548 +msgid "Choose a protocol for the new mail source..." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:550 +msgid "No incoming mail for this account." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:559 +msgid "" +"Use this setting if you would like Mailpile to read e-mails already " +"downloaded by Thunderbird, Mac Mail or another local application on this " +"machine." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:562 +msgid "Use the Browse tool to import local mailboxes later on." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:576 +msgid "Enable this mail source" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:598 +msgid "Add New" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:609 +msgid "Important" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:613 +msgid "" +"Mailpile may not be able to access your mail unless you log on to your " +"account and enable IMAP and/or POP3." +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:614 +msgid "Without this, some providers will even mistake Mailpile for an intruder!" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:627 +msgid "Got it" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:633 +msgid "Security and Privacy" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:639 +msgid "Encryption key" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:643 +msgid "Create a new 2048 bit RSA key" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:652 +msgid "Create a new 4096 bit RSA key (slow)" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:654 +msgid "Create a new 1024 bit RSA key (weak)" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:657 +msgid "Disable encryption for this account" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:663 +msgid "Show too many encryption settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:674 +msgid "Best-effort digital signatures and encryption" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:686 +msgid "Always digitally sign outgoing mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:693 +msgid "Always encrypt (warn when sending unencrypted mail)" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:701 +msgid "Automatically attach encryption keys to outgoing mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:708 +msgid "Prefer compatibility (avoid PGP/MIME, makes mail ugly)" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:716 +msgid "Signal a preference for encrypted mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:727 +msgid "Signal a preference for signed mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/account-form.html:734 +msgid "Signal a preference for un-signed, un-encrypted mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:9 +#: shared-data/default-theme/html/profiles/index.html:40 +msgid "Welcome Home" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:17 +msgid "About" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:24 +#: shared-data/default-theme/html/profiles/index.html:159 +#: shared-data/default-theme/html/profiles/index.html:182 +#: shared-data/default-theme/html/profiles/add/index.html:2 +msgid "Add Account" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:25 +#: shared-data/default-theme/html/profiles/index.html:157 +#: shared-data/default-theme/html/profiles/index.html:180 +#: shared-data/default-theme/html/profiles/add/index.html:6 +msgid "Create a new Account" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:31 +msgid "Keys" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:32 +msgid "Manage Your Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:34 +msgid "Configure your accounts, profiles and other settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:46 +msgid "E-mail Accounts" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:64 +msgid "Still loading profiles and contacts, please wait..." +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:92 +msgid "Edit Profile" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:112 +msgid "Configure incoming mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:121 +#: shared-data/default-theme/html/profiles/index.html:122 +msgid "Incoming mail:" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:128 +msgid "Outgoing mail settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:134 +msgid "Security settings" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:143 +msgid "Delete or disable account" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:155 +msgid "You have not configured any accounts yet." +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:166 +msgid "Master Inbox" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:170 +msgid "Unread Mail" +msgstr "" + +#: shared-data/default-theme/html/profiles/index.html:175 +msgid "Browse" +msgstr "" + +#: shared-data/default-theme/html/profiles/edit/index.html:6 +msgid "Edit your Account" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:7 +msgid "Key Backup" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:31 +msgid "PRINT THIS PAGE" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:32 +msgid "(Keep it secret, keep it safe!)" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:36 +msgid "Not Now" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:39 +msgid "Print Page" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:42 +msgid "Done Printing" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:46 +msgid "" +"In the most tragic event of losing the hardware or data that your " +"Mailpile runs on, you may need this master key (and the passphrase) to " +"restore Mailpile from your backups. You do have back ups, right? Hint, " +"hint, wink... ;-)" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:50 +msgid "Your PGP Passphrase" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:58 +msgid "Your Mailpile Master Key" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:88 +msgid "" +"It is very important to make a backup of your Mailpile master key and the" +" passphrase which unlocks your encryption keys." +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:89 +msgid "" +"If either of those things gets lost, most or even all of your Mailpile " +"will be unrecoverable." +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:92 +msgid "Enter your PGP passphrase to confirm your identity" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:93 +msgid "Print out the page that appears" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:94 +msgid "Keep it secret, keep it safe!" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:110 +msgid "It is also important to make a backup of the Mailpile data itself." +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:111 +msgid "Your Mailpile data is here:" +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:112 +msgid "The master key is used to decrypt the settings and contents of your mail." +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:113 +msgid "" +"The PGP passphrase is used to unlock your public encryption key and " +"verify your identity." +msgstr "" + +#: shared-data/default-theme/html/settings/backup-keys.html:115 +msgid "Mailpile can be downloaded from: www.mailpile.is" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:5 +msgid "Chelsea Manning" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:6 +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:11 +msgid "Email" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:7 +msgid "chelsea@email.com" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:8 +msgid "Delivery route" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:19 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:9 +msgid "my delivery route" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:20 +msgid "Login" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:21 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:13 +msgid "username@smtp.mailserver.org" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:24 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:20 +msgid "Server" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:25 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:21 +msgid "smtp.mailserver.org" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:39 +#: shared-data/default-theme/html/settings/index.html:118 +#: shared-data/default-theme/html/settings/index.html:124 +#: shared-data/default-theme/html/setup/partials/profiles_list.html:4 +msgid "Add Profile" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:40 +msgid "Your Profiles" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:45 +msgid "Address:" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:46 +msgid "Route:" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:63 +#: shared-data/default-theme/html/settings/index.html:137 +#: shared-data/default-theme/html/settings/index.html:143 +#: shared-data/default-theme/html/setup/partials/sending.html:4 +msgid "Add Route" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:64 +#: shared-data/default-theme/html/settings/index.html:154 +msgid "Routes" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:75 +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:30 +msgid "Edit Route" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:89 +#: shared-data/default-theme/html/settings/index.html:156 +msgid "Preferences" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:90 +msgid "Permit browser notifications" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:102 +msgid "Advanced Settings" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:152 +#: shared-data/default-theme/html/setup/partials/home.html:6 +#: shared-data/default-theme/html/setup/partials/profiles_list.html:3 +#: shared-data/default-theme/html/setup/partials/sending_list_item.html:8 +#: shared-data/default-theme/html/setup/profiles/index.html:2 +msgid "Profiles" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:152 +#: shared-data/default-theme/html/settings/index.html:154 +#: shared-data/default-theme/html/settings/index.html:156 +#: shared-data/default-theme/html/settings/index.html:158 +#: shared-data/default-theme/html/settings/index.html:160 +#: shared-data/default-theme/html/tags/form.html:119 +msgid "Settings" +msgstr "" + +#: shared-data/default-theme/html/settings/index.html:158 +msgid "Advanced" +msgstr "" + +#: shared-data/default-theme/html/settings/mailbox/index.html:14 +msgid "Mailbox Settings" +msgstr "" + +#: shared-data/default-theme/html/settings/mailbox/index.html:27 +msgid "Archives" +msgstr "" + +#: shared-data/default-theme/html/settings/mailbox/index.html:52 +#: shared-data/default-theme/html/tags/form.html:161 +msgid "Add messages to search engine" +msgstr "" + +#: shared-data/default-theme/html/settings/mailbox/index.html:54 +msgid "Show mailbox tag in sidebar" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:21 +msgid "Mailpile Key Access" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:31 +#: shared-data/default-theme/html/settings/set/password/index.html:33 +#: shared-data/default-theme/html/settings/set/password/index.html:34 +#: shared-data/default-theme/html/settings/set/password/index.html:35 +#: shared-data/default-theme/html/settings/set/password/index.html:106 +msgid "Unlock Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:33 +msgid "10 minutes" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:34 +msgid "1 hour" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:35 +msgid "12 hours" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:37 +msgid "Unlock Key and Remember Password" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:39 +#: shared-data/default-theme/html/settings/set/password/index.html:122 +msgid "Lock Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:78 +#: shared-data/default-theme/html/setup/crypto/index.html:93 +msgid "Expires" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:96 +msgid "Your Password" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:162 +msgid "No Keys Here!" +msgstr "" + +#: shared-data/default-theme/html/settings/set/password/index.html:164 +msgid "Encryption keys can be created during the account creation process." +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:2 +#: shared-data/default-theme/html/setup/partials/passphrase.html:3 +#: shared-data/default-theme/html/setup/password/index.html:2 +msgid "Passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:16 +msgid "Creating Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:17 +msgid "" +"Your encryption keys are being created. You may proceed with setting up " +"your Mailpile while this is happening in the background as this process " +"will take a while." +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:22 +msgid "Successfully Authenticated" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:23 +msgid "" +"Below is the unique fingerprint of your encryption key. Use this to help " +"other people verify your encryption key by reading it to them in person, " +"phone, or video chat, and have them compare it to the fingerprint on the " +"encryption key they have!" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:41 +msgid "Create your passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:43 +msgid "Your passphrase should be something really hard to guess but memorable" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:44 +msgid "" +"This passphrase will be used to unlock your Mailpile and for your " +"encryption keys" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:50 +msgid "Note: this passphrase is also what you use to log in to your Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:52 +msgid "Confirm your passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:59 +msgid "Select the encryption key you would like to use" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:105 +msgid "Passphrase you entered is incorrect" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:107 +msgid "Enter passphrase for the encryption you selected" +msgstr "" + +#: shared-data/default-theme/html/setup/crypto/index.html:121 +#: shared-data/default-theme/html/setup/password/index.html:35 +msgid "Authenticate" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/access.html:11 +#: shared-data/default-theme/html/setup/partials/keys.html:12 +#: shared-data/default-theme/html/setup/partials/language.html:13 +#: shared-data/default-theme/html/setup/partials/passphrase.html:19 +#: shared-data/default-theme/html/setup/partials/security.html:66 +#: shared-data/default-theme/html/setup/partials/sending_settings.html:44 +msgid "Back" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:4 +msgid "Great Job!" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:5 +msgid "You have successfully setup your Mailpile!" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:8 +msgid "You can wait until importing is finished, see a brief tour, or" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:8 +msgid "Skip To Inbox" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:9 +msgid "Begin Tour" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:12 +msgid "Can't wait any longer and want to start using your Mailpile?" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/complete.html:13 +msgid "Go to Inbox" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/configure_key.html:2 +msgid "Create Encryption Key" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:2 +msgid "Your Setup" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:9 +msgid "" +"Manage profiles that you send messages from and that get stored on your " +"encryption key." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:13 +#: shared-data/default-theme/html/setup/partials/sources_list.html:3 +msgid "Mail Sources" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:16 +msgid "Mail Sources of where your messages come from and how they're organized." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:20 +#: shared-data/default-theme/html/setup/partials/sending.html:3 +msgid "Sending Routes" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:23 +msgid "Sending Routes are the means of how you send messages to other people." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:27 +#: shared-data/default-theme/html/setup/partials/language.html:3 +msgid "Language" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:30 +msgid "Change the default language of your Mailpile." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:34 +#: shared-data/default-theme/html/setup/partials/keys.html:3 +#: shared-data/default-theme/html/setup/partials/security.html:44 +msgid "Encryption Keys" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:37 +msgid "Your encryption keys and the passphrase you access your Mailpile with." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:41 +msgid "Security" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:44 +msgid "" +"Security settings of how you keep things safe and away from unwanted " +"prying eyes." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:48 +msgid "Backups" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:49 +msgid "View" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:51 +msgid "" +"Configure how your Mailpile is backed up so you never lose your emails " +"and contacts." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/home.html:56 +msgid "Access" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/key_generated.html:3 +msgid "Encryption Key Generated" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/key_generated.html:4 +msgid "" +"This is your key's unique fingerprint. Fingerprints are used to verify " +"encryption keys. You can learn more about this later." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/key_generated.html:6 +msgid "View Encryption Key Details" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/keys.html:5 +msgid "Select which encryption key to use" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/language.html:5 +msgid "Select your language" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:21 +msgid "Connecting To Gmail" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:25 +msgid "Check your" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:25 +msgid "Google Security Settings" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:25 +msgid "" +"before entering your password, otherwise you might not be able to connect" +" your Mailpile." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:29 +msgid "Make sure you have enabled at least one of the following Google settings" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:53 +msgid "Could Not Connect To Gmail" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/modals.html:110 +#: shared-data/default-theme/html/setup/partials/modals.html:111 +#: shared-data/default-theme/html/setup/partials/security.html:67 +#: shared-data/default-theme/html/setup/partials/security.html:68 +msgid "Save Changes" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/passphrase.html:4 +msgid "Your passphrase is what you use to login to your Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/passphrase.html:7 +msgid "Current Passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/passphrase.html:11 +msgid "New Passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/passphrase.html:15 +msgid "Confirm New Passphrase" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_list.html:8 +msgid "" +"Profiles define how you send e-mail, which addresses and identities you " +"use for your different roles in life: work, school, family..." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_list.html:8 +msgid "" +"You don't need new email addresses to use Mailpile, just add profiles for" +" your existing addresses!" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_list.html:15 +msgid "You need one profile to send mail from" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_list_item.html:19 +msgid "Needs Sending Route" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_list_item.html:20 +msgid "Configure Now" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:6 +msgid "The name used in outgoing mail and on your public key" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:11 +msgid "One of your existing e-mail addresses (not a new one)" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:21 +msgid "Sending Route" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:21 +msgid "Technical details of how mail is sent" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:23 +msgid "Select..." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:27 +msgid "Add New Route" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:34 +msgid "Note" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:34 +msgid "A short note describing the role of this profile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:35 +msgid "Personal, Work" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/profiles_settings.html:41 +msgid "Save Profile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:3 +msgid "Security Settings" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:5 +msgid "What are your security & privacy preferences?" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:8 +msgid "Custom" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:9 +msgid "You collect tinfoil hats" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:10 +msgid "Relatively paranoid" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:11 +msgid "Above average paranoia" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:12 +msgid "Privacy concerned" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:13 +msgid "Normal person" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:14 +msgid "Totally unconcerned" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:20 +msgid "Encrypt system events & notifications" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:24 +msgid "Encrypt your search index of terms" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:28 +msgid "Encrypt messages after they're downloaded" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:32 +msgid "Encrypt your address book & contacts" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:36 +msgid "Index messages that were encrypted" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:40 +msgid "Encrypt various other things" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:47 +msgid "Attach public key to outgoing emails" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:52 +msgid "Send requests through Tor for better anonymity and privacy" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:56 +msgid "Upload your public encryption key to keyservers" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/security.html:60 +msgid "Download contact pictures via Gravatar (over HTTPS)" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_list_item.html:8 +msgid "No" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_settings.html:8 +msgid "Route Name" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_settings.html:29 +msgid "Other" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_settings.html:33 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:67 +msgid "Protocol" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_settings.html:38 +msgid "Test Route" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sending_settings.html:46 +msgid "Save Route" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:10 +msgid "Source of these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:11 +msgid "Create a Tag in your Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:12 +msgid "Apply the Inbox tag to these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:13 +msgid "Apply the Drafts tag to these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:14 +msgid "Apply the Sent tag to these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:15 +msgid "Apply the Spam tag to these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:16 +msgid "Apply the Trash tag to these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:17 +msgid "Import these Messages" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_configure.html:30 +#: shared-data/default-theme/html/tags/edit.html:8 +msgid "Edit Tag" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list.html:4 +msgid "Add Source" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list.html:8 +msgid "" +"Mail Sources are where your email comes from. You can import mail from " +"another program on the same computer, like Thunderbird, or you can " +"connect to a remote source like Gmail, Yahoo, Outlook, or your own " +"server." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list.html:17 +msgid "Analyzing mail sources..." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:9 +msgid "source" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:14 +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:16 +msgid "Disabled" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:14 +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:16 +msgid "Enabled" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_list_item.html:20 +msgid "Getting Status..." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:9 +msgid "Name mail source" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:10 +msgid "My Gmail, Work Server" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:15 +msgid "Where is this source located?" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:17 +#: shared-data/default-theme/html/setup/partials/sources_settings.html:29 +msgid "select..." +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:18 +msgid "On same computer as Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:19 +msgid "On different computer (server)" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:27 +msgid "What app (or format) is this mail stored in?" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:40 +msgid "Where is the mail on this computer located?" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:42 +msgid "Copy messages to Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:44 +msgid "Do Not Copy" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:45 +msgid "Copy" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:82 +msgid "Downloading" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:84 +msgid "Download & leave on server" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:85 +msgid "Download & delete from server" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:86 +msgid "Do not download (index only)" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/sources_settings.html:130 +msgid "Save Source" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/various.html:25 +#: shared-data/default-theme/html/setup/welcome/index.html:20 +msgid "You're about to experience secure email like never before!" +msgstr "" + +#: shared-data/default-theme/html/setup/partials/various.html:26 +msgid "Begin" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:15 +msgid "Mailpile Secured!" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:17 +msgid "Access to your Mailpile will now require this password." +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:20 +msgid "" +"All settings and downloaded mail will be encrypted, so even if someone " +"steals your laptop they will not have access to your e-mail." +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:23 +msgid "Start using Mailpile" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:33 +msgid "Change your password" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:40 +msgid "your current password" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:42 +#: shared-data/default-theme/html/setup/password/index.html:44 +msgid "Choose a password" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:46 +msgid "Your password should be something really hard to guess but memorable." +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:47 +msgid "This password will be used to unlock your Mailpile." +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:56 +#: shared-data/default-theme/html/setup/password/index.html:63 +msgid "very important secret password" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:59 +msgid "Confirm your password" +msgstr "" + +#: shared-data/default-theme/html/setup/password/index.html:67 +msgid "Set Password" +msgstr "" + +#: shared-data/default-theme/html/setup/welcome/index.html:24 +msgid "Select Language" +msgstr "" + +#: shared-data/default-theme/html/tags/edit.html:6 +msgid "Edit: " +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:25 +msgid "Tag Settings" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:49 +msgid "Show in top of sidebar" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:51 +msgid "Show in sidebar" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:53 +msgid "Hide from sidebar" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:57 +msgid "Show in search results" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:59 +msgid "Hide from search results" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:78 +msgid "Technical settings..." +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:85 +msgid "Keyword" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:108 +msgid "Subtags" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:137 +msgid "Choose an Color" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:149 +msgid "Mailbox settings" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:165 +msgid "Stop adding messages to search engine" +msgstr "" + +#: shared-data/default-theme/html/tags/form.html:203 +msgid "Delete Tag" +msgstr "" +