rev update

This commit is contained in:
redmatrix 2015-05-10 13:17:41 -07:00
parent 245080a6d7
commit 3140650b8f
3 changed files with 63 additions and 47 deletions

View File

@ -2430,7 +2430,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
if($item['item_flags'] & ITEM_CONSENSUS) { if($item['item_flags'] & ITEM_CONSENSUS) {
$poll = replace_macros(get_markup_template('diaspora_consensus.tpl'), array( $poll = replace_macros(get_markup_template('diaspora_consensus.tpl'), array(
'$guid_q' => random_string(), '$guid_q' => random_string(),
'$question' => '', '$question' => t('Please choose'),
'$guid_y' => random_string(), '$guid_y' => random_string(),
'$agree' => t('Agree'), '$agree' => t('Agree'),
'$guid_n' => random_string(), '$guid_n' => random_string(),

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2015-05-01.1019\n" "Project-Id-Version: 2015-05-08.1026\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-01 00:03-0700\n" "POT-Creation-Date: 2015-05-08 00:03-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -2336,49 +2336,6 @@ msgstr ""
msgid "%1$s has an updated %2$s, changing %3$s." msgid "%1$s has an updated %2$s, changing %3$s."
msgstr "" msgstr ""
#: ../../include/bbcode.php:122 ../../include/bbcode.php:743
#: ../../include/bbcode.php:746 ../../include/bbcode.php:751
#: ../../include/bbcode.php:754 ../../include/bbcode.php:757
#: ../../include/bbcode.php:760 ../../include/bbcode.php:765
#: ../../include/bbcode.php:768 ../../include/bbcode.php:773
#: ../../include/bbcode.php:776 ../../include/bbcode.php:779
#: ../../include/bbcode.php:782
msgid "Image/photo"
msgstr ""
#: ../../include/bbcode.php:161 ../../include/bbcode.php:793
msgid "Encrypted content"
msgstr ""
#: ../../include/bbcode.php:177
msgid "Install design element: "
msgstr ""
#: ../../include/bbcode.php:190
msgid "QR code"
msgstr ""
#: ../../include/bbcode.php:241
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr ""
#: ../../include/bbcode.php:243
msgid "post"
msgstr ""
#: ../../include/bbcode.php:493
msgid "Different viewers will see this text differently"
msgstr ""
#: ../../include/bbcode.php:704
msgid "$1 spoiler"
msgstr ""
#: ../../include/bbcode.php:731
msgid "$1 wrote:"
msgstr ""
#: ../../include/items.php:399 ../../mod/like.php:270 #: ../../include/items.php:399 ../../mod/like.php:270
#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23 #: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/profperm.php:23
#: ../../mod/bulksetclose.php:11 ../../index.php:392 #: ../../mod/bulksetclose.php:11 ../../index.php:392
@ -3104,6 +3061,49 @@ msgid_plural "Abstains"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../../include/bbcode.php:122 ../../include/bbcode.php:743
#: ../../include/bbcode.php:746 ../../include/bbcode.php:751
#: ../../include/bbcode.php:754 ../../include/bbcode.php:757
#: ../../include/bbcode.php:760 ../../include/bbcode.php:765
#: ../../include/bbcode.php:768 ../../include/bbcode.php:773
#: ../../include/bbcode.php:776 ../../include/bbcode.php:779
#: ../../include/bbcode.php:782
msgid "Image/photo"
msgstr ""
#: ../../include/bbcode.php:161 ../../include/bbcode.php:793
msgid "Encrypted content"
msgstr ""
#: ../../include/bbcode.php:177
msgid "Install design element: "
msgstr ""
#: ../../include/bbcode.php:190
msgid "QR code"
msgstr ""
#: ../../include/bbcode.php:241
#, php-format
msgid "%1$s wrote the following %2$s %3$s"
msgstr ""
#: ../../include/bbcode.php:243
msgid "post"
msgstr ""
#: ../../include/bbcode.php:493
msgid "Different viewers will see this text differently"
msgstr ""
#: ../../include/bbcode.php:704
msgid "$1 spoiler"
msgstr ""
#: ../../include/bbcode.php:731
msgid "$1 wrote:"
msgstr ""
#: ../../include/photos.php:94 #: ../../include/photos.php:94
#, php-format #, php-format
msgid "Image exceeds website size limit of %lu bytes" msgid "Image exceeds website size limit of %lu bytes"
@ -3847,6 +3847,22 @@ msgstr ""
msgid "Room is full" msgid "Room is full"
msgstr "" msgstr ""
#: ../../include/diaspora.php:2433
msgid "Please choose"
msgstr ""
#: ../../include/diaspora.php:2435
msgid "Agree"
msgstr ""
#: ../../include/diaspora.php:2437
msgid "Disagree"
msgstr ""
#: ../../include/diaspora.php:2439
msgid "Abstain"
msgstr ""
#: ../../mod/achievements.php:34 #: ../../mod/achievements.php:34
msgid "Some blurb about what to do when you're new here" msgid "Some blurb about what to do when you're new here"
msgstr "" msgstr ""

View File

@ -1 +1 @@
2015-05-05.1023 2015-05-10.1028