summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:18:58 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:18:58 +0200
commit8a03c532acd1527be2fc4b882ddafc09474da496 (patch)
tree68d4498b892385fb2aeb123ec2b14d457c883e4d /i18n
parent9f720636bbe5db2e0d21fe580357b92e65d7f269 (diff)
downloadportato-8a03c532acd1527be2fc4b882ddafc09474da496.tar.gz
portato-8a03c532acd1527be2fc4b882ddafc09474da496.tar.bz2
portato-8a03c532acd1527be2fc4b882ddafc09474da496.zip
Do not allow portage's sqlite backend for the moment ... bug #564292
Diffstat (limited to 'i18n')
-rw-r--r--i18n/messages.pot38
1 files changed, 22 insertions, 16 deletions
diff --git a/i18n/messages.pot b/i18n/messages.pot
index 541496e..8eccc2b 100644
--- a/i18n/messages.pot
+++ b/i18n/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-15 03:44+0200\n"
+"POT-Creation-Date: 2010-04-16 01:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -810,6 +810,12 @@ msgstr ""
msgid "The portage tree seems to be empty."
msgstr ""
+#: portato/gui/windows/main.py:1875
+msgid ""
+"The sqlite cache backend of portato is not supported at the moment. See "
+"https://bugs.launchpad.net/portato/+bug/564292."
+msgstr ""
+
#: portato/gui/session.py:21
msgid "Version mismatch."
msgstr ""
@@ -931,39 +937,39 @@ msgid "Invalid dependency string"
msgstr ""
#: portato/db/__init__.py:21
-msgid "SQLite"
+msgid "eix + SQLite"
msgstr ""
#: portato/db/__init__.py:21
msgid ""
-"Uses an SQLite-database to store package information.\n"
-"May take longer to generate at the first time, but has advantages if portato "
-"is re-started with an unchanged portage tree. Additionally it allows to use "
-"fast SQL expressions for fetching the data."
+"Similar to SQLite, but now uses the eix database to get the package "
+"information.\n"
+"This should be much faster on startup, but requires that your eix database "
+"is always up-to-date.\n"
+"Additionally, this is the only database allowing searching in descriptions."
msgstr ""
#: portato/db/__init__.py:22
-msgid "Hashmap"
+msgid "SQLite"
msgstr ""
#: portato/db/__init__.py:22
msgid ""
-"Uses an in-memory hashmap to store package information.\n"
-"Has been used since at least version 0.3.3, but all information has to be "
-"regenerated on each startup."
+"Uses an SQLite-database to store package information.\n"
+"May take longer to generate at the first time, but has advantages if portato "
+"is re-started with an unchanged portage tree. Additionally it allows to use "
+"fast SQL expressions for fetching the data."
msgstr ""
#: portato/db/__init__.py:23
-msgid "eix + SQLite"
+msgid "Hashmap"
msgstr ""
#: portato/db/__init__.py:23
msgid ""
-"Similar to SQLite, but now uses the eix database to get the package "
-"information.\n"
-"This should be much faster on startup, but requires that your eix database "
-"is always up-to-date.\n"
-"Additionally, this is the only database allowing searching in descriptions."
+"Uses an in-memory hashmap to store package information.\n"
+"Has been used since at least version 0.3.3, but all information has to be "
+"regenerated on each startup."
msgstr ""
#: portato/db/__init__.py:45