aboutsummaryrefslogtreecommitdiff
path: root/messages.pot
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 22:13:10 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 22:13:10 +0200
commit6445823625cbdede363a0236848adc7c4682aa70 (patch)
treee5734ecbc3cdc53a9f724f07cfc2ac828f69d6b0 /messages.pot
parentThe user has now the possibility to delete it's account. (diff)
downloadnewspipe-6445823625cbdede363a0236848adc7c4682aa70.tar.gz
newspipe-6445823625cbdede363a0236848adc7c4682aa70.tar.bz2
newspipe-6445823625cbdede363a0236848adc7c4682aa70.zip
Confirmation message before suppression of accounts and suppression of feeds.
Diffstat (limited to 'messages.pot')
-rw-r--r--messages.pot15
1 files changed, 14 insertions, 1 deletions
diff --git a/messages.pot b/messages.pot
index d2f7b373..49058e79 100644
--- a/messages.pot
+++ b/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2014-05-04 19:44+0200\n"
+"POT-Creation-Date: 2014-05-04 22:11+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"
@@ -293,6 +293,11 @@ msgstr ""
msgid "Delete this feed"
msgstr ""
+#: pyaggr3g470r/templates/feed.html:7 pyaggr3g470r/templates/feeds.html:34
+#: pyaggr3g470r/templates/admin/user.html:47
+msgid "You are going to delete this feed."
+msgstr ""
+
#: pyaggr3g470r/templates/feed.html:12
msgid "This feed contains"
msgstr ""
@@ -497,6 +502,10 @@ msgid "Last seen:"
msgstr ""
#: pyaggr3g470r/templates/management.html:26
+msgid "You are going to delete your account."
+msgstr ""
+
+#: pyaggr3g470r/templates/management.html:26
msgid "Delete your account"
msgstr ""
@@ -561,6 +570,10 @@ msgstr ""
msgid "Delete this user"
msgstr ""
+#: pyaggr3g470r/templates/admin/dashboard.html:28
+msgid "You are going to delete this account."
+msgstr ""
+
#: pyaggr3g470r/templates/admin/dashboard.html:37
msgid "As an administrator you are not listed in this table"
msgstr ""
bgstack15