expand/collapse is also used for comments, so removing 'post'.

This commit is contained in:
jeroenpraat 2014-06-03 15:42:13 +00:00
parent c4b0f72032
commit 5869836180
4 changed files with 11 additions and 11 deletions

View File

@ -6,8 +6,8 @@ function js_strings() {
'$comment' => t('Comment'), '$comment' => t('Comment'),
'$showmore' => t('[+] show all'), '$showmore' => t('[+] show all'),
'$showfewer' => t('[-] show less'), '$showfewer' => t('[-] show less'),
'$divgrowmore' => t('[+] expand post'), '$divgrowmore' => t('[+] expand'),
'$divgrowless' => t('[-] collapse post'), '$divgrowless' => t('[-] collapse'),
'$pwshort' => t("Password too short"), '$pwshort' => t("Password too short"),
'$pwnomatch' => t("Passwords do not match"), '$pwnomatch' => t("Passwords do not match"),
'$everybody' => t('everybody'), '$everybody' => t('everybody'),

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2014-06-02.694\n" "Project-Id-Version: 2014-06-02.694\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-03 11:59+0000\n" "POT-Creation-Date: 2014-06-03 15:30+0000\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"
@ -931,11 +931,11 @@ msgid "[-] show less"
msgstr "" msgstr ""
#: ../../include/js_strings.php:9 #: ../../include/js_strings.php:9
msgid "[+] expand post" msgid "[+] expand"
msgstr "" msgstr ""
#: ../../include/js_strings.php:10 #: ../../include/js_strings.php:10
msgid "[-] collapse post" msgid "[-] collapse"
msgstr "" msgstr ""
#: ../../include/js_strings.php:11 #: ../../include/js_strings.php:11

View File

@ -932,12 +932,12 @@ msgid "[-] show less"
msgstr "[-] minder reacties weergeven" msgstr "[-] minder reacties weergeven"
#: ../../include/js_strings.php:9 #: ../../include/js_strings.php:9
msgid "[+] expand post" msgid "[+] expand"
msgstr "[+] bericht uitvouwen" msgstr "[+] uitklappen"
#: ../../include/js_strings.php:10 #: ../../include/js_strings.php:10
msgid "[-] collapse post" msgid "[-] collapse"
msgstr "[-] bericht invouwen" msgstr "[-] inklappen"
#: ../../include/js_strings.php:11 #: ../../include/js_strings.php:11
msgid "Password too short" msgid "Password too short"

View File

@ -211,8 +211,8 @@ $a->strings["Delete this item?"] = "Dit item verwijderen?";
$a->strings["Comment"] = "Reactie"; $a->strings["Comment"] = "Reactie";
$a->strings["[+] show all"] = "[+] alle reacties weergeven"; $a->strings["[+] show all"] = "[+] alle reacties weergeven";
$a->strings["[-] show less"] = "[-] minder reacties weergeven"; $a->strings["[-] show less"] = "[-] minder reacties weergeven";
$a->strings["[+] expand post"] = "[+] bericht uitvouwen"; $a->strings["[+] expand"] = "[+] uitklappen";
$a->strings["[-] collapse post"] = "[-] bericht invouwen"; $a->strings["[-] collapse"] = "[-] inklappen";
$a->strings["Password too short"] = "Wachtwoord te kort"; $a->strings["Password too short"] = "Wachtwoord te kort";
$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen"; $a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
$a->strings["everybody"] = "iedereen"; $a->strings["everybody"] = "iedereen";