|
From: <var...@us...> - 2022-01-11 10:27:57
|
Revision: 10881
http://sourceforge.net/p/phpwiki/code/10881
Author: vargenau
Date: 2022-01-11 10:27:54 +0000 (Tue, 11 Jan 2022)
Log Message:
-----------
Use smart quotes
Modified Paths:
--------------
trunk/lib/plugin/SemanticSearch.php
trunk/lib/plugin/SemanticSearchAdvanced.php
trunk/locale/de/LC_MESSAGES/phpwiki.mo
trunk/locale/es/LC_MESSAGES/phpwiki.mo
trunk/locale/fr/LC_MESSAGES/phpwiki.mo
trunk/locale/it/LC_MESSAGES/phpwiki.mo
trunk/locale/ja/LC_MESSAGES/phpwiki.mo
trunk/locale/nl/LC_MESSAGES/phpwiki.mo
trunk/locale/po/de.po
trunk/locale/po/es.po
trunk/locale/po/fr.po
trunk/locale/po/it.po
trunk/locale/po/ja.po
trunk/locale/po/nl.po
trunk/locale/po/phpwiki.pot
trunk/locale/po/sv.po
trunk/locale/po/zh.po
trunk/locale/sv/LC_MESSAGES/phpwiki.mo
trunk/locale/zh/LC_MESSAGES/phpwiki.mo
Modified: trunk/lib/plugin/SemanticSearch.php
===================================================================
--- trunk/lib/plugin/SemanticSearch.php 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/lib/plugin/SemanticSearch.php 2022-01-11 10:27:54 UTC (rev 10881)
@@ -459,7 +459,7 @@
$pagelist->setCaption
( // on mozilla the form doesn't fit into the caption very well.
HTML($noform ? '' : HTML($form, HTML::hr()),
- fmt("Semantic %s Search Result for \"%s\" in pages \"%s\"",
+ fmt("Semantic %s Search Result for “%s” in pages “%s”",
$searchtype, $querydesc, $page)));
}
return $pagelist;
Modified: trunk/lib/plugin/SemanticSearchAdvanced.php
===================================================================
--- trunk/lib/plugin/SemanticSearchAdvanced.php 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/lib/plugin/SemanticSearchAdvanced.php 2022-01-11 10:27:54 UTC (rev 10881)
@@ -200,7 +200,7 @@
if (!$noheader) {
$pagelist->setCaption
(HTML($noform ? '' : HTML($form, HTML::hr()),
- fmt("Semantic %s Search Result for \"%s\" in pages \"%s\"",
+ fmt("Semantic %s Search Result for “%s” in pages “%s”",
'', $s, $page)));
}
if (!$regex and $missing = array_diff($parsed_relations, $allrelations))
Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/po/de.po
===================================================================
--- trunk/locale/po/de.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/de.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2000-10-31 02:23+0200\n"
"Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp "
"<car...@us...>, Helmer Pardun <pardunpress@t-online."
@@ -2782,7 +2782,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/es.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -2715,7 +2715,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/fr.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2004-06-22 21:10+0200\n"
"Last-Translator: Pierrick Meignen <mei...@wa...>, Roland "
"Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6."
@@ -2762,7 +2762,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/it.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2005-02-12 16:23+0100\n"
"Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n"
"Language-Team: \n"
@@ -2692,7 +2692,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/ja.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2003-06-07 09:01+0900\n"
"Last-Translator: Tadashi Jokagi <web...@el...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -2678,7 +2678,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/nl.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2000-09-30 02:23+0200\n"
"Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n"
"Language-Team: Dutch <nl...@li...>\n"
@@ -2684,7 +2684,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/phpwiki.pot 2022-01-11 10:27:54 UTC (rev 10881)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2002-12-14 17:51-0500\n"
"Last-Translator: Reini Urban <ru...@us...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -2678,7 +2678,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/sv.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -2679,7 +2679,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2022-01-11 10:15:40 UTC (rev 10880)
+++ trunk/locale/po/zh.po 2022-01-11 10:27:54 UTC (rev 10881)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-06 12:06+0100\n"
+"POT-Creation-Date: 2022-01-11 11:27+0100\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -2687,7 +2687,7 @@
msgstr ""
#, php-format
-msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
+msgid "Semantic %s Search Result for “%s” in pages “%s”"
msgstr ""
msgid "Relation"
Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|