aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-06-03 15:42:13 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-06-03 15:42:13 +0000
commit5869836180d8721363294c5d8dbe64d6b54571c6 (patch)
treeafc4665d3ee7fdbf5d40757836120710bafbb1ad
parentc4b0f72032e30ccd45a1a34d507f0af1474bc7fa (diff)
downloadvolse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.tar.gz
volse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.tar.bz2
volse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.zip
expand/collapse is also used for comments, so removing 'post'.
-rw-r--r--include/js_strings.php4
-rw-r--r--util/messages.po6
-rw-r--r--view/nl/messages.po8
-rw-r--r--view/nl/strings.php4
4 files changed, 11 insertions, 11 deletions
diff --git a/include/js_strings.php b/include/js_strings.php
index 0990e1ff7..cda66a09c 100644
--- a/include/js_strings.php
+++ b/include/js_strings.php
@@ -6,8 +6,8 @@ function js_strings() {
'$comment' => t('Comment'),
'$showmore' => t('[+] show all'),
'$showfewer' => t('[-] show less'),
- '$divgrowmore' => t('[+] expand post'),
- '$divgrowless' => t('[-] collapse post'),
+ '$divgrowmore' => t('[+] expand'),
+ '$divgrowless' => t('[-] collapse'),
'$pwshort' => t("Password too short"),
'$pwnomatch' => t("Passwords do not match"),
'$everybody' => t('everybody'),
diff --git a/util/messages.po b/util/messages.po
index db735f2ff..00560826b 100644
--- a/util/messages.po
+++ b/util/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2014-06-02.694\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -931,11 +931,11 @@ msgid "[-] show less"
msgstr ""
#: ../../include/js_strings.php:9
-msgid "[+] expand post"
+msgid "[+] expand"
msgstr ""
#: ../../include/js_strings.php:10
-msgid "[-] collapse post"
+msgid "[-] collapse"
msgstr ""
#: ../../include/js_strings.php:11
diff --git a/view/nl/messages.po b/view/nl/messages.po
index ffab4c48c..b8466a2b3 100644
--- a/view/nl/messages.po
+++ b/view/nl/messages.po
@@ -932,12 +932,12 @@ msgid "[-] show less"
msgstr "[-] minder reacties weergeven"
#: ../../include/js_strings.php:9
-msgid "[+] expand post"
-msgstr "[+] bericht uitvouwen"
+msgid "[+] expand"
+msgstr "[+] uitklappen"
#: ../../include/js_strings.php:10
-msgid "[-] collapse post"
-msgstr "[-] bericht invouwen"
+msgid "[-] collapse"
+msgstr "[-] inklappen"
#: ../../include/js_strings.php:11
msgid "Password too short"
diff --git a/view/nl/strings.php b/view/nl/strings.php
index d64e30d50..cf060ff59 100644
--- a/view/nl/strings.php
+++ b/view/nl/strings.php
@@ -211,8 +211,8 @@ $a->strings["Delete this item?"] = "Dit item verwijderen?";
$a->strings["Comment"] = "Reactie";
$a->strings["[+] show all"] = "[+] alle reacties weergeven";
$a->strings["[-] show less"] = "[-] minder reacties weergeven";
-$a->strings["[+] expand post"] = "[+] bericht uitvouwen";
-$a->strings["[-] collapse post"] = "[-] bericht invouwen";
+$a->strings["[+] expand"] = "[+] uitklappen";
+$a->strings["[-] collapse"] = "[-] inklappen";
$a->strings["Password too short"] = "Wachtwoord te kort";
$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
$a->strings["everybody"] = "iedereen";