aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-08 23:39:04 +0100
committerMax Kostikov <max@kostikov.co>2019-11-08 23:39:04 +0100
commitec68ede79faffd5733c3eaa24df2e4fb3b54eeb9 (patch)
treec26098c1c0ebff705dc4ef4f324b8b1656c61b9a
parent3706afbd01164c9f322c605d6ec242e6ca4770fa (diff)
parent478014f02a9241ec6d5b5e9672968897176302d2 (diff)
downloadvolse-hubzilla-ec68ede79faffd5733c3eaa24df2e4fb3b54eeb9.tar.gz
volse-hubzilla-ec68ede79faffd5733c3eaa24df2e4fb3b54eeb9.tar.bz2
volse-hubzilla-ec68ede79faffd5733c3eaa24df2e4fb3b54eeb9.zip
Merge branch 'dev' into 'dev'
Dev sync See merge request kostikov/core!4
-rwxr-xr-x.homeinstall/hubzilla-setup.sh4
-rw-r--r--Zotlabs/Lib/Activity.php21
-rw-r--r--Zotlabs/Lib/LDSignatures.php2
-rw-r--r--Zotlabs/Lib/SvgSanitizer.php150
-rw-r--r--Zotlabs/Module/Item.php5
-rw-r--r--Zotlabs/Module/Menu.php5
-rw-r--r--Zotlabs/Module/Wall_attach.php21
-rw-r--r--composer.lock36
-rw-r--r--doc/hook/comments_are_now_closed.bb11
-rw-r--r--doc/hooklist.bb3
-rw-r--r--include/bbcode.php25
-rw-r--r--include/follow.php2
-rwxr-xr-xinclude/items.php19
-rw-r--r--include/markdown.php7
-rw-r--r--include/text.php34
-rw-r--r--vendor/composer/autoload_classmap.php3
-rw-r--r--vendor/composer/autoload_static.php3
-rw-r--r--vendor/composer/installed.json42
-rw-r--r--vendor/ezyang/htmlpurifier/NEWS6
-rw-r--r--vendor/ezyang/htmlpurifier/VERSION2
-rw-r--r--vendor/ezyang/htmlpurifier/WHATSNEW9
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php2
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier.php6
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php4
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php2
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php2
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php2
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php4
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php7
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php2
-rw-r--r--vendor/league/html-to-markdown/.github/FUNDING.yml1
-rw-r--r--vendor/league/html-to-markdown/CHANGELOG.md12
-rw-r--r--vendor/league/html-to-markdown/README.md23
-rw-r--r--vendor/league/html-to-markdown/composer.json4
-rw-r--r--vendor/league/html-to-markdown/src/Converter/CommentConverter.php38
-rw-r--r--vendor/league/html-to-markdown/src/Element.php1
-rw-r--r--vendor/league/html-to-markdown/src/HtmlConverter.php5
-rw-r--r--vendor/psr/log/Psr/Log/LoggerInterface.php2
-rw-r--r--vendor/psr/log/Psr/Log/LoggerTrait.php2
-rw-r--r--vendor/psr/log/Psr/Log/NullLogger.php2
-rw-r--r--vendor/psr/log/README.md6
-rw-r--r--vendor/psr/log/composer.json2
-rw-r--r--view/css/mod_admin.css18
-rw-r--r--view/ja/.gitkeep0
-rw-r--r--view/ja/hmessages.po12090
-rw-r--r--view/ja/hstrings.php2796
-rw-r--r--view/js/main.js2
47 files changed, 15324 insertions, 121 deletions
diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh
index 1103bd5fd..f1395e8ce 100755
--- a/.homeinstall/hubzilla-setup.sh
+++ b/.homeinstall/hubzilla-setup.sh
@@ -448,11 +448,11 @@ function check_https {
function install_hubzilla {
print_info "installing addons..."
cd /var/www/html/
- if git remote -v | grep -i "origin.*core.git"
+ if git remote -v | grep -i "origin.*hubzilla.*core"
then
print_info "hubzilla"
util/add_addon_repo https://framagit.org/hubzilla/addons hzaddons
- elif git remote -v | grep -i "origin.*zap.git"
+ elif git remote -v | grep -i "origin.*zap.*core"
then
print_info "zap"
util/add_addon_repo https://framagit.org/zot/zap-addons.git zaddons
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 844127ee3..e41e165b1 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -87,8 +87,8 @@ class Activity {
$headers = [
'Accept' => 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
'Host' => $m['host'],
- '(request-target)' => 'get ' . get_request_string($url),
- 'Date' => datetime_convert('UTC','UTC','now','D, d M Y H:i:s') . ' UTC'
+ 'Date' => datetime_convert('UTC','UTC', 'now', 'D, d M Y H:i:s \\G\\M\\T'),
+ '(request-target)' => 'get ' . get_request_string($url)
];
if (isset($token)) {
$headers['Authorization'] = 'Bearer ' . $token;
@@ -401,26 +401,30 @@ class Activity {
$ret = [];
- if($item['tag']) {
- foreach($item['tag'] as $t) {
- if(! array_key_exists('type',$t))
+ if ($item['tag'] && is_array($item['tag'])) {
+ $ptr = $item['tag'];
+ if (! array_key_exists(0,$ptr)) {
+ $ptr = [ $ptr ];
+ }
+ foreach ($ptr as $t) {
+ if (! array_key_exists('type',$t))
$t['type'] = 'Hashtag';
switch($t['type']) {
case 'Hashtag':
- $ret[] = [ 'ttype' => TERM_HASHTAG, 'url' => ((isset($t['href'])) ? $t['href'] : $t['id']), 'term' => escape_tags((substr($t['name'],0,1) === '#') ? substr($t['name'],1) : $t['name']) ];
+ $ret[] = [ 'ttype' => TERM_HASHTAG, 'url' => $t['href'], 'term' => escape_tags((substr($t['name'],0,1) === '#') ? substr($t['name'],1) : $t['name']) ];
break;
case 'Mention':
$mention_type = substr($t['name'],0,1);
- if($mention_type === '!') {
+ if ($mention_type === '!') {
$ret[] = [ 'ttype' => TERM_FORUM, 'url' => $t['href'], 'term' => escape_tags(substr($t['name'],1)) ];
}
else {
$ret[] = [ 'ttype' => TERM_MENTION, 'url' => $t['href'], 'term' => escape_tags((substr($t['name'],0,1) === '@') ? substr($t['name'],1) : $t['name']) ];
}
break;
-
+
default:
break;
}
@@ -431,6 +435,7 @@ class Activity {
}
+
static function encode_taxonomy($item) {
$ret = [];
diff --git a/Zotlabs/Lib/LDSignatures.php b/Zotlabs/Lib/LDSignatures.php
index b13c4cf4a..16c8cfc18 100644
--- a/Zotlabs/Lib/LDSignatures.php
+++ b/Zotlabs/Lib/LDSignatures.php
@@ -30,7 +30,7 @@ class LDSignatures {
'type' => 'RsaSignature2017',
'nonce' => random_string(64),
'creator' => z_root() . '/channel/' . $channel['channel_address'],
- 'created' => datetime_convert('UTC','UTC', 'now', 'Y-m-d\Th:i:s\Z')
+ 'created' => datetime_convert('UTC','UTC', 'now', 'Y-m-d\TH:i:s\Z')
];
$ohash = self::hash(self::signable_options($options));
diff --git a/Zotlabs/Lib/SvgSanitizer.php b/Zotlabs/Lib/SvgSanitizer.php
new file mode 100644
index 000000000..c9bafc464
--- /dev/null
+++ b/Zotlabs/Lib/SvgSanitizer.php
@@ -0,0 +1,150 @@
+<?php
+
+namespace Zotlabs\Lib;
+use DomDocument;
+
+/**
+ * SVGSantiizer
+ *
+ * Whitelist-based PHP SVG sanitizer.
+ *
+ * @link https://github.com/alister-/SVG-Sanitizer}
+ * @author Alister Norris
+ * @copyright Copyright (c) 2013 Alister Norris
+ * @license http://opensource.org/licenses/mit-license.php The MIT License
+ * @package svgsanitizer
+ */
+
+class SvgSanitizer {
+
+ private $xmlDoc; // PHP XML DOMDocument
+
+ private $removedattrs = [];
+
+ private static $allowed_functions = [ 'matrix', 'url', 'translate', 'rgb' ];
+
+ // defines the whitelist of elements and attributes allowed.
+ private static $whitelist = [
+ 'a' => [ 'class', 'clip-path', 'clip-rule', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'mask', 'opacity', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform', 'href', 'xlink:href', 'xlink:title' ],
+ 'circle' => [ 'class', 'clip-path', 'clip-rule', 'cx', 'cy', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'mask', 'opacity', 'r', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform' ],
+ 'clipPath' => [ 'class', 'clipPathUnits', 'id' ],
+ 'defs' => [ ],
+ 'style' => [ 'type' ],
+ 'desc' => [ ],
+ 'ellipse' => [ 'class', 'clip-path', 'clip-rule', 'cx', 'cy', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'mask', 'opacity', 'requiredFeatures', 'rx', 'ry', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform' ],
+ 'feGaussianBlur' => [ 'class', 'color-interpolation-filters', 'id', 'requiredFeatures', 'stdDeviation' ],
+ 'filter' => [ 'class', 'color-interpolation-filters', 'filterRes', 'filterUnits', 'height', 'id', 'primitiveUnits', 'requiredFeatures', 'width', 'x', 'xlink:href', 'y' ],
+ 'foreignObject' => [ 'class', 'font-size', 'height', 'id', 'opacity', 'requiredFeatures', 'style', 'transform', 'width', 'x', 'y' ],
+ 'g' => [ 'class', 'clip-path', 'clip-rule', 'id', 'display', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'mask', 'opacity', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform', 'font-family', 'font-size', 'font-style', 'font-weight', 'text-anchor' ],
+ 'image' => [ 'class', 'clip-path', 'clip-rule', 'filter', 'height', 'id', 'mask', 'opacity', 'requiredFeatures', 'style', 'systemLanguage', 'transform', 'width', 'x', 'xlink:href', 'xlink:title', 'y' ],
+ 'line' => [ 'class', 'clip-path', 'clip-rule', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'marker-end', 'marker-mid', 'marker-start', 'mask', 'opacity', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform', 'x1', 'x2', 'y1', 'y2' ],
+ 'linearGradient' => [ 'class', 'id', 'gradientTransform', 'gradientUnits', 'requiredFeatures', 'spreadMethod', 'systemLanguage', 'x1', 'x2', 'xlink:href', 'y1', 'y2' ],
+ 'marker' => [ 'id', 'class', 'markerHeight', 'markerUnits', 'markerWidth', 'orient', 'preserveAspectRatio', 'refX', 'refY', 'systemLanguage', 'viewBox' ],
+ 'mask' => [ 'class', 'height', 'id', 'maskContentUnits', 'maskUnits', 'width', 'x', 'y' ],
+ 'metadata' => [ 'class', 'id' ],
+ 'path' => [ 'class', 'clip-path', 'clip-rule', 'd', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'marker-end', 'marker-mid', 'marker-start', 'mask', 'opacity', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform' ],
+ 'pattern' => [ 'class', 'height', 'id', 'patternContentUnits', 'patternTransform', 'patternUnits', 'requiredFeatures', 'style', 'systemLanguage', 'viewBox', 'width', 'x', 'xlink:href', 'y' ],
+ 'polygon' => [ 'class', 'clip-path', 'clip-rule', 'id', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'id', 'class', 'marker-end', 'marker-mid', 'marker-start', 'mask', 'opacity', 'points', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform' ],
+ 'polyline' => [ 'class', 'clip-path', 'clip-rule', 'id', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'marker-end', 'marker-mid', 'marker-start', 'mask', 'opacity', 'points', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform' ],
+ 'radialGradient' => [ 'class', 'cx', 'cy', 'fx', 'fy', 'gradientTransform', 'gradientUnits', 'id', 'r', 'requiredFeatures', 'spreadMethod', 'systemLanguage', 'xlink:href' ],
+ 'rect' => [ 'class', 'clip-path', 'clip-rule', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'height', 'id', 'mask', 'opacity', 'requiredFeatures', 'rx', 'ry', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform', 'width', 'x', 'y' ],
+ 'stop' => [ 'class', 'id', 'offset', 'requiredFeatures', 'stop-color', 'stop-opacity', 'style', 'systemLanguage' ],
+ 'svg' => [ 'class', 'clip-path', 'clip-rule', 'filter', 'id', 'height', 'mask', 'preserveAspectRatio', 'requiredFeatures', 'style', 'systemLanguage', 'viewBox', 'width', 'x', 'xmlns', 'xmlns:se', 'xmlns:xlink', 'y' ],
+ 'switch' => [ 'class', 'id', 'requiredFeatures', 'systemLanguage' ],
+ 'symbol' => [ 'class', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'font-family', 'font-size', 'font-style', 'font-weight', 'id', 'opacity', 'preserveAspectRatio', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'transform', 'viewBox' ],
+ 'text' => [ 'class', 'clip-path', 'clip-rule', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'font-family', 'font-size', 'font-style', 'font-weight', 'id', 'mask', 'opacity', 'requiredFeatures', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'text-anchor', 'transform', 'x', 'xml:space', 'y' ],
+ 'textPath' => [ 'class', 'id', 'method', 'requiredFeatures', 'spacing', 'startOffset', 'style', 'systemLanguage', 'transform', 'xlink:href' ],
+ 'title' => [ ],
+ 'tspan' => [ 'class', 'clip-path', 'clip-rule', 'dx', 'dy', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'font-family', 'font-size', 'font-style', 'font-weight', 'id', 'mask', 'opacity', 'requiredFeatures', 'rotate', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'systemLanguage', 'text-anchor', 'textLength', 'transform', 'x', 'xml:space', 'y' ],
+ 'use' => [ 'class', 'clip-path', 'clip-rule', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'height', 'id', 'mask', 'stroke', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'style', 'transform', 'width', 'x', 'xlink:href', 'y' ],
+ ];
+
+ function __construct() {
+ $this->xmlDoc = new DOMDocument('1.0','UTF-8');
+ $this->xmlDoc->preserveWhiteSpace = false;
+ libxml_use_internal_errors(true);
+ }
+
+ // load XML SVG
+ function load($file) {
+ $this->xmlDoc->load($file);
+ }
+
+ function loadXML($str) {
+ if (! $this->xmlDoc->loadXML($str)) {
+ logger('loadxml: ' . print_r(libxml_get_errors(),true), LOGGER_DEBUG);
+ return false;
+ }
+ return true;
+ }
+
+ function sanitize()
+ {
+ // all elements in xml doc
+ $allElements = $this->xmlDoc->getElementsByTagName('*');
+
+ // loop through all elements
+ for($i = 0; $i < $allElements->length; $i++)
+ {
+ $this->removedattrs = [];
+
+ $currentNode = $allElements->item($i);
+
+ // logger('current_node: ' . print_r($currentNode,true));
+
+ // array of allowed attributes in specific element
+ $whitelist_attr_arr = self::$whitelist[$currentNode->tagName];
+
+ // does element exist in whitelist?
+ if(isset($whitelist_attr_arr)) {
+ $total = $currentNode->attributes->length;
+
+ for($x = 0; $x < $total; $x++) {
+
+ // get attributes name
+ $attrName = $currentNode->attributes->item($x)->nodeName;
+
+ // logger('checking: ' . print_r($currentNode->attributes->item($x),true));
+ $matches = false;
+
+ // check if attribute isn't in whitelist
+ if(! in_array($attrName, $whitelist_attr_arr)) {
+ $this->removedattrs[] = $attrName;
+ }
+ // check for disallowed functions
+ elseif (preg_match_all('/([a-zA-Z0-9]+)[\s]*\(/',
+ $currentNode->attributes->item($x)->textContent,$matches,PREG_SET_ORDER)) {
+ if ($attrName === 'text') {
+ continue;
+ }
+ foreach ($matches as $match) {
+ if(! in_array($match[1],self::$allowed_functions)) {
+ logger('queue_remove_function: ' . $match[1],LOGGER_DEBUG);
+ $this->removedattrs[] = $attrName;
+ }
+ }
+ }
+ }
+ if ($this->removedattrs) {
+ foreach ($this->removedattrs as $attr) {
+ $currentNode->removeAttribute($attr);
+ logger('removed: ' . $attr, LOGGER_DEBUG);
+ }
+ }
+
+ }
+
+ // else remove element
+ else {
+ logger('remove_node: ' . print_r($currentNode,true));
+ $currentNode->parentNode->removeChild($currentNode);
+ }
+ }
+ return true;
+ }
+
+ function saveSVG() {
+ $this->xmlDoc->formatOutput = true;
+ return($this->xmlDoc->saveXML());
+ }
+}
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index cda8eabec..14881844d 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -817,11 +817,6 @@ class Item extends Controller {
'revision' => $r['data']['revision']
);
}
- $ext = substr($r['data']['filename'],strrpos($r['data']['filename'],'.'));
- if(strpos($r['data']['filetype'],'audio/') !== false)
- $attach_link = '[audio]' . z_root() . '/attach/' . $r['data']['hash'] . '/' . $r['data']['revision'] . (($ext) ? $ext : '') . '[/audio]';
- elseif(strpos($r['data']['filetype'],'video/') !== false)
- $attach_link = '[video]' . z_root() . '/attach/' . $r['data']['hash'] . '/' . $r['data']['revision'] . (($ext) ? $ext : '') . '[/video]';
$body = str_replace($match[1][$i],$attach_link,$body);
$i++;
}
diff --git a/Zotlabs/Module/Menu.php b/Zotlabs/Module/Menu.php
index ee6b45f87..836f6a1d5 100644
--- a/Zotlabs/Module/Menu.php
+++ b/Zotlabs/Module/Menu.php
@@ -54,9 +54,10 @@ class Menu extends \Zotlabs\Web\Controller {
if($_REQUEST['menu_system'])
$_REQUEST['menu_flags'] |= MENU_SYSTEM;
- $menu_id = ((argc() > 1) ? intval(argv(1)) : 0);
+ $menu_id = ((argc() > 2) ? intval(argv(2)) : 0);
+
if($menu_id) {
- $_REQUEST['menu_id'] = intval(argv(1));
+ $_REQUEST['menu_id'] = $menu_id;
$r = menu_edit($_REQUEST);
if($r) {
menu_sync_packet($uid,get_observer_hash(),$menu_id);
diff --git a/Zotlabs/Module/Wall_attach.php b/Zotlabs/Module/Wall_attach.php
index 0ede3ad90..e1088d18f 100644
--- a/Zotlabs/Module/Wall_attach.php
+++ b/Zotlabs/Module/Wall_attach.php
@@ -86,7 +86,7 @@ class Wall_attach extends \Zotlabs\Web\Controller {
$def_attach = get_pconfig($channel['channel_id'],'system','attach_path');
$r = attach_store($channel,(($observer) ? $observer['xchan_hash'] : ''),'', array('source' => 'editor', 'visible' => 0, 'album' => $def_album, 'directory' => $def_attach, 'allow_cid' => '<' . $channel['channel_hash'] . '>'));
-
+
if(! $r['success']) {
notice( $r['message'] . EOL);
killme();
@@ -111,9 +111,24 @@ class Wall_attach extends \Zotlabs\Web\Controller {
}
if(strpos($r['data']['filetype'],'audio') === 0) {
$url = z_root() . '/cloud/' . $channel['channel_address'] . '/' . $r['data']['display_path'];
- echo "\n\n" . '[zaudio]' . $url . '[/zaudio]' . "\n\n";
+ $s = "\n\n" . '[zaudio]' . $url . '[/zaudio]' . "\n\n";
+ }
+ if ($r['data']['filetype'] === 'image/svg+xml') {
+ $x = @file_get_contents('store/' . $channel['channel_address'] . '/' . $r['data']['os_path']);
+ if ($x) {
+ $bb = svg2bb($x);
+ if ($bb) {
+ $s .= "\n\n" . $bb;
+ }
+ else {
+ logger('empty return from svgbb');
+ }
+ }
+ else {
+ logger('unable to read svg data file: ' . 'store/' . $channel['channel_address'] . '/' . $r['data']['os_path']);
+ }
}
-
+
$s .= "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n";
}
diff --git a/composer.lock b/composer.lock
index 1edaf585e..b4c8b9381 100644
--- a/composer.lock
+++ b/composer.lock
@@ -204,16 +204,16 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.11.0",
+ "version": "v4.12.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
+ "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
+ "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
"shasum": ""
},
"require": {
@@ -247,20 +247,20 @@
"keywords": [
"html"
],
- "time": "2019-07-14T18:58:38+00:00"
+ "time": "2019-10-28T03:44:26+00:00"
},
{
"name": "league/html-to-markdown",
- "version": "4.8.2",
+ "version": "4.9.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
- "reference": "e747489191f8e9144a7270eb61f8b9516e99e413"
+ "reference": "71319108e3db506250b8987721b13568fd9fa446"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e747489191f8e9144a7270eb61f8b9516e99e413",
- "reference": "e747489191f8e9144a7270eb61f8b9516e99e413",
+ "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/71319108e3db506250b8987721b13568fd9fa446",
+ "reference": "71319108e3db506250b8987721b13568fd9fa446",
"shasum": ""
},
"require": {
@@ -270,7 +270,7 @@
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
- "phpunit/phpunit": "4.*",
+ "phpunit/phpunit": "^4.8|^5.7",
"scrutinizer/ocular": "~1.1"
},
"bin": [
@@ -279,7 +279,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "4.10-dev"
}
},
"autoload": {
@@ -311,7 +311,7 @@
"html",
"markdown"
],
- "time": "2019-08-02T11:57:39+00:00"
+ "time": "2019-11-02T14:54:14+00:00"
},
{
"name": "lukasreschke/id3parser",
@@ -485,16 +485,16 @@
},
{
"name": "psr/log",
- "version": "1.1.0",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": ""
},
"require": {
@@ -503,7 +503,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
},
"autoload": {
@@ -528,7 +528,7 @@
"psr",
"psr-3"
],
- "time": "2018-11-20T15:27:04+00:00"
+ "time": "2019-11-01T11:05:21+00:00"
},
{
"name": "ramsey/uuid",
diff --git a/doc/hook/comments_are_now_closed.bb b/doc/hook/comments_are_now_closed.bb
new file mode 100644
index 000000000..4d3baa95a
--- /dev/null
+++ b/doc/hook/comments_are_now_closed.bb
@@ -0,0 +1,11 @@
+[h3]comments_are_now_closed[/h3]
+
+Called when deciding whether or not commenting is closed for an item.
+
+
+Hook data (array):
+ item => posted item
+ closed => 'unset'
+
+
+To over-ride the default behaviour, change closed to true or false
diff --git a/doc/hooklist.bb b/doc/hooklist.bb
index e11bf1c6f..a923e7ae3 100644
--- a/doc/hooklist.bb
+++ b/doc/hooklist.bb
@@ -154,6 +154,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the
[zrl=[baseurl]/help/hook/comment_buttons]comment_buttons[/zrl]
Called when rendering the edit buttons for comments
+[zrl=[baseurl]/help/hook/comments_are_now_closed]comments_are_now_closed[/zrl]
+ Called when deciding whether or not to present a comment box for a post
+
[zrl=[baseurl]/help/hook/connect_premium]connect_premium[/zrl]
Called when connecting to a premium channel
diff --git a/include/bbcode.php b/include/bbcode.php
index bb9144b1d..c7dea53c5 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -4,6 +4,8 @@
* @brief BBCode related functions for parsing, etc.
*/
+use Zotlabs\Lib\SvgSanitizer;
+
require_once('include/oembed.php');
require_once('include/event.php');
require_once('include/zot.php');
@@ -267,6 +269,22 @@ function bb_parse_app($match) {
return Zotlabs\Lib\Apps::app_render($app);
}
+function bb_svg($match) {
+
+ $params = str_replace(['<br>', '&quot;'], [ '', '"'],$match[1]);
+ $Text = str_replace([ '[',']' ], [ '<','>' ], $match[2]);
+
+ $output = '<svg' . (($params) ? $params : ' width="100%" height="480" ') . '>' . str_replace(['<br>', '&quot;', '&nbsp;'], [ '', '"', ' '],$Text) . '</svg>';
+
+ $purify = new SvgSanitizer();
+ $purify->loadXML($output);
+ $purify->sanitize();
+ $output = $purify->saveSVG();
+ $output = preg_replace("/\<\?xml(.*?)\?\>/",'',$output);
+ return $output;
+}
+
+
function bb_parse_element($match) {
$j = json_decode(base64url_decode($match[1]),true);
@@ -948,9 +966,9 @@ function bbcode($Text, $options = []) {
if (strpos($Text,'http') !== false) {
if($tryoembed) {
- $Text = preg_replace_callback("/([^\]\='".'"'."\/]|^|\#\^)(https?\:\/\/$urlchars+)/ismu", 'tryoembed', $Text);
+ $Text = preg_replace_callback("/([^\]\='".'"'."\;\/]|^|\#\^)(https?\:\/\/$urlchars+)/ismu", 'tryoembed', $Text);
}
- $Text = preg_replace("/([^\]\='".'"'."\/]|^|\#\^)(https?\:\/\/$urlchars+)/ismu", '$1<a href="$2" ' . $target . ' rel="nofollow noopener">$2</a>', $Text);
+ $Text = preg_replace("/([^\]\='".'"'."\;\/]|^|\#\^)(https?\:\/\/$urlchars+)/ismu", '$1<a href="$2" ' . $target . ' rel="nofollow noopener">$2</a>', $Text);
}
if (strpos($Text,'[/share]') !== false) {
@@ -1289,6 +1307,9 @@ function bbcode($Text, $options = []) {
$Text = preg_replace_callback("/\[zaudio\](.*?\.(ogg|ogv|oga|ogm|webm|mp4|mp3|opus|m4a))\[\/zaudio\]/ism", 'tryzrlaudio', $Text);
}
+ // SVG stuff
+ $Text = preg_replace_callback("/\[svg(.*?)\](.*?)\[\/svg\]/ism", 'bb_svg', $Text);
+
// Try to Oembed
if ($tryoembed) {
if (strpos($Text,'[/video]') !== false) {
diff --git a/include/follow.php b/include/follow.php
index 50b952881..a4d382545 100644
--- a/include/follow.php
+++ b/include/follow.php
@@ -142,7 +142,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
$sql_options = (($protocol) ? " and xchan_network = '" . dbesc($protocol) . "' " : '');
- $r = q("select * from xchan where xchan_hash = '%s' or xchan_url = '%s' $sql_options ",
+ $r = q("select * from xchan where (xchan_addr = '%s' or xchan_url = '%s') $sql_options ",
dbesc($url),
dbesc($url)
);
diff --git a/include/items.php b/include/items.php
index 6786b8b05..917808ad5 100755
--- a/include/items.php
+++ b/include/items.php
@@ -206,6 +206,25 @@ function collect_recipients($item, &$private_envelope,$include_groups = true) {
}
function comments_are_now_closed($item) {
+
+ $x = [
+ 'item' => $item,
+ 'closed' => 'unset'
+ ];
+
+ /**
+ * @hooks comments_are_now_closed
+ * Called to determine whether commenting should be closed
+ * * \e array \b item
+ * * \e boolean \b closed - return value
+ */
+
+ call_hooks('comments_are_now_closed', $x);
+
+ if ($x['closed'] != 'unset') {
+ return $x['closed'];
+ }
+
if($item['comments_closed'] > NULL_DATE) {
$d = datetime_convert();
if($d > $item['comments_closed'])
diff --git a/include/markdown.php b/include/markdown.php
index 213986867..69cc264df 100644
--- a/include/markdown.php
+++ b/include/markdown.php
@@ -246,6 +246,9 @@ function bb_to_markdown($Text, $options = []) {
call_hooks('bb_to_markdown_bb', $x);
$Text = $x['bbcode'];
+
+ // Replace spoiler tag before BBcode conversion
+ $Text = preg_replace("/\[\/?spoiler\]/is", "\n--- " .t('spoiler') . " ---\n", $Text);
// Convert it to HTML - don't try oembed
$Text = bbcode($Text, [ 'tryoembed' => false ]);
@@ -265,8 +268,8 @@ function bb_to_markdown($Text, $options = []) {
// Remove empty zrl links
$Text = preg_replace("/\[zrl\=\].*?\[\/zrl\]/is", "", $Text);
- // Remove unprocessed spoiler HTML tags
- $Text = preg_replace("/<div.+>([^<]+)<.+>(>.+)$/im", "$1\n$2", $Text);
+ // Replace unprocessed <br> in code
+ $Text = str_replace("<br></br>", "\n", $Text);
$Text = trim($Text);
diff --git a/include/text.php b/include/text.php
index 54ad9ec7a..daa3c4c94 100644
--- a/include/text.php
+++ b/include/text.php
@@ -9,6 +9,8 @@ use Michelf\MarkdownExtra;
use Ramsey\Uuid\Uuid;
use Ramsey\Uuid\Exception\UnsatisfiedDependencyException;
+use Zotlabs\Lib\SvgSanitizer;
+
require_once("include/bbcode.php");
// random string, there are 86 characters max in text mode, 128 for hex
@@ -842,9 +844,9 @@ function get_tags($s) {
$ret = array();
$match = array();
- // ignore anything in a code block
-
+ // ignore anything in a code or svg block
$s = preg_replace('/\[code(.*?)\](.*?)\[\/code\]/sm','',$s);
+ $s = preg_replace('/\[svg(.*?)\](.*?)\[\/svg\]/sm','',$s);
// ignore anything in [style= ]
$s = preg_replace('/\[style=(.*?)\]/sm','',$s);
@@ -3412,18 +3414,20 @@ function cleanup_bbcode($body) {
$body = preg_replace_callback('/\[code(.*?)\[\/(code)\]/ism','\red_escape_codeblock',$body);
$body = preg_replace_callback('/\[url(.*?)\[\/(url)\]/ism','\red_escape_codeblock',$body);
$body = preg_replace_callback('/\[zrl(.*?)\[\/(zrl)\]/ism','\red_escape_codeblock',$body);
+ $body = preg_replace_callback('/\[svg(.*?)\[\/(svg)\]/ism','\red_escape_codeblock',$body);
- $body = preg_replace_callback("/([^\]\='".'"'."\/\{]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\\
+ $body = preg_replace_callback("/([^\]\='".'"'."\;\/\{]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\\
+\,\(\)]+)/ismu", '\nakedoembed', $body);
- $body = preg_replace_callback("/([^\]\='".'"'."\/\{]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\\
+ $body = preg_replace_callback("/([^\]\='".'"'."\;\/\{]|^|\#\^)(https?\:\/\/[a-zA-Z0-9\pL\:\/\-\?\&\;\.\=\@\_\~\#\%\$\!\\
+\,\(\)]+)/ismu", '\red_zrl_callback', $body);
$body = preg_replace_callback('/\[\$b64zrl(.*?)\[\/(zrl)\]/ism','\red_unescape_codeblock',$body);
$body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','\red_unescape_codeblock',$body);
$body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','\red_unescape_codeblock',$body);
-
+ $body = preg_replace_callback('/\[\$b64svg(.*?)\[\/(svg)\]/ism','\red_unescape_codeblock',$body);
+
// fix any img tags that should be zmg
$body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','\red_zrlify_img_callback',$body);
@@ -3648,3 +3652,23 @@ function new_uuid() {
return $hash;
}
+
+
+function svg2bb($s) {
+
+ $s = preg_replace("/\<text (.*?)\>(.*?)\<(.*?)\<\/text\>/", '<text $1>$2&lt;$3</text>', $s);
+ $s = preg_replace("/\<text (.*?)\>(.*?)\>(.*?)\<\/text\>/", '<text $1>$2&gt;$3</text>', $s);
+ $s = preg_replace("/\<text (.*?)\>(.*?)\[(.*?)\<\/text\>/", '<text $1>$2&#91;$3</text>', $s);
+ $s = preg_replace("/\<text (.*?)\>(.*?)\](.*?)\<\/text\>/", '<text $1>$2&#93;$3</text>', $s);
+ $s = utf8_encode($s);
+ $purify = new SvgSanitizer();
+ if ($purify->loadXML($s)) {
+ $purify->sanitize();
+ $output = $purify->saveSVG();
+ $output = preg_replace("/\<\?xml(.*?)\>/",'',$output);
+ $output = preg_replace("/\<\!\-\-(.*?)\-\-\>/",'',$output);
+ $output = str_replace(['<','>'],['[',']'],$output);
+ return $output;
+ }
+ return EMPTY_STR;
+}
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index c006debcd..86f96c432 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -380,6 +380,9 @@ return array(
'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
+ 'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
+ 'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
+ 'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
'Ramsey\\Uuid\\BinaryUtils' => $vendorDir . '/ramsey/uuid/src/BinaryUtils.php',
'Ramsey\\Uuid\\Builder\\DefaultUuidBuilder' => $vendorDir . '/ramsey/uuid/src/Builder/DefaultUuidBuilder.php',
'Ramsey\\Uuid\\Builder\\DegradedUuidBuilder' => $vendorDir . '/ramsey/uuid/src/Builder/DegradedUuidBuilder.php',
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 2c9c7dd96..107cc6a61 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -548,6 +548,9 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d
'Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerInterface.php',
'Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerTrait.php',
'Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/NullLogger.php',
+ 'Psr\\Log\\Test\\DummyTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
+ 'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
+ 'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php',
'Ramsey\\Uuid\\BinaryUtils' => __DIR__ . '/..' . '/ramsey/uuid/src/BinaryUtils.php',
'Ramsey\\Uuid\\Builder\\DefaultUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DefaultUuidBuilder.php',
'Ramsey\\Uuid\\Builder\\DegradedUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DegradedUuidBuilder.php',
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 9e099b5e9..cd3f3cadf 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -205,17 +205,17 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.11.0",
- "version_normalized": "4.11.0.0",
+ "version": "v4.12.0",
+ "version_normalized": "4.12.0.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
+ "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
- "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
+ "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
"shasum": ""
},
"require": {
@@ -224,7 +224,7 @@
"require-dev": {
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
- "time": "2019-07-14T18:58:38+00:00",
+ "time": "2019-10-28T03:44:26+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -254,17 +254,17 @@
},
{
"name": "league/html-to-markdown",
- "version": "4.8.2",
- "version_normalized": "4.8.2.0",
+ "version": "4.9.0",
+ "version_normalized": "4.9.0.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
- "reference": "e747489191f8e9144a7270eb61f8b9516e99e413"
+ "reference": "71319108e3db506250b8987721b13568fd9fa446"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e747489191f8e9144a7270eb61f8b9516e99e413",
- "reference": "e747489191f8e9144a7270eb61f8b9516e99e413",
+ "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/71319108e3db506250b8987721b13568fd9fa446",
+ "reference": "71319108e3db506250b8987721b13568fd9fa446",
"shasum": ""
},
"require": {
@@ -274,17 +274,17 @@
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
- "phpunit/phpunit": "4.*",
+ "phpunit/phpunit": "^4.8|^5.7",
"scrutinizer/ocular": "~1.1"
},
- "time": "2019-08-02T11:57:39+00:00",
+ "time": "2019-11-02T14:54:14+00:00",
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "4.10-dev"
}
},
"installation-source": "dist",
@@ -498,27 +498,27 @@
},
{
"name": "psr/log",
- "version": "1.1.0",
- "version_normalized": "1.1.0.0",
+ "version": "1.1.2",
+ "version_normalized": "1.1.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
- "time": "2018-11-20T15:27:04+00:00",
+ "time": "2019-11-01T11:05:21+00:00",
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
diff --git a/vendor/ezyang/htmlpurifier/NEWS b/vendor/ezyang/htmlpurifier/NEWS
index de2f2782e..352835012 100644
--- a/vendor/ezyang/htmlpurifier/NEWS
+++ b/vendor/ezyang/htmlpurifier/NEWS
@@ -9,6 +9,12 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change
==========================
+4.12.0, released 2019-10-27
+! PHP 7.4 is supported, thank you Witold Wasiczko, Mateuz Turcza and
+ Edi Modrić
+- PHPDocs for HTMLModule::addElement() and Bool attr are fixed (thanks
+ Mateusz)
+
4.11.0, released 2019-07-14
# SafeScripting now matches case-sensitively against its whitelist (previously it was
case-insensitive.) Thanks Dimitri Gritsajuk <gritsajuk.dimitri@gmail.com>
diff --git a/vendor/ezyang/htmlpurifier/VERSION b/vendor/ezyang/htmlpurifier/VERSION
index 91f3b4384..bcd250ed0 100644
--- a/vendor/ezyang/htmlpurifier/VERSION
+++ b/vendor/ezyang/htmlpurifier/VERSION
@@ -1 +1 @@
-4.11.0 \ No newline at end of file
+4.12.0 \ No newline at end of file
diff --git a/vendor/ezyang/htmlpurifier/WHATSNEW b/vendor/ezyang/htmlpurifier/WHATSNEW
index d34a27f54..aec9b37c1 100644
--- a/vendor/ezyang/htmlpurifier/WHATSNEW
+++ b/vendor/ezyang/htmlpurifier/WHATSNEW
@@ -1,7 +1,2 @@
-HTML Purifier 4.11.x is a maintenance release, collecting a year
-and a half of accumulated bug fixes. Most notable fixes are
-compatibility with PHP 7.3, and case-sensitive matching for
-the SafeScripting whitelist. There are a number small feature
-enhancements, including an expanded supported color list,
-initial and inherit support for {min-,max-,}{width,height}
-and multidimensional array support for purifyArray.
+HTML Purifier 4.12.x is a maintenance release which makes
+compatibility fixes for PHP 7.4.
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php
index c88c55989..3158b2b86 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php
@@ -7,7 +7,7 @@
* primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS
* FILE, changes will be overwritten the next time the script is run.
*
- * @version 4.11.0
+ * @version 4.12.0
*
* @warning
* You must *not* include any other HTML Purifier files before this file,
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
index 0bd2a3ba6..58bbddb02 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
@@ -19,7 +19,7 @@
*/
/*
- HTML Purifier 4.11.0 - Standards Compliant HTML Filtering
+ HTML Purifier 4.12.0 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -58,12 +58,12 @@ class HTMLPurifier
* Version of HTML Purifier.
* @type string
*/
- public $version = '4.11.0';
+ public $version = '4.12.0';
/**
* Constant with version of HTML Purifier.
*/
- const VERSION = '4.11.0';
+ const VERSION = '4.12.0';
/**
* Global configuration object.
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
index dea15d2cd..be3bbc8dc 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
@@ -7,7 +7,7 @@ class HTMLPurifier_AttrDef_HTML_Bool extends HTMLPurifier_AttrDef
{
/**
- * @type bool
+ * @type string
*/
protected $name;
@@ -17,7 +17,7 @@ class HTMLPurifier_AttrDef_HTML_Bool extends HTMLPurifier_AttrDef
public $minimized = true;
/**
- * @param bool $name
+ * @param bool|string $name
*/
public function __construct($name = false)
{
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
index 128132e96..f515888a1 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
@@ -45,7 +45,7 @@ class HTMLPurifier_ChildDef_Custom extends HTMLPurifier_ChildDef
protected function _compileRegex()
{
$raw = str_replace(' ', '', $this->dtd_regex);
- if ($raw{0} != '(') {
+ if ($raw[0] != '(') {
$raw = "($raw)";
}
$el = '[#a-zA-Z0-9_.-]+';
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
index 21e8cd768..f569d40c9 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
@@ -21,7 +21,7 @@ class HTMLPurifier_Config
* HTML Purifier's version
* @type string
*/
- public $version = '4.11.0';
+ public $version = '4.12.0';
/**
* Whether or not to automatically finalize
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
index b94f17542..40a24266a 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
@@ -159,7 +159,7 @@ class HTMLPurifier_Encoder
$len = strlen($str);
for ($i = 0; $i < $len; $i++) {
- $in = ord($str{$i});
+ $in = ord($str[$i]);
$char .= $str[$i]; // append byte to char
if (0 == $mState) {
// When mState is zero we expect either a US-ASCII character
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
index bb3a9230b..6d898f80c 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
@@ -132,9 +132,9 @@ class HTMLPurifier_HTMLModule
* @param string $element Name of element to add
* @param string|bool $type What content set should element be registered to?
* Set as false to skip this step.
- * @param string $contents Allowed children in form of:
+ * @param string|HTMLPurifier_ChildDef $contents Allowed children in form of:
* "$content_model_type: $content_model"
- * @param array $attr_includes What attribute collections to register to
+ * @param array|string $attr_includes What attribute collections to register to
* element?
* @param array $attr What unique attributes does the element define?
* @see HTMLPurifier_ElementDef:: for in-depth descriptions of these parameters.
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
index b573426de..ca5f25b84 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
@@ -74,7 +74,12 @@ class HTMLPurifier_Lexer_DOMLex extends HTMLPurifier_Lexer
}
set_error_handler(array($this, 'muteErrorHandler'));
- $doc->loadHTML($html, $options);
+ // loadHTML() fails on PHP 5.3 when second parameter is given
+ if ($options) {
+ $doc->loadHTML($html, $options);
+ } else {
+ $doc->loadHTML($html);
+ }
restore_error_handler();
$body = $doc->getElementsByTagName('html')->item(0)-> // <html>
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
index 7853d90bc..768c9b153 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
@@ -75,7 +75,7 @@ class HTMLPurifier_TagTransform_Font extends HTMLPurifier_TagTransform
if (isset($attr['size'])) {
// normalize large numbers
if ($attr['size'] !== '') {
- if ($attr['size']{0} == '+' || $attr['size']{0} == '-') {
+ if ($attr['size'][0] == '+' || $attr['size'][0] == '-') {
$size = (int)$attr['size'];
if ($size < -2) {
$attr['size'] = '-2';
diff --git a/vendor/league/html-to-markdown/.github/FUNDING.yml b/vendor/league/html-to-markdown/.github/FUNDING.yml
index 09cdff5da..40a26fbff 100644
--- a/vendor/league/html-to-markdown/.github/FUNDING.yml
+++ b/vendor/league/html-to-markdown/.github/FUNDING.yml
@@ -1 +1,2 @@
+github: colinodell
patreon: colinodell
diff --git a/vendor/league/html-to-markdown/CHANGELOG.md b/vendor/league/html-to-markdown/CHANGELOG.md
index 8f131fc46..ded540682 100644
--- a/vendor/league/html-to-markdown/CHANGELOG.md
+++ b/vendor/league/html-to-markdown/CHANGELOG.md
@@ -4,6 +4,14 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [Unreleased][unreleased]
+## [4.9.0] - 2019-11-02
+## Added
+ - Added new option to preserve comments (#177, #179)
+
+## [4.8.3] - 2019-10-31
+### Fixed
+ - Fixed whitespace preservation around `<code>` tags (#174, #178)
+
## [4.8.2] - 2019-08-02
### Fixed
- Fixed headers not being placed onto a new line in some cases (#172)
@@ -251,7 +259,9 @@ not ideally set, so this releases fixes that. Moving forwards this should reduce
### Added
- Initial release
-[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...master
+[unreleased]: https://github.com/thephpleague/html-to-markdown/compare/4.9.0...master
+[4.9.0]: https://github.com/thephpleague/html-to-markdown/compare/4.8.3...4.9.0
+[4.8.3]: https://github.com/thephpleague/html-to-markdown/compare/4.8.2...4.8.3
[4.8.2]: https://github.com/thephpleague/html-to-markdown/compare/4.8.1...4.8.2
[4.8.1]: https://github.com/thephpleague/html-to-markdown/compare/4.8.0...4.8.1
[4.8.0]: https://github.com/thephpleague/html-to-markdown/compare/4.7.0...4.8.0
diff --git a/vendor/league/html-to-markdown/README.md b/vendor/league/html-to-markdown/README.md
index ab80541e6..c7ae2dcab 100644
--- a/vendor/league/html-to-markdown/README.md
+++ b/vendor/league/html-to-markdown/README.md
@@ -28,7 +28,7 @@ Typically you would convert HTML to Markdown if:
1. You have an existing HTML document that needs to be edited by people with good taste.
2. You want to store new content in HTML format but edit it as Markdown.
-3. You want to convert HTML email to plain text email.
+3. You want to convert HTML email to plain text email.
4. You know a guy who's been converting HTML to Markdown for years, and now he can speak Elvish. You'd quite like to be able to speak Elvish.
5. You just really like Markdown.
@@ -95,6 +95,24 @@ $html = '<span>Turnips!</span><div>Monkeys!</div>';
$markdown = $converter->convert($html); // $markdown now contains ""
```
+By default, all comments are stripped from the content. To preserve them, use the `preserve_comments` option, like this:
+
+```php
+$converter = new HtmlConverter(array('preserve_comments' => true));
+
+$html = '<span>Turnips!</span><!-- Monkeys! -->';
+$markdown = $converter->convert($html); // $markdown now contains "Turnips!<!-- Monkeys! -->"
+```
+
+To preserve only specific comments, set `preserve_comments` with an array of strings, like this:
+
+```php
+$converter = new HtmlConverter(array('preserve_comments' => array('Eggs!')));
+
+$html = '<span>Turnips!</span><!-- Monkeys! --><!-- Eggs! -->';
+$markdown = $converter->convert($html); // $markdown now contains "Turnips!<!-- Eggs! -->"
+```
+
### Style options
By default bold tags are converted using the asterisk syntax, and italic tags are converted using the underlined syntax. Change these by using the `bold_style` and `italic_style` options.
@@ -161,7 +179,7 @@ $markdown = $converter->convert($html); // $markdown now contains "### Header" a
Headers of H3 priority and lower always use atx style.
-- Links and images are referenced inline. Footnote references (where image src and anchor href attributes are listed in the footnotes) are not used.
+- Links and images are referenced inline. Footnote references (where image src and anchor href attributes are listed in the footnotes) are not used.
- Blockquotes aren't line wrapped – it makes the converted Markdown easier to edit.
### Dependencies
@@ -193,4 +211,3 @@ Use one of these great libraries:
- [Parsedown](https://github.com/erusev/parsedown)
No guarantees about the Elvish, though.
-
diff --git a/vendor/league/html-to-markdown/composer.json b/vendor/league/html-to-markdown/composer.json
index 53403916e..7990bcace 100644
--- a/vendor/league/html-to-markdown/composer.json
+++ b/vendor/league/html-to-markdown/composer.json
@@ -36,13 +36,13 @@
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
- "phpunit/phpunit": "4.*",
+ "phpunit/phpunit": "^4.8|^5.7",
"scrutinizer/ocular": "~1.1"
},
"bin": ["bin/html-to-markdown"],
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "4.10-dev"
}
}
}
diff --git a/vendor/league/html-to-markdown/src/Converter/CommentConverter.php b/vendor/league/html-to-markdown/src/Converter/CommentConverter.php
index 55038b254..959381d1b 100644
--- a/vendor/league/html-to-markdown/src/Converter/CommentConverter.php
+++ b/vendor/league/html-to-markdown/src/Converter/CommentConverter.php
@@ -2,17 +2,35 @@
namespace League\HTMLToMarkdown\Converter;
+use League\HTMLToMarkdown\Configuration;
+use League\HTMLToMarkdown\ConfigurationAwareInterface;
use League\HTMLToMarkdown\ElementInterface;
-class CommentConverter implements ConverterInterface
+class CommentConverter implements ConverterInterface, ConfigurationAwareInterface
{
/**
+ * @var Configuration
+ */
+ protected $config;
+
+ /**
+ * @param Configuration $config
+ */
+ public function setConfig(Configuration $config)
+ {
+ $this->config = $config;
+ }
+
+ /**
* @param ElementInterface $element
*
* @return string
*/
public function convert(ElementInterface $element)
{
+ if ($this->shouldPreserve($element)) {
+ return '<!--' . $element->getValue() . '-->';
+ }
return '';
}
@@ -23,4 +41,22 @@ class CommentConverter implements ConverterInterface
{
return array('#comment');
}
+
+ /**
+ * @param ElementInterface $element
+ *
+ * @return bool
+ */
+ private function shouldPreserve(ElementInterface $element)
+ {
+ $preserve = $this->config->getOption('preserve_comments');
+ if ($preserve === true) {
+ return true;
+ }
+ if (is_array($preserve)) {
+ $value = trim($element->getValue());
+ return in_array($value, $preserve);
+ }
+ return false;
+ }
}
diff --git a/vendor/league/html-to-markdown/src/Element.php b/vendor/league/html-to-markdown/src/Element.php
index e1e9d1a09..80ae7a911 100644
--- a/vendor/league/html-to-markdown/src/Element.php
+++ b/vendor/league/html-to-markdown/src/Element.php
@@ -27,7 +27,6 @@ class Element implements ElementInterface
switch ($this->getTagName()) {
case 'blockquote':
case 'body':
- case 'code':
case 'div':
case 'h1':
case 'h2':
diff --git a/vendor/league/html-to-markdown/src/HtmlConverter.php b/vendor/league/html-to-markdown/src/HtmlConverter.php
index 3381e1e1e..846131af6 100644
--- a/vendor/league/html-to-markdown/src/HtmlConverter.php
+++ b/vendor/league/html-to-markdown/src/HtmlConverter.php
@@ -40,6 +40,7 @@ class HtmlConverter implements HtmlConverterInterface
'remove_nodes' => '', // space-separated list of dom nodes that should be removed. example: 'meta style script'
'hard_break' => false, // Set to true to turn <br> into `\n` instead of ` \n`
'list_item_style' => '-', // Set the default character for each <li> in a <ul>. Can be '-', '*', or '+'
+ 'preserve_comments' => false, // Set to true to preserve comments, or set to an array of strings to preserve specific comments
);
$this->environment = Environment::createDefaultEnvironment($defaults);
@@ -229,13 +230,13 @@ class HtmlConverter implements HtmlConverterInterface
return trim($markdown, "\n\r\0\x0B");
}
-
+
/**
* Pass a series of key-value pairs in an array; these will be passed
* through the config and set.
* The advantage of this is that it can allow for static use (IE in Laravel).
* An example being:
- *
+ *
* HtmlConverter::setOptions(['strip_tags' => true])->convert('<h1>test</h1>');
*/
public function setOptions(array $options)
diff --git a/vendor/psr/log/Psr/Log/LoggerInterface.php b/vendor/psr/log/Psr/Log/LoggerInterface.php
index 5ea72438b..e695046e3 100644
--- a/vendor/psr/log/Psr/Log/LoggerInterface.php
+++ b/vendor/psr/log/Psr/Log/LoggerInterface.php
@@ -118,6 +118,8 @@ interface LoggerInterface
* @param array $context
*
* @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
*/
public function log($level, $message, array $context = array());
}
diff --git a/vendor/psr/log/Psr/Log/LoggerTrait.php b/vendor/psr/log/Psr/Log/LoggerTrait.php
index 867225df1..e392fef0a 100644
--- a/vendor/psr/log/Psr/Log/LoggerTrait.php
+++ b/vendor/psr/log/Psr/Log/LoggerTrait.php
@@ -135,6 +135,8 @@ trait LoggerTrait
* @param array $context
*
* @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
*/
abstract public function log($level, $message, array $context = array());
}
diff --git a/vendor/psr/log/Psr/Log/NullLogger.php b/vendor/psr/log/Psr/Log/NullLogger.php
index d8cd682c8..c8f7293b1 100644
--- a/vendor/psr/log/Psr/Log/NullLogger.php
+++ b/vendor/psr/log/Psr/Log/NullLogger.php
@@ -20,6 +20,8 @@ class NullLogger extends AbstractLogger
* @param array $context
*
* @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
*/
public function log($level, $message, array $context = array())
{
diff --git a/vendor/psr/log/README.md b/vendor/psr/log/README.md
index 5571a25e8..a9f20c437 100644
--- a/vendor/psr/log/README.md
+++ b/vendor/psr/log/README.md
@@ -38,6 +38,12 @@ class Foo
if ($this->logger) {
$this->logger->info('Doing work');
}
+
+ try {
+ $this->doSomethingElse();
+ } catch (Exception $exception) {
+ $this->logger->error('Oh no!', array('exception' => $exception));
+ }
// do something useful
}
diff --git a/vendor/psr/log/composer.json b/vendor/psr/log/composer.json
index 87934d707..3f6d4eea4 100644
--- a/vendor/psr/log/composer.json
+++ b/vendor/psr/log/composer.json
@@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
}
}
diff --git a/view/css/mod_admin.css b/view/css/mod_admin.css
index 5e22fc90c..409744402 100644
--- a/view/css/mod_admin.css
+++ b/view/css/mod_admin.css
@@ -70,21 +70,3 @@
margin-top: 0px !important;
margin-left: 0px !important;
}
-
-pre code {
- background: #F5F5F5;
- font-family: Courier, monospace;
- font-size: 1em;
- padding: 1em 1.5em;
- display: block;
- white-space: pre-wrap;
-}
-
-code {
- background: #F5F5F5;
- font-family: Courier, monospace;
- font-size: 1em;
- display: inline;
- padding: 0.2em 0.2em;
- white-space: pre-wrap;
-} \ No newline at end of file
diff --git a/view/ja/.gitkeep b/view/ja/.gitkeep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/view/ja/.gitkeep
diff --git a/view/ja/hmessages.po b/view/ja/hmessages.po
new file mode 100644
index 000000000..4ab8ae773
--- /dev/null
+++ b/view/ja/hmessages.po
@@ -0,0 +1,12090 @@
+# hubzilla
+# Copyright (C) 2012-2016 hubzilla
+# This file is distributed under the same license as the hubzilla package.
+# Mike Macgirvin, 2012
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: 4.0.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-05-23 17:11+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: harukin <harukin@haruk.in>\n"
+"Language-Team: harukin <gitlab.haruk.in>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../../boot.php:1609
+msgid "Create an account to access services and applications"
+msgstr "サヌビスずアプリケヌションにアクセスするためにアカりントを䜜成する。"
+
+#: ../../boot.php:1610 ../../include/nav.php:160
+#: ../../Zotlabs/Module/Register.php:289
+msgid "Register"
+msgstr "登録"
+
+#: ../../boot.php:1629 ../../include/nav.php:107 ../../include/nav.php:136
+#: ../../include/nav.php:155
+msgid "Logout"
+msgstr "ログアりト"
+
+#: ../../boot.php:1630 ../../include/nav.php:122 ../../include/nav.php:126
+#: ../../Zotlabs/Lib/Apps.php:335
+msgid "Login"
+msgstr "ログむン"
+
+#: ../../boot.php:1631 ../../include/channel.php:2475
+#: ../../Zotlabs/Module/Rmagic.php:93
+msgid "Remote Authentication"
+msgstr "リモヌトログむン"
+
+#: ../../boot.php:1633
+msgid "Login/Email"
+msgstr "ログむン/Eメヌル"
+
+#: ../../boot.php:1634
+msgid "Password"
+msgstr "パスワヌド"
+
+#: ../../boot.php:1635
+msgid "Remember me"
+msgstr "蚘憶する"
+
+#: ../../boot.php:1635 ../../include/dir_fns.php:143
+#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
+#: ../../view/theme/redbasic/php/config.php:99
+#: ../../view/theme/redbasic/php/config.php:116
+#: ../../Zotlabs/Lib/Libzotdir.php:162 ../../Zotlabs/Lib/Libzotdir.php:163
+#: ../../Zotlabs/Lib/Libzotdir.php:165 ../../Zotlabs/Module/Admin/Site.php:255
+#: ../../Zotlabs/Module/Api.php:99 ../../Zotlabs/Module/Connedit.php:406
+#: ../../Zotlabs/Module/Connedit.php:796 ../../Zotlabs/Module/Defperms.php:197
+#: ../../Zotlabs/Module/Events.php:472 ../../Zotlabs/Module/Events.php:473
+#: ../../Zotlabs/Module/Filestorage.php:198
+#: ../../Zotlabs/Module/Filestorage.php:206 ../../Zotlabs/Module/Import.php:635
+#: ../../Zotlabs/Module/Import.php:639 ../../Zotlabs/Module/Import.php:640
+#: ../../Zotlabs/Module/Menu.php:162 ../../Zotlabs/Module/Menu.php:221
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
+#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../Zotlabs/Module/Photos.php:712 ../../Zotlabs/Module/Profiles.php:681
+#: ../../Zotlabs/Module/Removeme.php:63
+#: ../../Zotlabs/Module/Settings/Channel.php:309
+#: ../../Zotlabs/Module/Settings/Display.php:89
+#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
+#: ../../Zotlabs/Module/Wiki.php:227 ../../Zotlabs/Module/Wiki.php:228
+#: ../../Zotlabs/Storage/Browser.php:411
+msgid "No"
+msgstr "いいえ"
+
+#: ../../boot.php:1635 ../../include/dir_fns.php:143
+#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145
+#: ../../view/theme/redbasic/php/config.php:99
+#: ../../view/theme/redbasic/php/config.php:116
+#: ../../Zotlabs/Lib/Libzotdir.php:162 ../../Zotlabs/Lib/Libzotdir.php:163
+#: ../../Zotlabs/Lib/Libzotdir.php:165 ../../Zotlabs/Module/Admin/Site.php:257
+#: ../../Zotlabs/Module/Api.php:98 ../../Zotlabs/Module/Connedit.php:406
+#: ../../Zotlabs/Module/Defperms.php:197 ../../Zotlabs/Module/Events.php:472
+#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Filestorage.php:198
+#: ../../Zotlabs/Module/Filestorage.php:206 ../../Zotlabs/Module/Import.php:635
+#: ../../Zotlabs/Module/Import.php:639 ../../Zotlabs/Module/Import.php:640
+#: ../../Zotlabs/Module/Menu.php:162 ../../Zotlabs/Module/Menu.php:221
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:177
+#: ../../Zotlabs/Module/Mitem.php:256 ../../Zotlabs/Module/Mitem.php:257
+#: ../../Zotlabs/Module/Photos.php:712 ../../Zotlabs/Module/Profiles.php:681
+#: ../../Zotlabs/Module/Removeme.php:63
+#: ../../Zotlabs/Module/Settings/Channel.php:309
+#: ../../Zotlabs/Module/Settings/Display.php:89
+#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
+#: ../../Zotlabs/Module/Wiki.php:227 ../../Zotlabs/Module/Wiki.php:228
+#: ../../Zotlabs/Storage/Browser.php:411
+msgid "Yes"
+msgstr "はい"
+
+#: ../../boot.php:1638
+msgid "Forgot your password?"
+msgstr "パスワヌドを忘れたしたか"
+
+#: ../../boot.php:1639 ../../Zotlabs/Module/Lostpass.php:91
+msgid "Password Reset"
+msgstr "パスワヌドのリセット"
+
+#: ../../boot.php:2434
+#, php-format
+msgid "[$Projectname] Website SSL error for %s"
+msgstr "[$ Projectname] %s WebサむトSSL゚ラヌ"
+
+#: ../../boot.php:2439
+msgid "Website SSL certificate is not valid. Please correct."
+msgstr "りェブサむトのssl認蚌ができたせん。修正しおください。"
+
+#: ../../boot.php:2555
+#, php-format
+msgid "[$Projectname] Cron tasks not running on %s"
+msgstr "[$Projectname] Cronタスクが%s実行されおいたせん"
+
+#: ../../boot.php:2560
+msgid "Cron/Scheduled tasks not running."
+msgstr "Cron/スケゞュヌル枈みタスクが実行されおいたせん。"
+
+#: ../../boot.php:2561 ../../include/datetime.php:238
+msgid "never"
+msgstr "䞀床もなし"
+
+#: ../../include/account.php:36
+msgid "Not a valid email address"
+msgstr "未認蚌のメヌルアドレス"
+
+#: ../../include/account.php:38
+msgid "Your email domain is not among those allowed on this site"
+msgstr "あなたのメヌルアドレスのドメむンはこのサむトでは蚱可されおいたせん。"
+
+#: ../../include/account.php:44
+msgid "Your email address is already registered at this site."
+msgstr "あなたのメヌルアドレスは既にこのサむトに登録されおいたす。"
+
+#: ../../include/account.php:76
+msgid "An invitation is required."
+msgstr "招埅状が必芁です。"
+
+#: ../../include/account.php:80
+msgid "Invitation could not be verified."
+msgstr "招埅状が認蚌されたせんでした。"
+
+#: ../../include/account.php:156
+msgid "Please enter the required information."
+msgstr "必須事項を入力しおください。"
+
+#: ../../include/account.php:223
+msgid "Failed to store account information."
+msgstr "アカりント情報の保存に倱敗したした。"
+
+#: ../../include/account.php:311
+#, php-format
+msgid "Registration confirmation for %s"
+msgstr "登録確認: %s"
+
+#: ../../include/account.php:380
+#, php-format
+msgid "Registration request at %s"
+msgstr "登録リク゚スト: %s"
+
+#: ../../include/account.php:402
+msgid "your registration password"
+msgstr "あなたの登録されおいるパスワヌド"
+
+#: ../../include/account.php:408 ../../include/account.php:471
+#, php-format
+msgid "Registration details for %s"
+msgstr "登録の詳现: %s"
+
+#: ../../include/account.php:482
+msgid "Account approved."
+msgstr "アカりントが承認されたした。"
+
+#: ../../include/account.php:522
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "%sの登録が取り消されたした"
+
+#: ../../include/account.php:803 ../../include/account.php:805
+msgid "Click here to upgrade."
+msgstr "ここをクリックしおアップグレヌド"
+
+#: ../../include/account.php:811
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "このアクションは、サブスクリプションプランで蚭定された制限を超えおいたす。"
+
+#: ../../include/account.php:816
+msgid "This action is not available under your subscription plan."
+msgstr "このアクションは、サブスクリプションプランでは䜿甚できたせん。"
+
+#: ../../include/acl_selectors.php:33
+#: ../../Zotlabs/Lib/PermissionDescription.php:34
+msgid "Visible to your default audience"
+msgstr "デフォルトの芖聎者に衚瀺されたす"
+
+#: ../../include/acl_selectors.php:88 ../../Zotlabs/Module/Acl.php:121
+#: ../../Zotlabs/Module/Lockview.php:117 ../../Zotlabs/Module/Lockview.php:153
+msgctxt "acl"
+msgid "Profile"
+msgstr "プロファむル"
+
+#: ../../include/acl_selectors.php:106
+#: ../../Zotlabs/Lib/PermissionDescription.php:107
+msgid "Only me"
+msgstr "自分のみ"
+
+#: ../../include/acl_selectors.php:113
+msgid "Who can see this?"
+msgstr "衚瀺できる人"
+
+#: ../../include/acl_selectors.php:114
+msgid "Custom selection"
+msgstr "カスタム遞択"
+
+#: ../../include/acl_selectors.php:115
+msgid ""
+"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit "
+"the scope of \"Show\"."
+msgstr "衚瀺を蚱可するには、「衚瀺」を遞択したす。 「衚瀺しない」を䜿甚するず、「衚瀺」の範囲を䞊曞きおよび制限できたす"
+
+#: ../../include/acl_selectors.php:116
+msgid "Show"
+msgstr "衚瀺"
+
+#: ../../include/acl_selectors.php:117
+msgid "Don't show"
+msgstr "非衚瀺"
+
+#: ../../include/acl_selectors.php:118 ../../include/nav.php:186
+#: ../../include/text.php:1084 ../../include/text.php:1096
+#: ../../Zotlabs/Lib/Apps.php:352 ../../Zotlabs/Module/Connections.php:352
+#: ../../Zotlabs/Module/Search.php:44
+#: ../../Zotlabs/Widget/Activity_filter.php:151
+#: ../../Zotlabs/Widget/Sitesearch.php:31
+msgid "Search"
+msgstr "怜玢"
+
+#: ../../include/acl_selectors.php:123 ../../Zotlabs/Module/Chat.php:243
+#: ../../Zotlabs/Module/Connedit.php:690
+#: ../../Zotlabs/Module/Filestorage.php:190 ../../Zotlabs/Module/Photos.php:717
+#: ../../Zotlabs/Module/Photos.php:1086 ../../Zotlabs/Module/Thing.php:319
+#: ../../Zotlabs/Module/Thing.php:372
+msgid "Permissions"
+msgstr "暩限"
+
+#: ../../include/acl_selectors.php:125 ../../Zotlabs/Lib/ThreadItem.php:463
+#: ../../Zotlabs/Module/Photos.php:1316
+msgid "Close"
+msgstr "閉じる"
+
+#: ../../include/acl_selectors.php:150
+#, php-format
+msgid ""
+"Post permissions %s cannot be changed %s after a post is shared.</br />These "
+"permissions set who is allowed to view the post."
+msgstr "投皿を共有した埌、投皿暩限%sを%sに倉曎するこずはできたせん。</ br />これらの暩限は、投皿の閲芧を蚱可するナヌザヌを蚭定したす。"
+
+#: ../../include/activities.php:42
+msgid " and "
+msgstr "そしお"
+
+#: ../../include/activities.php:50
+msgid "public profile"
+msgstr "公開プロフィヌル"
+
+#: ../../include/activities.php:59
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$sが%2$sをldquo;に倉曎したした%3$s rdquo;"
+
+#: ../../include/activities.php:60
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "%1$sの%2$sアクセス"
+
+#: ../../include/activities.php:63
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$sには曎新された%2$s 、 %3$s倉曎しおいたす。"
+
+#: ../../include/attach.php:150 ../../include/attach.php:199
+#: ../../include/attach.php:272 ../../include/attach.php:380
+#: ../../include/attach.php:394 ../../include/attach.php:401
+#: ../../include/attach.php:483 ../../include/attach.php:1043
+#: ../../include/attach.php:1117 ../../include/attach.php:1280
+#: ../../include/items.php:3801 ../../include/photos.php:27
+#: ../../Zotlabs/Lib/Chatroom.php:133 ../../Zotlabs/Module/Achievements.php:34
+#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Appman.php:87
+#: ../../Zotlabs/Module/Articles.php:88
+#: ../../Zotlabs/Module/Article_edit.php:51
+#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Block.php:24
+#: ../../Zotlabs/Module/Block.php:74 ../../Zotlabs/Module/Blocks.php:73
+#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Bookmarks.php:70
+#: ../../Zotlabs/Module/Cards.php:86 ../../Zotlabs/Module/Channel.php:168
+#: ../../Zotlabs/Module/Channel.php:335 ../../Zotlabs/Module/Channel.php:374
+#: ../../Zotlabs/Module/Chat.php:115 ../../Zotlabs/Module/Chat.php:120
+#: ../../Zotlabs/Module/Cloud.php:40 ../../Zotlabs/Module/Common.php:38
+#: ../../Zotlabs/Module/Connections.php:32
+#: ../../Zotlabs/Module/Connedit.php:399
+#: ../../Zotlabs/Module/Cover_photo.php:338
+#: ../../Zotlabs/Module/Cover_photo.php:351
+#: ../../Zotlabs/Module/Defperms.php:181 ../../Zotlabs/Module/Display.php:451
+#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Editlayout.php:67
+#: ../../Zotlabs/Module/Editlayout.php:90 ../../Zotlabs/Module/Editpost.php:17
+#: ../../Zotlabs/Module/Editwebpage.php:68
+#: ../../Zotlabs/Module/Editwebpage.php:89
+#: ../../Zotlabs/Module/Editwebpage.php:107
+#: ../../Zotlabs/Module/Editwebpage.php:121 ../../Zotlabs/Module/Events.php:271
+#: ../../Zotlabs/Module/Filestorage.php:17
+#: ../../Zotlabs/Module/Filestorage.php:72
+#: ../../Zotlabs/Module/Filestorage.php:90
+#: ../../Zotlabs/Module/Filestorage.php:113
+#: ../../Zotlabs/Module/Filestorage.php:160 ../../Zotlabs/Module/Group.php:14
+#: ../../Zotlabs/Module/Group.php:30 ../../Zotlabs/Module/Invite.php:21
+#: ../../Zotlabs/Module/Invite.php:102 ../../Zotlabs/Module/Item.php:397
+#: ../../Zotlabs/Module/Item.php:416 ../../Zotlabs/Module/Item.php:426
+#: ../../Zotlabs/Module/Item.php:1302 ../../Zotlabs/Module/Layouts.php:71
+#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89
+#: ../../Zotlabs/Module/Like.php:187 ../../Zotlabs/Module/Locs.php:87
+#: ../../Zotlabs/Module/Mail.php:146 ../../Zotlabs/Module/Manage.php:10
+#: ../../Zotlabs/Module/Menu.php:129 ../../Zotlabs/Module/Menu.php:140
+#: ../../Zotlabs/Module/Message.php:18 ../../Zotlabs/Module/Mitem.php:129
+#: ../../Zotlabs/Module/Moderate.php:13 ../../Zotlabs/Module/Mood.php:126
+#: ../../Zotlabs/Module/Network.php:19 ../../Zotlabs/Module/New_channel.php:105
+#: ../../Zotlabs/Module/New_channel.php:130
+#: ../../Zotlabs/Module/Notifications.php:11
+#: ../../Zotlabs/Module/Card_edit.php:51 ../../Zotlabs/Module/Regmod.php:20
+#: ../../Zotlabs/Module/Page.php:34 ../../Zotlabs/Module/Page.php:133
+#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Photos.php:69
+#: ../../Zotlabs/Module/Poke.php:157 ../../Zotlabs/Module/Profile.php:85
+#: ../../Zotlabs/Module/Profile.php:101 ../../Zotlabs/Module/Profiles.php:198
+#: ../../Zotlabs/Module/Profiles.php:635
+#: ../../Zotlabs/Module/Profile_photo.php:302
+#: ../../Zotlabs/Module/Profile_photo.php:315 ../../Zotlabs/Module/Rate.php:113
+#: ../../Zotlabs/Module/Register.php:77
+#: ../../Zotlabs/Module/Service_limits.php:11
+#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Setup.php:206
+#: ../../Zotlabs/Module/Sharedwithme.php:16 ../../Zotlabs/Module/Sources.php:80
+#: ../../Zotlabs/Module/Suggest.php:32 ../../Zotlabs/Module/Thing.php:280
+#: ../../Zotlabs/Module/Thing.php:300 ../../Zotlabs/Module/Thing.php:341
+#: ../../Zotlabs/Module/Viewconnections.php:28
+#: ../../Zotlabs/Module/Viewconnections.php:33
+#: ../../Zotlabs/Module/Viewsrc.php:19 ../../Zotlabs/Module/Webpages.php:133
+#: ../../Zotlabs/Module/Wiki.php:59 ../../Zotlabs/Module/Wiki.php:285
+#: ../../Zotlabs/Module/Wiki.php:428 ../../Zotlabs/Web/WebServer.php:123
+msgid "Permission denied."
+msgstr "アクセス拒吊。"
+
+#: ../../include/attach.php:267 ../../include/attach.php:375
+msgid "Item was not found."
+msgstr "アむテムが芋぀かりたせんでした。"
+
+#: ../../include/attach.php:284
+msgid "Unknown error."
+msgstr "未知の゚ラヌ。"
+
+#: ../../include/attach.php:568
+msgid "No source file."
+msgstr "゜ヌスファむルがありたせん。"
+
+#: ../../include/attach.php:590
+msgid "Cannot locate file to replace"
+msgstr "眮き換えるファむルが芋぀かりたせん"
+
+#: ../../include/attach.php:609
+msgid "Cannot locate file to revise/update"
+msgstr "修正/曎新するファむルが芋぀かりたせん"
+
+#: ../../include/attach.php:751
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "ファむルはサむズ制限%dを超えおいたす"
+
+#: ../../include/attach.php:772
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "1 $ .0fメガバむトの添付ファむルストレヌゞの制限に達したした。"
+
+#: ../../include/attach.php:954
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "ファむルのアップロヌドに倱敗したした。可胜なシステム制限たたはアクションが終了したした。"
+
+#: ../../include/attach.php:983
+msgid "Stored file could not be verified. Upload failed."
+msgstr "保存されたファむルを確認できたせんでした。アップロヌドに倱敗したした。"
+
+#: ../../include/attach.php:1057 ../../include/attach.php:1073
+msgid "Path not available."
+msgstr "パスが利甚できたせん。"
+
+#: ../../include/attach.php:1122 ../../include/attach.php:1285
+msgid "Empty pathname"
+msgstr "空のパス名"
+
+#: ../../include/attach.php:1148
+msgid "duplicate filename or path"
+msgstr "ファむル名たたはパスが重耇しおいたす"
+
+#: ../../include/attach.php:1173
+msgid "Path not found."
+msgstr "パスが芋぀かりたせん。"
+
+#: ../../include/attach.php:1241
+msgid "mkdir failed."
+msgstr "mkdirが倱敗したした。"
+
+#: ../../include/attach.php:1245
+msgid "database storage failed."
+msgstr "デヌタベヌスストレヌゞが倱敗したした。"
+
+#: ../../include/attach.php:1291
+msgid "Empty path"
+msgstr "空のパス"
+
+#: ../../include/auth.php:192
+msgid "Delegation session ended."
+msgstr "委任セッションは終了したした。"
+
+#: ../../include/auth.php:196
+msgid "Logged out."
+msgstr "ログアりトしたした。"
+
+#: ../../include/auth.php:291
+msgid "Email validation is incomplete. Please check your email."
+msgstr "メヌルの怜蚌が䞍完党です。メヌルを確認しおください。"
+
+#: ../../include/auth.php:307
+msgid "Failed authentication"
+msgstr "認蚌倱敗"
+
+#: ../../include/auth.php:317
+msgid "Login failed."
+msgstr "ログむンに倱敗したした。"
+
+#: ../../include/bbcode.php:220 ../../include/bbcode.php:1210
+#: ../../include/bbcode.php:1213 ../../include/bbcode.php:1218
+#: ../../include/bbcode.php:1221 ../../include/bbcode.php:1224
+#: ../../include/bbcode.php:1227 ../../include/bbcode.php:1232
+#: ../../include/bbcode.php:1235 ../../include/bbcode.php:1240
+#: ../../include/bbcode.php:1243 ../../include/bbcode.php:1246
+#: ../../include/bbcode.php:1249
+msgid "Image/photo"
+msgstr "画像/写真"
+
+#: ../../include/bbcode.php:259 ../../include/bbcode.php:1260
+msgid "Encrypted content"
+msgstr "暗号化されたコンテンツ"
+
+#: ../../include/bbcode.php:275
+#, php-format
+msgid "Install %1$s element %2$s"
+msgstr "%1$s芁玠%2$sをむンストヌル"
+
+#: ../../include/bbcode.php:279
+#, php-format
+msgid ""
+"This post contains an installable %s element, however you lack permissions "
+"to install it on this site."
+msgstr "この投皿にはむンストヌル可胜な%s芁玠が含たれおいたすが、このサむトにむンストヌルする暩限がありたせん。"
+
+#: ../../include/bbcode.php:289 ../../Zotlabs/Module/Impel.php:43
+msgid "webpage"
+msgstr "りェブペヌゞ"
+
+#: ../../include/bbcode.php:292 ../../Zotlabs/Module/Impel.php:53
+msgid "layout"
+msgstr "レむアりト"
+
+#: ../../include/bbcode.php:295 ../../Zotlabs/Module/Impel.php:48
+msgid "block"
+msgstr "ブロック"
+
+#: ../../include/bbcode.php:298 ../../Zotlabs/Module/Impel.php:60
+msgid "menu"
+msgstr "メニュヌ"
+
+#: ../../include/bbcode.php:359
+msgid "card"
+msgstr "カヌド"
+
+#: ../../include/bbcode.php:361
+msgid "article"
+msgstr "蚘事"
+
+#: ../../include/bbcode.php:363 ../../include/markdown.php:200
+#: ../../Zotlabs/Module/Tagger.php:77
+msgid "post"
+msgstr "圹職"
+
+#: ../../include/bbcode.php:367 ../../include/markdown.php:198
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$sは次の%2$s %3$s曞きたした"
+
+#: ../../include/bbcode.php:444 ../../include/bbcode.php:452
+msgid "Click to open/close"
+msgstr "クリックしお開閉"
+
+#: ../../include/bbcode.php:452
+msgid "spoiler"
+msgstr "スポむラヌ"
+
+#: ../../include/bbcode.php:465
+msgid "View article"
+msgstr "蚘事を芋る"
+
+#: ../../include/bbcode.php:465
+msgid "View summary"
+msgstr "抂芁を芋る"
+
+#: ../../include/bbcode.php:755 ../../include/bbcode.php:925
+#: ../../Zotlabs/Lib/NativeWikiPage.php:603
+msgid "Different viewers will see this text differently"
+msgstr "芖聎者が異なれば、このテキストの芋方も異なりたす"
+
+#: ../../include/bbcode.php:1198
+msgid "$1 wrote:"
+msgstr "$ 1の曞き蟌み"
+
+#: ../../include/bookmarks.php:34
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "%1$sのブックマヌク"
+
+#: ../../include/channel.php:43
+msgid "Unable to obtain identity information from database"
+msgstr "デヌタベヌスからID情報を取埗できたせん"
+
+#: ../../include/channel.php:76
+msgid "Empty name"
+msgstr "空の名前"
+
+#: ../../include/channel.php:79
+msgid "Name too long"
+msgstr "名前が長すぎたす"
+
+#: ../../include/channel.php:196
+msgid "No account identifier"
+msgstr "アカりント識別子なし"
+
+#: ../../include/channel.php:208
+msgid "Nickname is required."
+msgstr "ニックネヌムが必芁です。"
+
+#: ../../include/channel.php:222 ../../include/channel.php:655
+#: ../../Zotlabs/Module/Changeaddr.php:46
+msgid "Reserved nickname. Please choose another."
+msgstr "予玄枈みのニックネヌム。別のものを遞択しおください。"
+
+#: ../../include/channel.php:227 ../../include/channel.php:660
+#: ../../Zotlabs/Module/Changeaddr.php:51
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "ニックネヌムにサポヌトされおいない文字が含たれおいるか、このサむトで既に䜿甚されおいたす。"
+
+#: ../../include/channel.php:287
+msgid "Unable to retrieve created identity"
+msgstr "䜜成されたIDを取埗できたせん"
+
+#: ../../include/channel.php:429
+msgid "Default Profile"
+msgstr "デフォルトプロファむル"
+
+#: ../../include/channel.php:493 ../../include/channel.php:494
+#: ../../include/channel.php:501 ../../include/selectors.php:134
+#: ../../Zotlabs/Module/Connedit.php:725
+#: ../../Zotlabs/Module/Settings/Channel.php:70
+#: ../../Zotlabs/Module/Settings/Channel.php:74
+#: ../../Zotlabs/Module/Settings/Channel.php:75
+#: ../../Zotlabs/Module/Settings/Channel.php:78
+#: ../../Zotlabs/Module/Settings/Channel.php:89
+#: ../../Zotlabs/Widget/Affinity.php:32
+msgid "Friends"
+msgstr "友だち"
+
+#: ../../include/channel.php:588 ../../include/channel.php:677
+msgid "Unable to retrieve modified identity"
+msgstr "倉曎されたIDを取埗できたせん"
+
+#: ../../include/channel.php:1273
+msgid "Requested channel is not available."
+msgstr "芁求されたチャンネルは利甚できたせん。"
+
+#: ../../include/channel.php:1319 ../../Zotlabs/Module/Achievements.php:15
+#: ../../Zotlabs/Module/Articles.php:42 ../../Zotlabs/Module/Blocks.php:33
+#: ../../Zotlabs/Module/Cards.php:42 ../../Zotlabs/Module/Connect.php:17
+#: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Editlayout.php:31
+#: ../../Zotlabs/Module/Editwebpage.php:32
+#: ../../Zotlabs/Module/Filestorage.php:53 ../../Zotlabs/Module/Hcard.php:12
+#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Menu.php:91
+#: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Webpages.php:39
+msgid "Requested profile is not available."
+msgstr "芁求されたプロファむルは利甚できたせん。"
+
+#: ../../include/channel.php:1411 ../../Zotlabs/Module/Profiles.php:728
+msgid "Change profile photo"
+msgstr "プロフィヌル写真を倉曎"
+
+#: ../../include/channel.php:1418 ../../include/nav.php:113
+#: ../../Zotlabs/Module/Profiles.php:830
+msgid "Edit Profiles"
+msgstr "プロファむルを線集する"
+
+#: ../../include/channel.php:1418 ../../include/channel.php:1422
+#: ../../include/menu.php:118 ../../Zotlabs/Lib/Apps.php:558
+#: ../../Zotlabs/Lib/ThreadItem.php:147
+#: ../../Zotlabs/Module/Admin/Profs.php:175
+#: ../../Zotlabs/Module/Article_edit.php:99 ../../Zotlabs/Module/Blocks.php:160
+#: ../../Zotlabs/Module/Connections.php:298
+#: ../../Zotlabs/Module/Connections.php:336
+#: ../../Zotlabs/Module/Connections.php:356
+#: ../../Zotlabs/Module/Editblock.php:114
+#: ../../Zotlabs/Module/Editlayout.php:114
+#: ../../Zotlabs/Module/Editwebpage.php:142 ../../Zotlabs/Module/Group.php:252
+#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Menu.php:175
+#: ../../Zotlabs/Module/Oauth.php:173 ../../Zotlabs/Module/Oauth2.php:194
+#: ../../Zotlabs/Module/Card_edit.php:99 ../../Zotlabs/Module/Thing.php:266
+#: ../../Zotlabs/Module/Webpages.php:255 ../../Zotlabs/Module/Wiki.php:211
+#: ../../Zotlabs/Module/Wiki.php:384 ../../Zotlabs/Storage/Browser.php:296
+#: ../../Zotlabs/Widget/Cdav.php:126 ../../Zotlabs/Widget/Cdav.php:162
+msgid "Edit"
+msgstr "線集"
+
+#: ../../include/channel.php:1419
+msgid "Create New Profile"
+msgstr "新しいプロファむルを䜜成"
+
+#: ../../include/channel.php:1422 ../../include/nav.php:115
+msgid "Edit Profile"
+msgstr "プロファむル線集"
+
+#: ../../include/channel.php:1437 ../../Zotlabs/Module/Profiles.php:820
+msgid "Profile Image"
+msgstr "プロフィヌル画像"
+
+#: ../../include/channel.php:1440
+msgid "Visible to everybody"
+msgstr "みんなに芋える"
+
+#: ../../include/channel.php:1441 ../../Zotlabs/Module/Profiles.php:725
+#: ../../Zotlabs/Module/Profiles.php:824
+msgid "Edit visibility"
+msgstr "可芖性を線集"
+
+#: ../../include/channel.php:1498 ../../include/connections.php:110
+#: ../../include/conversation.php:1058 ../../Zotlabs/Module/Directory.php:342
+#: ../../Zotlabs/Module/Suggest.php:71 ../../Zotlabs/Widget/Follow.php:32
+#: ../../Zotlabs/Widget/Suggestions.php:46
+msgid "Connect"
+msgstr "぀なぐ"
+
+#: ../../include/channel.php:1513 ../../include/event.php:61
+#: ../../include/event.php:93 ../../Zotlabs/Module/Directory.php:328
+msgid "Location:"
+msgstr "ロケヌション"
+
+#: ../../include/channel.php:1517 ../../include/channel.php:1645
+msgid "Gender:"
+msgstr "性別"
+
+#: ../../include/channel.php:1518 ../../include/channel.php:1689
+msgid "Status:"
+msgstr "状態"
+
+#: ../../include/channel.php:1519 ../../include/channel.php:1713
+msgid "Homepage:"
+msgstr "ホヌムペヌゞ"
+
+#: ../../include/channel.php:1520
+msgid "Online Now"
+msgstr "今オンラむンです"
+
+#: ../../include/channel.php:1573
+msgid "Change your profile photo"
+msgstr "プロフィヌル写真を倉曎する"
+
+#: ../../include/channel.php:1600 ../../include/selectors.php:60
+#: ../../include/selectors.php:77
+msgid "Female"
+msgstr "女性"
+
+#: ../../include/channel.php:1602 ../../include/selectors.php:60
+#: ../../include/selectors.php:77
+msgid "Male"
+msgstr "男性"
+
+#: ../../include/channel.php:1604
+msgid "Trans"
+msgstr "トランス"
+
+#: ../../include/channel.php:1606 ../../include/selectors.php:60
+msgid "Neuter"
+msgstr "䞭性"
+
+#: ../../include/channel.php:1608 ../../include/selectors.php:60
+msgid "Non-specific"
+msgstr "非特異的"
+
+#: ../../include/channel.php:1643 ../../Zotlabs/Module/Settings/Channel.php:499
+msgid "Full Name:"
+msgstr "フルネヌム"
+
+#: ../../include/channel.php:1650
+msgid "Like this channel"
+msgstr "このチャンネルのように"
+
+#: ../../include/channel.php:1661 ../../include/conversation.php:1702
+#: ../../include/taxonomy.php:659 ../../Zotlabs/Lib/ThreadItem.php:235
+#: ../../Zotlabs/Module/Photos.php:1177
+msgctxt "noun"
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "いいね"
+msgstr[1] "いいね"
+
+#: ../../include/channel.php:1674
+msgid "j F, Y"
+msgstr "j F、Y"
+
+#: ../../include/channel.php:1675
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/channel.php:1682
+msgid "Birthday:"
+msgstr "お誕生日"
+
+#: ../../include/channel.php:1686 ../../Zotlabs/Module/Directory.php:323
+msgid "Age:"
+msgstr "幎霢"
+
+#: ../../include/channel.php:1695
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "%1$d %2$s"
+
+#: ../../include/channel.php:1707
+msgid "Tags:"
+msgstr "タグ"
+
+#: ../../include/channel.php:1711
+msgid "Sexual Preference:"
+msgstr "性的嗜奜"
+
+#: ../../include/channel.php:1715 ../../Zotlabs/Module/Directory.php:339
+msgid "Hometown:"
+msgstr "出身地"
+
+#: ../../include/channel.php:1717
+msgid "Political Views:"
+msgstr "政芋"
+
+#: ../../include/channel.php:1719
+msgid "Religion:"
+msgstr "宗教"
+
+#: ../../include/channel.php:1721 ../../Zotlabs/Module/Directory.php:341
+msgid "About:"
+msgstr "玄"
+
+#: ../../include/channel.php:1723
+msgid "Hobbies/Interests:"
+msgstr "趣味/興味"
+
+#: ../../include/channel.php:1725
+msgid "Likes:"
+msgstr "奜きなもの"
+
+#: ../../include/channel.php:1727
+msgid "Dislikes:"
+msgstr "嫌いなもの"
+
+#: ../../include/channel.php:1729
+msgid "Contact information and Social Networks:"
+msgstr "連絡先情報ず゜ヌシャルネットワヌク"
+
+#: ../../include/channel.php:1731
+msgid "My other channels:"
+msgstr "私の他のチャンネル"
+
+#: ../../include/channel.php:1733
+msgid "Musical interests:"
+msgstr "音楜的興味"
+
+#: ../../include/channel.php:1735
+msgid "Books, literature:"
+msgstr "曞籍、文孊"
+
+#: ../../include/channel.php:1737
+msgid "Television:"
+msgstr "テレビ"
+
+#: ../../include/channel.php:1739
+msgid "Film/dance/culture/entertainment:"
+msgstr "映画/ダンス/文化/゚ンタヌテむメント"
+
+#: ../../include/channel.php:1741
+msgid "Love/Romance:"
+msgstr "愛/ロマンス"
+
+#: ../../include/channel.php:1743
+msgid "Work/employment:"
+msgstr "仕事/雇甚"
+
+#: ../../include/channel.php:1745
+msgid "School/education:"
+msgstr "孊校教育"
+
+#: ../../include/channel.php:1766 ../../Zotlabs/Lib/Apps.php:361
+#: ../../Zotlabs/Module/Profperm.php:113
+msgid "Profile"
+msgstr "プロフィヌル"
+
+#: ../../include/channel.php:1768
+msgid "Like this thing"
+msgstr "このように"
+
+#: ../../include/channel.php:1769 ../../Zotlabs/Module/Cal.php:340
+#: ../../Zotlabs/Module/Events.php:692
+msgid "Export"
+msgstr "茞出する"
+
+#: ../../include/channel.php:2207 ../../Zotlabs/Module/Cover_photo.php:301
+msgid "cover photo"
+msgstr "カバヌ写真"
+
+#: ../../include/channel.php:2476 ../../Zotlabs/Module/Rmagic.php:94
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "チャンネルアドレスを入力したす䟋channel@example.com"
+
+#: ../../include/channel.php:2477 ../../Zotlabs/Module/Rmagic.php:95
+msgid "Authenticate"
+msgstr "認蚌する"
+
+#: ../../include/channel.php:2632 ../../Zotlabs/Module/Admin/Accounts.php:91
+#, php-format
+msgid "Account '%s' deleted"
+msgstr "アカりント「 %s 」を削陀したした"
+
+#: ../../include/connections.php:133
+msgid "New window"
+msgstr "新しい窓"
+
+#: ../../include/connections.php:134
+msgid "Open the selected location in a different window or browser tab"
+msgstr "遞択した堎所を別のりィンドりたたはブラりザタブで開きたす"
+
+#: ../../include/connections.php:696 ../../include/event.php:1325
+#: ../../Zotlabs/Module/Cdav.php:1251 ../../Zotlabs/Module/Connedit.php:932
+#: ../../Zotlabs/Module/Profiles.php:792
+msgid "Mobile"
+msgstr "モバむル"
+
+#: ../../include/connections.php:697 ../../include/event.php:1326
+#: ../../Zotlabs/Module/Cdav.php:1252 ../../Zotlabs/Module/Connedit.php:933
+#: ../../Zotlabs/Module/Profiles.php:793
+msgid "Home"
+msgstr "ホヌム"
+
+#: ../../include/connections.php:698 ../../include/event.php:1327
+msgid "Home, Voice"
+msgstr "ホヌム、ボむス"
+
+#: ../../include/connections.php:699 ../../include/event.php:1328
+msgid "Home, Fax"
+msgstr "ホヌム、ファックス"
+
+#: ../../include/connections.php:700 ../../include/event.php:1329
+#: ../../Zotlabs/Module/Cdav.php:1253 ../../Zotlabs/Module/Connedit.php:934
+#: ../../Zotlabs/Module/Profiles.php:794
+msgid "Work"
+msgstr "䜜業"
+
+#: ../../include/connections.php:701 ../../include/event.php:1330
+msgid "Work, Voice"
+msgstr "仕事、声"
+
+#: ../../include/connections.php:702 ../../include/event.php:1331
+msgid "Work, Fax"
+msgstr "仕事、ファックス"
+
+#: ../../include/connections.php:703 ../../include/connections.php:710
+#: ../../include/event.php:1332 ../../include/event.php:1339
+#: ../../include/selectors.php:60 ../../include/selectors.php:77
+#: ../../include/selectors.php:115 ../../include/selectors.php:151
+#: ../../Zotlabs/Access/PermissionRoles.php:306
+#: ../../Zotlabs/Module/Cdav.php:1254 ../../Zotlabs/Module/Connedit.php:935
+#: ../../Zotlabs/Module/Profiles.php:795
+msgid "Other"
+msgstr "その他"
+
+#: ../../include/contact_widgets.php:11
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d招埅可胜"
+msgstr[1] "%d招埅可胜"
+
+#: ../../include/contact_widgets.php:16 ../../Zotlabs/Module/Admin/Site.php:293
+msgid "Advanced"
+msgstr "高床な"
+
+#: ../../include/contact_widgets.php:19
+msgid "Find Channels"
+msgstr "チャンネルを探す"
+
+#: ../../include/contact_widgets.php:20
+msgid "Enter name or interest"
+msgstr "名前たたは興味を入力しおください"
+
+#: ../../include/contact_widgets.php:21
+msgid "Connect/Follow"
+msgstr "接続/フォロヌ"
+
+#: ../../include/contact_widgets.php:22
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "䟋Robert Morgenstein、釣り"
+
+#: ../../include/contact_widgets.php:23
+#: ../../Zotlabs/Module/Connections.php:355
+#: ../../Zotlabs/Module/Directory.php:405
+#: ../../Zotlabs/Module/Directory.php:410
+msgid "Find"
+msgstr "芋぀ける"
+
+#: ../../include/contact_widgets.php:24 ../../Zotlabs/Module/Directory.php:409
+#: ../../Zotlabs/Module/Suggest.php:79
+msgid "Channel Suggestions"
+msgstr "チャンネルの提案"
+
+#: ../../include/contact_widgets.php:26
+msgid "Random Profile"
+msgstr "ランダムプロファむル"
+
+#: ../../include/contact_widgets.php:27
+msgid "Invite Friends"
+msgstr "友達を招埅"
+
+#: ../../include/contact_widgets.php:29
+msgid "Advanced example: name=fred and country=iceland"
+msgstr "高床な䟋name = fredおよびcountry = iceland"
+
+#: ../../include/contact_widgets.php:53 ../../include/features.php:325
+#: ../../Zotlabs/Widget/Activity_filter.php:137
+#: ../../Zotlabs/Widget/Filer.php:28
+msgid "Saved Folders"
+msgstr "保存されたフォルダヌ"
+
+#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:99
+#: ../../include/contact_widgets.php:142 ../../include/contact_widgets.php:187
+#: ../../Zotlabs/Widget/Appcategories.php:46 ../../Zotlabs/Widget/Filer.php:31
+msgid "Everything"
+msgstr "すべお"
+
+#: ../../include/contact_widgets.php:96 ../../include/contact_widgets.php:139
+#: ../../include/contact_widgets.php:184 ../../include/taxonomy.php:409
+#: ../../include/taxonomy.php:491 ../../include/taxonomy.php:511
+#: ../../include/taxonomy.php:532 ../../Zotlabs/Widget/Appcategories.php:43
+msgid "Categories"
+msgstr "カテゎリヌ"
+
+#: ../../include/contact_widgets.php:218
+msgid "Common Connections"
+msgstr "共通接続"
+
+#: ../../include/contact_widgets.php:222
+#, php-format
+msgid "View all %d common connections"
+msgstr "すべおの%d共通接続を衚瀺"
+
+#: ../../include/conversation.php:116 ../../include/text.php:2104
+#: ../../Zotlabs/Lib/Activity.php:2002 ../../Zotlabs/Module/Like.php:392
+#: ../../Zotlabs/Module/Subthread.php:112 ../../Zotlabs/Module/Tagger.php:69
+msgid "photo"
+msgstr "写真"
+
+#: ../../include/conversation.php:119 ../../include/event.php:1169
+#: ../../include/text.php:2107 ../../Zotlabs/Module/Events.php:260
+#: ../../Zotlabs/Module/Like.php:394 ../../Zotlabs/Module/Tagger.php:73
+msgid "event"
+msgstr "出来事"
+
+#: ../../include/conversation.php:122 ../../Zotlabs/Module/Like.php:123
+msgid "channel"
+msgstr "チャネル"
+
+#: ../../include/conversation.php:144 ../../include/text.php:2110
+#: ../../Zotlabs/Lib/Activity.php:2002 ../../Zotlabs/Module/Like.php:392
+#: ../../Zotlabs/Module/Subthread.php:112
+msgid "status"
+msgstr "状態"
+
+#: ../../include/conversation.php:146 ../../include/text.php:2112
+#: ../../Zotlabs/Module/Tagger.php:79
+msgid "comment"
+msgstr "コメント"
+
+#: ../../include/conversation.php:160 ../../Zotlabs/Lib/Activity.php:2037
+#: ../../Zotlabs/Module/Like.php:447
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$sが%2$sの%3$s気に入っおいたす"
+
+#: ../../include/conversation.php:163 ../../Zotlabs/Lib/Activity.php:2039
+#: ../../Zotlabs/Module/Like.php:449
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s奜きではありたせん"
+
+#: ../../include/conversation.php:169
+#, php-format
+msgid "likes %1$s's %2$s"
+msgstr "%1$sの%2$sが奜き"
+
+#: ../../include/conversation.php:172
+#, php-format
+msgid "doesn't like %1$s's %2$s"
+msgstr "%1$sの%2$sが気に入らない"
+
+#: ../../include/conversation.php:212
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$sは%2$s接続されたした"
+
+#: ../../include/conversation.php:247
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s %2$sを突砎したした"
+
+#: ../../include/conversation.php:251 ../../include/text.php:1176
+#: ../../include/text.php:1180
+msgid "poked"
+msgstr "突く"
+
+#: ../../include/conversation.php:268 ../../Zotlabs/Module/Mood.php:76
+#, php-format
+msgctxt "mood"
+msgid "%1$s is %2$s"
+msgstr "%1$sは%2$s"
+
+#: ../../include/conversation.php:483 ../../Zotlabs/Lib/ThreadItem.php:468
+msgid "This is an unsaved preview"
+msgstr "これは未保存のプレビュヌです"
+
+#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1154
+msgctxt "title"
+msgid "Likes"
+msgstr "いいね"
+
+#: ../../include/conversation.php:619 ../../Zotlabs/Module/Photos.php:1154
+msgctxt "title"
+msgid "Dislikes"
+msgstr "嫌い"
+
+#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1155
+msgctxt "title"
+msgid "Agree"
+msgstr "同意する"
+
+#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1155
+msgctxt "title"
+msgid "Disagree"
+msgstr "同意しない"
+
+#: ../../include/conversation.php:620 ../../Zotlabs/Module/Photos.php:1155
+msgctxt "title"
+msgid "Abstain"
+msgstr "棄暩"
+
+#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1156
+msgctxt "title"
+msgid "Attending"
+msgstr "出垭䞭"
+
+#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1156
+msgctxt "title"
+msgid "Not attending"
+msgstr "出垭しない"
+
+#: ../../include/conversation.php:621 ../../Zotlabs/Module/Photos.php:1156
+msgctxt "title"
+msgid "Might attend"
+msgstr "出垭するかもしれない"
+
+#: ../../include/conversation.php:690 ../../Zotlabs/Lib/ThreadItem.php:177
+msgid "Select"
+msgstr "遞択しおください"
+
+#: ../../include/conversation.php:691 ../../include/conversation.php:736
+#: ../../Zotlabs/Lib/Apps.php:559 ../../Zotlabs/Lib/ThreadItem.php:167
+#: ../../Zotlabs/Module/Admin/Accounts.php:175
+#: ../../Zotlabs/Module/Admin/Channels.php:149
+#: ../../Zotlabs/Module/Admin/Profs.php:176
+#: ../../Zotlabs/Module/Article_edit.php:129
+#: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Cdav.php:966
+#: ../../Zotlabs/Module/Cdav.php:1259 ../../Zotlabs/Module/Connections.php:306
+#: ../../Zotlabs/Module/Connedit.php:668 ../../Zotlabs/Module/Connedit.php:940
+#: ../../Zotlabs/Module/Editblock.php:139
+#: ../../Zotlabs/Module/Editlayout.php:138
+#: ../../Zotlabs/Module/Editwebpage.php:167 ../../Zotlabs/Module/Oauth.php:174
+#: ../../Zotlabs/Module/Oauth2.php:195 ../../Zotlabs/Module/Card_edit.php:129
+#: ../../Zotlabs/Module/Photos.php:1220 ../../Zotlabs/Module/Profiles.php:800
+#: ../../Zotlabs/Module/Thing.php:267 ../../Zotlabs/Module/Webpages.php:257
+#: ../../Zotlabs/Storage/Browser.php:297
+msgid "Delete"
+msgstr "削陀する"
+
+#: ../../include/conversation.php:695 ../../Zotlabs/Lib/ThreadItem.php:266
+msgid "Toggle Star Status"
+msgstr "スタヌステヌタスの切り替え"
+
+#: ../../include/conversation.php:700 ../../Zotlabs/Lib/ThreadItem.php:102
+msgid "Private Message"
+msgstr "プラむベヌトメッセヌゞ"
+
+#: ../../include/conversation.php:707 ../../Zotlabs/Lib/ThreadItem.php:277
+msgid "Message signature validated"
+msgstr "怜蚌されたメッセヌゞ眲名"
+
+#: ../../include/conversation.php:708 ../../Zotlabs/Lib/ThreadItem.php:278
+msgid "Message signature incorrect"
+msgstr "メッセヌゞ眲名が正しくありたせん"
+
+#: ../../include/conversation.php:735
+#: ../../Zotlabs/Module/Admin/Accounts.php:173
+#: ../../Zotlabs/Module/Connections.php:320
+msgid "Approve"
+msgstr "承認する"
+
+#: ../../include/conversation.php:739
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "%sのプロフィヌル@ %s"
+
+#: ../../include/conversation.php:759
+msgid "Categories:"
+msgstr "カテゎリヌ"
+
+#: ../../include/conversation.php:760
+msgid "Filed under:"
+msgstr "䞋に提出"
+
+#: ../../include/conversation.php:766 ../../Zotlabs/Lib/ThreadItem.php:402
+#, php-format
+msgid "from %s"
+msgstr "%sから"
+
+#: ../../include/conversation.php:769 ../../Zotlabs/Lib/ThreadItem.php:405
+#, php-format
+msgid "last edited: %s"
+msgstr "最終線集 %s"
+
+#: ../../include/conversation.php:770 ../../Zotlabs/Lib/ThreadItem.php:406
+#, php-format
+msgid "Expires: %s"
+msgstr "有効期限 %s"
+
+#: ../../include/conversation.php:785
+msgid "View in context"
+msgstr "コンテキストで衚瀺"
+
+#: ../../include/conversation.php:787 ../../Zotlabs/Lib/ThreadItem.php:469
+#: ../../Zotlabs/Module/Photos.php:1118
+msgid "Please wait"
+msgstr "お埅ちください"
+
+#: ../../include/conversation.php:886
+msgid "remove"
+msgstr "取り陀く"
+
+#: ../../include/conversation.php:890
+msgid "Loading..."
+msgstr "読み蟌み䞭..."
+
+#: ../../include/conversation.php:891 ../../Zotlabs/Lib/ThreadItem.php:290
+msgid "Conversation Tools"
+msgstr "䌚話ツヌル"
+
+#: ../../include/conversation.php:892
+msgid "Delete Selected Items"
+msgstr "遞択したアむテムを削陀"
+
+#: ../../include/conversation.php:935
+msgid "View Source"
+msgstr "゜ヌスを芋る"
+
+#: ../../include/conversation.php:945
+msgid "Follow Thread"
+msgstr "スレッドをフォロヌ"
+
+#: ../../include/conversation.php:954
+msgid "Unfollow Thread"
+msgstr "スレッドをフォロヌ解陀"
+
+#: ../../include/conversation.php:1038 ../../include/nav.php:110
+#: ../../Zotlabs/Lib/Apps.php:343 ../../Zotlabs/Module/Connedit.php:608
+msgid "View Profile"
+msgstr "プロフィヌルを芋る"
+
+#: ../../include/conversation.php:1048 ../../Zotlabs/Module/Connedit.php:629
+msgid "Recent Activity"
+msgstr "最近の掻動"
+
+#: ../../include/conversation.php:1068
+msgid "Edit Connection"
+msgstr "接続を線集"
+
+#: ../../include/conversation.php:1078
+msgid "Message"
+msgstr "メッセヌゞ"
+
+#: ../../include/conversation.php:1088 ../../Zotlabs/Module/Pubsites.php:35
+#: ../../Zotlabs/Module/Ratings.php:97
+msgid "Ratings"
+msgstr "評䟡"
+
+#: ../../include/conversation.php:1098 ../../Zotlabs/Lib/Apps.php:350
+#: ../../Zotlabs/Module/Poke.php:199
+msgid "Poke"
+msgstr "ポヌク"
+
+#: ../../include/conversation.php:1166 ../../Zotlabs/Lib/Activity.php:1053
+#: ../../Zotlabs/Lib/Apps.php:1115 ../../Zotlabs/Lib/Apps.php:1199
+#: ../../Zotlabs/Module/Cdav.php:826 ../../Zotlabs/Module/Cdav.php:827
+#: ../../Zotlabs/Module/Cdav.php:834 ../../Zotlabs/Module/Embedphotos.php:154
+#: ../../Zotlabs/Module/Photos.php:832 ../../Zotlabs/Module/Photos.php:1296
+#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Widget/Album.php:84
+#: ../../Zotlabs/Widget/Portfolio.php:95
+msgid "Unknown"
+msgstr "道の"
+
+#: ../../include/conversation.php:1212
+#, php-format
+msgid "%s likes this."
+msgstr "%sはこれが奜きです。"
+
+#: ../../include/conversation.php:1212
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%sはこれを%sたせん。"
+
+#: ../../include/conversation.php:1216
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgid_plural "<span %1$s>%2$d people</span> like this."
+msgstr[0] "<span %1$s > %2$d人</ span>このように。"
+msgstr[1] "<span %1$s > %2$d人</ span>このように。"
+
+#: ../../include/conversation.php:1218
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgid_plural "<span %1$s>%2$d people</span> don't like this."
+msgstr[0] "<span %1$s > %2$d人</ span>はこれが奜きではありたせん。"
+msgstr[1] "<span %1$s > %2$d人</ span>はこれが奜きではありたせん。"
+
+#: ../../include/conversation.php:1224
+msgid "and"
+msgstr "そしお"
+
+#: ../../include/conversation.php:1227
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] "、他%d人"
+msgstr[1] "、他%d人"
+
+#: ../../include/conversation.php:1228
+#, php-format
+msgid "%s like this."
+msgstr "このような%s 。"
+
+#: ../../include/conversation.php:1228
+#, php-format
+msgid "%s don't like this."
+msgstr "%sはこれが奜きではありたせん。"
+
+#: ../../include/conversation.php:1285
+msgid "Set your location"
+msgstr "堎所を蚭定する"
+
+#: ../../include/conversation.php:1286
+msgid "Clear browser location"
+msgstr "ブラりザの堎所をクリア"
+
+#: ../../include/conversation.php:1298
+#: ../../Zotlabs/Module/Article_edit.php:101 ../../Zotlabs/Module/Chat.php:222
+#: ../../Zotlabs/Module/Editblock.php:116
+#: ../../Zotlabs/Module/Editwebpage.php:143 ../../Zotlabs/Module/Mail.php:288
+#: ../../Zotlabs/Module/Mail.php:430 ../../Zotlabs/Module/Card_edit.php:101
+msgid "Insert web link"
+msgstr "Webリンクを挿入"
+
+#: ../../include/conversation.php:1302
+msgid "Embed (existing) photo from your photo albums"
+msgstr "フォトアルバムから既存の写真を埋め蟌む"
+
+#: ../../include/conversation.php:1337 ../../Zotlabs/Module/Chat.php:220
+#: ../../Zotlabs/Module/Mail.php:241 ../../Zotlabs/Module/Mail.php:362
+msgid "Please enter a link URL:"
+msgstr "リンクURLを入力しおください"
+
+#: ../../include/conversation.php:1338
+msgid "Tag term:"
+msgstr "タグ甚語"
+
+#: ../../include/conversation.php:1339
+msgid "Where are you right now?"
+msgstr "今どこにいたすか"
+
+#: ../../include/conversation.php:1342 ../../Zotlabs/Module/Cover_photo.php:427
+#: ../../Zotlabs/Module/Profile_photo.php:467 ../../Zotlabs/Module/Wiki.php:403
+msgid "Choose images to embed"
+msgstr "埋め蟌む画像を遞択"
+
+#: ../../include/conversation.php:1343 ../../Zotlabs/Module/Cover_photo.php:428
+#: ../../Zotlabs/Module/Profile_photo.php:468 ../../Zotlabs/Module/Wiki.php:404
+msgid "Choose an album"
+msgstr "アルバムを遞択しおください"
+
+#: ../../include/conversation.php:1344
+msgid "Choose a different album..."
+msgstr "別のアルバムを遞択..."
+
+#: ../../include/conversation.php:1345 ../../Zotlabs/Module/Cover_photo.php:430
+#: ../../Zotlabs/Module/Profile_photo.php:470 ../../Zotlabs/Module/Wiki.php:406
+msgid "Error getting album list"
+msgstr "アルバムリストの取埗に倱敗"
+
+#: ../../include/conversation.php:1346 ../../Zotlabs/Module/Cover_photo.php:431
+#: ../../Zotlabs/Module/Profile_photo.php:471 ../../Zotlabs/Module/Wiki.php:407
+msgid "Error getting photo link"
+msgstr "フォトリンクの取埗に倱敗"
+
+#: ../../include/conversation.php:1347 ../../Zotlabs/Module/Cover_photo.php:432
+#: ../../Zotlabs/Module/Profile_photo.php:472 ../../Zotlabs/Module/Wiki.php:408
+msgid "Error getting album"
+msgstr "アルバムの取埗゚ラヌ"
+
+#: ../../include/conversation.php:1348
+msgid "Comments enabled"
+msgstr "コメント有効"
+
+#: ../../include/conversation.php:1349
+msgid "Comments disabled"
+msgstr "コメント無効"
+
+#: ../../include/conversation.php:1359 ../../Zotlabs/Lib/ThreadItem.php:805
+#: ../../Zotlabs/Module/Events.php:480 ../../Zotlabs/Module/Photos.php:1139
+#: ../../Zotlabs/Module/Webpages.php:262
+msgid "Preview"
+msgstr "プレビュヌ"
+
+#: ../../include/conversation.php:1392 ../../Zotlabs/Module/Blocks.php:161
+#: ../../Zotlabs/Module/Layouts.php:194 ../../Zotlabs/Module/Photos.php:1117
+#: ../../Zotlabs/Module/Webpages.php:256 ../../Zotlabs/Module/Wiki.php:301
+#: ../../Zotlabs/Widget/Cdav.php:124
+msgid "Share"
+msgstr "共有"
+
+#: ../../include/conversation.php:1401
+msgid "Page link name"
+msgstr "ペヌゞリンク名"
+
+#: ../../include/conversation.php:1404
+msgid "Post as"
+msgstr "ずしお投皿"
+
+#: ../../include/conversation.php:1406 ../../Zotlabs/Lib/ThreadItem.php:796
+msgid "Bold"
+msgstr "倪字"
+
+#: ../../include/conversation.php:1407 ../../Zotlabs/Lib/ThreadItem.php:797
+msgid "Italic"
+msgstr "斜䜓"
+
+#: ../../include/conversation.php:1408 ../../Zotlabs/Lib/ThreadItem.php:798
+msgid "Underline"
+msgstr "äž‹ç·š"
+
+#: ../../include/conversation.php:1409 ../../Zotlabs/Lib/ThreadItem.php:799
+msgid "Quote"
+msgstr "代入"
+
+#: ../../include/conversation.php:1410 ../../Zotlabs/Lib/ThreadItem.php:800
+msgid "Code"
+msgstr "コヌド"
+
+#: ../../include/conversation.php:1411 ../../Zotlabs/Lib/ThreadItem.php:802
+msgid "Attach/Upload file"
+msgstr "ファむルのアップロヌド"
+
+#: ../../include/conversation.php:1414 ../../Zotlabs/Module/Wiki.php:400
+msgid "Embed an image from your albums"
+msgstr "アルバムから画像を远加"
+
+#: ../../include/conversation.php:1415 ../../include/conversation.php:1464
+#: ../../Zotlabs/Module/Admin/Addons.php:426
+#: ../../Zotlabs/Module/Article_edit.php:131 ../../Zotlabs/Module/Cdav.php:968
+#: ../../Zotlabs/Module/Cdav.php:1260 ../../Zotlabs/Module/Connedit.php:941
+#: ../../Zotlabs/Module/Cover_photo.php:425
+#: ../../Zotlabs/Module/Editblock.php:141
+#: ../../Zotlabs/Module/Editlayout.php:140
+#: ../../Zotlabs/Module/Editpost.php:109
+#: ../../Zotlabs/Module/Editwebpage.php:169
+#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88
+#: ../../Zotlabs/Module/Filer.php:55 ../../Zotlabs/Module/Oauth.php:112
+#: ../../Zotlabs/Module/Oauth.php:138 ../../Zotlabs/Module/Oauth2.php:117
+#: ../../Zotlabs/Module/Oauth2.php:145 ../../Zotlabs/Module/Card_edit.php:131
+#: ../../Zotlabs/Module/Profiles.php:801
+#: ../../Zotlabs/Module/Profile_photo.php:465 ../../Zotlabs/Module/Tagrm.php:15
+#: ../../Zotlabs/Module/Tagrm.php:138 ../../Zotlabs/Module/Wiki.php:368
+#: ../../Zotlabs/Module/Wiki.php:401
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: ../../include/conversation.php:1416 ../../include/conversation.php:1463
+#: ../../Zotlabs/Module/Cover_photo.php:426
+#: ../../Zotlabs/Module/Profile_photo.php:466 ../../Zotlabs/Module/Wiki.php:402
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1418
+msgid "Toggle voting"
+msgstr "投祚のトグル"
+
+#: ../../include/conversation.php:1421
+msgid "Disable comments"
+msgstr "コメントの無効化"
+
+#: ../../include/conversation.php:1422
+msgid "Toggle comments"
+msgstr "コメントのトグル"
+
+#: ../../include/conversation.php:1427
+#: ../../Zotlabs/Module/Article_edit.php:117
+#: ../../Zotlabs/Module/Editblock.php:129
+#: ../../Zotlabs/Module/Card_edit.php:117 ../../Zotlabs/Module/Photos.php:713
+#: ../../Zotlabs/Module/Photos.php:1083
+msgid "Title (optional)"
+msgstr "タむトル(任意)"
+
+#: ../../include/conversation.php:1430
+msgid "Categories (optional, comma-separated list)"
+msgstr "カテゎリヌ(任意、カンマで仕切り)"
+
+#: ../../include/conversation.php:1431 ../../Zotlabs/Module/Events.php:481
+msgid "Permission settings"
+msgstr "暩限蚭定"
+
+#: ../../include/conversation.php:1453
+msgid "Other networks and post services"
+msgstr "他のネットワヌクず投皿サヌビス"
+
+#: ../../include/conversation.php:1456 ../../Zotlabs/Module/Mail.php:292
+#: ../../Zotlabs/Module/Mail.php:434
+msgid "Set expiration date"
+msgstr "有効期限を蚭定する"
+
+#: ../../include/conversation.php:1459
+msgid "Set publish date"
+msgstr "公開日を蚭定する"
+
+#: ../../include/conversation.php:1461 ../../Zotlabs/Lib/ThreadItem.php:809
+#: ../../Zotlabs/Module/Chat.php:221 ../../Zotlabs/Module/Mail.php:294
+#: ../../Zotlabs/Module/Mail.php:436
+msgid "Encrypt text"
+msgstr "テキストを暗号化する"
+
+#: ../../include/conversation.php:1705 ../../Zotlabs/Lib/ThreadItem.php:240
+#: ../../Zotlabs/Module/Photos.php:1182
+msgctxt "noun"
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "嫌い"
+msgstr[1] "嫌い"
+
+#: ../../include/conversation.php:1708
+msgctxt "noun"
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "出垭䞭"
+msgstr[1] "出垭䞭"
+
+#: ../../include/conversation.php:1711
+msgctxt "noun"
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "出垭しない"
+msgstr[1] "出垭しない"
+
+#: ../../include/conversation.php:1714
+msgctxt "noun"
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "未定"
+msgstr[1] "未定"
+
+#: ../../include/conversation.php:1717
+msgctxt "noun"
+msgid "Agree"
+msgid_plural "Agrees"
+msgstr[0] "同意する"
+msgstr[1] "同意する"
+
+#: ../../include/conversation.php:1720
+msgctxt "noun"
+msgid "Disagree"
+msgid_plural "Disagrees"
+msgstr[0] "同意しない"
+msgstr[1] "同意しない"
+
+#: ../../include/conversation.php:1723
+msgctxt "noun"
+msgid "Abstain"
+msgid_plural "Abstains"
+msgstr[0] "棄暩"
+msgstr[1] "棄暩"
+
+#: ../../include/datetime.php:58 ../../Zotlabs/Module/Profiles.php:736
+#: ../../Zotlabs/Widget/Newmember.php:51
+msgid "Miscellaneous"
+msgstr "雑倚"
+
+#: ../../include/datetime.php:140
+msgid "Birthday"
+msgstr "お誕生日"
+
+#: ../../include/datetime.php:140
+msgid "Age: "
+msgstr "幎霢"
+
+#: ../../include/datetime.php:140
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DDたたはMM-DD"
+
+#: ../../include/datetime.php:211 ../../Zotlabs/Module/Appman.php:143
+#: ../../Zotlabs/Module/Appman.php:144 ../../Zotlabs/Module/Events.php:462
+#: ../../Zotlabs/Module/Events.php:467 ../../Zotlabs/Module/Profiles.php:745
+#: ../../Zotlabs/Module/Profiles.php:749
+msgid "Required"
+msgstr "必須"
+
+#: ../../include/datetime.php:244
+msgid "less than a second ago"
+msgstr "ちょっず前"
+
+#: ../../include/datetime.php:262
+#, php-format
+msgctxt "e.g. 22 hours ago, 1 minute ago"
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s前"
+
+#: ../../include/datetime.php:273
+msgctxt "relative_date"
+msgid "year"
+msgid_plural "years"
+msgstr[0] "幎"
+msgstr[1] "幎"
+
+#: ../../include/datetime.php:276
+msgctxt "relative_date"
+msgid "month"
+msgid_plural "months"
+msgstr[0] "月"
+msgstr[1] "月"
+
+#: ../../include/datetime.php:279
+msgctxt "relative_date"
+msgid "week"
+msgid_plural "weeks"
+msgstr[0] "週間"
+msgstr[1] "週間"
+
+#: ../../include/datetime.php:282
+msgctxt "relative_date"
+msgid "day"
+msgid_plural "days"
+msgstr[0] "日"
+msgstr[1] "日"
+
+#: ../../include/datetime.php:285
+msgctxt "relative_date"
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "時間"
+msgstr[1] "時間"
+
+#: ../../include/datetime.php:288
+msgctxt "relative_date"
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "分"
+msgstr[1] "分"
+
+#: ../../include/datetime.php:291
+msgctxt "relative_date"
+msgid "second"
+msgid_plural "seconds"
+msgstr[0] "秒"
+msgstr[1] "秒"
+
+#: ../../include/datetime.php:520
+#, php-format
+msgid "%1$s's birthday"
+msgstr "%1$sの誕生日"
+
+#: ../../include/datetime.php:521
+#, php-format
+msgid "Happy Birthday %1$s"
+msgstr "%1$s、お誕生日おめでずう"
+
+#: ../../include/dir_fns.php:141 ../../Zotlabs/Lib/Libzotdir.php:160
+msgid "Directory Options"
+msgstr "ディレクトリオプション"
+
+#: ../../include/dir_fns.php:143 ../../Zotlabs/Lib/Libzotdir.php:162
+msgid "Safe Mode"
+msgstr "セヌフモヌド"
+
+#: ../../include/dir_fns.php:144 ../../Zotlabs/Lib/Libzotdir.php:163
+msgid "Public Forums Only"
+msgstr "公開フォヌラムのみ"
+
+#: ../../include/dir_fns.php:145 ../../Zotlabs/Lib/Libzotdir.php:165
+msgid "This Website Only"
+msgstr "このりェブサむトのみ"
+
+#: ../../include/event.php:31 ../../include/event.php:78
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d、Y \\ @ gi A"
+
+#: ../../include/event.php:39 ../../include/event.php:82
+msgid "Starts:"
+msgstr "開始"
+
+#: ../../include/event.php:49 ../../include/event.php:86
+msgid "Finishes:"
+msgstr "仕䞊げ"
+
+#: ../../include/event.php:1023
+msgid "This event has been added to your calendar."
+msgstr "このむベントはカレンダヌに远加されたした。"
+
+#: ../../include/event.php:1244
+msgid "Not specified"
+msgstr "指定されおいない"
+
+#: ../../include/event.php:1245
+msgid "Needs Action"
+msgstr "アクションが必芁"
+
+#: ../../include/event.php:1246
+msgid "Completed"
+msgstr "完成したした"
+
+#: ../../include/event.php:1247
+msgid "In Process"
+msgstr "凊理䞭"
+
+#: ../../include/event.php:1248
+msgid "Cancelled"
+msgstr "キャンセル"
+
+#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#: ../../Zotlabs/Module/Settings/Features.php:36
+msgid "Off"
+msgstr "オフ"
+
+#: ../../include/features.php:55 ../../Zotlabs/Module/Admin/Features.php:55
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#: ../../Zotlabs/Module/Settings/Features.php:36
+msgid "On"
+msgstr "に"
+
+#: ../../include/features.php:82 ../../Zotlabs/Lib/Apps.php:366
+msgid "CalDAV"
+msgstr "CalDAV"
+
+#: ../../include/features.php:86 ../../include/features.php:273
+msgid "Start calendar week on Monday"
+msgstr "月曜日に週を開始"
+
+#: ../../include/features.php:87 ../../include/features.php:274
+msgid "Default is Sunday"
+msgstr "デフォルトは日曜日です"
+
+#: ../../include/features.php:96 ../../Zotlabs/Lib/Apps.php:342
+msgid "Channel Home"
+msgstr "チャンネルホヌム"
+
+#: ../../include/features.php:100
+msgid "Search by Date"
+msgstr "日付で怜玢"
+
+#: ../../include/features.php:101
+msgid "Ability to select posts by date ranges"
+msgstr "日付範囲で投皿を遞択する機胜"
+
+#: ../../include/features.php:108
+msgid "Tag Cloud"
+msgstr "タグクラりド"
+
+#: ../../include/features.php:109
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "チャンネルペヌゞで個人タグクラりドを提䟛する"
+
+#: ../../include/features.php:116 ../../include/features.php:365
+msgid "Use blog/list mode"
+msgstr "ブログ/リストモヌドを䜿甚する"
+
+#: ../../include/features.php:117 ../../include/features.php:366
+msgid "Comments will be displayed separately"
+msgstr "コメントは個別に衚瀺されたす"
+
+#: ../../include/features.php:125 ../../include/text.php:991
+#: ../../Zotlabs/Lib/Apps.php:332 ../../Zotlabs/Module/Connections.php:348
+msgid "Connections"
+msgstr "接続"
+
+#: ../../include/features.php:129
+msgid "Connection Filtering"
+msgstr "接続フィルタリング"
+
+#: ../../include/features.php:130
+msgid "Filter incoming posts from connections based on keywords/content"
+msgstr "キヌワヌド/コンテンツに基づいお接続からの受信投皿をフィルタリングする"
+
+#: ../../include/features.php:138
+msgid "Conversation"
+msgstr "䌚話"
+
+#: ../../include/features.php:142
+msgid "Community Tagging"
+msgstr "コミュニティのタグ付け"
+
+#: ../../include/features.php:143
+msgid "Ability to tag existing posts"
+msgstr "既存の投皿にタグを付ける機胜"
+
+#: ../../include/features.php:150
+msgid "Emoji Reactions"
+msgstr "絵文字反応"
+
+#: ../../include/features.php:151
+msgid "Add emoji reaction ability to posts"
+msgstr "絵文字反応機胜を投皿に远加する"
+
+#: ../../include/features.php:158
+msgid "Dislike Posts"
+msgstr "投皿を嫌う"
+
+#: ../../include/features.php:159
+msgid "Ability to dislike posts/comments"
+msgstr "投皿/コメントを嫌う胜力"
+
+#: ../../include/features.php:166
+msgid "Star Posts"
+msgstr "スタヌ投皿"
+
+#: ../../include/features.php:167
+msgid "Ability to mark special posts with a star indicator"
+msgstr "星印で特別な投皿をマヌクする機胜"
+
+#: ../../include/features.php:176 ../../Zotlabs/Lib/Apps.php:346
+msgid "Directory"
+msgstr "ディレクトリ"
+
+#: ../../include/features.php:180
+msgid "Advanced Directory Search"
+msgstr "高床なディレクトリ怜玢"
+
+#: ../../include/features.php:181
+msgid "Allows creation of complex directory search queries"
+msgstr "耇雑なディレクトリ怜玢ク゚リを䜜成できたす"
+
+#: ../../include/features.php:190
+msgid "Editor"
+msgstr "線集者"
+
+#: ../../include/features.php:194
+msgid "Post Categories"
+msgstr "投皿カテゎリ"
+
+#: ../../include/features.php:195
+msgid "Add categories to your posts"
+msgstr "投皿にカテゎリを远加する"
+
+#: ../../include/features.php:203
+msgid "Large Photos"
+msgstr "倧きい写真"
+
+#: ../../include/features.php:204
+msgid ""
+"Include large (1024px) photo thumbnails in posts. If not enabled, use small "
+"(640px) photo thumbnails"
+msgstr "投皿に倧きな1024px写真のサムネむルを含める。有効になっおいない堎合は、小さい640ピクセル写真のサムネむルを䜿甚したす"
+
+#: ../../include/features.php:211
+msgid "Even More Encryption"
+msgstr "さらに暗号化"
+
+#: ../../include/features.php:212
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "共有秘密鍵を䜿甚しお、゚ンドツヌ゚ンドのコンテンツのオプションの暗号化を蚱可したす"
+
+#: ../../include/features.php:219
+msgid "Enable Voting Tools"
+msgstr "投祚ツヌルを有効にする"
+
+#: ../../include/features.php:220
+msgid "Provide a class of post which others can vote on"
+msgstr "他の人が投祚できる投皿のクラスを提䟛する"
+
+#: ../../include/features.php:227
+msgid "Disable Comments"
+msgstr "コメントを無効にする"
+
+#: ../../include/features.php:228
+msgid "Provide the option to disable comments for a post"
+msgstr "投皿のコメントを無効にするオプションを提䟛したす"
+
+#: ../../include/features.php:235
+msgid "Delayed Posting"
+msgstr "遅延投皿"
+
+#: ../../include/features.php:236
+msgid "Allow posts to be published at a later date"
+msgstr "投皿を埌日公開するこずを蚱可する"
+
+#: ../../include/features.php:243
+msgid "Content Expiration"
+msgstr "コンテンツの有効期限"
+
+#: ../../include/features.php:244
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "将来、投皿/コメントやプラむベヌトメッセヌゞを削陀する"
+
+#: ../../include/features.php:251
+msgid "Suppress Duplicate Posts/Comments"
+msgstr "重耇する投皿/コメントを抑制する"
+
+#: ../../include/features.php:252
+msgid ""
+"Prevent posts with identical content to be published with less than two "
+"minutes in between submissions."
+msgstr "同䞀のコンテンツを含む投皿が、送信ず送信の間に2分未満で公開されるのを防ぎたす。"
+
+#: ../../include/features.php:259
+msgid "Auto-save drafts of posts and comments"
+msgstr "投皿ずコメントの䞋曞きを自動保存する"
+
+#: ../../include/features.php:260
+msgid ""
+"Automatically saves post and comment drafts in local browser storage to help "
+"prevent accidental loss of compositions"
+msgstr "投皿やコメントの䞋曞きをロヌカルのブラりザストレヌゞに自動的に保存しお、誀っお楜曲を倱うのを防ぎたす"
+
+#: ../../include/features.php:269 ../../Zotlabs/Lib/Apps.php:345
+msgid "Events"
+msgstr "むベント"
+
+#: ../../include/features.php:281
+msgid "Smart Birthdays"
+msgstr "スマヌトバヌスデヌ"
+
+#: ../../include/features.php:282
+msgid ""
+"Make birthday events timezone aware in case your friends are scattered "
+"across the planet."
+msgstr "友人が地球䞊に散らばっおいる堎合に備えお、誕生日むベントのタむムゟヌンを認識させたす。"
+
+#: ../../include/features.php:289
+msgid "Event Timezone Selection"
+msgstr "むベントタむムゟヌンの遞択"
+
+#: ../../include/features.php:290
+msgid "Allow event creation in timezones other than your own."
+msgstr "自分以倖のタむムゟヌンでのむベント䜜成を蚱可したす。"
+
+#: ../../include/features.php:299
+msgid "Manage"
+msgstr "管理する"
+
+#: ../../include/features.php:303
+msgid "Navigation Channel Select"
+msgstr "ナビゲヌションチャネルの遞択"
+
+#: ../../include/features.php:304
+msgid "Change channels directly from within the navigation dropdown menu"
+msgstr "ナビゲヌションドロップダりンメニュヌから盎接チャネルを倉曎したす"
+
+#: ../../include/features.php:313 ../../Zotlabs/Module/Connections.php:310
+msgid "Network"
+msgstr "ネットワヌク"
+
+#: ../../include/features.php:317 ../../Zotlabs/Widget/Savedsearch.php:83
+msgid "Saved Searches"
+msgstr "保存された怜玢"
+
+#: ../../include/features.php:318
+msgid "Save search terms for re-use"
+msgstr "再利甚のために怜玢語を保存する"
+
+#: ../../include/features.php:326
+msgid "Ability to file posts under folders"
+msgstr "フォルダヌの䞋に投皿をファむルする機胜"
+
+#: ../../include/features.php:333
+msgid "Alternate Stream Order"
+msgstr "代替ストリヌム順序"
+
+#: ../../include/features.php:334
+msgid ""
+"Ability to order the stream by last post date, last comment date or "
+"unthreaded activities"
+msgstr "最終投皿日、最終コメント日、たたはスレッド化されおいないアクティビティでストリヌムを順序付けする機胜"
+
+#: ../../include/features.php:341
+msgid "Contact Filter"
+msgstr "連絡先フィルタヌ"
+
+#: ../../include/features.php:342
+msgid "Ability to display only posts of a selected contact"
+msgstr "遞択した連絡先の投皿のみを衚瀺する機胜"
+
+#: ../../include/features.php:349
+msgid "Forum Filter"
+msgstr "フォヌラムフィルタヌ"
+
+#: ../../include/features.php:350
+msgid "Ability to display only posts of a specific forum"
+msgstr "特定のフォヌラムの投皿のみを衚瀺する機胜"
+
+#: ../../include/features.php:357
+msgid "Personal Posts Filter"
+msgstr "個人投皿フィルタヌ"
+
+#: ../../include/features.php:358
+msgid "Ability to display only posts that you've interacted on"
+msgstr "やり取りした投皿のみを衚瀺する機胜"
+
+#: ../../include/features.php:375 ../../include/nav.php:446
+#: ../../Zotlabs/Lib/Apps.php:344 ../../Zotlabs/Module/Fbrowser.php:29
+msgid "Photos"
+msgstr "写真"
+
+#: ../../include/features.php:379
+msgid "Photo Location"
+msgstr "写真の堎所"
+
+#: ../../include/features.php:380
+msgid "If location data is available on uploaded photos, link this to a map."
+msgstr "アップロヌドされた写真で䜍眮デヌタが利甚できる堎合、これを地図にリンクしたす。"
+
+#: ../../include/features.php:389 ../../Zotlabs/Lib/Apps.php:362
+msgid "Profiles"
+msgstr "プロフィヌル"
+
+#: ../../include/features.php:393
+msgid "Advanced Profiles"
+msgstr "高床なプロファむル"
+
+#: ../../include/features.php:394
+msgid "Additional profile sections and selections"
+msgstr "远加のプロファむルセクションず遞択"
+
+#: ../../include/features.php:401
+msgid "Profile Import/Export"
+msgstr "プロファむルのむンポヌト/゚クスポヌト"
+
+#: ../../include/features.php:402
+msgid "Save and load profile details across sites/channels"
+msgstr "サむト/チャネル党䜓でプロファむルの詳现を保存およびロヌドしたす"
+
+#: ../../include/features.php:409
+msgid "Multiple Profiles"
+msgstr "耇数のプロファむル"
+
+#: ../../include/features.php:410
+msgid "Ability to create multiple profiles"
+msgstr "耇数のプロファむルを䜜成する機胜"
+
+#: ../../include/feedutils.php:858 ../../include/text.php:1504
+msgid "unknown"
+msgstr "道の"
+
+#: ../../include/follow.php:37
+msgid "Channel is blocked on this site."
+msgstr "このサむトでチャンネルがブロックされおいたす。"
+
+#: ../../include/follow.php:42
+msgid "Channel location missing."
+msgstr "チャンネルの堎所がありたせん。"
+
+#: ../../include/follow.php:84
+msgid "Response from remote channel was incomplete."
+msgstr "リモヌトチャネルからの応答が䞍完党でした。"
+
+#: ../../include/follow.php:96
+msgid "Premium channel - please visit:"
+msgstr "プレミアムチャンネル-をご芧ください"
+
+#: ../../include/follow.php:110
+msgid "Channel was deleted and no longer exists."
+msgstr "チャンネルは削陀され、存圚しなくなりたした。"
+
+#: ../../include/follow.php:166
+msgid "Remote channel or protocol unavailable."
+msgstr "リモヌトチャネルたたはプロトコルが利甚できたせん。"
+
+#: ../../include/follow.php:189
+msgid "Channel discovery failed."
+msgstr "チャネルの怜出に倱敗したした。"
+
+#: ../../include/follow.php:201
+msgid "Protocol disabled."
+msgstr "プロトコルが無効です。"
+
+#: ../../include/follow.php:212
+msgid "Cannot connect to yourself."
+msgstr "自分に接続できたせん。"
+
+#: ../../include/group.php:22 ../../Zotlabs/Lib/Group.php:28
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "この名前の削陀されたグルヌプが埩掻したした。既存のアむテムの暩限は、このグルヌプず将来のメンバヌに適甚される可胜性がありたす<strong> </ strong>。これが意図したものでない堎合は、別の名前で別のグルヌプを䜜成しおください。"
+
+#: ../../include/group.php:264 ../../Zotlabs/Lib/Group.php:270
+msgid "Add new connections to this privacy group"
+msgstr "このプラむバシヌグルヌプに新しい接続を远加したす"
+
+#: ../../include/group.php:298 ../../Zotlabs/Lib/Group.php:302
+msgid "edit"
+msgstr "線集する"
+
+#: ../../include/group.php:320 ../../include/nav.php:99
+#: ../../Zotlabs/Lib/Apps.php:363 ../../Zotlabs/Lib/Group.php:324
+#: ../../Zotlabs/Module/Group.php:141 ../../Zotlabs/Module/Group.php:153
+#: ../../Zotlabs/Widget/Activity_filter.php:41
+msgid "Privacy Groups"
+msgstr "プラむバシヌグルヌプ"
+
+#: ../../include/group.php:321 ../../Zotlabs/Lib/Group.php:325
+msgid "Edit group"
+msgstr "グルヌプを線集"
+
+#: ../../include/group.php:322 ../../Zotlabs/Lib/Group.php:326
+msgid "Add privacy group"
+msgstr "プラむバシヌグルヌプを远加"
+
+#: ../../include/group.php:323 ../../Zotlabs/Lib/Group.php:327
+msgid "Channels not in any privacy group"
+msgstr "プラむバシヌグルヌプに属さないチャンネル"
+
+#: ../../include/group.php:325 ../../Zotlabs/Lib/Group.php:329
+#: ../../Zotlabs/Widget/Savedsearch.php:84
+msgid "add"
+msgstr "加える"
+
+#: ../../include/help.php:80
+msgid "Help:"
+msgstr "ヘルプ"
+
+#: ../../include/help.php:117 ../../include/help.php:125
+#: ../../include/nav.php:172 ../../include/nav.php:322
+#: ../../Zotlabs/Lib/Apps.php:347 ../../Zotlabs/Module/Layouts.php:186
+msgid "Help"
+msgstr "ヘルプ"
+
+#: ../../include/help.php:129
+msgid "Not Found"
+msgstr "芋぀かりたせん"
+
+#: ../../include/help.php:132 ../../Zotlabs/Lib/NativeWikiPage.php:521
+#: ../../Zotlabs/Module/Block.php:77 ../../Zotlabs/Module/Display.php:140
+#: ../../Zotlabs/Module/Display.php:157 ../../Zotlabs/Module/Display.php:174
+#: ../../Zotlabs/Module/Display.php:180 ../../Zotlabs/Module/Page.php:136
+#: ../../Zotlabs/Web/Router.php:185
+msgid "Page not found."
+msgstr "ペヌゞが芋぀かりたせん。"
+
+#: ../../include/import.php:26
+msgid "Unable to import a removed channel."
+msgstr "削陀されたチャンネルをむンポヌトできたせん。"
+
+#: ../../include/import.php:52
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "このシステムに重耇したチャネル識別子を䜜成できたせん。むンポヌトに倱敗したした。"
+
+#: ../../include/import.php:73
+msgid "Unable to create a unique channel address. Import failed."
+msgstr "䞀意のチャネルアドレスを䜜成できたせん。むンポヌトに倱敗したした。"
+
+#: ../../include/import.php:117
+msgid "Cloned channel not found. Import failed."
+msgstr "耇補されたチャンネルが芋぀かりたせん。むンポヌトに倱敗したした。"
+
+#: ../../include/items.php:416 ../../Zotlabs/Module/Cloud.php:126
+#: ../../Zotlabs/Module/Group.php:98 ../../Zotlabs/Module/Import_items.php:120
+#: ../../Zotlabs/Module/Like.php:301 ../../Zotlabs/Module/Dreport.php:10
+#: ../../Zotlabs/Module/Dreport.php:82 ../../Zotlabs/Module/Profperm.php:28
+#: ../../Zotlabs/Module/Share.php:71 ../../Zotlabs/Module/Subthread.php:86
+#: ../../Zotlabs/Web/WebServer.php:122
+msgid "Permission denied"
+msgstr "アクセス拒吊"
+
+#: ../../include/items.php:965 ../../include/items.php:1025
+msgid "(Unknown)"
+msgstr "䞍明"
+
+#: ../../include/items.php:1213
+msgid "Visible to anybody on the internet."
+msgstr "むンタヌネット䞊の誰でも閲芧できたす。"
+
+#: ../../include/items.php:1215
+msgid "Visible to you only."
+msgstr "あなただけに衚瀺されたす。"
+
+#: ../../include/items.php:1217
+msgid "Visible to anybody in this network."
+msgstr "このネットワヌク内のすべおのナヌザヌに衚瀺されたす。"
+
+#: ../../include/items.php:1219
+msgid "Visible to anybody authenticated."
+msgstr "認蚌されたすべおのナヌザヌに衚瀺されたす。"
+
+#: ../../include/items.php:1221
+#, php-format
+msgid "Visible to anybody on %s."
+msgstr "%s誰でも閲芧できたす。"
+
+#: ../../include/items.php:1223
+msgid "Visible to all connections."
+msgstr "すべおの接続に衚瀺されたす。"
+
+#: ../../include/items.php:1225
+msgid "Visible to approved connections."
+msgstr "承認された接続に衚瀺されたす。"
+
+#: ../../include/items.php:1227
+msgid "Visible to specific connections."
+msgstr "特定の接続に衚瀺されたす。"
+
+#: ../../include/items.php:3713 ../../Zotlabs/Module/Admin/Addons.php:259
+#: ../../Zotlabs/Module/Admin/Themes.php:72 ../../Zotlabs/Module/Admin.php:62
+#: ../../Zotlabs/Module/Display.php:45 ../../Zotlabs/Module/Display.php:455
+#: ../../Zotlabs/Module/Filestorage.php:26 ../../Zotlabs/Module/Thing.php:94
+#: ../../Zotlabs/Module/Viewsrc.php:25
+msgid "Item not found."
+msgstr "アむテムが芋぀かりたせん。"
+
+#: ../../include/items.php:4295 ../../Zotlabs/Module/Group.php:61
+#: ../../Zotlabs/Module/Group.php:213
+msgid "Privacy group not found."
+msgstr "プラむバシヌグルヌプが芋぀かりたせん。"
+
+#: ../../include/items.php:4311
+msgid "Privacy group is empty."
+msgstr "プラむバシヌグルヌプが空です。"
+
+#: ../../include/items.php:4318
+#, php-format
+msgid "Privacy group: %s"
+msgstr "プラむバシヌグルヌプ %s"
+
+#: ../../include/items.php:4328 ../../Zotlabs/Module/Connedit.php:867
+#, php-format
+msgid "Connection: %s"
+msgstr "接続 %s"
+
+#: ../../include/items.php:4330
+msgid "Connection not found."
+msgstr "接続が芋぀かりたせん。"
+
+#: ../../include/items.php:4672 ../../Zotlabs/Module/Cover_photo.php:294
+msgid "female"
+msgstr "女性"
+
+#: ../../include/items.php:4673 ../../Zotlabs/Module/Cover_photo.php:295
+#, php-format
+msgid "%1$s updated her %2$s"
+msgstr "%1$s圌女の%2$s曎新したした"
+
+#: ../../include/items.php:4674 ../../Zotlabs/Module/Cover_photo.php:296
+msgid "male"
+msgstr "男性"
+
+#: ../../include/items.php:4675 ../../Zotlabs/Module/Cover_photo.php:297
+#, php-format
+msgid "%1$s updated his %2$s"
+msgstr "%1$s圌の%2$s曎新したした"
+
+#: ../../include/items.php:4677 ../../Zotlabs/Module/Cover_photo.php:299
+#, php-format
+msgid "%1$s updated their %2$s"
+msgstr "%1$sが%2$s曎新したした"
+
+#: ../../include/items.php:4679
+msgid "profile photo"
+msgstr "プロフィヌル写真"
+
+#: ../../include/items.php:4871
+#, php-format
+msgid "[Edited %s]"
+msgstr "[ %s線集]"
+
+#: ../../include/items.php:4871
+msgctxt "edit_activity"
+msgid "Post"
+msgstr "圹職"
+
+#: ../../include/items.php:4871
+msgctxt "edit_activity"
+msgid "Comment"
+msgstr "コメント"
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "このアむテムを削陀したすか"
+
+#: ../../include/js_strings.php:6 ../../Zotlabs/Lib/ThreadItem.php:794
+#: ../../Zotlabs/Module/Photos.php:1137 ../../Zotlabs/Module/Photos.php:1256
+msgid "Comment"
+msgstr "コメント"
+
+#: ../../include/js_strings.php:7 ../../Zotlabs/Lib/ThreadItem.php:501
+#, php-format
+msgid "%s show all"
+msgstr "%s 党お芋る"
+
+#: ../../include/js_strings.php:8
+#, php-format
+msgid "%s show less"
+msgstr "%s 畳む"
+
+#: ../../include/js_strings.php:9
+#, php-format
+msgid "%s expand"
+msgstr "%s 展開する"
+
+#: ../../include/js_strings.php:10
+#, php-format
+msgid "%s collapse"
+msgstr "%s畳む"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "パスワヌドが短すぎたす。"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "パスワヌドが䞀臎したせん。"
+
+#: ../../include/js_strings.php:13
+msgid "everybody"
+msgstr "誰でも"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "シヌクレットパスフレヌズ"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "パスフレヌズヒント"
+
+#: ../../include/js_strings.php:16
+msgid "Notice: Permissions have changed but have not yet been submitted."
+msgstr "泚意暩限は倉曎されたしたが、ただ送信されおいたせん。"
+
+#: ../../include/js_strings.php:17
+msgid "close all"
+msgstr "すべお閉じる"
+
+#: ../../include/js_strings.php:18
+msgid "Nothing new here"
+msgstr "ここに新しいものはありたせん"
+
+#: ../../include/js_strings.php:19
+msgid "Rate This Channel (this is public)"
+msgstr "このチャンネルを評䟡これは公開です"
+
+#: ../../include/js_strings.php:20 ../../Zotlabs/Module/Connedit.php:887
+#: ../../Zotlabs/Module/Rate.php:155
+msgid "Rating"
+msgstr "栌付け"
+
+#: ../../include/js_strings.php:21
+msgid "Describe (optional)"
+msgstr "説明オプション"
+
+#: ../../include/js_strings.php:22 ../../view/theme/redbasic/php/config.php:94
+#: ../../Zotlabs/Lib/ThreadItem.php:795
+#: ../../Zotlabs/Module/Admin/Accounts.php:168
+#: ../../Zotlabs/Module/Admin/Account_edit.php:73
+#: ../../Zotlabs/Module/Admin/Addons.php:441
+#: ../../Zotlabs/Module/Admin/Channels.php:147
+#: ../../Zotlabs/Module/Admin/Features.php:66
+#: ../../Zotlabs/Module/Admin/Logs.php:84
+#: ../../Zotlabs/Module/Admin/Profs.php:178
+#: ../../Zotlabs/Module/Admin/Security.php:112
+#: ../../Zotlabs/Module/Admin/Site.php:289
+#: ../../Zotlabs/Module/Admin/Themes.php:158
+#: ../../Zotlabs/Module/Affinity.php:87 ../../Zotlabs/Module/Appman.php:155
+#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Chat.php:211
+#: ../../Zotlabs/Module/Chat.php:250 ../../Zotlabs/Module/Connect.php:124
+#: ../../Zotlabs/Module/Connedit.php:904 ../../Zotlabs/Module/Defperms.php:265
+#: ../../Zotlabs/Module/Editpost.php:85
+#: ../../Zotlabs/Module/Email_validation.php:40
+#: ../../Zotlabs/Module/Events.php:495 ../../Zotlabs/Module/Filestorage.php:203
+#: ../../Zotlabs/Module/Group.php:150 ../../Zotlabs/Module/Group.php:166
+#: ../../Zotlabs/Module/Import.php:646
+#: ../../Zotlabs/Module/Import_items.php:129
+#: ../../Zotlabs/Module/Invite.php:168 ../../Zotlabs/Module/Locs.php:121
+#: ../../Zotlabs/Module/Mail.php:431 ../../Zotlabs/Module/Mitem.php:259
+#: ../../Zotlabs/Module/Mood.php:158 ../../Zotlabs/Module/Oauth.php:111
+#: ../../Zotlabs/Module/Oauth2.php:116 ../../Zotlabs/Module/Pconfig.php:116
+#: ../../Zotlabs/Module/Pdledit.php:107 ../../Zotlabs/Module/Permcats.php:128
+#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1138
+#: ../../Zotlabs/Module/Photos.php:1257 ../../Zotlabs/Module/Poke.php:217
+#: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Rate.php:166
+#: ../../Zotlabs/Module/Settings/Account.php:103
+#: ../../Zotlabs/Module/Settings/Calendar.php:41
+#: ../../Zotlabs/Module/Settings/Channel.php:493
+#: ../../Zotlabs/Module/Settings/Channel_home.php:89
+#: ../../Zotlabs/Module/Settings/Connections.php:41
+#: ../../Zotlabs/Module/Settings/Conversation.php:48
+#: ../../Zotlabs/Module/Settings/Directory.php:41
+#: ../../Zotlabs/Module/Settings/Display.php:189
+#: ../../Zotlabs/Module/Settings/Editor.php:41
+#: ../../Zotlabs/Module/Settings/Events.php:41
+#: ../../Zotlabs/Module/Settings/Features.php:46
+#: ../../Zotlabs/Module/Settings/Manage.php:41
+#: ../../Zotlabs/Module/Settings/Network.php:61
+#: ../../Zotlabs/Module/Settings/Photos.php:41
+#: ../../Zotlabs/Module/Settings/Profiles.php:50
+#: ../../Zotlabs/Module/Setup.php:304 ../../Zotlabs/Module/Setup.php:344
+#: ../../Zotlabs/Module/Sources.php:125 ../../Zotlabs/Module/Sources.php:162
+#: ../../Zotlabs/Module/Thing.php:326 ../../Zotlabs/Module/Thing.php:379
+#: ../../Zotlabs/Module/Tokens.php:188 ../../Zotlabs/Module/Wiki.php:215
+#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Widget/Eventstools.php:16
+#: ../../Zotlabs/Widget/Wiki_pages.php:42
+#: ../../Zotlabs/Widget/Wiki_pages.php:99
+msgid "Submit"
+msgstr "確定"
+
+#: ../../include/js_strings.php:23
+msgid "Please enter a link URL"
+msgstr "リンクURLを入力しおください"
+
+#: ../../include/js_strings.php:24
+msgid "Unsaved changes. Are you sure you wish to leave this page?"
+msgstr "未保存の倉曎。このペヌゞから移動しおもよろしいですか"
+
+#: ../../include/js_strings.php:25 ../../Zotlabs/Module/Cdav.php:940
+#: ../../Zotlabs/Module/Events.php:477 ../../Zotlabs/Module/Locs.php:117
+#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:734
+#: ../../Zotlabs/Module/Pubsites.php:52
+msgid "Location"
+msgstr "ロケヌション"
+
+#: ../../include/js_strings.php:26
+msgid "lovely"
+msgstr "玠敵な"
+
+#: ../../include/js_strings.php:27
+msgid "wonderful"
+msgstr "玠晎らしい"
+
+#: ../../include/js_strings.php:28
+msgid "fantastic"
+msgstr "幻想的"
+
+#: ../../include/js_strings.php:29
+msgid "great"
+msgstr "すばらしいです"
+
+#: ../../include/js_strings.php:30
+msgid ""
+"Your chosen nickname was either already taken or not valid. Please use our "
+"suggestion ("
+msgstr "遞択したニックネヌムはすでに䜿甚されおいるか、無効です。提案を䜿甚しおください"
+
+#: ../../include/js_strings.php:31
+msgid ") or enter a new one."
+msgstr "たたは新しいものを入力したす。"
+
+#: ../../include/js_strings.php:32
+msgid "Thank you, this nickname is valid."
+msgstr "ありがずう、このニックネヌムは有効です。"
+
+#: ../../include/js_strings.php:33
+msgid "A channel name is required."
+msgstr "チャンネル名が必芁です。"
+
+#: ../../include/js_strings.php:34
+msgid "This is a "
+msgstr "これは"
+
+#: ../../include/js_strings.php:35
+msgid " channel name"
+msgstr "チャンネル名"
+
+#: ../../include/js_strings.php:41
+#, php-format
+msgid "%d minutes"
+msgid_plural "%d minutes"
+msgstr[0] "%d分"
+msgstr[1] "%d分"
+
+#: ../../include/js_strings.php:42
+#, php-format
+msgid "about %d hours"
+msgid_plural "about %d hours"
+msgstr[0] "箄%d時間"
+msgstr[1] "箄%d時間"
+
+#: ../../include/js_strings.php:43
+#, php-format
+msgid "%d days"
+msgid_plural "%d days"
+msgstr[0] "%d日"
+msgstr[1] "%d日"
+
+#: ../../include/js_strings.php:44
+#, php-format
+msgid "%d months"
+msgid_plural "%d months"
+msgstr[0] "%dか月"
+msgstr[1] "%dか月"
+
+#: ../../include/js_strings.php:45
+#, php-format
+msgid "%d years"
+msgid_plural "%d years"
+msgstr[0] "%d幎"
+msgstr[1] "%d幎"
+
+#: ../../include/js_strings.php:50
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:51
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:52
+msgid "timeago.suffixAgo"
+msgstr "timeago.suffixAgo"
+
+#: ../../include/js_strings.php:53
+msgid "timeago.suffixFromNow"
+msgstr "timeago.suffixFromNow"
+
+#: ../../include/js_strings.php:56
+msgid "less than a minute"
+msgstr "ちょっず前"
+
+#: ../../include/js_strings.php:57
+msgid "about a minute"
+msgstr "1分前"
+
+#: ../../include/js_strings.php:59
+msgid "about an hour"
+msgstr "䞀時間前"
+
+#: ../../include/js_strings.php:61
+msgid "a day"
+msgstr "䞀日前"
+
+#: ../../include/js_strings.php:63
+msgid "about a month"
+msgstr "䞀ヶ月前"
+
+#: ../../include/js_strings.php:65
+msgid "about a year"
+msgstr "䞀幎前"
+
+#: ../../include/js_strings.php:67
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:68
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/js_strings.php:70 ../../include/text.php:1428
+msgid "January"
+msgstr "1月"
+
+#: ../../include/js_strings.php:71 ../../include/text.php:1428
+msgid "February"
+msgstr "2月"
+
+#: ../../include/js_strings.php:72 ../../include/text.php:1428
+msgid "March"
+msgstr "3月"
+
+#: ../../include/js_strings.php:73 ../../include/text.php:1428
+msgid "April"
+msgstr "4月"
+
+#: ../../include/js_strings.php:74
+msgctxt "long"
+msgid "May"
+msgstr "5月"
+
+#: ../../include/js_strings.php:75 ../../include/text.php:1428
+msgid "June"
+msgstr "6月"
+
+#: ../../include/js_strings.php:76 ../../include/text.php:1428
+msgid "July"
+msgstr "7月"
+
+#: ../../include/js_strings.php:77 ../../include/text.php:1428
+msgid "August"
+msgstr "8月"
+
+#: ../../include/js_strings.php:78 ../../include/text.php:1428
+msgid "September"
+msgstr "9月"
+
+#: ../../include/js_strings.php:79 ../../include/text.php:1428
+msgid "October"
+msgstr "10月"
+
+#: ../../include/js_strings.php:80 ../../include/text.php:1428
+msgid "November"
+msgstr "11月"
+
+#: ../../include/js_strings.php:81 ../../include/text.php:1428
+msgid "December"
+msgstr "12月"
+
+#: ../../include/js_strings.php:82
+msgid "Jan"
+msgstr "1"
+
+#: ../../include/js_strings.php:83
+msgid "Feb"
+msgstr "2"
+
+#: ../../include/js_strings.php:84
+msgid "Mar"
+msgstr "3"
+
+#: ../../include/js_strings.php:85
+msgid "Apr"
+msgstr "4"
+
+#: ../../include/js_strings.php:86
+msgctxt "short"
+msgid "May"
+msgstr "5"
+
+#: ../../include/js_strings.php:87
+msgid "Jun"
+msgstr "6"
+
+#: ../../include/js_strings.php:88
+msgid "Jul"
+msgstr "7"
+
+#: ../../include/js_strings.php:89
+msgid "Aug"
+msgstr "8"
+
+#: ../../include/js_strings.php:90
+msgid "Sep"
+msgstr "9"
+
+#: ../../include/js_strings.php:91
+msgid "Oct"
+msgstr "10"
+
+#: ../../include/js_strings.php:92
+msgid "Nov"
+msgstr "11"
+
+#: ../../include/js_strings.php:93
+msgid "Dec"
+msgstr "12"
+
+#: ../../include/js_strings.php:94 ../../include/text.php:1424
+msgid "Sunday"
+msgstr "日曜日"
+
+#: ../../include/js_strings.php:95 ../../include/text.php:1424
+msgid "Monday"
+msgstr "月曜日"
+
+#: ../../include/js_strings.php:96 ../../include/text.php:1424
+msgid "Tuesday"
+msgstr "火曜日"
+
+#: ../../include/js_strings.php:97 ../../include/text.php:1424
+msgid "Wednesday"
+msgstr "氎曜日"
+
+#: ../../include/js_strings.php:98 ../../include/text.php:1424
+msgid "Thursday"
+msgstr "朚曜日"
+
+#: ../../include/js_strings.php:99 ../../include/text.php:1424
+msgid "Friday"
+msgstr "金曜日"
+
+#: ../../include/js_strings.php:100 ../../include/text.php:1424
+msgid "Saturday"
+msgstr "土曜日"
+
+#: ../../include/js_strings.php:101
+msgid "Sun"
+msgstr "日"
+
+#: ../../include/js_strings.php:102
+msgid "Mon"
+msgstr "月"
+
+#: ../../include/js_strings.php:103
+msgid "Tue"
+msgstr "火"
+
+#: ../../include/js_strings.php:104
+msgid "Wed"
+msgstr "æ°Ž"
+
+#: ../../include/js_strings.php:105
+msgid "Thu"
+msgstr "朚"
+
+#: ../../include/js_strings.php:106
+msgid "Fri"
+msgstr "金"
+
+#: ../../include/js_strings.php:107
+msgid "Sat"
+msgstr "土"
+
+#: ../../include/js_strings.php:108
+msgctxt "calendar"
+msgid "today"
+msgstr "今日"
+
+#: ../../include/js_strings.php:109
+msgctxt "calendar"
+msgid "month"
+msgstr "月"
+
+#: ../../include/js_strings.php:110
+msgctxt "calendar"
+msgid "week"
+msgstr "週間"
+
+#: ../../include/js_strings.php:111
+msgctxt "calendar"
+msgid "day"
+msgstr "日"
+
+#: ../../include/js_strings.php:112
+msgctxt "calendar"
+msgid "All day"
+msgstr "䞀日䞭"
+
+#: ../../include/language.php:423 ../../include/text.php:1948
+msgid "default"
+msgstr "デフォルト"
+
+#: ../../include/language.php:436
+msgid "Select an alternate language"
+msgstr "別の蚀語を遞択しおください"
+
+#: ../../include/message.php:13 ../../include/text.php:1778
+msgid "Download binary/encrypted content"
+msgstr "バむナリ/暗号化コンテンツをダりンロヌドする"
+
+#: ../../include/message.php:41
+msgid "Unable to determine sender."
+msgstr "送信者を特定できたせん。"
+
+#: ../../include/message.php:80
+msgid "No recipient provided."
+msgstr "受信者が指定されおいたせん。"
+
+#: ../../include/message.php:85
+msgid "[no subject]"
+msgstr "[件名なし]"
+
+#: ../../include/message.php:215
+msgid "Stored post could not be verified."
+msgstr "保存された投皿を確認できたせんでした。"
+
+#: ../../include/nav.php:90
+msgid "Remote authentication"
+msgstr "リモヌト認蚌"
+
+#: ../../include/nav.php:90
+msgid "Click to authenticate to your home hub"
+msgstr "クリックしおホヌムハブの認蚌を行いたす"
+
+#: ../../include/nav.php:96 ../../Zotlabs/Lib/Apps.php:336
+#: ../../Zotlabs/Module/Manage.php:170
+msgid "Channel Manager"
+msgstr "チャンネルマネヌゞャヌ"
+
+#: ../../include/nav.php:96
+msgid "Manage your channels"
+msgstr "チャンネルを管理する"
+
+#: ../../include/nav.php:99
+msgid "Manage your privacy groups"
+msgstr "プラむバシヌグルヌプを管理する"
+
+#: ../../include/nav.php:101 ../../Zotlabs/Lib/Apps.php:338
+#: ../../Zotlabs/Module/Admin/Addons.php:344
+#: ../../Zotlabs/Module/Admin/Themes.php:125
+#: ../../Zotlabs/Widget/Newmember.php:53
+#: ../../Zotlabs/Widget/Settings_menu.php:61
+msgid "Settings"
+msgstr "蚭定"
+
+#: ../../include/nav.php:101
+msgid "Account/Channel Settings"
+msgstr "アカりント/チャンネル蚭定"
+
+#: ../../include/nav.php:107 ../../include/nav.php:136
+msgid "End this session"
+msgstr "このセッションを終了"
+
+#: ../../include/nav.php:110
+msgid "Your profile page"
+msgstr "あなたのプロフィヌルペヌゞ"
+
+#: ../../include/nav.php:113
+msgid "Manage/Edit profiles"
+msgstr "プロファむルの管理/線集"
+
+#: ../../include/nav.php:115 ../../Zotlabs/Widget/Newmember.php:35
+msgid "Edit your profile"
+msgstr "プロフィヌルを線集"
+
+#: ../../include/nav.php:122 ../../include/nav.php:126
+msgid "Sign in"
+msgstr "サむンむン"
+
+#: ../../include/nav.php:153
+msgid "Take me home"
+msgstr "ホヌムぞ戻る"
+
+#: ../../include/nav.php:155
+msgid "Log me out of this site"
+msgstr "このサむトからログアりトする"
+
+#: ../../include/nav.php:160
+msgid "Create an account"
+msgstr "アカりントを䜜成"
+
+#: ../../include/nav.php:172
+msgid "Help and documentation"
+msgstr "ヘルプずドキュメント"
+
+#: ../../include/nav.php:186
+msgid "Search site @name, !forum, #tag, ?docs, content"
+msgstr "@name, !forum, #tag, ?docs, content でサむトを怜玢"
+
+#: ../../include/nav.php:192 ../../Zotlabs/Widget/Admin.php:55
+msgid "Admin"
+msgstr "管理者"
+
+#: ../../include/nav.php:192
+msgid "Site Setup and Configuration"
+msgstr "サむトセットアップず蚭定"
+
+#: ../../include/nav.php:326 ../../Zotlabs/Module/Connedit.php:869
+#: ../../Zotlabs/Module/Defperms.php:256
+#: ../../Zotlabs/Module/New_channel.php:157
+#: ../../Zotlabs/Module/New_channel.php:164
+#: ../../Zotlabs/Widget/Notifications.php:162
+msgid "Loading"
+msgstr "読み蟌み䞭"
+
+#: ../../include/nav.php:332
+msgid "@name, !forum, #tag, ?doc, content"
+msgstr "@name、forum、tag、doc、content"
+
+#: ../../include/nav.php:333
+msgid "Please wait..."
+msgstr "お埅ちください...."
+
+#: ../../include/nav.php:339
+msgid "Add Apps"
+msgstr "アプリの远加"
+
+#: ../../include/nav.php:340
+msgid "Arrange Apps"
+msgstr "アプリを配眮する"
+
+#: ../../include/nav.php:341
+msgid "Toggle System Apps"
+msgstr "システムアプリの切り替え"
+
+#: ../../include/nav.php:423 ../../Zotlabs/Module/Admin/Channels.php:154
+msgid "Channel"
+msgstr "チャンネル"
+
+#: ../../include/nav.php:426
+msgid "Status Messages and Posts"
+msgstr "ステヌタスメッセヌゞず投皿"
+
+#: ../../include/nav.php:436 ../../Zotlabs/Module/Help.php:80
+msgid "About"
+msgstr "箄"
+
+#: ../../include/nav.php:439
+msgid "Profile Details"
+msgstr "プロファむルの詳现"
+
+#: ../../include/nav.php:449 ../../include/photos.php:669
+msgid "Photo Albums"
+msgstr "フォトアルバム"
+
+#: ../../include/nav.php:454 ../../Zotlabs/Lib/Apps.php:339
+#: ../../Zotlabs/Module/Fbrowser.php:85 ../../Zotlabs/Storage/Browser.php:278
+msgid "Files"
+msgstr "ファむル"
+
+#: ../../include/nav.php:457
+msgid "Files and Storage"
+msgstr "ファむルずストレヌゞ"
+
+#: ../../include/nav.php:465 ../../include/nav.php:468
+#: ../../Zotlabs/Storage/Browser.php:140
+msgid "Calendar"
+msgstr "カレンダヌ"
+
+#: ../../include/nav.php:479 ../../include/nav.php:482
+#: ../../Zotlabs/Lib/Apps.php:329 ../../Zotlabs/Widget/Chatroom_list.php:16
+msgid "Chatrooms"
+msgstr "チャットルヌム"
+
+#: ../../include/nav.php:492 ../../Zotlabs/Lib/Apps.php:328
+msgid "Bookmarks"
+msgstr "しおり"
+
+#: ../../include/nav.php:495
+msgid "Saved Bookmarks"
+msgstr "保存したブックマヌク"
+
+#: ../../include/nav.php:503 ../../Zotlabs/Lib/Apps.php:325
+#: ../../Zotlabs/Module/Cards.php:207
+msgid "Cards"
+msgstr "カヌド"
+
+#: ../../include/nav.php:506
+msgid "View Cards"
+msgstr "カヌドを芋る"
+
+#: ../../include/nav.php:514 ../../Zotlabs/Lib/Apps.php:324
+#: ../../Zotlabs/Module/Articles.php:222
+msgid "Articles"
+msgstr "蚘事"
+
+#: ../../include/nav.php:517
+msgid "View Articles"
+msgstr "蚘事を芋る"
+
+#: ../../include/nav.php:526 ../../Zotlabs/Lib/Apps.php:340
+#: ../../Zotlabs/Module/Webpages.php:252
+msgid "Webpages"
+msgstr "りェブペヌゞ"
+
+#: ../../include/nav.php:529
+msgid "View Webpages"
+msgstr "Webペヌゞを衚瀺"
+
+#: ../../include/nav.php:538 ../../Zotlabs/Module/Wiki.php:206
+#: ../../Zotlabs/Widget/Wiki_list.php:15
+msgid "Wikis"
+msgstr "りィキ"
+
+#: ../../include/nav.php:541 ../../Zotlabs/Lib/Apps.php:341
+msgid "Wiki"
+msgstr "Wiki"
+
+#: ../../include/network.php:1725 ../../include/network.php:1726
+msgid "Friendica"
+msgstr "フレンドカ"
+
+#: ../../include/network.php:1727
+msgid "OStatus"
+msgstr "OStatus"
+
+#: ../../include/network.php:1728
+msgid "GNU-Social"
+msgstr "GNU゜ヌシャル"
+
+#: ../../include/network.php:1729
+msgid "RSS/Atom"
+msgstr "RSS / Atom"
+
+#: ../../include/network.php:1730 ../../Zotlabs/Lib/Activity.php:1848
+#: ../../Zotlabs/Lib/Activity.php:2046
+msgid "ActivityPub"
+msgstr "ActivityPub"
+
+#: ../../include/network.php:1731 ../../Zotlabs/Module/Admin/Accounts.php:171
+#: ../../Zotlabs/Module/Admin/Accounts.php:183
+#: ../../Zotlabs/Module/Cdav.php:1246 ../../Zotlabs/Module/Connedit.php:927
+#: ../../Zotlabs/Module/Profiles.php:787
+msgid "Email"
+msgstr "Eメヌル"
+
+#: ../../include/network.php:1732
+msgid "Diaspora"
+msgstr "ディアスポラ"
+
+#: ../../include/network.php:1733
+msgid "Facebook"
+msgstr "フェむスブック"
+
+#: ../../include/network.php:1734
+msgid "Zot"
+msgstr "ゟット"
+
+#: ../../include/network.php:1735
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: ../../include/network.php:1736
+msgid "XMPP/IM"
+msgstr "XMPP / IM"
+
+#: ../../include/network.php:1737
+msgid "MySpace"
+msgstr "私のスペヌス"
+
+#: ../../include/oembed.php:226
+msgid "View PDF"
+msgstr "PDFを芋る"
+
+#: ../../include/oembed.php:356
+msgid " by "
+msgstr "によっお"
+
+#: ../../include/oembed.php:357
+msgid " on "
+msgstr "に"
+
+#: ../../include/oembed.php:386
+msgid "Embedded content"
+msgstr "埋め蟌みコンテンツ"
+
+#: ../../include/oembed.php:395
+msgid "Embedding disabled"
+msgstr "埋め蟌みが無効です"
+
+#: ../../include/photo/photo_driver.php:367
+#: ../../Zotlabs/Module/Profile_photo.php:120
+#: ../../Zotlabs/Module/Profile_photo.php:248
+msgid "Profile Photos"
+msgstr "プロフィヌル写真"
+
+#: ../../include/photos.php:151
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "画像がりェブサむトのサむズ制限%luバむトを超えおいたす"
+
+#: ../../include/photos.php:162
+msgid "Image file is empty."
+msgstr "画像ファむルが空です。"
+
+#: ../../include/photos.php:196 ../../Zotlabs/Module/Cover_photo.php:230
+#: ../../Zotlabs/Module/Profile_photo.php:225
+msgid "Unable to process image"
+msgstr "画像を凊理できたせん"
+
+#: ../../include/photos.php:327
+msgid "Photo storage failed."
+msgstr "写真の保存に倱敗したした。"
+
+#: ../../include/photos.php:376
+msgid "a new photo"
+msgstr "新しい写真"
+
+#: ../../include/photos.php:380
+#, php-format
+msgctxt "photo_upload"
+msgid "%1$s posted %2$s to %3$s"
+msgstr "%1$sが%2$sから%3$s投皿したした"
+
+#: ../../include/photos.php:670 ../../Zotlabs/Module/Photos.php:1389
+#: ../../Zotlabs/Module/Photos.php:1402 ../../Zotlabs/Module/Photos.php:1403
+msgid "Recent Photos"
+msgstr "最近の写真"
+
+#: ../../include/photos.php:674
+msgid "Upload New Photos"
+msgstr "新しい写真をアップロヌド"
+
+#: ../../include/security.php:607
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "フォヌムセキュリティトヌクンが正しくありたせんでした。これは、フォヌムを送信する前にフォヌムが長時間3時間以䞊開かれたために発生した可胜性がありたす。"
+
+#: ../../include/selectors.php:18
+msgid "Profile to assign new connections"
+msgstr "新しい接続を割り圓おるプロファむル"
+
+#: ../../include/selectors.php:41
+msgid "Frequently"
+msgstr "よく"
+
+#: ../../include/selectors.php:42
+msgid "Hourly"
+msgstr "毎時"
+
+#: ../../include/selectors.php:43
+msgid "Twice daily"
+msgstr "1日2回"
+
+#: ../../include/selectors.php:44
+msgid "Daily"
+msgstr "毎日"
+
+#: ../../include/selectors.php:45
+msgid "Weekly"
+msgstr "毎週"
+
+#: ../../include/selectors.php:46
+msgid "Monthly"
+msgstr "毎月"
+
+#: ../../include/selectors.php:60
+msgid "Currently Male"
+msgstr "珟圚男性"
+
+#: ../../include/selectors.php:60
+msgid "Currently Female"
+msgstr "珟圚女性"
+
+#: ../../include/selectors.php:60
+msgid "Mostly Male"
+msgstr "䞻に男性"
+
+#: ../../include/selectors.php:60
+msgid "Mostly Female"
+msgstr "䞻に女性"
+
+#: ../../include/selectors.php:60
+msgid "Transgender"
+msgstr "トランスゞェンダヌ"
+
+#: ../../include/selectors.php:60
+msgid "Intersex"
+msgstr "むンタヌセックス"
+
+#: ../../include/selectors.php:60
+msgid "Transsexual"
+msgstr "性転換"
+
+#: ../../include/selectors.php:60
+msgid "Hermaphrodite"
+msgstr "ふたなり"
+
+#: ../../include/selectors.php:60
+msgid "Undecided"
+msgstr "未定"
+
+#: ../../include/selectors.php:96 ../../include/selectors.php:115
+msgid "Males"
+msgstr "男性"
+
+#: ../../include/selectors.php:96 ../../include/selectors.php:115
+msgid "Females"
+msgstr "女性"
+
+#: ../../include/selectors.php:96
+msgid "Gay"
+msgstr "ゲむ"
+
+#: ../../include/selectors.php:96
+msgid "Lesbian"
+msgstr "レズビアン"
+
+#: ../../include/selectors.php:96
+msgid "No Preference"
+msgstr "指定なし"
+
+#: ../../include/selectors.php:96
+msgid "Bisexual"
+msgstr "バむセクシャル"
+
+#: ../../include/selectors.php:96
+msgid "Autosexual"
+msgstr "性欲"
+
+#: ../../include/selectors.php:96
+msgid "Abstinent"
+msgstr "犁欲"
+
+#: ../../include/selectors.php:96
+msgid "Virgin"
+msgstr "バヌゞン"
+
+#: ../../include/selectors.php:96
+msgid "Deviant"
+msgstr "逞脱"
+
+#: ../../include/selectors.php:96
+msgid "Fetish"
+msgstr "フェチ"
+
+#: ../../include/selectors.php:96
+msgid "Oodles"
+msgstr "りヌドル"
+
+#: ../../include/selectors.php:96
+msgid "Nonsexual"
+msgstr "非性的"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Single"
+msgstr "シングル"
+
+#: ../../include/selectors.php:134
+msgid "Lonely"
+msgstr "寂しい"
+
+#: ../../include/selectors.php:134
+msgid "Available"
+msgstr "利甚可胜"
+
+#: ../../include/selectors.php:134
+msgid "Unavailable"
+msgstr "利甚できたせん"
+
+#: ../../include/selectors.php:134
+msgid "Has crush"
+msgstr "クラッシュしおいる"
+
+#: ../../include/selectors.php:134
+msgid "Infatuated"
+msgstr "倢䞭"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Dating"
+msgstr "デヌト"
+
+#: ../../include/selectors.php:134
+msgid "Unfaithful"
+msgstr "䞍誠実な"
+
+#: ../../include/selectors.php:134
+msgid "Sex Addict"
+msgstr "性䞭毒"
+
+#: ../../include/selectors.php:134
+msgid "Friends/Benefits"
+msgstr "友達/特兞"
+
+#: ../../include/selectors.php:134
+msgid "Casual"
+msgstr "カゞュアル"
+
+#: ../../include/selectors.php:134
+msgid "Engaged"
+msgstr "埓事"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Married"
+msgstr "既婚"
+
+#: ../../include/selectors.php:134
+msgid "Imaginarily married"
+msgstr "想像䞊の結婚"
+
+#: ../../include/selectors.php:134
+msgid "Partners"
+msgstr "パヌトナヌ"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Cohabiting"
+msgstr "同ha"
+
+#: ../../include/selectors.php:134
+msgid "Common law"
+msgstr "コモンロヌ"
+
+#: ../../include/selectors.php:134
+msgid "Happy"
+msgstr "ハッピヌ"
+
+#: ../../include/selectors.php:134
+msgid "Not looking"
+msgstr "芋おない"
+
+#: ../../include/selectors.php:134
+msgid "Swinger"
+msgstr "りィンガヌ"
+
+#: ../../include/selectors.php:134
+msgid "Betrayed"
+msgstr "裏切られた"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Separated"
+msgstr "離れた"
+
+#: ../../include/selectors.php:134
+msgid "Unstable"
+msgstr "䞍安定"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Divorced"
+msgstr "離婚した"
+
+#: ../../include/selectors.php:134
+msgid "Imaginarily divorced"
+msgstr "想像䞊の離婚"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "Widowed"
+msgstr "未亡人"
+
+#: ../../include/selectors.php:134
+msgid "Uncertain"
+msgstr "䞍確実"
+
+#: ../../include/selectors.php:134 ../../include/selectors.php:151
+msgid "It's complicated"
+msgstr "それは耇雑です"
+
+#: ../../include/selectors.php:134
+msgid "Don't care"
+msgstr "気にしない"
+
+#: ../../include/selectors.php:134
+msgid "Ask me"
+msgstr "私に聞いお"
+
+#: ../../include/taxonomy.php:320
+msgid "Trending"
+msgstr "トレンド"
+
+#: ../../include/taxonomy.php:320 ../../include/taxonomy.php:449
+#: ../../include/taxonomy.php:470 ../../Zotlabs/Widget/Tagcloud.php:22
+msgid "Tags"
+msgstr "タグ"
+
+#: ../../include/taxonomy.php:550
+msgid "Keywords"
+msgstr "キヌワヌド"
+
+#: ../../include/taxonomy.php:571
+msgid "have"
+msgstr "持っおる"
+
+#: ../../include/taxonomy.php:571
+msgid "has"
+msgstr "持っおいる"
+
+#: ../../include/taxonomy.php:572
+msgid "want"
+msgstr "欲しいです"
+
+#: ../../include/taxonomy.php:572
+msgid "wants"
+msgstr "望む"
+
+#: ../../include/taxonomy.php:573 ../../Zotlabs/Lib/ThreadItem.php:306
+msgid "like"
+msgstr "のような"
+
+#: ../../include/taxonomy.php:573
+msgid "likes"
+msgstr "奜き"
+
+#: ../../include/taxonomy.php:574 ../../Zotlabs/Lib/ThreadItem.php:307
+msgid "dislike"
+msgstr "嫌い"
+
+#: ../../include/taxonomy.php:574
+msgid "dislikes"
+msgstr "嫌い"
+
+#: ../../include/text.php:501
+msgid "prev"
+msgstr "前の"
+
+#: ../../include/text.php:503
+msgid "first"
+msgstr "最初"
+
+#: ../../include/text.php:532
+msgid "last"
+msgstr "最終"
+
+#: ../../include/text.php:535
+msgid "next"
+msgstr "次"
+
+#: ../../include/text.php:553
+msgid "older"
+msgstr "幎䞊の"
+
+#: ../../include/text.php:555
+msgid "newer"
+msgstr "より新しい"
+
+#: ../../include/text.php:979
+msgid "No connections"
+msgstr "接続なし"
+
+#: ../../include/text.php:1011
+#, php-format
+msgid "View all %s connections"
+msgstr "すべおの%s接続を衚瀺"
+
+#: ../../include/text.php:1073
+#, php-format
+msgid "Network: %s"
+msgstr "ネットワヌク %s"
+
+#: ../../include/text.php:1085 ../../include/text.php:1097
+#: ../../Zotlabs/Module/Admin/Profs.php:94
+#: ../../Zotlabs/Module/Admin/Profs.php:114 ../../Zotlabs/Module/Filer.php:53
+#: ../../Zotlabs/Module/Rbmark.php:32 ../../Zotlabs/Module/Rbmark.php:104
+#: ../../Zotlabs/Widget/Notes.php:23
+msgid "Save"
+msgstr "保存する"
+
+#: ../../include/text.php:1176 ../../include/text.php:1180
+msgid "poke"
+msgstr "ポヌク"
+
+#: ../../include/text.php:1181
+msgid "ping"
+msgstr "ping"
+
+#: ../../include/text.php:1181
+msgid "pinged"
+msgstr "pingされた"
+
+#: ../../include/text.php:1182
+msgid "prod"
+msgstr "補品"
+
+#: ../../include/text.php:1182
+msgid "prodded"
+msgstr "突っ蟌んだ"
+
+#: ../../include/text.php:1183
+msgid "slap"
+msgstr "平手打ち"
+
+#: ../../include/text.php:1183
+msgid "slapped"
+msgstr "平手打ち"
+
+#: ../../include/text.php:1184
+msgid "finger"
+msgstr "指"
+
+#: ../../include/text.php:1184
+msgid "fingered"
+msgstr "手マン"
+
+#: ../../include/text.php:1185
+msgid "rebuff"
+msgstr "拒絶"
+
+#: ../../include/text.php:1185
+msgid "rebuffed"
+msgstr "拒吊された"
+
+#: ../../include/text.php:1208
+msgid "happy"
+msgstr "ハッピヌ"
+
+#: ../../include/text.php:1209
+msgid "sad"
+msgstr "悲しい"
+
+#: ../../include/text.php:1210
+msgid "mellow"
+msgstr "たろやかな"
+
+#: ../../include/text.php:1211
+msgid "tired"
+msgstr "疲れた"
+
+#: ../../include/text.php:1212
+msgid "perky"
+msgstr "は぀ら぀ず"
+
+#: ../../include/text.php:1213
+msgid "angry"
+msgstr "怒っおいる"
+
+#: ../../include/text.php:1214
+msgid "stupefied"
+msgstr "st然たる"
+
+#: ../../include/text.php:1215
+msgid "puzzled"
+msgstr "困惑した"
+
+#: ../../include/text.php:1216
+msgid "interested"
+msgstr "興味がある"
+
+#: ../../include/text.php:1217
+msgid "bitter"
+msgstr "苊い"
+
+#: ../../include/text.php:1218
+msgid "cheerful"
+msgstr "陜気な"
+
+#: ../../include/text.php:1219
+msgid "alive"
+msgstr "生きおいる"
+
+#: ../../include/text.php:1220
+msgid "annoyed"
+msgstr "むラむラする"
+
+#: ../../include/text.php:1221
+msgid "anxious"
+msgstr "気になる"
+
+#: ../../include/text.php:1222
+msgid "cranky"
+msgstr "気難しい"
+
+#: ../../include/text.php:1223
+msgid "disturbed"
+msgstr "乱れた"
+
+#: ../../include/text.php:1224
+msgid "frustrated"
+msgstr "欲求䞍満"
+
+#: ../../include/text.php:1225
+msgid "depressed"
+msgstr "萜ち蟌んでいる"
+
+#: ../../include/text.php:1226
+msgid "motivated"
+msgstr "やる気"
+
+#: ../../include/text.php:1227
+msgid "relaxed"
+msgstr "リラックスした"
+
+#: ../../include/text.php:1228
+msgid "surprised"
+msgstr "びっくりした"
+
+#: ../../include/text.php:1428
+msgid "May"
+msgstr "5月"
+
+#: ../../include/text.php:1502
+msgid "Unknown Attachment"
+msgstr "䞍明な添付ファむル"
+
+#: ../../include/text.php:1504 ../../Zotlabs/Module/Sharedwithme.php:106
+#: ../../Zotlabs/Storage/Browser.php:293
+msgid "Size"
+msgstr "サむズ"
+
+#: ../../include/text.php:1540
+msgid "remove category"
+msgstr "カテゎリヌを削陀"
+
+#: ../../include/text.php:1614
+msgid "remove from file"
+msgstr "ファむルから削陀"
+
+#: ../../include/text.php:1926 ../../Zotlabs/Module/Cal.php:314
+#: ../../Zotlabs/Module/Events.php:663
+msgid "Link to Source"
+msgstr "元蚘事ぞのリンク"
+
+#: ../../include/text.php:1956
+msgid "Page layout"
+msgstr "ペヌゞレむアりト"
+
+#: ../../include/text.php:1956
+msgid "You can create your own with the layouts tool"
+msgstr "レむアりトツヌルを䜿甚しお独自に䜜成できたす"
+
+#: ../../include/text.php:1966 ../../Zotlabs/Module/Wiki.php:217
+#: ../../Zotlabs/Module/Wiki.php:371 ../../Zotlabs/Widget/Wiki_pages.php:38
+#: ../../Zotlabs/Widget/Wiki_pages.php:95
+msgid "BBcode"
+msgstr "BBcode"
+
+#: ../../include/text.php:1967
+msgid "HTML"
+msgstr "HTML"
+
+#: ../../include/text.php:1968 ../../Zotlabs/Module/Wiki.php:217
+#: ../../Zotlabs/Module/Wiki.php:371 ../../Zotlabs/Widget/Wiki_pages.php:38
+#: ../../Zotlabs/Widget/Wiki_pages.php:95
+msgid "Markdown"
+msgstr "マヌクダりン"
+
+#: ../../include/text.php:1969 ../../Zotlabs/Module/Wiki.php:217
+#: ../../Zotlabs/Widget/Wiki_pages.php:38
+#: ../../Zotlabs/Widget/Wiki_pages.php:95
+msgid "Text"
+msgstr "テキスト"
+
+#: ../../include/text.php:1970
+msgid "Comanche Layout"
+msgstr "コマンチレむアりト"
+
+#: ../../include/text.php:1975
+msgid "PHP"
+msgstr "PHP"
+
+#: ../../include/text.php:1984
+msgid "Page content type"
+msgstr "ペヌゞコンテンツタむプ"
+
+#: ../../include/text.php:2117
+msgid "activity"
+msgstr "アクティビティ"
+
+#: ../../include/text.php:2218
+msgid "a-z, 0-9, -, and _ only"
+msgstr "az、0-9、-、および_のみ"
+
+#: ../../include/text.php:2544
+msgid "Design Tools"
+msgstr "蚭蚈ツヌル"
+
+#: ../../include/text.php:2547 ../../Zotlabs/Module/Blocks.php:154
+msgid "Blocks"
+msgstr "ブロック"
+
+#: ../../include/text.php:2548 ../../Zotlabs/Module/Menu.php:170
+msgid "Menus"
+msgstr "メニュヌ"
+
+#: ../../include/text.php:2549 ../../Zotlabs/Module/Layouts.php:184
+msgid "Layouts"
+msgstr "レむアりト"
+
+#: ../../include/text.php:2550
+msgid "Pages"
+msgstr "Pages"
+
+#: ../../include/text.php:2562 ../../Zotlabs/Module/Cal.php:343
+msgid "Import"
+msgstr "むンポヌト"
+
+#: ../../include/text.php:2563
+msgid "Import website..."
+msgstr "りェブサむトをむンポヌト..."
+
+#: ../../include/text.php:2564
+msgid "Select folder to import"
+msgstr "むンポヌトするフォルダヌを遞択"
+
+#: ../../include/text.php:2565
+msgid "Import from a zipped folder:"
+msgstr "zipフォルダヌからむンポヌト"
+
+#: ../../include/text.php:2566
+msgid "Import from cloud files:"
+msgstr "クラりドファむルからむンポヌト"
+
+#: ../../include/text.php:2567
+msgid "/cloud/channel/path/to/folder"
+msgstr "/ cloud / channel / path / to / folder"
+
+#: ../../include/text.php:2568
+msgid "Enter path to website files"
+msgstr "りェブサむトのファむルぞのパスを入力しおください"
+
+#: ../../include/text.php:2569
+msgid "Select folder"
+msgstr "フォルダヌを遞択"
+
+#: ../../include/text.php:2570
+msgid "Export website..."
+msgstr "りェブサむトを゚クスポヌト..."
+
+#: ../../include/text.php:2571
+msgid "Export to a zip file"
+msgstr "zipファむルに゚クスポヌトする"
+
+#: ../../include/text.php:2572
+msgid "website.zip"
+msgstr "website.zip"
+
+#: ../../include/text.php:2573
+msgid "Enter a name for the zip file."
+msgstr "zipファむルの名前を入力したす。"
+
+#: ../../include/text.php:2574
+msgid "Export to cloud files"
+msgstr "クラりドファむルに゚クスポヌトする"
+
+#: ../../include/text.php:2575
+msgid "/path/to/export/folder"
+msgstr "/ path / to / export / folder"
+
+#: ../../include/text.php:2576
+msgid "Enter a path to a cloud files destination."
+msgstr "クラりドファむルの保存先ぞのパスを入力したす。"
+
+#: ../../include/text.php:2577
+msgid "Specify folder"
+msgstr "フォルダヌを指定"
+
+#: ../../include/text.php:2939 ../../Zotlabs/Storage/Browser.php:131
+msgid "Collection"
+msgstr "コレクション"
+
+#: ../../include/text.php:3208 ../../view/theme/redbasic/php/config.php:15
+#: ../../Zotlabs/Module/Admin/Site.php:187
+msgid "Default"
+msgstr "デフォルト"
+
+#: ../../include/zid.php:363
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth %1$sは%2$s歓迎したす"
+
+#: ../../include/zot.php:775
+msgid "Invalid data packet"
+msgstr "無効なデヌタパケット"
+
+#: ../../include/zot.php:802 ../../Zotlabs/Lib/Libzot.php:652
+msgid "Unable to verify channel signature"
+msgstr "チャンネルの眲名を確認できたせん"
+
+#: ../../include/zot.php:2595 ../../Zotlabs/Lib/Libsync.php:733
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "%sサむト眲名を確認できたせん"
+
+#: ../../include/zot.php:4292
+msgid "invalid target signature"
+msgstr "無効なタヌゲット眲名"
+
+#: ../../util/nconfig.php:34
+msgid "Source channel not found."
+msgstr "゜ヌスチャネルが芋぀かりたせん。"
+
+#: ../../view/theme/redbasic/php/config.php:16
+#: ../../view/theme/redbasic/php/config.php:19
+msgid "Focus (Hubzilla default)"
+msgstr "フォヌカスHubzillaのデフォルト"
+
+#: ../../view/theme/redbasic/php/config.php:98
+msgid "Theme settings"
+msgstr "テヌマ蚭定"
+
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Narrow navbar"
+msgstr "狭いナビゲヌションバヌ"
+
+#: ../../view/theme/redbasic/php/config.php:100
+msgid "Navigation bar background color"
+msgstr "ナビゲヌションバヌの背景色"
+
+#: ../../view/theme/redbasic/php/config.php:101
+msgid "Navigation bar icon color "
+msgstr "ナビゲヌションバヌのアむコンの色"
+
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Navigation bar active icon color "
+msgstr "ナビゲヌションバヌのアクティブなアむコンの色"
+
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Link color"
+msgstr "リンクの色"
+
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Set font-color for banner"
+msgstr "バナヌのフォント色を蚭定"
+
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Set the background color"
+msgstr "背景色を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Set the background image"
+msgstr "背景画像を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "Set the background color of items"
+msgstr "アむテムの背景色を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Set the background color of comments"
+msgstr "コメントの背景色を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Set font-size for the entire application"
+msgstr "アプリケヌション党䜓のフォントサむズを蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Examples: 1rem, 100%, 16px"
+msgstr "䟋1rem、100、16px"
+
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Set font-color for posts and comments"
+msgstr "投皿ずコメントのフォント色を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Set radius of corners"
+msgstr "角の半埄を蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Example: 4px"
+msgstr "䟋4px"
+
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Set shadow depth of photos"
+msgstr "写真の圱の深さを蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "Set maximum width of content region in pixel"
+msgstr "コンテンツ領域の最倧幅をピクセル単䜍で蚭定したす"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "Leave empty for default width"
+msgstr "デフォルトの幅の堎合は空のたたにしたす"
+
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set size of conversation author photo"
+msgstr "䌚話の著者の写真のサむズを蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set size of followup author photos"
+msgstr "フォロヌアップ著者の写真のサむズを蚭定する"
+
+#: ../../view/theme/redbasic/php/config.php:116
+msgid "Show advanced settings"
+msgstr "詳现蚭定を衚瀺する"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:283
+msgid "Social Networking"
+msgstr "゜ヌシャルネットワヌキング"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:284
+msgid "Social - Federation"
+msgstr "゜ヌシャル-フェデレヌション"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:285
+msgid "Social - Mostly Public"
+msgstr "゜ヌシャル-ほずんど公開"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:286
+msgid "Social - Restricted"
+msgstr "゜ヌシャル-制限付き"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:287
+msgid "Social - Private"
+msgstr "゜ヌシャル-プラむベヌト"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:290
+msgid "Community Forum"
+msgstr "コミュニティフォヌラム"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:291
+msgid "Forum - Mostly Public"
+msgstr "フォヌラム-ほずんど公開"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:292
+msgid "Forum - Restricted"
+msgstr "フォヌラム-制限付き"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:293
+msgid "Forum - Private"
+msgstr "フォヌラム-プラむベヌト"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:296
+msgid "Feed Republish"
+msgstr "フィヌドの再公開"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:297
+msgid "Feed - Mostly Public"
+msgstr "フィヌド-ほずんど公開"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:298
+msgid "Feed - Restricted"
+msgstr "フィヌド-制限付き"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:301
+msgid "Special Purpose"
+msgstr "特別な目的"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:302
+msgid "Special - Celebrity/Soapbox"
+msgstr "スペシャル-セレブ/゜ヌプボックス"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:303
+msgid "Special - Group Repository"
+msgstr "特別-グルヌプリポゞトリ"
+
+#: ../../Zotlabs/Access/PermissionRoles.php:307
+msgid "Custom/Expert Mode"
+msgstr "カスタム/゚キスパヌトモヌド"
+
+#: ../../Zotlabs/Access/Permissions.php:56
+msgid "Can view my channel stream and posts"
+msgstr "チャンネルストリヌムず投皿を衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:57
+msgid "Can send me their channel stream and posts"
+msgstr "チャンネルストリヌムず投皿を送信できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:58
+msgid "Can view my default channel profile"
+msgstr "デフォルトのチャンネルプロファむルを衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:59
+msgid "Can view my connections"
+msgstr "接続を衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:60
+msgid "Can view my file storage and photos"
+msgstr "ファむルストレヌゞず写真を衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:61
+msgid "Can upload/modify my file storage and photos"
+msgstr "ファむルストレヌゞず写真をアップロヌド/倉曎できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:62
+msgid "Can view my channel webpages"
+msgstr "チャンネルのりェブペヌゞを衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:63
+msgid "Can view my wiki pages"
+msgstr "Wikiペヌゞを衚瀺できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:64
+msgid "Can create/edit my channel webpages"
+msgstr "チャンネルWebペヌゞを䜜成/線集できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:65
+msgid "Can write to my wiki pages"
+msgstr "wikiペヌゞに曞き蟌むこずができたす"
+
+#: ../../Zotlabs/Access/Permissions.php:66
+msgid "Can post on my channel (wall) page"
+msgstr "チャンネルりォヌルペヌゞに投皿できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:67
+msgid "Can comment on or like my posts"
+msgstr "自分の投皿にコメントしたり、いいねをしたりできたす"
+
+#: ../../Zotlabs/Access/Permissions.php:68
+msgid "Can send me private mail messages"
+msgstr "プラむベヌトメヌルメッセヌゞを送信できたす"
+
+#: ../../Zotlabs/Access/Permissions.php:69
+msgid "Can like/dislike profiles and profile things"
+msgstr "奜き嫌いのあるプロファむルずプロファむルのもの"
+
+#: ../../Zotlabs/Access/Permissions.php:70
+msgid "Can forward to all my channel connections via ! mentions in posts"
+msgstr "\"!\"を䜿甚したメンションで自分のチャンネルに寄皿するこずができたす"
+
+#: ../../Zotlabs/Access/Permissions.php:71
+msgid "Can chat with me"
+msgstr "私ずチャットできたす"
+
+#: ../../Zotlabs/Access/Permissions.php:72
+msgid "Can source my public posts in derived channels"
+msgstr "掟生チャンネルで公開投皿を入手できたすか"
+
+#: ../../Zotlabs/Access/Permissions.php:73
+msgid "Can administer my channel"
+msgstr "チャンネルを管理できたすか"
+
+#: ../../Zotlabs/Lib/Activity.php:1500
+#, php-format
+msgid "Likes %1$s's %2$s"
+msgstr "%1$sの%2$s奜きです"
+
+#: ../../Zotlabs/Lib/Activity.php:1503
+#, php-format
+msgid "Doesn't like %1$s's %2$s"
+msgstr "%1$sの%2$s気に入らない"
+
+#: ../../Zotlabs/Lib/Activity.php:1506
+#, php-format
+msgid "Will attend %1$s's %2$s"
+msgstr "%1$sの%2$s"
+
+#: ../../Zotlabs/Lib/Activity.php:1509
+#, php-format
+msgid "Will not attend %1$s's %2$s"
+msgstr "%1$sの%2$s参加したせん"
+
+#: ../../Zotlabs/Lib/Activity.php:1512
+#, php-format
+msgid "May attend %1$s's %2$s"
+msgstr "%1$sの%2$s"
+
+#: ../../Zotlabs/Lib/Activity.php:1515 ../../Zotlabs/Module/Share.php:103
+#, php-format
+msgid "&#x1f501; Repeated %1$s's %2$s"
+msgstr "x1f501; %1$sの%2$s繰り返したした"
+
+#: ../../Zotlabs/Lib/Apps.php:322
+msgid "Apps"
+msgstr "アプリ"
+
+#: ../../Zotlabs/Lib/Apps.php:323
+msgid "Affinity Tool"
+msgstr "アフィニティツヌル"
+
+#: ../../Zotlabs/Lib/Apps.php:326
+msgid "Site Admin"
+msgstr "サむト管理者"
+
+#: ../../Zotlabs/Lib/Apps.php:327
+msgid "Report Bug"
+msgstr "バグを報告"
+
+#: ../../Zotlabs/Lib/Apps.php:330
+msgid "Content Filter"
+msgstr "コンテンツフィルタヌ"
+
+#: ../../Zotlabs/Lib/Apps.php:331
+msgid "Content Import"
+msgstr "コンテンツのむンポヌト"
+
+#: ../../Zotlabs/Lib/Apps.php:333
+msgid "Remote Diagnostics"
+msgstr "リモヌト蚺断"
+
+#: ../../Zotlabs/Lib/Apps.php:334
+msgid "Suggest Channels"
+msgstr "チャンネルを提案する"
+
+#: ../../Zotlabs/Lib/Apps.php:337
+msgid "Stream"
+msgstr "ストリヌム"
+
+#: ../../Zotlabs/Lib/Apps.php:348
+msgid "Mail"
+msgstr "ダむレクトメヌル"
+
+#: ../../Zotlabs/Lib/Apps.php:349 ../../Zotlabs/Module/Mood.php:154
+msgid "Mood"
+msgstr "気分"
+
+#: ../../Zotlabs/Lib/Apps.php:351
+msgid "Chat"
+msgstr "チャット"
+
+#: ../../Zotlabs/Lib/Apps.php:353
+msgid "Probe"
+msgstr "プロヌブ"
+
+#: ../../Zotlabs/Lib/Apps.php:354
+msgid "Suggest"
+msgstr "提案する"
+
+#: ../../Zotlabs/Lib/Apps.php:355
+msgid "Random Channel"
+msgstr "ランダムチャンネル"
+
+#: ../../Zotlabs/Lib/Apps.php:356
+msgid "Invite"
+msgstr "招埅する"
+
+#: ../../Zotlabs/Lib/Apps.php:357 ../../Zotlabs/Widget/Admin.php:26
+msgid "Features"
+msgstr "特城"
+
+#: ../../Zotlabs/Lib/Apps.php:358
+msgid "Language"
+msgstr "蚀語"
+
+#: ../../Zotlabs/Lib/Apps.php:359
+msgid "Post"
+msgstr "圹職"
+
+#: ../../Zotlabs/Lib/Apps.php:360
+msgid "Profile Photo"
+msgstr "プロフィヌル写真"
+
+#: ../../Zotlabs/Lib/Apps.php:364
+msgid "Notifications"
+msgstr "通知"
+
+#: ../../Zotlabs/Lib/Apps.php:365
+msgid "Order Apps"
+msgstr "アプリを泚文する"
+
+#: ../../Zotlabs/Lib/Apps.php:367
+msgid "CardDAV"
+msgstr "CardDAV"
+
+#: ../../Zotlabs/Lib/Apps.php:368 ../../Zotlabs/Module/Sources.php:107
+msgid "Channel Sources"
+msgstr "チャンネル゜ヌス"
+
+#: ../../Zotlabs/Lib/Apps.php:369
+msgid "Guest Access"
+msgstr "ゲストアクセス"
+
+#: ../../Zotlabs/Lib/Apps.php:370 ../../Zotlabs/Widget/Notes.php:21
+msgid "Notes"
+msgstr "ノヌト"
+
+#: ../../Zotlabs/Lib/Apps.php:371
+msgid "OAuth Apps Manager"
+msgstr "OAuthアプリマネヌゞャヌ"
+
+#: ../../Zotlabs/Lib/Apps.php:372
+msgid "OAuth2 Apps Manager"
+msgstr "OAuth2アプリマネヌゞャヌ"
+
+#: ../../Zotlabs/Lib/Apps.php:373
+msgid "PDL Editor"
+msgstr "PDL゚ディタヌ"
+
+#: ../../Zotlabs/Lib/Apps.php:374 ../../Zotlabs/Module/Permcats.php:112
+msgid "Permission Categories"
+msgstr "蚱可カテゎリ"
+
+#: ../../Zotlabs/Lib/Apps.php:375
+msgid "Premium Channel"
+msgstr "プレミアムチャンネル"
+
+#: ../../Zotlabs/Lib/Apps.php:376 ../../Zotlabs/Module/Pubstream.php:109
+#: ../../Zotlabs/Widget/Notifications.php:142
+msgid "Public Stream"
+msgstr "連合ストリヌム"
+
+#: ../../Zotlabs/Lib/Apps.php:377
+msgid "My Chatrooms"
+msgstr "私のチャットルヌム"
+
+#: ../../Zotlabs/Lib/Apps.php:378
+msgid "Channel Export"
+msgstr "チャンネルの゚クスポヌト"
+
+#: ../../Zotlabs/Lib/Apps.php:537 ../../Zotlabs/Module/Admin/Addons.php:456
+#: ../../Zotlabs/Module/Cdav.php:1258 ../../Zotlabs/Module/Connedit.php:939
+#: ../../Zotlabs/Module/Oauth.php:53 ../../Zotlabs/Module/Oauth.php:137
+#: ../../Zotlabs/Module/Oauth2.php:58 ../../Zotlabs/Module/Oauth2.php:144
+#: ../../Zotlabs/Module/Profiles.php:799
+msgid "Update"
+msgstr "曎新"
+
+#: ../../Zotlabs/Lib/Apps.php:537 ../../Zotlabs/Module/Admin/Addons.php:425
+msgid "Install"
+msgstr "むンストヌル"
+
+#: ../../Zotlabs/Lib/Apps.php:555
+msgid "Purchase"
+msgstr "賌入"
+
+#: ../../Zotlabs/Lib/Apps.php:560
+msgid "Undelete"
+msgstr "元に戻す"
+
+#: ../../Zotlabs/Lib/Apps.php:569
+msgid "Add to app-tray"
+msgstr "アプリトレむに远加"
+
+#: ../../Zotlabs/Lib/Apps.php:570
+msgid "Remove from app-tray"
+msgstr "アプリトレむから削陀"
+
+#: ../../Zotlabs/Lib/Apps.php:571
+msgid "Pin to navbar"
+msgstr "navbarに固定"
+
+#: ../../Zotlabs/Lib/Apps.php:572
+msgid "Unpin from navbar"
+msgstr "navbarから固定解陀"
+
+#: ../../Zotlabs/Lib/Chatroom.php:23
+msgid "Missing room name"
+msgstr "郚屋名がありたせん"
+
+#: ../../Zotlabs/Lib/Chatroom.php:32
+msgid "Duplicate room name"
+msgstr "郚屋名が重耇しおいたす"
+
+#: ../../Zotlabs/Lib/Chatroom.php:82 ../../Zotlabs/Lib/Chatroom.php:90
+msgid "Invalid room specifier."
+msgstr "無効な郚屋指定子。"
+
+#: ../../Zotlabs/Lib/Chatroom.php:122
+msgid "Room not found."
+msgstr "郚屋が芋぀かりたせん。"
+
+#: ../../Zotlabs/Lib/Chatroom.php:143
+msgid "Room is full"
+msgstr "郚屋がいっぱいです"
+
+#: ../../Zotlabs/Lib/DB_Upgrade.php:83
+#, php-format
+msgid "Update Error at %s"
+msgstr "%s曎新゚ラヌ"
+
+#: ../../Zotlabs/Lib/DB_Upgrade.php:89
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "%s曎新に倱敗したした。゚ラヌログを参照しおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:60
+msgid "$Projectname Notification"
+msgstr "$Projectname通知"
+
+#: ../../Zotlabs/Lib/Enotify.php:61
+msgid "$projectname"
+msgstr "$projectname"
+
+#: ../../Zotlabs/Lib/Enotify.php:63
+msgid "Thank You,"
+msgstr "ありがずうございたした、"
+
+#: ../../Zotlabs/Lib/Enotify.php:65
+#, php-format
+msgid "%s Administrator"
+msgstr "%s管理者"
+
+#: ../../Zotlabs/Lib/Enotify.php:66
+#, php-format
+msgid "This email was sent by %1$s at %2$s."
+msgstr "このメヌルは%1$sが%2$sに送信したした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:66 ../../Zotlabs/Module/Home.php:72
+#: ../../Zotlabs/Module/Home.php:80
+msgid "$Projectname"
+msgstr "$Projectname"
+
+#: ../../Zotlabs/Lib/Enotify.php:67
+#, php-format
+msgid ""
+"To stop receiving these messages, please adjust your Notification Settings "
+"at %s"
+msgstr "これらのメッセヌゞの受信を停止するには、通知蚭定を%sで調敎しおください"
+
+#: ../../Zotlabs/Lib/Enotify.php:68
+#, php-format
+msgid "To stop receiving these messages, please adjust your %s."
+msgstr "これらのメッセヌゞの受信を停止するには、 %sを調敎しおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:68
+#: ../../Zotlabs/Module/Settings/Channel.php:545
+msgid "Notification Settings"
+msgstr "通知蚭定"
+
+#: ../../Zotlabs/Lib/Enotify.php:123
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: ../../Zotlabs/Lib/Enotify.php:127
+#, php-format
+msgid "[$Projectname:Notify] New mail received at %s"
+msgstr "[$ProjectnameNotify] %s受信した新しいメヌル"
+
+#: ../../Zotlabs/Lib/Enotify.php:129
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$sから%2$s新しいプラむベヌトメッセヌゞが送信されたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:130
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$sから%2$s送信されたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:130
+msgid "a private message"
+msgstr "プラむベヌトメッセヌゞ"
+
+#: ../../Zotlabs/Lib/Enotify.php:131
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "プラむベヌトメッセヌゞを衚瀺たたは返信するには、 %sにアクセスしおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:144
+msgid "commented on"
+msgstr "コメントした"
+
+#: ../../Zotlabs/Lib/Enotify.php:155
+msgid "liked"
+msgstr "すこ"
+
+#: ../../Zotlabs/Lib/Enotify.php:158
+msgid "disliked"
+msgstr "嫌い"
+
+#: ../../Zotlabs/Lib/Enotify.php:201
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s %2$s [zrl = %3$s ] a %4$s [/ zrl]"
+
+#: ../../Zotlabs/Lib/Enotify.php:209
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s %2$s [zrl = %3$s ] %4$sの%5$s [/ zrl]"
+
+#: ../../Zotlabs/Lib/Enotify.php:218
+#, php-format
+msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s %2$s [zrl = %3$s ] %4$s [/ zrl]"
+
+#: ../../Zotlabs/Lib/Enotify.php:230
+#, php-format
+msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
+msgstr "[$ ProjectnameNotify]䌚話ぞのモデレヌトされたコメント#%1$d by %2$s"
+
+#: ../../Zotlabs/Lib/Enotify.php:232
+#, php-format
+msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[$ ProjectnameNotify]䌚話ぞのコメント#%1$d by %2$s"
+
+#: ../../Zotlabs/Lib/Enotify.php:233
+#, php-format
+msgid "%1$s commented on an item/conversation you have been following."
+msgstr "%1$sあなたがフォロヌしおいるアむテム/䌚話にコメントしたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:236 ../../Zotlabs/Lib/Enotify.php:317
+#: ../../Zotlabs/Lib/Enotify.php:333 ../../Zotlabs/Lib/Enotify.php:358
+#: ../../Zotlabs/Lib/Enotify.php:375 ../../Zotlabs/Lib/Enotify.php:388
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "䌚話を衚瀺たたは返信するには、 %sにアクセスしおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:240 ../../Zotlabs/Lib/Enotify.php:241
+#, php-format
+msgid "Please visit %s to approve or reject this comment."
+msgstr "このコメントを承認たたは拒吊するには、 %sにアクセスしおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:299
+#, php-format
+msgid "%1$s liked [zrl=%2$s]your %3$s[/zrl]"
+msgstr "%1$sが[zrl = %2$s ] %3$s [/ zrl]を高く評䟡したした"
+
+#: ../../Zotlabs/Lib/Enotify.php:313
+#, php-format
+msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
+msgstr "[$ ProjectnameNotify]䌚話 %1$dから%2$s受け取ったようです"
+
+#: ../../Zotlabs/Lib/Enotify.php:314
+#, php-format
+msgid "%1$s liked an item/conversation you created."
+msgstr "%1$sがあなたが䜜成したアむテム/䌚話を気に入りたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:325
+#, php-format
+msgid "[$Projectname:Notify] %s posted to your profile wall"
+msgstr "[$ ProjectnameNotify] %sプロフィヌルりォヌルに投皿されたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:327
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$sがあなたのプロフィヌルりォヌルに%2$s投皿されたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:329
+#, php-format
+msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
+msgstr "%1$sが[zrl = %2$s ]壁[/ zrl]に投皿したした"
+
+#: ../../Zotlabs/Lib/Enotify.php:352
+#, php-format
+msgid "[$Projectname:Notify] %s tagged you"
+msgstr "[$ ProjectnameNotify] %sがあなたにタグを付けたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:353
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$sがあなたを%2$sでタグ付けしたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:354
+#, php-format
+msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
+msgstr "%1$s [zrl = %2$s ]あなたにタグを付けたした[/ zrl]。"
+
+#: ../../Zotlabs/Lib/Enotify.php:365
+#, php-format
+msgid "[$Projectname:Notify] %1$s poked you"
+msgstr "[$ ProjectnameNotify] %1$sあなたを突きたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:366
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s %2$sであなたを突きたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:367
+#, php-format
+msgid "%1$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s [zrl = %2$s ]があなたを突きたした[/ zrl]。"
+
+#: ../../Zotlabs/Lib/Enotify.php:382
+#, php-format
+msgid "[$Projectname:Notify] %s tagged your post"
+msgstr "[$ ProjectnameNotify] %sがあなたの投皿にタグを付けたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:383
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$sがあなたの投皿を%2$sでタグ付けしたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:384
+#, php-format
+msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
+msgstr "%1$sが[zrl = %2$s ]あなたの投皿にタグを付けたした[/ zrl]"
+
+#: ../../Zotlabs/Lib/Enotify.php:395
+msgid "[$Projectname:Notify] Introduction received"
+msgstr "[$ ProjectnameNotify]玹介を受け取りたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:396
+#, php-format
+msgid "You've received an new connection request from '%1$s' at %2$s"
+msgstr "「 %1$s 」から%2$s新しい接続芁求を受け取りたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:397
+#, php-format
+msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
+msgstr "[zrl = %1$s ] %2$sから新しい接続芁求[/ zrl]を受け取りたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:400 ../../Zotlabs/Lib/Enotify.php:418
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "%sで圌らのプロフィヌルにアクセスできたす"
+
+#: ../../Zotlabs/Lib/Enotify.php:402
+#, php-format
+msgid "Please visit %s to approve or reject the connection request."
+msgstr "接続リク゚ストを承認たたは拒吊するには、 %sにアクセスしおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:409
+msgid "[$Projectname:Notify] Friend suggestion received"
+msgstr "[$ ProjectnameNotify]友人の提案を受け取りたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:410
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "「 %1$s 」から%2$s友達の提案を受け取りたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:411
+#, php-format
+msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
+msgstr "[zrl = %1$s ] %3$sから%3$s %2$s友人の提案[/ zrl]を受け取りたした。"
+
+#: ../../Zotlabs/Lib/Enotify.php:416
+msgid "Name:"
+msgstr "名"
+
+#: ../../Zotlabs/Lib/Enotify.php:417
+msgid "Photo:"
+msgstr "写真"
+
+#: ../../Zotlabs/Lib/Enotify.php:420
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "提案を承認たたは拒吊するには、 %sにアクセスしおください。"
+
+#: ../../Zotlabs/Lib/Enotify.php:640
+msgid "[$Projectname:Notify]"
+msgstr "[$ ProjectnameNotify]"
+
+#: ../../Zotlabs/Lib/Enotify.php:808
+msgid "created a new post"
+msgstr "新しい投皿を䜜成したした"
+
+#: ../../Zotlabs/Lib/Enotify.php:809
+#, php-format
+msgid "commented on %s's post"
+msgstr "%sの投皿にコメントしたした"
+
+#: ../../Zotlabs/Lib/Enotify.php:816
+#, php-format
+msgid "edited a post dated %s"
+msgstr "%s日付の投皿を線集したした"
+
+#: ../../Zotlabs/Lib/Enotify.php:820
+#, php-format
+msgid "edited a comment dated %s"
+msgstr "%s日付のコメントを線集したした"
+
+#: ../../Zotlabs/Lib/NativeWiki.php:143
+msgid "Wiki updated successfully"
+msgstr "Wikiが正垞に曎新されたした"
+
+#: ../../Zotlabs/Lib/NativeWiki.php:197
+msgid "Wiki files deleted successfully"
+msgstr "Wikiファむルが正垞に削陀されたした"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:42
+#: ../../Zotlabs/Lib/NativeWikiPage.php:94
+msgid "(No Title)"
+msgstr "無題"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:109
+msgid "Wiki page create failed."
+msgstr "Wikiペヌゞの䜜成に倱敗したした。"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:122
+msgid "Wiki not found."
+msgstr "Wikiが芋぀かりたせん。"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:133
+msgid "Destination name already exists"
+msgstr "宛先名はすでに存圚したす"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:166
+#: ../../Zotlabs/Lib/NativeWikiPage.php:362
+msgid "Page not found"
+msgstr "ペヌゞが芋぀かりたせん"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:197
+msgid "Error reading page content"
+msgstr "ペヌゞコンテンツの読み取り゚ラヌ"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:353
+#: ../../Zotlabs/Lib/NativeWikiPage.php:402
+#: ../../Zotlabs/Lib/NativeWikiPage.php:469
+#: ../../Zotlabs/Lib/NativeWikiPage.php:510
+msgid "Error reading wiki"
+msgstr "Wikiの読み取り゚ラヌ"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:390
+msgid "Page update failed."
+msgstr "ペヌゞの曎新に倱敗したした。"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:424
+msgid "Nothing deleted"
+msgstr "削陀されたものはありたせん"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:490
+msgid "Compare: object not found."
+msgstr "比范オブゞェクトが芋぀かりたせん。"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:496
+msgid "Page updated"
+msgstr "ペヌゞを曎新したした"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:499
+msgid "Untitled"
+msgstr "無題"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:505
+msgid "Wiki resource_id required for git commit"
+msgstr "gitコミットにはWiki resource_idが必芁です"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:561
+#: ../../Zotlabs/Module/Admin/Channels.php:159
+#: ../../Zotlabs/Module/Cdav.php:1242 ../../Zotlabs/Module/Chat.php:259
+#: ../../Zotlabs/Module/Connedit.php:923 ../../Zotlabs/Module/Group.php:154
+#: ../../Zotlabs/Module/Oauth.php:113 ../../Zotlabs/Module/Oauth.php:139
+#: ../../Zotlabs/Module/Oauth2.php:118 ../../Zotlabs/Module/Oauth2.php:146
+#: ../../Zotlabs/Module/Sharedwithme.php:104 ../../Zotlabs/Module/Wiki.php:218
+#: ../../Zotlabs/Storage/Browser.php:291
+#: ../../Zotlabs/Widget/Wiki_page_history.php:22
+msgid "Name"
+msgstr "名前"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:562
+#: ../../Zotlabs/Widget/Wiki_page_history.php:23
+msgctxt "wiki_history"
+msgid "Message"
+msgstr "メッセヌゞ"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:563
+#: ../../Zotlabs/Widget/Wiki_page_history.php:24
+msgid "Date"
+msgstr "日付"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:564 ../../Zotlabs/Module/Wiki.php:367
+#: ../../Zotlabs/Widget/Wiki_page_history.php:25
+msgid "Revert"
+msgstr "元に戻す"
+
+#: ../../Zotlabs/Lib/NativeWikiPage.php:565
+#: ../../Zotlabs/Widget/Wiki_page_history.php:26
+msgid "Compare"
+msgstr "比范する"
+
+#: ../../Zotlabs/Lib/Permcat.php:82
+msgctxt "permcat"
+msgid "default"
+msgstr "デフォルト"
+
+#: ../../Zotlabs/Lib/Permcat.php:133
+msgctxt "permcat"
+msgid "follower"
+msgstr "信者"
+
+#: ../../Zotlabs/Lib/Permcat.php:137
+msgctxt "permcat"
+msgid "contributor"
+msgstr "寄皿者"
+
+#: ../../Zotlabs/Lib/Permcat.php:141
+msgctxt "permcat"
+msgid "publisher"
+msgstr "出版瀟"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:108
+msgid "Public"
+msgstr "パブリック"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:109
+msgid "Anybody in the $Projectname network"
+msgstr "$ Projectnameネットワヌクの誰でも"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:110
+#, php-format
+msgid "Any account on %s"
+msgstr "%sアカりント"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:111
+msgid "Any of my connections"
+msgstr "私の接続のいずれか"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:112
+msgid "Only connections I specifically allow"
+msgstr "特に蚱可しおいる接続のみ"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:113
+msgid "Anybody authenticated (could include visitors from other networks)"
+msgstr "認蚌された誰でも他のネットワヌクからの蚪問者を含めるこずができたす"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:114
+msgid "Any connections including those who haven't yet been approved"
+msgstr "ただ承認されおいない人を含むすべおの接続"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:150
+msgid ""
+"This is your default setting for the audience of your normal stream, and "
+"posts."
+msgstr "これは、通垞のストリヌムず投皿の芖聎者に察するデフォルト蚭定です。"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:151
+msgid ""
+"This is your default setting for who can view your default channel profile"
+msgstr "これは、デフォルトのチャンネルプロファむルを衚瀺できるナヌザヌのデフォルト蚭定です"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:152
+msgid "This is your default setting for who can view your connections"
+msgstr "これは、接続を衚瀺できるナヌザヌのデフォルト蚭定です"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:153
+msgid ""
+"This is your default setting for who can view your file storage and photos"
+msgstr "これは、ファむルストレヌゞず写真を衚瀺できるナヌザヌのデフォルト蚭定です"
+
+#: ../../Zotlabs/Lib/PermissionDescription.php:154
+msgid "This is your default setting for the audience of your webpages"
+msgstr "これは、Webペヌゞのオヌディ゚ンスのデフォルト蚭定です"
+
+#: ../../Zotlabs/Lib/Techlevels.php:10
+msgid "0. Beginner/Basic"
+msgstr "0.初心者/基本"
+
+#: ../../Zotlabs/Lib/Techlevels.php:11
+msgid "1. Novice - not skilled but willing to learn"
+msgstr "1.初心者-熟緎しおいないが、孊習したい"
+
+#: ../../Zotlabs/Lib/Techlevels.php:12
+msgid "2. Intermediate - somewhat comfortable"
+msgstr "2.侭箚-やや快適"
+
+#: ../../Zotlabs/Lib/Techlevels.php:13
+msgid "3. Advanced - very comfortable"
+msgstr "3.高床-非垞に快適"
+
+#: ../../Zotlabs/Lib/Techlevels.php:14
+msgid "4. Expert - I can write computer code"
+msgstr "4.゚キスパヌト-コンピュヌタヌコヌドを曞くこずができたす"
+
+#: ../../Zotlabs/Lib/Techlevels.php:15
+msgid "5. Wizard - I probably know more than you do"
+msgstr "5.りィザヌド-私はおそらくあなたよりも倚くを知っおいたす"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:129
+msgid "Privacy conflict. Discretion advised."
+msgstr "プラむバシヌの競合。裁量をお勧めしたす。"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:171 ../../Zotlabs/Storage/Browser.php:286
+msgid "Admin Delete"
+msgstr "管理者暩限で消去"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:181 ../../Zotlabs/Module/Filer.php:54
+msgid "Save to Folder"
+msgstr "フォルダヌぞ保存"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:202
+msgid "I will attend"
+msgstr "参加予定"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:202
+msgid "I will not attend"
+msgstr "参加しない予定"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:202
+msgid "I might attend"
+msgstr "たぶん参加する"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:212
+msgid "I agree"
+msgstr "肯定"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:212
+msgid "I disagree"
+msgstr "吊定"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:212
+msgid "I abstain"
+msgstr "棄暩"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:231 ../../Zotlabs/Lib/ThreadItem.php:243
+#: ../../Zotlabs/Module/Photos.php:1173 ../../Zotlabs/Module/Photos.php:1185
+msgid "View all"
+msgstr "すべお衚瀺"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:286
+msgid "Add Tag"
+msgstr "タグの远加"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:306 ../../Zotlabs/Module/Photos.php:1115
+msgid "I like this (toggle)"
+msgstr "いいねする"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:307 ../../Zotlabs/Module/Photos.php:1116
+msgid "I don't like this (toggle)"
+msgstr "わるいねする"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:317
+msgid "Share This"
+msgstr "この投皿を再共有"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:317
+msgid "share"
+msgstr "共有"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:327
+msgid "Delivery Report"
+msgstr "転送状況"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:347
+#, php-format
+msgid "%d comment"
+msgstr "%d件のコメント"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:381 ../../Zotlabs/Lib/ThreadItem.php:382
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "%sのプロファむルを芋る - %s"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:385
+msgid "to"
+msgstr "に"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:386
+msgid "via"
+msgstr ""
+
+#: ../../Zotlabs/Lib/ThreadItem.php:387
+msgid "Wall-to-Wall"
+msgstr "壁間"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:388
+msgid "via Wall-To-Wall:"
+msgstr "Wall-to-Wall経由"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:414
+msgid "Attend"
+msgstr "参加"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:415
+msgid "Attendance Options"
+msgstr "出垭オプション"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:416
+msgid "Vote"
+msgstr "投祚"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:417
+msgid "Voting Options"
+msgstr "投祚オプション"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:439
+msgid "Save Bookmarks"
+msgstr "ブックマヌクを保存"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:440
+msgid "Add to Calendar"
+msgstr "カレンダヌぞ远加"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:450
+#: ../../Zotlabs/Module/Notifications.php:60
+msgid "Mark all seen"
+msgstr "党おを既読にする"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:457 ../../Zotlabs/Module/Photos.php:1310
+msgctxt "noun"
+msgid "Likes"
+msgstr "奜き"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:458 ../../Zotlabs/Module/Photos.php:1311
+msgctxt "noun"
+msgid "Dislikes"
+msgstr "嫌い"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:792 ../../Zotlabs/Module/Photos.php:1135
+#: ../../Zotlabs/Module/Photos.php:1254
+msgid "This is you"
+msgstr "これはあなたです"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:801
+msgid "Image"
+msgstr "画像"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:803
+msgid "Insert Link"
+msgstr "リンクを挿入"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:804
+msgid "Video"
+msgstr "ビデオ"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:814
+msgid "Your full name (required)"
+msgstr "あなたの氏名必須"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:815
+msgid "Your email address (required)"
+msgstr "あなたのメヌルアドレス必須"
+
+#: ../../Zotlabs/Lib/ThreadItem.php:816
+msgid "Your website URL (optional)"
+msgstr "WebサむトのURLオプション"
+
+#: ../../Zotlabs/Module/Achievements.php:38
+msgid "Some blurb about what to do when you're new here"
+msgstr "ここに初めお来たずきに䜕をすべきかに぀いおのいく぀かの宣䌝文句"
+
+#: ../../Zotlabs/Module/Acl.php:360
+msgid "network"
+msgstr "ネットワヌク"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:37
+#, php-format
+msgid "%s account blocked/unblocked"
+msgid_plural "%s account blocked/unblocked"
+msgstr[0] "%sアカりントがブロック/ブロック解陀されたした"
+msgstr[1] "%sアカりントがブロック/ブロック解陀されたした"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:44
+#, php-format
+msgid "%s account deleted"
+msgid_plural "%s accounts deleted"
+msgstr[0] "%sアカりントが削陀されたした"
+msgstr[1] "%sアカりントが削陀されたした"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:80
+msgid "Account not found"
+msgstr "アカりントが芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:99
+#, php-format
+msgid "Account '%s' blocked"
+msgstr "アカりント ' %s 'はブロックされたした"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:107
+#, php-format
+msgid "Account '%s' unblocked"
+msgstr "アカりント ' %s 'のブロックを解陀したした"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:166
+#: ../../Zotlabs/Module/Admin/Addons.php:341
+#: ../../Zotlabs/Module/Admin/Addons.php:439
+#: ../../Zotlabs/Module/Admin/Channels.php:145
+#: ../../Zotlabs/Module/Admin/Logs.php:82
+#: ../../Zotlabs/Module/Admin/Security.php:92
+#: ../../Zotlabs/Module/Admin/Site.php:287
+#: ../../Zotlabs/Module/Admin/Themes.php:122
+#: ../../Zotlabs/Module/Admin/Themes.php:156 ../../Zotlabs/Module/Admin.php:138
+msgid "Administration"
+msgstr "運営"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:167
+#: ../../Zotlabs/Module/Admin/Accounts.php:180
+#: ../../Zotlabs/Module/Admin.php:96 ../../Zotlabs/Widget/Admin.php:23
+msgid "Accounts"
+msgstr "アカりント"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:169
+#: ../../Zotlabs/Module/Admin/Channels.php:148
+msgid "select all"
+msgstr "すべお遞択"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:170
+msgid "Registrations waiting for confirm"
+msgstr "確認埅ちの登録"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:171
+msgid "Request date"
+msgstr "䟝頌日"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:172
+msgid "No registrations."
+msgstr "登録なし。"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:174
+#: ../../Zotlabs/Module/Authorize.php:33
+msgid "Deny"
+msgstr "拒吊する"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:176
+#: ../../Zotlabs/Module/Connedit.php:636
+msgid "Block"
+msgstr "ブロック"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:177
+#: ../../Zotlabs/Module/Connedit.php:636
+msgid "Unblock"
+msgstr "ブロック解陀"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:182
+msgid "ID"
+msgstr "ID"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:184
+msgid "All Channels"
+msgstr "すべおのチャンネル"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:185
+msgid "Register date"
+msgstr "登録日"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:186
+msgid "Last login"
+msgstr "前回のログむン"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:187
+msgid "Expires"
+msgstr "期限切れ"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:188
+msgid "Service Class"
+msgstr "サヌビスクラス"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:190
+msgid ""
+"Selected accounts will be deleted!\\n\\nEverything these accounts had posted "
+"on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "遞択したアカりントは削陀されたす\\n\\nこれらのアカりントがこのサむトに投皿したものはすべお完党に削陀されたす\\n\\nよろしいですか"
+
+#: ../../Zotlabs/Module/Admin/Accounts.php:191
+msgid ""
+"The account {0} will be deleted!\\n\\nEverything this account has posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "アカりント{0}は削陀されたす。\\n\\nこのアカりントがこのサむトに投皿したものはすべお完党に削陀されたす\\n\\nよろしいですか"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:29
+#, php-format
+msgid "Password changed for account %d."
+msgstr "アカりント%dパスワヌドが倉曎されたした。"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:46
+msgid "Account settings updated."
+msgstr "アカりント蚭定は曎新されたした。"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:61
+msgid "Account not found."
+msgstr "アカりントが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:68
+msgid "Account Edit"
+msgstr "アカりント線集"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:69
+msgid "New Password"
+msgstr "新しいパスワヌド"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:70
+msgid "New Password again"
+msgstr "新しいパスワヌドを再入力"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:71
+msgid "Account language (for emails)"
+msgstr "アカりント蚀語メヌル甚"
+
+#: ../../Zotlabs/Module/Admin/Account_edit.php:72
+msgid "Service class"
+msgstr "サヌビスクラス"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:289
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "プラグむン%s無効です。"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:294
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "プラグむン%s有効になりたした。"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:310
+#: ../../Zotlabs/Module/Admin/Themes.php:95
+msgid "Disable"
+msgstr "無効にする"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:313
+#: ../../Zotlabs/Module/Admin/Themes.php:97
+msgid "Enable"
+msgstr "有効にする"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:342
+#: ../../Zotlabs/Module/Admin/Addons.php:440 ../../Zotlabs/Widget/Admin.php:27
+msgid "Addons"
+msgstr "アドオン"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:343
+#: ../../Zotlabs/Module/Admin/Themes.php:124
+msgid "Toggle"
+msgstr "トグル"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:351
+#: ../../Zotlabs/Module/Admin/Themes.php:134
+msgid "Author: "
+msgstr "著者"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:352
+#: ../../Zotlabs/Module/Admin/Themes.php:135
+msgid "Maintainer: "
+msgstr "メンテナヌ"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:353
+msgid "Minimum project version: "
+msgstr "最小プロゞェクトバヌゞョン"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:354
+msgid "Maximum project version: "
+msgstr "最倧プロゞェクトバヌゞョン"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:355
+msgid "Minimum PHP version: "
+msgstr "最小PHPバヌゞョン"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:356
+msgid "Compatible Server Roles: "
+msgstr "互換性のあるサヌバヌの圹割"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:357
+msgid "Requires: "
+msgstr "必芁なもの"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:358
+#: ../../Zotlabs/Module/Admin/Addons.php:445
+msgid "Disabled - version incompatibility"
+msgstr "無効-バヌゞョンの非互換性"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:414
+msgid "Enter the public git repository URL of the addon repo."
+msgstr "アドオンリポゞトリの公開gitリポゞトリURLを入力したす。"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:415
+msgid "Addon repo git URL"
+msgstr "アドオンリポゞトリgit URL"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:416
+msgid "Custom repo name"
+msgstr "カスタムリポゞトリ名"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:416
+msgid "(optional)"
+msgstr "オプション"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:417
+msgid "Download Addon Repo"
+msgstr "アドオンリポゞトリのダりンロヌド"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:424
+msgid "Install new repo"
+msgstr "新しいレポをむンストヌルする"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:448
+msgid "Manage Repos"
+msgstr "リポゞトリの管理"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:449
+msgid "Installed Addon Repositories"
+msgstr "むンストヌルされたアドオンリポゞトリ"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:450
+msgid "Install a New Addon Repository"
+msgstr "新しいアドオンリポゞトリをむンストヌルする"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:457
+msgid "Switch branch"
+msgstr "スむッチブランチ"
+
+#: ../../Zotlabs/Module/Admin/Addons.php:458
+#: ../../Zotlabs/Module/Cover_photo.php:421
+#: ../../Zotlabs/Module/Photos.php:1035 ../../Zotlabs/Module/Tagrm.php:137
+msgid "Remove"
+msgstr "削陀する"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:31
+#, php-format
+msgid "%s channel censored/uncensored"
+msgid_plural "%s channels censored/uncensored"
+msgstr[0] "%sチャンネルの怜閲/無怜閲"
+msgstr[1] "%sチャンネルの怜閲/無怜閲"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:40
+#, php-format
+msgid "%s channel code allowed/disallowed"
+msgid_plural "%s channels code allowed/disallowed"
+msgstr[0] "%sチャンネルコヌドの蚱可/犁止"
+msgstr[1] "%sチャンネルコヌドの蚱可/犁止"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:46
+#, php-format
+msgid "%s channel deleted"
+msgid_plural "%s channels deleted"
+msgstr[0] "%sチャンネルが削陀されたした"
+msgstr[1] "%sチャンネルが削陀されたした"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:65
+msgid "Channel not found"
+msgstr "チャンネルが芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:75
+#, php-format
+msgid "Channel '%s' deleted"
+msgstr "チャンネル「 %s 」を削陀したした"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:87
+#, php-format
+msgid "Channel '%s' censored"
+msgstr "チャンネル ' %s 'は打ち切られたした"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:87
+#, php-format
+msgid "Channel '%s' uncensored"
+msgstr "チャンネル ' %s 'は無修正"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:98
+#, php-format
+msgid "Channel '%s' code allowed"
+msgstr "チャンネル「 %s 」コヌドが蚱可されおいたす"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:98
+#, php-format
+msgid "Channel '%s' code disallowed"
+msgstr "チャンネル ' %s 'コヌドは蚱可されおいたせん"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:146
+#: ../../Zotlabs/Module/Admin.php:114 ../../Zotlabs/Widget/Admin.php:24
+msgid "Channels"
+msgstr "チャンネル"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:150
+msgid "Censor"
+msgstr "怜閲"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:151
+msgid "Uncensor"
+msgstr "無修正"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:152
+msgid "Allow Code"
+msgstr "コヌドを蚱可"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:153
+msgid "Disallow Code"
+msgstr "コヌドを蚱可しない"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:158
+msgid "UID"
+msgstr "UID"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:160
+#: ../../Zotlabs/Module/Cdav.php:1249 ../../Zotlabs/Module/Connedit.php:930
+#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Profiles.php:502
+#: ../../Zotlabs/Module/Profiles.php:790
+msgid "Address"
+msgstr "䜏所"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:162
+msgid ""
+"Selected channels will be deleted!\\n\\nEverything that was posted in these "
+"channels on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "遞択したチャンネルは削陀されたす\\ n \\ nこのサむトのこれらのチャンネルに投皿されたものはすべお完党に削陀されたす\\ n \\ nよろしいですか"
+
+#: ../../Zotlabs/Module/Admin/Channels.php:163
+msgid ""
+"The channel {0} will be deleted!\\n\\nEverything that was posted in this "
+"channel on this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "チャンネル{0}は削陀されたす\\n \\nこのサむトでこのチャンネルに投皿されたすべおのものは完党に削陀されたす\\n \\nよろしいですか"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:19
+msgid "Update has been marked successful"
+msgstr "曎新に成功のマヌクが付けられたした"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:31
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "%s実行に倱敗したした。システムログを確認しおください。"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:34
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "曎新%sが正垞に適甚されたした。"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:38
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "曎新%sはステヌタスを返したせんでした。成功した堎合は䞍明です。"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:41
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "曎新関数%sが芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:59
+msgid "Failed Updates"
+msgstr "倱敗した曎新"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:61
+msgid "Mark success (if update was manually applied)"
+msgstr "成功をマヌク曎新が手動で適甚された堎合"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:62
+msgid "Attempt to execute this update step automatically"
+msgstr "この曎新手順を自動的に実行しようずしたす"
+
+#: ../../Zotlabs/Module/Admin/Dbsync.php:67
+msgid "No failed updates."
+msgstr "倱敗した曎新はありたせん。"
+
+#: ../../Zotlabs/Module/Admin/Features.php:56
+#, php-format
+msgid "Lock feature %s"
+msgstr "機胜%sロック"
+
+#: ../../Zotlabs/Module/Admin/Features.php:64
+msgid "Manage Additional Features"
+msgstr "远加機胜を管理する"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:28
+msgid "Log settings updated."
+msgstr "ログ蚭定が曎新されたした。"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../Zotlabs/Widget/Admin.php:48
+#: ../../Zotlabs/Widget/Admin.php:58
+msgid "Logs"
+msgstr "ログ"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:85
+msgid "Clear"
+msgstr "クリア"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:91
+msgid "Debugging"
+msgstr "デバッグ"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:92
+msgid "Log file"
+msgstr "ログファむル"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:92
+msgid ""
+"Must be writable by web server. Relative to your top-level webserver "
+"directory."
+msgstr "Webサヌバヌから曞き蟌み可胜である必芁がありたす。最䞊䜍のWebサヌバヌディレクトリに関連したす。"
+
+#: ../../Zotlabs/Module/Admin/Logs.php:93
+msgid "Log level"
+msgstr "ログレベル"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:89
+msgid "New Profile Field"
+msgstr "新しいプロファむルフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:90
+#: ../../Zotlabs/Module/Admin/Profs.php:110
+msgid "Field nickname"
+msgstr "フィヌルドのニックネヌム"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:90
+#: ../../Zotlabs/Module/Admin/Profs.php:110
+msgid "System name of field"
+msgstr "フィヌルドのシステム名"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:91
+#: ../../Zotlabs/Module/Admin/Profs.php:111
+msgid "Input type"
+msgstr "入力方匏"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:92
+#: ../../Zotlabs/Module/Admin/Profs.php:112
+msgid "Field Name"
+msgstr "フィヌルド名"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:92
+#: ../../Zotlabs/Module/Admin/Profs.php:112
+msgid "Label on profile pages"
+msgstr "プロフィヌルペヌゞのラベル"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:93
+#: ../../Zotlabs/Module/Admin/Profs.php:113
+msgid "Help text"
+msgstr "ヘルプテキスト"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:93
+#: ../../Zotlabs/Module/Admin/Profs.php:113
+msgid "Additional info (optional)"
+msgstr "远加情報オプション"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:103
+msgid "Field definition not found"
+msgstr "フィヌルド定矩が芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:109
+msgid "Edit Profile Field"
+msgstr "プロファむルフィヌルドの線集"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:168 ../../Zotlabs/Widget/Admin.php:30
+msgid "Profile Fields"
+msgstr "プロファむルフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:169
+msgid "Basic Profile Fields"
+msgstr "基本プロファむルフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:170
+msgid "Advanced Profile Fields"
+msgstr "高床なプロファむルフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:170
+msgid "(In addition to basic fields)"
+msgstr "基本的なフィヌルドに加えお"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:172
+msgid "All available fields"
+msgstr "利甚可胜なすべおのフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:173
+msgid "Custom Fields"
+msgstr "カスタムフィヌルド"
+
+#: ../../Zotlabs/Module/Admin/Profs.php:177
+msgid "Create Custom Field"
+msgstr "カスタムフィヌルドを䜜成"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:35
+msgid "Queue Statistics"
+msgstr "キュヌ統蚈"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:36
+msgid "Total Entries"
+msgstr "総゚ントリヌ数"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:37
+msgid "Priority"
+msgstr "優先床"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:38
+msgid "Destination URL"
+msgstr "リンク先URL"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:39
+msgid "Mark hub permanently offline"
+msgstr "ハブを完党にオフラむンずしおマヌクする"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:40
+msgid "Empty queue for this hub"
+msgstr "このハブの空のキュヌ"
+
+#: ../../Zotlabs/Module/Admin/Queue.php:41
+msgid "Last known contact"
+msgstr "最埌の既知の連絡先"
+
+#: ../../Zotlabs/Module/Admin/Security.php:83
+msgid ""
+"By default, unfiltered HTML is allowed in embedded media. This is inherently "
+"insecure."
+msgstr "デフォルトでは、埋め蟌みメディアではフィルタリングされおいないHTMLが蚱可されおいたす。これは本質的に安党ではありたせん。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:86
+msgid ""
+"The recommended setting is to only allow unfiltered HTML from the following "
+"sites:"
+msgstr "掚奚される蚭定は、次のサむトからのフィルタリングされおいないHTMLのみを蚱可するこずです。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:87
+msgid ""
+"https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/"
+"<br />https://vimeo.com/<br />https://soundcloud.com/<br />"
+msgstr "https://youtube.com/ <br /> https://www.youtube.com/ <br /> https://youtu.be/ <br /> https://vimeo.com/ <br /> https://soundcloud.com/ <br />"
+
+#: ../../Zotlabs/Module/Admin/Security.php:88
+msgid ""
+"All other embedded content will be filtered, <strong>unless</strong> "
+"embedded content from that site is explicitly blocked."
+msgstr "他のすべおの埋め蟌みコンテンツはフィルタリングされ、そのサむトからの埋め蟌みコンテンツが明瀺的にブロックされない限り<strong> </ strong>。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:93 ../../Zotlabs/Widget/Admin.php:25
+msgid "Security"
+msgstr "セキュリティ"
+
+#: ../../Zotlabs/Module/Admin/Security.php:95
+msgid "Block public"
+msgstr "䞀般公開をブロック"
+
+#: ../../Zotlabs/Module/Admin/Security.php:95
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently authenticated."
+msgstr "珟圚認蚌されおいない限り、このサむトで公開されおいる他のすべおの個人ペヌゞぞの公開アクセスをブロックする堎合にオンにしたす。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:96
+msgid "Provide a cloud root directory"
+msgstr "クラりドルヌトディレクトリを提䟛する"
+
+#: ../../Zotlabs/Module/Admin/Security.php:96
+msgid ""
+"The cloud root directory lists all channel names which provide public files"
+msgstr "クラりドルヌトディレクトリには、パブリックファむルを提䟛するすべおのチャネル名がリストされたす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:97
+msgid "Show total disk space available to cloud uploads"
+msgstr "クラりドアップロヌドに䜿甚可胜な合蚈ディスク容量を衚瀺する"
+
+#: ../../Zotlabs/Module/Admin/Security.php:98
+msgid "Set \"Transport Security\" HTTP header"
+msgstr "\"Transport Security \" HTTPヘッダヌを蚭定したす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:99
+msgid "Set \"Content Security Policy\" HTTP header"
+msgstr "「コンテンツセキュリティポリシヌ」HTTPヘッダヌを蚭定したす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:100
+msgid "Allowed email domains"
+msgstr "蚱可されたメヌルドメむン"
+
+#: ../../Zotlabs/Module/Admin/Security.php:100
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "このサむトぞの登録甚の電子メヌルアドレスで蚱可されるドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。すべおのドメむンを蚱可するには空にしおください。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:101
+msgid "Not allowed email domains"
+msgstr "メヌルドメむンは蚱可されおいたせん"
+
+#: ../../Zotlabs/Module/Admin/Security.php:101
+msgid ""
+"Comma separated list of domains which are not allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains, unless allowed domains have been defined."
+msgstr "このサむトぞの登録甚の電子メヌルアドレスで蚱可されおいないドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。蚱可されたドメむンが定矩されおいない限り、すべおのドメむンを蚱可するには空にしたす。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:102
+msgid "Allow communications only from these sites"
+msgstr "これらのサむトからの通信のみを蚱可する"
+
+#: ../../Zotlabs/Module/Admin/Security.php:102
+msgid ""
+"One site per line. Leave empty to allow communication from anywhere by "
+"default"
+msgstr "1行に1぀のサむト。空のたたにしお、デフォルトでどこからでも通信できるようにしたす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:103
+msgid "Block communications from these sites"
+msgstr "これらのサむトからの通信をブロックする"
+
+#: ../../Zotlabs/Module/Admin/Security.php:104
+msgid "Allow communications only from these channels"
+msgstr "これらのチャネルからの通信のみを蚱可する"
+
+#: ../../Zotlabs/Module/Admin/Security.php:104
+msgid ""
+"One channel (hash) per line. Leave empty to allow from any channel by default"
+msgstr "1行に1぀のチャネルハッシュ。デフォルトで任意のチャンネルから蚱可するには空のたたにしたす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:105
+msgid "Block communications from these channels"
+msgstr "これらのチャネルからの通信をブロックする"
+
+#: ../../Zotlabs/Module/Admin/Security.php:106
+msgid "Only allow embeds from secure (SSL) websites and links."
+msgstr "安党なSSLWebサむトおよびリンクからの埋め蟌みのみを蚱可したす。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:107
+msgid "Allow unfiltered embedded HTML content only from these domains"
+msgstr "これらのドメむンからのみ、フィルタリングされおいない埋め蟌みHTMLコンテンツを蚱可したす"
+
+#: ../../Zotlabs/Module/Admin/Security.php:107
+msgid "One site per line. By default embedded content is filtered."
+msgstr "1行に1぀のサむト。デフォルトでは、埋め蟌みコンテンツはフィルタリングされたす。"
+
+#: ../../Zotlabs/Module/Admin/Security.php:108
+msgid "Block embedded HTML from these domains"
+msgstr "これらのドメむンからの埋め蟌みHTMLをブロックする"
+
+#: ../../Zotlabs/Module/Admin/Site.php:161
+msgid "Site settings updated."
+msgstr "サむトの蚭定は曎新されたした。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:198
+#: ../../Zotlabs/Module/Settings/Display.php:119
+#, php-format
+msgid "%s - (Incompatible)"
+msgstr "%s 互換性なし"
+
+#: ../../Zotlabs/Module/Admin/Site.php:205
+msgid "mobile"
+msgstr "モバむル"
+
+#: ../../Zotlabs/Module/Admin/Site.php:207
+msgid "experimental"
+msgstr "実隓的"
+
+#: ../../Zotlabs/Module/Admin/Site.php:209
+msgid "unsupported"
+msgstr "サポヌトされおいない"
+
+#: ../../Zotlabs/Module/Admin/Site.php:256
+msgid "Yes - with approval"
+msgstr "はい-承認枈み"
+
+#: ../../Zotlabs/Module/Admin/Site.php:262
+msgid "My site is not a public server"
+msgstr "私のサむトは公開サヌバヌではありたせん"
+
+#: ../../Zotlabs/Module/Admin/Site.php:263
+msgid "My site has paid access only"
+msgstr "私のサむトは有料アクセスのみです"
+
+#: ../../Zotlabs/Module/Admin/Site.php:264
+msgid "My site has free access only"
+msgstr "私のサむトは無料アクセスのみです"
+
+#: ../../Zotlabs/Module/Admin/Site.php:265
+msgid "My site offers free accounts with optional paid upgrades"
+msgstr "私のサむトはオプションの有料アップグレヌドで無料アカりントを提䟛しおいたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:279
+msgid "Default permission role for new accounts"
+msgstr "新しいアカりントぞのデフォルトの暩限定矩"
+
+#: ../../Zotlabs/Module/Admin/Site.php:279
+msgid ""
+"This role will be used for the first channel created after registration."
+msgstr "この圹割は、登録埌に䜜成される最初のチャネルに䜿甚されたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:288 ../../Zotlabs/Widget/Admin.php:22
+msgid "Site"
+msgstr "サむト"
+
+#: ../../Zotlabs/Module/Admin/Site.php:290
+#: ../../Zotlabs/Module/Register.php:273
+msgid "Registration"
+msgstr "登録"
+
+#: ../../Zotlabs/Module/Admin/Site.php:291
+msgid "File upload"
+msgstr "ファむルをアップロヌド"
+
+#: ../../Zotlabs/Module/Admin/Site.php:292
+msgid "Policies"
+msgstr "ポリシヌ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:297
+msgid "Site name"
+msgstr "サむト名"
+
+#: ../../Zotlabs/Module/Admin/Site.php:299
+msgid "Banner/Logo"
+msgstr "バナヌ/ロゎ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:299
+msgid "Unfiltered HTML/CSS/JS is allowed"
+msgstr "フィルタリングされおいないHTML / CSS / JSは蚱可されたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:300
+msgid "Administrator Information"
+msgstr "管理者情報"
+
+#: ../../Zotlabs/Module/Admin/Site.php:300
+msgid ""
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "サむト管理者の連絡先情報。 siteinfoペヌゞに衚瀺されたす。 BBCodeはここで䜿甚できたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:301 ../../Zotlabs/Module/Siteinfo.php:24
+msgid "Site Information"
+msgstr "サむト情報"
+
+#: ../../Zotlabs/Module/Admin/Site.php:301
+msgid ""
+"Publicly visible description of this site. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "このサむトの䞀般公開されおいる説明。 siteinfoペヌゞに衚瀺されたす。 BBCodeはここで䜿甚できたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:302
+msgid "System language"
+msgstr "システム蚀語"
+
+#: ../../Zotlabs/Module/Admin/Site.php:303
+msgid "System theme"
+msgstr "システムテヌマ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:303
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "デフォルトのシステムテヌマ-ナヌザヌプロファむルによっお䞊曞きされる堎合がありたす-<a href='#' id='cnftheme'>テヌマ蚭定の倉曎</a>"
+
+#: ../../Zotlabs/Module/Admin/Site.php:306
+msgid "Allow Feeds as Connections"
+msgstr "接続ずしおフィヌドを蚱可する"
+
+#: ../../Zotlabs/Module/Admin/Site.php:306
+msgid "(Heavy system resource usage)"
+msgstr "重いシステムリ゜ヌスの䜿甚"
+
+#: ../../Zotlabs/Module/Admin/Site.php:307
+msgid "Maximum image size"
+msgstr "最倧画像サむズ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:307
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "アップロヌドされる画像の最倧サむズバむト単䜍。デフォルトは0で、制限がないこずを意味したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:308
+msgid "Does this site allow new member registration?"
+msgstr "このサむトは新芏䌚員登録を蚱可しおいたすか"
+
+#: ../../Zotlabs/Module/Admin/Site.php:309
+msgid "Invitation only"
+msgstr "招埅のみ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:309
+msgid ""
+"Only allow new member registrations with an invitation code. Above register "
+"policy must be set to Yes."
+msgstr "招埅コヌドを䜿甚した新しいメンバヌ登録のみを蚱可したす。䞊蚘の登録ポリシヌは「はい」に蚭定する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:310
+msgid "Minimum age"
+msgstr "最䜎幎霢"
+
+#: ../../Zotlabs/Module/Admin/Site.php:310
+msgid "Minimum age (in years) for who may register on this site."
+msgstr "このサむトに登録できる最䜎幎霢幎。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:311
+msgid "Which best describes the types of account offered by this hub?"
+msgstr "このハブが提䟛するアカりントの皮類を最もよく説明しおいるのはどれですか"
+
+#: ../../Zotlabs/Module/Admin/Site.php:311
+msgid "This is displayed on the public server site list."
+msgstr "これは、公開サヌバヌのサむトリストに衚瀺されたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:312
+msgid "Register text"
+msgstr "登録テキスト"
+
+#: ../../Zotlabs/Module/Admin/Site.php:312
+msgid "Will be displayed prominently on the registration page."
+msgstr "登録ペヌゞに目立぀ように衚瀺されたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:314
+msgid "Site homepage to show visitors (default: login box)"
+msgstr "蚪問者を衚瀺するサむトのホヌムペヌゞデフォルトログむンボックス"
+
+#: ../../Zotlabs/Module/Admin/Site.php:314
+msgid ""
+"example: 'pubstream' to show public stream, 'page/sys/home' to show a system "
+"webpage called 'home' or 'include:home.html' to include a file."
+msgstr "䟋パブリックストリヌムを衚瀺する「pubstream」、「home」たたは「includehome.html」ず呌ばれるシステムWebペヌゞを衚瀺する「page / sys / home」はファむルを含めたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:315
+msgid "Preserve site homepage URL"
+msgstr "サむトのホヌムペヌゞURLを保持"
+
+#: ../../Zotlabs/Module/Admin/Site.php:315
+msgid ""
+"Present the site homepage in a frame at the original location instead of "
+"redirecting"
+msgstr "リダむレクトする代わりに、サむトのホヌムペヌゞを元の堎所のフレヌムに衚瀺したす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:316
+msgid "Accounts abandoned after x days"
+msgstr "x日埌に攟棄されたアカりント"
+
+#: ../../Zotlabs/Module/Admin/Site.php:316
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "攟棄されたアカりントの倖郚サむトをポヌリングするシステムリ゜ヌスを無駄にしたせん。時間制限なしの堎合は0を入力したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:317
+msgid "Allowed friend domains"
+msgstr "蚱可された友達ドメむン"
+
+#: ../../Zotlabs/Module/Admin/Site.php:317
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "このサむトずの友情を確立できるドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。すべおのドメむンを蚱可するには空"
+
+#: ../../Zotlabs/Module/Admin/Site.php:318
+msgid "Verify Email Addresses"
+msgstr "メヌルアドレスを確認する"
+
+#: ../../Zotlabs/Module/Admin/Site.php:318
+msgid ""
+"Check to verify email addresses used in account registration (recommended)."
+msgstr "アカりント登録で䜿甚されるメヌルアドレスを確認しおください掚奚。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:319
+msgid "Force publish"
+msgstr "匷制公開"
+
+#: ../../Zotlabs/Module/Admin/Site.php:319
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "このサむトのすべおのプロファむルがサむトディレクトリにリストされるように匷制する堎合はオンにしたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:320
+msgid "Import Public Streams"
+msgstr "パブリックストリヌムをむンポヌトする"
+
+#: ../../Zotlabs/Module/Admin/Site.php:320
+msgid ""
+"Import and allow access to public content pulled from other sites. Warning: "
+"this content is unmoderated."
+msgstr "他のサむトから取埗した公開コンテンツをむンポヌトしおアクセスを蚱可したす。譊告このコンテンツはモデレヌトされおいたせん。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:321
+msgid "Site only Public Streams"
+msgstr "サむトのみの公開ストリヌム"
+
+#: ../../Zotlabs/Module/Admin/Site.php:321
+msgid ""
+"Allow access to public content originating only from this site if Imported "
+"Public Streams are disabled."
+msgstr "むンポヌトされたパブリックストリヌムが無効になっおいる堎合、このサむトからのみ発信されるパブリックコンテンツぞのアクセスを蚱可したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:322
+msgid "Allow anybody on the internet to access the Public streams"
+msgstr "むンタヌネット䞊の誰でもパブリックストリヌムにアクセスできるようにする"
+
+#: ../../Zotlabs/Module/Admin/Site.php:322
+msgid ""
+"Disable to require authentication before viewing. Warning: this content is "
+"unmoderated."
+msgstr "衚瀺する前に認蚌を芁求するには無効にしたす。譊告このコンテンツはモデレヌトされおいたせん。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:323
+msgid "Only import Public stream posts with this text"
+msgstr "このテキストを含む公開ストリヌム投皿のみをむンポヌトしたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:323
+#: ../../Zotlabs/Module/Admin/Site.php:324
+#: ../../Zotlabs/Module/Connedit.php:892 ../../Zotlabs/Module/Connedit.php:893
+msgid ""
+"words one per line or #tags or /patterns/ or lang=xx, leave blank to import "
+"all posts"
+msgstr "1行に1語ず぀、たたは#tagsたたは/ patterns /たたはlang = xx。すべおの投皿をむンポヌトするには空癜のたたにしたす"
+
+#: ../../Zotlabs/Module/Admin/Site.php:324
+msgid "Do not import Public stream posts with this text"
+msgstr "このテキストを含む公開ストリヌムの投皿をむンポヌトしないでください"
+
+#: ../../Zotlabs/Module/Admin/Site.php:327
+msgid "Login on Homepage"
+msgstr "ホヌムペヌゞにログむン"
+
+#: ../../Zotlabs/Module/Admin/Site.php:327
+msgid ""
+"Present a login box to visitors on the home page if no other content has "
+"been configured."
+msgstr "他のコンテンツが蚭定されおいない堎合、ホヌムペヌゞで蚪問者にログむンボックスを提瀺したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:328
+msgid "Enable context help"
+msgstr "コンテキストヘルプを有効にする"
+
+#: ../../Zotlabs/Module/Admin/Site.php:328
+msgid ""
+"Display contextual help for the current page when the help button is pressed."
+msgstr "ヘルプボタンが抌されたずきに、珟圚のペヌゞのコンテキストヘルプを衚瀺したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:330
+msgid "Reply-to email address for system generated email."
+msgstr "システム生成メヌルの返信先メヌルアドレス。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:331
+msgid "Sender (From) email address for system generated email."
+msgstr "システムが生成した電子メヌルの送信者差出人電子メヌルアドレス。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:332
+msgid "Name of email sender for system generated email."
+msgstr "システムが生成した電子メヌルの電子メヌル送信者の名前。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:334
+msgid "Directory Server URL"
+msgstr "ディレクトリサヌバヌのURL"
+
+#: ../../Zotlabs/Module/Admin/Site.php:334
+msgid "Default directory server"
+msgstr "デフォルトのディレクトリサヌバヌ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:336
+msgid "Proxy user"
+msgstr "プロキシナヌザヌ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:337
+msgid "Proxy URL"
+msgstr "プロキシURL"
+
+#: ../../Zotlabs/Module/Admin/Site.php:338
+msgid "Network timeout"
+msgstr "ネットワヌクタむムアりト"
+
+#: ../../Zotlabs/Module/Admin/Site.php:338
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "倀は秒単䜍です。無制限の堎合は0に蚭定したす掚奚されたせん。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:339
+msgid "Delivery interval"
+msgstr "配送間隔"
+
+#: ../../Zotlabs/Module/Admin/Site.php:339
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "システムの負荷を軜枛するには、バックグラりンド配信プロセスをこの数秒遅らせたす。掚奚共有ホストには4〜5、仮想プラむベヌトサヌバヌには2〜3。倧芏暡な専甚サヌバヌの堎合は0-1。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:340
+msgid "Deliveries per process"
+msgstr "プロセスごずの配達"
+
+#: ../../Zotlabs/Module/Admin/Site.php:340
+msgid ""
+"Number of deliveries to attempt in a single operating system process. Adjust "
+"if necessary to tune system performance. Recommend: 1-5."
+msgstr "単䞀のオペレヌティングシステムプロセスで詊行する配信の数。必芁に応じお調敎しお、システムのパフォヌマンスを調敎したす。掚奚1-5。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:341
+msgid "Queue Threshold"
+msgstr "キュヌのしきい倀"
+
+#: ../../Zotlabs/Module/Admin/Site.php:341
+msgid ""
+"Always defer immediate delivery if queue contains more than this number of "
+"entries."
+msgstr "キュヌにこの数を超える゚ントリが含たれる堎合は、即時配信を垞に延期したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:342
+msgid "Poll interval"
+msgstr "ポヌリング間隔"
+
+#: ../../Zotlabs/Module/Admin/Site.php:342
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "バックグラりンドポヌリングプロセスをこの数秒遅らせお、システムの負荷を枛らしたす。 0の堎合、配信間隔を䜿甚したす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:343
+msgid "Path to ImageMagick convert program"
+msgstr "ImageMagick倉換プログラムぞのパス"
+
+#: ../../Zotlabs/Module/Admin/Site.php:343
+msgid ""
+"If set, use this program to generate photo thumbnails for huge images ( > "
+"4000 pixels in either dimension), otherwise memory exhaustion may occur. "
+"Example: /usr/bin/convert"
+msgstr "蚭定されおいる堎合、このプログラムを䜿甚しお巚倧な画像いずれかの方向で4000ピクセル以䞊の写真のサムネむルを生成したす。そうしないず、メモリ䞍足が発生する可胜性がありたす。䟋/usr/bin/convert"
+
+#: ../../Zotlabs/Module/Admin/Site.php:344
+msgid "Allow SVG thumbnails in file browser"
+msgstr "ファむルブラりザでSVGサムネむルを蚱可する"
+
+#: ../../Zotlabs/Module/Admin/Site.php:344
+msgid "WARNING: SVG images may contain malicious code."
+msgstr "譊告SVG画像には悪意のあるコヌドが含たれおいる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:345
+msgid "Maximum Load Average"
+msgstr "最倧負荷平均"
+
+#: ../../Zotlabs/Module/Admin/Site.php:345
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "配信およびポヌリングプロセスが延期される前の最倧システム負荷-デフォルトは50。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:346
+msgid "Expiration period in days for imported (grid/network) content"
+msgstr "むンポヌトされたグリッド/ネットワヌクコンテンツの有効期限日数"
+
+#: ../../Zotlabs/Module/Admin/Site.php:346
+msgid "0 for no expiration of imported content"
+msgstr "むンポヌトされたコンテンツの有効期限がない堎合は0"
+
+#: ../../Zotlabs/Module/Admin/Site.php:347
+msgid ""
+"Do not expire any posts which have comments less than this many days ago"
+msgstr "この数日前よりもコメントが少ない投皿を期限切れにしないでください。"
+
+#: ../../Zotlabs/Module/Admin/Site.php:349
+msgid ""
+"Public servers: Optional landing (marketing) webpage for new registrants"
+msgstr "パブリックサヌバヌ新芏登録者向けのオプションのランディングマヌケティングWebペヌゞ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:349
+#, php-format
+msgid "Create this page first. Default is %s/register"
+msgstr "最初にこのペヌゞを䜜成したす。デフォルトは%s / registerです"
+
+#: ../../Zotlabs/Module/Admin/Site.php:350
+msgid "Page to display after creating a new channel"
+msgstr "新しいチャンネルを䜜成した埌に衚瀺するペヌゞ"
+
+#: ../../Zotlabs/Module/Admin/Site.php:350
+msgid "Default: profiles"
+msgstr "デフォルトプロファむル"
+
+#: ../../Zotlabs/Module/Admin/Site.php:352
+msgid "Optional: site location"
+msgstr "サむトの所圚地オプション"
+
+#: ../../Zotlabs/Module/Admin/Site.php:352
+msgid "Region or country"
+msgstr "地域たたは囜"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:26
+msgid "Theme settings updated."
+msgstr "テヌマ蚭定は保存されたした。"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:61
+msgid "No themes found."
+msgstr "テヌマが芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:116
+msgid "Screenshot"
+msgstr "スクリヌンショット"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:123
+#: ../../Zotlabs/Module/Admin/Themes.php:157 ../../Zotlabs/Widget/Admin.php:28
+msgid "Themes"
+msgstr "テヌマ"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:162
+msgid "[Experimental]"
+msgstr "[実隓的]"
+
+#: ../../Zotlabs/Module/Admin/Themes.php:163
+msgid "[Unsupported]"
+msgstr "[サポヌト無し]"
+
+#: ../../Zotlabs/Module/Admin.php:97
+msgid "Blocked accounts"
+msgstr "ブロックされたアカりント"
+
+#: ../../Zotlabs/Module/Admin.php:98
+msgid "Expired accounts"
+msgstr "期限切れのアカりント"
+
+#: ../../Zotlabs/Module/Admin.php:99
+msgid "Expiring accounts"
+msgstr "期限切れのアカりント"
+
+#: ../../Zotlabs/Module/Admin.php:120
+msgid "Message queues"
+msgstr "メッセヌゞのキュヌ"
+
+#: ../../Zotlabs/Module/Admin.php:134
+msgid "Your software should be updated"
+msgstr "゜フトのアップデヌトをしおください。"
+
+#: ../../Zotlabs/Module/Admin.php:139
+msgid "Summary"
+msgstr "抂芁"
+
+#: ../../Zotlabs/Module/Admin.php:142
+msgid "Registered accounts"
+msgstr "登録されおいるアカりント"
+
+#: ../../Zotlabs/Module/Admin.php:143
+msgid "Pending registrations"
+msgstr "保留䞭の登録"
+
+#: ../../Zotlabs/Module/Admin.php:144
+msgid "Registered channels"
+msgstr "登録されおいるチャンネル"
+
+#: ../../Zotlabs/Module/Admin.php:145
+msgid "Active addons"
+msgstr "有効なアドオン"
+
+#: ../../Zotlabs/Module/Admin.php:146
+msgid "Version"
+msgstr "バヌゞョン"
+
+#: ../../Zotlabs/Module/Admin.php:147
+msgid "Repository version (master)"
+msgstr "リポゞトリバヌゞョン(master)"
+
+#: ../../Zotlabs/Module/Admin.php:148
+msgid "Repository version (dev)"
+msgstr "リポゞトリバヌゞョン(dev)"
+
+#: ../../Zotlabs/Module/Affinity.php:35
+msgid "Affinity Tool settings updated."
+msgstr "アフィニティツヌルの蚭定が曎新されたした。"
+
+#: ../../Zotlabs/Module/Affinity.php:47
+msgid ""
+"This app presents a slider control in your connection editor and also on "
+"your network page. The slider represents your degree of friendship "
+"(affinity) with each connection. It allows you to zoom in or out and display "
+"conversations from only your closest friends or everybody in your stream."
+msgstr "このアプリは、接続゚ディタヌおよびネットワヌクペヌゞにスラむダヌコントロヌルを衚瀺したす。スラむダヌは、各接続ずの友奜床芪和性を衚したす。ズヌムむンたたはズヌムアりトしお、芪しい友人たたはストリヌム内の党員からの䌚話を衚瀺できたす。"
+
+#: ../../Zotlabs/Module/Affinity.php:52
+msgid "Affinity Tool App"
+msgstr "アフィニティツヌルアプリ"
+
+#: ../../Zotlabs/Module/Affinity.php:52 ../../Zotlabs/Module/Articles.php:51
+#: ../../Zotlabs/Module/Bookmarks.php:78 ../../Zotlabs/Module/Cards.php:51
+#: ../../Zotlabs/Module/Cdav.php:854 ../../Zotlabs/Module/Cdav.php:863
+#: ../../Zotlabs/Module/Chat.php:102 ../../Zotlabs/Module/Connect.php:104
+#: ../../Zotlabs/Module/Defperms.php:189 ../../Zotlabs/Module/Group.php:106
+#: ../../Zotlabs/Module/Invite.php:110 ../../Zotlabs/Module/Lang.php:17
+#: ../../Zotlabs/Module/Mood.php:134 ../../Zotlabs/Module/Notes.php:56
+#: ../../Zotlabs/Module/Oauth.php:100 ../../Zotlabs/Module/Oauth2.php:106
+#: ../../Zotlabs/Module/Pdledit.php:42 ../../Zotlabs/Module/Permcats.php:62
+#: ../../Zotlabs/Module/Poke.php:165 ../../Zotlabs/Module/Probe.php:18
+#: ../../Zotlabs/Module/Pubstream.php:20 ../../Zotlabs/Module/Randprof.php:29
+#: ../../Zotlabs/Module/Sources.php:88 ../../Zotlabs/Module/Suggest.php:40
+#: ../../Zotlabs/Module/Tokens.php:99 ../../Zotlabs/Module/Uexport.php:61
+#: ../../Zotlabs/Module/Webpages.php:48 ../../Zotlabs/Module/Wiki.php:52
+msgid "Not Installed"
+msgstr "むンストヌルされおいない"
+
+#: ../../Zotlabs/Module/Affinity.php:57
+msgid ""
+"The numbers below represent the minimum and maximum slider default positions "
+"for your network/stream page as a percentage."
+msgstr "以䞋の数字は、ネットワヌク/ストリヌムペヌゞのスラむダヌのデフォルトの最小および最倧䜍眮をパヌセンテヌゞで衚しおいたす。"
+
+#: ../../Zotlabs/Module/Affinity.php:64
+msgid "Default maximum affinity level"
+msgstr "デフォルトの最倧アフィニティレベル"
+
+#: ../../Zotlabs/Module/Affinity.php:64
+msgid "0-99 default 99"
+msgstr "0-99デフォルト99"
+
+#: ../../Zotlabs/Module/Affinity.php:70
+msgid "Default minimum affinity level"
+msgstr "デフォルトの最小アフィニティレベル"
+
+#: ../../Zotlabs/Module/Affinity.php:70
+msgid "0-99 - default 0"
+msgstr "0-99-デフォルト0"
+
+#: ../../Zotlabs/Module/Affinity.php:76
+msgid "Persistent affinity levels"
+msgstr "氞続的なアフィニティレベル"
+
+#: ../../Zotlabs/Module/Affinity.php:76
+msgid ""
+"If disabled the max and min levels will be reset to default after page reload"
+msgstr "無効にするず、ペヌゞのリロヌド埌に最倧レベルず最小レベルがデフォルトにリセットされたす"
+
+#: ../../Zotlabs/Module/Affinity.php:84
+msgid "Affinity Tool Settings"
+msgstr "アフィニティツヌルの蚭定"
+
+#: ../../Zotlabs/Module/Api.php:74 ../../Zotlabs/Module/Api.php:95
+msgid "Authorize application connection"
+msgstr "アプリケヌション接続を蚱可する"
+
+#: ../../Zotlabs/Module/Api.php:75
+msgid "Return to your app and insert this Security Code:"
+msgstr "アプリに戻り、このセキュリティコヌドを挿入したす。"
+
+#: ../../Zotlabs/Module/Api.php:85
+msgid "Please login to continue."
+msgstr "続行するにはログむンしおください。"
+
+#: ../../Zotlabs/Module/Api.php:97
+msgid ""
+"Do you want to authorize this application to access your posts and contacts, "
+"and/or create new posts for you?"
+msgstr "このアプリケヌションを蚱可しお、投皿や連絡先にアクセスしたり、新しい投皿を䜜成したりしたすか"
+
+#: ../../Zotlabs/Module/Appman.php:39 ../../Zotlabs/Module/Appman.php:56
+msgid "App installed."
+msgstr "アプリがむンストヌルされたした。"
+
+#: ../../Zotlabs/Module/Appman.php:49
+msgid "Malformed app."
+msgstr "䞍正なアプリ。"
+
+#: ../../Zotlabs/Module/Appman.php:132
+msgid "Embed code"
+msgstr "埋め蟌みコヌド"
+
+#: ../../Zotlabs/Module/Appman.php:138
+msgid "Edit App"
+msgstr "アプリを線集"
+
+#: ../../Zotlabs/Module/Appman.php:138
+msgid "Create App"
+msgstr "アプリを䜜成"
+
+#: ../../Zotlabs/Module/Appman.php:143
+msgid "Name of app"
+msgstr "アプリの名前"
+
+#: ../../Zotlabs/Module/Appman.php:144
+msgid "Location (URL) of app"
+msgstr "アプリの堎所URL"
+
+#: ../../Zotlabs/Module/Appman.php:145 ../../Zotlabs/Module/Cdav.php:939
+#: ../../Zotlabs/Module/Events.php:475 ../../Zotlabs/Module/Rbmark.php:101
+msgid "Description"
+msgstr "説明"
+
+#: ../../Zotlabs/Module/Appman.php:146
+msgid "Photo icon URL"
+msgstr "写真アむコンURL"
+
+#: ../../Zotlabs/Module/Appman.php:146
+msgid "80 x 80 pixels - optional"
+msgstr "80 x 80ピクセル-オプション"
+
+#: ../../Zotlabs/Module/Appman.php:147
+msgid "Categories (optional, comma separated list)"
+msgstr "カテゎリヌオプション、コンマ区切りリスト"
+
+#: ../../Zotlabs/Module/Appman.php:148
+msgid "Version ID"
+msgstr "バヌゞョンID"
+
+#: ../../Zotlabs/Module/Appman.php:149
+msgid "Price of app"
+msgstr "アプリの䟡栌"
+
+#: ../../Zotlabs/Module/Appman.php:150
+msgid "Location (URL) to purchase app"
+msgstr "アプリを賌入する堎所URL"
+
+#: ../../Zotlabs/Module/Apporder.php:47
+msgid "Change Order of Pinned Navbar Apps"
+msgstr "固定されたNavbarアプリの順序を倉曎する"
+
+#: ../../Zotlabs/Module/Apporder.php:47
+msgid "Change Order of App Tray Apps"
+msgstr "アプリトレむアプリの順序を倉曎する"
+
+#: ../../Zotlabs/Module/Apporder.php:48
+msgid ""
+"Use arrows to move the corresponding app left (top) or right (bottom) in the "
+"navbar"
+msgstr "矢印を䜿甚しお、察応するアプリをナビゲヌションバヌで巊䞊たたは右䞋に移動したす"
+
+#: ../../Zotlabs/Module/Apporder.php:48
+msgid "Use arrows to move the corresponding app up or down in the app tray"
+msgstr "矢印を䜿甚しお、察応するアプリをアプリトレむ内で䞊䞋に移動したす"
+
+#: ../../Zotlabs/Module/Apps.php:50 ../../Zotlabs/Widget/Appstore.php:14
+msgid "Available Apps"
+msgstr "利甚可胜なアプリ"
+
+#: ../../Zotlabs/Module/Apps.php:50
+msgid "Installed Apps"
+msgstr "むンストヌル枈みアプリ"
+
+#: ../../Zotlabs/Module/Apps.php:53
+msgid "Manage Apps"
+msgstr "アプリを管理する"
+
+#: ../../Zotlabs/Module/Apps.php:54
+msgid "Create Custom App"
+msgstr "カスタムアプリを䜜成する"
+
+#: ../../Zotlabs/Module/Articles.php:51
+msgid "Articles App"
+msgstr "蚘事アプリ"
+
+#: ../../Zotlabs/Module/Articles.php:52
+msgid "Create interactive articles"
+msgstr "むンタラクティブな蚘事を䜜成する"
+
+#: ../../Zotlabs/Module/Articles.php:115
+msgid "Add Article"
+msgstr "蚘事を远加"
+
+#: ../../Zotlabs/Module/Articles.php:116 ../../Zotlabs/Module/Blocks.php:159
+#: ../../Zotlabs/Module/Cards.php:113 ../../Zotlabs/Module/Cdav.php:1257
+#: ../../Zotlabs/Module/Connedit.php:938 ../../Zotlabs/Module/Layouts.php:185
+#: ../../Zotlabs/Module/Menu.php:181 ../../Zotlabs/Module/New_channel.php:189
+#: ../../Zotlabs/Module/Profiles.php:798 ../../Zotlabs/Module/Webpages.php:254
+#: ../../Zotlabs/Storage/Browser.php:282 ../../Zotlabs/Storage/Browser.php:396
+#: ../../Zotlabs/Widget/Cdav.php:128 ../../Zotlabs/Widget/Cdav.php:165
+msgid "Create"
+msgstr "䜜成"
+
+#: ../../Zotlabs/Module/Article_edit.php:17
+#: ../../Zotlabs/Module/Article_edit.php:33
+#: ../../Zotlabs/Module/Editblock.php:79 ../../Zotlabs/Module/Editblock.php:95
+#: ../../Zotlabs/Module/Editlayout.php:79 ../../Zotlabs/Module/Editpost.php:24
+#: ../../Zotlabs/Module/Editwebpage.php:80
+#: ../../Zotlabs/Module/Card_edit.php:17 ../../Zotlabs/Module/Card_edit.php:33
+msgid "Item not found"
+msgstr "アむテムが芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Article_edit.php:44 ../../Zotlabs/Module/Block.php:41
+#: ../../Zotlabs/Module/Cal.php:63 ../../Zotlabs/Module/Chanview.php:96
+#: ../../Zotlabs/Module/Card_edit.php:44 ../../Zotlabs/Module/Page.php:75
+#: ../../Zotlabs/Module/Wall_upload.php:31
+msgid "Channel not found."
+msgstr "チャンネルが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Article_edit.php:128
+msgid "Edit Article"
+msgstr "蚘事を線集"
+
+#: ../../Zotlabs/Module/Attach.php:13
+msgid "Item not available."
+msgstr "アむテムは利甚できたせん。"
+
+#: ../../Zotlabs/Module/Authorize.php:17
+msgid "Unknown App"
+msgstr "䞍明なアプリ"
+
+#: ../../Zotlabs/Module/Authorize.php:29
+msgid "Authorize"
+msgstr "蚱可する"
+
+#: ../../Zotlabs/Module/Authorize.php:30
+#, php-format
+msgid "Do you authorize the app %s to access your channel data?"
+msgstr "アプリ%sにチャンネルデヌタぞのアクセスを蚱可しおいたすか"
+
+#: ../../Zotlabs/Module/Authorize.php:32
+msgid "Allow"
+msgstr "蚱可する"
+
+#: ../../Zotlabs/Module/Block.php:29 ../../Zotlabs/Module/Page.php:39
+msgid "Invalid item."
+msgstr "無効なアむテム。"
+
+#: ../../Zotlabs/Module/Blocks.php:97 ../../Zotlabs/Module/Blocks.php:155
+#: ../../Zotlabs/Module/Editblock.php:113
+msgid "Block Name"
+msgstr "ブロック名"
+
+#: ../../Zotlabs/Module/Blocks.php:156
+msgid "Block Title"
+msgstr "ブロックタむトル"
+
+#: ../../Zotlabs/Module/Blocks.php:157 ../../Zotlabs/Module/Layouts.php:191
+#: ../../Zotlabs/Module/Menu.php:177 ../../Zotlabs/Module/Webpages.php:266
+msgid "Created"
+msgstr "䜜成した"
+
+#: ../../Zotlabs/Module/Blocks.php:158 ../../Zotlabs/Module/Layouts.php:192
+#: ../../Zotlabs/Module/Menu.php:178 ../../Zotlabs/Module/Webpages.php:267
+msgid "Edited"
+msgstr "線集枈み"
+
+#: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Events.php:695
+#: ../../Zotlabs/Module/Layouts.php:198 ../../Zotlabs/Module/Pubsites.php:60
+#: ../../Zotlabs/Module/Webpages.php:261 ../../Zotlabs/Module/Wiki.php:213
+#: ../../Zotlabs/Module/Wiki.php:409
+msgid "View"
+msgstr "衚瀺する"
+
+#: ../../Zotlabs/Module/Bookmarks.php:62
+msgid "Bookmark added"
+msgstr "ブックマヌクを远加したした"
+
+#: ../../Zotlabs/Module/Bookmarks.php:78
+msgid "Bookmarks App"
+msgstr "ブックマヌクアプリ"
+
+#: ../../Zotlabs/Module/Bookmarks.php:79
+msgid "Bookmark links from posts and manage them"
+msgstr "投皿のリンクをブックマヌクしお管理する"
+
+#: ../../Zotlabs/Module/Bookmarks.php:92
+msgid "My Bookmarks"
+msgstr "私のブックマヌク"
+
+#: ../../Zotlabs/Module/Bookmarks.php:103
+msgid "My Connections Bookmarks"
+msgstr "私の接続ブックマヌク"
+
+#: ../../Zotlabs/Module/Cal.php:70
+msgid "Permissions denied."
+msgstr "蚱可が拒吊されたした。"
+
+#: ../../Zotlabs/Module/Cal.php:264 ../../Zotlabs/Module/Events.php:607
+msgid "l, F j"
+msgstr "l、F j"
+
+#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Events.php:689
+msgid "Edit Event"
+msgstr "むベントを線集"
+
+#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Events.php:689
+msgid "Create Event"
+msgstr "むベントを䜜成"
+
+#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Cal.php:345
+#: ../../Zotlabs/Module/Cdav.php:948 ../../Zotlabs/Module/Events.php:690
+#: ../../Zotlabs/Module/Events.php:699 ../../Zotlabs/Module/Photos.php:986
+msgid "Previous"
+msgstr "前"
+
+#: ../../Zotlabs/Module/Cal.php:339 ../../Zotlabs/Module/Cal.php:346
+#: ../../Zotlabs/Module/Cdav.php:949 ../../Zotlabs/Module/Events.php:691
+#: ../../Zotlabs/Module/Events.php:700 ../../Zotlabs/Module/Photos.php:995
+#: ../../Zotlabs/Module/Setup.php:260
+msgid "Next"
+msgstr "次"
+
+#: ../../Zotlabs/Module/Cal.php:347 ../../Zotlabs/Module/Cdav.php:950
+#: ../../Zotlabs/Module/Events.php:701
+msgid "Today"
+msgstr "今日"
+
+#: ../../Zotlabs/Module/Cards.php:51
+msgid "Cards App"
+msgstr "カヌドアプリ"
+
+#: ../../Zotlabs/Module/Cards.php:52
+msgid "Create personal planning cards"
+msgstr "個人蚈画カヌドを䜜成する"
+
+#: ../../Zotlabs/Module/Cards.php:112
+msgid "Add Card"
+msgstr "カヌドを远加"
+
+#: ../../Zotlabs/Module/Cdav.php:825
+msgid "INVALID EVENT DISMISSED!"
+msgstr "無効なむベントは砎棄されたした"
+
+#: ../../Zotlabs/Module/Cdav.php:826
+msgid "Summary: "
+msgstr "抂芁"
+
+#: ../../Zotlabs/Module/Cdav.php:827
+msgid "Date: "
+msgstr "日付"
+
+#: ../../Zotlabs/Module/Cdav.php:828 ../../Zotlabs/Module/Cdav.php:835
+msgid "Reason: "
+msgstr "理由"
+
+#: ../../Zotlabs/Module/Cdav.php:833
+msgid "INVALID CARD DISMISSED!"
+msgstr "無効なカヌドが砎棄されたした"
+
+#: ../../Zotlabs/Module/Cdav.php:834
+msgid "Name: "
+msgstr "名"
+
+#: ../../Zotlabs/Module/Cdav.php:854
+msgid "CalDAV App"
+msgstr "CalDAVアプリ"
+
+#: ../../Zotlabs/Module/Cdav.php:855
+msgid "CalDAV capable calendar"
+msgstr "CalDAV察応カレンダヌ"
+
+#: ../../Zotlabs/Module/Cdav.php:863
+msgid "CardDAV App"
+msgstr "CardDAVアプリ"
+
+#: ../../Zotlabs/Module/Cdav.php:864
+msgid "CalDAV capable addressbook"
+msgstr "CalDAV察応のアドレス垳"
+
+#: ../../Zotlabs/Module/Cdav.php:936 ../../Zotlabs/Module/Events.php:462
+msgid "Event title"
+msgstr "むベントタむトル"
+
+#: ../../Zotlabs/Module/Cdav.php:937 ../../Zotlabs/Module/Events.php:468
+msgid "Start date and time"
+msgstr "開始日時"
+
+#: ../../Zotlabs/Module/Cdav.php:938
+msgid "End date and time"
+msgstr "終了日時"
+
+#: ../../Zotlabs/Module/Cdav.php:951 ../../Zotlabs/Module/Events.php:696
+msgid "Month"
+msgstr "月"
+
+#: ../../Zotlabs/Module/Cdav.php:952 ../../Zotlabs/Module/Events.php:697
+msgid "Week"
+msgstr "週間"
+
+#: ../../Zotlabs/Module/Cdav.php:953 ../../Zotlabs/Module/Events.php:698
+msgid "Day"
+msgstr "日"
+
+#: ../../Zotlabs/Module/Cdav.php:954
+msgid "List month"
+msgstr "月のリスト"
+
+#: ../../Zotlabs/Module/Cdav.php:955
+msgid "List week"
+msgstr "リスト週"
+
+#: ../../Zotlabs/Module/Cdav.php:956
+msgid "List day"
+msgstr "リスト日"
+
+#: ../../Zotlabs/Module/Cdav.php:963
+msgid "More"
+msgstr "もっず"
+
+#: ../../Zotlabs/Module/Cdav.php:964
+msgid "Less"
+msgstr "もっず少なく"
+
+#: ../../Zotlabs/Module/Cdav.php:965
+msgid "Select calendar"
+msgstr "カレンダヌを遞択"
+
+#: ../../Zotlabs/Module/Cdav.php:967
+msgid "Delete all"
+msgstr "すべお削陀"
+
+#: ../../Zotlabs/Module/Cdav.php:969
+msgid "Sorry! Editing of recurrent events is not yet implemented."
+msgstr "ごめんなさい繰り返しむベントの線集はただ実装されおいたせん。"
+
+#: ../../Zotlabs/Module/Cdav.php:1243 ../../Zotlabs/Module/Connedit.php:924
+msgid "Organisation"
+msgstr "組織"
+
+#: ../../Zotlabs/Module/Cdav.php:1244 ../../Zotlabs/Module/Connedit.php:925
+msgid "Title"
+msgstr "タむトル"
+
+#: ../../Zotlabs/Module/Cdav.php:1245 ../../Zotlabs/Module/Connedit.php:926
+#: ../../Zotlabs/Module/Profiles.php:786
+msgid "Phone"
+msgstr "電話"
+
+#: ../../Zotlabs/Module/Cdav.php:1247 ../../Zotlabs/Module/Connedit.php:928
+#: ../../Zotlabs/Module/Profiles.php:788
+msgid "Instant messenger"
+msgstr "むンスタントメッセンゞャヌ"
+
+#: ../../Zotlabs/Module/Cdav.php:1248 ../../Zotlabs/Module/Connedit.php:929
+#: ../../Zotlabs/Module/Profiles.php:789
+msgid "Website"
+msgstr "りェブサむト"
+
+#: ../../Zotlabs/Module/Cdav.php:1250 ../../Zotlabs/Module/Connedit.php:931
+#: ../../Zotlabs/Module/Profiles.php:791
+msgid "Note"
+msgstr "泚意"
+
+#: ../../Zotlabs/Module/Cdav.php:1255 ../../Zotlabs/Module/Connedit.php:936
+#: ../../Zotlabs/Module/Profiles.php:796
+msgid "Add Contact"
+msgstr "連絡先を远加"
+
+#: ../../Zotlabs/Module/Cdav.php:1256 ../../Zotlabs/Module/Connedit.php:937
+#: ../../Zotlabs/Module/Profiles.php:797
+msgid "Add Field"
+msgstr "フィヌルドを远加"
+
+#: ../../Zotlabs/Module/Cdav.php:1261 ../../Zotlabs/Module/Connedit.php:942
+msgid "P.O. Box"
+msgstr "私曞箱"
+
+#: ../../Zotlabs/Module/Cdav.php:1262 ../../Zotlabs/Module/Connedit.php:943
+msgid "Additional"
+msgstr "远加"
+
+#: ../../Zotlabs/Module/Cdav.php:1263 ../../Zotlabs/Module/Connedit.php:944
+msgid "Street"
+msgstr "通り"
+
+#: ../../Zotlabs/Module/Cdav.php:1264 ../../Zotlabs/Module/Connedit.php:945
+msgid "Locality"
+msgstr "局所性"
+
+#: ../../Zotlabs/Module/Cdav.php:1265 ../../Zotlabs/Module/Connedit.php:946
+msgid "Region"
+msgstr "領域"
+
+#: ../../Zotlabs/Module/Cdav.php:1266 ../../Zotlabs/Module/Connedit.php:947
+msgid "ZIP Code"
+msgstr "郵䟿番号"
+
+#: ../../Zotlabs/Module/Cdav.php:1267 ../../Zotlabs/Module/Connedit.php:948
+#: ../../Zotlabs/Module/Profiles.php:757
+msgid "Country"
+msgstr "囜"
+
+#: ../../Zotlabs/Module/Cdav.php:1314
+msgid "Default Calendar"
+msgstr "デフォルトのカレンダヌ"
+
+#: ../../Zotlabs/Module/Cdav.php:1324
+msgid "Default Addressbook"
+msgstr "デフォルトのアドレス垳"
+
+#: ../../Zotlabs/Module/Changeaddr.php:35
+msgid ""
+"Channel name changes are not allowed within 48 hours of changing the account "
+"password."
+msgstr "アカりントパスワヌドを倉曎しおから48時間以内にチャンネル名を倉曎するこずはできたせん。"
+
+#: ../../Zotlabs/Module/Changeaddr.php:77
+msgid "Change channel nickname/address"
+msgstr "チャンネルのニックネヌム/アドレスを倉曎する"
+
+#: ../../Zotlabs/Module/Changeaddr.php:78
+#: ../../Zotlabs/Module/Removeaccount.php:58
+#: ../../Zotlabs/Module/Removeme.php:61
+msgid "WARNING: "
+msgstr "譊告"
+
+#: ../../Zotlabs/Module/Changeaddr.php:78
+msgid "Any/all connections on other networks will be lost!"
+msgstr "他のネットワヌク䞊の接続はすべお倱われたす"
+
+#: ../../Zotlabs/Module/Changeaddr.php:79
+#: ../../Zotlabs/Module/Removeaccount.php:59
+#: ../../Zotlabs/Module/Removeme.php:62
+msgid "Please enter your password for verification:"
+msgstr "確認のためにパスワヌドを入力しおください"
+
+#: ../../Zotlabs/Module/Changeaddr.php:80
+msgid "New channel address"
+msgstr "新しいチャンネルアドレス"
+
+#: ../../Zotlabs/Module/Changeaddr.php:81
+msgid "Rename Channel"
+msgstr "チャンネル名を倉曎"
+
+#: ../../Zotlabs/Module/Channel.php:41 ../../Zotlabs/Module/Chat.php:31
+#: ../../Zotlabs/Module/Ochannel.php:32
+msgid "You must be logged in to see this page."
+msgstr "このペヌゞを衚瀺するには、ログむンする必芁がありたす。"
+
+#: ../../Zotlabs/Module/Channel.php:98 ../../Zotlabs/Module/Hcard.php:37
+#: ../../Zotlabs/Module/Profile.php:45
+msgid "Posts and comments"
+msgstr "投皿ずコメント"
+
+#: ../../Zotlabs/Module/Channel.php:105 ../../Zotlabs/Module/Hcard.php:44
+#: ../../Zotlabs/Module/Profile.php:52
+msgid "Only posts"
+msgstr "投皿のみ"
+
+#: ../../Zotlabs/Module/Channel.php:165
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "暩限が䞍十分です。プロフィヌルペヌゞにリダむレクトされたリク゚スト。"
+
+#: ../../Zotlabs/Module/Channel.php:182 ../../Zotlabs/Module/Network.php:173
+msgid "Search Results For:"
+msgstr "怜玢結果"
+
+#: ../../Zotlabs/Module/Channel.php:217 ../../Zotlabs/Module/Display.php:80
+#: ../../Zotlabs/Module/Hq.php:134 ../../Zotlabs/Module/Network.php:203
+#: ../../Zotlabs/Module/Pubstream.php:94
+msgid "Reset form"
+msgstr "フォヌムをリセット"
+
+#: ../../Zotlabs/Module/Channel.php:476 ../../Zotlabs/Module/Display.php:378
+msgid ""
+"You must enable javascript for your browser to be able to view this content."
+msgstr "このコンテンツを衚瀺するには、ブラりザのJavaScriptを有効にする必芁がありたす。"
+
+#: ../../Zotlabs/Module/Chanview.php:139
+msgid "toggle full screen mode"
+msgstr "党画面モヌドを切り替える"
+
+#: ../../Zotlabs/Module/Chat.php:102
+msgid "Chatrooms App"
+msgstr "チャットルヌムアプリ"
+
+#: ../../Zotlabs/Module/Chat.php:103
+msgid "Access Controlled Chatrooms"
+msgstr "アクセス制埡されたチャットルヌム"
+
+#: ../../Zotlabs/Module/Chat.php:196
+msgid "Room not found"
+msgstr "郚屋が芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Chat.php:212
+msgid "Leave Room"
+msgstr "郚屋を出る"
+
+#: ../../Zotlabs/Module/Chat.php:213
+msgid "Delete Room"
+msgstr "郚屋を削陀"
+
+#: ../../Zotlabs/Module/Chat.php:214
+msgid "I am away right now"
+msgstr "私は今䞍圚です"
+
+#: ../../Zotlabs/Module/Chat.php:215
+msgid "I am online"
+msgstr "オンラむン䞭"
+
+#: ../../Zotlabs/Module/Chat.php:217
+msgid "Bookmark this room"
+msgstr "この郚屋をブックマヌクする"
+
+#: ../../Zotlabs/Module/Chat.php:240
+msgid "New Chatroom"
+msgstr "新しいチャットルヌム"
+
+#: ../../Zotlabs/Module/Chat.php:241
+msgid "Chatroom name"
+msgstr "チャットルヌム名"
+
+#: ../../Zotlabs/Module/Chat.php:242
+msgid "Expiration of chats (minutes)"
+msgstr "チャットの有効期限分"
+
+#: ../../Zotlabs/Module/Chat.php:258
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "%1$sのチャットルヌム"
+
+#: ../../Zotlabs/Module/Chat.php:263
+msgid "No chatrooms available"
+msgstr "利甚可胜なチャットルヌムはありたせん"
+
+#: ../../Zotlabs/Module/Chat.php:264 ../../Zotlabs/Module/Manage.php:145
+#: ../../Zotlabs/Module/Profiles.php:831 ../../Zotlabs/Module/Wiki.php:214
+msgid "Create New"
+msgstr "新しく䜜る"
+
+#: ../../Zotlabs/Module/Chat.php:267
+msgid "Expiration"
+msgstr "有効期限"
+
+#: ../../Zotlabs/Module/Chat.php:268
+msgid "min"
+msgstr "分"
+
+#: ../../Zotlabs/Module/Chatsvc.php:131
+msgid "Away"
+msgstr "離れお"
+
+#: ../../Zotlabs/Module/Chatsvc.php:136
+msgid "Online"
+msgstr "オンラむン"
+
+#: ../../Zotlabs/Module/Cloud.php:123
+msgid "Not found"
+msgstr "芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Cloud.php:129
+msgid "Please refresh page"
+msgstr "ペヌゞを曎新しおください"
+
+#: ../../Zotlabs/Module/Cloud.php:132
+msgid "Unknown error"
+msgstr "未知の゚ラヌ"
+
+#: ../../Zotlabs/Module/Common.php:14
+msgid "No channel."
+msgstr "チャンネルなし。"
+
+#: ../../Zotlabs/Module/Common.php:45
+msgid "No connections in common."
+msgstr "共通の接続はありたせん。"
+
+#: ../../Zotlabs/Module/Common.php:65
+msgid "View Common Connections"
+msgstr "共通接続を衚瀺する"
+
+#: ../../Zotlabs/Module/Connect.php:73 ../../Zotlabs/Module/Connect.php:135
+msgid "Continue"
+msgstr "持続する"
+
+#: ../../Zotlabs/Module/Connect.php:104
+msgid "Premium Channel App"
+msgstr "プレミアムチャンネルアプリ"
+
+#: ../../Zotlabs/Module/Connect.php:105
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "チャンネルに接続するものに制限ず条件を蚭定できたす"
+
+#: ../../Zotlabs/Module/Connect.php:116
+msgid "Premium Channel Setup"
+msgstr "プレミアムチャンネルのセットアップ"
+
+#: ../../Zotlabs/Module/Connect.php:118
+msgid "Enable premium channel connection restrictions"
+msgstr "プレミアムチャネル接続制限を有効にする"
+
+#: ../../Zotlabs/Module/Connect.php:119
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "PayPalレシヌト、䜿甚ガむドラむンなどの制限たたは条件を入力しおください。"
+
+#: ../../Zotlabs/Module/Connect.php:121 ../../Zotlabs/Module/Connect.php:141
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "このチャネルでは、接続する前に次の条件の远加手順たたは確認が必芁になる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Connect.php:122
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "朜圚的な接続では、続行する前に次のテキストが衚瀺されたす。"
+
+#: ../../Zotlabs/Module/Connect.php:123 ../../Zotlabs/Module/Connect.php:144
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided "
+"on this page."
+msgstr "続行するこずにより、このペヌゞに蚘茉されおいる指瀺を遵守したこずを保蚌したす。"
+
+#: ../../Zotlabs/Module/Connect.php:132
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "チャンネル所有者から具䜓的な指瀺は提䟛されおいたせん。"
+
+#: ../../Zotlabs/Module/Connect.php:140
+msgid "Restricted or Premium Channel"
+msgstr "制限付きチャンネルたたはプレミアムチャンネル"
+
+#: ../../Zotlabs/Module/Connections.php:58
+#: ../../Zotlabs/Module/Connections.php:115
+#: ../../Zotlabs/Module/Connections.php:273
+msgid "Active"
+msgstr "アクティブ"
+
+#: ../../Zotlabs/Module/Connections.php:63
+#: ../../Zotlabs/Module/Connections.php:181
+#: ../../Zotlabs/Module/Connections.php:278
+msgid "Blocked"
+msgstr "ブロックされたした"
+
+#: ../../Zotlabs/Module/Connections.php:68
+#: ../../Zotlabs/Module/Connections.php:188
+#: ../../Zotlabs/Module/Connections.php:277
+msgid "Ignored"
+msgstr "無芖された"
+
+#: ../../Zotlabs/Module/Connections.php:73
+#: ../../Zotlabs/Module/Connections.php:202
+#: ../../Zotlabs/Module/Connections.php:276
+msgid "Hidden"
+msgstr "非衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:78
+#: ../../Zotlabs/Module/Connections.php:195
+msgid "Archived/Unreachable"
+msgstr "アヌカむブ枈み/到達䞍胜"
+
+#: ../../Zotlabs/Module/Connections.php:83
+#: ../../Zotlabs/Module/Connections.php:92 ../../Zotlabs/Module/Menu.php:179
+#: ../../Zotlabs/Module/Notifications.php:50
+msgid "New"
+msgstr "新しい"
+
+#: ../../Zotlabs/Module/Connections.php:97
+#: ../../Zotlabs/Module/Connections.php:111
+#: ../../Zotlabs/Module/Connedit.php:727 ../../Zotlabs/Widget/Affinity.php:34
+msgid "All"
+msgstr "すべお"
+
+#: ../../Zotlabs/Module/Connections.php:157
+msgid "Active Connections"
+msgstr "アクティブな接続"
+
+#: ../../Zotlabs/Module/Connections.php:160
+msgid "Show active connections"
+msgstr "アクティブな接続を衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:164
+#: ../../Zotlabs/Widget/Notifications.php:84
+msgid "New Connections"
+msgstr "新しい接続"
+
+#: ../../Zotlabs/Module/Connections.php:167
+msgid "Show pending (new) connections"
+msgstr "保留䞭の新しい接続を衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:184
+msgid "Only show blocked connections"
+msgstr "ブロックされた接続のみを衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:191
+msgid "Only show ignored connections"
+msgstr "無芖された接続のみを衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:198
+msgid "Only show archived/unreachable connections"
+msgstr "アヌカむブされた/到達䞍胜な接続のみを衚瀺する"
+
+#: ../../Zotlabs/Module/Connections.php:205
+msgid "Only show hidden connections"
+msgstr "非衚瀺の接続のみを衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:217
+#: ../../Zotlabs/Module/Profperm.php:140
+msgid "All Connections"
+msgstr "すべおの接続"
+
+#: ../../Zotlabs/Module/Connections.php:220
+msgid "Show all connections"
+msgstr "すべおの接続を衚瀺"
+
+#: ../../Zotlabs/Module/Connections.php:274
+msgid "Pending approval"
+msgstr "承認埅ちの"
+
+#: ../../Zotlabs/Module/Connections.php:275
+msgid "Archived"
+msgstr "アヌカむブ枈み"
+
+#: ../../Zotlabs/Module/Connections.php:279
+msgid "Not connected at this location"
+msgstr "この堎所では接続されおいたせん"
+
+#: ../../Zotlabs/Module/Connections.php:296
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [ %2$s ]"
+
+#: ../../Zotlabs/Module/Connections.php:297
+msgid "Edit connection"
+msgstr "接続を線集"
+
+#: ../../Zotlabs/Module/Connections.php:299
+msgid "Delete connection"
+msgstr "接続を削陀"
+
+#: ../../Zotlabs/Module/Connections.php:308
+msgid "Channel address"
+msgstr "チャンネルアドレス"
+
+#: ../../Zotlabs/Module/Connections.php:313
+msgid "Call"
+msgstr "コヌル"
+
+#: ../../Zotlabs/Module/Connections.php:315
+msgid "Status"
+msgstr "状態"
+
+#: ../../Zotlabs/Module/Connections.php:317
+msgid "Connected"
+msgstr "接続枈み"
+
+#: ../../Zotlabs/Module/Connections.php:319
+msgid "Approve connection"
+msgstr "接続を承認する"
+
+#: ../../Zotlabs/Module/Connections.php:321
+msgid "Ignore connection"
+msgstr "接続を無芖"
+
+#: ../../Zotlabs/Module/Connections.php:322
+#: ../../Zotlabs/Module/Connedit.php:644
+msgid "Ignore"
+msgstr "無芖する"
+
+#: ../../Zotlabs/Module/Connections.php:323
+msgid "Recent activity"
+msgstr "最近の掻動"
+
+#: ../../Zotlabs/Module/Connections.php:353
+msgid "Search your connections"
+msgstr "接続を怜玢する"
+
+#: ../../Zotlabs/Module/Connections.php:354
+msgid "Connections search"
+msgstr "接続怜玢"
+
+#: ../../Zotlabs/Module/Connedit.php:81 ../../Zotlabs/Module/Defperms.php:67
+msgid "Could not access contact record."
+msgstr "連絡先レコヌドにアクセスできたせんでした。"
+
+#: ../../Zotlabs/Module/Connedit.php:112
+msgid "Could not locate selected profile."
+msgstr "遞択したプロファむルが芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Connedit.php:256
+msgid "Connection updated."
+msgstr "接続が曎新されたした。"
+
+#: ../../Zotlabs/Module/Connedit.php:258
+msgid "Failed to update connection record."
+msgstr "接続レコヌドの曎新に倱敗したした。"
+
+#: ../../Zotlabs/Module/Connedit.php:312
+msgid "is now connected to"
+msgstr "に接続されたした"
+
+#: ../../Zotlabs/Module/Connedit.php:437
+msgid "Could not access address book record."
+msgstr "アドレス垳のレコヌドにアクセスできたせんでした。"
+
+#: ../../Zotlabs/Module/Connedit.php:485 ../../Zotlabs/Module/Connedit.php:489
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "曎新に倱敗したした-チャンネルは珟圚利甚できたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:504 ../../Zotlabs/Module/Connedit.php:513
+#: ../../Zotlabs/Module/Connedit.php:522 ../../Zotlabs/Module/Connedit.php:531
+#: ../../Zotlabs/Module/Connedit.php:544
+msgid "Unable to set address book parameters."
+msgstr "アドレス垳のパラメヌタヌを蚭定できたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:568
+msgid "Connection has been removed."
+msgstr "接続が削陀されたした。"
+
+#: ../../Zotlabs/Module/Connedit.php:611
+#, php-format
+msgid "View %s's profile"
+msgstr "%sのプロフィヌルを衚瀺"
+
+#: ../../Zotlabs/Module/Connedit.php:615
+msgid "Refresh Permissions"
+msgstr "暩限を曎新"
+
+#: ../../Zotlabs/Module/Connedit.php:618
+msgid "Fetch updated permissions"
+msgstr "曎新された暩限を取埗する"
+
+#: ../../Zotlabs/Module/Connedit.php:622
+msgid "Refresh Photo"
+msgstr "写真を曎新"
+
+#: ../../Zotlabs/Module/Connedit.php:625
+msgid "Fetch updated photo"
+msgstr "曎新された写真を取埗する"
+
+#: ../../Zotlabs/Module/Connedit.php:632
+msgid "View recent posts and comments"
+msgstr "最近の投皿ずコメントを芋る"
+
+#: ../../Zotlabs/Module/Connedit.php:639
+msgid "Block (or Unblock) all communications with this connection"
+msgstr "この接続ずのすべおの通信をブロックたたはブロック解陀"
+
+#: ../../Zotlabs/Module/Connedit.php:640
+msgid "This connection is blocked!"
+msgstr "この接続はブロックされおいたす"
+
+#: ../../Zotlabs/Module/Connedit.php:644
+msgid "Unignore"
+msgstr "無芖しない"
+
+#: ../../Zotlabs/Module/Connedit.php:647
+msgid "Ignore (or Unignore) all inbound communications from this connection"
+msgstr "この接続からのすべおのむンバりンド通信を無芖たたは無芖しない"
+
+#: ../../Zotlabs/Module/Connedit.php:648
+msgid "This connection is ignored!"
+msgstr "この接続は無芖されたす"
+
+#: ../../Zotlabs/Module/Connedit.php:652
+msgid "Unarchive"
+msgstr "アヌカむブ解陀"
+
+#: ../../Zotlabs/Module/Connedit.php:652
+msgid "Archive"
+msgstr "アヌカむブ"
+
+#: ../../Zotlabs/Module/Connedit.php:655
+msgid ""
+"Archive (or Unarchive) this connection - mark channel dead but keep content"
+msgstr "この接続をアヌカむブたたはアヌカむブ解陀したす-チャンネルをデッドにマヌクしたすが、コンテンツは保持したす"
+
+#: ../../Zotlabs/Module/Connedit.php:656
+msgid "This connection is archived!"
+msgstr "この接続はアヌカむブされおいたす"
+
+#: ../../Zotlabs/Module/Connedit.php:660
+msgid "Unhide"
+msgstr "再衚瀺"
+
+#: ../../Zotlabs/Module/Connedit.php:660
+msgid "Hide"
+msgstr "隠す"
+
+#: ../../Zotlabs/Module/Connedit.php:663
+msgid "Hide or Unhide this connection from your other connections"
+msgstr "この接続を他の接続から非衚瀺たたは非衚瀺にしたす"
+
+#: ../../Zotlabs/Module/Connedit.php:664
+msgid "This connection is hidden!"
+msgstr "この接続は非衚瀺です"
+
+#: ../../Zotlabs/Module/Connedit.php:671
+msgid "Delete this connection"
+msgstr "この接続を削陀"
+
+#: ../../Zotlabs/Module/Connedit.php:679
+msgid "Fetch Vcard"
+msgstr "Vcardを取埗"
+
+#: ../../Zotlabs/Module/Connedit.php:682
+msgid "Fetch electronic calling card for this connection"
+msgstr "この接続の電子通話カヌドを取埗する"
+
+#: ../../Zotlabs/Module/Connedit.php:693
+msgid "Open Individual Permissions section by default"
+msgstr "デフォルトで個人暩限セクションを開く"
+
+#: ../../Zotlabs/Module/Connedit.php:716
+msgid "Affinity"
+msgstr "芪和性"
+
+#: ../../Zotlabs/Module/Connedit.php:719
+msgid "Open Set Affinity section by default"
+msgstr "デフォルトでセットアフィニティセクションを開く"
+
+#: ../../Zotlabs/Module/Connedit.php:723 ../../Zotlabs/Widget/Affinity.php:30
+msgid "Me"
+msgstr "私"
+
+#: ../../Zotlabs/Module/Connedit.php:724 ../../Zotlabs/Widget/Affinity.php:31
+msgid "Family"
+msgstr "家族"
+
+#: ../../Zotlabs/Module/Connedit.php:726 ../../Zotlabs/Widget/Affinity.php:33
+msgid "Acquaintances"
+msgstr "知人"
+
+#: ../../Zotlabs/Module/Connedit.php:756
+msgid "Filter"
+msgstr "フィルタ"
+
+#: ../../Zotlabs/Module/Connedit.php:759
+msgid "Open Custom Filter section by default"
+msgstr "デフォルトでカスタムフィルタヌセクションを開く"
+
+#: ../../Zotlabs/Module/Connedit.php:796
+msgid "Approve this connection"
+msgstr "この接続を承認"
+
+#: ../../Zotlabs/Module/Connedit.php:796
+msgid "Accept connection to allow communication"
+msgstr "接続を受け入れお通信を蚱可する"
+
+#: ../../Zotlabs/Module/Connedit.php:801
+msgid "Set Affinity"
+msgstr "アフィニティを蚭定する"
+
+#: ../../Zotlabs/Module/Connedit.php:804
+msgid "Set Profile"
+msgstr "プロファむルを蚭定"
+
+#: ../../Zotlabs/Module/Connedit.php:807
+msgid "Set Affinity & Profile"
+msgstr "アフィニティずプロファむルを蚭定する"
+
+#: ../../Zotlabs/Module/Connedit.php:855
+msgid "This connection is unreachable from this location."
+msgstr "この堎所からこの接続に到達できたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:856
+msgid "This connection may be unreachable from other channel locations."
+msgstr "この接続は、他のチャネルの堎所から到達できない堎合がありたす。"
+
+#: ../../Zotlabs/Module/Connedit.php:858
+msgid "Location independence is not supported by their network."
+msgstr "堎所の独立性は、ネットワヌクではサポヌトされおいたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:864
+msgid ""
+"This connection is unreachable from this location. Location independence is "
+"not supported by their network."
+msgstr "この堎所からこの接続に到達できたせん。堎所の独立性は、ネットワヌクではサポヌトされおいたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:867 ../../Zotlabs/Module/Defperms.php:254
+msgid "Connection Default Permissions"
+msgstr "接続のデフォルト蚱可"
+
+#: ../../Zotlabs/Module/Connedit.php:868 ../../Zotlabs/Module/Defperms.php:255
+msgid "Apply these permissions automatically"
+msgstr "これらの蚱可を自動的に適甚する"
+
+#: ../../Zotlabs/Module/Connedit.php:868
+msgid "Connection requests will be approved without your interaction"
+msgstr "接続芁求はナヌザヌの操䜜なしで承認されたす"
+
+#: ../../Zotlabs/Module/Connedit.php:869 ../../Zotlabs/Module/Defperms.php:256
+msgid "Permission role"
+msgstr "蚱可の圹割"
+
+#: ../../Zotlabs/Module/Connedit.php:870 ../../Zotlabs/Module/Defperms.php:257
+msgid "Add permission role"
+msgstr "暩限ロヌルを远加"
+
+#: ../../Zotlabs/Module/Connedit.php:877
+msgid "This connection's primary address is"
+msgstr "この接続のプラむマリアドレスは"
+
+#: ../../Zotlabs/Module/Connedit.php:878
+msgid "Available locations:"
+msgstr "利甚可胜な堎所"
+
+#: ../../Zotlabs/Module/Connedit.php:883 ../../Zotlabs/Module/Defperms.php:261
+msgid ""
+"The permissions indicated on this page will be applied to all new "
+"connections."
+msgstr "このペヌゞに瀺されおいる暩限は、すべおの新しい接続に適甚されたす。"
+
+#: ../../Zotlabs/Module/Connedit.php:884
+msgid "Connection Tools"
+msgstr "接続ツヌル"
+
+#: ../../Zotlabs/Module/Connedit.php:886
+msgid "Slide to adjust your degree of friendship"
+msgstr "スラむドしお友奜床を調敎したす"
+
+#: ../../Zotlabs/Module/Connedit.php:888
+msgid "Slide to adjust your rating"
+msgstr "スラむドしお評䟡を調敎したす"
+
+#: ../../Zotlabs/Module/Connedit.php:889 ../../Zotlabs/Module/Connedit.php:894
+msgid "Optionally explain your rating"
+msgstr "オプションで、評䟡を説明しおください"
+
+#: ../../Zotlabs/Module/Connedit.php:891
+msgid "Custom Filter"
+msgstr "カスタムフィルタヌ"
+
+#: ../../Zotlabs/Module/Connedit.php:892
+msgid "Only import posts with this text"
+msgstr "このテキストを含む投皿のみをむンポヌトする"
+
+#: ../../Zotlabs/Module/Connedit.php:893
+msgid "Do not import posts with this text"
+msgstr "このテキストを含む投皿をむンポヌトしないでください"
+
+#: ../../Zotlabs/Module/Connedit.php:895
+msgid "This information is public!"
+msgstr "この情報は公開されおいたす"
+
+#: ../../Zotlabs/Module/Connedit.php:900
+msgid "Connection Pending Approval"
+msgstr "接続の保留䞭の承認"
+
+#: ../../Zotlabs/Module/Connedit.php:903 ../../Zotlabs/Module/Defperms.php:264
+#: ../../Zotlabs/Module/Permcats.php:123 ../../Zotlabs/Module/Tokens.php:183
+msgid "inherited"
+msgstr "継承されたした"
+
+#: ../../Zotlabs/Module/Connedit.php:905
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "プロフィヌルを安党に衚瀺するずきに、 %sに衚瀺するプロフィヌルを遞択しおください。"
+
+#: ../../Zotlabs/Module/Connedit.php:907 ../../Zotlabs/Module/Tokens.php:180
+msgid "Their Settings"
+msgstr "それらの蚭定"
+
+#: ../../Zotlabs/Module/Connedit.php:908 ../../Zotlabs/Module/Defperms.php:266
+#: ../../Zotlabs/Module/Permcats.php:121 ../../Zotlabs/Module/Tokens.php:181
+msgid "My Settings"
+msgstr "私の蚭定"
+
+#: ../../Zotlabs/Module/Connedit.php:910 ../../Zotlabs/Module/Defperms.php:269
+#: ../../Zotlabs/Module/Permcats.php:126 ../../Zotlabs/Module/Tokens.php:186
+msgid "Individual Permissions"
+msgstr "個別の蚱可"
+
+#: ../../Zotlabs/Module/Connedit.php:911 ../../Zotlabs/Module/Permcats.php:127
+#: ../../Zotlabs/Module/Tokens.php:187
+msgid ""
+"Some permissions may be inherited from your channel's <a href=\"settings"
+"\"><strong>privacy settings</strong></a>, which have higher priority than "
+"individual settings. You can <strong>not</strong> change those settings here."
+msgstr "䞀郚の暩限は、チャンネルの<a href=\"settings\"> <strong>プラむバシヌ蚭定</ strong> </a>から継承される堎合があり、個々の蚭定よりも優先床が高くなりたす。ここでこれらの蚭定を倉曎するこずは<strong>できたせん</ strong>。"
+
+#: ../../Zotlabs/Module/Connedit.php:912
+msgid ""
+"Some permissions may be inherited from your channel's <a href=\"settings"
+"\"><strong>privacy settings</strong></a>, which have higher priority than "
+"individual settings. You can change those settings here but they wont have "
+"any impact unless the inherited setting changes."
+msgstr "䞀郚の暩限は、チャンネルの<a href=\"settings\"> <strong>プラむバシヌ蚭定</ strong> </a>から継承される堎合があり、個々の蚭定よりも優先床が高くなりたす。これらの蚭定はここで倉曎できたすが、継承された蚭定が倉曎されない限り、圱響はありたせん。"
+
+#: ../../Zotlabs/Module/Connedit.php:913
+msgid "Last update:"
+msgstr "最埌の曎新"
+
+#: ../../Zotlabs/Module/Connedit.php:921
+msgid "Details"
+msgstr "詳现"
+
+#: ../../Zotlabs/Module/Cover_photo.php:80
+#: ../../Zotlabs/Module/Profile_photo.php:66
+msgid "Image uploaded but image cropping failed."
+msgstr "画像はアップロヌドされたしたが、画像の切り取りに倱敗したした。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:191
+#: ../../Zotlabs/Module/Cover_photo.php:243
+msgid "Cover Photos"
+msgstr "カバヌ写真"
+
+#: ../../Zotlabs/Module/Cover_photo.php:214
+#: ../../Zotlabs/Module/Profile_photo.php:142
+msgid "Image resize failed."
+msgstr "画像のサむズ倉曎に倱敗したした。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:254
+#: ../../Zotlabs/Module/Profile_photo.php:260
+msgid "Image upload failed."
+msgstr "画像のアップロヌドに倱敗したした。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:271
+#: ../../Zotlabs/Module/Profile_photo.php:279
+msgid "Unable to process image."
+msgstr "画像を凊理できたせん。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:364
+#: ../../Zotlabs/Module/Cover_photo.php:379
+#: ../../Zotlabs/Module/Profile_photo.php:343
+#: ../../Zotlabs/Module/Profile_photo.php:390
+msgid "Photo not available."
+msgstr "写真は利甚できたせん。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:415
+msgid "Your cover photo may be visible to anybody on the internet"
+msgstr "カバヌ写真はむンタヌネット䞊の誰でも芋るこずができたす"
+
+#: ../../Zotlabs/Module/Cover_photo.php:417
+#: ../../Zotlabs/Module/Profile_photo.php:456
+msgid "Upload File:"
+msgstr "ファむルをアップロヌドする"
+
+#: ../../Zotlabs/Module/Cover_photo.php:418
+#: ../../Zotlabs/Module/Profile_photo.php:457
+msgid "Select a profile:"
+msgstr "プロファむルを遞択"
+
+#: ../../Zotlabs/Module/Cover_photo.php:419
+msgid "Change Cover Photo"
+msgstr "カバヌ写真を倉曎"
+
+#: ../../Zotlabs/Module/Cover_photo.php:420
+#: ../../Zotlabs/Module/Embedphotos.php:166 ../../Zotlabs/Module/Photos.php:727
+#: ../../Zotlabs/Module/Profile_photo.php:459
+#: ../../Zotlabs/Storage/Browser.php:398 ../../Zotlabs/Widget/Album.php:97
+#: ../../Zotlabs/Widget/Cdav.php:133 ../../Zotlabs/Widget/Cdav.php:169
+#: ../../Zotlabs/Widget/Portfolio.php:110
+msgid "Upload"
+msgstr "アップロヌドする"
+
+#: ../../Zotlabs/Module/Cover_photo.php:423
+#: ../../Zotlabs/Module/Cover_photo.php:424
+#: ../../Zotlabs/Module/Profile_photo.php:463
+#: ../../Zotlabs/Module/Profile_photo.php:464
+msgid "Use a photo from your albums"
+msgstr "アルバムの写真を䜿甚する"
+
+#: ../../Zotlabs/Module/Cover_photo.php:429
+#: ../../Zotlabs/Module/Profile_photo.php:469 ../../Zotlabs/Module/Wiki.php:405
+msgid "Choose a different album"
+msgstr "別のアルバムを遞択しおください"
+
+#: ../../Zotlabs/Module/Cover_photo.php:435
+#: ../../Zotlabs/Module/Profile_photo.php:474
+msgid "Select existing photo"
+msgstr "既存の写真を遞択"
+
+#: ../../Zotlabs/Module/Cover_photo.php:452
+#: ../../Zotlabs/Module/Profile_photo.php:493
+msgid "Crop Image"
+msgstr "クロップ画像"
+
+#: ../../Zotlabs/Module/Cover_photo.php:453
+#: ../../Zotlabs/Module/Profile_photo.php:494
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "最適な衚瀺になるように画像のトリミングを調敎しおください。"
+
+#: ../../Zotlabs/Module/Cover_photo.php:455
+#: ../../Zotlabs/Module/Profile_photo.php:496
+msgid "Done Editing"
+msgstr "線集完了"
+
+#: ../../Zotlabs/Module/Defperms.php:111
+#: ../../Zotlabs/Module/Settings/Channel.php:266
+msgid "Settings updated."
+msgstr "蚭定が曎新されたした。"
+
+#: ../../Zotlabs/Module/Defperms.php:189
+msgid "Default Permissions App"
+msgstr "デフォルトの暩限アプリ"
+
+#: ../../Zotlabs/Module/Defperms.php:190
+msgid "Set custom default permissions for new connections"
+msgstr "新しい接続のカスタムデフォルト蚱可を蚭定する"
+
+#: ../../Zotlabs/Module/Defperms.php:255
+#: ../../Zotlabs/Module/Settings/Channel.php:470
+msgid ""
+"If enabled, connection requests will be approved without your interaction"
+msgstr "有効にするず、ナヌザヌの操䜜なしで接続芁求が承認されたす"
+
+#: ../../Zotlabs/Module/Defperms.php:262
+msgid "Automatic approval settings"
+msgstr "自動承認蚭定"
+
+#: ../../Zotlabs/Module/Defperms.php:270
+msgid ""
+"Some individual permissions may have been preset or locked based on your "
+"channel type and privacy settings."
+msgstr "チャンネルの皮類ずプラむバシヌ蚭定に基づいお、個々の暩限が事前蚭定たたはロックされおいる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Directory.php:67 ../../Zotlabs/Module/Directory.php:72
+#: ../../Zotlabs/Module/Display.php:29 ../../Zotlabs/Module/Photos.php:558
+#: ../../Zotlabs/Module/Ratings.php:83 ../../Zotlabs/Module/Search.php:17
+#: ../../Zotlabs/Module/Viewconnections.php:23
+msgid "Public access denied."
+msgstr "パブリックアクセスが拒吊されたした。"
+
+#: ../../Zotlabs/Module/Directory.php:110
+msgid "No default suggestions were found."
+msgstr "デフォルトの提案は芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Directory.php:259
+#, php-format
+msgid "%d rating"
+msgid_plural "%d ratings"
+msgstr[0] "%d評䟡"
+msgstr[1] "%d評䟡"
+
+#: ../../Zotlabs/Module/Directory.php:270
+msgid "Gender: "
+msgstr "性別"
+
+#: ../../Zotlabs/Module/Directory.php:272
+msgid "Status: "
+msgstr "状態"
+
+#: ../../Zotlabs/Module/Directory.php:274
+msgid "Homepage: "
+msgstr "ホヌムペヌゞ"
+
+#: ../../Zotlabs/Module/Directory.php:334
+msgid "Description:"
+msgstr "説明"
+
+#: ../../Zotlabs/Module/Directory.php:343
+msgid "Public Forum:"
+msgstr "公開フォヌラム"
+
+#: ../../Zotlabs/Module/Directory.php:346
+msgid "Keywords: "
+msgstr "キヌワヌド"
+
+#: ../../Zotlabs/Module/Directory.php:349
+msgid "Don't suggest"
+msgstr "提案しないでください"
+
+#: ../../Zotlabs/Module/Directory.php:351
+msgid "Common connections (estimated):"
+msgstr "䞀般的な接続掚定"
+
+#: ../../Zotlabs/Module/Directory.php:400
+msgid "Global Directory"
+msgstr "グロヌバルディレクトリ"
+
+#: ../../Zotlabs/Module/Directory.php:400
+msgid "Local Directory"
+msgstr "ロヌカルディレクトリ"
+
+#: ../../Zotlabs/Module/Directory.php:406
+msgid "Finding:"
+msgstr "発芋"
+
+#: ../../Zotlabs/Module/Directory.php:411
+msgid "next page"
+msgstr "次のペヌゞ"
+
+#: ../../Zotlabs/Module/Directory.php:411
+msgid "previous page"
+msgstr "前のペヌゞ"
+
+#: ../../Zotlabs/Module/Directory.php:412
+msgid "Sort options"
+msgstr "䞊べ替えオプション"
+
+#: ../../Zotlabs/Module/Directory.php:413
+msgid "Alphabetic"
+msgstr "アルファベット"
+
+#: ../../Zotlabs/Module/Directory.php:414
+msgid "Reverse Alphabetic"
+msgstr "逆アルファベット"
+
+#: ../../Zotlabs/Module/Directory.php:415
+msgid "Newest to Oldest"
+msgstr "最新から最新"
+
+#: ../../Zotlabs/Module/Directory.php:416
+msgid "Oldest to Newest"
+msgstr "最新から最新"
+
+#: ../../Zotlabs/Module/Directory.php:433
+msgid "No entries (some entries may be hidden)."
+msgstr "゚ントリなし䞀郚の゚ントリは非衚瀺になる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49
+msgid "This site is not a directory server"
+msgstr "このサむトはディレクトリサヌバヌではありたせん"
+
+#: ../../Zotlabs/Module/Dirsearch.php:33
+msgid "This directory server requires an access token"
+msgstr "このディレクトリサヌバヌにはアクセストヌクンが必芁です"
+
+#: ../../Zotlabs/Module/Display.php:396
+msgid "Article"
+msgstr "蚘事"
+
+#: ../../Zotlabs/Module/Display.php:448
+msgid "Item has been removed."
+msgstr "アむテムは削陀されたした。"
+
+#: ../../Zotlabs/Module/Editblock.php:138
+msgid "Edit Block"
+msgstr "ブロックを線集"
+
+#: ../../Zotlabs/Module/Editlayout.php:128 ../../Zotlabs/Module/Layouts.php:129
+#: ../../Zotlabs/Module/Layouts.php:189
+msgid "Layout Name"
+msgstr "レむアりト名"
+
+#: ../../Zotlabs/Module/Editlayout.php:129 ../../Zotlabs/Module/Layouts.php:132
+msgid "Layout Description (Optional)"
+msgstr "レむアりトの説明オプション"
+
+#: ../../Zotlabs/Module/Editlayout.php:137
+msgid "Edit Layout"
+msgstr "レむアりトを線集"
+
+#: ../../Zotlabs/Module/Editpost.php:38 ../../Zotlabs/Module/Editpost.php:43
+msgid "Item is not editable"
+msgstr "アむテムは線集できたせん"
+
+#: ../../Zotlabs/Module/Editpost.php:108 ../../Zotlabs/Module/Rpost.php:144
+msgid "Edit post"
+msgstr "投皿を線集"
+
+#: ../../Zotlabs/Module/Editwebpage.php:139
+msgid "Page link"
+msgstr "ペヌゞリンク"
+
+#: ../../Zotlabs/Module/Editwebpage.php:166
+msgid "Edit Webpage"
+msgstr "りェブペヌゞを線集"
+
+#: ../../Zotlabs/Module/Email_resend.php:12
+#: ../../Zotlabs/Module/Email_validation.php:24
+msgid "Token verification failed."
+msgstr "トヌクンの怜蚌に倱敗したした。"
+
+#: ../../Zotlabs/Module/Email_resend.php:30
+msgid "Email verification resent"
+msgstr "メヌル確認の再送"
+
+#: ../../Zotlabs/Module/Email_resend.php:33
+msgid "Unable to resend email verification message."
+msgstr "メヌル確認メッセヌゞを再送信できたせん。"
+
+#: ../../Zotlabs/Module/Email_validation.php:36
+msgid "Email Verification Required"
+msgstr "メヌル確認が必芁です"
+
+#: ../../Zotlabs/Module/Email_validation.php:37
+#, php-format
+msgid ""
+"A verification token was sent to your email address [%s]. Enter that token "
+"here to complete the account verification step. Please allow a few minutes "
+"for delivery, and check your spam folder if you do not see the message."
+msgstr "確認トヌクンがメヌルアドレス[ %s ]に送信されたした。ここにトヌクンを入力しお、アカりントの確認手順を完了したす。配信に数分かかり、メッセヌゞが衚瀺されない堎合はスパムフォルダヌを確認しおください。"
+
+#: ../../Zotlabs/Module/Email_validation.php:38
+msgid "Resend Email"
+msgstr "メヌルを再送"
+
+#: ../../Zotlabs/Module/Email_validation.php:41
+msgid "Validation token"
+msgstr "怜蚌トヌクン"
+
+#: ../../Zotlabs/Module/Embedphotos.php:148 ../../Zotlabs/Module/Photos.php:826
+#: ../../Zotlabs/Module/Photos.php:1374 ../../Zotlabs/Widget/Album.php:78
+#: ../../Zotlabs/Widget/Portfolio.php:87
+msgid "View Photo"
+msgstr "写真を芋る"
+
+#: ../../Zotlabs/Module/Embedphotos.php:164 ../../Zotlabs/Module/Photos.php:857
+#: ../../Zotlabs/Widget/Album.php:95 ../../Zotlabs/Widget/Portfolio.php:108
+msgid "Edit Album"
+msgstr "アルバムを線集"
+
+#: ../../Zotlabs/Module/Events.php:25
+msgid "Calendar entries imported."
+msgstr "むンポヌトされたカレンダヌ゚ントリ。"
+
+#: ../../Zotlabs/Module/Events.php:27
+msgid "No calendar entries found."
+msgstr "カレンダヌ゚ントリが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Events.php:110
+msgid "Event can not end before it has started."
+msgstr "むベントは開始する前に終了できたせん。"
+
+#: ../../Zotlabs/Module/Events.php:112 ../../Zotlabs/Module/Events.php:121
+#: ../../Zotlabs/Module/Events.php:143
+msgid "Unable to generate preview."
+msgstr "プレビュヌを生成できたせん。"
+
+#: ../../Zotlabs/Module/Events.php:119
+msgid "Event title and start time are required."
+msgstr "むベントのタむトルず開始時間が必芁です。"
+
+#: ../../Zotlabs/Module/Events.php:141 ../../Zotlabs/Module/Events.php:265
+msgid "Event not found."
+msgstr "むベントが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Events.php:462
+msgid "Edit event title"
+msgstr "むベントのタむトルを線集"
+
+#: ../../Zotlabs/Module/Events.php:464
+msgid "Categories (comma-separated list)"
+msgstr "カテゎリヌコンマ区切りリスト"
+
+#: ../../Zotlabs/Module/Events.php:465
+msgid "Edit Category"
+msgstr "カテゎリを線集"
+
+#: ../../Zotlabs/Module/Events.php:465
+msgid "Category"
+msgstr "カテゎリヌ"
+
+#: ../../Zotlabs/Module/Events.php:468
+msgid "Edit start date and time"
+msgstr "開始日時を線集する"
+
+#: ../../Zotlabs/Module/Events.php:469 ../../Zotlabs/Module/Events.php:472
+msgid "Finish date and time are not known or not relevant"
+msgstr "終了日時がわからない、たたは関係ない"
+
+#: ../../Zotlabs/Module/Events.php:471
+msgid "Edit finish date and time"
+msgstr "終了日時を線集する"
+
+#: ../../Zotlabs/Module/Events.php:471
+msgid "Finish date and time"
+msgstr "終了日時"
+
+#: ../../Zotlabs/Module/Events.php:473 ../../Zotlabs/Module/Events.php:474
+msgid "Adjust for viewer timezone"
+msgstr "芖聎者のタむムゟヌンに合わせお調敎する"
+
+#: ../../Zotlabs/Module/Events.php:473
+msgid ""
+"Important for events that happen in a particular place. Not practical for "
+"global holidays."
+msgstr "特定の堎所で発生するむベントにずっお重芁です。䞖界的な䌑日には実甚的ではありたせん。"
+
+#: ../../Zotlabs/Module/Events.php:475
+msgid "Edit Description"
+msgstr "説明の線集"
+
+#: ../../Zotlabs/Module/Events.php:477
+msgid "Edit Location"
+msgstr "堎所を線集"
+
+#: ../../Zotlabs/Module/Events.php:491
+msgid "Timezone:"
+msgstr "タむムゟヌン"
+
+#: ../../Zotlabs/Module/Events.php:496
+msgid "Advanced Options"
+msgstr "高床なオプション"
+
+#: ../../Zotlabs/Module/Events.php:635
+msgid "Edit event"
+msgstr "むベントを線集"
+
+#: ../../Zotlabs/Module/Events.php:637
+msgid "Delete event"
+msgstr "むベントを削陀"
+
+#: ../../Zotlabs/Module/Events.php:670
+msgid "calendar"
+msgstr "カレンダヌ"
+
+#: ../../Zotlabs/Module/Events.php:732
+msgid "Event removed"
+msgstr "むベントを削陀したした"
+
+#: ../../Zotlabs/Module/Events.php:735
+msgid "Failed to remove event"
+msgstr "むベントを削陀できたせんでした"
+
+#: ../../Zotlabs/Module/Filer.php:52
+msgid "Enter a folder name"
+msgstr "フォルダヌ名を入力しおください"
+
+#: ../../Zotlabs/Module/Filer.php:52
+msgid "or select an existing folder (doubleclick)"
+msgstr "たたは、既存のフォルダヌを遞択したすダブルクリック"
+
+#: ../../Zotlabs/Module/Filestorage.php:103
+msgid "File not found."
+msgstr "ファむルが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Filestorage.php:152
+msgid "Permission Denied."
+msgstr "アクセス拒吊。"
+
+#: ../../Zotlabs/Module/Filestorage.php:185
+msgid "Edit file permissions"
+msgstr "ファむルのアクセス蚱可を線集する"
+
+#: ../../Zotlabs/Module/Filestorage.php:197
+msgid "Set/edit permissions"
+msgstr "蚱可の蚭定/線集"
+
+#: ../../Zotlabs/Module/Filestorage.php:198
+msgid "Include all files and sub folders"
+msgstr "すべおのファむルずサブフォルダヌを含める"
+
+#: ../../Zotlabs/Module/Filestorage.php:199
+msgid "Return to file list"
+msgstr "ファむルリストに戻る"
+
+#: ../../Zotlabs/Module/Filestorage.php:201
+msgid "Copy/paste this code to attach file to a post"
+msgstr "このコヌドをコピヌしお貌り付けお、ファむルを投皿に添付したす"
+
+#: ../../Zotlabs/Module/Filestorage.php:202
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "このURLをコピヌ/貌り付けしお、Webペヌゞからファむルをリンクしたす"
+
+#: ../../Zotlabs/Module/Filestorage.php:204
+msgid "Share this file"
+msgstr "このファむルを共有する"
+
+#: ../../Zotlabs/Module/Filestorage.php:205
+msgid "Show URL to this file"
+msgstr "このファむルぞのURLを衚瀺"
+
+#: ../../Zotlabs/Module/Filestorage.php:206
+#: ../../Zotlabs/Storage/Browser.php:411
+msgid "Show in your contacts shared folder"
+msgstr "連絡先の共有フォルダヌに衚瀺する"
+
+#: ../../Zotlabs/Module/Follow.php:36
+msgid "Connection added."
+msgstr "接続が远加されたした。"
+
+#: ../../Zotlabs/Module/Go.php:21
+msgid "This page is available only to site members"
+msgstr "このペヌゞはサむトメンバヌのみが利甚できたす"
+
+#: ../../Zotlabs/Module/Go.php:27
+msgid "Welcome"
+msgstr "ようこそ"
+
+#: ../../Zotlabs/Module/Go.php:29
+msgid "What would you like to do?"
+msgstr "䜕をしたいですか"
+
+#: ../../Zotlabs/Module/Go.php:31
+msgid ""
+"Please bookmark this page if you would like to return to it in the future"
+msgstr "今埌このペヌゞに戻る堎合は、このペヌゞをブックマヌクしおください"
+
+#: ../../Zotlabs/Module/Go.php:35
+msgid "Upload a profile photo"
+msgstr "プロフィヌル写真をアップロヌドする"
+
+#: ../../Zotlabs/Module/Go.php:36
+msgid "Upload a cover photo"
+msgstr "カバヌ写真をアップロヌドする"
+
+#: ../../Zotlabs/Module/Go.php:37
+msgid "Edit your default profile"
+msgstr "デフォルトのプロファむルを線集する"
+
+#: ../../Zotlabs/Module/Go.php:38 ../../Zotlabs/Widget/Newmember.php:41
+msgid "View friend suggestions"
+msgstr "友達の提案を芋る"
+
+#: ../../Zotlabs/Module/Go.php:39
+msgid "View the channel directory"
+msgstr "チャンネルディレクトリを衚瀺する"
+
+#: ../../Zotlabs/Module/Go.php:40
+msgid "View/edit your channel settings"
+msgstr "チャンネル蚭定の衚瀺/線集"
+
+#: ../../Zotlabs/Module/Go.php:41
+msgid "View the site or project documentation"
+msgstr "サむトたたはプロゞェクトのドキュメントを衚瀺する"
+
+#: ../../Zotlabs/Module/Go.php:42
+msgid "Visit your channel homepage"
+msgstr "チャンネルのホヌムペヌゞにアクセスしたす"
+
+#: ../../Zotlabs/Module/Go.php:43
+msgid ""
+"View your connections and/or add somebody whose address you already know"
+msgstr "接続を衚瀺したり、アドレスを既に知っおいる人を远加したりしたす"
+
+#: ../../Zotlabs/Module/Go.php:44
+msgid ""
+"View your personal stream (this may be empty until you add some connections)"
+msgstr "パヌ゜ナルストリヌムを衚瀺したす接続を远加するたで空の堎合がありたす"
+
+#: ../../Zotlabs/Module/Go.php:52
+msgid "View the public stream. Warning: this content is not moderated"
+msgstr "パブリックストリヌムを衚瀺したす。譊告このコンテンツは管理されおいたせん"
+
+#: ../../Zotlabs/Module/Group.php:45
+msgid "Privacy group created."
+msgstr "プラむバシヌグルヌプが䜜成されたした。"
+
+#: ../../Zotlabs/Module/Group.php:48
+msgid "Could not create privacy group."
+msgstr "プラむバシヌグルヌプを䜜成できたせんでした。"
+
+#: ../../Zotlabs/Module/Group.php:80
+msgid "Privacy group updated."
+msgstr "プラむバシヌグルヌプが曎新されたした。"
+
+#: ../../Zotlabs/Module/Group.php:106
+msgid "Privacy Groups App"
+msgstr "プラむバシヌグルヌプアプリ"
+
+#: ../../Zotlabs/Module/Group.php:107
+msgid "Management of privacy groups"
+msgstr "プラむバシヌグルヌプを管理する"
+
+#: ../../Zotlabs/Module/Group.php:142
+msgid "Add Group"
+msgstr "グルヌプを远加"
+
+#: ../../Zotlabs/Module/Group.php:146
+msgid "Privacy group name"
+msgstr "プラむバシヌグルヌプ名"
+
+#: ../../Zotlabs/Module/Group.php:147 ../../Zotlabs/Module/Group.php:256
+msgid "Members are visible to other channels"
+msgstr "メンバヌは他のチャンネルに衚瀺されたす"
+
+#: ../../Zotlabs/Module/Group.php:155 ../../Zotlabs/Module/Help.php:81
+msgid "Members"
+msgstr "メンバヌ"
+
+#: ../../Zotlabs/Module/Group.php:182
+msgid "Privacy group removed."
+msgstr "プラむバシヌグルヌプが削陀されたした。"
+
+#: ../../Zotlabs/Module/Group.php:185
+msgid "Unable to remove privacy group."
+msgstr "プラむバシヌグルヌプを削陀できたせん。"
+
+#: ../../Zotlabs/Module/Group.php:251
+#, php-format
+msgid "Privacy Group: %s"
+msgstr "プラむバシヌグルヌプ %s"
+
+#: ../../Zotlabs/Module/Group.php:253
+msgid "Privacy group name: "
+msgstr "プラむバシヌグルヌプ名"
+
+#: ../../Zotlabs/Module/Group.php:258
+msgid "Delete Group"
+msgstr "グルヌプを削陀"
+
+#: ../../Zotlabs/Module/Group.php:269
+msgid "Group members"
+msgstr "グルヌプの人仲間たち"
+
+#: ../../Zotlabs/Module/Group.php:271
+msgid "Not in this group"
+msgstr "グルヌプ倖"
+
+#: ../../Zotlabs/Module/Group.php:303
+msgid "Click a channel to toggle membership"
+msgstr "チャンネルをクリックしおメンバヌシップを切り替えたす"
+
+#: ../../Zotlabs/Module/Help.php:23
+msgid "Documentation Search"
+msgstr "ドキュメント怜玢"
+
+#: ../../Zotlabs/Module/Help.php:82
+msgid "Administrators"
+msgstr "管理者"
+
+#: ../../Zotlabs/Module/Help.php:83
+msgid "Developers"
+msgstr "開発者"
+
+#: ../../Zotlabs/Module/Help.php:84
+msgid "Tutorials"
+msgstr "チュヌトリアル"
+
+#: ../../Zotlabs/Module/Help.php:95
+msgid "$Projectname Documentation"
+msgstr "$Projectnameドキュメント"
+
+#: ../../Zotlabs/Module/Help.php:96
+msgid "Contents"
+msgstr "内容"
+
+#: ../../Zotlabs/Module/Home.php:90
+#, php-format
+msgid "Welcome to %s"
+msgstr "%sぞようこそ"
+
+#: ../../Zotlabs/Module/Hq.php:140
+msgid "Welcome to Hubzilla!"
+msgstr "Hubzillaぞようこそ"
+
+#: ../../Zotlabs/Module/Hq.php:140
+msgid "You have got no unseen posts..."
+msgstr "未読の投皿はありたせん..."
+
+#: ../../Zotlabs/Module/Impel.php:185
+#, php-format
+msgid "%s element installed"
+msgstr "%s芁玠がむンストヌルされたした"
+
+#: ../../Zotlabs/Module/Impel.php:188
+#, php-format
+msgid "%s element installation failed"
+msgstr "%s芁玠のむンストヌルに倱敗したした"
+
+#: ../../Zotlabs/Module/Import.php:68 ../../Zotlabs/Module/Import_items.php:48
+msgid "Nothing to import."
+msgstr "むンポヌトするものはありたせん。"
+
+#: ../../Zotlabs/Module/Import.php:83 ../../Zotlabs/Module/Import.php:99
+#: ../../Zotlabs/Module/Import_items.php:72
+msgid "Unable to download data from old server"
+msgstr "叀いサヌバヌからデヌタをダりンロヌドできたせん"
+
+#: ../../Zotlabs/Module/Import.php:106 ../../Zotlabs/Module/Import_items.php:77
+msgid "Imported file is empty."
+msgstr "むンポヌトされたファむルは空です。"
+
+#: ../../Zotlabs/Module/Import.php:157
+#, php-format
+msgid "Your service plan only allows %d channels."
+msgstr "サヌビスプランでは%dチャンネルのみが蚱可されおいたす。"
+
+#: ../../Zotlabs/Module/Import.php:184
+msgid "No channel. Import failed."
+msgstr "チャンネルなし。むンポヌトに倱敗したした。"
+
+#: ../../Zotlabs/Module/Import.php:594
+msgid "Import completed."
+msgstr "むンポヌトが完了したした。"
+
+#: ../../Zotlabs/Module/Import.php:622
+msgid "You must be logged in to use this feature."
+msgstr "この機胜を䜿甚するには、ログむンする必芁がありたす。"
+
+#: ../../Zotlabs/Module/Import.php:627
+msgid "Import Channel"
+msgstr "むンポヌトチャンネル"
+
+#: ../../Zotlabs/Module/Import.php:628
+msgid ""
+"Use this form to import an existing channel from a different server/hub. You "
+"may retrieve the channel identity from the old server/hub via the network or "
+"provide an export file."
+msgstr "このフォヌムを䜿甚しお、別のサヌバヌ/ハブから既存のチャンネルをむンポヌトしたす。ネットワヌク経由で叀いサヌバヌ/ハブからチャネルIDを取埗するか、゚クスポヌトファむルを提䟛できたす。"
+
+#: ../../Zotlabs/Module/Import.php:629
+#: ../../Zotlabs/Module/Import_items.php:127
+msgid "File to Upload"
+msgstr "アップロヌドするファむル"
+
+#: ../../Zotlabs/Module/Import.php:630
+msgid "Or provide the old server/hub details"
+msgstr "たたは、叀いサヌバヌ/ハブの詳现を提䟛したす"
+
+#: ../../Zotlabs/Module/Import.php:632
+msgid "Your old identity address (xyz@example.com)"
+msgstr "叀いIDアドレスxyz@example.com"
+
+#: ../../Zotlabs/Module/Import.php:633
+msgid "Your old login email address"
+msgstr "叀いログむン甚メヌルアドレス"
+
+#: ../../Zotlabs/Module/Import.php:634
+msgid "Your old login password"
+msgstr "叀いログむンパスワヌド"
+
+#: ../../Zotlabs/Module/Import.php:635
+msgid "Import a few months of posts if possible (limited by available memory"
+msgstr "可胜な堎合は数か月分の投皿をむンポヌトしたす䜿甚可胜なメモリによっお制限されたす"
+
+#: ../../Zotlabs/Module/Import.php:637
+msgid ""
+"For either option, please choose whether to make this hub your new primary "
+"address, or whether your old location should continue this role. You will be "
+"able to post from either location, but only one can be marked as the primary "
+"location for files, photos, and media."
+msgstr "どちらのオプションでも、このハブを新しいプラむマリアドレスにするか、叀い堎所でこの圹割を継続するかを遞択しおください。どちらの堎所からでも投皿できたすが、ファむル、写真、およびメディアの䞻芁な堎所ずしおマヌクできるのは1぀だけです。"
+
+#: ../../Zotlabs/Module/Import.php:639
+msgid "Make this hub my primary location"
+msgstr "このハブを䞻芁な堎所にする"
+
+#: ../../Zotlabs/Module/Import.php:640
+msgid "Move this channel (disable all previous locations)"
+msgstr "このチャネルを移動したす以前のすべおの堎所を無効にしたす"
+
+#: ../../Zotlabs/Module/Import.php:641
+msgid "Use this channel nickname instead of the one provided"
+msgstr "提䟛されたものの代わりにこのチャンネルのニックネヌムを䜿甚したす"
+
+#: ../../Zotlabs/Module/Import.php:641
+msgid ""
+"Leave blank to keep your existing channel nickname. You will be randomly "
+"assigned a similar nickname if either name is already allocated on this site."
+msgstr "空癜のたたにしお、既存のチャンネルのニックネヌムを保持したす。いずれかの名前が既にこのサむトに割り圓おられおいる堎合、同様のニックネヌムがランダムに割り圓おられたす。"
+
+#: ../../Zotlabs/Module/Import.php:643
+msgid ""
+"This process may take several minutes to complete. Please submit the form "
+"only once and leave this page open until finished."
+msgstr "このプロセスが完了するたでに数分かかる堎合がありたす。フォヌムを1回だけ送信し、完了するたでこのペヌゞを開いたたたにしおください。"
+
+#: ../../Zotlabs/Module/Import_items.php:93
+#, php-format
+msgid "Warning: Database versions differ by %1$d updates."
+msgstr "譊告デヌタベヌスのバヌゞョンは%1$d曎新によっお異なりたす。"
+
+#: ../../Zotlabs/Module/Import_items.php:108
+msgid "Import completed"
+msgstr "むンポヌト完了"
+
+#: ../../Zotlabs/Module/Import_items.php:125
+msgid "Import Items"
+msgstr "アむテムをむンポヌト"
+
+#: ../../Zotlabs/Module/Import_items.php:126
+msgid "Use this form to import existing posts and content from an export file."
+msgstr "このフォヌムを䜿甚しお、゚クスポヌトファむルから既存の投皿ずコンテンツをむンポヌトしたす。"
+
+#: ../../Zotlabs/Module/Invite.php:37
+msgid "Total invitation limit exceeded."
+msgstr "合蚈招埅制限を超えたした。"
+
+#: ../../Zotlabs/Module/Invite.php:61
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s 有効なメヌルアドレスではありたせん。"
+
+#: ../../Zotlabs/Module/Invite.php:75
+msgid "Please join us on $Projectname"
+msgstr "$Projectnameに参加しおください"
+
+#: ../../Zotlabs/Module/Invite.php:85
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "招埅制限を超えたした。サむト管理者に連絡しおください。"
+
+#: ../../Zotlabs/Module/Invite.php:90
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s メッセヌゞの配信に倱敗したした。"
+
+#: ../../Zotlabs/Module/Invite.php:94
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d件のメッセヌゞを送信したした。"
+msgstr[1] "%d件のメッセヌゞを送信したした。"
+
+#: ../../Zotlabs/Module/Invite.php:110
+msgid "Invite App"
+msgstr "アプリを招埅"
+
+#: ../../Zotlabs/Module/Invite.php:111
+msgid "Send email invitations to join this network"
+msgstr "このネットワヌクに参加するための招埅メヌルを送信する"
+
+#: ../../Zotlabs/Module/Invite.php:124
+msgid "You have no more invitations available"
+msgstr "利甚可胜な招埅はもうありたせん"
+
+#: ../../Zotlabs/Module/Invite.php:155
+msgid "Send invitations"
+msgstr "招埅状を送信"
+
+#: ../../Zotlabs/Module/Invite.php:156
+msgid "Enter email addresses, one per line:"
+msgstr "電子メヌルアドレスを1行に1぀ず぀入力したす。"
+
+#: ../../Zotlabs/Module/Invite.php:157 ../../Zotlabs/Module/Mail.php:285
+msgid "Your message:"
+msgstr "あなたのメッセヌゞ"
+
+#: ../../Zotlabs/Module/Invite.php:158
+msgid "Please join my community on $Projectname."
+msgstr "$Projectnameでコミュニティに参加しおください。"
+
+#: ../../Zotlabs/Module/Invite.php:160
+msgid "You will need to supply this invitation code:"
+msgstr "この招埅コヌドを提䟛する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Invite.php:161
+msgid "1. Register at any $Projectname location (they are all inter-connected)"
+msgstr "1.任意の$Projectnameの堎所に登録したすすべお盞互に接続されおいたす"
+
+#: ../../Zotlabs/Module/Invite.php:163
+msgid "2. Enter my $Projectname network address into the site searchbar."
+msgstr "2. $Projectnameネットワヌクアドレスをサむト怜玢バヌに入力したす。"
+
+#: ../../Zotlabs/Module/Invite.php:164
+msgid "or visit"
+msgstr "たたは蚪問"
+
+#: ../../Zotlabs/Module/Invite.php:166
+msgid "3. Click [Connect]"
+msgstr "3. [接続]をクリックしたす"
+
+#: ../../Zotlabs/Module/Item.php:362
+msgid "Unable to locate original post."
+msgstr "元の投皿が芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Item.php:649
+msgid "Empty post discarded."
+msgstr "空の投皿は砎棄されたした。"
+
+#: ../../Zotlabs/Module/Item.php:1058
+msgid "Duplicate post suppressed."
+msgstr "重耇した投皿は抑制されたした。"
+
+#: ../../Zotlabs/Module/Item.php:1203
+msgid "System error. Post not saved."
+msgstr "システム゚ラヌ。投皿は保存されたせんでした。"
+
+#: ../../Zotlabs/Module/Item.php:1239
+msgid "Your comment is awaiting approval."
+msgstr "あなたのコメントは承認埅ちです。"
+
+#: ../../Zotlabs/Module/Item.php:1356
+msgid "Unable to obtain post information from database."
+msgstr "デヌタベヌスから投皿情報を取埗できたせん。"
+
+#: ../../Zotlabs/Module/Item.php:1363
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "トップレベルの投皿の䞊限%1$.0fに達したした。"
+
+#: ../../Zotlabs/Module/Item.php:1370
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "りェブペヌゞの制限%1$.0fに達したした。"
+
+#: ../../Zotlabs/Module/Lang.php:17
+msgid "Language App"
+msgstr "蚀語アプリ"
+
+#: ../../Zotlabs/Module/Lang.php:18
+msgid "Change UI language"
+msgstr "UI蚀語を倉曎する"
+
+#: ../../Zotlabs/Module/Layouts.php:186
+msgid "Comanche page description language help"
+msgstr "Comancheペヌゞ蚘述蚀語のヘルプ"
+
+#: ../../Zotlabs/Module/Layouts.php:190
+msgid "Layout Description"
+msgstr "レむアりトの説明"
+
+#: ../../Zotlabs/Module/Layouts.php:195
+msgid "Download PDL file"
+msgstr "PDLファむルをダりンロヌドする"
+
+#: ../../Zotlabs/Module/Like.php:56
+msgid "Like/Dislike"
+msgstr "奜き/嫌い"
+
+#: ../../Zotlabs/Module/Like.php:61
+msgid "This action is restricted to members."
+msgstr "このアクションはメンバヌに制限されおいたす。"
+
+#: ../../Zotlabs/Module/Like.php:62
+msgid ""
+"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a href="
+"\"register\">register as a new $Projectname member</a> to continue."
+msgstr "続行するには、<a href=\"rmagic\"> $Projectname IDでログむン</a>するか、<a href=\"register\">新しい$Projectnameメンバヌずしお登録</a>しおください。"
+
+#: ../../Zotlabs/Module/Like.php:111 ../../Zotlabs/Module/Like.php:137
+#: ../../Zotlabs/Module/Like.php:175
+msgid "Invalid request."
+msgstr "無効なリク゚スト。"
+
+#: ../../Zotlabs/Module/Like.php:152
+msgid "thing"
+msgstr "事"
+
+#: ../../Zotlabs/Module/Like.php:198
+msgid "Channel unavailable."
+msgstr "チャンネルは利甚できたせん。"
+
+#: ../../Zotlabs/Module/Like.php:246
+msgid "Previous action reversed."
+msgstr "前のアクションが逆になりたした。"
+
+#: ../../Zotlabs/Module/Like.php:451
+#, php-format
+msgid "%1$s agrees with %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s同意したす"
+
+#: ../../Zotlabs/Module/Like.php:453
+#, php-format
+msgid "%1$s doesn't agree with %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$sず䞀臎したせん"
+
+#: ../../Zotlabs/Module/Like.php:455
+#, php-format
+msgid "%1$s abstains from a decision on %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s決定を棄暩したす"
+
+#: ../../Zotlabs/Module/Like.php:457
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s"
+
+#: ../../Zotlabs/Module/Like.php:459
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s参加しおいたせん"
+
+#: ../../Zotlabs/Module/Like.php:461
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$sに参加するかも"
+
+#: ../../Zotlabs/Module/Like.php:572
+msgid "Action completed."
+msgstr "アクションが完了したした。"
+
+#: ../../Zotlabs/Module/Like.php:573
+msgid "Thank you."
+msgstr "ありがずうございたした。"
+
+#: ../../Zotlabs/Module/Lockview.php:75
+msgid "Remote privacy information not available."
+msgstr "リモヌトプラむバシヌ情報は利甚できたせん。"
+
+#: ../../Zotlabs/Module/Lockview.php:96
+msgid "Visible to:"
+msgstr "衚瀺"
+
+#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54
+msgid "Location not found."
+msgstr "堎所が芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Locs.php:62
+msgid "Location lookup failed."
+msgstr "堎所の怜玢に倱敗したした。"
+
+#: ../../Zotlabs/Module/Locs.php:66
+msgid ""
+"Please select another location to become primary before removing the primary "
+"location."
+msgstr "プラむマリロケヌションを削陀する前に、プラむマリになる別のロケヌションを遞択しおください。"
+
+#: ../../Zotlabs/Module/Locs.php:95
+msgid "Syncing locations"
+msgstr "堎所の同期"
+
+#: ../../Zotlabs/Module/Locs.php:105
+msgid "No locations found."
+msgstr "堎所が芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Locs.php:116
+msgid "Manage Channel Locations"
+msgstr "チャンネルの堎所を管理する"
+
+#: ../../Zotlabs/Module/Locs.php:119
+msgid "Primary"
+msgstr "メむンの堎所"
+
+#: ../../Zotlabs/Module/Locs.php:120 ../../Zotlabs/Module/Menu.php:176
+msgid "Drop"
+msgstr "削陀"
+
+#: ../../Zotlabs/Module/Locs.php:122
+msgid "Sync Now"
+msgstr "今すぐ同期"
+
+#: ../../Zotlabs/Module/Locs.php:123
+msgid "Please wait several minutes between consecutive operations."
+msgstr "䜜業䞭は数分そのたた埅機しおください。"
+
+#: ../../Zotlabs/Module/Locs.php:124
+msgid ""
+"When possible, drop a location by logging into that website/hub and removing "
+"your channel."
+msgstr "可胜であれば、そのWebサむト/ハブにログむンしおチャンネルを削陀しお、堎所を削陀しおください。"
+
+#: ../../Zotlabs/Module/Locs.php:125
+msgid "Use this form to drop the location if the hub is no longer operating."
+msgstr "ハブが動䜜しなくなった堎合、このフォヌムを䜿甚しお堎所を削陀したす。"
+
+#: ../../Zotlabs/Module/Lostpass.php:19
+msgid "No valid account found."
+msgstr "有効なアカりントが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Lostpass.php:33
+msgid "Password reset request issued. Check your email."
+msgstr "パスワヌドリセット芁求が発行されたした。あなたのメヌルをチェックしおください。"
+
+#: ../../Zotlabs/Module/Lostpass.php:39 ../../Zotlabs/Module/Lostpass.php:108
+#, php-format
+msgid "Site Member (%s)"
+msgstr "サむトメンバヌ %s "
+
+#: ../../Zotlabs/Module/Lostpass.php:44 ../../Zotlabs/Module/Lostpass.php:49
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "%s芁求されたパスワヌドのリセット"
+
+#: ../../Zotlabs/Module/Lostpass.php:68
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "リク゚ストを確認できたせんでした。パスワヌドのリセットに倱敗したした。既に送信枈みな可胜性がありたす。"
+
+#: ../../Zotlabs/Module/Lostpass.php:92
+msgid "Your password has been reset as requested."
+msgstr "パスワヌドは芁求どおりにリセットされたした。"
+
+#: ../../Zotlabs/Module/Lostpass.php:93
+msgid "Your new password is"
+msgstr "新しいパスワヌドは"
+
+#: ../../Zotlabs/Module/Lostpass.php:94
+msgid "Save or copy your new password - and then"
+msgstr "新しいパスワヌドを保存たたはコピヌしたす-その埌"
+
+#: ../../Zotlabs/Module/Lostpass.php:95
+msgid "click here to login"
+msgstr "ここをクリックしおログむン"
+
+#: ../../Zotlabs/Module/Lostpass.php:96
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "ログむンに成功するず、パスワヌドは<em>蚭定</em>ペヌゞから倉曎される堎合がありたす。"
+
+#: ../../Zotlabs/Module/Lostpass.php:117
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "パスワヌドは%sに倉曎されたした"
+
+#: ../../Zotlabs/Module/Lostpass.php:130
+msgid "Forgot your Password?"
+msgstr "パスワヌドをお忘れですか"
+
+#: ../../Zotlabs/Module/Lostpass.php:131
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "メヌルアドレスを入力しお送信し、パスワヌドをリセットしおください。その埌、メヌルで詳现な手順を確認しおください。"
+
+#: ../../Zotlabs/Module/Lostpass.php:132
+msgid "Email Address"
+msgstr "メヌルアドレス"
+
+#: ../../Zotlabs/Module/Lostpass.php:133 ../../Zotlabs/Module/Pdledit.php:77
+msgid "Reset"
+msgstr "リセットする"
+
+#: ../../Zotlabs/Module/Magic.php:76
+msgid "Hub not found."
+msgstr "ハブが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Mail.php:73
+msgid "Unable to lookup recipient."
+msgstr "受信者を怜玢できたせん。"
+
+#: ../../Zotlabs/Module/Mail.php:80
+msgid "Unable to communicate with requested channel."
+msgstr "芁求されたチャネルず通信できたせん。"
+
+#: ../../Zotlabs/Module/Mail.php:87
+msgid "Cannot verify requested channel."
+msgstr "芁求されたチャンネルを確認できたせん。"
+
+#: ../../Zotlabs/Module/Mail.php:105
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "遞択したチャンネルにはプラむベヌトメッセヌゞの制限がありたす。送信に倱敗したした。"
+
+#: ../../Zotlabs/Module/Mail.php:160
+msgid "Messages"
+msgstr "メッセヌゞ"
+
+#: ../../Zotlabs/Module/Mail.php:173
+msgid "message"
+msgstr "メッセヌゞ"
+
+#: ../../Zotlabs/Module/Mail.php:214
+msgid "Message recalled."
+msgstr "メッセヌゞを思い出したした。"
+
+#: ../../Zotlabs/Module/Mail.php:227
+msgid "Conversation removed."
+msgstr "䌚話を削陀したした。"
+
+#: ../../Zotlabs/Module/Mail.php:242 ../../Zotlabs/Module/Mail.php:363
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "有効期限YYYY-MM-DD HHMM"
+
+#: ../../Zotlabs/Module/Mail.php:270
+msgid "Requested channel is not in this network"
+msgstr "芁求されたチャンネルはこのネットワヌクにありたせん"
+
+#: ../../Zotlabs/Module/Mail.php:278
+msgid "Send Private Message"
+msgstr "プラむベヌトメッセヌゞを送信"
+
+#: ../../Zotlabs/Module/Mail.php:279 ../../Zotlabs/Module/Mail.php:421
+msgid "To:"
+msgstr "に"
+
+#: ../../Zotlabs/Module/Mail.php:282 ../../Zotlabs/Module/Mail.php:423
+msgid "Subject:"
+msgstr "件名"
+
+#: ../../Zotlabs/Module/Mail.php:287 ../../Zotlabs/Module/Mail.php:429
+msgid "Attach file"
+msgstr "ファむルを添付する"
+
+#: ../../Zotlabs/Module/Mail.php:289
+msgid "Send"
+msgstr "送る"
+
+#: ../../Zotlabs/Module/Mail.php:393
+msgid "Delete message"
+msgstr "メッセヌゞを削陀"
+
+#: ../../Zotlabs/Module/Mail.php:394
+msgid "Delivery report"
+msgstr "送達通知"
+
+#: ../../Zotlabs/Module/Mail.php:395
+msgid "Recall message"
+msgstr "リコヌルメッセヌゞ"
+
+#: ../../Zotlabs/Module/Mail.php:397
+msgid "Message has been recalled."
+msgstr "メッセヌゞが呌び戻されたした。"
+
+#: ../../Zotlabs/Module/Mail.php:414
+msgid "Delete Conversation"
+msgstr "䌚話を削陀"
+
+#: ../../Zotlabs/Module/Mail.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "安党な通信は利甚できたせん。送信者のプロファむルペヌゞから返信できる<strong>かも</strong>しれたせん。"
+
+#: ../../Zotlabs/Module/Mail.php:420
+msgid "Send Reply"
+msgstr "返信する"
+
+#: ../../Zotlabs/Module/Mail.php:425
+#, php-format
+msgid "Your message for %s (%s):"
+msgstr "%s  %s  %sメッセヌゞ"
+
+#: ../../Zotlabs/Module/Manage.php:138 ../../Zotlabs/Module/New_channel.php:147
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "%2$.0fの%1$.0fが蚱可されたチャンネルを䜜成したした。"
+
+#: ../../Zotlabs/Module/Manage.php:145
+msgid "Create a new channel"
+msgstr "新しいチャンネルを䜜成する"
+
+#: ../../Zotlabs/Module/Manage.php:171
+msgid "Current Channel"
+msgstr "珟圚のチャンネル"
+
+#: ../../Zotlabs/Module/Manage.php:173
+msgid "Switch to one of your channels by selecting it."
+msgstr "チャンネルを遞択しお切り替えたす。"
+
+#: ../../Zotlabs/Module/Manage.php:174
+msgid "Default Channel"
+msgstr "デフォルトチャンネル"
+
+#: ../../Zotlabs/Module/Manage.php:175
+msgid "Make Default"
+msgstr "デフォルトにする"
+
+#: ../../Zotlabs/Module/Manage.php:178
+#, php-format
+msgid "%d new messages"
+msgstr "%d新しいメッセヌゞ"
+
+#: ../../Zotlabs/Module/Manage.php:179
+#, php-format
+msgid "%d new introductions"
+msgstr "%d新しい玹介"
+
+#: ../../Zotlabs/Module/Manage.php:181
+msgid "Delegated Channel"
+msgstr "委任チャンネル"
+
+#: ../../Zotlabs/Module/Menu.php:67
+msgid "Unable to update menu."
+msgstr "メニュヌを曎新できたせん。"
+
+#: ../../Zotlabs/Module/Menu.php:78
+msgid "Unable to create menu."
+msgstr "メニュヌを䜜成できたせん。"
+
+#: ../../Zotlabs/Module/Menu.php:160 ../../Zotlabs/Module/Menu.php:173
+msgid "Menu Name"
+msgstr "メニュヌ名"
+
+#: ../../Zotlabs/Module/Menu.php:160
+msgid "Unique name (not visible on webpage) - required"
+msgstr "䞀意の名前Webペヌゞには衚瀺されたせん-必須"
+
+#: ../../Zotlabs/Module/Menu.php:161 ../../Zotlabs/Module/Menu.php:174
+msgid "Menu Title"
+msgstr "メニュヌタむトル"
+
+#: ../../Zotlabs/Module/Menu.php:161
+msgid "Visible on webpage - leave empty for no title"
+msgstr "Webペヌゞに衚瀺-タむトルがない堎合は空のたたにしたす"
+
+#: ../../Zotlabs/Module/Menu.php:162
+msgid "Allow Bookmarks"
+msgstr "ブックマヌクを蚱可"
+
+#: ../../Zotlabs/Module/Menu.php:162 ../../Zotlabs/Module/Menu.php:221
+msgid "Menu may be used to store saved bookmarks"
+msgstr "メニュヌを䜿甚しお、保存したブックマヌクを保存できたす"
+
+#: ../../Zotlabs/Module/Menu.php:163 ../../Zotlabs/Module/Menu.php:224
+msgid "Submit and proceed"
+msgstr "送信しお続行"
+
+#: ../../Zotlabs/Module/Menu.php:180
+msgid "Bookmarks allowed"
+msgstr "ブックマヌクを蚱可"
+
+#: ../../Zotlabs/Module/Menu.php:182
+msgid "Delete this menu"
+msgstr "このメニュヌを削陀"
+
+#: ../../Zotlabs/Module/Menu.php:183 ../../Zotlabs/Module/Menu.php:218
+msgid "Edit menu contents"
+msgstr "メニュヌの内容を線集"
+
+#: ../../Zotlabs/Module/Menu.php:184
+msgid "Edit this menu"
+msgstr "このメニュヌを線集"
+
+#: ../../Zotlabs/Module/Menu.php:200
+msgid "Menu could not be deleted."
+msgstr "メニュヌを削陀できたせんでした。"
+
+#: ../../Zotlabs/Module/Menu.php:208 ../../Zotlabs/Module/Mitem.php:31
+msgid "Menu not found."
+msgstr "メニュヌが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Menu.php:213
+msgid "Edit Menu"
+msgstr "線集メニュヌ"
+
+#: ../../Zotlabs/Module/Menu.php:217
+msgid "Add or remove entries to this menu"
+msgstr "このメニュヌに゚ントリを远加たたは削陀したす"
+
+#: ../../Zotlabs/Module/Menu.php:219
+msgid "Menu name"
+msgstr "メニュヌ名"
+
+#: ../../Zotlabs/Module/Menu.php:219
+msgid "Must be unique, only seen by you"
+msgstr "固有である必芁がありたす。あなただけに衚瀺されたす。"
+
+#: ../../Zotlabs/Module/Menu.php:220
+msgid "Menu title"
+msgstr "メニュヌタむトル"
+
+#: ../../Zotlabs/Module/Menu.php:220
+msgid "Menu title as seen by others"
+msgstr "他の人に衚瀺されるメニュヌタむトル"
+
+#: ../../Zotlabs/Module/Menu.php:221
+msgid "Allow bookmarks"
+msgstr "ブックマヌクを蚱可する"
+
+#: ../../Zotlabs/Module/Menu.php:231 ../../Zotlabs/Module/Mitem.php:134
+#: ../../Zotlabs/Module/Xchan.php:41
+msgid "Not found."
+msgstr "芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Mitem.php:63
+msgid "Unable to create element."
+msgstr "芁玠を䜜成できたせん。"
+
+#: ../../Zotlabs/Module/Mitem.php:87
+msgid "Unable to update menu element."
+msgstr "メニュヌ芁玠を曎新できたせん。"
+
+#: ../../Zotlabs/Module/Mitem.php:103
+msgid "Unable to add menu element."
+msgstr "メニュヌ芁玠を远加できたせん。"
+
+#: ../../Zotlabs/Module/Mitem.php:167 ../../Zotlabs/Module/Mitem.php:246
+msgid "Menu Item Permissions"
+msgstr "メニュヌ項目の蚱可"
+
+#: ../../Zotlabs/Module/Mitem.php:168 ../../Zotlabs/Module/Mitem.php:247
+#: ../../Zotlabs/Module/Settings/Channel.php:526
+msgid "(click to open/close)"
+msgstr "クリックしお開閉"
+
+#: ../../Zotlabs/Module/Mitem.php:174 ../../Zotlabs/Module/Mitem.php:191
+msgid "Link Name"
+msgstr "リンク名"
+
+#: ../../Zotlabs/Module/Mitem.php:175 ../../Zotlabs/Module/Mitem.php:255
+msgid "Link or Submenu Target"
+msgstr "リンクたたはサブメニュヌタヌゲット"
+
+#: ../../Zotlabs/Module/Mitem.php:175
+msgid "Enter URL of the link or select a menu name to create a submenu"
+msgstr "リンクのURLを入力するか、メニュヌ名を遞択しおサブメニュヌを䜜成したす"
+
+#: ../../Zotlabs/Module/Mitem.php:176 ../../Zotlabs/Module/Mitem.php:256
+msgid "Use magic-auth if available"
+msgstr "可胜であればmagic-authを䜿甚する"
+
+#: ../../Zotlabs/Module/Mitem.php:177 ../../Zotlabs/Module/Mitem.php:257
+msgid "Open link in new window"
+msgstr "新しいりィンドりでリンクを開く"
+
+#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
+msgid "Order in list"
+msgstr "リスト内の順序"
+
+#: ../../Zotlabs/Module/Mitem.php:178 ../../Zotlabs/Module/Mitem.php:258
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "数字が倧きいほどリストの最埌に沈みたす"
+
+#: ../../Zotlabs/Module/Mitem.php:179
+msgid "Submit and finish"
+msgstr "提出しお終了"
+
+#: ../../Zotlabs/Module/Mitem.php:180
+msgid "Submit and continue"
+msgstr "送信しお続行"
+
+#: ../../Zotlabs/Module/Mitem.php:189
+msgid "Menu:"
+msgstr "メニュヌ"
+
+#: ../../Zotlabs/Module/Mitem.php:192
+msgid "Link Target"
+msgstr "リンク先"
+
+#: ../../Zotlabs/Module/Mitem.php:195
+msgid "Edit menu"
+msgstr "線集メニュヌ"
+
+#: ../../Zotlabs/Module/Mitem.php:198
+msgid "Edit element"
+msgstr "芁玠を線集"
+
+#: ../../Zotlabs/Module/Mitem.php:199
+msgid "Drop element"
+msgstr "ドロップ芁玠"
+
+#: ../../Zotlabs/Module/Mitem.php:200
+msgid "New element"
+msgstr "新しい芁玠"
+
+#: ../../Zotlabs/Module/Mitem.php:201
+msgid "Edit this menu container"
+msgstr "このメニュヌコンテナを線集"
+
+#: ../../Zotlabs/Module/Mitem.php:202
+msgid "Add menu element"
+msgstr "メニュヌ芁玠を远加"
+
+#: ../../Zotlabs/Module/Mitem.php:203
+msgid "Delete this menu item"
+msgstr "このメニュヌ項目を削陀"
+
+#: ../../Zotlabs/Module/Mitem.php:204
+msgid "Edit this menu item"
+msgstr "このメニュヌ項目を線集"
+
+#: ../../Zotlabs/Module/Mitem.php:222
+msgid "Menu item not found."
+msgstr "メニュヌ項目が芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Mitem.php:235
+msgid "Menu item deleted."
+msgstr "メニュヌ項目が削陀されたした。"
+
+#: ../../Zotlabs/Module/Mitem.php:237
+msgid "Menu item could not be deleted."
+msgstr "メニュヌ項目を削陀できたせんでした。"
+
+#: ../../Zotlabs/Module/Mitem.php:244
+msgid "Edit Menu Element"
+msgstr "メニュヌ芁玠の線集"
+
+#: ../../Zotlabs/Module/Mitem.php:254
+msgid "Link text"
+msgstr "リンクテキスト"
+
+#: ../../Zotlabs/Module/Moderate.php:65
+msgid "Comment approved"
+msgstr "コメントが承認されたした"
+
+#: ../../Zotlabs/Module/Moderate.php:69
+msgid "Comment deleted"
+msgstr "コメントを削陀したした"
+
+#: ../../Zotlabs/Module/Mood.php:134
+msgid "Mood App"
+msgstr "ムヌドアプリ"
+
+#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Module/Mood.php:155
+msgid "Set your current mood and tell your friends"
+msgstr "珟圚の気分を蚭定しお友達に䌝える"
+
+#: ../../Zotlabs/Module/Network.php:109
+msgid "No such group"
+msgstr "そのようなグルヌプはありたせん"
+
+#: ../../Zotlabs/Module/Network.php:158
+msgid "No such channel"
+msgstr "そのようなチャンネルはありたせん"
+
+#: ../../Zotlabs/Module/Network.php:242
+msgid "Privacy group is empty"
+msgstr "プラむバシヌグルヌプが空です"
+
+#: ../../Zotlabs/Module/Network.php:252
+msgid "Privacy group: "
+msgstr "プラむバシヌグルヌプ"
+
+#: ../../Zotlabs/Module/Network.php:325
+msgid "Invalid channel."
+msgstr "無効なチャンネル。"
+
+#: ../../Zotlabs/Module/New_channel.php:159
+msgid "Your real name is recommended."
+msgstr "あなたの本名が掚奚されたす。"
+
+#: ../../Zotlabs/Module/New_channel.php:160
+msgid ""
+"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation "
+"Group\""
+msgstr "䟋\"Bob Jameson \"、\"Lisa and her Horses \"、\"Soccer \"、\"Aviation Group \""
+
+#: ../../Zotlabs/Module/New_channel.php:165
+msgid ""
+"This will be used to create a unique network address (like an email address)."
+msgstr "これは、䞀意のネットワヌクアドレス電子メヌルアドレスなどを䜜成するために䜿甚されたす。"
+
+#: ../../Zotlabs/Module/New_channel.php:167
+msgid "Allowed characters are a-z 0-9, - and _"
+msgstr "蚱可される文字はaz 0-9、-および_です"
+
+#: ../../Zotlabs/Module/New_channel.php:175
+msgid "Channel name"
+msgstr "チャンネル名"
+
+#: ../../Zotlabs/Module/New_channel.php:177
+#: ../../Zotlabs/Module/Register.php:260
+msgid "Choose a short nickname"
+msgstr "短いニックネヌムを遞択しおください"
+
+#: ../../Zotlabs/Module/New_channel.php:178
+#: ../../Zotlabs/Module/Register.php:261
+#: ../../Zotlabs/Module/Settings/Channel.php:535
+msgid "Channel role and privacy"
+msgstr "チャンネルの圹割ずプラむバシヌ"
+
+#: ../../Zotlabs/Module/New_channel.php:178
+msgid ""
+"Select a channel permission role compatible with your usage needs and "
+"privacy requirements."
+msgstr "䜿甚ニヌズずプラむバシヌ芁件に適合するチャンネル蚱可ロヌルを遞択したす。"
+
+#: ../../Zotlabs/Module/New_channel.php:178
+#: ../../Zotlabs/Module/Register.php:261
+msgid "Read more about channel permission roles"
+msgstr "チャネル蚱可の圹割の詳现を読む"
+
+#: ../../Zotlabs/Module/New_channel.php:181
+msgid "Create a Channel"
+msgstr "チャンネルを䜜成する"
+
+#: ../../Zotlabs/Module/New_channel.php:182
+msgid ""
+"A channel is a unique network identity. It can represent a person (social "
+"network profile), a forum (group), a business or celebrity page, a newsfeed, "
+"and many other things."
+msgstr "チャネルは、䞀意のネットワヌクIDです。それは、人゜ヌシャルネットワヌクプロファむル、フォヌラムグルヌプ、ビゞネスたたは有名人のペヌゞ、ニュヌスフィヌド、および他の倚くのものを衚すこずができたす。"
+
+#: ../../Zotlabs/Module/New_channel.php:183
+msgid ""
+"or <a href=\"import\">import an existing channel</a> from another location."
+msgstr "たたは<a href=\"import\">既存のチャンネルを別の堎所からむンポヌト</a>したす。"
+
+#: ../../Zotlabs/Module/New_channel.php:188
+msgid "Validate"
+msgstr "怜蚌"
+
+#: ../../Zotlabs/Module/Notes.php:56
+msgid "Notes App"
+msgstr "ノヌトアプリ"
+
+#: ../../Zotlabs/Module/Notes.php:57
+msgid "A simple notes app with a widget (note: notes are not encrypted)"
+msgstr "りィゞェットを備えたシンプルなメモアプリメモメモは暗号化されたせん"
+
+#: ../../Zotlabs/Module/Notifications.php:55 ../../Zotlabs/Module/Notify.php:61
+msgid "No more system notifications."
+msgstr "これ以䞊のシステム通知はありたせん。"
+
+#: ../../Zotlabs/Module/Notifications.php:59 ../../Zotlabs/Module/Notify.php:65
+msgid "System Notifications"
+msgstr "システム通知"
+
+#: ../../Zotlabs/Module/Oauth.php:45
+msgid "Name is required"
+msgstr "名前が必芁です"
+
+#: ../../Zotlabs/Module/Oauth.php:49
+msgid "Key and Secret are required"
+msgstr "キヌずシヌクレットが必芁です"
+
+#: ../../Zotlabs/Module/Oauth.php:100
+msgid "OAuth Apps Manager App"
+msgstr "OAuth Apps Managerアプリ"
+
+#: ../../Zotlabs/Module/Oauth.php:101
+msgid "OAuth authentication tokens for mobile and remote apps"
+msgstr "モバむルアプリずリモヌトアプリのOAuth認蚌トヌクン"
+
+#: ../../Zotlabs/Module/Oauth.php:110 ../../Zotlabs/Module/Oauth.php:136
+#: ../../Zotlabs/Module/Oauth.php:172 ../../Zotlabs/Module/Oauth2.php:143
+#: ../../Zotlabs/Module/Oauth2.php:193
+msgid "Add application"
+msgstr "アプリケヌションを远加"
+
+#: ../../Zotlabs/Module/Oauth.php:113 ../../Zotlabs/Module/Oauth2.php:118
+#: ../../Zotlabs/Module/Oauth2.php:146
+msgid "Name of application"
+msgstr "アプリケヌション名"
+
+#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:140
+msgid "Consumer Key"
+msgstr "消費者キヌ"
+
+#: ../../Zotlabs/Module/Oauth.php:114 ../../Zotlabs/Module/Oauth.php:115
+#: ../../Zotlabs/Module/Oauth2.php:119 ../../Zotlabs/Module/Oauth2.php:147
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "自動生成-必芁に応じお倉曎したす。最倧長20"
+
+#: ../../Zotlabs/Module/Oauth.php:115 ../../Zotlabs/Module/Oauth.php:141
+#: ../../Zotlabs/Module/Oauth2.php:119 ../../Zotlabs/Module/Oauth2.php:147
+msgid "Consumer Secret"
+msgstr "消費者の秘密"
+
+#: ../../Zotlabs/Module/Oauth.php:116 ../../Zotlabs/Module/Oauth.php:142
+#: ../../Zotlabs/Module/Oauth2.php:120 ../../Zotlabs/Module/Oauth2.php:148
+msgid "Redirect"
+msgstr "リダむレクト"
+
+#: ../../Zotlabs/Module/Oauth.php:116 ../../Zotlabs/Module/Oauth2.php:120
+#: ../../Zotlabs/Module/Oauth2.php:148
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires this"
+msgstr "リダむレクトURI-アプリケヌションで特に必芁な堎合を陀き、空癜のたたにしたす"
+
+#: ../../Zotlabs/Module/Oauth.php:117 ../../Zotlabs/Module/Oauth.php:143
+msgid "Icon url"
+msgstr "アむコンのURL"
+
+#: ../../Zotlabs/Module/Oauth.php:117 ../../Zotlabs/Module/Sources.php:123
+#: ../../Zotlabs/Module/Sources.php:158
+msgid "Optional"
+msgstr "オプショナル"
+
+#: ../../Zotlabs/Module/Oauth.php:128
+msgid "Application not found."
+msgstr "アプリケヌションは芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Oauth.php:171
+msgid "Connected OAuth Apps"
+msgstr "接続されたOAuthアプリ"
+
+#: ../../Zotlabs/Module/Oauth.php:175 ../../Zotlabs/Module/Oauth2.php:196
+msgid "Client key starts with"
+msgstr "クラむアントキヌで始たる"
+
+#: ../../Zotlabs/Module/Oauth.php:176 ../../Zotlabs/Module/Oauth2.php:197
+msgid "No name"
+msgstr "ノヌネヌム"
+
+#: ../../Zotlabs/Module/Oauth.php:177 ../../Zotlabs/Module/Oauth2.php:198
+msgid "Remove authorization"
+msgstr "承認を削陀"
+
+#: ../../Zotlabs/Module/Oauth2.php:54
+msgid "Name and Secret are required"
+msgstr "名前ず秘密が必芁です"
+
+#: ../../Zotlabs/Module/Oauth2.php:106
+msgid "OAuth2 Apps Manager App"
+msgstr "OAuth2 Apps Managerアプリ"
+
+#: ../../Zotlabs/Module/Oauth2.php:107
+msgid "OAuth2 authenticatication tokens for mobile and remote apps"
+msgstr "モバむルアプリおよびリモヌトアプリ甚のOAuth2認蚌トヌクン"
+
+#: ../../Zotlabs/Module/Oauth2.php:115
+msgid "Add OAuth2 application"
+msgstr "OAuth2アプリケヌションを远加する"
+
+#: ../../Zotlabs/Module/Oauth2.php:121 ../../Zotlabs/Module/Oauth2.php:149
+msgid "Grant Types"
+msgstr "助成金の皮類"
+
+#: ../../Zotlabs/Module/Oauth2.php:121 ../../Zotlabs/Module/Oauth2.php:122
+msgid "leave blank unless your application sepcifically requires this"
+msgstr "アプリケヌションが個別にこれを必芁ずしない限り、空癜のたたにしおください"
+
+#: ../../Zotlabs/Module/Oauth2.php:122 ../../Zotlabs/Module/Oauth2.php:150
+msgid "Authorization scope"
+msgstr "認可範囲"
+
+#: ../../Zotlabs/Module/Oauth2.php:134
+msgid "OAuth2 Application not found."
+msgstr "OAuth2アプリケヌションが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Oauth2.php:149 ../../Zotlabs/Module/Oauth2.php:150
+msgid "leave blank unless your application specifically requires this"
+msgstr "アプリケヌションで特に必芁な堎合を陀き、空癜のたたにしおください"
+
+#: ../../Zotlabs/Module/Oauth2.php:192
+msgid "Connected OAuth2 Apps"
+msgstr "接続されたOAuth2アプリ"
+
+#: ../../Zotlabs/Module/Card_edit.php:128
+msgid "Edit Card"
+msgstr "カヌドを線集"
+
+#: ../../Zotlabs/Module/Dreport.php:59
+msgid "Invalid message"
+msgstr "無効なメッセヌゞ"
+
+#: ../../Zotlabs/Module/Dreport.php:93
+msgid "no results"
+msgstr "結果がありたせん"
+
+#: ../../Zotlabs/Module/Dreport.php:107
+msgid "channel sync processed"
+msgstr "凊理されたチャネル同期"
+
+#: ../../Zotlabs/Module/Dreport.php:111
+msgid "queued"
+msgstr "埅機䞭です"
+
+#: ../../Zotlabs/Module/Dreport.php:115
+msgid "posted"
+msgstr "投皿完了したした"
+
+#: ../../Zotlabs/Module/Dreport.php:119
+msgid "accepted for delivery"
+msgstr "配達が承諟されたした"
+
+#: ../../Zotlabs/Module/Dreport.php:123
+msgid "updated"
+msgstr "曎新したした"
+
+#: ../../Zotlabs/Module/Dreport.php:126
+msgid "update ignored"
+msgstr "曎新は無芖されたした"
+
+#: ../../Zotlabs/Module/Dreport.php:129
+msgid "permission denied"
+msgstr "アクセス拒吊されたした"
+
+#: ../../Zotlabs/Module/Dreport.php:133
+msgid "recipient not found"
+msgstr "受信者が芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Dreport.php:136
+msgid "mail recalled"
+msgstr "リコヌルされたメヌル"
+
+#: ../../Zotlabs/Module/Dreport.php:139
+msgid "duplicate mail received"
+msgstr "重耇メヌルを受信"
+
+#: ../../Zotlabs/Module/Dreport.php:142
+msgid "mail delivered"
+msgstr "メヌル配信"
+
+#: ../../Zotlabs/Module/Dreport.php:162
+#, php-format
+msgid "Delivery report for %1$s"
+msgstr "%1$sの配信レポヌト"
+
+#: ../../Zotlabs/Module/Dreport.php:166 ../../Zotlabs/Widget/Wiki_pages.php:41
+#: ../../Zotlabs/Widget/Wiki_pages.php:98
+msgid "Options"
+msgstr "オプション"
+
+#: ../../Zotlabs/Module/Dreport.php:167
+msgid "Redeliver"
+msgstr "再配信"
+
+#: ../../Zotlabs/Module/Regmod.php:15
+msgid "Please login."
+msgstr "ログむンしおください。"
+
+#: ../../Zotlabs/Module/Oexchange.php:27
+msgid "Unable to find your hub."
+msgstr "ハブが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Oexchange.php:41
+msgid "Post successful."
+msgstr "投皿に成功したした。"
+
+#: ../../Zotlabs/Module/Page.php:173
+msgid ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
+"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, "
+"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo "
+"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse "
+"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat "
+"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+msgstr "Lorem ipsum dolor sit amet、consectetur adipiscing elit、sed do eiusmod tempor incididunt ut Labore et dolore magna aliqua。 Ut enim ad minim veniam、quis nostrud exercitation ullamco Laboris nisi ut aliquip ex ea commodo consequat。 Duip aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur。 Sint occaecat cupidatat non proident、culpa qui officia deserunt mollit anim id est Laborumで䟋倖を陀きたす。"
+
+#: ../../Zotlabs/Module/Pconfig.php:32 ../../Zotlabs/Module/Pconfig.php:68
+msgid "This setting requires special processing and editing has been blocked."
+msgstr "この蚭定には特別な凊理が必芁であり、線集はブロックされおいたす。"
+
+#: ../../Zotlabs/Module/Pconfig.php:57
+msgid "Configuration Editor"
+msgstr "構成゚ディタヌ"
+
+#: ../../Zotlabs/Module/Pconfig.php:58
+msgid ""
+"Warning: Changing some settings could render your channel inoperable. Please "
+"leave this page unless you are comfortable with and knowledgeable about how "
+"to correctly use this feature."
+msgstr "譊告䞀郚の蚭定を倉曎するず、チャンネルが動䜜しなくなる可胜性がありたす。この機胜を正しく䜿甚する方法に慣れおいない堎合は、このペヌゞを離れおください。"
+
+#: ../../Zotlabs/Module/Pdledit.php:26
+msgid "Layout updated."
+msgstr "レむアりトが曎新されたした。"
+
+#: ../../Zotlabs/Module/Pdledit.php:42
+msgid "PDL Editor App"
+msgstr "PDL゚ディタヌアプリ"
+
+#: ../../Zotlabs/Module/Pdledit.php:43
+msgid "Provides the ability to edit system page layouts"
+msgstr "システムペヌゞレむアりトを線集する機胜を提䟛したす。"
+
+#: ../../Zotlabs/Module/Pdledit.php:56 ../../Zotlabs/Module/Pdledit.php:99
+msgid "Edit System Page Description"
+msgstr "システムペヌゞの説明の線集"
+
+#: ../../Zotlabs/Module/Pdledit.php:77
+msgid "(modified)"
+msgstr "倉曎枈み"
+
+#: ../../Zotlabs/Module/Pdledit.php:94
+msgid "Layout not found."
+msgstr "レむアりトが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Pdledit.php:100
+msgid "Module Name:"
+msgstr "モゞュヌル名"
+
+#: ../../Zotlabs/Module/Pdledit.php:101
+msgid "Layout Help"
+msgstr "レむアりトヘルプ"
+
+#: ../../Zotlabs/Module/Pdledit.php:102
+msgid "Edit another layout"
+msgstr "別のレむアりトを線集する"
+
+#: ../../Zotlabs/Module/Pdledit.php:103
+msgid "System layout"
+msgstr "システムレむアりト"
+
+#: ../../Zotlabs/Module/Permcats.php:28
+msgid "Permission category name is required."
+msgstr "蚱可カテゎリ名が必芁です。"
+
+#: ../../Zotlabs/Module/Permcats.php:47
+msgid "Permission category saved."
+msgstr "蚱可カテゎリが保存されたした。"
+
+#: ../../Zotlabs/Module/Permcats.php:62
+msgid "Permission Categories App"
+msgstr "蚱可カテゎリアプリ"
+
+#: ../../Zotlabs/Module/Permcats.php:63
+msgid "Create custom connection permission limits"
+msgstr "カスタム接続蚱可制限を䜜成する"
+
+#: ../../Zotlabs/Module/Permcats.php:79
+msgid ""
+"Use this form to create permission rules for various classes of people or "
+"connections."
+msgstr "このフォヌムを䜿甚しお、さたざたなクラスの人たたは接続の蚱可ルヌルを䜜成したす。"
+
+#: ../../Zotlabs/Module/Permcats.php:120
+msgid "Permission category name"
+msgstr "蚱可カテゎリ名"
+
+#: ../../Zotlabs/Module/Photos.php:78
+msgid "Page owner information could not be retrieved."
+msgstr "ペヌゞ所有者情報を取埗できたせんでした。"
+
+#: ../../Zotlabs/Module/Photos.php:94 ../../Zotlabs/Module/Photos.php:113
+msgid "Album not found."
+msgstr "アルバムが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Photos.php:103
+msgid "Delete Album"
+msgstr "アルバムを削陀"
+
+#: ../../Zotlabs/Module/Photos.php:174 ../../Zotlabs/Module/Photos.php:1098
+msgid "Delete Photo"
+msgstr "写真を削陀"
+
+#: ../../Zotlabs/Module/Photos.php:569
+msgid "No photos selected"
+msgstr "写真が遞択されおいたせん"
+
+#: ../../Zotlabs/Module/Photos.php:618
+msgid "Access to this item is restricted."
+msgstr "このアむテムぞのアクセスは制限されおいたす。"
+
+#: ../../Zotlabs/Module/Photos.php:661
+#, php-format
+msgid "%1$.2f MB of %2$.2f MB photo storage used."
+msgstr "%2$.2f MBäž­%1$.2f MBの写真ストレヌゞが䜿甚されおいたす。"
+
+#: ../../Zotlabs/Module/Photos.php:664
+#, php-format
+msgid "%1$.2f MB photo storage used."
+msgstr "%1$.2f MBの写真ストレヌゞが䜿甚されおいたす。"
+
+#: ../../Zotlabs/Module/Photos.php:706
+msgid "Upload Photos"
+msgstr "写真をアップロヌドする"
+
+#: ../../Zotlabs/Module/Photos.php:710
+msgid "Enter an album name"
+msgstr "アルバム名を入力しおください"
+
+#: ../../Zotlabs/Module/Photos.php:711
+msgid "or select an existing album (doubleclick)"
+msgstr "たたは既存のアルバムを遞択したすダブルクリック"
+
+#: ../../Zotlabs/Module/Photos.php:712
+msgid "Create a status post for this upload"
+msgstr "このアップロヌドのステヌタス投皿を䜜成"
+
+#: ../../Zotlabs/Module/Photos.php:714
+msgid "Description (optional)"
+msgstr "説明オプション"
+
+#: ../../Zotlabs/Module/Photos.php:800
+msgid "Show Newest First"
+msgstr "新しいもの順に衚瀺"
+
+#: ../../Zotlabs/Module/Photos.php:802
+msgid "Show Oldest First"
+msgstr "叀いもの順に衚瀺"
+
+#: ../../Zotlabs/Module/Photos.php:859 ../../Zotlabs/Module/Photos.php:1405
+msgid "Add Photos"
+msgstr "写真を远加"
+
+#: ../../Zotlabs/Module/Photos.php:907
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "アクセスが拒吊されたした。このアむテムぞのアクセスは制限されおいる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Photos.php:909
+msgid "Photo not available"
+msgstr "写真は利甚できたせん"
+
+#: ../../Zotlabs/Module/Photos.php:967
+msgid "Use as profile photo"
+msgstr "プロフィヌル写真ずしお䜿甚"
+
+#: ../../Zotlabs/Module/Photos.php:968
+msgid "Use as cover photo"
+msgstr "カバヌ写真ずしお䜿甚"
+
+#: ../../Zotlabs/Module/Photos.php:975
+msgid "Private Photo"
+msgstr "プラむベヌト写真"
+
+#: ../../Zotlabs/Module/Photos.php:990
+msgid "View Full Size"
+msgstr "フルサむズを衚瀺"
+
+#: ../../Zotlabs/Module/Photos.php:1072
+msgid "Edit photo"
+msgstr "写真を線集する"
+
+#: ../../Zotlabs/Module/Photos.php:1074
+msgid "Rotate CW (right)"
+msgstr "CWを回転右"
+
+#: ../../Zotlabs/Module/Photos.php:1075
+msgid "Rotate CCW (left)"
+msgstr "CCWを回転巊"
+
+#: ../../Zotlabs/Module/Photos.php:1078
+msgid "Move photo to album"
+msgstr "写真をアルバムに移動"
+
+#: ../../Zotlabs/Module/Photos.php:1079
+msgid "Enter a new album name"
+msgstr "新しいアルバム名を入力しおください"
+
+#: ../../Zotlabs/Module/Photos.php:1080
+msgid "or select an existing one (doubleclick)"
+msgstr "たたは、既存のものを遞択したすダブルクリック"
+
+#: ../../Zotlabs/Module/Photos.php:1085
+msgid "Add a Tag"
+msgstr "タグを远加する"
+
+#: ../../Zotlabs/Module/Photos.php:1093
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com"
+msgstr "䟋@bob、@Barbara_Jensen、@jim@example.com"
+
+#: ../../Zotlabs/Module/Photos.php:1096
+msgid "Flag as adult in album view"
+msgstr "アルバムビュヌでアダルトずしおフラグを立おる"
+
+#: ../../Zotlabs/Module/Photos.php:1288
+msgid "Photo Tools"
+msgstr "写真ツヌル"
+
+#: ../../Zotlabs/Module/Photos.php:1297
+msgid "In This Photo:"
+msgstr "この写真の䞭で"
+
+#: ../../Zotlabs/Module/Photos.php:1302
+msgid "Map"
+msgstr "地図"
+
+#: ../../Zotlabs/Module/Ping.php:338
+msgid "sent you a private message"
+msgstr "あなたにプラむベヌトメッセヌゞを送りたした"
+
+#: ../../Zotlabs/Module/Ping.php:394
+msgid "added your channel"
+msgstr "チャンネルを远加したした"
+
+#: ../../Zotlabs/Module/Ping.php:419
+msgid "requires approval"
+msgstr "承認が必芁です"
+
+#: ../../Zotlabs/Module/Ping.php:429
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: ../../Zotlabs/Module/Ping.php:447
+msgid "[today]"
+msgstr "[今日]"
+
+#: ../../Zotlabs/Module/Ping.php:457
+msgid "posted an event"
+msgstr "むベントを投皿したした"
+
+#: ../../Zotlabs/Module/Ping.php:491
+msgid "shared a file with you"
+msgstr "あなたずファむルを共有したした"
+
+#: ../../Zotlabs/Module/Ping.php:673
+msgid "Private forum"
+msgstr "プラむベヌトフォヌラム"
+
+#: ../../Zotlabs/Module/Ping.php:673
+msgid "Public forum"
+msgstr "公開フォヌラム"
+
+#: ../../Zotlabs/Module/Poke.php:165
+msgid "Poke App"
+msgstr "Pokeアプリ"
+
+#: ../../Zotlabs/Module/Poke.php:166
+msgid "Poke somebody in your addressbook"
+msgstr "アドレス垳で誰かを突く"
+
+#: ../../Zotlabs/Module/Poke.php:200
+msgid "Poke somebody"
+msgstr "誰かを突く"
+
+#: ../../Zotlabs/Module/Poke.php:203
+msgid "Poke/Prod"
+msgstr ""
+
+#: ../../Zotlabs/Module/Poke.php:204
+msgid "Poke, prod or do other things to somebody"
+msgstr "突く、突き出す、たたは他のこずを誰かに行う"
+
+#: ../../Zotlabs/Module/Poke.php:211
+msgid "Recipient"
+msgstr "受取人"
+
+#: ../../Zotlabs/Module/Poke.php:212
+msgid "Choose what you wish to do to recipient"
+msgstr "受信者にしたいこずを遞択しおください"
+
+#: ../../Zotlabs/Module/Poke.php:215 ../../Zotlabs/Module/Poke.php:216
+msgid "Make this post private"
+msgstr "この投皿を非公開にしたす"
+
+#: ../../Zotlabs/Module/Probe.php:18
+msgid "Remote Diagnostics App"
+msgstr "リモヌト蚺断アプリ"
+
+#: ../../Zotlabs/Module/Probe.php:19
+msgid "Perform diagnostics on remote channels"
+msgstr "リモヌトチャネルで蚺断を実行する"
+
+#: ../../Zotlabs/Module/Profile.php:93
+msgid "vcard"
+msgstr "vcard"
+
+#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:184
+#: ../../Zotlabs/Module/Profiles.php:241 ../../Zotlabs/Module/Profiles.php:659
+msgid "Profile not found."
+msgstr "プロファむルが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Profiles.php:44
+msgid "Profile deleted."
+msgstr "プロファむルが削陀されたした。"
+
+#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:105
+msgid "Profile-"
+msgstr "プロファむル-"
+
+#: ../../Zotlabs/Module/Profiles.php:90 ../../Zotlabs/Module/Profiles.php:127
+msgid "New profile created."
+msgstr "新しいプロファむルが䜜成されたした。"
+
+#: ../../Zotlabs/Module/Profiles.php:111
+msgid "Profile unavailable to clone."
+msgstr "プロファむルを耇補できたせん。"
+
+#: ../../Zotlabs/Module/Profiles.php:146
+msgid "Profile unavailable to export."
+msgstr "プロファむルを゚クスポヌトできたせん。"
+
+#: ../../Zotlabs/Module/Profiles.php:252
+msgid "Profile Name is required."
+msgstr "プロファむル名が必芁です。"
+
+#: ../../Zotlabs/Module/Profiles.php:459
+msgid "Marital Status"
+msgstr "配偶者の有無"
+
+#: ../../Zotlabs/Module/Profiles.php:463
+msgid "Romantic Partner"
+msgstr "ロマンチックなパヌトナヌ"
+
+#: ../../Zotlabs/Module/Profiles.php:467 ../../Zotlabs/Module/Profiles.php:772
+msgid "Likes"
+msgstr "いいね"
+
+#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:773
+msgid "Dislikes"
+msgstr "わるいね"
+
+#: ../../Zotlabs/Module/Profiles.php:475 ../../Zotlabs/Module/Profiles.php:780
+msgid "Work/Employment"
+msgstr "仕事/雇甹"
+
+#: ../../Zotlabs/Module/Profiles.php:478
+msgid "Religion"
+msgstr "宗教"
+
+#: ../../Zotlabs/Module/Profiles.php:482
+msgid "Political Views"
+msgstr "政芋"
+
+#: ../../Zotlabs/Module/Profiles.php:486
+msgid "Gender"
+msgstr "性別"
+
+#: ../../Zotlabs/Module/Profiles.php:490
+msgid "Sexual Preference"
+msgstr "性的嗜奜"
+
+#: ../../Zotlabs/Module/Profiles.php:494
+msgid "Homepage"
+msgstr "ホヌムペヌゞ"
+
+#: ../../Zotlabs/Module/Profiles.php:498
+msgid "Interests"
+msgstr "趣味"
+
+#: ../../Zotlabs/Module/Profiles.php:594
+msgid "Profile updated."
+msgstr "プロフィヌル曎新枈み。"
+
+#: ../../Zotlabs/Module/Profiles.php:678
+msgid "Hide your connections list from viewers of this profile"
+msgstr "このプロファむルの閲芧者から接続リストを非衚瀺にしたす"
+
+#: ../../Zotlabs/Module/Profiles.php:722
+msgid "Edit Profile Details"
+msgstr "プロファむルの詳现を線集"
+
+#: ../../Zotlabs/Module/Profiles.php:724
+msgid "View this profile"
+msgstr "このプロフィヌルを芋る"
+
+#: ../../Zotlabs/Module/Profiles.php:726
+msgid "Profile Tools"
+msgstr "プロファむルツヌル"
+
+#: ../../Zotlabs/Module/Profiles.php:727
+msgid "Change cover photo"
+msgstr "カバヌ写真を倉曎"
+
+#: ../../Zotlabs/Module/Profiles.php:729
+msgid "Create a new profile using these settings"
+msgstr "これらの蚭定を䜿甚しお新しいプロファむルを䜜成したす"
+
+#: ../../Zotlabs/Module/Profiles.php:730
+msgid "Clone this profile"
+msgstr "このプロファむルを耇補"
+
+#: ../../Zotlabs/Module/Profiles.php:731
+msgid "Delete this profile"
+msgstr "このプロファむルを削陀"
+
+#: ../../Zotlabs/Module/Profiles.php:732
+msgid "Add profile things"
+msgstr "プロフィヌルを远加する"
+
+#: ../../Zotlabs/Module/Profiles.php:733
+msgid "Personal"
+msgstr "パヌ゜ナル"
+
+#: ../../Zotlabs/Module/Profiles.php:735
+msgid "Relationship"
+msgstr "関係"
+
+#: ../../Zotlabs/Module/Profiles.php:738
+msgid "Import profile from file"
+msgstr "ファむルからプロファむルをむンポヌト"
+
+#: ../../Zotlabs/Module/Profiles.php:739
+msgid "Export profile to file"
+msgstr "プロファむルをファむルに゚クスポヌト"
+
+#: ../../Zotlabs/Module/Profiles.php:740
+msgid "Your gender"
+msgstr "あなたの性別"
+
+#: ../../Zotlabs/Module/Profiles.php:741
+msgid "Marital status"
+msgstr "配偶者の有無"
+
+#: ../../Zotlabs/Module/Profiles.php:742
+msgid "Sexual preference"
+msgstr "性的嗜奜"
+
+#: ../../Zotlabs/Module/Profiles.php:745
+msgid "Profile name"
+msgstr "プロファむル名"
+
+#: ../../Zotlabs/Module/Profiles.php:747
+msgid "This is your default profile."
+msgstr "これがデフォルトのプロファむルです。"
+
+#: ../../Zotlabs/Module/Profiles.php:749
+msgid "Your full name"
+msgstr "あなたのフルネヌム"
+
+#: ../../Zotlabs/Module/Profiles.php:750
+msgid "Title/Description"
+msgstr "タむトル説明"
+
+#: ../../Zotlabs/Module/Profiles.php:753
+msgid "Street address"
+msgstr "䜏所"
+
+#: ../../Zotlabs/Module/Profiles.php:754
+msgid "Locality/City"
+msgstr "地方/åž‚"
+
+#: ../../Zotlabs/Module/Profiles.php:755
+msgid "Region/State"
+msgstr "地域/州"
+
+#: ../../Zotlabs/Module/Profiles.php:756
+msgid "Postal/Zip code"
+msgstr "郵䟿番号"
+
+#: ../../Zotlabs/Module/Profiles.php:762
+msgid "Who (if applicable)"
+msgstr "誰該圓する堎合"
+
+#: ../../Zotlabs/Module/Profiles.php:762
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "䟋cathy123、Cathy Williams、cathy @ example.com"
+
+#: ../../Zotlabs/Module/Profiles.php:763
+msgid "Since (date)"
+msgstr "以来日付"
+
+#: ../../Zotlabs/Module/Profiles.php:766
+msgid "Tell us about yourself"
+msgstr "あなた自身に぀いお教えおください"
+
+#: ../../Zotlabs/Module/Profiles.php:767
+msgid "Homepage URL"
+msgstr "ホヌムペヌゞURL"
+
+#: ../../Zotlabs/Module/Profiles.php:768
+msgid "Hometown"
+msgstr "出身地"
+
+#: ../../Zotlabs/Module/Profiles.php:769
+msgid "Political views"
+msgstr "政芋"
+
+#: ../../Zotlabs/Module/Profiles.php:770
+msgid "Religious views"
+msgstr "宗教的芋解"
+
+#: ../../Zotlabs/Module/Profiles.php:771
+msgid "Keywords used in directory listings"
+msgstr "ディレクトリリストで䜿甚されるキヌワヌド"
+
+#: ../../Zotlabs/Module/Profiles.php:771
+msgid "Example: fishing photography software"
+msgstr "䟋釣り写真゜フトりェア"
+
+#: ../../Zotlabs/Module/Profiles.php:774
+msgid "Musical interests"
+msgstr "音楜的興味"
+
+#: ../../Zotlabs/Module/Profiles.php:775
+msgid "Books, literature"
+msgstr "本、文孊"
+
+#: ../../Zotlabs/Module/Profiles.php:776
+msgid "Television"
+msgstr "テレビ"
+
+#: ../../Zotlabs/Module/Profiles.php:777
+msgid "Film/Dance/Culture/Entertainment"
+msgstr "映画/ダンス/文化/゚ンタヌテむメント"
+
+#: ../../Zotlabs/Module/Profiles.php:778
+msgid "Hobbies/Interests"
+msgstr "趣味/興味"
+
+#: ../../Zotlabs/Module/Profiles.php:779
+msgid "Love/Romance"
+msgstr "愛/ロマンス"
+
+#: ../../Zotlabs/Module/Profiles.php:781
+msgid "School/Education"
+msgstr "孊校教育"
+
+#: ../../Zotlabs/Module/Profiles.php:782
+msgid "Contact information and social networks"
+msgstr "連絡先情報ず゜ヌシャルネットワヌク"
+
+#: ../../Zotlabs/Module/Profiles.php:783
+msgid "My other channels"
+msgstr "私の他のチャンネル"
+
+#: ../../Zotlabs/Module/Profiles.php:785
+msgid "Communications"
+msgstr "コミュニケヌションズ"
+
+#: ../../Zotlabs/Module/Profile_photo.php:218
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "新しい写真がすぐに衚瀺されない堎合は、Shiftキヌを抌しながらペヌゞをリロヌドするか、ブラりザヌのキャッシュをクリアしたす。"
+
+#: ../../Zotlabs/Module/Profile_photo.php:454
+msgid ""
+"Your default profile photo is visible to anybody on the internet. Profile "
+"photos for alternate profiles will inherit the permissions of the profile"
+msgstr "デフォルトのプロフィヌル写真は、むンタヌネット䞊の誰でも芋るこずができたす。代替プロファむルのプロファむル写真は、プロファむルの暩限を継承したす"
+
+#: ../../Zotlabs/Module/Profile_photo.php:454
+msgid ""
+"Your profile photo is visible to anybody on the internet and may be "
+"distributed to other websites."
+msgstr "あなたのプロフィヌル写真はむンタヌネット䞊の誰でも芋るこずができ、他のりェブサむトに配垃される堎合がありたす。"
+
+#: ../../Zotlabs/Module/Profile_photo.php:458
+msgid "Use Photo for Profile"
+msgstr "プロフィヌルに写真を䜿甚"
+
+#: ../../Zotlabs/Module/Profile_photo.php:458
+msgid "Change Profile Photo"
+msgstr "プロフィヌル写真の倉曎"
+
+#: ../../Zotlabs/Module/Profile_photo.php:459
+msgid "Use"
+msgstr "䜿甚する"
+
+#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63
+msgid "Invalid profile identifier."
+msgstr "無効なプロファむル識別子。"
+
+#: ../../Zotlabs/Module/Profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "プロファむル可芖性゚ディタヌ"
+
+#: ../../Zotlabs/Module/Profperm.php:115
+msgid "Click on a contact to add or remove."
+msgstr "連絡先をクリックしお远加たたは削陀したす。"
+
+#: ../../Zotlabs/Module/Profperm.php:124
+msgid "Visible To"
+msgstr "に衚瀺"
+
+#: ../../Zotlabs/Module/Pubsites.php:24 ../../Zotlabs/Widget/Pubsites.php:12
+msgid "Public Hubs"
+msgstr "公共ハブ"
+
+#: ../../Zotlabs/Module/Pubsites.php:27
+msgid ""
+"The listed hubs allow public registration for the $Projectname network. All "
+"hubs in the network are interlinked so membership on any of them conveys "
+"membership in the network as a whole. Some hubs may require subscription or "
+"provide tiered service plans. The hub itself <strong>may</strong> provide "
+"additional details."
+msgstr "このリスト化されたハブは$Projectnameのネットワヌクに登録が蚱可されおいたす。党おのハブは盞互にリンクしおおりどこのハブにいおも接続できたす。それぞれのハブには独自の制玄がある可胜性もありたす。"
+#: ../../Zotlabs/Module/Pubsites.php:33
+msgid "Hub URL"
+msgstr "ハブURL"
+
+#: ../../Zotlabs/Module/Pubsites.php:33
+msgid "Access Type"
+msgstr "アクセスタむプ"
+
+#: ../../Zotlabs/Module/Pubsites.php:33
+msgid "Registration Policy"
+msgstr "登録ポリシヌ"
+
+#: ../../Zotlabs/Module/Pubsites.php:33
+msgid "Stats"
+msgstr "統蚈"
+
+#: ../../Zotlabs/Module/Pubsites.php:33
+msgid "Software"
+msgstr "゜フトりェア"
+
+#: ../../Zotlabs/Module/Pubsites.php:49
+msgid "Rate"
+msgstr "レヌト"
+
+#: ../../Zotlabs/Module/Pubstream.php:20
+msgid "Public Stream App"
+msgstr "パブリックストリヌムアプリ"
+
+#: ../../Zotlabs/Module/Pubstream.php:21
+msgid "The unmoderated public stream of this hub"
+msgstr "このハブのモデレヌトされおいないパブリックストリヌム"
+
+#: ../../Zotlabs/Module/Randprof.php:29
+msgid "Random Channel App"
+msgstr "ランダムチャンネルアプリ"
+
+#: ../../Zotlabs/Module/Randprof.php:30
+msgid "Visit a random channel in the $Projectname network"
+msgstr "$Projectnameネットワヌクのランダムチャネルにアクセスしたす"
+
+#: ../../Zotlabs/Module/Rate.php:156
+msgid "Website:"
+msgstr "りェブサむト"
+
+#: ../../Zotlabs/Module/Rate.php:159
+#, php-format
+msgid "Remote Channel [%s] (not yet known on this site)"
+msgstr "リモヌトチャネル[ %s ]このサむトではただ知られおいない"
+
+#: ../../Zotlabs/Module/Rate.php:160
+msgid "Rating (this information is public)"
+msgstr "評䟡この情報は公開されおいたす"
+
+#: ../../Zotlabs/Module/Rate.php:161
+msgid "Optionally explain your rating (this information is public)"
+msgstr "オプションで、評䟡を説明しおくださいこの情報は公開されおいたす"
+
+#: ../../Zotlabs/Module/Ratings.php:70
+msgid "No ratings"
+msgstr "評䟡なし"
+
+#: ../../Zotlabs/Module/Ratings.php:98
+msgid "Rating: "
+msgstr "評䟡"
+
+#: ../../Zotlabs/Module/Ratings.php:99
+msgid "Website: "
+msgstr "りェブサむト"
+
+#: ../../Zotlabs/Module/Ratings.php:101
+msgid "Description: "
+msgstr "説明"
+
+#: ../../Zotlabs/Module/Rbmark.php:94
+msgid "Select a bookmark folder"
+msgstr "ブックマヌクフォルダを遞択"
+
+#: ../../Zotlabs/Module/Rbmark.php:99
+msgid "Save Bookmark"
+msgstr "ブックマヌクを保存"
+
+#: ../../Zotlabs/Module/Rbmark.php:100
+msgid "URL of bookmark"
+msgstr "ブックマヌクのURL"
+
+#: ../../Zotlabs/Module/Rbmark.php:105
+msgid "Or enter new bookmark folder name"
+msgstr "たたは、新しいブックマヌクフォルダ名を入力しおください"
+
+#: ../../Zotlabs/Module/Register.php:49
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "1日の最倧サむト登録数を超えたした。明日もう䞀床お詊しください。"
+
+#: ../../Zotlabs/Module/Register.php:55
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "利甚芏玄ぞの同意を瀺しおください。登録に倱敗したした。"
+
+#: ../../Zotlabs/Module/Register.php:89
+msgid "Passwords do not match."
+msgstr "パスワヌドが䞀臎しおいたせん。"
+
+#: ../../Zotlabs/Module/Register.php:132
+msgid "Registration successful. Continue to create your first channel..."
+msgstr "登録に成功。最初のチャンネルを䜜成し続けたす..."
+
+#: ../../Zotlabs/Module/Register.php:135
+msgid ""
+"Registration successful. Please check your email for validation instructions."
+msgstr "登録に成功。怜蚌手順に぀いおは、メヌルを確認しおください。"
+
+#: ../../Zotlabs/Module/Register.php:142
+msgid "Your registration is pending approval by the site owner."
+msgstr "登録はサむト所有者による承認埅ちです。"
+
+#: ../../Zotlabs/Module/Register.php:145
+msgid "Your registration can not be processed."
+msgstr "登録を凊理できたせん。"
+
+#: ../../Zotlabs/Module/Register.php:192
+msgid "Registration on this hub is disabled."
+msgstr "このハブでの登録は無効になっおいたす。"
+
+#: ../../Zotlabs/Module/Register.php:201
+msgid "Registration on this hub is by approval only."
+msgstr "このハブぞの登録は承認された人のみです。"
+
+#: ../../Zotlabs/Module/Register.php:202 ../../Zotlabs/Module/Register.php:211
+msgid "<a href=\"pubsites\">Register at another affiliated hub.</a>"
+msgstr "<a href=\"pubsites\">別の提携ハブに登録したす。</a>"
+
+#: ../../Zotlabs/Module/Register.php:210
+msgid "Registration on this hub is by invitation only."
+msgstr "このハブぞ登録できるのは招埅状を持っおいる人のみです。"
+
+#: ../../Zotlabs/Module/Register.php:221
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "このサむトは、蚱可されおいる1日のアカりント登録数を超えおいたす。明日もう䞀床お詊しください。"
+
+#: ../../Zotlabs/Module/Register.php:236 ../../Zotlabs/Module/Siteinfo.php:28
+msgid "Terms of Service"
+msgstr "利甚芏玄"
+
+#: ../../Zotlabs/Module/Register.php:242
+#, php-format
+msgid "I accept the %s for this website"
+msgstr "このりェブサむトの%sに同意したす"
+
+#: ../../Zotlabs/Module/Register.php:249
+#, php-format
+msgid "I am over %s years of age and accept the %s for this website"
+msgstr "私は%s歳以䞊で、このりェブサむトの%sを受け入れたす"
+
+#: ../../Zotlabs/Module/Register.php:254
+msgid "Your email address"
+msgstr "メヌルアドレス"
+
+#: ../../Zotlabs/Module/Register.php:255
+msgid "Choose a password"
+msgstr "パスワヌドを決めお䞋さい"
+
+#: ../../Zotlabs/Module/Register.php:256
+msgid "Please re-enter your password"
+msgstr "パスワヌドを再入力しおください"
+
+#: ../../Zotlabs/Module/Register.php:257
+msgid "Please enter your invitation code"
+msgstr "招埅コヌドを入力しおください"
+
+#: ../../Zotlabs/Module/Register.php:258
+msgid "Your Name"
+msgstr "あなたの名前"
+
+#: ../../Zotlabs/Module/Register.php:258
+msgid "Real names are preferred."
+msgstr "本名が優先されたす。"
+
+#: ../../Zotlabs/Module/Register.php:260
+#, php-format
+msgid ""
+"Your nickname will be used to create an easy to remember channel address e."
+"g. nickname%s"
+msgstr "ニックネヌムは芚えやすいチャンネルアドレスを䜜成するために䜿甚されたす。ニックネヌム:%s"
+
+#: ../../Zotlabs/Module/Register.php:261
+msgid ""
+"Select a channel permission role for your usage needs and privacy "
+"requirements."
+msgstr "䜿甚䞊のニヌズずプラむバシヌの芁件に応じお、チャンネル蚱可の圹割を遞択したす。"
+
+#: ../../Zotlabs/Module/Register.php:262
+msgid "no"
+msgstr "いや"
+
+#: ../../Zotlabs/Module/Register.php:262
+msgid "yes"
+msgstr "はい"
+
+#: ../../Zotlabs/Module/Register.php:290
+msgid ""
+"This site requires email verification. After completing this form, please "
+"check your email for further instructions."
+msgstr "このサむトではメヌルの確認が必芁です。このフォヌムに蚘入した埌、詳现な手順に぀いおはメヌルを確認しおください。"
+
+#: ../../Zotlabs/Module/Removeaccount.php:35
+msgid ""
+"Account removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "アカりントのパスワヌドを倉曎しおから48時間以内にアカりントを削陀するこずはできたせん。"
+
+#: ../../Zotlabs/Module/Removeaccount.php:57
+msgid "Remove This Account"
+msgstr "このアカりントを削陀"
+
+#: ../../Zotlabs/Module/Removeaccount.php:58
+msgid ""
+"This account and all its channels will be completely removed from the "
+"network. "
+msgstr "このアカりントずそのすべおのチャネルは、ネットワヌクから完党に削陀されたす。"
+
+#: ../../Zotlabs/Module/Removeaccount.php:58
+#: ../../Zotlabs/Module/Removeme.php:61
+msgid "This action is permanent and can not be undone!"
+msgstr "このアクションは氞続的であり、元に戻すこずはできたせん"
+
+#: ../../Zotlabs/Module/Removeaccount.php:60
+msgid ""
+"Remove this account, all its channels and all its channel clones from the "
+"network"
+msgstr "このアカりント、そのすべおのチャンネル、およびそのすべおのチャンネルクロヌンをネットワヌクから削陀したす"
+
+#: ../../Zotlabs/Module/Removeaccount.php:60
+msgid ""
+"By default only the instances of the channels located on this hub will be "
+"removed from the network"
+msgstr "デフォルトでは、このハブにあるチャネルのむンスタンスのみがネットワヌクから削陀されたす"
+
+#: ../../Zotlabs/Module/Removeaccount.php:61
+#: ../../Zotlabs/Module/Settings/Account.php:105
+msgid "Remove Account"
+msgstr "アカりントを削陀"
+
+#: ../../Zotlabs/Module/Removeme.php:35
+msgid ""
+"Channel removals are not allowed within 48 hours of changing the account "
+"password."
+msgstr "アカりントのパスワヌドを倉曎しおから48時間以内にチャンネルを削陀するこずはできたせん。"
+
+#: ../../Zotlabs/Module/Removeme.php:60
+msgid "Remove This Channel"
+msgstr "このチャンネルを削陀"
+
+#: ../../Zotlabs/Module/Removeme.php:61
+msgid "This channel will be completely removed from the network. "
+msgstr "このチャネルはネットワヌクから完党に削陀されたす。"
+
+#: ../../Zotlabs/Module/Removeme.php:63
+msgid "Remove this channel and all its clones from the network"
+msgstr "このチャネルずそのすべおのクロヌンをネットワヌクから削陀したす"
+
+#: ../../Zotlabs/Module/Removeme.php:63
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "デフォルトでは、このハブにあるチャネルのむンスタンスのみがネットワヌクから削陀されたす"
+
+#: ../../Zotlabs/Module/Removeme.php:64
+#: ../../Zotlabs/Module/Settings/Channel.php:594
+msgid "Remove Channel"
+msgstr "チャンネルを削陀"
+
+#: ../../Zotlabs/Module/Rmagic.php:44
+msgid "Authentication failed."
+msgstr "認蚌に倱敗したした。"
+
+#: ../../Zotlabs/Module/Search.php:230
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "タグ付けされたアむテム %s"
+
+#: ../../Zotlabs/Module/Search.php:232
+#, php-format
+msgid "Search results for: %s"
+msgstr "%s怜玢結果"
+
+#: ../../Zotlabs/Module/Service_limits.php:23
+msgid "No service class restrictions found."
+msgstr "サヌビスクラスの制限は芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:19
+msgid "Not valid email."
+msgstr "無効なメヌル。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:22
+msgid "Protected email address. Cannot change to that email."
+msgstr "保護されたメヌルアドレス。そのメヌルに倉曎できたせん。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:31
+msgid "System failure storing new email. Please try again."
+msgstr "新しいメヌルの保存䞭にシステム障害が発生したした。もう䞀床詊しおください。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:48
+msgid "Password verification failed."
+msgstr "パスワヌドの確認に倱敗したした。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:55
+msgid "Passwords do not match. Password unchanged."
+msgstr "パスワヌドが䞀臎しおいたせん。パスワヌドは倉曎されおいたせん。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:59
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "空のパスワヌドは蚱可されおいたせん。パスワヌドは倉曎されおいたせん。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:73
+msgid "Password changed."
+msgstr "パスワヌド倉曎枈み。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:75
+msgid "Password update failed. Please try again."
+msgstr "パスワヌドの曎新に倱敗したした。もう䞀床詊しおください。"
+
+#: ../../Zotlabs/Module/Settings/Account.php:99
+msgid "Account Settings"
+msgstr "アカりント蚭定"
+
+#: ../../Zotlabs/Module/Settings/Account.php:100
+msgid "Current Password"
+msgstr "珟圚のパスワヌド"
+
+#: ../../Zotlabs/Module/Settings/Account.php:101
+msgid "Enter New Password"
+msgstr "新しいパスワヌドを入力しおください"
+
+#: ../../Zotlabs/Module/Settings/Account.php:102
+msgid "Confirm New Password"
+msgstr "新しいパスワヌドを確認"
+
+#: ../../Zotlabs/Module/Settings/Account.php:102
+msgid "Leave password fields blank unless changing"
+msgstr "倉曎しない限り、パスワヌドフィヌルドは空癜のたたにしおください"
+
+#: ../../Zotlabs/Module/Settings/Account.php:104
+#: ../../Zotlabs/Module/Settings/Channel.php:500
+msgid "Email Address:"
+msgstr "電子メヌルアドレス"
+
+#: ../../Zotlabs/Module/Settings/Account.php:106
+msgid "Remove this account including all its channels"
+msgstr "すべおのチャンネルを含むこのアカりントを削陀したす"
+
+#: ../../Zotlabs/Module/Settings/Calendar.php:39
+msgid "CalDAV Settings"
+msgstr "CalDAV蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:327
+msgid "Nobody except yourself"
+msgstr "自分以倖は誰もいたせん"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:328
+msgid "Only those you specifically allow"
+msgstr "特に蚱可したもののみ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:329
+msgid "Approved connections"
+msgstr "承認された接続"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:330
+msgid "Any connections"
+msgstr "すべおの接続"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:331
+msgid "Anybody on this website"
+msgstr "このりェブサむトの誰でも"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:332
+msgid "Anybody in this network"
+msgstr "このネットワヌクの誰でも"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:333
+msgid "Anybody authenticated"
+msgstr "誰でも認蚌枈み"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:334
+msgid "Anybody on the internet"
+msgstr "むンタヌネット䞊の誰でも"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:409
+msgid "Publish your default profile in the network directory"
+msgstr "ネットワヌクディレクトリでデフォルトプロファむルを公開する"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:414
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "あなたを新しいメンバヌの朜圚的な友人ずしお提案させおください。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:418
+msgid "or"
+msgstr "たたは"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:427
+msgid "Your channel address is"
+msgstr "あなたのチャンネルのアドレスは"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:430
+msgid "Your files/photos are accessible via WebDAV at"
+msgstr "ファむル/写真には、WebDAVからアクセスできたす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:470
+msgid "Automatic membership approval"
+msgstr "自動䌚員承認"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:491
+msgid "Channel Settings"
+msgstr "チャンネル蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:498
+msgid "Basic Settings"
+msgstr "基本蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:501
+msgid "Your Timezone:"
+msgstr "あなたのタむムゟヌン"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:502
+msgid "Default Post Location:"
+msgstr "デフォルトの投皿堎所"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:502
+msgid "Geographical location to display on your posts"
+msgstr "投皿に衚瀺する地理的な堎所"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:503
+msgid "Use Browser Location:"
+msgstr "ブラりザの堎所を䜿甚"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:505
+msgid "Adult Content"
+msgstr "成人コンテンツ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:505
+msgid ""
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
+msgstr "このチャンネルは頻繁たたは定期的にアダルトコンテンツを公開しおいたす。 成人向けの玠材やヌヌドには#NSFWのタグを付けおください"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:507
+msgid "Security and Privacy Settings"
+msgstr "セキュリティずプラむバシヌの蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:509
+msgid "Your permissions are already configured. Click to view/adjust"
+msgstr "暩限はすでに構成されおいたす。クリックしお衚瀺/調敎"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:511
+msgid "Hide my online presence"
+msgstr "オンラむンプレれンスを非衚瀺にする"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:511
+msgid "Prevents displaying in your profile that you are online"
+msgstr "あなたがオンラむンであるこずをあなたのプロフィヌルに衚瀺しないようにしたす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:513
+msgid "Simple Privacy Settings:"
+msgstr "シンプルなプラむバシヌ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:514
+msgid ""
+"Very Public - <em>extremely permissive (should be used with caution)</em>"
+msgstr "非垞にパブリック-<em>非垞に寛容です泚意しお䜿甚する必芁がありたす</em>"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:515
+msgid ""
+"Typical - <em>default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)</em>"
+msgstr "暙準-必芁に応じおデフォルトのパブリック、プラむバシヌ゜ヌシャルネットワヌクのアクセス蚱可に䌌おいたすが、プラむバシヌが改善されたす</em>"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:516
+msgid "Private - <em>default private, never open or public</em>"
+msgstr "非公開-デフォルトでは非公開、非公開たたは公開</ em>"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:517
+msgid "Blocked - <em>default blocked to/from everybody</em>"
+msgstr "ブロック枈み-<em>デフォルトですべおのナヌザヌずの間でブロック</ em>"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:519
+msgid "Allow others to tag your posts"
+msgstr "他のナヌザヌがあなたの投皿にタグ付けできるようにしたす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:519
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr "コミュニティが䞍適切なコンテンツを遡っおフラグを立おるためによく䜿甚したす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:521
+msgid "Channel Permission Limits"
+msgstr "チャンネル蚱可の制限"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:523
+msgid "Expire other channel content after this many days"
+msgstr "この数日埌に他のチャンネルコンテンツを期限切れにする"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:523
+msgid "0 or blank to use the website limit."
+msgstr "Webサむトの制限を䜿甚する堎合は0たたは空癜。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:523
+#, php-format
+msgid "This website expires after %d days."
+msgstr "このりェブサむトは%d日埌に有効期限が切れたす。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:523
+msgid "This website does not expire imported content."
+msgstr "このWebサむトは、むンポヌトされたコンテンツを期限切れにしたせん。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:523
+msgid "The website limit takes precedence if lower than your limit."
+msgstr "Webサむトの制限は、制限より䜎い堎合に優先されたす。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:524
+msgid "Maximum Friend Requests/Day:"
+msgstr "最倧友達リク゚スト/日"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:524
+msgid "May reduce spam activity"
+msgstr "スパム掻動を枛らす可胜性がありたす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:525
+msgid "Default Privacy Group"
+msgstr "デフォルトのプラむバシヌグルヌプ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:527
+msgid "Use my default audience setting for the type of object published"
+msgstr "公開されたオブゞェクトのタむプにデフォルトのオヌディ゚ンス蚭定を䜿甚したす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:536
+msgid "Default permissions category"
+msgstr "デフォルトの蚱可カテゎリ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:542
+msgid "Maximum private messages per day from unknown people:"
+msgstr "䞍明な人からの1日あたりの最倧プラむベヌトメッセヌゞ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:542
+msgid "Useful to reduce spamming"
+msgstr "スパムを枛らすのに圹立ちたす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:546
+msgid "By default post a status message when:"
+msgstr "デフォルトでは、次の堎合にステヌタスメッセヌゞを投皿したす。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:547
+msgid "accepting a friend request"
+msgstr "友達リク゚ストを受け入れたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:548
+msgid "joining a forum/community"
+msgstr "フォヌラム/コミュニティぞ参加したずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:549
+msgid "making an <em>interesting</em> profile change"
+msgstr "<em>興味深い</em>プロファむルの倉曎を行ったずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:550
+msgid "Send a notification email when:"
+msgstr "次の堎合に通知メヌルを送信したす。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:551
+msgid "You receive a connection request"
+msgstr "接続芁求を受け取ったずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:552
+msgid "Your connections are confirmed"
+msgstr "接続が確認されたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:553
+msgid "Someone writes on your profile wall"
+msgstr "誰かがあなたのプロフィヌルりォヌルに曞き蟌んだずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:554
+msgid "Someone writes a followup comment"
+msgstr "誰かがフォロヌアップコメントを曞いたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:555
+msgid "You receive a private message"
+msgstr "プラむベヌトメッセヌゞを受け取ったずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:556
+msgid "You receive a friend suggestion"
+msgstr "友達の提案を受け取ったずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:557
+msgid "You are tagged in a post"
+msgstr "あなたが投皿でタグ付けされたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:558
+msgid "You are poked/prodded/etc. in a post"
+msgstr "あなたの投皿にpokeやproddedをされたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:560
+msgid "Someone likes your post/comment"
+msgstr "誰かがあなたの投皿/コメントをいいねしたずき"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:563
+msgid "Show visual notifications including:"
+msgstr "以䞋を含む芖芚的な通知を衚瀺したす。"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:565
+msgid "Unseen stream activity"
+msgstr "未読のストリヌム掻動"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:566
+msgid "Unseen channel activity"
+msgstr "未読のチャンネルアクティビティ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:567
+msgid "Unseen private messages"
+msgstr "未読のプラむベヌトメッセヌゞ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:567
+#: ../../Zotlabs/Module/Settings/Channel.php:572
+#: ../../Zotlabs/Module/Settings/Channel.php:573
+#: ../../Zotlabs/Module/Settings/Channel.php:574
+msgid "Recommended"
+msgstr "お勧め"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:568
+msgid "Upcoming events"
+msgstr "今埌のむベント"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:569
+msgid "Events today"
+msgstr "今日のむベント"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:570
+msgid "Upcoming birthdays"
+msgstr "今埌の誕生日"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:570
+msgid "Not available in all themes"
+msgstr "テヌマは利甚できたせん"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:571
+msgid "System (personal) notifications"
+msgstr "システム個人通知"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:572
+msgid "System info messages"
+msgstr "システム情報メッセヌゞ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:573
+msgid "System critical alerts"
+msgstr "システムクリティカルアラヌト"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:574
+msgid "New connections"
+msgstr "新しい接続"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:575
+msgid "System Registrations"
+msgstr "システム登録"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:576
+msgid "Unseen shared files"
+msgstr "未確認の共有ファむル"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:577
+msgid "Unseen public stream activity"
+msgstr "未確認の公開ストリヌムアクティビティ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:578
+msgid "Unseen likes and dislikes"
+msgstr "未確認の奜き嫌い"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:579
+msgid "Unseen forum posts"
+msgstr "未確認のフォヌラム投皿"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:580
+msgid "Email notification hub (hostname)"
+msgstr "電子メヌル通知ハブホスト名"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:580
+#, php-format
+msgid ""
+"If your channel is mirrored to multiple hubs, set this to your preferred "
+"location. This will prevent duplicate email notifications. Example: %s"
+msgstr "チャンネルが耇数のハブにミラヌリングされおいる堎合、これを奜みの堎所に蚭定したす。これにより、電子メヌル通知の重耇が防止されたす。䟋 %s"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:581
+msgid "Show new wall posts, private messages and connections under Notices"
+msgstr "お知らせの䞋に新しい壁の投皿、プラむベヌトメッセヌゞ、接続を衚瀺したす"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:583
+msgid "Notify me of events this many days in advance"
+msgstr "この数日前にむベントを通知しおください"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:583
+msgid "Must be greater than 0"
+msgstr "0より倧きくなければなりたせん"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:588
+msgid "Advanced Account/Page Type Settings"
+msgstr "アカりント/ペヌゞタむプの詳现蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:589
+msgid "Change the behaviour of this account for special situations"
+msgstr "特別な状況でこのアカりントの動䜜を倉曎する"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:591
+msgid "Miscellaneous Settings"
+msgstr "その他の蚭定"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:592
+msgid "Default photo upload folder"
+msgstr "デフォルトの写真アップロヌドフォルダ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:592
+#: ../../Zotlabs/Module/Settings/Channel.php:593
+msgid "%Y - current year, %m - current month"
+msgstr "%Y-珟圚の幎、%m-珟圚の月"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:593
+msgid "Default file upload folder"
+msgstr "デフォルトのファむルアップロヌドフォルダ"
+
+#: ../../Zotlabs/Module/Settings/Channel.php:595
+msgid "Remove this channel."
+msgstr "このチャンネルを削陀したす。"
+
+#: ../../Zotlabs/Module/Settings/Channel_home.php:44
+#: ../../Zotlabs/Module/Settings/Network.php:41
+msgid "Max height of content (in pixels)"
+msgstr "コンテンツの最倧の高さピクセル単䜍"
+
+#: ../../Zotlabs/Module/Settings/Channel_home.php:46
+#: ../../Zotlabs/Module/Settings/Network.php:43
+msgid "Click to expand content exceeding this height"
+msgstr "この高さを超えるコンテンツはクリックしお展開したす"
+
+#: ../../Zotlabs/Module/Settings/Channel_home.php:59
+msgid "Personal menu to display in your channel pages"
+msgstr "チャンネルペヌゞに衚瀺する個人メニュヌ"
+
+#: ../../Zotlabs/Module/Settings/Channel_home.php:86
+msgid "Channel Home Settings"
+msgstr "チャンネルのホヌム蚭定"
+
+#: ../../Zotlabs/Module/Settings/Connections.php:39
+msgid "Connections Settings"
+msgstr "接続蚭定"
+
+#: ../../Zotlabs/Module/Settings/Conversation.php:22
+msgid "Settings saved."
+msgstr "保存された蚭定。"
+
+#: ../../Zotlabs/Module/Settings/Conversation.php:24
+msgid "Settings saved. Reload page please."
+msgstr "蚭定は保存されたした。ペヌゞをリロヌドしおください。"
+
+#: ../../Zotlabs/Module/Settings/Conversation.php:46
+msgid "Conversation Settings"
+msgstr "䌚話蚭定"
+
+#: ../../Zotlabs/Module/Settings/Directory.php:39
+msgid "Directory Settings"
+msgstr "ディレクトリ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Display.php:128
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s 実隓的"
+
+#: ../../Zotlabs/Module/Settings/Display.php:184
+msgid "Display Settings"
+msgstr "画面衚瀺の蚭定"
+
+#: ../../Zotlabs/Module/Settings/Display.php:185
+msgid "Theme Settings"
+msgstr "テヌマ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Display.php:186
+msgid "Custom Theme Settings"
+msgstr "テヌマのカスタマむズ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Display.php:187
+msgid "Content Settings"
+msgstr "コンテンツ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Display.php:193
+msgid "Display Theme:"
+msgstr "テヌマ"
+
+#: ../../Zotlabs/Module/Settings/Display.php:194
+msgid "Select scheme"
+msgstr "スキヌムを遞択"
+
+#: ../../Zotlabs/Module/Settings/Display.php:196
+msgid "Preload images before rendering the page"
+msgstr "ペヌゞをレンダリングする前に画像をプリロヌドする"
+
+#: ../../Zotlabs/Module/Settings/Display.php:196
+msgid ""
+"The subjective page load time will be longer but the page will be ready when "
+"displayed"
+msgstr "䞻芳的なペヌゞの読み蟌み時間は長くなりたすが、衚瀺されるずペヌゞの準備が敎いたす"
+
+#: ../../Zotlabs/Module/Settings/Display.php:197
+msgid "Enable user zoom on mobile devices"
+msgstr "モバむルデバむスでナヌザヌズヌムを有効にする"
+
+#: ../../Zotlabs/Module/Settings/Display.php:198
+msgid "Update browser every xx seconds"
+msgstr "xx秒ごずに画面を曎新する"
+
+#: ../../Zotlabs/Module/Settings/Display.php:198
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "最小10秒、最倧なし"
+
+#: ../../Zotlabs/Module/Settings/Display.php:199
+msgid "Maximum number of conversations to load at any time:"
+msgstr "垞にロヌドする䌚話の最倧数"
+
+#: ../../Zotlabs/Module/Settings/Display.php:199
+msgid "Maximum of 100 items"
+msgstr "最倧100アむテム"
+
+#: ../../Zotlabs/Module/Settings/Display.php:200
+msgid "Show emoticons (smilies) as images"
+msgstr "絵文字スマむリヌを画像ずしお衚瀺する"
+
+#: ../../Zotlabs/Module/Settings/Display.php:201
+msgid "Provide channel menu in navigation bar"
+msgstr "ナビゲヌションバヌにチャンネルメニュヌを衚瀺する"
+
+#: ../../Zotlabs/Module/Settings/Display.php:201
+msgid "Default: channel menu located in app menu"
+msgstr "デフォルトアプリメニュヌにあるチャンネルメニュヌ"
+
+#: ../../Zotlabs/Module/Settings/Display.php:202
+msgid "Manual conversation updates"
+msgstr "手動䌚話の曎新"
+
+#: ../../Zotlabs/Module/Settings/Display.php:202
+msgid "Default is on, turning this off may increase screen jumping"
+msgstr "デフォルトはオンです。これをオフにするず、画面ゞャンプが増加する堎合がありたす"
+
+#: ../../Zotlabs/Module/Settings/Display.php:203
+msgid "Link post titles to source"
+msgstr "投皿のタむトルを゜ヌスにリンクする"
+
+#: ../../Zotlabs/Module/Settings/Display.php:205
+#: ../../Zotlabs/Widget/Newmember.php:75
+msgid "New Member Links"
+msgstr "新芏䌚員リンク"
+
+#: ../../Zotlabs/Module/Settings/Display.php:205
+msgid "Display new member quick links menu"
+msgstr "新しいメンバヌのクむックリンクメニュヌを衚瀺する"
+
+#: ../../Zotlabs/Module/Settings/Editor.php:39
+msgid "Editor Settings"
+msgstr "゚ディタヌ蚭定"
+
+#: ../../Zotlabs/Module/Settings/Events.php:39
+msgid "Events Settings"
+msgstr "むベント蚭定"
+
+#: ../../Zotlabs/Module/Settings/Featured.php:24
+msgid "No feature settings configured"
+msgstr "機胜蚭定が構成されおいたせん"
+
+#: ../../Zotlabs/Module/Settings/Featured.php:33
+msgid "Addon Settings"
+msgstr "アドオン蚭定"
+
+#: ../../Zotlabs/Module/Settings/Featured.php:34
+msgid "Please save/submit changes to any panel before opening another."
+msgstr "別のパネルを開く前に、パネルの倉曎を保存/送信しおください。"
+
+#: ../../Zotlabs/Module/Settings/Features.php:43
+msgid "Additional Features"
+msgstr "远加機胜"
+
+#: ../../Zotlabs/Module/Settings/Manage.php:39
+msgid "Channel Manager Settings"
+msgstr "チャネルマネヌゞャヌの蚭定"
+
+#: ../../Zotlabs/Module/Settings/Network.php:58
+msgid "Stream Settings"
+msgstr "ストリヌム蚭定"
+
+#: ../../Zotlabs/Module/Settings/Photos.php:39
+msgid "Photos Settings"
+msgstr "写真の蚭定"
+
+#: ../../Zotlabs/Module/Settings/Profiles.php:47
+msgid "Profiles Settings"
+msgstr "プロファむル蚭定"
+
+#: ../../Zotlabs/Module/Setup.php:167
+msgid "$Projectname Server - Setup"
+msgstr "$ Projectnameサヌバヌ-セットアップ"
+
+#: ../../Zotlabs/Module/Setup.php:171
+msgid "Could not connect to database."
+msgstr "デヌタベヌスに接続できたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:175
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "指定されたサむトURLに接続できたせんでした。 SSL蚌明曞たたはDNSの問題の可胜性。"
+
+#: ../../Zotlabs/Module/Setup.php:182
+msgid "Could not create table."
+msgstr "テヌブルを䜜成できたせんでした。"
+
+#: ../../Zotlabs/Module/Setup.php:188
+msgid "Your site database has been installed."
+msgstr "サむトデヌタベヌスがむンストヌルされたした。"
+
+#: ../../Zotlabs/Module/Setup.php:194
+msgid ""
+"You may need to import the file \"install/schema_xxx.sql\" manually using a "
+"database client."
+msgstr "デヌタベヌスクラむアントを䜿甚しお、手動でファむル\"install / schema_xxx.sql \"をむンポヌトする必芁がある堎合がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:195 ../../Zotlabs/Module/Setup.php:259
+#: ../../Zotlabs/Module/Setup.php:766
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "ファむル「install / INSTALL.txt」を参照しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:256
+msgid "System check"
+msgstr "システムチェック"
+
+#: ../../Zotlabs/Module/Setup.php:261
+msgid "Check again"
+msgstr "再確認"
+
+#: ../../Zotlabs/Module/Setup.php:282
+msgid "Database connection"
+msgstr "デヌタベヌス接続"
+
+#: ../../Zotlabs/Module/Setup.php:283
+msgid ""
+"In order to install $Projectname we need to know how to connect to your "
+"database."
+msgstr "$Projectnameをむンストヌルするには、デヌタベヌスぞの接続方法を知る必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:284
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "これらの蚭定に぀いお質問がある堎合は、ホスティングプロバむダヌたたはサむト管理者にお問い合わせください。"
+
+#: ../../Zotlabs/Module/Setup.php:285
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "以䞋で指定するデヌタベヌスはすでに存圚しおいる必芁がありたす。存圚しない堎合は、続行する前に䜜成しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:289
+msgid "Database Server Name"
+msgstr "デヌタベヌスサヌバヌ名"
+
+#: ../../Zotlabs/Module/Setup.php:289
+msgid "Default is 127.0.0.1"
+msgstr "デフォルトは127.0.0.1"
+
+#: ../../Zotlabs/Module/Setup.php:290
+msgid "Database Port"
+msgstr "デヌタベヌスポヌト"
+
+#: ../../Zotlabs/Module/Setup.php:290
+msgid "Communication port number - use 0 for default"
+msgstr "通信ポヌト番号 - 0でデフォルト倀を䜿甚したす。"
+
+#: ../../Zotlabs/Module/Setup.php:291
+msgid "Database Login Name"
+msgstr "デヌタベヌスのログむン名"
+
+#: ../../Zotlabs/Module/Setup.php:292
+msgid "Database Login Password"
+msgstr "デヌタベヌスログむンパスワヌド"
+
+#: ../../Zotlabs/Module/Setup.php:293
+msgid "Database Name"
+msgstr "デヌタベヌス名"
+
+#: ../../Zotlabs/Module/Setup.php:294
+msgid "Database Type"
+msgstr "デヌタベヌスの皮類"
+
+#: ../../Zotlabs/Module/Setup.php:296 ../../Zotlabs/Module/Setup.php:336
+msgid "Site administrator email address"
+msgstr "サむト管理者のメヌルアドレス"
+
+#: ../../Zotlabs/Module/Setup.php:296 ../../Zotlabs/Module/Setup.php:336
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "りェブ管理パネルを䜿甚するには、アカりントのメヌルアドレスがこれず䞀臎する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:297 ../../Zotlabs/Module/Setup.php:338
+msgid "Website URL"
+msgstr "りェブサむトのURL"
+
+#: ../../Zotlabs/Module/Setup.php:297 ../../Zotlabs/Module/Setup.php:338
+msgid "Please use SSL (https) URL if available."
+msgstr "可胜な堎合は、SSLhttpsURLを䜿甚しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:298 ../../Zotlabs/Module/Setup.php:340
+msgid "Please select a default timezone for your website"
+msgstr "りェブサむトのデフォルトのタむムゟヌンを遞択しおください"
+
+#: ../../Zotlabs/Module/Setup.php:325
+msgid "Site settings"
+msgstr "サむト蚭定"
+
+#: ../../Zotlabs/Module/Setup.php:379
+msgid "PHP version 7.1 or greater is required."
+msgstr "PHPバヌゞョン7.1以降が必芁です。"
+
+#: ../../Zotlabs/Module/Setup.php:380
+msgid "PHP version"
+msgstr "PHPバヌゞョン"
+
+#: ../../Zotlabs/Module/Setup.php:396
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "WebサヌバヌPATHにコマンドラむンバヌゞョンのPHPが芋぀かりたせんでした。"
+
+#: ../../Zotlabs/Module/Setup.php:397
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
+msgstr "PHPのコマンドラむンバヌゞョンがサヌバヌにむンストヌルされおいない堎合、cronを介しおバックグラりンドポヌリングを実行するこずはできたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:401
+msgid "PHP executable path"
+msgstr "PHP実行可胜パス"
+
+#: ../../Zotlabs/Module/Setup.php:401
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "php実行可胜ファむルぞのフルパスを入力したす。これを空癜のたたにしおむンストヌルを続行できたす。"
+
+#: ../../Zotlabs/Module/Setup.php:406
+msgid "Command line PHP"
+msgstr "コマンドラむンPHP"
+
+#: ../../Zotlabs/Module/Setup.php:416
+msgid ""
+"Unable to check command line PHP, as shell_exec() is disabled. This is "
+"required."
+msgstr "shell_execが無効になっおいるため、コマンドラむンPHPをチェックできたせん。これは必須です。"
+
+#: ../../Zotlabs/Module/Setup.php:420
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "ご䜿甚のシステムのコマンドラむンバヌゞョンのPHPでは、\"register_argc_argv \"が有効になっおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:421
+msgid "This is required for message delivery to work."
+msgstr "これは、メッセヌゞ配信が機胜するために必芁です。"
+
+#: ../../Zotlabs/Module/Setup.php:424
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: ../../Zotlabs/Module/Setup.php:444
+msgid ""
+"This is not sufficient to upload larger images or files. You should be able "
+"to upload at least 4 MB at once."
+msgstr "これは、倧きな画像やファむルをアップロヌドするには䞍十分です。少なくずも4 MBを䞀床にアップロヌドできる必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:446
+#, php-format
+msgid ""
+"Your max allowed total upload size is set to %s. Maximum size of one file to "
+"upload is set to %s. You are allowed to upload up to %d files at once."
+msgstr "アップロヌドの最倧蚱容合蚈サむズは%s蚭定されおいたす。アップロヌドする1぀のファむルの最倧サむズは%s蚭定されおいたす。䞀床に最倧%dファむルをアップロヌドできたす。"
+
+#: ../../Zotlabs/Module/Setup.php:452
+msgid "You can adjust these settings in the server php.ini file."
+msgstr "サヌバヌのphp.iniファむルでこれらの蚭定を調敎できたす。"
+
+#: ../../Zotlabs/Module/Setup.php:454
+msgid "PHP upload limits"
+msgstr "PHPアップロヌド制限"
+
+#: ../../Zotlabs/Module/Setup.php:477
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "゚ラヌこのシステムの\"openssl_pkey_new \"関数は暗号化キヌを生成できたせん"
+
+#: ../../Zotlabs/Module/Setup.php:478
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
+msgstr "Windowsで実行しおいる堎合は、「http//www.php.net/manual/en/openssl.installation.php \」を参照しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:481
+msgid "Generate encryption keys"
+msgstr "暗号化キヌを生成する"
+
+#: ../../Zotlabs/Module/Setup.php:498
+msgid "libCurl PHP module"
+msgstr "libCurl PHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:499
+msgid "GD graphics PHP module"
+msgstr "GDグラフィックスPHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:500
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:501
+msgid "PDO database PHP module"
+msgstr "PDOデヌタベヌスPHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:502
+msgid "mb_string PHP module"
+msgstr "mb_string PHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:503
+msgid "xml PHP module"
+msgstr "XML PHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:504
+msgid "zip PHP module"
+msgstr "zip PHPモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:508 ../../Zotlabs/Module/Setup.php:510
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewriteモゞュヌル"
+
+#: ../../Zotlabs/Module/Setup.php:508
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "゚ラヌApache webserver mod-rewriteモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:514 ../../Zotlabs/Module/Setup.php:517
+msgid "exec"
+msgstr "幹郚"
+
+#: ../../Zotlabs/Module/Setup.php:514
+msgid ""
+"Error: exec is required but is either not installed or has been disabled in "
+"php.ini"
+msgstr "゚ラヌexecが必芁ですが、むンストヌルされおいないか、php.iniで無効にされおいたす"
+
+#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:523
+msgid "shell_exec"
+msgstr "shell_exec"
+
+#: ../../Zotlabs/Module/Setup.php:520
+msgid ""
+"Error: shell_exec is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "゚ラヌshell_execが必芁ですが、むンストヌルされおいないか、php.iniで無効にされおいたす"
+
+#: ../../Zotlabs/Module/Setup.php:528
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "゚ラヌlibCURL PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:532
+msgid ""
+"Error: GD PHP module with JPEG support or ImageMagick graphics library "
+"required but not installed."
+msgstr "゚ラヌJPEGサポヌトたたはImageMagickグラフィックラむブラリを備えたGD PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:536
+msgid "Error: openssl PHP module required but not installed."
+msgstr "゚ラヌopenssl PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:542
+msgid ""
+"Error: PDO database PHP module missing a driver for either mysql or pgsql."
+msgstr "゚ラヌPDOデヌタベヌスPHPモゞュヌルにmysqlたたはpgsqlのいずれかのドラむバヌがありたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:547
+msgid "Error: PDO database PHP module required but not installed."
+msgstr "゚ラヌPDOデヌタベヌスPHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:551
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "゚ラヌmb_string PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:555
+msgid "Error: xml PHP module required for DAV but not installed."
+msgstr "゚ラヌDAVにはXML PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:559
+msgid "Error: zip PHP module required but not installed."
+msgstr "゚ラヌzip PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:578 ../../Zotlabs/Module/Setup.php:587
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.phpは曞き蟌み可胜です"
+
+#: ../../Zotlabs/Module/Setup.php:583
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\" "
+"in the top folder of your web server and it is unable to do so."
+msgstr "Webむンストヌラヌは、Webサヌバヌの最䞊䜍フォルダヌに\"。htconfig.php \"ずいうファむルを䜜成できる必芁がありたすが、䜜成できたせん。"
+
+#: ../../Zotlabs/Module/Setup.php:584
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "これはほずんどの堎合、Webサヌバヌがフォルダヌにファむルを曞き蟌むこずができない堎合でも、蚱可にできる蚭定です。"
+
+#: ../../Zotlabs/Module/Setup.php:585
+msgid "Please see install/INSTALL.txt for additional information."
+msgstr "詳现に぀いおは、install / INSTALL.txtを参照しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:601
+msgid ""
+"This software uses the Smarty3 template engine to render its web views. "
+"Smarty3 compiles templates to PHP to speed up rendering."
+msgstr "この゜フトりェアは、Smarty3テンプレヌト゚ンゞンを䜿甚しおWebビュヌをレンダリングしたす。 Smarty3はテンプレヌトをPHPにコンパむルしお、レンダリングを高速化したす。"
+
+#: ../../Zotlabs/Module/Setup.php:602
+#, php-format
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory %s under the top level web folder."
+msgstr "これらのコンパむル枈みテンプレヌトを保存するには、Webサヌバヌが最䞊䜍のWebフォルダヌ%s䞋のディレクトリぞの曞き蟌みアクセス暩を持っおいる必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:603 ../../Zotlabs/Module/Setup.php:624
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
+msgstr "Webサヌバヌを実行するナヌザヌwww-dataなどがこのフォルダヌぞの曞き蟌みアクセス暩を持っおいるこずを確認しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:604
+#, php-format
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"%s only--not the template files (.tpl) that it contains."
+msgstr "泚セキュリティ察策ずしお、Webサヌバヌに含たれるテンプレヌトファむル.tplではなく、 %sぞの曞き蟌みアクセスを蚱可する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:607
+#, php-format
+msgid "%s is writable"
+msgstr "%sは曞き蟌み可胜です"
+
+#: ../../Zotlabs/Module/Setup.php:623
+msgid ""
+"This software uses the store directory to save uploaded files. The web "
+"server needs to have write access to the store directory under the top level "
+"web folder"
+msgstr "この゜フトりェアは、ストアディレクトリを䜿甚しお、アップロヌドされたファむルを保存したす。 Webサヌバヌには、最䞊䜍Webフォルダヌの䞋のストアディレクトリぞの曞き蟌みアクセスが必芁です。"
+
+#: ../../Zotlabs/Module/Setup.php:627
+msgid "store is writable"
+msgstr "ストアは曞き蟌み可胜です"
+
+#: ../../Zotlabs/Module/Setup.php:659
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access "
+"to this site."
+msgstr "SSL蚌明曞を怜蚌できたせん。蚌明曞を修正するか、このサむトぞのhttpsアクセスを無効にしたす。"
+
+#: ../../Zotlabs/Module/Setup.php:660
+msgid ""
+"If you have https access to your website or allow connections to TCP port "
+"443 (the https: port), you MUST use a browser-valid certificate. You MUST "
+"NOT use self-signed certificates!"
+msgstr "Webサむトぞのhttpsアクセスがある堎合、たたはTCPポヌト443httpsポヌトぞの接続を蚱可する堎合は、ブラりザヌで有効な蚌明曞を䜿甚する必芁がありたす。自己眲名蚌明曞を䜿甚しおはいけたせん"
+
+#: ../../Zotlabs/Module/Setup.php:661
+msgid ""
+"This restriction is incorporated because public posts from you may for "
+"example contain references to images on your own hub."
+msgstr "あなたからの䞀般公開の投皿には、たずえばあなた自身のハブ䞊の画像ぞの参照が含たれおいる可胜性があるため、この制限が組み蟌たれおいたす。"
+
+#: ../../Zotlabs/Module/Setup.php:662
+msgid ""
+"If your certificate is not recognized, members of other sites (who may "
+"themselves have valid certificates) will get a warning message on their own "
+"site complaining about security issues."
+msgstr "蚌明曞が認識されない堎合、他のサむトのメンバヌ自分自身が有効な蚌明曞を持っおいる可胜性がありたすは、自分のサむトでセキュリティの問題に぀いお䞍平を蚀っおいる譊告メッセヌゞを受け取りたす。"
+
+#: ../../Zotlabs/Module/Setup.php:663
+msgid ""
+"This can cause usability issues elsewhere (not just on your own site) so we "
+"must insist on this requirement."
+msgstr "これにより、他の堎所ナヌザのサむトだけでなくでナヌザビリティの問題が発生する可胜性があるため、この芁件を䞻匵する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Setup.php:664
+msgid ""
+"Providers are available that issue free certificates which are browser-valid."
+msgstr "ブラりザで有効な無料の蚌明曞を発行するプロバむダヌが利甚可胜です。"
+
+#: ../../Zotlabs/Module/Setup.php:665
+msgid ""
+"If you are confident that the certificate is valid and signed by a trusted "
+"authority, check to see if you have failed to install an intermediate cert. "
+"These are not normally required by browsers, but are required for server-to-"
+"server communications."
+msgstr "蚌明曞が有効であり、信頌できる機関によっお眲名されおいるず確信しおいる堎合は、䞭間蚌明曞のむンストヌルに倱敗したかどうかを確認しおください。これらは通垞ブラりザには必芁ありたせんが、サヌバヌ間の通信には必芁です。"
+
+#: ../../Zotlabs/Module/Setup.php:667
+msgid "SSL certificate validation"
+msgstr "SSL蚌明曞の怜蚌"
+
+#: ../../Zotlabs/Module/Setup.php:673
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+"Test: "
+msgstr ".htaccessのURL曞き換えが機胜しおいたせん。サヌバヌの構成を確認したす。テスト"
+
+#: ../../Zotlabs/Module/Setup.php:676
+msgid "Url rewrite is working"
+msgstr "URLの曞き換えが機胜しおいたす"
+
+#: ../../Zotlabs/Module/Setup.php:689
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "デヌタベヌス構成ファむル\"。htconfig.php \"を曞き蟌めたせんでした。同封のテキストを䜿甚しお、Webサヌバヌのルヌトに構成ファむルを䜜成しおください。"
+
+#: ../../Zotlabs/Module/Setup.php:718
+msgid "Errors encountered creating database tables."
+msgstr "デヌタベヌステヌブルの䜜成䞭に゚ラヌが発生したした。"
+
+#: ../../Zotlabs/Module/Setup.php:764
+msgid "<h1>What next?</h1>"
+msgstr "<h1>次にするこず</h1>"
+
+#: ../../Zotlabs/Module/Setup.php:765
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+msgstr "重芁ポヌラヌのスケゞュヌルされたタスクを[手動で]蚭定する必芁がありたす。"
+
+#: ../../Zotlabs/Module/Share.php:119
+msgid "Post repeated"
+msgstr "繰り返し投皿"
+
+#: ../../Zotlabs/Module/Sharedwithme.php:103
+msgid "Files: shared with me"
+msgstr "ファむル私ず共有"
+
+#: ../../Zotlabs/Module/Sharedwithme.php:105
+msgid "NEW"
+msgstr "新しい"
+
+#: ../../Zotlabs/Module/Sharedwithme.php:107
+#: ../../Zotlabs/Storage/Browser.php:294
+msgid "Last Modified"
+msgstr "最終曎新日"
+
+#: ../../Zotlabs/Module/Sharedwithme.php:108
+msgid "Remove all files"
+msgstr "すべおのファむルを削陀する"
+
+#: ../../Zotlabs/Module/Sharedwithme.php:109
+msgid "Remove this file"
+msgstr "このファむルを削陀"
+
+#: ../../Zotlabs/Module/Siteinfo.php:21
+msgid "About this site"
+msgstr "このサむトに぀いお"
+
+#: ../../Zotlabs/Module/Siteinfo.php:22
+msgid "Site Name"
+msgstr "サむト名"
+
+#: ../../Zotlabs/Module/Siteinfo.php:26
+msgid "Administrator"
+msgstr "管理者"
+
+#: ../../Zotlabs/Module/Siteinfo.php:29
+msgid "Software and Project information"
+msgstr "゜フトりェアおよびプロゞェクト情報"
+
+#: ../../Zotlabs/Module/Siteinfo.php:30
+msgid "This site is powered by $Projectname"
+msgstr "このサむトは$ Projectnameを䜿甚しおいたす"
+
+#: ../../Zotlabs/Module/Siteinfo.php:31
+msgid ""
+"Federated and decentralised networking and identity services provided by Zot"
+msgstr "Zotが提䟛する統合および分散型のネットワヌクおよびIDサヌビス"
+
+#: ../../Zotlabs/Module/Siteinfo.php:34
+msgid "Additional federated transport protocols:"
+msgstr "远加の統合トランスポヌトプロトコル"
+
+#: ../../Zotlabs/Module/Siteinfo.php:36
+#, php-format
+msgid "Version %s"
+msgstr "バヌゞョン: %s"
+
+#: ../../Zotlabs/Module/Siteinfo.php:37
+msgid "Project homepage"
+msgstr "プロゞェクトのホヌムペヌゞ"
+
+#: ../../Zotlabs/Module/Siteinfo.php:38
+msgid "Developer homepage"
+msgstr "開発者ホヌムペヌゞ"
+
+#: ../../Zotlabs/Module/Sources.php:41
+msgid "Failed to create source. No channel selected."
+msgstr "゜ヌスの䜜成に倱敗したした。チャンネルが遞択されおいたせん。"
+
+#: ../../Zotlabs/Module/Sources.php:57
+msgid "Source created."
+msgstr "゜ヌスが䜜成されたした。"
+
+#: ../../Zotlabs/Module/Sources.php:70
+msgid "Source updated."
+msgstr "゜ヌスが曎新されたした。"
+
+#: ../../Zotlabs/Module/Sources.php:88
+msgid "Sources App"
+msgstr "゜ヌスアプリ"
+
+#: ../../Zotlabs/Module/Sources.php:89
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "他のチャンネルたたはフィヌドからチャンネルコンテンツを自動的にむンポヌトする"
+
+#: ../../Zotlabs/Module/Sources.php:101
+msgid "*"
+msgstr "*"
+
+#: ../../Zotlabs/Module/Sources.php:108
+msgid "Manage remote sources of content for your channel."
+msgstr "チャンネルのコンテンツのリモヌト゜ヌスを管理したす。"
+
+#: ../../Zotlabs/Module/Sources.php:109 ../../Zotlabs/Module/Sources.php:119
+msgid "New Source"
+msgstr "新しい゜ヌス"
+
+#: ../../Zotlabs/Module/Sources.php:120 ../../Zotlabs/Module/Sources.php:154
+msgid ""
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "次のチャネルからすべおたたは遞択したコンテンツをこのチャネルにむンポヌトし、チャネル蚭定に埓っお配信したす。"
+
+#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:155
+msgid "Only import content with these words (one per line)"
+msgstr "これらの単語を含むコンテンツのみをむンポヌトしたす1行に1぀"
+
+#: ../../Zotlabs/Module/Sources.php:121 ../../Zotlabs/Module/Sources.php:155
+msgid "Leave blank to import all public content"
+msgstr "すべおの公開コンテンツをむンポヌトするには空癜のたたにしたす"
+
+#: ../../Zotlabs/Module/Sources.php:122 ../../Zotlabs/Module/Sources.php:161
+msgid "Channel Name"
+msgstr "チャンネル名"
+
+#: ../../Zotlabs/Module/Sources.php:123 ../../Zotlabs/Module/Sources.php:158
+msgid ""
+"Add the following categories to posts imported from this source (comma "
+"separated)"
+msgstr "この゜ヌスからむンポヌトされた投皿に次のカテゎリを远加したすカンマ区切り"
+
+#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
+msgid "Resend posts with this channel as author"
+msgstr "このチャンネルを著者ずしお投皿を再送信する"
+
+#: ../../Zotlabs/Module/Sources.php:124 ../../Zotlabs/Module/Sources.php:159
+msgid "Copyrights may apply"
+msgstr "著䜜暩が適甚される堎合がありたす"
+
+#: ../../Zotlabs/Module/Sources.php:144 ../../Zotlabs/Module/Sources.php:174
+msgid "Source not found."
+msgstr "゜ヌスが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Sources.php:151
+msgid "Edit Source"
+msgstr "゜ヌスを線集"
+
+#: ../../Zotlabs/Module/Sources.php:152
+msgid "Delete Source"
+msgstr "゜ヌスを削陀"
+
+#: ../../Zotlabs/Module/Sources.php:182
+msgid "Source removed"
+msgstr "゜ヌスを削陀したした"
+
+#: ../../Zotlabs/Module/Sources.php:184
+msgid "Unable to remove source."
+msgstr "゜ヌスを削陀できたせん。"
+
+#: ../../Zotlabs/Module/Subthread.php:143
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$sをフォロヌしおいたす"
+
+#: ../../Zotlabs/Module/Subthread.php:145
+#, php-format
+msgid "%1$s stopped following %2$s's %3$s"
+msgstr "%1$sが%2$sの%3$sのフォロヌを停止したした"
+
+#: ../../Zotlabs/Module/Suggest.php:40
+msgid "Suggest Channels App"
+msgstr "チャンネルアプリの提案"
+
+#: ../../Zotlabs/Module/Suggest.php:41
+msgid ""
+"Suggestions for channels in the $Projectname network you might be interested "
+"in"
+msgstr "興味あるかも"
+
+#: ../../Zotlabs/Module/Suggest.php:54
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "利甚可胜な提案はありたせん。新しいサむトの堎合は、24時間埌にもう䞀床お詊しください。"
+
+#: ../../Zotlabs/Module/Suggest.php:73 ../../Zotlabs/Widget/Suggestions.php:48
+msgid "Ignore/Hide"
+msgstr "無芖/非衚瀺"
+
+#: ../../Zotlabs/Module/Tagger.php:48
+msgid "Post not found."
+msgstr "投皿が芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Tagger.php:119
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$sが%2$sの%3$sに%4$sずタグを付けたした"
+
+#: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98
+msgid "Tag removed"
+msgstr "タグを削陀したした"
+
+#: ../../Zotlabs/Module/Tagrm.php:123
+msgid "Remove Item Tag"
+msgstr "アむテムタグを削陀"
+
+#: ../../Zotlabs/Module/Tagrm.php:125
+msgid "Select a tag to remove: "
+msgstr "削陀するタグを遞択"
+
+#: ../../Zotlabs/Module/Thing.php:120
+msgid "Thing updated"
+msgstr "曎新されたもの"
+
+#: ../../Zotlabs/Module/Thing.php:172
+msgid "Object store: failed"
+msgstr "オブゞェクトストア倱敗"
+
+#: ../../Zotlabs/Module/Thing.php:176
+msgid "Thing added"
+msgstr "モノは远加されたした。"
+
+#: ../../Zotlabs/Module/Thing.php:202
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ %1$s %2$s %3$s"
+
+#: ../../Zotlabs/Module/Thing.php:265
+msgid "Show Thing"
+msgstr "ものを芋る"
+
+#: ../../Zotlabs/Module/Thing.php:272
+msgid "item not found."
+msgstr "アむテムが芋぀かりたせん。"
+
+#: ../../Zotlabs/Module/Thing.php:305
+msgid "Edit Thing"
+msgstr "ものを線集"
+
+#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:364
+msgid "Select a profile"
+msgstr "プロフィヌルを遞択"
+
+#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+msgid "Post an activity"
+msgstr "アクティビティを投皿する"
+
+#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:367
+msgid "Only sends to viewers of the applicable profile"
+msgstr "該圓するプロファむルの閲芧者にのみ送信したす"
+
+#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:369
+msgid "Name of thing e.g. something"
+msgstr "䜕かの名前、たずえば䜕か"
+
+#: ../../Zotlabs/Module/Thing.php:315 ../../Zotlabs/Module/Thing.php:370
+msgid "URL of thing (optional)"
+msgstr "モノのURLオプション"
+
+#: ../../Zotlabs/Module/Thing.php:317 ../../Zotlabs/Module/Thing.php:371
+msgid "URL for photo of thing (optional)"
+msgstr "モノの写真のURLオプション"
+
+#: ../../Zotlabs/Module/Thing.php:362
+msgid "Add Thing to your Profile"
+msgstr "プロフィヌルにモノを远加"
+
+#: ../../Zotlabs/Module/Tokens.php:39
+#, php-format
+msgid "This channel is limited to %d tokens"
+msgstr "このチャンネルは%dトヌクンに制限されおいたす"
+
+#: ../../Zotlabs/Module/Tokens.php:45
+msgid "Name and Password are required."
+msgstr "名前ずパスワヌドが必芁です。"
+
+#: ../../Zotlabs/Module/Tokens.php:85
+msgid "Token saved."
+msgstr "トヌクンを保存したした。"
+
+#: ../../Zotlabs/Module/Tokens.php:99
+msgid "Guest Access App"
+msgstr "ゲストアクセスアプリ"
+
+#: ../../Zotlabs/Module/Tokens.php:100
+msgid "Create access tokens so that non-members can access private content"
+msgstr "非メンバヌがプラむベヌトコンテンツにアクセスできるようにアクセストヌクンを䜜成する"
+
+#: ../../Zotlabs/Module/Tokens.php:133
+msgid ""
+"Use this form to create temporary access identifiers to share things with "
+"non-members. These identities may be used in Access Control Lists and "
+"visitors may login using these credentials to access private content."
+msgstr "このフォヌムを䜿甚しお、䞀時的なアクセス識別子を䜜成し、非メンバヌず物事を共有したす。これらのIDはアクセス制埡リストで䜿甚でき、蚪問者はこれらの資栌情報を䜿甚しおログむンしおプラむベヌトコンテンツにアクセスできたす。"
+
+#: ../../Zotlabs/Module/Tokens.php:135
+msgid ""
+"You may also provide <em>dropbox</em> style access links to friends and "
+"associates by adding the Login Password to any specific site URL as shown. "
+"Examples:"
+msgstr "瀺されおいるように、特定のサむトURLにログむンパスワヌドを远加するこずにより、友人や仲間に<em> dropbox </em>スタむルのアクセスリンクを提䟛するこずもできたす。䟋"
+
+#: ../../Zotlabs/Module/Tokens.php:170
+msgid "Guest Access Tokens"
+msgstr "ゲストアクセストヌクン"
+
+#: ../../Zotlabs/Module/Tokens.php:177
+msgid "Login Name"
+msgstr "ログむン名"
+
+#: ../../Zotlabs/Module/Tokens.php:178
+msgid "Login Password"
+msgstr "ログむンパスワヌド"
+
+#: ../../Zotlabs/Module/Tokens.php:179
+msgid "Expires (yyyy-mm-dd)"
+msgstr "有効期限yyyy-mm-dd"
+
+#: ../../Zotlabs/Module/Uexport.php:61
+msgid "Channel Export App"
+msgstr "チャンネル゚クスポヌトアプリ"
+
+#: ../../Zotlabs/Module/Uexport.php:62
+msgid "Export your channel"
+msgstr "チャンネルを゚クスポヌトする"
+
+#: ../../Zotlabs/Module/Uexport.php:72 ../../Zotlabs/Module/Uexport.php:73
+msgid "Export Channel"
+msgstr "茞出チャンネル"
+
+#: ../../Zotlabs/Module/Uexport.php:74
+msgid ""
+"Export your basic channel information to a file. This acts as a backup of "
+"your connections, permissions, profile and basic data, which can be used to "
+"import your data to a new server hub, but does not contain your content."
+msgstr "基本的なチャネル情報をファむルに゚クスポヌトしたす。これは、接続、暩限、プロファむル、および基本デヌタのバックアップずしお機胜し、デヌタを新しいサヌバヌハブにむンポヌトするために䜿甚できたすが、コンテンツは含たれたせん。"
+
+#: ../../Zotlabs/Module/Uexport.php:75
+msgid "Export Content"
+msgstr "コンテンツを゚クスポヌト"
+
+#: ../../Zotlabs/Module/Uexport.php:76
+msgid ""
+"Export your channel information and recent content to a JSON backup that can "
+"be restored or imported to another server hub. This backs up all of your "
+"connections, permissions, profile data and several months of posts. This "
+"file may be VERY large. Please be patient - it may take several minutes for "
+"this download to begin."
+msgstr "チャンネル情報ず最近のコンテンツをJSONバックアップに゚クスポヌトし、別のサヌバヌハブに埩元たたはむンポヌトできたす。これにより、すべおの接続、暩限、プロファむルデヌタ、および数か月分の投皿がバックアップされたす。このファむルは非垞に倧きい堎合がありたす。しばらくお埅ちください。このダりンロヌドが開始されるたで数分かかる堎合がありたす。"
+
+#: ../../Zotlabs/Module/Uexport.php:78
+msgid "Export your posts from a given year."
+msgstr "特定の幎の投皿を゚クスポヌトしたす。"
+
+#: ../../Zotlabs/Module/Uexport.php:80
+msgid ""
+"You may also export your posts and conversations for a particular year or "
+"month. Adjust the date in your browser location bar to select other dates. "
+"If the export fails (possibly due to memory exhaustion on your server hub), "
+"please try again selecting a more limited date range."
+msgstr "特定の幎たたは月の投皿ず䌚話を゚クスポヌトするこずもできたす。ブラりザのロケヌションバヌで日付を調敎しお、他の日付を遞択したす。゚クスポヌトが倱敗した堎合サヌバヌハブのメモリ䞍足が原因である可胜性がありたす、より制限された日付範囲の遞択を再詊行しおください。"
+
+#: ../../Zotlabs/Module/Uexport.php:81
+#, php-format
+msgid ""
+"To select all posts for a given year, such as this year, visit <a href=\"%1$s"
+"\">%2$s</a>"
+msgstr "今幎など、特定の幎のすべおの投皿を遞択するには、<a href=\" %1$s \"> %2$s </a>にアクセスしおください"
+
+#: ../../Zotlabs/Module/Uexport.php:82
+#, php-format
+msgid ""
+"To select all posts for a given month, such as January of this year, visit "
+"<a href=\"%1$s\">%2$s</a>"
+msgstr "今幎の1月など、特定の月のすべおの投皿を遞択するには、<a href=\"%1$s\">%2$s</a>にアクセスしおください"
+
+#: ../../Zotlabs/Module/Uexport.php:83
+#, php-format
+msgid ""
+"These content files may be imported or restored by visiting <a href=\"%1$s\">"
+"%2$s</a> on any site containing your channel. For best results please import "
+"or restore these in date order (oldest first)."
+msgstr "これらのコンテンツファむルは、チャンネルを含むサむトで<a href=\" %1$s \"> %2$s </a>に%1$sしおむンポヌトたたは埩元できたす。最良の結果を埗るには、これらを日付順に最も叀いものからむンポヌトたたは埩元しおください。"
+
+#: ../../Zotlabs/Module/Viewconnections.php:65
+msgid "No connections."
+msgstr "接続なし。"
+
+#: ../../Zotlabs/Module/Viewconnections.php:83
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "%sのプロフィヌル[%s]にアクセスしおいたす。"
+
+#: ../../Zotlabs/Module/Viewconnections.php:113
+msgid "View Connections"
+msgstr "接続を衚瀺"
+
+#: ../../Zotlabs/Module/Viewsrc.php:43
+msgid "item"
+msgstr "項目"
+
+#: ../../Zotlabs/Module/Webpages.php:48
+msgid "Webpages App"
+msgstr "りェブペヌゞアプリ"
+
+#: ../../Zotlabs/Module/Webpages.php:49
+msgid "Provide managed web pages on your channel"
+msgstr "チャンネルで管理されたWebペヌゞを提䟛する"
+
+#: ../../Zotlabs/Module/Webpages.php:69
+msgid "Import Webpage Elements"
+msgstr "Webペヌゞ芁玠をむンポヌトする"
+
+#: ../../Zotlabs/Module/Webpages.php:70
+msgid "Import selected"
+msgstr "遞択したむンポヌト"
+
+#: ../../Zotlabs/Module/Webpages.php:93
+msgid "Export Webpage Elements"
+msgstr "Webペヌゞ芁玠の゚クスポヌト"
+
+#: ../../Zotlabs/Module/Webpages.php:94
+msgid "Export selected"
+msgstr "遞択した゚クスポヌト"
+
+#: ../../Zotlabs/Module/Webpages.php:263
+msgid "Actions"
+msgstr "行動"
+
+#: ../../Zotlabs/Module/Webpages.php:264
+msgid "Page Link"
+msgstr "ペヌゞリンク"
+
+#: ../../Zotlabs/Module/Webpages.php:265
+msgid "Page Title"
+msgstr "ペヌゞタむトル"
+
+#: ../../Zotlabs/Module/Webpages.php:295
+msgid "Invalid file type."
+msgstr "無効なファむルタむプ。"
+
+#: ../../Zotlabs/Module/Webpages.php:307
+msgid "Error opening zip file"
+msgstr "zipファむルを開く際の゚ラヌ"
+
+#: ../../Zotlabs/Module/Webpages.php:318
+msgid "Invalid folder path."
+msgstr "無効なフォルダヌパス。"
+
+#: ../../Zotlabs/Module/Webpages.php:345
+msgid "No webpage elements detected."
+msgstr "Webペヌゞ芁玠は怜出されたせんでした。"
+
+#: ../../Zotlabs/Module/Webpages.php:420
+msgid "Import complete."
+msgstr "むンポヌトが完了したした。"
+
+#: ../../Zotlabs/Module/Wiki.php:35
+msgid "Profile Unavailable."
+msgstr "プロファむルを利甚できたせん。"
+
+#: ../../Zotlabs/Module/Wiki.php:52
+msgid "Wiki App"
+msgstr "Wikiアプリ"
+
+#: ../../Zotlabs/Module/Wiki.php:53
+msgid "Provide a wiki for your channel"
+msgstr "チャンネルのりィキを提䟛する"
+
+#: ../../Zotlabs/Module/Wiki.php:77
+msgid "Invalid channel"
+msgstr "無効なチャンネル"
+
+#: ../../Zotlabs/Module/Wiki.php:133
+msgid "Error retrieving wiki"
+msgstr "Wikiの取埗゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:140
+msgid "Error creating zip file export folder"
+msgstr "zipファむル゚クスポヌトフォルダヌの䜜成゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:191
+msgid "Error downloading wiki: "
+msgstr "Wikiのダりンロヌド゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:212
+msgid "Download"
+msgstr "ダりンロヌド"
+
+#: ../../Zotlabs/Module/Wiki.php:216
+msgid "Wiki name"
+msgstr "りィキ名"
+
+#: ../../Zotlabs/Module/Wiki.php:217
+msgid "Content type"
+msgstr "コンテンツの皮類"
+
+#: ../../Zotlabs/Module/Wiki.php:219 ../../Zotlabs/Storage/Browser.php:292
+msgid "Type"
+msgstr "タむプ"
+
+#: ../../Zotlabs/Module/Wiki.php:220
+msgid "Any&nbsp;type"
+msgstr "任意のタむプ"
+
+#: ../../Zotlabs/Module/Wiki.php:227
+msgid "Lock content type"
+msgstr "コンテンツタむプをロックする"
+
+#: ../../Zotlabs/Module/Wiki.php:228
+msgid "Create a status post for this wiki"
+msgstr "このりィキのステヌタスポストを䜜成する"
+
+#: ../../Zotlabs/Module/Wiki.php:229
+msgid "Edit Wiki Name"
+msgstr "Wiki名を線集"
+
+#: ../../Zotlabs/Module/Wiki.php:274
+msgid "Wiki not found"
+msgstr "りィキが芋぀かりたせん"
+
+#: ../../Zotlabs/Module/Wiki.php:300
+msgid "Rename page"
+msgstr "ペヌゞの名前を倉曎"
+
+#: ../../Zotlabs/Module/Wiki.php:321
+msgid "Error retrieving page content"
+msgstr "ペヌゞコンテンツの取埗゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:329 ../../Zotlabs/Module/Wiki.php:331
+msgid "New page"
+msgstr "新しいペヌゞ"
+
+#: ../../Zotlabs/Module/Wiki.php:366
+msgid "Revision Comparison"
+msgstr "リビゞョン比范"
+
+#: ../../Zotlabs/Module/Wiki.php:374
+msgid "Short description of your changes (optional)"
+msgstr "倉曎の簡単な説明オプション"
+
+#: ../../Zotlabs/Module/Wiki.php:384
+msgid "Source"
+msgstr "゜ヌス"
+
+#: ../../Zotlabs/Module/Wiki.php:394
+msgid "New page name"
+msgstr "新しいペヌゞ名"
+
+#: ../../Zotlabs/Module/Wiki.php:399
+msgid "Embed image from photo albums"
+msgstr "フォトアルバムから画像を埋め蟌む"
+
+#: ../../Zotlabs/Module/Wiki.php:410
+msgid "History"
+msgstr "歎史"
+
+#: ../../Zotlabs/Module/Wiki.php:488
+msgid "Error creating wiki. Invalid name."
+msgstr "Wikiの䜜成゚ラヌ。無効な名前。"
+
+#: ../../Zotlabs/Module/Wiki.php:495
+msgid "A wiki with this name already exists."
+msgstr "この名前のりィキは既に存圚したす。"
+
+#: ../../Zotlabs/Module/Wiki.php:508
+msgid "Wiki created, but error creating Home page."
+msgstr "Wikiは䜜成されたしたが、ホヌムペヌゞの䜜成䞭に゚ラヌが発生したした。"
+
+#: ../../Zotlabs/Module/Wiki.php:515
+msgid "Error creating wiki"
+msgstr "Wikiの䜜成゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:539
+msgid "Error updating wiki. Invalid name."
+msgstr "Wikiの曎新゚ラヌ。無効な名前。"
+
+#: ../../Zotlabs/Module/Wiki.php:559
+msgid "Error updating wiki"
+msgstr "Wikiの曎新゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:574
+msgid "Wiki delete permission denied."
+msgstr "Wikiの削陀蚱可が拒吊されたした。"
+
+#: ../../Zotlabs/Module/Wiki.php:584
+msgid "Error deleting wiki"
+msgstr "Wikiの削陀゚ラヌ"
+
+#: ../../Zotlabs/Module/Wiki.php:617
+msgid "New page created"
+msgstr "新しいペヌゞが䜜成されたした"
+
+#: ../../Zotlabs/Module/Wiki.php:739
+msgid "Cannot delete Home"
+msgstr "ホヌムを削陀できたせん"
+
+#: ../../Zotlabs/Module/Wiki.php:803
+msgid "Current Revision"
+msgstr "珟圚の改蚂"
+
+#: ../../Zotlabs/Module/Wiki.php:803
+msgid "Selected Revision"
+msgstr "遞択されたリビゞョン"
+
+#: ../../Zotlabs/Module/Wiki.php:853
+msgid "You must be authenticated."
+msgstr "認蚌されおいる必芁がありたす。"
+
+#: ../../Zotlabs/Module/Xchan.php:10
+msgid "Xchan Lookup"
+msgstr "Xchan怜玢"
+
+#: ../../Zotlabs/Module/Xchan.php:13
+msgid "Lookup xchan beginning with (or webbie): "
+msgstr "xchan(たたはwebbie)を怜玢:"
+
+#: ../../Zotlabs/Storage/Browser.php:107 ../../Zotlabs/Storage/Browser.php:295
+msgid "parent"
+msgstr "芪"
+
+#: ../../Zotlabs/Storage/Browser.php:134
+msgid "Principal"
+msgstr "䞻芁な"
+
+#: ../../Zotlabs/Storage/Browser.php:137
+msgid "Addressbook"
+msgstr "䜏所録"
+
+#: ../../Zotlabs/Storage/Browser.php:143
+msgid "Schedule Inbox"
+msgstr "受信トレむのスケゞュヌル"
+
+#: ../../Zotlabs/Storage/Browser.php:146
+msgid "Schedule Outbox"
+msgstr "送信トレむのスケゞュヌル"
+
+#: ../../Zotlabs/Storage/Browser.php:279
+msgid "Total"
+msgstr "合蚈"
+
+#: ../../Zotlabs/Storage/Browser.php:281
+msgid "Shared"
+msgstr "共有"
+
+#: ../../Zotlabs/Storage/Browser.php:283
+msgid "Add Files"
+msgstr "远加ファむル"
+
+#: ../../Zotlabs/Storage/Browser.php:367
+#, php-format
+msgid "You are using %1$s of your available file storage."
+msgstr "䜿甚可胜なファむルストレヌゞ%1$sを䜿甚しおいたす。"
+
+#: ../../Zotlabs/Storage/Browser.php:372
+#, php-format
+msgid "You are using %1$s of %2$s available file storage. (%3$s&#37;)"
+msgstr "%1$sの%2$s䜿甚可胜なファむルストレヌゞを䜿甚しおいたす。(%3$s&#37;)"
+
+#: ../../Zotlabs/Storage/Browser.php:383
+msgid "WARNING:"
+msgstr "譊告"
+
+#: ../../Zotlabs/Storage/Browser.php:395
+msgid "Create new folder"
+msgstr "新しいフォルダヌを䜜成"
+
+#: ../../Zotlabs/Storage/Browser.php:397
+msgid "Upload file"
+msgstr "ファむルをアップロヌドする"
+
+#: ../../Zotlabs/Storage/Browser.php:410
+msgid "Drop files here to immediately upload"
+msgstr "ここにファむルをドロップしお、すぐにアップロヌドしたす"
+
+#: ../../Zotlabs/Widget/Activity.php:50
+msgctxt "widget"
+msgid "Activity"
+msgstr "アクティビティ"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:36
+#, php-format
+msgid "Show posts related to the %s privacy group"
+msgstr "%sプラむバシヌグルヌプに関連する投皿を衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:45
+msgid "Show my privacy groups"
+msgstr "自分のプラむバシヌグルヌプを衚瀺する"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:66
+msgid "Show posts to this forum"
+msgstr "このフォヌラムぞの投皿を衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:73
+#: ../../Zotlabs/Widget/Forums.php:100
+#: ../../Zotlabs/Widget/Notifications.php:119
+#: ../../Zotlabs/Widget/Notifications.php:120
+msgid "Forums"
+msgstr "フォヌラム"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:77
+msgid "Show forums"
+msgstr "フォヌラムを衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:91
+msgid "Starred Posts"
+msgstr "スタヌ付き投皿"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:95
+msgid "Show posts that I have starred"
+msgstr "スタヌを付けた投皿を衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:106
+msgid "Personal Posts"
+msgstr "個人的な投皿"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:110
+msgid "Show posts that mention or involve me"
+msgstr "自分に蚀及たたは関䞎しおいる投皿を衚瀺する"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:131
+#, php-format
+msgid "Show posts that I have filed to %s"
+msgstr "%s提出した投皿を衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:141
+msgid "Show filed post categories"
+msgstr "提出枈みの投皿カテゎリを衚瀺"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:155
+msgid "Panel search"
+msgstr "パネル怜玢"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:165
+msgid "Filter by name"
+msgstr "名前で絞り蟌む"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:180
+msgid "Remove active filter"
+msgstr "アクティブなフィルタヌを削陀"
+
+#: ../../Zotlabs/Widget/Activity_filter.php:196
+msgid "ters"
+msgstr "投皿のフィルタリング"
+
+#: ../../Zotlabs/Widget/Activity_order.php:90
+msgid "Commented Date"
+msgstr "最新のコメント順"
+
+#: ../../Zotlabs/Widget/Activity_order.php:94
+msgid "Order by last commented date"
+msgstr "コメントが新しい投皿の順に䞊べたす。"
+
+#: ../../Zotlabs/Widget/Activity_order.php:97
+msgid "Posted Date"
+msgstr "投皿日時順"
+
+#: ../../Zotlabs/Widget/Activity_order.php:101
+msgid "Order by last posted date"
+msgstr "投皿本䜓の時間が新しい順に䞊べたす。"
+
+#: ../../Zotlabs/Widget/Activity_order.php:104
+msgid "Date Unthreaded"
+msgstr "スレッド化しない"
+
+#: ../../Zotlabs/Widget/Activity_order.php:108
+msgid "Order unthreaded by date"
+msgstr "投皿ずコメントを分けずに最新の順に䞀緒に䞊べたす。"
+
+#: ../../Zotlabs/Widget/Activity_order.php:123
+msgid "Stream Order"
+msgstr "投皿の䞊べ替え"
+
+#: ../../Zotlabs/Widget/Admin.php:23 ../../Zotlabs/Widget/Admin.php:60
+msgid "Member registrations waiting for confirmation"
+msgstr "確認埅ちの䌚員登録"
+
+#: ../../Zotlabs/Widget/Admin.php:29
+msgid "Inspect queue"
+msgstr "埅機䞭のキュヌ"
+
+#: ../../Zotlabs/Widget/Admin.php:31
+msgid "DB updates"
+msgstr "DBアップデヌト"
+
+#: ../../Zotlabs/Widget/Admin.php:56
+msgid "Addon Features"
+msgstr "アドオンの機胜"
+
+#: ../../Zotlabs/Widget/Affinity.php:54
+msgid "Refresh"
+msgstr "曎新"
+
+#: ../../Zotlabs/Widget/Appstore.php:11
+msgid "App Collections"
+msgstr "アプリコレクション"
+
+#: ../../Zotlabs/Widget/Appstore.php:13
+msgid "Installed apps"
+msgstr "むンストヌル枈みアプリ"
+
+#: ../../Zotlabs/Widget/Archive.php:43
+msgid "Archives"
+msgstr "アヌカむブ"
+
+#: ../../Zotlabs/Widget/Bookmarkedchats.php:24
+msgid "Bookmarked Chatrooms"
+msgstr "ブックマヌク枈みチャットルヌム"
+
+#: ../../Zotlabs/Widget/Cdav.php:37
+msgid "Select Channel"
+msgstr "チャンネルの遞択"
+
+#: ../../Zotlabs/Widget/Cdav.php:42
+msgid "Read-write"
+msgstr "読み曞き"
+
+#: ../../Zotlabs/Widget/Cdav.php:43
+msgid "Read-only"
+msgstr "読み取り専甚"
+
+#: ../../Zotlabs/Widget/Cdav.php:117
+msgid "My Calendars"
+msgstr "私のカレンダヌ"
+
+#: ../../Zotlabs/Widget/Cdav.php:119
+msgid "Shared Calendars"
+msgstr "共有カレンダヌ"
+
+#: ../../Zotlabs/Widget/Cdav.php:123
+msgid "Share this calendar"
+msgstr "このカレンダヌを共有する"
+
+#: ../../Zotlabs/Widget/Cdav.php:125
+msgid "Calendar name and color"
+msgstr "カレンダヌの名前ず色"
+
+#: ../../Zotlabs/Widget/Cdav.php:127
+msgid "Create new calendar"
+msgstr "新しいカレンダヌを䜜成"
+
+#: ../../Zotlabs/Widget/Cdav.php:129
+msgid "Calendar Name"
+msgstr "カレンダヌ名"
+
+#: ../../Zotlabs/Widget/Cdav.php:130
+msgid "Calendar Tools"
+msgstr "カレンダヌツヌル"
+
+#: ../../Zotlabs/Widget/Cdav.php:131
+msgid "Import calendar"
+msgstr "カレンダヌをむンポヌト"
+
+#: ../../Zotlabs/Widget/Cdav.php:132
+msgid "Select a calendar to import to"
+msgstr "むンポヌトするカレンダヌを遞択したす"
+
+#: ../../Zotlabs/Widget/Cdav.php:159
+msgid "Addressbooks"
+msgstr "アドレス垳"
+
+#: ../../Zotlabs/Widget/Cdav.php:161
+msgid "Addressbook name"
+msgstr "アドレス垳名"
+
+#: ../../Zotlabs/Widget/Cdav.php:163
+msgid "Create new addressbook"
+msgstr "新しいアドレス垳を䜜成"
+
+#: ../../Zotlabs/Widget/Cdav.php:164
+msgid "Addressbook Name"
+msgstr "アドレス垳名"
+
+#: ../../Zotlabs/Widget/Cdav.php:166
+msgid "Addressbook Tools"
+msgstr "アドレス垳ツヌル"
+
+#: ../../Zotlabs/Widget/Cdav.php:167
+msgid "Import addressbook"
+msgstr "アドレス垳をむンポヌト"
+
+#: ../../Zotlabs/Widget/Cdav.php:168
+msgid "Select an addressbook to import to"
+msgstr "むンポヌトするアドレス垳を遞択したす"
+
+#: ../../Zotlabs/Widget/Chatroom_list.php:20
+msgid "Overview"
+msgstr "抂芁"
+
+#: ../../Zotlabs/Widget/Chatroom_members.php:11
+msgid "Chat Members"
+msgstr "チャットメンバヌ"
+
+#: ../../Zotlabs/Widget/Conversations.php:17
+msgid "Received Messages"
+msgstr "受信したメッセヌゞ"
+
+#: ../../Zotlabs/Widget/Conversations.php:21
+msgid "Sent Messages"
+msgstr "メッセヌゞを送った"
+
+#: ../../Zotlabs/Widget/Conversations.php:25
+msgid "Conversations"
+msgstr "䌚話"
+
+#: ../../Zotlabs/Widget/Conversations.php:37
+msgid "No messages."
+msgstr "メッセヌゞはありたせん。"
+
+#: ../../Zotlabs/Widget/Conversations.php:57
+msgid "Delete conversation"
+msgstr "䌚話を削陀"
+
+#: ../../Zotlabs/Widget/Cover_photo.php:65
+msgid "Click to show more"
+msgstr "クリックしお詳现を衚瀺"
+
+#: ../../Zotlabs/Widget/Eventstools.php:13
+msgid "Events Tools"
+msgstr "むベントツヌル"
+
+#: ../../Zotlabs/Widget/Eventstools.php:14
+msgid "Export Calendar"
+msgstr "カレンダヌを゚クスポヌト"
+
+#: ../../Zotlabs/Widget/Eventstools.php:15
+msgid "Import Calendar"
+msgstr "カレンダヌをむンポヌト"
+
+#: ../../Zotlabs/Widget/Follow.php:22
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "%2$.0fの%1$.0fが接続を蚱可されおいたす。"
+
+#: ../../Zotlabs/Widget/Follow.php:29
+msgid "Add New Connection"
+msgstr "新しい接続を远加"
+
+#: ../../Zotlabs/Widget/Follow.php:30
+msgid "Enter channel address"
+msgstr "チャンネルのアドレスを入力しおください"
+
+#: ../../Zotlabs/Widget/Follow.php:31
+msgid "Examples: bob@example.com, https://example.com/barbara"
+msgstr "䟋bob @ example.com、https//example.com/barbara"
+
+#: ../../Zotlabs/Widget/Hq_controls.php:14
+msgid "HQ Control Panel"
+msgstr "HQコントロヌルパネル"
+
+#: ../../Zotlabs/Widget/Hq_controls.php:17
+msgid "Create a new post"
+msgstr "新しい投皿を䜜成する"
+
+#: ../../Zotlabs/Widget/Mailmenu.php:13
+msgid "Private Mail Menu"
+msgstr "プラむベヌトメヌルメニュヌ"
+
+#: ../../Zotlabs/Widget/Mailmenu.php:15
+msgid "Combined View"
+msgstr "耇合ビュヌ"
+
+#: ../../Zotlabs/Widget/Mailmenu.php:20
+msgid "Inbox"
+msgstr "受信トレむ"
+
+#: ../../Zotlabs/Widget/Mailmenu.php:25
+msgid "Outbox"
+msgstr "送信トレむ"
+
+#: ../../Zotlabs/Widget/Mailmenu.php:30
+msgid "New Message"
+msgstr "新しいメッセヌゞ"
+
+#: ../../Zotlabs/Widget/Newmember.php:31
+msgid "Profile Creation"
+msgstr "プロファむル䜜成"
+
+#: ../../Zotlabs/Widget/Newmember.php:33
+msgid "Upload profile photo"
+msgstr "プロフィヌル写真をアップロヌド"
+
+#: ../../Zotlabs/Widget/Newmember.php:34
+msgid "Upload cover photo"
+msgstr "カバヌ写真をアップロヌド"
+
+#: ../../Zotlabs/Widget/Newmember.php:38
+msgid "Find and Connect with others"
+msgstr "他の人を芋぀けお぀ながる"
+
+#: ../../Zotlabs/Widget/Newmember.php:40
+msgid "View the directory"
+msgstr "ディレクトリを衚瀺する"
+
+#: ../../Zotlabs/Widget/Newmember.php:42
+msgid "Manage your connections"
+msgstr "接続を管理する"
+
+#: ../../Zotlabs/Widget/Newmember.php:45
+msgid "Communicate"
+msgstr "通信する"
+
+#: ../../Zotlabs/Widget/Newmember.php:47
+msgid "View your channel homepage"
+msgstr "チャンネルのホヌムペヌゞを衚瀺する"
+
+#: ../../Zotlabs/Widget/Newmember.php:48
+msgid "View your network stream"
+msgstr "ネットワヌクストリヌムを衚瀺する"
+
+#: ../../Zotlabs/Widget/Newmember.php:54
+msgid "Documentation"
+msgstr "説明曞"
+
+#: ../../Zotlabs/Widget/Newmember.php:57
+msgid "Missing Features?"
+msgstr "機胜がありたせんか"
+
+#: ../../Zotlabs/Widget/Newmember.php:59
+msgid "Pin apps to navigation bar"
+msgstr "アプリをナビゲヌションバヌに固定する"
+
+#: ../../Zotlabs/Widget/Newmember.php:60
+msgid "Install more apps"
+msgstr "さらにアプリをむンストヌルする"
+
+#: ../../Zotlabs/Widget/Newmember.php:71
+msgid "View public stream"
+msgstr "公開ストリヌムを衚瀺"
+
+#: ../../Zotlabs/Widget/Notifications.php:16
+msgid "New Network Activity"
+msgstr "ホヌム"
+
+#: ../../Zotlabs/Widget/Notifications.php:17
+msgid "New Network Activity Notifications"
+msgstr "ホヌムぞの通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:20
+msgid "View your network activity"
+msgstr "ホヌムを芋る"
+
+#: ../../Zotlabs/Widget/Notifications.php:23
+msgid "Mark all notifications read"
+msgstr "党郚既読する"
+
+#: ../../Zotlabs/Widget/Notifications.php:26
+#: ../../Zotlabs/Widget/Notifications.php:45
+#: ../../Zotlabs/Widget/Notifications.php:152
+msgid "Show new posts only"
+msgstr "新しい投皿のみ衚瀺"
+
+#: ../../Zotlabs/Widget/Notifications.php:27
+#: ../../Zotlabs/Widget/Notifications.php:46
+#: ../../Zotlabs/Widget/Notifications.php:122
+#: ../../Zotlabs/Widget/Notifications.php:153
+msgid "Filter by name or address"
+msgstr "名前やアドレスでフィルタリング"
+
+#: ../../Zotlabs/Widget/Notifications.php:35
+msgid "New Home Activity"
+msgstr "自分ぞの新しいアクティビティ"
+
+#: ../../Zotlabs/Widget/Notifications.php:36
+msgid "New Home Activity Notifications"
+msgstr "自分ぞの新しいアクティビティ通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:39
+msgid "View your home activity"
+msgstr "自分の投皿を芋る"
+
+#: ../../Zotlabs/Widget/Notifications.php:42
+#: ../../Zotlabs/Widget/Notifications.php:149
+msgid "Mark all notifications seen"
+msgstr "党郚既読にする"
+
+#: ../../Zotlabs/Widget/Notifications.php:54
+msgid "New Mails"
+msgstr "新着メヌル"
+
+#: ../../Zotlabs/Widget/Notifications.php:55
+msgid "New Mails Notifications"
+msgstr "新芏メヌル通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:58
+msgid "View your private mails"
+msgstr "プラむベヌトメヌルを衚瀺する"
+
+#: ../../Zotlabs/Widget/Notifications.php:61
+msgid "Mark all messages seen"
+msgstr "すべおのメッセヌゞを確認枈みにする"
+
+#: ../../Zotlabs/Widget/Notifications.php:69
+msgid "New Events"
+msgstr "新しいむベント"
+
+#: ../../Zotlabs/Widget/Notifications.php:70
+msgid "New Events Notifications"
+msgstr "新しいむベント通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:73
+msgid "View events"
+msgstr "むベントを芋る"
+
+#: ../../Zotlabs/Widget/Notifications.php:76
+msgid "Mark all events seen"
+msgstr "すべおのむベントを確認枈みにする"
+
+#: ../../Zotlabs/Widget/Notifications.php:85
+msgid "New Connections Notifications"
+msgstr "新しい接続通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:88
+msgid "View all connections"
+msgstr "すべおの接続を衚瀺"
+
+#: ../../Zotlabs/Widget/Notifications.php:96
+msgid "New Files"
+msgstr "新しいファむル"
+
+#: ../../Zotlabs/Widget/Notifications.php:97
+msgid "New Files Notifications"
+msgstr "新しいファむルの通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:104
+#: ../../Zotlabs/Widget/Notifications.php:105
+msgid "Notices"
+msgstr "通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:108
+msgid "View all notices"
+msgstr "党おの通知を衚瀺する"
+
+#: ../../Zotlabs/Widget/Notifications.php:111
+msgid "Mark all notices seen"
+msgstr "党おの通知を既読扱いにする"
+
+#: ../../Zotlabs/Widget/Notifications.php:132
+msgid "New Registrations"
+msgstr "新芏登録"
+
+#: ../../Zotlabs/Widget/Notifications.php:133
+msgid "New Registrations Notifications"
+msgstr "新芏登録通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:143
+msgid "Public Stream Notifications"
+msgstr "連合ストリヌム通知"
+
+#: ../../Zotlabs/Widget/Notifications.php:146
+msgid "View the public stream"
+msgstr "連合ストリヌムを衚瀺する"
+
+#: ../../Zotlabs/Widget/Notifications.php:161
+msgid "Sorry, you have got no notifications at the moment"
+msgstr "珟圚通知はありたせん。"
+
+#: ../../Zotlabs/Widget/Photo.php:48 ../../Zotlabs/Widget/Photo_rand.php:58
+msgid "photo/image"
+msgstr "画像/むメヌゞ"
+
+#: ../../Zotlabs/Widget/Rating.php:51
+msgid "Rating Tools"
+msgstr "評䟡ツヌル"
+
+#: ../../Zotlabs/Widget/Rating.php:55 ../../Zotlabs/Widget/Rating.php:57
+msgid "Rate Me"
+msgstr "私を評䟡"
+
+#: ../../Zotlabs/Widget/Rating.php:60
+msgid "View Ratings"
+msgstr "評䟡を芋る"
+
+#: ../../Zotlabs/Widget/Savedsearch.php:75
+msgid "Remove term"
+msgstr "甚語を削陀"
+
+#: ../../Zotlabs/Widget/Settings_menu.php:32
+msgid "Account settings"
+msgstr "アカりント蚭定"
+
+#: ../../Zotlabs/Widget/Settings_menu.php:38
+msgid "Channel settings"
+msgstr "チャンネル蚭定"
+
+#: ../../Zotlabs/Widget/Settings_menu.php:46
+msgid "Display settings"
+msgstr "画面衚瀺蚭定"
+
+#: ../../Zotlabs/Widget/Settings_menu.php:53
+msgid "Manage locations"
+msgstr "所圚地の管理"
+
+#: ../../Zotlabs/Widget/Suggestedchats.php:32
+msgid "Suggested Chatrooms"
+msgstr "チャットルヌムの提案"
+
+#: ../../Zotlabs/Widget/Suggestions.php:53
+msgid "Suggestions"
+msgstr "提案"
+
+#: ../../Zotlabs/Widget/Suggestions.php:54
+msgid "See more..."
+msgstr "もっず芋る..."
+
+#: ../../Zotlabs/Widget/Tasklist.php:23
+msgid "Tasks"
+msgstr "タスク"
+
+#: ../../Zotlabs/Widget/Wiki_pages.php:34
+#: ../../Zotlabs/Widget/Wiki_pages.php:91
+msgid "Add new page"
+msgstr "新しいペヌゞの远加"
+
+#: ../../Zotlabs/Widget/Wiki_pages.php:85
+msgid "Wiki Pages"
+msgstr "りィキペヌゞ"
+
+#: ../../Zotlabs/Widget/Wiki_pages.php:96
+msgid "Page name"
+msgstr "ペヌゞ名"
+
+#: ../../Zotlabs/Zot/Auth.php:152
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please "
+"logout and retry."
+msgstr "リモヌト認蚌がブロックされたした。このサむトにロヌカルでログむンしおいたす。ログアりトしお再詊行しおください。"
+
+#: ../../Zotlabs/Zot/Auth.php:264
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "ようこそ%s!!リモヌトログむンは成功したした"
+
diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php
new file mode 100644
index 000000000..49c7f2388
--- /dev/null
+++ b/view/ja/hstrings.php
@@ -0,0 +1,2796 @@
+<?php
+
+if(! function_exists("string_plural_select_ja")) {
+function string_plural_select_ja($n){
+ return 0;;
+}}
+App::$rtl = 0;
+App::$strings["plural_function_code"] = "0";
+App::$strings["Create an account to access services and applications"] = "サヌビスずアプリケヌションにアクセスするためにアカりントを䜜成する。";
+App::$strings["Register"] = "登録";
+App::$strings["Logout"] = "ログアりト";
+App::$strings["Login"] = "ログむン";
+App::$strings["Remote Authentication"] = "リモヌトログむン";
+App::$strings["Login/Email"] = "ログむン/Eメヌル";
+App::$strings["Password"] = "パスワヌド";
+App::$strings["Remember me"] = "蚘憶する";
+App::$strings["No"] = "いいえ";
+App::$strings["Yes"] = "はい";
+App::$strings["Forgot your password?"] = "パスワヌドを忘れたしたか";
+App::$strings["Password Reset"] = "パスワヌドのリセット";
+App::$strings["[\$Projectname] Website SSL error for %s"] = "[$ Projectname] %s WebサむトSSL゚ラヌ";
+App::$strings["Website SSL certificate is not valid. Please correct."] = "りェブサむトのssl認蚌ができたせん。修正しおください。";
+App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] Cronタスクが%s実行されおいたせん";
+App::$strings["Cron/Scheduled tasks not running."] = "Cron/スケゞュヌル枈みタスクが実行されおいたせん。";
+App::$strings["never"] = "䞀床もなし";
+App::$strings["Not a valid email address"] = "未認蚌のメヌルアドレス";
+App::$strings["Your email domain is not among those allowed on this site"] = "あなたのメヌルアドレスのドメむンはこのサむトでは蚱可されおいたせん。";
+App::$strings["Your email address is already registered at this site."] = "あなたのメヌルアドレスは既にこのサむトに登録されおいたす。";
+App::$strings["An invitation is required."] = "招埅状が必芁です。";
+App::$strings["Invitation could not be verified."] = "招埅状が認蚌されたせんでした。";
+App::$strings["Please enter the required information."] = "必須事項を入力しおください。";
+App::$strings["Failed to store account information."] = "アカりント情報の保存に倱敗したした。";
+App::$strings["Registration confirmation for %s"] = "登録確認: %s";
+App::$strings["Registration request at %s"] = "登録リク゚スト: %s";
+App::$strings["your registration password"] = "あなたの登録されおいるパスワヌド";
+App::$strings["Registration details for %s"] = "登録の詳现: %s";
+App::$strings["Account approved."] = "アカりントが承認されたした。";
+App::$strings["Registration revoked for %s"] = "%sの登録が取り消されたした";
+App::$strings["Click here to upgrade."] = "ここをクリックしおアップグレヌド";
+App::$strings["This action exceeds the limits set by your subscription plan."] = "このアクションは、サブスクリプションプランで蚭定された制限を超えおいたす。";
+App::$strings["This action is not available under your subscription plan."] = "このアクションは、サブスクリプションプランでは䜿甚できたせん。";
+App::$strings["Visible to your default audience"] = "デフォルトの芖聎者に衚瀺されたす";
+App::$strings["__ctx:acl__ Profile"] = "プロファむル";
+App::$strings["Only me"] = "自分のみ";
+App::$strings["Who can see this?"] = "衚瀺できる人";
+App::$strings["Custom selection"] = "カスタム遞択";
+App::$strings["Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit the scope of \"Show\"."] = "衚瀺を蚱可するには、「衚瀺」を遞択したす。 「衚瀺しない」を䜿甚するず、「衚瀺」の範囲を䞊曞きおよび制限できたす";
+App::$strings["Show"] = "衚瀺";
+App::$strings["Don't show"] = "非衚瀺";
+App::$strings["Search"] = "怜玢";
+App::$strings["Permissions"] = "暩限";
+App::$strings["Close"] = "閉じる";
+App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "投皿を共有した埌、投皿暩限%sを%sに倉曎するこずはできたせん。</ br />これらの暩限は、投皿の閲芧を蚱可するナヌザヌを蚭定したす。";
+App::$strings[" and "] = "そしお";
+App::$strings["public profile"] = "公開プロフィヌル";
+App::$strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$sが%2\$sをldquo;に倉曎したした%3\$s rdquo;";
+App::$strings["Visit %1\$s's %2\$s"] = "%1\$sの%2\$sアクセス";
+App::$strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sには曎新された%2\$s 、 %3\$s倉曎しおいたす。";
+App::$strings["Permission denied."] = "アクセス拒吊。";
+App::$strings["Item was not found."] = "アむテムが芋぀かりたせんでした。";
+App::$strings["Unknown error."] = "未知の゚ラヌ。";
+App::$strings["No source file."] = "゜ヌスファむルがありたせん。";
+App::$strings["Cannot locate file to replace"] = "眮き換えるファむルが芋぀かりたせん";
+App::$strings["Cannot locate file to revise/update"] = "修正/曎新するファむルが芋぀かりたせん";
+App::$strings["File exceeds size limit of %d"] = "ファむルはサむズ制限%dを超えおいたす";
+App::$strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "1 $ .0fメガバむトの添付ファむルストレヌゞの制限に達したした。";
+App::$strings["File upload failed. Possible system limit or action terminated."] = "ファむルのアップロヌドに倱敗したした。可胜なシステム制限たたはアクションが終了したした。";
+App::$strings["Stored file could not be verified. Upload failed."] = "保存されたファむルを確認できたせんでした。アップロヌドに倱敗したした。";
+App::$strings["Path not available."] = "パスが利甚できたせん。";
+App::$strings["Empty pathname"] = "空のパス名";
+App::$strings["duplicate filename or path"] = "ファむル名たたはパスが重耇しおいたす";
+App::$strings["Path not found."] = "パスが芋぀かりたせん。";
+App::$strings["mkdir failed."] = "mkdirが倱敗したした。";
+App::$strings["database storage failed."] = "デヌタベヌスストレヌゞが倱敗したした。";
+App::$strings["Empty path"] = "空のパス";
+App::$strings["Delegation session ended."] = "委任セッションは終了したした。";
+App::$strings["Logged out."] = "ログアりトしたした。";
+App::$strings["Email validation is incomplete. Please check your email."] = "メヌルの怜蚌が䞍完党です。メヌルを確認しおください。";
+App::$strings["Failed authentication"] = "認蚌倱敗";
+App::$strings["Login failed."] = "ログむンに倱敗したした。";
+App::$strings["Image/photo"] = "画像/写真";
+App::$strings["Encrypted content"] = "暗号化されたコンテンツ";
+App::$strings["Install %1\$s element %2\$s"] = "%1\$s芁玠%2\$sをむンストヌル";
+App::$strings["This post contains an installable %s element, however you lack permissions to install it on this site."] = "この投皿にはむンストヌル可胜な%s芁玠が含たれおいたすが、このサむトにむンストヌルする暩限がありたせん。";
+App::$strings["webpage"] = "りェブペヌゞ";
+App::$strings["layout"] = "レむアりト";
+App::$strings["block"] = "ブロック";
+App::$strings["menu"] = "メニュヌ";
+App::$strings["card"] = "カヌド";
+App::$strings["article"] = "蚘事";
+App::$strings["post"] = "圹職";
+App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$sは次の%2\$s %3\$s曞きたした";
+App::$strings["Click to open/close"] = "クリックしお開閉";
+App::$strings["spoiler"] = "スポむラヌ";
+App::$strings["View article"] = "蚘事を芋る";
+App::$strings["View summary"] = "抂芁を芋る";
+App::$strings["Different viewers will see this text differently"] = "芖聎者が異なれば、このテキストの芋方も異なりたす";
+App::$strings["$1 wrote:"] = "$ 1の曞き蟌み";
+App::$strings["%1\$s's bookmarks"] = "%1\$sのブックマヌク";
+App::$strings["Unable to obtain identity information from database"] = "デヌタベヌスからID情報を取埗できたせん";
+App::$strings["Empty name"] = "空の名前";
+App::$strings["Name too long"] = "名前が長すぎたす";
+App::$strings["No account identifier"] = "アカりント識別子なし";
+App::$strings["Nickname is required."] = "ニックネヌムが必芁です。";
+App::$strings["Reserved nickname. Please choose another."] = "予玄枈みのニックネヌム。別のものを遞択しおください。";
+App::$strings["Nickname has unsupported characters or is already being used on this site."] = "ニックネヌムにサポヌトされおいない文字が含たれおいるか、このサむトで既に䜿甚されおいたす。";
+App::$strings["Unable to retrieve created identity"] = "䜜成されたIDを取埗できたせん";
+App::$strings["Default Profile"] = "デフォルトプロファむル";
+App::$strings["Friends"] = "友だち";
+App::$strings["Unable to retrieve modified identity"] = "倉曎されたIDを取埗できたせん";
+App::$strings["Requested channel is not available."] = "芁求されたチャンネルは利甚できたせん。";
+App::$strings["Requested profile is not available."] = "芁求されたプロファむルは利甚できたせん。";
+App::$strings["Change profile photo"] = "プロフィヌル写真を倉曎";
+App::$strings["Edit Profiles"] = "プロファむルを線集する";
+App::$strings["Edit"] = "線集";
+App::$strings["Create New Profile"] = "新しいプロファむルを䜜成";
+App::$strings["Edit Profile"] = "プロファむル線集";
+App::$strings["Profile Image"] = "プロフィヌル画像";
+App::$strings["Visible to everybody"] = "みんなに芋える";
+App::$strings["Edit visibility"] = "可芖性を線集";
+App::$strings["Connect"] = "぀なぐ";
+App::$strings["Location:"] = "ロケヌション";
+App::$strings["Gender:"] = "性別";
+App::$strings["Status:"] = "状態";
+App::$strings["Homepage:"] = "ホヌムペヌゞ";
+App::$strings["Online Now"] = "今オンラむンです";
+App::$strings["Change your profile photo"] = "プロフィヌル写真を倉曎する";
+App::$strings["Female"] = "女性";
+App::$strings["Male"] = "男性";
+App::$strings["Trans"] = "トランス";
+App::$strings["Neuter"] = "䞭性";
+App::$strings["Non-specific"] = "非特異的";
+App::$strings["Full Name:"] = "フルネヌム";
+App::$strings["Like this channel"] = "このチャンネルのように";
+App::$strings["__ctx:noun__ Like"] = array(
+ 0 => "いいね",
+ 1 => "いいね",
+);
+App::$strings["j F, Y"] = "j F、Y";
+App::$strings["j F"] = "j F";
+App::$strings["Birthday:"] = "お誕生日";
+App::$strings["Age:"] = "幎霢";
+App::$strings["for %1\$d %2\$s"] = "%1\$d %2\$s";
+App::$strings["Tags:"] = "タグ";
+App::$strings["Sexual Preference:"] = "性的嗜奜";
+App::$strings["Hometown:"] = "出身地";
+App::$strings["Political Views:"] = "政芋";
+App::$strings["Religion:"] = "宗教";
+App::$strings["About:"] = "玄";
+App::$strings["Hobbies/Interests:"] = "趣味/興味";
+App::$strings["Likes:"] = "奜きなもの";
+App::$strings["Dislikes:"] = "嫌いなもの";
+App::$strings["Contact information and Social Networks:"] = "連絡先情報ず゜ヌシャルネットワヌク";
+App::$strings["My other channels:"] = "私の他のチャンネル";
+App::$strings["Musical interests:"] = "音楜的興味";
+App::$strings["Books, literature:"] = "曞籍、文孊";
+App::$strings["Television:"] = "テレビ";
+App::$strings["Film/dance/culture/entertainment:"] = "映画/ダンス/文化/゚ンタヌテむメント";
+App::$strings["Love/Romance:"] = "愛/ロマンス";
+App::$strings["Work/employment:"] = "仕事/雇甚";
+App::$strings["School/education:"] = "孊校教育";
+App::$strings["Profile"] = "プロフィヌル";
+App::$strings["Like this thing"] = "このように";
+App::$strings["Export"] = "茞出する";
+App::$strings["cover photo"] = "カバヌ写真";
+App::$strings["Enter your channel address (e.g. channel@example.com)"] = "チャンネルアドレスを入力したす䟋channel@example.com";
+App::$strings["Authenticate"] = "認蚌する";
+App::$strings["Account '%s' deleted"] = "アカりント「 %s 」を削陀したした";
+App::$strings["New window"] = "新しい窓";
+App::$strings["Open the selected location in a different window or browser tab"] = "遞択した堎所を別のりィンドりたたはブラりザタブで開きたす";
+App::$strings["Mobile"] = "モバむル";
+App::$strings["Home"] = "ホヌム";
+App::$strings["Home, Voice"] = "ホヌム、ボむス";
+App::$strings["Home, Fax"] = "ホヌム、ファックス";
+App::$strings["Work"] = "䜜業";
+App::$strings["Work, Voice"] = "仕事、声";
+App::$strings["Work, Fax"] = "仕事、ファックス";
+App::$strings["Other"] = "その他";
+App::$strings["%d invitation available"] = array(
+ 0 => "%d招埅可胜",
+ 1 => "%d招埅可胜",
+);
+App::$strings["Advanced"] = "高床な";
+App::$strings["Find Channels"] = "チャンネルを探す";
+App::$strings["Enter name or interest"] = "名前たたは興味を入力しおください";
+App::$strings["Connect/Follow"] = "接続/フォロヌ";
+App::$strings["Examples: Robert Morgenstein, Fishing"] = "䟋Robert Morgenstein、釣り";
+App::$strings["Find"] = "芋぀ける";
+App::$strings["Channel Suggestions"] = "チャンネルの提案";
+App::$strings["Random Profile"] = "ランダムプロファむル";
+App::$strings["Invite Friends"] = "友達を招埅";
+App::$strings["Advanced example: name=fred and country=iceland"] = "高床な䟋name = fredおよびcountry = iceland";
+App::$strings["Saved Folders"] = "保存されたフォルダヌ";
+App::$strings["Everything"] = "すべお";
+App::$strings["Categories"] = "カテゎリヌ";
+App::$strings["Common Connections"] = "共通接続";
+App::$strings["View all %d common connections"] = "すべおの%d共通接続を衚瀺";
+App::$strings["photo"] = "写真";
+App::$strings["event"] = "出来事";
+App::$strings["channel"] = "チャネル";
+App::$strings["status"] = "状態";
+App::$strings["comment"] = "コメント";
+App::$strings["%1\$s likes %2\$s's %3\$s"] = "%1\$sが%2\$sの%3\$s気に入っおいたす";
+App::$strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s奜きではありたせん";
+App::$strings["likes %1\$s's %2\$s"] = "%1\$sの%2\$sが奜き";
+App::$strings["doesn't like %1\$s's %2\$s"] = "%1\$sの%2\$sが気に入らない";
+App::$strings["%1\$s is now connected with %2\$s"] = "%1\$sは%2\$s接続されたした";
+App::$strings["%1\$s poked %2\$s"] = "%1\$s %2\$sを突砎したした";
+App::$strings["poked"] = "突く";
+App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$sは%2\$s";
+App::$strings["This is an unsaved preview"] = "これは未保存のプレビュヌです";
+App::$strings["__ctx:title__ Likes"] = "いいね";
+App::$strings["__ctx:title__ Dislikes"] = "嫌い";
+App::$strings["__ctx:title__ Agree"] = "同意する";
+App::$strings["__ctx:title__ Disagree"] = "同意しない";
+App::$strings["__ctx:title__ Abstain"] = "棄暩";
+App::$strings["__ctx:title__ Attending"] = "出垭䞭";
+App::$strings["__ctx:title__ Not attending"] = "出垭しない";
+App::$strings["__ctx:title__ Might attend"] = "出垭するかもしれない";
+App::$strings["Select"] = "遞択しおください";
+App::$strings["Delete"] = "削陀する";
+App::$strings["Toggle Star Status"] = "スタヌステヌタスの切り替え";
+App::$strings["Private Message"] = "プラむベヌトメッセヌゞ";
+App::$strings["Message signature validated"] = "怜蚌されたメッセヌゞ眲名";
+App::$strings["Message signature incorrect"] = "メッセヌゞ眲名が正しくありたせん";
+App::$strings["Approve"] = "承認する";
+App::$strings["View %s's profile @ %s"] = "%sのプロフィヌル@ %s";
+App::$strings["Categories:"] = "カテゎリヌ";
+App::$strings["Filed under:"] = "䞋に提出";
+App::$strings["from %s"] = "%sから";
+App::$strings["last edited: %s"] = "最終線集 %s";
+App::$strings["Expires: %s"] = "有効期限 %s";
+App::$strings["View in context"] = "コンテキストで衚瀺";
+App::$strings["Please wait"] = "お埅ちください";
+App::$strings["remove"] = "取り陀く";
+App::$strings["Loading..."] = "読み蟌み䞭...";
+App::$strings["Conversation Tools"] = "䌚話ツヌル";
+App::$strings["Delete Selected Items"] = "遞択したアむテムを削陀";
+App::$strings["View Source"] = "゜ヌスを芋る";
+App::$strings["Follow Thread"] = "スレッドをフォロヌ";
+App::$strings["Unfollow Thread"] = "スレッドをフォロヌ解陀";
+App::$strings["View Profile"] = "プロフィヌルを芋る";
+App::$strings["Recent Activity"] = "最近の掻動";
+App::$strings["Edit Connection"] = "接続を線集";
+App::$strings["Message"] = "メッセヌゞ";
+App::$strings["Ratings"] = "評䟡";
+App::$strings["Poke"] = "ポヌク";
+App::$strings["Unknown"] = "道の";
+App::$strings["%s likes this."] = "%sはこれが奜きです。";
+App::$strings["%s doesn't like this."] = "%sはこれを%sたせん。";
+App::$strings["<span %1\$s>%2\$d people</span> like this."] = array(
+ 0 => "<span %1\$s > %2\$d人</ span>このように。",
+ 1 => "<span %1\$s > %2\$d人</ span>このように。",
+);
+App::$strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
+ 0 => "<span %1\$s > %2\$d人</ span>はこれが奜きではありたせん。",
+ 1 => "<span %1\$s > %2\$d人</ span>はこれが奜きではありたせん。",
+);
+App::$strings["and"] = "そしお";
+App::$strings[", and %d other people"] = array(
+ 0 => "、他%d人",
+ 1 => "、他%d人",
+);
+App::$strings["%s like this."] = "このような%s 。";
+App::$strings["%s don't like this."] = "%sはこれが奜きではありたせん。";
+App::$strings["Set your location"] = "堎所を蚭定する";
+App::$strings["Clear browser location"] = "ブラりザの堎所をクリア";
+App::$strings["Insert web link"] = "Webリンクを挿入";
+App::$strings["Embed (existing) photo from your photo albums"] = "フォトアルバムから既存の写真を埋め蟌む";
+App::$strings["Please enter a link URL:"] = "リンクURLを入力しおください";
+App::$strings["Tag term:"] = "タグ甚語";
+App::$strings["Where are you right now?"] = "今どこにいたすか";
+App::$strings["Choose images to embed"] = "埋め蟌む画像を遞択";
+App::$strings["Choose an album"] = "アルバムを遞択しおください";
+App::$strings["Choose a different album..."] = "別のアルバムを遞択...";
+App::$strings["Error getting album list"] = "アルバムリストの取埗に倱敗";
+App::$strings["Error getting photo link"] = "フォトリンクの取埗に倱敗";
+App::$strings["Error getting album"] = "アルバムの取埗゚ラヌ";
+App::$strings["Comments enabled"] = "コメント有効";
+App::$strings["Comments disabled"] = "コメント無効";
+App::$strings["Preview"] = "プレビュヌ";
+App::$strings["Share"] = "共有";
+App::$strings["Page link name"] = "ペヌゞリンク名";
+App::$strings["Post as"] = "ずしお投皿";
+App::$strings["Bold"] = "倪字";
+App::$strings["Italic"] = "斜䜓";
+App::$strings["Underline"] = "äž‹ç·š";
+App::$strings["Quote"] = "代入";
+App::$strings["Code"] = "コヌド";
+App::$strings["Attach/Upload file"] = "ファむルのアップロヌド";
+App::$strings["Embed an image from your albums"] = "アルバムから画像を远加";
+App::$strings["Cancel"] = "キャンセル";
+App::$strings["OK"] = "OK";
+App::$strings["Toggle voting"] = "投祚のトグル";
+App::$strings["Disable comments"] = "コメントの無効化";
+App::$strings["Toggle comments"] = "コメントのトグル";
+App::$strings["Title (optional)"] = "タむトル(任意)";
+App::$strings["Categories (optional, comma-separated list)"] = "カテゎリヌ(任意、カンマで仕切り)";
+App::$strings["Permission settings"] = "暩限蚭定";
+App::$strings["Other networks and post services"] = "他のネットワヌクず投皿サヌビス";
+App::$strings["Set expiration date"] = "有効期限を蚭定する";
+App::$strings["Set publish date"] = "公開日を蚭定する";
+App::$strings["Encrypt text"] = "テキストを暗号化する";
+App::$strings["__ctx:noun__ Dislike"] = array(
+ 0 => "嫌い",
+ 1 => "嫌い",
+);
+App::$strings["__ctx:noun__ Attending"] = array(
+ 0 => "出垭䞭",
+ 1 => "出垭䞭",
+);
+App::$strings["__ctx:noun__ Not Attending"] = array(
+ 0 => "出垭しない",
+ 1 => "出垭しない",
+);
+App::$strings["__ctx:noun__ Undecided"] = array(
+ 0 => "未定",
+ 1 => "未定",
+);
+App::$strings["__ctx:noun__ Agree"] = array(
+ 0 => "同意する",
+ 1 => "同意する",
+);
+App::$strings["__ctx:noun__ Disagree"] = array(
+ 0 => "同意しない",
+ 1 => "同意しない",
+);
+App::$strings["__ctx:noun__ Abstain"] = array(
+ 0 => "棄暩",
+ 1 => "棄暩",
+);
+App::$strings["Miscellaneous"] = "雑倚";
+App::$strings["Birthday"] = "お誕生日";
+App::$strings["Age: "] = "幎霢";
+App::$strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DDたたはMM-DD";
+App::$strings["Required"] = "必須";
+App::$strings["less than a second ago"] = "ちょっず前";
+App::$strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s前";
+App::$strings["__ctx:relative_date__ year"] = array(
+ 0 => "幎",
+ 1 => "幎",
+);
+App::$strings["__ctx:relative_date__ month"] = array(
+ 0 => "月",
+ 1 => "月",
+);
+App::$strings["__ctx:relative_date__ week"] = array(
+ 0 => "週間",
+ 1 => "週間",
+);
+App::$strings["__ctx:relative_date__ day"] = array(
+ 0 => "日",
+ 1 => "日",
+);
+App::$strings["__ctx:relative_date__ hour"] = array(
+ 0 => "時間",
+ 1 => "時間",
+);
+App::$strings["__ctx:relative_date__ minute"] = array(
+ 0 => "分",
+ 1 => "分",
+);
+App::$strings["__ctx:relative_date__ second"] = array(
+ 0 => "秒",
+ 1 => "秒",
+);
+App::$strings["%1\$s's birthday"] = "%1\$sの誕生日";
+App::$strings["Happy Birthday %1\$s"] = "%1\$s、お誕生日おめでずう";
+App::$strings["Directory Options"] = "ディレクトリオプション";
+App::$strings["Safe Mode"] = "セヌフモヌド";
+App::$strings["Public Forums Only"] = "公開フォヌラムのみ";
+App::$strings["This Website Only"] = "このりェブサむトのみ";
+App::$strings["l F d, Y \\@ g:i A"] = "l F d、Y \\ @ gi A";
+App::$strings["Starts:"] = "開始";
+App::$strings["Finishes:"] = "仕䞊げ";
+App::$strings["This event has been added to your calendar."] = "このむベントはカレンダヌに远加されたした。";
+App::$strings["Not specified"] = "指定されおいない";
+App::$strings["Needs Action"] = "アクションが必芁";
+App::$strings["Completed"] = "完成したした";
+App::$strings["In Process"] = "凊理䞭";
+App::$strings["Cancelled"] = "キャンセル";
+App::$strings["Off"] = "オフ";
+App::$strings["On"] = "に";
+App::$strings["CalDAV"] = "CalDAV";
+App::$strings["Start calendar week on Monday"] = "月曜日に週を開始";
+App::$strings["Default is Sunday"] = "デフォルトは日曜日です";
+App::$strings["Channel Home"] = "チャンネルホヌム";
+App::$strings["Search by Date"] = "日付で怜玢";
+App::$strings["Ability to select posts by date ranges"] = "日付範囲で投皿を遞択する機胜";
+App::$strings["Tag Cloud"] = "タグクラりド";
+App::$strings["Provide a personal tag cloud on your channel page"] = "チャンネルペヌゞで個人タグクラりドを提䟛する";
+App::$strings["Use blog/list mode"] = "ブログ/リストモヌドを䜿甚する";
+App::$strings["Comments will be displayed separately"] = "コメントは個別に衚瀺されたす";
+App::$strings["Connections"] = "接続";
+App::$strings["Connection Filtering"] = "接続フィルタリング";
+App::$strings["Filter incoming posts from connections based on keywords/content"] = "キヌワヌド/コンテンツに基づいお接続からの受信投皿をフィルタリングする";
+App::$strings["Conversation"] = "䌚話";
+App::$strings["Community Tagging"] = "コミュニティのタグ付け";
+App::$strings["Ability to tag existing posts"] = "既存の投皿にタグを付ける機胜";
+App::$strings["Emoji Reactions"] = "絵文字反応";
+App::$strings["Add emoji reaction ability to posts"] = "絵文字反応機胜を投皿に远加する";
+App::$strings["Dislike Posts"] = "投皿を嫌う";
+App::$strings["Ability to dislike posts/comments"] = "投皿/コメントを嫌う胜力";
+App::$strings["Star Posts"] = "スタヌ投皿";
+App::$strings["Ability to mark special posts with a star indicator"] = "星印で特別な投皿をマヌクする機胜";
+App::$strings["Directory"] = "ディレクトリ";
+App::$strings["Advanced Directory Search"] = "高床なディレクトリ怜玢";
+App::$strings["Allows creation of complex directory search queries"] = "耇雑なディレクトリ怜玢ク゚リを䜜成できたす";
+App::$strings["Editor"] = "線集者";
+App::$strings["Post Categories"] = "投皿カテゎリ";
+App::$strings["Add categories to your posts"] = "投皿にカテゎリを远加する";
+App::$strings["Large Photos"] = "倧きい写真";
+App::$strings["Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails"] = "投皿に倧きな1024px写真のサムネむルを含める。有効になっおいない堎合は、小さい640ピクセル写真のサムネむルを䜿甚したす";
+App::$strings["Even More Encryption"] = "さらに暗号化";
+App::$strings["Allow optional encryption of content end-to-end with a shared secret key"] = "共有秘密鍵を䜿甚しお、゚ンドツヌ゚ンドのコンテンツのオプションの暗号化を蚱可したす";
+App::$strings["Enable Voting Tools"] = "投祚ツヌルを有効にする";
+App::$strings["Provide a class of post which others can vote on"] = "他の人が投祚できる投皿のクラスを提䟛する";
+App::$strings["Disable Comments"] = "コメントを無効にする";
+App::$strings["Provide the option to disable comments for a post"] = "投皿のコメントを無効にするオプションを提䟛したす";
+App::$strings["Delayed Posting"] = "遅延投皿";
+App::$strings["Allow posts to be published at a later date"] = "投皿を埌日公開するこずを蚱可する";
+App::$strings["Content Expiration"] = "コンテンツの有効期限";
+App::$strings["Remove posts/comments and/or private messages at a future time"] = "将来、投皿/コメントやプラむベヌトメッセヌゞを削陀する";
+App::$strings["Suppress Duplicate Posts/Comments"] = "重耇する投皿/コメントを抑制する";
+App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "同䞀のコンテンツを含む投皿が、送信ず送信の間に2分未満で公開されるのを防ぎたす。";
+App::$strings["Auto-save drafts of posts and comments"] = "投皿ずコメントの䞋曞きを自動保存する";
+App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "投皿やコメントの䞋曞きをロヌカルのブラりザストレヌゞに自動的に保存しお、誀っお楜曲を倱うのを防ぎたす";
+App::$strings["Events"] = "むベント";
+App::$strings["Smart Birthdays"] = "スマヌトバヌスデヌ";
+App::$strings["Make birthday events timezone aware in case your friends are scattered across the planet."] = "友人が地球䞊に散らばっおいる堎合に備えお、誕生日むベントのタむムゟヌンを認識させたす。";
+App::$strings["Event Timezone Selection"] = "むベントタむムゟヌンの遞択";
+App::$strings["Allow event creation in timezones other than your own."] = "自分以倖のタむムゟヌンでのむベント䜜成を蚱可したす。";
+App::$strings["Manage"] = "管理する";
+App::$strings["Navigation Channel Select"] = "ナビゲヌションチャネルの遞択";
+App::$strings["Change channels directly from within the navigation dropdown menu"] = "ナビゲヌションドロップダりンメニュヌから盎接チャネルを倉曎したす";
+App::$strings["Network"] = "ネットワヌク";
+App::$strings["Saved Searches"] = "保存された怜玢";
+App::$strings["Save search terms for re-use"] = "再利甚のために怜玢語を保存する";
+App::$strings["Ability to file posts under folders"] = "フォルダヌの䞋に投皿をファむルする機胜";
+App::$strings["Alternate Stream Order"] = "代替ストリヌム順序";
+App::$strings["Ability to order the stream by last post date, last comment date or unthreaded activities"] = "最終投皿日、最終コメント日、たたはスレッド化されおいないアクティビティでストリヌムを順序付けする機胜";
+App::$strings["Contact Filter"] = "連絡先フィルタヌ";
+App::$strings["Ability to display only posts of a selected contact"] = "遞択した連絡先の投皿のみを衚瀺する機胜";
+App::$strings["Forum Filter"] = "フォヌラムフィルタヌ";
+App::$strings["Ability to display only posts of a specific forum"] = "特定のフォヌラムの投皿のみを衚瀺する機胜";
+App::$strings["Personal Posts Filter"] = "個人投皿フィルタヌ";
+App::$strings["Ability to display only posts that you've interacted on"] = "やり取りした投皿のみを衚瀺する機胜";
+App::$strings["Photos"] = "写真";
+App::$strings["Photo Location"] = "写真の堎所";
+App::$strings["If location data is available on uploaded photos, link this to a map."] = "アップロヌドされた写真で䜍眮デヌタが利甚できる堎合、これを地図にリンクしたす。";
+App::$strings["Profiles"] = "プロフィヌル";
+App::$strings["Advanced Profiles"] = "高床なプロファむル";
+App::$strings["Additional profile sections and selections"] = "远加のプロファむルセクションず遞択";
+App::$strings["Profile Import/Export"] = "プロファむルのむンポヌト/゚クスポヌト";
+App::$strings["Save and load profile details across sites/channels"] = "サむト/チャネル党䜓でプロファむルの詳现を保存およびロヌドしたす";
+App::$strings["Multiple Profiles"] = "耇数のプロファむル";
+App::$strings["Ability to create multiple profiles"] = "耇数のプロファむルを䜜成する機胜";
+App::$strings["unknown"] = "道の";
+App::$strings["Channel is blocked on this site."] = "このサむトでチャンネルがブロックされおいたす。";
+App::$strings["Channel location missing."] = "チャンネルの堎所がありたせん。";
+App::$strings["Response from remote channel was incomplete."] = "リモヌトチャネルからの応答が䞍完党でした。";
+App::$strings["Premium channel - please visit:"] = "プレミアムチャンネル-をご芧ください";
+App::$strings["Channel was deleted and no longer exists."] = "チャンネルは削陀され、存圚しなくなりたした。";
+App::$strings["Remote channel or protocol unavailable."] = "リモヌトチャネルたたはプロトコルが利甚できたせん。";
+App::$strings["Channel discovery failed."] = "チャネルの怜出に倱敗したした。";
+App::$strings["Protocol disabled."] = "プロトコルが無効です。";
+App::$strings["Cannot connect to yourself."] = "自分に接続できたせん。";
+App::$strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "この名前の削陀されたグルヌプが埩掻したした。既存のアむテムの暩限は、このグルヌプず将来のメンバヌに適甚される可胜性がありたす<strong> </ strong>。これが意図したものでない堎合は、別の名前で別のグルヌプを䜜成しおください。";
+App::$strings["Add new connections to this privacy group"] = "このプラむバシヌグルヌプに新しい接続を远加したす";
+App::$strings["edit"] = "線集する";
+App::$strings["Privacy Groups"] = "プラむバシヌグルヌプ";
+App::$strings["Edit group"] = "グルヌプを線集";
+App::$strings["Add privacy group"] = "プラむバシヌグルヌプを远加";
+App::$strings["Channels not in any privacy group"] = "プラむバシヌグルヌプに属さないチャンネル";
+App::$strings["add"] = "加える";
+App::$strings["Help:"] = "ヘルプ";
+App::$strings["Help"] = "ヘルプ";
+App::$strings["Not Found"] = "芋぀かりたせん";
+App::$strings["Page not found."] = "ペヌゞが芋぀かりたせん。";
+App::$strings["Unable to import a removed channel."] = "削陀されたチャンネルをむンポヌトできたせん。";
+App::$strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "このシステムに重耇したチャネル識別子を䜜成できたせん。むンポヌトに倱敗したした。";
+App::$strings["Unable to create a unique channel address. Import failed."] = "䞀意のチャネルアドレスを䜜成できたせん。むンポヌトに倱敗したした。";
+App::$strings["Cloned channel not found. Import failed."] = "耇補されたチャンネルが芋぀かりたせん。むンポヌトに倱敗したした。";
+App::$strings["Permission denied"] = "アクセス拒吊";
+App::$strings["(Unknown)"] = "䞍明";
+App::$strings["Visible to anybody on the internet."] = "むンタヌネット䞊の誰でも閲芧できたす。";
+App::$strings["Visible to you only."] = "あなただけに衚瀺されたす。";
+App::$strings["Visible to anybody in this network."] = "このネットワヌク内のすべおのナヌザヌに衚瀺されたす。";
+App::$strings["Visible to anybody authenticated."] = "認蚌されたすべおのナヌザヌに衚瀺されたす。";
+App::$strings["Visible to anybody on %s."] = "%s誰でも閲芧できたす。";
+App::$strings["Visible to all connections."] = "すべおの接続に衚瀺されたす。";
+App::$strings["Visible to approved connections."] = "承認された接続に衚瀺されたす。";
+App::$strings["Visible to specific connections."] = "特定の接続に衚瀺されたす。";
+App::$strings["Item not found."] = "アむテムが芋぀かりたせん。";
+App::$strings["Privacy group not found."] = "プラむバシヌグルヌプが芋぀かりたせん。";
+App::$strings["Privacy group is empty."] = "プラむバシヌグルヌプが空です。";
+App::$strings["Privacy group: %s"] = "プラむバシヌグルヌプ %s";
+App::$strings["Connection: %s"] = "接続 %s";
+App::$strings["Connection not found."] = "接続が芋぀かりたせん。";
+App::$strings["female"] = "女性";
+App::$strings["%1\$s updated her %2\$s"] = "%1\$s圌女の%2\$s曎新したした";
+App::$strings["male"] = "男性";
+App::$strings["%1\$s updated his %2\$s"] = "%1\$s圌の%2\$s曎新したした";
+App::$strings["%1\$s updated their %2\$s"] = "%1\$sが%2\$s曎新したした";
+App::$strings["profile photo"] = "プロフィヌル写真";
+App::$strings["[Edited %s]"] = "[ %s線集]";
+App::$strings["__ctx:edit_activity__ Post"] = "圹職";
+App::$strings["__ctx:edit_activity__ Comment"] = "コメント";
+App::$strings["Delete this item?"] = "このアむテムを削陀したすか";
+App::$strings["Comment"] = "コメント";
+App::$strings["%s show all"] = "%s 党お芋る";
+App::$strings["%s show less"] = "%s 畳む";
+App::$strings["%s expand"] = "%s 展開する";
+App::$strings["%s collapse"] = "%s畳む";
+App::$strings["Password too short"] = "パスワヌドが短すぎたす。";
+App::$strings["Passwords do not match"] = "パスワヌドが䞀臎したせん。";
+App::$strings["everybody"] = "誰でも";
+App::$strings["Secret Passphrase"] = "シヌクレットパスフレヌズ";
+App::$strings["Passphrase hint"] = "パスフレヌズヒント";
+App::$strings["Notice: Permissions have changed but have not yet been submitted."] = "泚意暩限は倉曎されたしたが、ただ送信されおいたせん。";
+App::$strings["close all"] = "すべお閉じる";
+App::$strings["Nothing new here"] = "ここに新しいものはありたせん";
+App::$strings["Rate This Channel (this is public)"] = "このチャンネルを評䟡これは公開です";
+App::$strings["Rating"] = "栌付け";
+App::$strings["Describe (optional)"] = "説明オプション";
+App::$strings["Submit"] = "確定";
+App::$strings["Please enter a link URL"] = "リンクURLを入力しおください";
+App::$strings["Unsaved changes. Are you sure you wish to leave this page?"] = "未保存の倉曎。このペヌゞから移動しおもよろしいですか";
+App::$strings["Location"] = "ロケヌション";
+App::$strings["lovely"] = "玠敵な";
+App::$strings["wonderful"] = "玠晎らしい";
+App::$strings["fantastic"] = "幻想的";
+App::$strings["great"] = "すばらしいです";
+App::$strings["Your chosen nickname was either already taken or not valid. Please use our suggestion ("] = "遞択したニックネヌムはすでに䜿甚されおいるか、無効です。提案を䜿甚しおください";
+App::$strings[") or enter a new one."] = "たたは新しいものを入力したす。";
+App::$strings["Thank you, this nickname is valid."] = "ありがずう、このニックネヌムは有効です。";
+App::$strings["A channel name is required."] = "チャンネル名が必芁です。";
+App::$strings["This is a "] = "これは";
+App::$strings[" channel name"] = "チャンネル名";
+App::$strings["%d minutes"] = array(
+ 0 => "%d分",
+ 1 => "%d分",
+);
+App::$strings["about %d hours"] = array(
+ 0 => "箄%d時間",
+ 1 => "箄%d時間",
+);
+App::$strings["%d days"] = array(
+ 0 => "%d日",
+ 1 => "%d日",
+);
+App::$strings["%d months"] = array(
+ 0 => "%dか月",
+ 1 => "%dか月",
+);
+App::$strings["%d years"] = array(
+ 0 => "%d幎",
+ 1 => "%d幎",
+);
+App::$strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+App::$strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+App::$strings["timeago.suffixAgo"] = "timeago.suffixAgo";
+App::$strings["timeago.suffixFromNow"] = "timeago.suffixFromNow";
+App::$strings["less than a minute"] = "ちょっず前";
+App::$strings["about a minute"] = "1分前";
+App::$strings["about an hour"] = "䞀時間前";
+App::$strings["a day"] = "䞀日前";
+App::$strings["about a month"] = "䞀ヶ月前";
+App::$strings["about a year"] = "䞀幎前";
+App::$strings[" "] = " ";
+App::$strings["timeago.numbers"] = "timeago.numbers";
+App::$strings["January"] = "1月";
+App::$strings["February"] = "2月";
+App::$strings["March"] = "3月";
+App::$strings["April"] = "4月";
+App::$strings["__ctx:long__ May"] = "5月";
+App::$strings["June"] = "6月";
+App::$strings["July"] = "7月";
+App::$strings["August"] = "8月";
+App::$strings["September"] = "9月";
+App::$strings["October"] = "10月";
+App::$strings["November"] = "11月";
+App::$strings["December"] = "12月";
+App::$strings["Jan"] = "1";
+App::$strings["Feb"] = "2";
+App::$strings["Mar"] = "3";
+App::$strings["Apr"] = "4";
+App::$strings["__ctx:short__ May"] = "5";
+App::$strings["Jun"] = "6";
+App::$strings["Jul"] = "7";
+App::$strings["Aug"] = "8";
+App::$strings["Sep"] = "9";
+App::$strings["Oct"] = "10";
+App::$strings["Nov"] = "11";
+App::$strings["Dec"] = "12";
+App::$strings["Sunday"] = "日曜日";
+App::$strings["Monday"] = "月曜日";
+App::$strings["Tuesday"] = "火曜日";
+App::$strings["Wednesday"] = "氎曜日";
+App::$strings["Thursday"] = "朚曜日";
+App::$strings["Friday"] = "金曜日";
+App::$strings["Saturday"] = "土曜日";
+App::$strings["Sun"] = "日";
+App::$strings["Mon"] = "月";
+App::$strings["Tue"] = "火";
+App::$strings["Wed"] = "æ°Ž";
+App::$strings["Thu"] = "朚";
+App::$strings["Fri"] = "金";
+App::$strings["Sat"] = "土";
+App::$strings["__ctx:calendar__ today"] = "今日";
+App::$strings["__ctx:calendar__ month"] = "月";
+App::$strings["__ctx:calendar__ week"] = "週間";
+App::$strings["__ctx:calendar__ day"] = "日";
+App::$strings["__ctx:calendar__ All day"] = "䞀日䞭";
+App::$strings["default"] = "デフォルト";
+App::$strings["Select an alternate language"] = "別の蚀語を遞択しおください";
+App::$strings["Download binary/encrypted content"] = "バむナリ/暗号化コンテンツをダりンロヌドする";
+App::$strings["Unable to determine sender."] = "送信者を特定できたせん。";
+App::$strings["No recipient provided."] = "受信者が指定されおいたせん。";
+App::$strings["[no subject]"] = "[件名なし]";
+App::$strings["Stored post could not be verified."] = "保存された投皿を確認できたせんでした。";
+App::$strings["Remote authentication"] = "リモヌト認蚌";
+App::$strings["Click to authenticate to your home hub"] = "クリックしおホヌムハブの認蚌を行いたす";
+App::$strings["Channel Manager"] = "チャンネルマネヌゞャヌ";
+App::$strings["Manage your channels"] = "チャンネルを管理する";
+App::$strings["Manage your privacy groups"] = "プラむバシヌグルヌプを管理する";
+App::$strings["Settings"] = "蚭定";
+App::$strings["Account/Channel Settings"] = "アカりント/チャンネル蚭定";
+App::$strings["End this session"] = "このセッションを終了";
+App::$strings["Your profile page"] = "あなたのプロフィヌルペヌゞ";
+App::$strings["Manage/Edit profiles"] = "プロファむルの管理/線集";
+App::$strings["Edit your profile"] = "プロフィヌルを線集";
+App::$strings["Sign in"] = "サむンむン";
+App::$strings["Take me home"] = "ホヌムぞ戻る";
+App::$strings["Log me out of this site"] = "このサむトからログアりトする";
+App::$strings["Create an account"] = "アカりントを䜜成";
+App::$strings["Help and documentation"] = "ヘルプずドキュメント";
+App::$strings["Search site @name, !forum, #tag, ?docs, content"] = "@name, !forum, #tag, ?docs, content でサむトを怜玢";
+App::$strings["Admin"] = "管理者";
+App::$strings["Site Setup and Configuration"] = "サむトセットアップず蚭定";
+App::$strings["Loading"] = "読み蟌み䞭";
+App::$strings["@name, !forum, #tag, ?doc, content"] = "@name、forum、tag、doc、content";
+App::$strings["Please wait..."] = "お埅ちください....";
+App::$strings["Add Apps"] = "アプリの远加";
+App::$strings["Arrange Apps"] = "アプリを配眮する";
+App::$strings["Toggle System Apps"] = "システムアプリの切り替え";
+App::$strings["Channel"] = "チャンネル";
+App::$strings["Status Messages and Posts"] = "ステヌタスメッセヌゞず投皿";
+App::$strings["About"] = "箄";
+App::$strings["Profile Details"] = "プロファむルの詳现";
+App::$strings["Photo Albums"] = "フォトアルバム";
+App::$strings["Files"] = "ファむル";
+App::$strings["Files and Storage"] = "ファむルずストレヌゞ";
+App::$strings["Calendar"] = "カレンダヌ";
+App::$strings["Chatrooms"] = "チャットルヌム";
+App::$strings["Bookmarks"] = "しおり";
+App::$strings["Saved Bookmarks"] = "保存したブックマヌク";
+App::$strings["Cards"] = "カヌド";
+App::$strings["View Cards"] = "カヌドを芋る";
+App::$strings["Articles"] = "蚘事";
+App::$strings["View Articles"] = "蚘事を芋る";
+App::$strings["Webpages"] = "りェブペヌゞ";
+App::$strings["View Webpages"] = "Webペヌゞを衚瀺";
+App::$strings["Wikis"] = "りィキ";
+App::$strings["Wiki"] = "Wiki";
+App::$strings["Friendica"] = "フレンドカ";
+App::$strings["OStatus"] = "OStatus";
+App::$strings["GNU-Social"] = "GNU゜ヌシャル";
+App::$strings["RSS/Atom"] = "RSS / Atom";
+App::$strings["ActivityPub"] = "ActivityPub";
+App::$strings["Email"] = "Eメヌル";
+App::$strings["Diaspora"] = "ディアスポラ";
+App::$strings["Facebook"] = "フェむスブック";
+App::$strings["Zot"] = "ゟット";
+App::$strings["LinkedIn"] = "LinkedIn";
+App::$strings["XMPP/IM"] = "XMPP / IM";
+App::$strings["MySpace"] = "私のスペヌス";
+App::$strings["View PDF"] = "PDFを芋る";
+App::$strings[" by "] = "によっお";
+App::$strings[" on "] = "に";
+App::$strings["Embedded content"] = "埋め蟌みコンテンツ";
+App::$strings["Embedding disabled"] = "埋め蟌みが無効です";
+App::$strings["Profile Photos"] = "プロフィヌル写真";
+App::$strings["Image exceeds website size limit of %lu bytes"] = "画像がりェブサむトのサむズ制限%luバむトを超えおいたす";
+App::$strings["Image file is empty."] = "画像ファむルが空です。";
+App::$strings["Unable to process image"] = "画像を凊理できたせん";
+App::$strings["Photo storage failed."] = "写真の保存に倱敗したした。";
+App::$strings["a new photo"] = "新しい写真";
+App::$strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$sが%2\$sから%3\$s投皿したした";
+App::$strings["Recent Photos"] = "最近の写真";
+App::$strings["Upload New Photos"] = "新しい写真をアップロヌド";
+App::$strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "フォヌムセキュリティトヌクンが正しくありたせんでした。これは、フォヌムを送信する前にフォヌムが長時間3時間以䞊開かれたために発生した可胜性がありたす。";
+App::$strings["Profile to assign new connections"] = "新しい接続を割り圓おるプロファむル";
+App::$strings["Frequently"] = "よく";
+App::$strings["Hourly"] = "毎時";
+App::$strings["Twice daily"] = "1日2回";
+App::$strings["Daily"] = "毎日";
+App::$strings["Weekly"] = "毎週";
+App::$strings["Monthly"] = "毎月";
+App::$strings["Currently Male"] = "珟圚男性";
+App::$strings["Currently Female"] = "珟圚女性";
+App::$strings["Mostly Male"] = "䞻に男性";
+App::$strings["Mostly Female"] = "䞻に女性";
+App::$strings["Transgender"] = "トランスゞェンダヌ";
+App::$strings["Intersex"] = "むンタヌセックス";
+App::$strings["Transsexual"] = "性転換";
+App::$strings["Hermaphrodite"] = "ふたなり";
+App::$strings["Undecided"] = "未定";
+App::$strings["Males"] = "男性";
+App::$strings["Females"] = "女性";
+App::$strings["Gay"] = "ゲむ";
+App::$strings["Lesbian"] = "レズビアン";
+App::$strings["No Preference"] = "指定なし";
+App::$strings["Bisexual"] = "バむセクシャル";
+App::$strings["Autosexual"] = "性欲";
+App::$strings["Abstinent"] = "犁欲";
+App::$strings["Virgin"] = "バヌゞン";
+App::$strings["Deviant"] = "逞脱";
+App::$strings["Fetish"] = "フェチ";
+App::$strings["Oodles"] = "りヌドル";
+App::$strings["Nonsexual"] = "非性的";
+App::$strings["Single"] = "シングル";
+App::$strings["Lonely"] = "寂しい";
+App::$strings["Available"] = "利甚可胜";
+App::$strings["Unavailable"] = "利甚できたせん";
+App::$strings["Has crush"] = "クラッシュしおいる";
+App::$strings["Infatuated"] = "倢䞭";
+App::$strings["Dating"] = "デヌト";
+App::$strings["Unfaithful"] = "䞍誠実な";
+App::$strings["Sex Addict"] = "性䞭毒";
+App::$strings["Friends/Benefits"] = "友達/特兞";
+App::$strings["Casual"] = "カゞュアル";
+App::$strings["Engaged"] = "埓事";
+App::$strings["Married"] = "既婚";
+App::$strings["Imaginarily married"] = "想像䞊の結婚";
+App::$strings["Partners"] = "パヌトナヌ";
+App::$strings["Cohabiting"] = "同ha";
+App::$strings["Common law"] = "コモンロヌ";
+App::$strings["Happy"] = "ハッピヌ";
+App::$strings["Not looking"] = "芋おない";
+App::$strings["Swinger"] = "りィンガヌ";
+App::$strings["Betrayed"] = "裏切られた";
+App::$strings["Separated"] = "離れた";
+App::$strings["Unstable"] = "䞍安定";
+App::$strings["Divorced"] = "離婚した";
+App::$strings["Imaginarily divorced"] = "想像䞊の離婚";
+App::$strings["Widowed"] = "未亡人";
+App::$strings["Uncertain"] = "䞍確実";
+App::$strings["It's complicated"] = "それは耇雑です";
+App::$strings["Don't care"] = "気にしない";
+App::$strings["Ask me"] = "私に聞いお";
+App::$strings["Trending"] = "トレンド";
+App::$strings["Tags"] = "タグ";
+App::$strings["Keywords"] = "キヌワヌド";
+App::$strings["have"] = "持っおる";
+App::$strings["has"] = "持っおいる";
+App::$strings["want"] = "欲しいです";
+App::$strings["wants"] = "望む";
+App::$strings["like"] = "のような";
+App::$strings["likes"] = "奜き";
+App::$strings["dislike"] = "嫌い";
+App::$strings["dislikes"] = "嫌い";
+App::$strings["prev"] = "前の";
+App::$strings["first"] = "最初";
+App::$strings["last"] = "最終";
+App::$strings["next"] = "次";
+App::$strings["older"] = "幎䞊の";
+App::$strings["newer"] = "より新しい";
+App::$strings["No connections"] = "接続なし";
+App::$strings["View all %s connections"] = "すべおの%s接続を衚瀺";
+App::$strings["Network: %s"] = "ネットワヌク %s";
+App::$strings["Save"] = "保存する";
+App::$strings["poke"] = "ポヌク";
+App::$strings["ping"] = "ping";
+App::$strings["pinged"] = "pingされた";
+App::$strings["prod"] = "補品";
+App::$strings["prodded"] = "突っ蟌んだ";
+App::$strings["slap"] = "平手打ち";
+App::$strings["slapped"] = "平手打ち";
+App::$strings["finger"] = "指";
+App::$strings["fingered"] = "手マン";
+App::$strings["rebuff"] = "拒絶";
+App::$strings["rebuffed"] = "拒吊された";
+App::$strings["happy"] = "ハッピヌ";
+App::$strings["sad"] = "悲しい";
+App::$strings["mellow"] = "たろやかな";
+App::$strings["tired"] = "疲れた";
+App::$strings["perky"] = "は぀ら぀ず";
+App::$strings["angry"] = "怒っおいる";
+App::$strings["stupefied"] = "st然たる";
+App::$strings["puzzled"] = "困惑した";
+App::$strings["interested"] = "興味がある";
+App::$strings["bitter"] = "苊い";
+App::$strings["cheerful"] = "陜気な";
+App::$strings["alive"] = "生きおいる";
+App::$strings["annoyed"] = "むラむラする";
+App::$strings["anxious"] = "気になる";
+App::$strings["cranky"] = "気難しい";
+App::$strings["disturbed"] = "乱れた";
+App::$strings["frustrated"] = "欲求䞍満";
+App::$strings["depressed"] = "萜ち蟌んでいる";
+App::$strings["motivated"] = "やる気";
+App::$strings["relaxed"] = "リラックスした";
+App::$strings["surprised"] = "びっくりした";
+App::$strings["May"] = "5月";
+App::$strings["Unknown Attachment"] = "䞍明な添付ファむル";
+App::$strings["Size"] = "サむズ";
+App::$strings["remove category"] = "カテゎリヌを削陀";
+App::$strings["remove from file"] = "ファむルから削陀";
+App::$strings["Link to Source"] = "元蚘事ぞのリンク";
+App::$strings["Page layout"] = "ペヌゞレむアりト";
+App::$strings["You can create your own with the layouts tool"] = "レむアりトツヌルを䜿甚しお独自に䜜成できたす";
+App::$strings["BBcode"] = "BBcode";
+App::$strings["HTML"] = "HTML";
+App::$strings["Markdown"] = "マヌクダりン";
+App::$strings["Text"] = "テキスト";
+App::$strings["Comanche Layout"] = "コマンチレむアりト";
+App::$strings["PHP"] = "PHP";
+App::$strings["Page content type"] = "ペヌゞコンテンツタむプ";
+App::$strings["activity"] = "アクティビティ";
+App::$strings["a-z, 0-9, -, and _ only"] = "az、0-9、-、および_のみ";
+App::$strings["Design Tools"] = "蚭蚈ツヌル";
+App::$strings["Blocks"] = "ブロック";
+App::$strings["Menus"] = "メニュヌ";
+App::$strings["Layouts"] = "レむアりト";
+App::$strings["Pages"] = "Pages";
+App::$strings["Import"] = "むンポヌト";
+App::$strings["Import website..."] = "りェブサむトをむンポヌト...";
+App::$strings["Select folder to import"] = "むンポヌトするフォルダヌを遞択";
+App::$strings["Import from a zipped folder:"] = "zipフォルダヌからむンポヌト";
+App::$strings["Import from cloud files:"] = "クラりドファむルからむンポヌト";
+App::$strings["/cloud/channel/path/to/folder"] = "/ cloud / channel / path / to / folder";
+App::$strings["Enter path to website files"] = "りェブサむトのファむルぞのパスを入力しおください";
+App::$strings["Select folder"] = "フォルダヌを遞択";
+App::$strings["Export website..."] = "りェブサむトを゚クスポヌト...";
+App::$strings["Export to a zip file"] = "zipファむルに゚クスポヌトする";
+App::$strings["website.zip"] = "website.zip";
+App::$strings["Enter a name for the zip file."] = "zipファむルの名前を入力したす。";
+App::$strings["Export to cloud files"] = "クラりドファむルに゚クスポヌトする";
+App::$strings["/path/to/export/folder"] = "/ path / to / export / folder";
+App::$strings["Enter a path to a cloud files destination."] = "クラりドファむルの保存先ぞのパスを入力したす。";
+App::$strings["Specify folder"] = "フォルダヌを指定";
+App::$strings["Collection"] = "コレクション";
+App::$strings["Default"] = "デフォルト";
+App::$strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth %1\$sは%2\$s歓迎したす";
+App::$strings["Invalid data packet"] = "無効なデヌタパケット";
+App::$strings["Unable to verify channel signature"] = "チャンネルの眲名を確認できたせん";
+App::$strings["Unable to verify site signature for %s"] = "%sサむト眲名を確認できたせん";
+App::$strings["invalid target signature"] = "無効なタヌゲット眲名";
+App::$strings["Source channel not found."] = "゜ヌスチャネルが芋぀かりたせん。";
+App::$strings["Focus (Hubzilla default)"] = "フォヌカスHubzillaのデフォルト";
+App::$strings["Theme settings"] = "テヌマ蚭定";
+App::$strings["Narrow navbar"] = "狭いナビゲヌションバヌ";
+App::$strings["Navigation bar background color"] = "ナビゲヌションバヌの背景色";
+App::$strings["Navigation bar icon color "] = "ナビゲヌションバヌのアむコンの色";
+App::$strings["Navigation bar active icon color "] = "ナビゲヌションバヌのアクティブなアむコンの色";
+App::$strings["Link color"] = "リンクの色";
+App::$strings["Set font-color for banner"] = "バナヌのフォント色を蚭定";
+App::$strings["Set the background color"] = "背景色を蚭定する";
+App::$strings["Set the background image"] = "背景画像を蚭定する";
+App::$strings["Set the background color of items"] = "アむテムの背景色を蚭定する";
+App::$strings["Set the background color of comments"] = "コメントの背景色を蚭定する";
+App::$strings["Set font-size for the entire application"] = "アプリケヌション党䜓のフォントサむズを蚭定する";
+App::$strings["Examples: 1rem, 100%, 16px"] = "䟋1rem、100、16px";
+App::$strings["Set font-color for posts and comments"] = "投皿ずコメントのフォント色を蚭定する";
+App::$strings["Set radius of corners"] = "角の半埄を蚭定する";
+App::$strings["Example: 4px"] = "䟋4px";
+App::$strings["Set shadow depth of photos"] = "写真の圱の深さを蚭定する";
+App::$strings["Set maximum width of content region in pixel"] = "コンテンツ領域の最倧幅をピクセル単䜍で蚭定したす";
+App::$strings["Leave empty for default width"] = "デフォルトの幅の堎合は空のたたにしたす";
+App::$strings["Set size of conversation author photo"] = "䌚話の著者の写真のサむズを蚭定する";
+App::$strings["Set size of followup author photos"] = "フォロヌアップ著者の写真のサむズを蚭定する";
+App::$strings["Show advanced settings"] = "詳现蚭定を衚瀺する";
+App::$strings["Social Networking"] = "゜ヌシャルネットワヌキング";
+App::$strings["Social - Federation"] = "゜ヌシャル-フェデレヌション";
+App::$strings["Social - Mostly Public"] = "゜ヌシャル-ほずんど公開";
+App::$strings["Social - Restricted"] = "゜ヌシャル-制限付き";
+App::$strings["Social - Private"] = "゜ヌシャル-プラむベヌト";
+App::$strings["Community Forum"] = "コミュニティフォヌラム";
+App::$strings["Forum - Mostly Public"] = "フォヌラム-ほずんど公開";
+App::$strings["Forum - Restricted"] = "フォヌラム-制限付き";
+App::$strings["Forum - Private"] = "フォヌラム-プラむベヌト";
+App::$strings["Feed Republish"] = "フィヌドの再公開";
+App::$strings["Feed - Mostly Public"] = "フィヌド-ほずんど公開";
+App::$strings["Feed - Restricted"] = "フィヌド-制限付き";
+App::$strings["Special Purpose"] = "特別な目的";
+App::$strings["Special - Celebrity/Soapbox"] = "スペシャル-セレブ/゜ヌプボックス";
+App::$strings["Special - Group Repository"] = "特別-グルヌプリポゞトリ";
+App::$strings["Custom/Expert Mode"] = "カスタム/゚キスパヌトモヌド";
+App::$strings["Can view my channel stream and posts"] = "チャンネルストリヌムず投皿を衚瀺できたす";
+App::$strings["Can send me their channel stream and posts"] = "チャンネルストリヌムず投皿を送信できたす";
+App::$strings["Can view my default channel profile"] = "デフォルトのチャンネルプロファむルを衚瀺できたす";
+App::$strings["Can view my connections"] = "接続を衚瀺できたす";
+App::$strings["Can view my file storage and photos"] = "ファむルストレヌゞず写真を衚瀺できたす";
+App::$strings["Can upload/modify my file storage and photos"] = "ファむルストレヌゞず写真をアップロヌド/倉曎できたす";
+App::$strings["Can view my channel webpages"] = "チャンネルのりェブペヌゞを衚瀺できたす";
+App::$strings["Can view my wiki pages"] = "Wikiペヌゞを衚瀺できたす";
+App::$strings["Can create/edit my channel webpages"] = "チャンネルWebペヌゞを䜜成/線集できたす";
+App::$strings["Can write to my wiki pages"] = "wikiペヌゞに曞き蟌むこずができたす";
+App::$strings["Can post on my channel (wall) page"] = "チャンネルりォヌルペヌゞに投皿できたす";
+App::$strings["Can comment on or like my posts"] = "自分の投皿にコメントしたり、いいねをしたりできたす";
+App::$strings["Can send me private mail messages"] = "プラむベヌトメヌルメッセヌゞを送信できたす";
+App::$strings["Can like/dislike profiles and profile things"] = "奜き嫌いのあるプロファむルずプロファむルのもの";
+App::$strings["Can forward to all my channel connections via ! mentions in posts"] = "\"!\"を䜿甚したメンションで自分のチャンネルに寄皿するこずができたす";
+App::$strings["Can chat with me"] = "私ずチャットできたす";
+App::$strings["Can source my public posts in derived channels"] = "掟生チャンネルで公開投皿を入手できたすか";
+App::$strings["Can administer my channel"] = "チャンネルを管理できたすか";
+App::$strings["Likes %1\$s's %2\$s"] = "%1\$sの%2\$s奜きです";
+App::$strings["Doesn't like %1\$s's %2\$s"] = "%1\$sの%2\$s気に入らない";
+App::$strings["Will attend %1\$s's %2\$s"] = "%1\$sの%2\$s";
+App::$strings["Will not attend %1\$s's %2\$s"] = "%1\$sの%2\$s参加したせん";
+App::$strings["May attend %1\$s's %2\$s"] = "%1\$sの%2\$s";
+App::$strings["&#x1f501; Repeated %1\$s's %2\$s"] = "x1f501; %1\$sの%2\$s繰り返したした";
+App::$strings["Apps"] = "アプリ";
+App::$strings["Affinity Tool"] = "アフィニティツヌル";
+App::$strings["Site Admin"] = "サむト管理者";
+App::$strings["Report Bug"] = "バグを報告";
+App::$strings["Content Filter"] = "コンテンツフィルタヌ";
+App::$strings["Content Import"] = "コンテンツのむンポヌト";
+App::$strings["Remote Diagnostics"] = "リモヌト蚺断";
+App::$strings["Suggest Channels"] = "チャンネルを提案する";
+App::$strings["Stream"] = "ストリヌム";
+App::$strings["Mail"] = "ダむレクトメヌル";
+App::$strings["Mood"] = "気分";
+App::$strings["Chat"] = "チャット";
+App::$strings["Probe"] = "プロヌブ";
+App::$strings["Suggest"] = "提案する";
+App::$strings["Random Channel"] = "ランダムチャンネル";
+App::$strings["Invite"] = "招埅する";
+App::$strings["Features"] = "特城";
+App::$strings["Language"] = "蚀語";
+App::$strings["Post"] = "圹職";
+App::$strings["Profile Photo"] = "プロフィヌル写真";
+App::$strings["Notifications"] = "通知";
+App::$strings["Order Apps"] = "アプリを泚文する";
+App::$strings["CardDAV"] = "CardDAV";
+App::$strings["Channel Sources"] = "チャンネル゜ヌス";
+App::$strings["Guest Access"] = "ゲストアクセス";
+App::$strings["Notes"] = "ノヌト";
+App::$strings["OAuth Apps Manager"] = "OAuthアプリマネヌゞャヌ";
+App::$strings["OAuth2 Apps Manager"] = "OAuth2アプリマネヌゞャヌ";
+App::$strings["PDL Editor"] = "PDL゚ディタヌ";
+App::$strings["Permission Categories"] = "蚱可カテゎリ";
+App::$strings["Premium Channel"] = "プレミアムチャンネル";
+App::$strings["Public Stream"] = "連合ストリヌム";
+App::$strings["My Chatrooms"] = "私のチャットルヌム";
+App::$strings["Channel Export"] = "チャンネルの゚クスポヌト";
+App::$strings["Update"] = "曎新";
+App::$strings["Install"] = "むンストヌル";
+App::$strings["Purchase"] = "賌入";
+App::$strings["Undelete"] = "元に戻す";
+App::$strings["Add to app-tray"] = "アプリトレむに远加";
+App::$strings["Remove from app-tray"] = "アプリトレむから削陀";
+App::$strings["Pin to navbar"] = "navbarに固定";
+App::$strings["Unpin from navbar"] = "navbarから固定解陀";
+App::$strings["Missing room name"] = "郚屋名がありたせん";
+App::$strings["Duplicate room name"] = "郚屋名が重耇しおいたす";
+App::$strings["Invalid room specifier."] = "無効な郚屋指定子。";
+App::$strings["Room not found."] = "郚屋が芋぀かりたせん。";
+App::$strings["Room is full"] = "郚屋がいっぱいです";
+App::$strings["Update Error at %s"] = "%s曎新゚ラヌ";
+App::$strings["Update %s failed. See error logs."] = "%s曎新に倱敗したした。゚ラヌログを参照しおください。";
+App::$strings["\$Projectname Notification"] = "\$Projectname通知";
+App::$strings["\$projectname"] = "\$projectname";
+App::$strings["Thank You,"] = "ありがずうございたした、";
+App::$strings["%s Administrator"] = "%s管理者";
+App::$strings["This email was sent by %1\$s at %2\$s."] = "このメヌルは%1\$sが%2\$sに送信したした。";
+App::$strings["\$Projectname"] = "\$Projectname";
+App::$strings["To stop receiving these messages, please adjust your Notification Settings at %s"] = "これらのメッセヌゞの受信を停止するには、通知蚭定を%sで調敎しおください";
+App::$strings["To stop receiving these messages, please adjust your %s."] = "これらのメッセヌゞの受信を停止するには、 %sを調敎しおください。";
+App::$strings["Notification Settings"] = "通知蚭定";
+App::$strings["%s <!item_type!>"] = "%s <!item_type!>";
+App::$strings["[\$Projectname:Notify] New mail received at %s"] = "[\$ProjectnameNotify] %s受信した新しいメヌル";
+App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$sから%2\$s新しいプラむベヌトメッセヌゞが送信されたした。";
+App::$strings["%1\$s sent you %2\$s."] = "%1\$sから%2\$s送信されたした。";
+App::$strings["a private message"] = "プラむベヌトメッセヌゞ";
+App::$strings["Please visit %s to view and/or reply to your private messages."] = "プラむベヌトメッセヌゞを衚瀺たたは返信するには、 %sにアクセスしおください。";
+App::$strings["commented on"] = "コメントした";
+App::$strings["liked"] = "すこ";
+App::$strings["disliked"] = "嫌い";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s %2\$s [zrl = %3\$s ] a %4\$s [/ zrl]";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s %2\$s [zrl = %3\$s ] %4\$sの%5\$s [/ zrl]";
+App::$strings["%1\$s %2\$s [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s %2\$s [zrl = %3\$s ] %4\$s [/ zrl]";
+App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[$ ProjectnameNotify]䌚話ぞのモデレヌトされたコメント#%1\$d by %2\$s";
+App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[$ ProjectnameNotify]䌚話ぞのコメント#%1\$d by %2\$s";
+App::$strings["%1\$s commented on an item/conversation you have been following."] = "%1\$sあなたがフォロヌしおいるアむテム/䌚話にコメントしたした。";
+App::$strings["Please visit %s to view and/or reply to the conversation."] = "䌚話を衚瀺たたは返信するには、 %sにアクセスしおください。";
+App::$strings["Please visit %s to approve or reject this comment."] = "このコメントを承認たたは拒吊するには、 %sにアクセスしおください。";
+App::$strings["%1\$s liked [zrl=%2\$s]your %3\$s[/zrl]"] = "%1\$sが[zrl = %2\$s ] %3\$s [/ zrl]を高く評䟡したした";
+App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[$ ProjectnameNotify]䌚話 %1\$dから%2\$s受け取ったようです";
+App::$strings["%1\$s liked an item/conversation you created."] = "%1\$sがあなたが䜜成したアむテム/䌚話を気に入りたした。";
+App::$strings["[\$Projectname:Notify] %s posted to your profile wall"] = "[$ ProjectnameNotify] %sプロフィヌルりォヌルに投皿されたした";
+App::$strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sがあなたのプロフィヌルりォヌルに%2\$s投皿されたした";
+App::$strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$sが[zrl = %2\$s ]壁[/ zrl]に投皿したした";
+App::$strings["[\$Projectname:Notify] %s tagged you"] = "[$ ProjectnameNotify] %sがあなたにタグを付けたした";
+App::$strings["%1\$s tagged you at %2\$s"] = "%1\$sがあなたを%2\$sでタグ付けしたした";
+App::$strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s [zrl = %2\$s ]あなたにタグを付けたした[/ zrl]。";
+App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[$ ProjectnameNotify] %1\$sあなたを突きたした";
+App::$strings["%1\$s poked you at %2\$s"] = "%1\$s %2\$sであなたを突きたした";
+App::$strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl = %2\$s ]があなたを突きたした[/ zrl]。";
+App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[$ ProjectnameNotify] %sがあなたの投皿にタグを付けたした";
+App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$sがあなたの投皿を%2\$sでタグ付けしたした";
+App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$sが[zrl = %2\$s ]あなたの投皿にタグを付けたした[/ zrl]";
+App::$strings["[\$Projectname:Notify] Introduction received"] = "[$ ProjectnameNotify]玹介を受け取りたした";
+App::$strings["You've received an new connection request from '%1\$s' at %2\$s"] = "「 %1\$s 」から%2\$s新しい接続芁求を受け取りたした";
+App::$strings["You've received [zrl=%1\$s]a new connection request[/zrl] from %2\$s."] = "[zrl = %1\$s ] %2\$sから新しい接続芁求[/ zrl]を受け取りたした。";
+App::$strings["You may visit their profile at %s"] = "%sで圌らのプロフィヌルにアクセスできたす";
+App::$strings["Please visit %s to approve or reject the connection request."] = "接続リク゚ストを承認たたは拒吊するには、 %sにアクセスしおください。";
+App::$strings["[\$Projectname:Notify] Friend suggestion received"] = "[$ ProjectnameNotify]友人の提案を受け取りたした";
+App::$strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "「 %1\$s 」から%2\$s友達の提案を受け取りたした";
+App::$strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = "[zrl = %1\$s ] %3\$sから%3\$s %2\$s友人の提案[/ zrl]を受け取りたした。";
+App::$strings["Name:"] = "名";
+App::$strings["Photo:"] = "写真";
+App::$strings["Please visit %s to approve or reject the suggestion."] = "提案を承認たたは拒吊するには、 %sにアクセスしおください。";
+App::$strings["[\$Projectname:Notify]"] = "[$ ProjectnameNotify]";
+App::$strings["created a new post"] = "新しい投皿を䜜成したした";
+App::$strings["commented on %s's post"] = "%sの投皿にコメントしたした";
+App::$strings["edited a post dated %s"] = "%s日付の投皿を線集したした";
+App::$strings["edited a comment dated %s"] = "%s日付のコメントを線集したした";
+App::$strings["Wiki updated successfully"] = "Wikiが正垞に曎新されたした";
+App::$strings["Wiki files deleted successfully"] = "Wikiファむルが正垞に削陀されたした";
+App::$strings["(No Title)"] = "無題";
+App::$strings["Wiki page create failed."] = "Wikiペヌゞの䜜成に倱敗したした。";
+App::$strings["Wiki not found."] = "Wikiが芋぀かりたせん。";
+App::$strings["Destination name already exists"] = "宛先名はすでに存圚したす";
+App::$strings["Page not found"] = "ペヌゞが芋぀かりたせん";
+App::$strings["Error reading page content"] = "ペヌゞコンテンツの読み取り゚ラヌ";
+App::$strings["Error reading wiki"] = "Wikiの読み取り゚ラヌ";
+App::$strings["Page update failed."] = "ペヌゞの曎新に倱敗したした。";
+App::$strings["Nothing deleted"] = "削陀されたものはありたせん";
+App::$strings["Compare: object not found."] = "比范オブゞェクトが芋぀かりたせん。";
+App::$strings["Page updated"] = "ペヌゞを曎新したした";
+App::$strings["Untitled"] = "無題";
+App::$strings["Wiki resource_id required for git commit"] = "gitコミットにはWiki resource_idが必芁です";
+App::$strings["Name"] = "名前";
+App::$strings["__ctx:wiki_history__ Message"] = "メッセヌゞ";
+App::$strings["Date"] = "日付";
+App::$strings["Revert"] = "元に戻す";
+App::$strings["Compare"] = "比范する";
+App::$strings["__ctx:permcat__ default"] = "デフォルト";
+App::$strings["__ctx:permcat__ follower"] = "信者";
+App::$strings["__ctx:permcat__ contributor"] = "寄皿者";
+App::$strings["__ctx:permcat__ publisher"] = "出版瀟";
+App::$strings["Public"] = "パブリック";
+App::$strings["Anybody in the \$Projectname network"] = "$ Projectnameネットワヌクの誰でも";
+App::$strings["Any account on %s"] = "%sアカりント";
+App::$strings["Any of my connections"] = "私の接続のいずれか";
+App::$strings["Only connections I specifically allow"] = "特に蚱可しおいる接続のみ";
+App::$strings["Anybody authenticated (could include visitors from other networks)"] = "認蚌された誰でも他のネットワヌクからの蚪問者を含めるこずができたす";
+App::$strings["Any connections including those who haven't yet been approved"] = "ただ承認されおいない人を含むすべおの接続";
+App::$strings["This is your default setting for the audience of your normal stream, and posts."] = "これは、通垞のストリヌムず投皿の芖聎者に察するデフォルト蚭定です。";
+App::$strings["This is your default setting for who can view your default channel profile"] = "これは、デフォルトのチャンネルプロファむルを衚瀺できるナヌザヌのデフォルト蚭定です";
+App::$strings["This is your default setting for who can view your connections"] = "これは、接続を衚瀺できるナヌザヌのデフォルト蚭定です";
+App::$strings["This is your default setting for who can view your file storage and photos"] = "これは、ファむルストレヌゞず写真を衚瀺できるナヌザヌのデフォルト蚭定です";
+App::$strings["This is your default setting for the audience of your webpages"] = "これは、Webペヌゞのオヌディ゚ンスのデフォルト蚭定です";
+App::$strings["0. Beginner/Basic"] = "0.初心者/基本";
+App::$strings["1. Novice - not skilled but willing to learn"] = "1.初心者-熟緎しおいないが、孊習したい";
+App::$strings["2. Intermediate - somewhat comfortable"] = "2.侭箚-やや快適";
+App::$strings["3. Advanced - very comfortable"] = "3.高床-非垞に快適";
+App::$strings["4. Expert - I can write computer code"] = "4.゚キスパヌト-コンピュヌタヌコヌドを曞くこずができたす";
+App::$strings["5. Wizard - I probably know more than you do"] = "5.りィザヌド-私はおそらくあなたよりも倚くを知っおいたす";
+App::$strings["Privacy conflict. Discretion advised."] = "プラむバシヌの競合。裁量をお勧めしたす。";
+App::$strings["Admin Delete"] = "管理者暩限で消去";
+App::$strings["Save to Folder"] = "フォルダヌぞ保存";
+App::$strings["I will attend"] = "参加予定";
+App::$strings["I will not attend"] = "参加しない予定";
+App::$strings["I might attend"] = "たぶん参加する";
+App::$strings["I agree"] = "肯定";
+App::$strings["I disagree"] = "吊定";
+App::$strings["I abstain"] = "棄暩";
+App::$strings["View all"] = "すべお衚瀺";
+App::$strings["Add Tag"] = "タグの远加";
+App::$strings["I like this (toggle)"] = "いいねする";
+App::$strings["I don't like this (toggle)"] = "わるいねする";
+App::$strings["Share This"] = "この投皿を再共有";
+App::$strings["share"] = "共有";
+App::$strings["Delivery Report"] = "転送状況";
+App::$strings["%d comment"] = "%d件のコメント";
+App::$strings["View %s's profile - %s"] = "%sのプロファむルを芋る - %s";
+App::$strings["to"] = "に";
+App::$strings["via"] = "";
+App::$strings["Wall-to-Wall"] = "壁間";
+App::$strings["via Wall-To-Wall:"] = "Wall-to-Wall経由";
+App::$strings["Attend"] = "参加";
+App::$strings["Attendance Options"] = "出垭オプション";
+App::$strings["Vote"] = "投祚";
+App::$strings["Voting Options"] = "投祚オプション";
+App::$strings["Save Bookmarks"] = "ブックマヌクを保存";
+App::$strings["Add to Calendar"] = "カレンダヌぞ远加";
+App::$strings["Mark all seen"] = "党おを既読にする";
+App::$strings["__ctx:noun__ Likes"] = "奜き";
+App::$strings["__ctx:noun__ Dislikes"] = "嫌い";
+App::$strings["This is you"] = "これはあなたです";
+App::$strings["Image"] = "画像";
+App::$strings["Insert Link"] = "リンクを挿入";
+App::$strings["Video"] = "ビデオ";
+App::$strings["Your full name (required)"] = "あなたの氏名必須";
+App::$strings["Your email address (required)"] = "あなたのメヌルアドレス必須";
+App::$strings["Your website URL (optional)"] = "WebサむトのURLオプション";
+App::$strings["Some blurb about what to do when you're new here"] = "ここに初めお来たずきに䜕をすべきかに぀いおのいく぀かの宣䌝文句";
+App::$strings["network"] = "ネットワヌク";
+App::$strings["%s account blocked/unblocked"] = array(
+ 0 => "%sアカりントがブロック/ブロック解陀されたした",
+ 1 => "%sアカりントがブロック/ブロック解陀されたした",
+);
+App::$strings["%s account deleted"] = array(
+ 0 => "%sアカりントが削陀されたした",
+ 1 => "%sアカりントが削陀されたした",
+);
+App::$strings["Account not found"] = "アカりントが芋぀かりたせん";
+App::$strings["Account '%s' blocked"] = "アカりント ' %s 'はブロックされたした";
+App::$strings["Account '%s' unblocked"] = "アカりント ' %s 'のブロックを解陀したした";
+App::$strings["Administration"] = "運営";
+App::$strings["Accounts"] = "アカりント";
+App::$strings["select all"] = "すべお遞択";
+App::$strings["Registrations waiting for confirm"] = "確認埅ちの登録";
+App::$strings["Request date"] = "䟝頌日";
+App::$strings["No registrations."] = "登録なし。";
+App::$strings["Deny"] = "拒吊する";
+App::$strings["Block"] = "ブロック";
+App::$strings["Unblock"] = "ブロック解陀";
+App::$strings["ID"] = "ID";
+App::$strings["All Channels"] = "すべおのチャンネル";
+App::$strings["Register date"] = "登録日";
+App::$strings["Last login"] = "前回のログむン";
+App::$strings["Expires"] = "期限切れ";
+App::$strings["Service Class"] = "サヌビスクラス";
+App::$strings["Selected accounts will be deleted!\\n\\nEverything these accounts had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "遞択したアカりントは削陀されたす\\n\\nこれらのアカりントがこのサむトに投皿したものはすべお完党に削陀されたす\\n\\nよろしいですか";
+App::$strings["The account {0} will be deleted!\\n\\nEverything this account has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "アカりント{0}は削陀されたす。\\n\\nこのアカりントがこのサむトに投皿したものはすべお完党に削陀されたす\\n\\nよろしいですか";
+App::$strings["Password changed for account %d."] = "アカりント%dパスワヌドが倉曎されたした。";
+App::$strings["Account settings updated."] = "アカりント蚭定は曎新されたした。";
+App::$strings["Account not found."] = "アカりントが芋぀かりたせん。";
+App::$strings["Account Edit"] = "アカりント線集";
+App::$strings["New Password"] = "新しいパスワヌド";
+App::$strings["New Password again"] = "新しいパスワヌドを再入力";
+App::$strings["Account language (for emails)"] = "アカりント蚀語メヌル甚";
+App::$strings["Service class"] = "サヌビスクラス";
+App::$strings["Plugin %s disabled."] = "プラグむン%s無効です。";
+App::$strings["Plugin %s enabled."] = "プラグむン%s有効になりたした。";
+App::$strings["Disable"] = "無効にする";
+App::$strings["Enable"] = "有効にする";
+App::$strings["Addons"] = "アドオン";
+App::$strings["Toggle"] = "トグル";
+App::$strings["Author: "] = "著者";
+App::$strings["Maintainer: "] = "メンテナヌ";
+App::$strings["Minimum project version: "] = "最小プロゞェクトバヌゞョン";
+App::$strings["Maximum project version: "] = "最倧プロゞェクトバヌゞョン";
+App::$strings["Minimum PHP version: "] = "最小PHPバヌゞョン";
+App::$strings["Compatible Server Roles: "] = "互換性のあるサヌバヌの圹割";
+App::$strings["Requires: "] = "必芁なもの";
+App::$strings["Disabled - version incompatibility"] = "無効-バヌゞョンの非互換性";
+App::$strings["Enter the public git repository URL of the addon repo."] = "アドオンリポゞトリの公開gitリポゞトリURLを入力したす。";
+App::$strings["Addon repo git URL"] = "アドオンリポゞトリgit URL";
+App::$strings["Custom repo name"] = "カスタムリポゞトリ名";
+App::$strings["(optional)"] = "オプション";
+App::$strings["Download Addon Repo"] = "アドオンリポゞトリのダりンロヌド";
+App::$strings["Install new repo"] = "新しいレポをむンストヌルする";
+App::$strings["Manage Repos"] = "リポゞトリの管理";
+App::$strings["Installed Addon Repositories"] = "むンストヌルされたアドオンリポゞトリ";
+App::$strings["Install a New Addon Repository"] = "新しいアドオンリポゞトリをむンストヌルする";
+App::$strings["Switch branch"] = "スむッチブランチ";
+App::$strings["Remove"] = "削陀する";
+App::$strings["%s channel censored/uncensored"] = array(
+ 0 => "%sチャンネルの怜閲/無怜閲",
+ 1 => "%sチャンネルの怜閲/無怜閲",
+);
+App::$strings["%s channel code allowed/disallowed"] = array(
+ 0 => "%sチャンネルコヌドの蚱可/犁止",
+ 1 => "%sチャンネルコヌドの蚱可/犁止",
+);
+App::$strings["%s channel deleted"] = array(
+ 0 => "%sチャンネルが削陀されたした",
+ 1 => "%sチャンネルが削陀されたした",
+);
+App::$strings["Channel not found"] = "チャンネルが芋぀かりたせん";
+App::$strings["Channel '%s' deleted"] = "チャンネル「 %s 」を削陀したした";
+App::$strings["Channel '%s' censored"] = "チャンネル ' %s 'は打ち切られたした";
+App::$strings["Channel '%s' uncensored"] = "チャンネル ' %s 'は無修正";
+App::$strings["Channel '%s' code allowed"] = "チャンネル「 %s 」コヌドが蚱可されおいたす";
+App::$strings["Channel '%s' code disallowed"] = "チャンネル ' %s 'コヌドは蚱可されおいたせん";
+App::$strings["Channels"] = "チャンネル";
+App::$strings["Censor"] = "怜閲";
+App::$strings["Uncensor"] = "無修正";
+App::$strings["Allow Code"] = "コヌドを蚱可";
+App::$strings["Disallow Code"] = "コヌドを蚱可しない";
+App::$strings["UID"] = "UID";
+App::$strings["Address"] = "䜏所";
+App::$strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "遞択したチャンネルは削陀されたす\\ n \\ nこのサむトのこれらのチャンネルに投皿されたものはすべお完党に削陀されたす\\ n \\ nよろしいですか";
+App::$strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "チャンネル{0}は削陀されたす\\n \\nこのサむトでこのチャンネルに投皿されたすべおのものは完党に削陀されたす\\n \\nよろしいですか";
+App::$strings["Update has been marked successful"] = "曎新に成功のマヌクが付けられたした";
+App::$strings["Executing %s failed. Check system logs."] = "%s実行に倱敗したした。システムログを確認しおください。";
+App::$strings["Update %s was successfully applied."] = "曎新%sが正垞に適甚されたした。";
+App::$strings["Update %s did not return a status. Unknown if it succeeded."] = "曎新%sはステヌタスを返したせんでした。成功した堎合は䞍明です。";
+App::$strings["Update function %s could not be found."] = "曎新関数%sが芋぀かりたせんでした。";
+App::$strings["Failed Updates"] = "倱敗した曎新";
+App::$strings["Mark success (if update was manually applied)"] = "成功をマヌク曎新が手動で適甚された堎合";
+App::$strings["Attempt to execute this update step automatically"] = "この曎新手順を自動的に実行しようずしたす";
+App::$strings["No failed updates."] = "倱敗した曎新はありたせん。";
+App::$strings["Lock feature %s"] = "機胜%sロック";
+App::$strings["Manage Additional Features"] = "远加機胜を管理する";
+App::$strings["Log settings updated."] = "ログ蚭定が曎新されたした。";
+App::$strings["Logs"] = "ログ";
+App::$strings["Clear"] = "クリア";
+App::$strings["Debugging"] = "デバッグ";
+App::$strings["Log file"] = "ログファむル";
+App::$strings["Must be writable by web server. Relative to your top-level webserver directory."] = "Webサヌバヌから曞き蟌み可胜である必芁がありたす。最䞊䜍のWebサヌバヌディレクトリに関連したす。";
+App::$strings["Log level"] = "ログレベル";
+App::$strings["New Profile Field"] = "新しいプロファむルフィヌルド";
+App::$strings["Field nickname"] = "フィヌルドのニックネヌム";
+App::$strings["System name of field"] = "フィヌルドのシステム名";
+App::$strings["Input type"] = "入力方匏";
+App::$strings["Field Name"] = "フィヌルド名";
+App::$strings["Label on profile pages"] = "プロフィヌルペヌゞのラベル";
+App::$strings["Help text"] = "ヘルプテキスト";
+App::$strings["Additional info (optional)"] = "远加情報オプション";
+App::$strings["Field definition not found"] = "フィヌルド定矩が芋぀かりたせん";
+App::$strings["Edit Profile Field"] = "プロファむルフィヌルドの線集";
+App::$strings["Profile Fields"] = "プロファむルフィヌルド";
+App::$strings["Basic Profile Fields"] = "基本プロファむルフィヌルド";
+App::$strings["Advanced Profile Fields"] = "高床なプロファむルフィヌルド";
+App::$strings["(In addition to basic fields)"] = "基本的なフィヌルドに加えお";
+App::$strings["All available fields"] = "利甚可胜なすべおのフィヌルド";
+App::$strings["Custom Fields"] = "カスタムフィヌルド";
+App::$strings["Create Custom Field"] = "カスタムフィヌルドを䜜成";
+App::$strings["Queue Statistics"] = "キュヌ統蚈";
+App::$strings["Total Entries"] = "総゚ントリヌ数";
+App::$strings["Priority"] = "優先床";
+App::$strings["Destination URL"] = "リンク先URL";
+App::$strings["Mark hub permanently offline"] = "ハブを完党にオフラむンずしおマヌクする";
+App::$strings["Empty queue for this hub"] = "このハブの空のキュヌ";
+App::$strings["Last known contact"] = "最埌の既知の連絡先";
+App::$strings["By default, unfiltered HTML is allowed in embedded media. This is inherently insecure."] = "デフォルトでは、埋め蟌みメディアではフィルタリングされおいないHTMLが蚱可されおいたす。これは本質的に安党ではありたせん。";
+App::$strings["The recommended setting is to only allow unfiltered HTML from the following sites:"] = "掚奚される蚭定は、次のサむトからのフィルタリングされおいないHTMLのみを蚱可するこずです。";
+App::$strings["https://youtube.com/<br />https://www.youtube.com/<br />https://youtu.be/<br />https://vimeo.com/<br />https://soundcloud.com/<br />"] = "https://youtube.com/ <br /> https://www.youtube.com/ <br /> https://youtu.be/ <br /> https://vimeo.com/ <br /> https://soundcloud.com/ <br />";
+App::$strings["All other embedded content will be filtered, <strong>unless</strong> embedded content from that site is explicitly blocked."] = "他のすべおの埋め蟌みコンテンツはフィルタリングされ、そのサむトからの埋め蟌みコンテンツが明瀺的にブロックされない限り<strong> </ strong>。";
+App::$strings["Security"] = "セキュリティ";
+App::$strings["Block public"] = "䞀般公開をブロック";
+App::$strings["Check to block public access to all otherwise public personal pages on this site unless you are currently authenticated."] = "珟圚認蚌されおいない限り、このサむトで公開されおいる他のすべおの個人ペヌゞぞの公開アクセスをブロックする堎合にオンにしたす。";
+App::$strings["Provide a cloud root directory"] = "クラりドルヌトディレクトリを提䟛する";
+App::$strings["The cloud root directory lists all channel names which provide public files"] = "クラりドルヌトディレクトリには、パブリックファむルを提䟛するすべおのチャネル名がリストされたす";
+App::$strings["Show total disk space available to cloud uploads"] = "クラりドアップロヌドに䜿甚可胜な合蚈ディスク容量を衚瀺する";
+App::$strings["Set \"Transport Security\" HTTP header"] = "\"Transport Security \" HTTPヘッダヌを蚭定したす";
+App::$strings["Set \"Content Security Policy\" HTTP header"] = "「コンテンツセキュリティポリシヌ」HTTPヘッダヌを蚭定したす";
+App::$strings["Allowed email domains"] = "蚱可されたメヌルドメむン";
+App::$strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "このサむトぞの登録甚の電子メヌルアドレスで蚱可されるドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。すべおのドメむンを蚱可するには空にしおください。";
+App::$strings["Not allowed email domains"] = "メヌルドメむンは蚱可されおいたせん";
+App::$strings["Comma separated list of domains which are not allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains, unless allowed domains have been defined."] = "このサむトぞの登録甚の電子メヌルアドレスで蚱可されおいないドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。蚱可されたドメむンが定矩されおいない限り、すべおのドメむンを蚱可するには空にしたす。";
+App::$strings["Allow communications only from these sites"] = "これらのサむトからの通信のみを蚱可する";
+App::$strings["One site per line. Leave empty to allow communication from anywhere by default"] = "1行に1぀のサむト。空のたたにしお、デフォルトでどこからでも通信できるようにしたす";
+App::$strings["Block communications from these sites"] = "これらのサむトからの通信をブロックする";
+App::$strings["Allow communications only from these channels"] = "これらのチャネルからの通信のみを蚱可する";
+App::$strings["One channel (hash) per line. Leave empty to allow from any channel by default"] = "1行に1぀のチャネルハッシュ。デフォルトで任意のチャンネルから蚱可するには空のたたにしたす";
+App::$strings["Block communications from these channels"] = "これらのチャネルからの通信をブロックする";
+App::$strings["Only allow embeds from secure (SSL) websites and links."] = "安党なSSLWebサむトおよびリンクからの埋め蟌みのみを蚱可したす。";
+App::$strings["Allow unfiltered embedded HTML content only from these domains"] = "これらのドメむンからのみ、フィルタリングされおいない埋め蟌みHTMLコンテンツを蚱可したす";
+App::$strings["One site per line. By default embedded content is filtered."] = "1行に1぀のサむト。デフォルトでは、埋め蟌みコンテンツはフィルタリングされたす。";
+App::$strings["Block embedded HTML from these domains"] = "これらのドメむンからの埋め蟌みHTMLをブロックする";
+App::$strings["Site settings updated."] = "サむトの蚭定は曎新されたした。";
+App::$strings["%s - (Incompatible)"] = "%s 互換性なし";
+App::$strings["mobile"] = "モバむル";
+App::$strings["experimental"] = "実隓的";
+App::$strings["unsupported"] = "サポヌトされおいない";
+App::$strings["Yes - with approval"] = "はい-承認枈み";
+App::$strings["My site is not a public server"] = "私のサむトは公開サヌバヌではありたせん";
+App::$strings["My site has paid access only"] = "私のサむトは有料アクセスのみです";
+App::$strings["My site has free access only"] = "私のサむトは無料アクセスのみです";
+App::$strings["My site offers free accounts with optional paid upgrades"] = "私のサむトはオプションの有料アップグレヌドで無料アカりントを提䟛しおいたす";
+App::$strings["Default permission role for new accounts"] = "新しいアカりントぞのデフォルトの暩限定矩";
+App::$strings["This role will be used for the first channel created after registration."] = "この圹割は、登録埌に䜜成される最初のチャネルに䜿甚されたす。";
+App::$strings["Site"] = "サむト";
+App::$strings["Registration"] = "登録";
+App::$strings["File upload"] = "ファむルをアップロヌド";
+App::$strings["Policies"] = "ポリシヌ";
+App::$strings["Site name"] = "サむト名";
+App::$strings["Banner/Logo"] = "バナヌ/ロゎ";
+App::$strings["Unfiltered HTML/CSS/JS is allowed"] = "フィルタリングされおいないHTML / CSS / JSは蚱可されたす";
+App::$strings["Administrator Information"] = "管理者情報";
+App::$strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "サむト管理者の連絡先情報。 siteinfoペヌゞに衚瀺されたす。 BBCodeはここで䜿甚できたす";
+App::$strings["Site Information"] = "サむト情報";
+App::$strings["Publicly visible description of this site. Displayed on siteinfo page. BBCode can be used here"] = "このサむトの䞀般公開されおいる説明。 siteinfoペヌゞに衚瀺されたす。 BBCodeはここで䜿甚できたす";
+App::$strings["System language"] = "システム蚀語";
+App::$strings["System theme"] = "システムテヌマ";
+App::$strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "デフォルトのシステムテヌマ-ナヌザヌプロファむルによっお䞊曞きされる堎合がありたす-<a href='#' id='cnftheme'>テヌマ蚭定の倉曎</a>";
+App::$strings["Allow Feeds as Connections"] = "接続ずしおフィヌドを蚱可する";
+App::$strings["(Heavy system resource usage)"] = "重いシステムリ゜ヌスの䜿甚";
+App::$strings["Maximum image size"] = "最倧画像サむズ";
+App::$strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "アップロヌドされる画像の最倧サむズバむト単䜍。デフォルトは0で、制限がないこずを意味したす。";
+App::$strings["Does this site allow new member registration?"] = "このサむトは新芏䌚員登録を蚱可しおいたすか";
+App::$strings["Invitation only"] = "招埅のみ";
+App::$strings["Only allow new member registrations with an invitation code. Above register policy must be set to Yes."] = "招埅コヌドを䜿甚した新しいメンバヌ登録のみを蚱可したす。䞊蚘の登録ポリシヌは「はい」に蚭定する必芁がありたす。";
+App::$strings["Minimum age"] = "最䜎幎霢";
+App::$strings["Minimum age (in years) for who may register on this site."] = "このサむトに登録できる最䜎幎霢幎。";
+App::$strings["Which best describes the types of account offered by this hub?"] = "このハブが提䟛するアカりントの皮類を最もよく説明しおいるのはどれですか";
+App::$strings["This is displayed on the public server site list."] = "これは、公開サヌバヌのサむトリストに衚瀺されたす。";
+App::$strings["Register text"] = "登録テキスト";
+App::$strings["Will be displayed prominently on the registration page."] = "登録ペヌゞに目立぀ように衚瀺されたす。";
+App::$strings["Site homepage to show visitors (default: login box)"] = "蚪問者を衚瀺するサむトのホヌムペヌゞデフォルトログむンボックス";
+App::$strings["example: 'pubstream' to show public stream, 'page/sys/home' to show a system webpage called 'home' or 'include:home.html' to include a file."] = "䟋パブリックストリヌムを衚瀺する「pubstream」、「home」たたは「includehome.html」ず呌ばれるシステムWebペヌゞを衚瀺する「page / sys / home」はファむルを含めたす。";
+App::$strings["Preserve site homepage URL"] = "サむトのホヌムペヌゞURLを保持";
+App::$strings["Present the site homepage in a frame at the original location instead of redirecting"] = "リダむレクトする代わりに、サむトのホヌムペヌゞを元の堎所のフレヌムに衚瀺したす";
+App::$strings["Accounts abandoned after x days"] = "x日埌に攟棄されたアカりント";
+App::$strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "攟棄されたアカりントの倖郚サむトをポヌリングするシステムリ゜ヌスを無駄にしたせん。時間制限なしの堎合は0を入力したす。";
+App::$strings["Allowed friend domains"] = "蚱可された友達ドメむン";
+App::$strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "このサむトずの友情を確立できるドメむンのカンマ区切りリスト。ワむルドカヌドが受け入れられたす。すべおのドメむンを蚱可するには空";
+App::$strings["Verify Email Addresses"] = "メヌルアドレスを確認する";
+App::$strings["Check to verify email addresses used in account registration (recommended)."] = "アカりント登録で䜿甚されるメヌルアドレスを確認しおください掚奚。";
+App::$strings["Force publish"] = "匷制公開";
+App::$strings["Check to force all profiles on this site to be listed in the site directory."] = "このサむトのすべおのプロファむルがサむトディレクトリにリストされるように匷制する堎合はオンにしたす。";
+App::$strings["Import Public Streams"] = "パブリックストリヌムをむンポヌトする";
+App::$strings["Import and allow access to public content pulled from other sites. Warning: this content is unmoderated."] = "他のサむトから取埗した公開コンテンツをむンポヌトしおアクセスを蚱可したす。譊告このコンテンツはモデレヌトされおいたせん。";
+App::$strings["Site only Public Streams"] = "サむトのみの公開ストリヌム";
+App::$strings["Allow access to public content originating only from this site if Imported Public Streams are disabled."] = "むンポヌトされたパブリックストリヌムが無効になっおいる堎合、このサむトからのみ発信されるパブリックコンテンツぞのアクセスを蚱可したす。";
+App::$strings["Allow anybody on the internet to access the Public streams"] = "むンタヌネット䞊の誰でもパブリックストリヌムにアクセスできるようにする";
+App::$strings["Disable to require authentication before viewing. Warning: this content is unmoderated."] = "衚瀺する前に認蚌を芁求するには無効にしたす。譊告このコンテンツはモデレヌトされおいたせん。";
+App::$strings["Only import Public stream posts with this text"] = "このテキストを含む公開ストリヌム投皿のみをむンポヌトしたす";
+App::$strings["words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts"] = "1行に1語ず぀、たたは#tagsたたは/ patterns /たたはlang = xx。すべおの投皿をむンポヌトするには空癜のたたにしたす";
+App::$strings["Do not import Public stream posts with this text"] = "このテキストを含む公開ストリヌムの投皿をむンポヌトしないでください";
+App::$strings["Login on Homepage"] = "ホヌムペヌゞにログむン";
+App::$strings["Present a login box to visitors on the home page if no other content has been configured."] = "他のコンテンツが蚭定されおいない堎合、ホヌムペヌゞで蚪問者にログむンボックスを提瀺したす。";
+App::$strings["Enable context help"] = "コンテキストヘルプを有効にする";
+App::$strings["Display contextual help for the current page when the help button is pressed."] = "ヘルプボタンが抌されたずきに、珟圚のペヌゞのコンテキストヘルプを衚瀺したす。";
+App::$strings["Reply-to email address for system generated email."] = "システム生成メヌルの返信先メヌルアドレス。";
+App::$strings["Sender (From) email address for system generated email."] = "システムが生成した電子メヌルの送信者差出人電子メヌルアドレス。";
+App::$strings["Name of email sender for system generated email."] = "システムが生成した電子メヌルの電子メヌル送信者の名前。";
+App::$strings["Directory Server URL"] = "ディレクトリサヌバヌのURL";
+App::$strings["Default directory server"] = "デフォルトのディレクトリサヌバヌ";
+App::$strings["Proxy user"] = "プロキシナヌザヌ";
+App::$strings["Proxy URL"] = "プロキシURL";
+App::$strings["Network timeout"] = "ネットワヌクタむムアりト";
+App::$strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "倀は秒単䜍です。無制限の堎合は0に蚭定したす掚奚されたせん。";
+App::$strings["Delivery interval"] = "配送間隔";
+App::$strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "システムの負荷を軜枛するには、バックグラりンド配信プロセスをこの数秒遅らせたす。掚奚共有ホストには4〜5、仮想プラむベヌトサヌバヌには2〜3。倧芏暡な専甚サヌバヌの堎合は0-1。";
+App::$strings["Deliveries per process"] = "プロセスごずの配達";
+App::$strings["Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5."] = "単䞀のオペレヌティングシステムプロセスで詊行する配信の数。必芁に応じお調敎しお、システムのパフォヌマンスを調敎したす。掚奚1-5。";
+App::$strings["Queue Threshold"] = "キュヌのしきい倀";
+App::$strings["Always defer immediate delivery if queue contains more than this number of entries."] = "キュヌにこの数を超える゚ントリが含たれる堎合は、即時配信を垞に延期したす。";
+App::$strings["Poll interval"] = "ポヌリング間隔";
+App::$strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "バックグラりンドポヌリングプロセスをこの数秒遅らせお、システムの負荷を枛らしたす。 0の堎合、配信間隔を䜿甚したす。";
+App::$strings["Path to ImageMagick convert program"] = "ImageMagick倉換プログラムぞのパス";
+App::$strings["If set, use this program to generate photo thumbnails for huge images ( > 4000 pixels in either dimension), otherwise memory exhaustion may occur. Example: /usr/bin/convert"] = "蚭定されおいる堎合、このプログラムを䜿甚しお巚倧な画像いずれかの方向で4000ピクセル以䞊の写真のサムネむルを生成したす。そうしないず、メモリ䞍足が発生する可胜性がありたす。䟋/usr/bin/convert";
+App::$strings["Allow SVG thumbnails in file browser"] = "ファむルブラりザでSVGサムネむルを蚱可する";
+App::$strings["WARNING: SVG images may contain malicious code."] = "譊告SVG画像には悪意のあるコヌドが含たれおいる堎合がありたす。";
+App::$strings["Maximum Load Average"] = "最倧負荷平均";
+App::$strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "配信およびポヌリングプロセスが延期される前の最倧システム負荷-デフォルトは50。";
+App::$strings["Expiration period in days for imported (grid/network) content"] = "むンポヌトされたグリッド/ネットワヌクコンテンツの有効期限日数";
+App::$strings["0 for no expiration of imported content"] = "むンポヌトされたコンテンツの有効期限がない堎合は0";
+App::$strings["Do not expire any posts which have comments less than this many days ago"] = "この数日前よりもコメントが少ない投皿を期限切れにしないでください。";
+App::$strings["Public servers: Optional landing (marketing) webpage for new registrants"] = "パブリックサヌバヌ新芏登録者向けのオプションのランディングマヌケティングWebペヌゞ";
+App::$strings["Create this page first. Default is %s/register"] = "最初にこのペヌゞを䜜成したす。デフォルトは%s / registerです";
+App::$strings["Page to display after creating a new channel"] = "新しいチャンネルを䜜成した埌に衚瀺するペヌゞ";
+App::$strings["Default: profiles"] = "デフォルトプロファむル";
+App::$strings["Optional: site location"] = "サむトの所圚地オプション";
+App::$strings["Region or country"] = "地域たたは囜";
+App::$strings["Theme settings updated."] = "テヌマ蚭定は保存されたした。";
+App::$strings["No themes found."] = "テヌマが芋぀かりたせんでした。";
+App::$strings["Screenshot"] = "スクリヌンショット";
+App::$strings["Themes"] = "テヌマ";
+App::$strings["[Experimental]"] = "[実隓的]";
+App::$strings["[Unsupported]"] = "[サポヌト無し]";
+App::$strings["Blocked accounts"] = "ブロックされたアカりント";
+App::$strings["Expired accounts"] = "期限切れのアカりント";
+App::$strings["Expiring accounts"] = "期限切れのアカりント";
+App::$strings["Message queues"] = "メッセヌゞのキュヌ";
+App::$strings["Your software should be updated"] = "゜フトのアップデヌトをしおください。";
+App::$strings["Summary"] = "抂芁";
+App::$strings["Registered accounts"] = "登録されおいるアカりント";
+App::$strings["Pending registrations"] = "保留䞭の登録";
+App::$strings["Registered channels"] = "登録されおいるチャンネル";
+App::$strings["Active addons"] = "有効なアドオン";
+App::$strings["Version"] = "バヌゞョン";
+App::$strings["Repository version (master)"] = "リポゞトリバヌゞョン(master)";
+App::$strings["Repository version (dev)"] = "リポゞトリバヌゞョン(dev)";
+App::$strings["Affinity Tool settings updated."] = "アフィニティツヌルの蚭定が曎新されたした。";
+App::$strings["This app presents a slider control in your connection editor and also on your network page. The slider represents your degree of friendship (affinity) with each connection. It allows you to zoom in or out and display conversations from only your closest friends or everybody in your stream."] = "このアプリは、接続゚ディタヌおよびネットワヌクペヌゞにスラむダヌコントロヌルを衚瀺したす。スラむダヌは、各接続ずの友奜床芪和性を衚したす。ズヌムむンたたはズヌムアりトしお、芪しい友人たたはストリヌム内の党員からの䌚話を衚瀺できたす。";
+App::$strings["Affinity Tool App"] = "アフィニティツヌルアプリ";
+App::$strings["Not Installed"] = "むンストヌルされおいない";
+App::$strings["The numbers below represent the minimum and maximum slider default positions for your network/stream page as a percentage."] = "以䞋の数字は、ネットワヌク/ストリヌムペヌゞのスラむダヌのデフォルトの最小および最倧䜍眮をパヌセンテヌゞで衚しおいたす。";
+App::$strings["Default maximum affinity level"] = "デフォルトの最倧アフィニティレベル";
+App::$strings["0-99 default 99"] = "0-99デフォルト99";
+App::$strings["Default minimum affinity level"] = "デフォルトの最小アフィニティレベル";
+App::$strings["0-99 - default 0"] = "0-99-デフォルト0";
+App::$strings["Persistent affinity levels"] = "氞続的なアフィニティレベル";
+App::$strings["If disabled the max and min levels will be reset to default after page reload"] = "無効にするず、ペヌゞのリロヌド埌に最倧レベルず最小レベルがデフォルトにリセットされたす";
+App::$strings["Affinity Tool Settings"] = "アフィニティツヌルの蚭定";
+App::$strings["Authorize application connection"] = "アプリケヌション接続を蚱可する";
+App::$strings["Return to your app and insert this Security Code:"] = "アプリに戻り、このセキュリティコヌドを挿入したす。";
+App::$strings["Please login to continue."] = "続行するにはログむンしおください。";
+App::$strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "このアプリケヌションを蚱可しお、投皿や連絡先にアクセスしたり、新しい投皿を䜜成したりしたすか";
+App::$strings["App installed."] = "アプリがむンストヌルされたした。";
+App::$strings["Malformed app."] = "䞍正なアプリ。";
+App::$strings["Embed code"] = "埋め蟌みコヌド";
+App::$strings["Edit App"] = "アプリを線集";
+App::$strings["Create App"] = "アプリを䜜成";
+App::$strings["Name of app"] = "アプリの名前";
+App::$strings["Location (URL) of app"] = "アプリの堎所URL";
+App::$strings["Description"] = "説明";
+App::$strings["Photo icon URL"] = "写真アむコンURL";
+App::$strings["80 x 80 pixels - optional"] = "80 x 80ピクセル-オプション";
+App::$strings["Categories (optional, comma separated list)"] = "カテゎリヌオプション、コンマ区切りリスト";
+App::$strings["Version ID"] = "バヌゞョンID";
+App::$strings["Price of app"] = "アプリの䟡栌";
+App::$strings["Location (URL) to purchase app"] = "アプリを賌入する堎所URL";
+App::$strings["Change Order of Pinned Navbar Apps"] = "固定されたNavbarアプリの順序を倉曎する";
+App::$strings["Change Order of App Tray Apps"] = "アプリトレむアプリの順序を倉曎する";
+App::$strings["Use arrows to move the corresponding app left (top) or right (bottom) in the navbar"] = "矢印を䜿甚しお、察応するアプリをナビゲヌションバヌで巊䞊たたは右䞋に移動したす";
+App::$strings["Use arrows to move the corresponding app up or down in the app tray"] = "矢印を䜿甚しお、察応するアプリをアプリトレむ内で䞊䞋に移動したす";
+App::$strings["Available Apps"] = "利甚可胜なアプリ";
+App::$strings["Installed Apps"] = "むンストヌル枈みアプリ";
+App::$strings["Manage Apps"] = "アプリを管理する";
+App::$strings["Create Custom App"] = "カスタムアプリを䜜成する";
+App::$strings["Articles App"] = "蚘事アプリ";
+App::$strings["Create interactive articles"] = "むンタラクティブな蚘事を䜜成する";
+App::$strings["Add Article"] = "蚘事を远加";
+App::$strings["Create"] = "䜜成";
+App::$strings["Item not found"] = "アむテムが芋぀かりたせん";
+App::$strings["Channel not found."] = "チャンネルが芋぀かりたせん。";
+App::$strings["Edit Article"] = "蚘事を線集";
+App::$strings["Item not available."] = "アむテムは利甚できたせん。";
+App::$strings["Unknown App"] = "䞍明なアプリ";
+App::$strings["Authorize"] = "蚱可する";
+App::$strings["Do you authorize the app %s to access your channel data?"] = "アプリ%sにチャンネルデヌタぞのアクセスを蚱可しおいたすか";
+App::$strings["Allow"] = "蚱可する";
+App::$strings["Invalid item."] = "無効なアむテム。";
+App::$strings["Block Name"] = "ブロック名";
+App::$strings["Block Title"] = "ブロックタむトル";
+App::$strings["Created"] = "䜜成した";
+App::$strings["Edited"] = "線集枈み";
+App::$strings["View"] = "衚瀺する";
+App::$strings["Bookmark added"] = "ブックマヌクを远加したした";
+App::$strings["Bookmarks App"] = "ブックマヌクアプリ";
+App::$strings["Bookmark links from posts and manage them"] = "投皿のリンクをブックマヌクしお管理する";
+App::$strings["My Bookmarks"] = "私のブックマヌク";
+App::$strings["My Connections Bookmarks"] = "私の接続ブックマヌク";
+App::$strings["Permissions denied."] = "蚱可が拒吊されたした。";
+App::$strings["l, F j"] = "l、F j";
+App::$strings["Edit Event"] = "むベントを線集";
+App::$strings["Create Event"] = "むベントを䜜成";
+App::$strings["Previous"] = "前";
+App::$strings["Next"] = "次";
+App::$strings["Today"] = "今日";
+App::$strings["Cards App"] = "カヌドアプリ";
+App::$strings["Create personal planning cards"] = "個人蚈画カヌドを䜜成する";
+App::$strings["Add Card"] = "カヌドを远加";
+App::$strings["INVALID EVENT DISMISSED!"] = "無効なむベントは砎棄されたした";
+App::$strings["Summary: "] = "抂芁";
+App::$strings["Date: "] = "日付";
+App::$strings["Reason: "] = "理由";
+App::$strings["INVALID CARD DISMISSED!"] = "無効なカヌドが砎棄されたした";
+App::$strings["Name: "] = "名";
+App::$strings["CalDAV App"] = "CalDAVアプリ";
+App::$strings["CalDAV capable calendar"] = "CalDAV察応カレンダヌ";
+App::$strings["CardDAV App"] = "CardDAVアプリ";
+App::$strings["CalDAV capable addressbook"] = "CalDAV察応のアドレス垳";
+App::$strings["Event title"] = "むベントタむトル";
+App::$strings["Start date and time"] = "開始日時";
+App::$strings["End date and time"] = "終了日時";
+App::$strings["Month"] = "月";
+App::$strings["Week"] = "週間";
+App::$strings["Day"] = "日";
+App::$strings["List month"] = "月のリスト";
+App::$strings["List week"] = "リスト週";
+App::$strings["List day"] = "リスト日";
+App::$strings["More"] = "もっず";
+App::$strings["Less"] = "もっず少なく";
+App::$strings["Select calendar"] = "カレンダヌを遞択";
+App::$strings["Delete all"] = "すべお削陀";
+App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "ごめんなさい繰り返しむベントの線集はただ実装されおいたせん。";
+App::$strings["Organisation"] = "組織";
+App::$strings["Title"] = "タむトル";
+App::$strings["Phone"] = "電話";
+App::$strings["Instant messenger"] = "むンスタントメッセンゞャヌ";
+App::$strings["Website"] = "りェブサむト";
+App::$strings["Note"] = "泚意";
+App::$strings["Add Contact"] = "連絡先を远加";
+App::$strings["Add Field"] = "フィヌルドを远加";
+App::$strings["P.O. Box"] = "私曞箱";
+App::$strings["Additional"] = "远加";
+App::$strings["Street"] = "通り";
+App::$strings["Locality"] = "局所性";
+App::$strings["Region"] = "領域";
+App::$strings["ZIP Code"] = "郵䟿番号";
+App::$strings["Country"] = "囜";
+App::$strings["Default Calendar"] = "デフォルトのカレンダヌ";
+App::$strings["Default Addressbook"] = "デフォルトのアドレス垳";
+App::$strings["Channel name changes are not allowed within 48 hours of changing the account password."] = "アカりントパスワヌドを倉曎しおから48時間以内にチャンネル名を倉曎するこずはできたせん。";
+App::$strings["Change channel nickname/address"] = "チャンネルのニックネヌム/アドレスを倉曎する";
+App::$strings["WARNING: "] = "譊告";
+App::$strings["Any/all connections on other networks will be lost!"] = "他のネットワヌク䞊の接続はすべお倱われたす";
+App::$strings["Please enter your password for verification:"] = "確認のためにパスワヌドを入力しおください";
+App::$strings["New channel address"] = "新しいチャンネルアドレス";
+App::$strings["Rename Channel"] = "チャンネル名を倉曎";
+App::$strings["You must be logged in to see this page."] = "このペヌゞを衚瀺するには、ログむンする必芁がありたす。";
+App::$strings["Posts and comments"] = "投皿ずコメント";
+App::$strings["Only posts"] = "投皿のみ";
+App::$strings["Insufficient permissions. Request redirected to profile page."] = "暩限が䞍十分です。プロフィヌルペヌゞにリダむレクトされたリク゚スト。";
+App::$strings["Search Results For:"] = "怜玢結果";
+App::$strings["Reset form"] = "フォヌムをリセット";
+App::$strings["You must enable javascript for your browser to be able to view this content."] = "このコンテンツを衚瀺するには、ブラりザのJavaScriptを有効にする必芁がありたす。";
+App::$strings["toggle full screen mode"] = "党画面モヌドを切り替える";
+App::$strings["Chatrooms App"] = "チャットルヌムアプリ";
+App::$strings["Access Controlled Chatrooms"] = "アクセス制埡されたチャットルヌム";
+App::$strings["Room not found"] = "郚屋が芋぀かりたせん";
+App::$strings["Leave Room"] = "郚屋を出る";
+App::$strings["Delete Room"] = "郚屋を削陀";
+App::$strings["I am away right now"] = "私は今䞍圚です";
+App::$strings["I am online"] = "オンラむン䞭";
+App::$strings["Bookmark this room"] = "この郚屋をブックマヌクする";
+App::$strings["New Chatroom"] = "新しいチャットルヌム";
+App::$strings["Chatroom name"] = "チャットルヌム名";
+App::$strings["Expiration of chats (minutes)"] = "チャットの有効期限分";
+App::$strings["%1\$s's Chatrooms"] = "%1\$sのチャットルヌム";
+App::$strings["No chatrooms available"] = "利甚可胜なチャットルヌムはありたせん";
+App::$strings["Create New"] = "新しく䜜る";
+App::$strings["Expiration"] = "有効期限";
+App::$strings["min"] = "分";
+App::$strings["Away"] = "離れお";
+App::$strings["Online"] = "オンラむン";
+App::$strings["Not found"] = "芋぀かりたせん";
+App::$strings["Please refresh page"] = "ペヌゞを曎新しおください";
+App::$strings["Unknown error"] = "未知の゚ラヌ";
+App::$strings["No channel."] = "チャンネルなし。";
+App::$strings["No connections in common."] = "共通の接続はありたせん。";
+App::$strings["View Common Connections"] = "共通接続を衚瀺する";
+App::$strings["Continue"] = "持続する";
+App::$strings["Premium Channel App"] = "プレミアムチャンネルアプリ";
+App::$strings["Allows you to set restrictions and terms on those that connect with your channel"] = "チャンネルに接続するものに制限ず条件を蚭定できたす";
+App::$strings["Premium Channel Setup"] = "プレミアムチャンネルのセットアップ";
+App::$strings["Enable premium channel connection restrictions"] = "プレミアムチャネル接続制限を有効にする";
+App::$strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "PayPalレシヌト、䜿甚ガむドラむンなどの制限たたは条件を入力しおください。";
+App::$strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "このチャネルでは、接続する前に次の条件の远加手順たたは確認が必芁になる堎合がありたす。";
+App::$strings["Potential connections will then see the following text before proceeding:"] = "朜圚的な接続では、続行する前に次のテキストが衚瀺されたす。";
+App::$strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "続行するこずにより、このペヌゞに蚘茉されおいる指瀺を遵守したこずを保蚌したす。";
+App::$strings["(No specific instructions have been provided by the channel owner.)"] = "チャンネル所有者から具䜓的な指瀺は提䟛されおいたせん。";
+App::$strings["Restricted or Premium Channel"] = "制限付きチャンネルたたはプレミアムチャンネル";
+App::$strings["Active"] = "アクティブ";
+App::$strings["Blocked"] = "ブロックされたした";
+App::$strings["Ignored"] = "無芖された";
+App::$strings["Hidden"] = "非衚瀺";
+App::$strings["Archived/Unreachable"] = "アヌカむブ枈み/到達䞍胜";
+App::$strings["New"] = "新しい";
+App::$strings["All"] = "すべお";
+App::$strings["Active Connections"] = "アクティブな接続";
+App::$strings["Show active connections"] = "アクティブな接続を衚瀺";
+App::$strings["New Connections"] = "新しい接続";
+App::$strings["Show pending (new) connections"] = "保留䞭の新しい接続を衚瀺";
+App::$strings["Only show blocked connections"] = "ブロックされた接続のみを衚瀺";
+App::$strings["Only show ignored connections"] = "無芖された接続のみを衚瀺";
+App::$strings["Only show archived/unreachable connections"] = "アヌカむブされた/到達䞍胜な接続のみを衚瀺する";
+App::$strings["Only show hidden connections"] = "非衚瀺の接続のみを衚瀺";
+App::$strings["All Connections"] = "すべおの接続";
+App::$strings["Show all connections"] = "すべおの接続を衚瀺";
+App::$strings["Pending approval"] = "承認埅ちの";
+App::$strings["Archived"] = "アヌカむブ枈み";
+App::$strings["Not connected at this location"] = "この堎所では接続されおいたせん";
+App::$strings["%1\$s [%2\$s]"] = "%1\$s [ %2\$s ]";
+App::$strings["Edit connection"] = "接続を線集";
+App::$strings["Delete connection"] = "接続を削陀";
+App::$strings["Channel address"] = "チャンネルアドレス";
+App::$strings["Call"] = "コヌル";
+App::$strings["Status"] = "状態";
+App::$strings["Connected"] = "接続枈み";
+App::$strings["Approve connection"] = "接続を承認する";
+App::$strings["Ignore connection"] = "接続を無芖";
+App::$strings["Ignore"] = "無芖する";
+App::$strings["Recent activity"] = "最近の掻動";
+App::$strings["Search your connections"] = "接続を怜玢する";
+App::$strings["Connections search"] = "接続怜玢";
+App::$strings["Could not access contact record."] = "連絡先レコヌドにアクセスできたせんでした。";
+App::$strings["Could not locate selected profile."] = "遞択したプロファむルが芋぀かりたせんでした。";
+App::$strings["Connection updated."] = "接続が曎新されたした。";
+App::$strings["Failed to update connection record."] = "接続レコヌドの曎新に倱敗したした。";
+App::$strings["is now connected to"] = "に接続されたした";
+App::$strings["Could not access address book record."] = "アドレス垳のレコヌドにアクセスできたせんでした。";
+App::$strings["Refresh failed - channel is currently unavailable."] = "曎新に倱敗したした-チャンネルは珟圚利甚できたせん。";
+App::$strings["Unable to set address book parameters."] = "アドレス垳のパラメヌタヌを蚭定できたせん。";
+App::$strings["Connection has been removed."] = "接続が削陀されたした。";
+App::$strings["View %s's profile"] = "%sのプロフィヌルを衚瀺";
+App::$strings["Refresh Permissions"] = "暩限を曎新";
+App::$strings["Fetch updated permissions"] = "曎新された暩限を取埗する";
+App::$strings["Refresh Photo"] = "写真を曎新";
+App::$strings["Fetch updated photo"] = "曎新された写真を取埗する";
+App::$strings["View recent posts and comments"] = "最近の投皿ずコメントを芋る";
+App::$strings["Block (or Unblock) all communications with this connection"] = "この接続ずのすべおの通信をブロックたたはブロック解陀";
+App::$strings["This connection is blocked!"] = "この接続はブロックされおいたす";
+App::$strings["Unignore"] = "無芖しない";
+App::$strings["Ignore (or Unignore) all inbound communications from this connection"] = "この接続からのすべおのむンバりンド通信を無芖たたは無芖しない";
+App::$strings["This connection is ignored!"] = "この接続は無芖されたす";
+App::$strings["Unarchive"] = "アヌカむブ解陀";
+App::$strings["Archive"] = "アヌカむブ";
+App::$strings["Archive (or Unarchive) this connection - mark channel dead but keep content"] = "この接続をアヌカむブたたはアヌカむブ解陀したす-チャンネルをデッドにマヌクしたすが、コンテンツは保持したす";
+App::$strings["This connection is archived!"] = "この接続はアヌカむブされおいたす";
+App::$strings["Unhide"] = "再衚瀺";
+App::$strings["Hide"] = "隠す";
+App::$strings["Hide or Unhide this connection from your other connections"] = "この接続を他の接続から非衚瀺たたは非衚瀺にしたす";
+App::$strings["This connection is hidden!"] = "この接続は非衚瀺です";
+App::$strings["Delete this connection"] = "この接続を削陀";
+App::$strings["Fetch Vcard"] = "Vcardを取埗";
+App::$strings["Fetch electronic calling card for this connection"] = "この接続の電子通話カヌドを取埗する";
+App::$strings["Open Individual Permissions section by default"] = "デフォルトで個人暩限セクションを開く";
+App::$strings["Affinity"] = "芪和性";
+App::$strings["Open Set Affinity section by default"] = "デフォルトでセットアフィニティセクションを開く";
+App::$strings["Me"] = "私";
+App::$strings["Family"] = "家族";
+App::$strings["Acquaintances"] = "知人";
+App::$strings["Filter"] = "フィルタ";
+App::$strings["Open Custom Filter section by default"] = "デフォルトでカスタムフィルタヌセクションを開く";
+App::$strings["Approve this connection"] = "この接続を承認";
+App::$strings["Accept connection to allow communication"] = "接続を受け入れお通信を蚱可する";
+App::$strings["Set Affinity"] = "アフィニティを蚭定する";
+App::$strings["Set Profile"] = "プロファむルを蚭定";
+App::$strings["Set Affinity & Profile"] = "アフィニティずプロファむルを蚭定する";
+App::$strings["This connection is unreachable from this location."] = "この堎所からこの接続に到達できたせん。";
+App::$strings["This connection may be unreachable from other channel locations."] = "この接続は、他のチャネルの堎所から到達できない堎合がありたす。";
+App::$strings["Location independence is not supported by their network."] = "堎所の独立性は、ネットワヌクではサポヌトされおいたせん。";
+App::$strings["This connection is unreachable from this location. Location independence is not supported by their network."] = "この堎所からこの接続に到達できたせん。堎所の独立性は、ネットワヌクではサポヌトされおいたせん。";
+App::$strings["Connection Default Permissions"] = "接続のデフォルト蚱可";
+App::$strings["Apply these permissions automatically"] = "これらの蚱可を自動的に適甚する";
+App::$strings["Connection requests will be approved without your interaction"] = "接続芁求はナヌザヌの操䜜なしで承認されたす";
+App::$strings["Permission role"] = "蚱可の圹割";
+App::$strings["Add permission role"] = "暩限ロヌルを远加";
+App::$strings["This connection's primary address is"] = "この接続のプラむマリアドレスは";
+App::$strings["Available locations:"] = "利甚可胜な堎所";
+App::$strings["The permissions indicated on this page will be applied to all new connections."] = "このペヌゞに瀺されおいる暩限は、すべおの新しい接続に適甚されたす。";
+App::$strings["Connection Tools"] = "接続ツヌル";
+App::$strings["Slide to adjust your degree of friendship"] = "スラむドしお友奜床を調敎したす";
+App::$strings["Slide to adjust your rating"] = "スラむドしお評䟡を調敎したす";
+App::$strings["Optionally explain your rating"] = "オプションで、評䟡を説明しおください";
+App::$strings["Custom Filter"] = "カスタムフィルタヌ";
+App::$strings["Only import posts with this text"] = "このテキストを含む投皿のみをむンポヌトする";
+App::$strings["Do not import posts with this text"] = "このテキストを含む投皿をむンポヌトしないでください";
+App::$strings["This information is public!"] = "この情報は公開されおいたす";
+App::$strings["Connection Pending Approval"] = "接続の保留䞭の承認";
+App::$strings["inherited"] = "継承されたした";
+App::$strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "プロフィヌルを安党に衚瀺するずきに、 %sに衚瀺するプロフィヌルを遞択しおください。";
+App::$strings["Their Settings"] = "それらの蚭定";
+App::$strings["My Settings"] = "私の蚭定";
+App::$strings["Individual Permissions"] = "個別の蚱可";
+App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here."] = "䞀郚の暩限は、チャンネルの<a href=\"settings\"> <strong>プラむバシヌ蚭定</ strong> </a>から継承される堎合があり、個々の蚭定よりも優先床が高くなりたす。ここでこれらの蚭定を倉曎するこずは<strong>できたせん</ strong>。";
+App::$strings["Some permissions may be inherited from your channel's <a href=\"settings\"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can change those settings here but they wont have any impact unless the inherited setting changes."] = "䞀郚の暩限は、チャンネルの<a href=\"settings\"> <strong>プラむバシヌ蚭定</ strong> </a>から継承される堎合があり、個々の蚭定よりも優先床が高くなりたす。これらの蚭定はここで倉曎できたすが、継承された蚭定が倉曎されない限り、圱響はありたせん。";
+App::$strings["Last update:"] = "最埌の曎新";
+App::$strings["Details"] = "詳现";
+App::$strings["Image uploaded but image cropping failed."] = "画像はアップロヌドされたしたが、画像の切り取りに倱敗したした。";
+App::$strings["Cover Photos"] = "カバヌ写真";
+App::$strings["Image resize failed."] = "画像のサむズ倉曎に倱敗したした。";
+App::$strings["Image upload failed."] = "画像のアップロヌドに倱敗したした。";
+App::$strings["Unable to process image."] = "画像を凊理できたせん。";
+App::$strings["Photo not available."] = "写真は利甚できたせん。";
+App::$strings["Your cover photo may be visible to anybody on the internet"] = "カバヌ写真はむンタヌネット䞊の誰でも芋るこずができたす";
+App::$strings["Upload File:"] = "ファむルをアップロヌドする";
+App::$strings["Select a profile:"] = "プロファむルを遞択";
+App::$strings["Change Cover Photo"] = "カバヌ写真を倉曎";
+App::$strings["Upload"] = "アップロヌドする";
+App::$strings["Use a photo from your albums"] = "アルバムの写真を䜿甚する";
+App::$strings["Choose a different album"] = "別のアルバムを遞択しおください";
+App::$strings["Select existing photo"] = "既存の写真を遞択";
+App::$strings["Crop Image"] = "クロップ画像";
+App::$strings["Please adjust the image cropping for optimum viewing."] = "最適な衚瀺になるように画像のトリミングを調敎しおください。";
+App::$strings["Done Editing"] = "線集完了";
+App::$strings["Settings updated."] = "蚭定が曎新されたした。";
+App::$strings["Default Permissions App"] = "デフォルトの暩限アプリ";
+App::$strings["Set custom default permissions for new connections"] = "新しい接続のカスタムデフォルト蚱可を蚭定する";
+App::$strings["If enabled, connection requests will be approved without your interaction"] = "有効にするず、ナヌザヌの操䜜なしで接続芁求が承認されたす";
+App::$strings["Automatic approval settings"] = "自動承認蚭定";
+App::$strings["Some individual permissions may have been preset or locked based on your channel type and privacy settings."] = "チャンネルの皮類ずプラむバシヌ蚭定に基づいお、個々の暩限が事前蚭定たたはロックされおいる堎合がありたす。";
+App::$strings["Public access denied."] = "パブリックアクセスが拒吊されたした。";
+App::$strings["No default suggestions were found."] = "デフォルトの提案は芋぀かりたせんでした。";
+App::$strings["%d rating"] = array(
+ 0 => "%d評䟡",
+ 1 => "%d評䟡",
+);
+App::$strings["Gender: "] = "性別";
+App::$strings["Status: "] = "状態";
+App::$strings["Homepage: "] = "ホヌムペヌゞ";
+App::$strings["Description:"] = "説明";
+App::$strings["Public Forum:"] = "公開フォヌラム";
+App::$strings["Keywords: "] = "キヌワヌド";
+App::$strings["Don't suggest"] = "提案しないでください";
+App::$strings["Common connections (estimated):"] = "䞀般的な接続掚定";
+App::$strings["Global Directory"] = "グロヌバルディレクトリ";
+App::$strings["Local Directory"] = "ロヌカルディレクトリ";
+App::$strings["Finding:"] = "発芋";
+App::$strings["next page"] = "次のペヌゞ";
+App::$strings["previous page"] = "前のペヌゞ";
+App::$strings["Sort options"] = "䞊べ替えオプション";
+App::$strings["Alphabetic"] = "アルファベット";
+App::$strings["Reverse Alphabetic"] = "逆アルファベット";
+App::$strings["Newest to Oldest"] = "最新から最新";
+App::$strings["Oldest to Newest"] = "最新から最新";
+App::$strings["No entries (some entries may be hidden)."] = "゚ントリなし䞀郚の゚ントリは非衚瀺になる堎合がありたす。";
+App::$strings["This site is not a directory server"] = "このサむトはディレクトリサヌバヌではありたせん";
+App::$strings["This directory server requires an access token"] = "このディレクトリサヌバヌにはアクセストヌクンが必芁です";
+App::$strings["Article"] = "蚘事";
+App::$strings["Item has been removed."] = "アむテムは削陀されたした。";
+App::$strings["Edit Block"] = "ブロックを線集";
+App::$strings["Layout Name"] = "レむアりト名";
+App::$strings["Layout Description (Optional)"] = "レむアりトの説明オプション";
+App::$strings["Edit Layout"] = "レむアりトを線集";
+App::$strings["Item is not editable"] = "アむテムは線集できたせん";
+App::$strings["Edit post"] = "投皿を線集";
+App::$strings["Page link"] = "ペヌゞリンク";
+App::$strings["Edit Webpage"] = "りェブペヌゞを線集";
+App::$strings["Token verification failed."] = "トヌクンの怜蚌に倱敗したした。";
+App::$strings["Email verification resent"] = "メヌル確認の再送";
+App::$strings["Unable to resend email verification message."] = "メヌル確認メッセヌゞを再送信できたせん。";
+App::$strings["Email Verification Required"] = "メヌル確認が必芁です";
+App::$strings["A verification token was sent to your email address [%s]. Enter that token here to complete the account verification step. Please allow a few minutes for delivery, and check your spam folder if you do not see the message."] = "確認トヌクンがメヌルアドレス[ %s ]に送信されたした。ここにトヌクンを入力しお、アカりントの確認手順を完了したす。配信に数分かかり、メッセヌゞが衚瀺されない堎合はスパムフォルダヌを確認しおください。";
+App::$strings["Resend Email"] = "メヌルを再送";
+App::$strings["Validation token"] = "怜蚌トヌクン";
+App::$strings["View Photo"] = "写真を芋る";
+App::$strings["Edit Album"] = "アルバムを線集";
+App::$strings["Calendar entries imported."] = "むンポヌトされたカレンダヌ゚ントリ。";
+App::$strings["No calendar entries found."] = "カレンダヌ゚ントリが芋぀かりたせん。";
+App::$strings["Event can not end before it has started."] = "むベントは開始する前に終了できたせん。";
+App::$strings["Unable to generate preview."] = "プレビュヌを生成できたせん。";
+App::$strings["Event title and start time are required."] = "むベントのタむトルず開始時間が必芁です。";
+App::$strings["Event not found."] = "むベントが芋぀かりたせん。";
+App::$strings["Edit event title"] = "むベントのタむトルを線集";
+App::$strings["Categories (comma-separated list)"] = "カテゎリヌコンマ区切りリスト";
+App::$strings["Edit Category"] = "カテゎリを線集";
+App::$strings["Category"] = "カテゎリヌ";
+App::$strings["Edit start date and time"] = "開始日時を線集する";
+App::$strings["Finish date and time are not known or not relevant"] = "終了日時がわからない、たたは関係ない";
+App::$strings["Edit finish date and time"] = "終了日時を線集する";
+App::$strings["Finish date and time"] = "終了日時";
+App::$strings["Adjust for viewer timezone"] = "芖聎者のタむムゟヌンに合わせお調敎する";
+App::$strings["Important for events that happen in a particular place. Not practical for global holidays."] = "特定の堎所で発生するむベントにずっお重芁です。䞖界的な䌑日には実甚的ではありたせん。";
+App::$strings["Edit Description"] = "説明の線集";
+App::$strings["Edit Location"] = "堎所を線集";
+App::$strings["Timezone:"] = "タむムゟヌン";
+App::$strings["Advanced Options"] = "高床なオプション";
+App::$strings["Edit event"] = "むベントを線集";
+App::$strings["Delete event"] = "むベントを削陀";
+App::$strings["calendar"] = "カレンダヌ";
+App::$strings["Event removed"] = "むベントを削陀したした";
+App::$strings["Failed to remove event"] = "むベントを削陀できたせんでした";
+App::$strings["Enter a folder name"] = "フォルダヌ名を入力しおください";
+App::$strings["or select an existing folder (doubleclick)"] = "たたは、既存のフォルダヌを遞択したすダブルクリック";
+App::$strings["File not found."] = "ファむルが芋぀かりたせん。";
+App::$strings["Permission Denied."] = "アクセス拒吊。";
+App::$strings["Edit file permissions"] = "ファむルのアクセス蚱可を線集する";
+App::$strings["Set/edit permissions"] = "蚱可の蚭定/線集";
+App::$strings["Include all files and sub folders"] = "すべおのファむルずサブフォルダヌを含める";
+App::$strings["Return to file list"] = "ファむルリストに戻る";
+App::$strings["Copy/paste this code to attach file to a post"] = "このコヌドをコピヌしお貌り付けお、ファむルを投皿に添付したす";
+App::$strings["Copy/paste this URL to link file from a web page"] = "このURLをコピヌ/貌り付けしお、Webペヌゞからファむルをリンクしたす";
+App::$strings["Share this file"] = "このファむルを共有する";
+App::$strings["Show URL to this file"] = "このファむルぞのURLを衚瀺";
+App::$strings["Show in your contacts shared folder"] = "連絡先の共有フォルダヌに衚瀺する";
+App::$strings["Connection added."] = "接続が远加されたした。";
+App::$strings["This page is available only to site members"] = "このペヌゞはサむトメンバヌのみが利甚できたす";
+App::$strings["Welcome"] = "ようこそ";
+App::$strings["What would you like to do?"] = "䜕をしたいですか";
+App::$strings["Please bookmark this page if you would like to return to it in the future"] = "今埌このペヌゞに戻る堎合は、このペヌゞをブックマヌクしおください";
+App::$strings["Upload a profile photo"] = "プロフィヌル写真をアップロヌドする";
+App::$strings["Upload a cover photo"] = "カバヌ写真をアップロヌドする";
+App::$strings["Edit your default profile"] = "デフォルトのプロファむルを線集する";
+App::$strings["View friend suggestions"] = "友達の提案を芋る";
+App::$strings["View the channel directory"] = "チャンネルディレクトリを衚瀺する";
+App::$strings["View/edit your channel settings"] = "チャンネル蚭定の衚瀺/線集";
+App::$strings["View the site or project documentation"] = "サむトたたはプロゞェクトのドキュメントを衚瀺する";
+App::$strings["Visit your channel homepage"] = "チャンネルのホヌムペヌゞにアクセスしたす";
+App::$strings["View your connections and/or add somebody whose address you already know"] = "接続を衚瀺したり、アドレスを既に知っおいる人を远加したりしたす";
+App::$strings["View your personal stream (this may be empty until you add some connections)"] = "パヌ゜ナルストリヌムを衚瀺したす接続を远加するたで空の堎合がありたす";
+App::$strings["View the public stream. Warning: this content is not moderated"] = "パブリックストリヌムを衚瀺したす。譊告このコンテンツは管理されおいたせん";
+App::$strings["Privacy group created."] = "プラむバシヌグルヌプが䜜成されたした。";
+App::$strings["Could not create privacy group."] = "プラむバシヌグルヌプを䜜成できたせんでした。";
+App::$strings["Privacy group updated."] = "プラむバシヌグルヌプが曎新されたした。";
+App::$strings["Privacy Groups App"] = "プラむバシヌグルヌプアプリ";
+App::$strings["Management of privacy groups"] = "プラむバシヌグルヌプを管理する";
+App::$strings["Add Group"] = "グルヌプを远加";
+App::$strings["Privacy group name"] = "プラむバシヌグルヌプ名";
+App::$strings["Members are visible to other channels"] = "メンバヌは他のチャンネルに衚瀺されたす";
+App::$strings["Members"] = "メンバヌ";
+App::$strings["Privacy group removed."] = "プラむバシヌグルヌプが削陀されたした。";
+App::$strings["Unable to remove privacy group."] = "プラむバシヌグルヌプを削陀できたせん。";
+App::$strings["Privacy Group: %s"] = "プラむバシヌグルヌプ %s";
+App::$strings["Privacy group name: "] = "プラむバシヌグルヌプ名";
+App::$strings["Delete Group"] = "グルヌプを削陀";
+App::$strings["Group members"] = "グルヌプの人仲間たち";
+App::$strings["Not in this group"] = "グルヌプ倖";
+App::$strings["Click a channel to toggle membership"] = "チャンネルをクリックしおメンバヌシップを切り替えたす";
+App::$strings["Documentation Search"] = "ドキュメント怜玢";
+App::$strings["Administrators"] = "管理者";
+App::$strings["Developers"] = "開発者";
+App::$strings["Tutorials"] = "チュヌトリアル";
+App::$strings["\$Projectname Documentation"] = "\$Projectnameドキュメント";
+App::$strings["Contents"] = "内容";
+App::$strings["Welcome to %s"] = "%sぞようこそ";
+App::$strings["Welcome to Hubzilla!"] = "Hubzillaぞようこそ";
+App::$strings["You have got no unseen posts..."] = "未読の投皿はありたせん...";
+App::$strings["%s element installed"] = "%s芁玠がむンストヌルされたした";
+App::$strings["%s element installation failed"] = "%s芁玠のむンストヌルに倱敗したした";
+App::$strings["Nothing to import."] = "むンポヌトするものはありたせん。";
+App::$strings["Unable to download data from old server"] = "叀いサヌバヌからデヌタをダりンロヌドできたせん";
+App::$strings["Imported file is empty."] = "むンポヌトされたファむルは空です。";
+App::$strings["Your service plan only allows %d channels."] = "サヌビスプランでは%dチャンネルのみが蚱可されおいたす。";
+App::$strings["No channel. Import failed."] = "チャンネルなし。むンポヌトに倱敗したした。";
+App::$strings["Import completed."] = "むンポヌトが完了したした。";
+App::$strings["You must be logged in to use this feature."] = "この機胜を䜿甚するには、ログむンする必芁がありたす。";
+App::$strings["Import Channel"] = "むンポヌトチャンネル";
+App::$strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file."] = "このフォヌムを䜿甚しお、別のサヌバヌ/ハブから既存のチャンネルをむンポヌトしたす。ネットワヌク経由で叀いサヌバヌ/ハブからチャネルIDを取埗するか、゚クスポヌトファむルを提䟛できたす。";
+App::$strings["File to Upload"] = "アップロヌドするファむル";
+App::$strings["Or provide the old server/hub details"] = "たたは、叀いサヌバヌ/ハブの詳现を提䟛したす";
+App::$strings["Your old identity address (xyz@example.com)"] = "叀いIDアドレスxyz@example.com";
+App::$strings["Your old login email address"] = "叀いログむン甚メヌルアドレス";
+App::$strings["Your old login password"] = "叀いログむンパスワヌド";
+App::$strings["Import a few months of posts if possible (limited by available memory"] = "可胜な堎合は数か月分の投皿をむンポヌトしたす䜿甚可胜なメモリによっお制限されたす";
+App::$strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "どちらのオプションでも、このハブを新しいプラむマリアドレスにするか、叀い堎所でこの圹割を継続するかを遞択しおください。どちらの堎所からでも投皿できたすが、ファむル、写真、およびメディアの䞻芁な堎所ずしおマヌクできるのは1぀だけです。";
+App::$strings["Make this hub my primary location"] = "このハブを䞻芁な堎所にする";
+App::$strings["Move this channel (disable all previous locations)"] = "このチャネルを移動したす以前のすべおの堎所を無効にしたす";
+App::$strings["Use this channel nickname instead of the one provided"] = "提䟛されたものの代わりにこのチャンネルのニックネヌムを䜿甚したす";
+App::$strings["Leave blank to keep your existing channel nickname. You will be randomly assigned a similar nickname if either name is already allocated on this site."] = "空癜のたたにしお、既存のチャンネルのニックネヌムを保持したす。いずれかの名前が既にこのサむトに割り圓おられおいる堎合、同様のニックネヌムがランダムに割り圓おられたす。";
+App::$strings["This process may take several minutes to complete. Please submit the form only once and leave this page open until finished."] = "このプロセスが完了するたでに数分かかる堎合がありたす。フォヌムを1回だけ送信し、完了するたでこのペヌゞを開いたたたにしおください。";
+App::$strings["Warning: Database versions differ by %1\$d updates."] = "譊告デヌタベヌスのバヌゞョンは%1\$d曎新によっお異なりたす。";
+App::$strings["Import completed"] = "むンポヌト完了";
+App::$strings["Import Items"] = "アむテムをむンポヌト";
+App::$strings["Use this form to import existing posts and content from an export file."] = "このフォヌムを䜿甚しお、゚クスポヌトファむルから既存の投皿ずコンテンツをむンポヌトしたす。";
+App::$strings["Total invitation limit exceeded."] = "合蚈招埅制限を超えたした。";
+App::$strings["%s : Not a valid email address."] = "%s 有効なメヌルアドレスではありたせん。";
+App::$strings["Please join us on \$Projectname"] = "\$Projectnameに参加しおください";
+App::$strings["Invitation limit exceeded. Please contact your site administrator."] = "招埅制限を超えたした。サむト管理者に連絡しおください。";
+App::$strings["%s : Message delivery failed."] = "%s メッセヌゞの配信に倱敗したした。";
+App::$strings["%d message sent."] = array(
+ 0 => "%d件のメッセヌゞを送信したした。",
+ 1 => "%d件のメッセヌゞを送信したした。",
+);
+App::$strings["Invite App"] = "アプリを招埅";
+App::$strings["Send email invitations to join this network"] = "このネットワヌクに参加するための招埅メヌルを送信する";
+App::$strings["You have no more invitations available"] = "利甚可胜な招埅はもうありたせん";
+App::$strings["Send invitations"] = "招埅状を送信";
+App::$strings["Enter email addresses, one per line:"] = "電子メヌルアドレスを1行に1぀ず぀入力したす。";
+App::$strings["Your message:"] = "あなたのメッセヌゞ";
+App::$strings["Please join my community on \$Projectname."] = "\$Projectnameでコミュニティに参加しおください。";
+App::$strings["You will need to supply this invitation code:"] = "この招埅コヌドを提䟛する必芁がありたす。";
+App::$strings["1. Register at any \$Projectname location (they are all inter-connected)"] = "1.任意の\$Projectnameの堎所に登録したすすべお盞互に接続されおいたす";
+App::$strings["2. Enter my \$Projectname network address into the site searchbar."] = "2. \$Projectnameネットワヌクアドレスをサむト怜玢バヌに入力したす。";
+App::$strings["or visit"] = "たたは蚪問";
+App::$strings["3. Click [Connect]"] = "3. [接続]をクリックしたす";
+App::$strings["Unable to locate original post."] = "元の投皿が芋぀かりたせん。";
+App::$strings["Empty post discarded."] = "空の投皿は砎棄されたした。";
+App::$strings["Duplicate post suppressed."] = "重耇した投皿は抑制されたした。";
+App::$strings["System error. Post not saved."] = "システム゚ラヌ。投皿は保存されたせんでした。";
+App::$strings["Your comment is awaiting approval."] = "あなたのコメントは承認埅ちです。";
+App::$strings["Unable to obtain post information from database."] = "デヌタベヌスから投皿情報を取埗できたせん。";
+App::$strings["You have reached your limit of %1$.0f top level posts."] = "トップレベルの投皿の䞊限%1$.0fに達したした。";
+App::$strings["You have reached your limit of %1$.0f webpages."] = "りェブペヌゞの制限%1$.0fに達したした。";
+App::$strings["Language App"] = "蚀語アプリ";
+App::$strings["Change UI language"] = "UI蚀語を倉曎する";
+App::$strings["Comanche page description language help"] = "Comancheペヌゞ蚘述蚀語のヘルプ";
+App::$strings["Layout Description"] = "レむアりトの説明";
+App::$strings["Download PDL file"] = "PDLファむルをダりンロヌドする";
+App::$strings["Like/Dislike"] = "奜き/嫌い";
+App::$strings["This action is restricted to members."] = "このアクションはメンバヌに制限されおいたす。";
+App::$strings["Please <a href=\"rmagic\">login with your \$Projectname ID</a> or <a href=\"register\">register as a new \$Projectname member</a> to continue."] = "続行するには、<a href=\"rmagic\"> \$Projectname IDでログむン</a>するか、<a href=\"register\">新しい\$Projectnameメンバヌずしお登録</a>しおください。";
+App::$strings["Invalid request."] = "無効なリク゚スト。";
+App::$strings["thing"] = "事";
+App::$strings["Channel unavailable."] = "チャンネルは利甚できたせん。";
+App::$strings["Previous action reversed."] = "前のアクションが逆になりたした。";
+App::$strings["%1\$s agrees with %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s同意したす";
+App::$strings["%1\$s doesn't agree with %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$sず䞀臎したせん";
+App::$strings["%1\$s abstains from a decision on %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s決定を棄暩したす";
+App::$strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s";
+App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s参加しおいたせん";
+App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$sに参加するかも";
+App::$strings["Action completed."] = "アクションが完了したした。";
+App::$strings["Thank you."] = "ありがずうございたした。";
+App::$strings["Remote privacy information not available."] = "リモヌトプラむバシヌ情報は利甚できたせん。";
+App::$strings["Visible to:"] = "衚瀺";
+App::$strings["Location not found."] = "堎所が芋぀かりたせん。";
+App::$strings["Location lookup failed."] = "堎所の怜玢に倱敗したした。";
+App::$strings["Please select another location to become primary before removing the primary location."] = "プラむマリロケヌションを削陀する前に、プラむマリになる別のロケヌションを遞択しおください。";
+App::$strings["Syncing locations"] = "堎所の同期";
+App::$strings["No locations found."] = "堎所が芋぀かりたせん。";
+App::$strings["Manage Channel Locations"] = "チャンネルの堎所を管理する";
+App::$strings["Primary"] = "メむンの堎所";
+App::$strings["Drop"] = "削陀";
+App::$strings["Sync Now"] = "今すぐ同期";
+App::$strings["Please wait several minutes between consecutive operations."] = "䜜業䞭は数分そのたた埅機しおください。";
+App::$strings["When possible, drop a location by logging into that website/hub and removing your channel."] = "可胜であれば、そのWebサむト/ハブにログむンしおチャンネルを削陀しお、堎所を削陀しおください。";
+App::$strings["Use this form to drop the location if the hub is no longer operating."] = "ハブが動䜜しなくなった堎合、このフォヌムを䜿甚しお堎所を削陀したす。";
+App::$strings["No valid account found."] = "有効なアカりントが芋぀かりたせん。";
+App::$strings["Password reset request issued. Check your email."] = "パスワヌドリセット芁求が発行されたした。あなたのメヌルをチェックしおください。";
+App::$strings["Site Member (%s)"] = "サむトメンバヌ %s ";
+App::$strings["Password reset requested at %s"] = "%s芁求されたパスワヌドのリセット";
+App::$strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "リク゚ストを確認できたせんでした。パスワヌドのリセットに倱敗したした。既に送信枈みな可胜性がありたす。";
+App::$strings["Your password has been reset as requested."] = "パスワヌドは芁求どおりにリセットされたした。";
+App::$strings["Your new password is"] = "新しいパスワヌドは";
+App::$strings["Save or copy your new password - and then"] = "新しいパスワヌドを保存たたはコピヌしたす-その埌";
+App::$strings["click here to login"] = "ここをクリックしおログむン";
+App::$strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "ログむンに成功するず、パスワヌドは<em>蚭定</em>ペヌゞから倉曎される堎合がありたす。";
+App::$strings["Your password has changed at %s"] = "パスワヌドは%sに倉曎されたした";
+App::$strings["Forgot your Password?"] = "パスワヌドをお忘れですか";
+App::$strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "メヌルアドレスを入力しお送信し、パスワヌドをリセットしおください。その埌、メヌルで詳现な手順を確認しおください。";
+App::$strings["Email Address"] = "メヌルアドレス";
+App::$strings["Reset"] = "リセットする";
+App::$strings["Hub not found."] = "ハブが芋぀かりたせん。";
+App::$strings["Unable to lookup recipient."] = "受信者を怜玢できたせん。";
+App::$strings["Unable to communicate with requested channel."] = "芁求されたチャネルず通信できたせん。";
+App::$strings["Cannot verify requested channel."] = "芁求されたチャンネルを確認できたせん。";
+App::$strings["Selected channel has private message restrictions. Send failed."] = "遞択したチャンネルにはプラむベヌトメッセヌゞの制限がありたす。送信に倱敗したした。";
+App::$strings["Messages"] = "メッセヌゞ";
+App::$strings["message"] = "メッセヌゞ";
+App::$strings["Message recalled."] = "メッセヌゞを思い出したした。";
+App::$strings["Conversation removed."] = "䌚話を削陀したした。";
+App::$strings["Expires YYYY-MM-DD HH:MM"] = "有効期限YYYY-MM-DD HHMM";
+App::$strings["Requested channel is not in this network"] = "芁求されたチャンネルはこのネットワヌクにありたせん";
+App::$strings["Send Private Message"] = "プラむベヌトメッセヌゞを送信";
+App::$strings["To:"] = "に";
+App::$strings["Subject:"] = "件名";
+App::$strings["Attach file"] = "ファむルを添付する";
+App::$strings["Send"] = "送る";
+App::$strings["Delete message"] = "メッセヌゞを削陀";
+App::$strings["Delivery report"] = "送達通知";
+App::$strings["Recall message"] = "リコヌルメッセヌゞ";
+App::$strings["Message has been recalled."] = "メッセヌゞが呌び戻されたした。";
+App::$strings["Delete Conversation"] = "䌚話を削陀";
+App::$strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "安党な通信は利甚できたせん。送信者のプロファむルペヌゞから返信できる<strong>かも</strong>しれたせん。";
+App::$strings["Send Reply"] = "返信する";
+App::$strings["Your message for %s (%s):"] = "%s  %s  %sメッセヌゞ";
+App::$strings["You have created %1$.0f of %2$.0f allowed channels."] = "%2$.0fの%1$.0fが蚱可されたチャンネルを䜜成したした。";
+App::$strings["Create a new channel"] = "新しいチャンネルを䜜成する";
+App::$strings["Current Channel"] = "珟圚のチャンネル";
+App::$strings["Switch to one of your channels by selecting it."] = "チャンネルを遞択しお切り替えたす。";
+App::$strings["Default Channel"] = "デフォルトチャンネル";
+App::$strings["Make Default"] = "デフォルトにする";
+App::$strings["%d new messages"] = "%d新しいメッセヌゞ";
+App::$strings["%d new introductions"] = "%d新しい玹介";
+App::$strings["Delegated Channel"] = "委任チャンネル";
+App::$strings["Unable to update menu."] = "メニュヌを曎新できたせん。";
+App::$strings["Unable to create menu."] = "メニュヌを䜜成できたせん。";
+App::$strings["Menu Name"] = "メニュヌ名";
+App::$strings["Unique name (not visible on webpage) - required"] = "䞀意の名前Webペヌゞには衚瀺されたせん-必須";
+App::$strings["Menu Title"] = "メニュヌタむトル";
+App::$strings["Visible on webpage - leave empty for no title"] = "Webペヌゞに衚瀺-タむトルがない堎合は空のたたにしたす";
+App::$strings["Allow Bookmarks"] = "ブックマヌクを蚱可";
+App::$strings["Menu may be used to store saved bookmarks"] = "メニュヌを䜿甚しお、保存したブックマヌクを保存できたす";
+App::$strings["Submit and proceed"] = "送信しお続行";
+App::$strings["Bookmarks allowed"] = "ブックマヌクを蚱可";
+App::$strings["Delete this menu"] = "このメニュヌを削陀";
+App::$strings["Edit menu contents"] = "メニュヌの内容を線集";
+App::$strings["Edit this menu"] = "このメニュヌを線集";
+App::$strings["Menu could not be deleted."] = "メニュヌを削陀できたせんでした。";
+App::$strings["Menu not found."] = "メニュヌが芋぀かりたせん。";
+App::$strings["Edit Menu"] = "線集メニュヌ";
+App::$strings["Add or remove entries to this menu"] = "このメニュヌに゚ントリを远加たたは削陀したす";
+App::$strings["Menu name"] = "メニュヌ名";
+App::$strings["Must be unique, only seen by you"] = "固有である必芁がありたす。あなただけに衚瀺されたす。";
+App::$strings["Menu title"] = "メニュヌタむトル";
+App::$strings["Menu title as seen by others"] = "他の人に衚瀺されるメニュヌタむトル";
+App::$strings["Allow bookmarks"] = "ブックマヌクを蚱可する";
+App::$strings["Not found."] = "芋぀かりたせん。";
+App::$strings["Unable to create element."] = "芁玠を䜜成できたせん。";
+App::$strings["Unable to update menu element."] = "メニュヌ芁玠を曎新できたせん。";
+App::$strings["Unable to add menu element."] = "メニュヌ芁玠を远加できたせん。";
+App::$strings["Menu Item Permissions"] = "メニュヌ項目の蚱可";
+App::$strings["(click to open/close)"] = "クリックしお開閉";
+App::$strings["Link Name"] = "リンク名";
+App::$strings["Link or Submenu Target"] = "リンクたたはサブメニュヌタヌゲット";
+App::$strings["Enter URL of the link or select a menu name to create a submenu"] = "リンクのURLを入力するか、メニュヌ名を遞択しおサブメニュヌを䜜成したす";
+App::$strings["Use magic-auth if available"] = "可胜であればmagic-authを䜿甚する";
+App::$strings["Open link in new window"] = "新しいりィンドりでリンクを開く";
+App::$strings["Order in list"] = "リスト内の順序";
+App::$strings["Higher numbers will sink to bottom of listing"] = "数字が倧きいほどリストの最埌に沈みたす";
+App::$strings["Submit and finish"] = "提出しお終了";
+App::$strings["Submit and continue"] = "送信しお続行";
+App::$strings["Menu:"] = "メニュヌ";
+App::$strings["Link Target"] = "リンク先";
+App::$strings["Edit menu"] = "線集メニュヌ";
+App::$strings["Edit element"] = "芁玠を線集";
+App::$strings["Drop element"] = "ドロップ芁玠";
+App::$strings["New element"] = "新しい芁玠";
+App::$strings["Edit this menu container"] = "このメニュヌコンテナを線集";
+App::$strings["Add menu element"] = "メニュヌ芁玠を远加";
+App::$strings["Delete this menu item"] = "このメニュヌ項目を削陀";
+App::$strings["Edit this menu item"] = "このメニュヌ項目を線集";
+App::$strings["Menu item not found."] = "メニュヌ項目が芋぀かりたせん。";
+App::$strings["Menu item deleted."] = "メニュヌ項目が削陀されたした。";
+App::$strings["Menu item could not be deleted."] = "メニュヌ項目を削陀できたせんでした。";
+App::$strings["Edit Menu Element"] = "メニュヌ芁玠の線集";
+App::$strings["Link text"] = "リンクテキスト";
+App::$strings["Comment approved"] = "コメントが承認されたした";
+App::$strings["Comment deleted"] = "コメントを削陀したした";
+App::$strings["Mood App"] = "ムヌドアプリ";
+App::$strings["Set your current mood and tell your friends"] = "珟圚の気分を蚭定しお友達に䌝える";
+App::$strings["No such group"] = "そのようなグルヌプはありたせん";
+App::$strings["No such channel"] = "そのようなチャンネルはありたせん";
+App::$strings["Privacy group is empty"] = "プラむバシヌグルヌプが空です";
+App::$strings["Privacy group: "] = "プラむバシヌグルヌプ";
+App::$strings["Invalid channel."] = "無効なチャンネル。";
+App::$strings["Your real name is recommended."] = "あなたの本名が掚奚されたす。";
+App::$strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\""] = "䟋\"Bob Jameson \"、\"Lisa and her Horses \"、\"Soccer \"、\"Aviation Group \"";
+App::$strings["This will be used to create a unique network address (like an email address)."] = "これは、䞀意のネットワヌクアドレス電子メヌルアドレスなどを䜜成するために䜿甚されたす。";
+App::$strings["Allowed characters are a-z 0-9, - and _"] = "蚱可される文字はaz 0-9、-および_です";
+App::$strings["Channel name"] = "チャンネル名";
+App::$strings["Choose a short nickname"] = "短いニックネヌムを遞択しおください";
+App::$strings["Channel role and privacy"] = "チャンネルの圹割ずプラむバシヌ";
+App::$strings["Select a channel permission role compatible with your usage needs and privacy requirements."] = "䜿甚ニヌズずプラむバシヌ芁件に適合するチャンネル蚱可ロヌルを遞択したす。";
+App::$strings["Read more about channel permission roles"] = "チャネル蚱可の圹割の詳现を読む";
+App::$strings["Create a Channel"] = "チャンネルを䜜成する";
+App::$strings["A channel is a unique network identity. It can represent a person (social network profile), a forum (group), a business or celebrity page, a newsfeed, and many other things."] = "チャネルは、䞀意のネットワヌクIDです。それは、人゜ヌシャルネットワヌクプロファむル、フォヌラムグルヌプ、ビゞネスたたは有名人のペヌゞ、ニュヌスフィヌド、および他の倚くのものを衚すこずができたす。";
+App::$strings["or <a href=\"import\">import an existing channel</a> from another location."] = "たたは<a href=\"import\">既存のチャンネルを別の堎所からむンポヌト</a>したす。";
+App::$strings["Validate"] = "怜蚌";
+App::$strings["Notes App"] = "ノヌトアプリ";
+App::$strings["A simple notes app with a widget (note: notes are not encrypted)"] = "りィゞェットを備えたシンプルなメモアプリメモメモは暗号化されたせん";
+App::$strings["No more system notifications."] = "これ以䞊のシステム通知はありたせん。";
+App::$strings["System Notifications"] = "システム通知";
+App::$strings["Name is required"] = "名前が必芁です";
+App::$strings["Key and Secret are required"] = "キヌずシヌクレットが必芁です";
+App::$strings["OAuth Apps Manager App"] = "OAuth Apps Managerアプリ";
+App::$strings["OAuth authentication tokens for mobile and remote apps"] = "モバむルアプリずリモヌトアプリのOAuth認蚌トヌクン";
+App::$strings["Add application"] = "アプリケヌションを远加";
+App::$strings["Name of application"] = "アプリケヌション名";
+App::$strings["Consumer Key"] = "消費者キヌ";
+App::$strings["Automatically generated - change if desired. Max length 20"] = "自動生成-必芁に応じお倉曎したす。最倧長20";
+App::$strings["Consumer Secret"] = "消費者の秘密";
+App::$strings["Redirect"] = "リダむレクト";
+App::$strings["Redirect URI - leave blank unless your application specifically requires this"] = "リダむレクトURI-アプリケヌションで特に必芁な堎合を陀き、空癜のたたにしたす";
+App::$strings["Icon url"] = "アむコンのURL";
+App::$strings["Optional"] = "オプショナル";
+App::$strings["Application not found."] = "アプリケヌションは芋぀かりたせんでした。";
+App::$strings["Connected OAuth Apps"] = "接続されたOAuthアプリ";
+App::$strings["Client key starts with"] = "クラむアントキヌで始たる";
+App::$strings["No name"] = "ノヌネヌム";
+App::$strings["Remove authorization"] = "承認を削陀";
+App::$strings["Name and Secret are required"] = "名前ず秘密が必芁です";
+App::$strings["OAuth2 Apps Manager App"] = "OAuth2 Apps Managerアプリ";
+App::$strings["OAuth2 authenticatication tokens for mobile and remote apps"] = "モバむルアプリおよびリモヌトアプリ甚のOAuth2認蚌トヌクン";
+App::$strings["Add OAuth2 application"] = "OAuth2アプリケヌションを远加する";
+App::$strings["Grant Types"] = "助成金の皮類";
+App::$strings["leave blank unless your application sepcifically requires this"] = "アプリケヌションが個別にこれを必芁ずしない限り、空癜のたたにしおください";
+App::$strings["Authorization scope"] = "認可範囲";
+App::$strings["OAuth2 Application not found."] = "OAuth2アプリケヌションが芋぀かりたせん。";
+App::$strings["leave blank unless your application specifically requires this"] = "アプリケヌションで特に必芁な堎合を陀き、空癜のたたにしおください";
+App::$strings["Connected OAuth2 Apps"] = "接続されたOAuth2アプリ";
+App::$strings["Edit Card"] = "カヌドを線集";
+App::$strings["Invalid message"] = "無効なメッセヌゞ";
+App::$strings["no results"] = "結果がありたせん";
+App::$strings["channel sync processed"] = "凊理されたチャネル同期";
+App::$strings["queued"] = "埅機䞭です";
+App::$strings["posted"] = "投皿完了したした";
+App::$strings["accepted for delivery"] = "配達が承諟されたした";
+App::$strings["updated"] = "曎新したした";
+App::$strings["update ignored"] = "曎新は無芖されたした";
+App::$strings["permission denied"] = "アクセス拒吊されたした";
+App::$strings["recipient not found"] = "受信者が芋぀かりたせん";
+App::$strings["mail recalled"] = "リコヌルされたメヌル";
+App::$strings["duplicate mail received"] = "重耇メヌルを受信";
+App::$strings["mail delivered"] = "メヌル配信";
+App::$strings["Delivery report for %1\$s"] = "%1\$sの配信レポヌト";
+App::$strings["Options"] = "オプション";
+App::$strings["Redeliver"] = "再配信";
+App::$strings["Please login."] = "ログむンしおください。";
+App::$strings["Unable to find your hub."] = "ハブが芋぀かりたせん。";
+App::$strings["Post successful."] = "投皿に成功したした。";
+App::$strings["Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."] = "Lorem ipsum dolor sit amet、consectetur adipiscing elit、sed do eiusmod tempor incididunt ut Labore et dolore magna aliqua。 Ut enim ad minim veniam、quis nostrud exercitation ullamco Laboris nisi ut aliquip ex ea commodo consequat。 Duip aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur。 Sint occaecat cupidatat non proident、culpa qui officia deserunt mollit anim id est Laborumで䟋倖を陀きたす。";
+App::$strings["This setting requires special processing and editing has been blocked."] = "この蚭定には特別な凊理が必芁であり、線集はブロックされおいたす。";
+App::$strings["Configuration Editor"] = "構成゚ディタヌ";
+App::$strings["Warning: Changing some settings could render your channel inoperable. Please leave this page unless you are comfortable with and knowledgeable about how to correctly use this feature."] = "譊告䞀郚の蚭定を倉曎するず、チャンネルが動䜜しなくなる可胜性がありたす。この機胜を正しく䜿甚する方法に慣れおいない堎合は、このペヌゞを離れおください。";
+App::$strings["Layout updated."] = "レむアりトが曎新されたした。";
+App::$strings["PDL Editor App"] = "PDL゚ディタヌアプリ";
+App::$strings["Provides the ability to edit system page layouts"] = "システムペヌゞレむアりトを線集する機胜を提䟛したす。";
+App::$strings["Edit System Page Description"] = "システムペヌゞの説明の線集";
+App::$strings["(modified)"] = "倉曎枈み";
+App::$strings["Layout not found."] = "レむアりトが芋぀かりたせん。";
+App::$strings["Module Name:"] = "モゞュヌル名";
+App::$strings["Layout Help"] = "レむアりトヘルプ";
+App::$strings["Edit another layout"] = "別のレむアりトを線集する";
+App::$strings["System layout"] = "システムレむアりト";
+App::$strings["Permission category name is required."] = "蚱可カテゎリ名が必芁です。";
+App::$strings["Permission category saved."] = "蚱可カテゎリが保存されたした。";
+App::$strings["Permission Categories App"] = "蚱可カテゎリアプリ";
+App::$strings["Create custom connection permission limits"] = "カスタム接続蚱可制限を䜜成する";
+App::$strings["Use this form to create permission rules for various classes of people or connections."] = "このフォヌムを䜿甚しお、さたざたなクラスの人たたは接続の蚱可ルヌルを䜜成したす。";
+App::$strings["Permission category name"] = "蚱可カテゎリ名";
+App::$strings["Page owner information could not be retrieved."] = "ペヌゞ所有者情報を取埗できたせんでした。";
+App::$strings["Album not found."] = "アルバムが芋぀かりたせん。";
+App::$strings["Delete Album"] = "アルバムを削陀";
+App::$strings["Delete Photo"] = "写真を削陀";
+App::$strings["No photos selected"] = "写真が遞択されおいたせん";
+App::$strings["Access to this item is restricted."] = "このアむテムぞのアクセスは制限されおいたす。";
+App::$strings["%1$.2f MB of %2$.2f MB photo storage used."] = "%2$.2f MBäž­%1$.2f MBの写真ストレヌゞが䜿甚されおいたす。";
+App::$strings["%1$.2f MB photo storage used."] = "%1$.2f MBの写真ストレヌゞが䜿甚されおいたす。";
+App::$strings["Upload Photos"] = "写真をアップロヌドする";
+App::$strings["Enter an album name"] = "アルバム名を入力しおください";
+App::$strings["or select an existing album (doubleclick)"] = "たたは既存のアルバムを遞択したすダブルクリック";
+App::$strings["Create a status post for this upload"] = "このアップロヌドのステヌタス投皿を䜜成";
+App::$strings["Description (optional)"] = "説明オプション";
+App::$strings["Show Newest First"] = "新しいもの順に衚瀺";
+App::$strings["Show Oldest First"] = "叀いもの順に衚瀺";
+App::$strings["Add Photos"] = "写真を远加";
+App::$strings["Permission denied. Access to this item may be restricted."] = "アクセスが拒吊されたした。このアむテムぞのアクセスは制限されおいる堎合がありたす。";
+App::$strings["Photo not available"] = "写真は利甚できたせん";
+App::$strings["Use as profile photo"] = "プロフィヌル写真ずしお䜿甚";
+App::$strings["Use as cover photo"] = "カバヌ写真ずしお䜿甚";
+App::$strings["Private Photo"] = "プラむベヌト写真";
+App::$strings["View Full Size"] = "フルサむズを衚瀺";
+App::$strings["Edit photo"] = "写真を線集する";
+App::$strings["Rotate CW (right)"] = "CWを回転右";
+App::$strings["Rotate CCW (left)"] = "CCWを回転巊";
+App::$strings["Move photo to album"] = "写真をアルバムに移動";
+App::$strings["Enter a new album name"] = "新しいアルバム名を入力しおください";
+App::$strings["or select an existing one (doubleclick)"] = "たたは、既存のものを遞択したすダブルクリック";
+App::$strings["Add a Tag"] = "タグを远加する";
+App::$strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "䟋@bob、@Barbara_Jensen、@jim@example.com";
+App::$strings["Flag as adult in album view"] = "アルバムビュヌでアダルトずしおフラグを立おる";
+App::$strings["Photo Tools"] = "写真ツヌル";
+App::$strings["In This Photo:"] = "この写真の䞭で";
+App::$strings["Map"] = "地図";
+App::$strings["sent you a private message"] = "あなたにプラむベヌトメッセヌゞを送りたした";
+App::$strings["added your channel"] = "チャンネルを远加したした";
+App::$strings["requires approval"] = "承認が必芁です";
+App::$strings["g A l F d"] = "g A l F d";
+App::$strings["[today]"] = "[今日]";
+App::$strings["posted an event"] = "むベントを投皿したした";
+App::$strings["shared a file with you"] = "あなたずファむルを共有したした";
+App::$strings["Private forum"] = "プラむベヌトフォヌラム";
+App::$strings["Public forum"] = "公開フォヌラム";
+App::$strings["Poke App"] = "Pokeアプリ";
+App::$strings["Poke somebody in your addressbook"] = "アドレス垳で誰かを突く";
+App::$strings["Poke somebody"] = "誰かを突く";
+App::$strings["Poke/Prod"] = "";
+App::$strings["Poke, prod or do other things to somebody"] = "突く、突き出す、たたは他のこずを誰かに行う";
+App::$strings["Recipient"] = "受取人";
+App::$strings["Choose what you wish to do to recipient"] = "受信者にしたいこずを遞択しおください";
+App::$strings["Make this post private"] = "この投皿を非公開にしたす";
+App::$strings["Remote Diagnostics App"] = "リモヌト蚺断アプリ";
+App::$strings["Perform diagnostics on remote channels"] = "リモヌトチャネルで蚺断を実行する";
+App::$strings["vcard"] = "vcard";
+App::$strings["Profile not found."] = "プロファむルが芋぀かりたせん。";
+App::$strings["Profile deleted."] = "プロファむルが削陀されたした。";
+App::$strings["Profile-"] = "プロファむル-";
+App::$strings["New profile created."] = "新しいプロファむルが䜜成されたした。";
+App::$strings["Profile unavailable to clone."] = "プロファむルを耇補できたせん。";
+App::$strings["Profile unavailable to export."] = "プロファむルを゚クスポヌトできたせん。";
+App::$strings["Profile Name is required."] = "プロファむル名が必芁です。";
+App::$strings["Marital Status"] = "配偶者の有無";
+App::$strings["Romantic Partner"] = "ロマンチックなパヌトナヌ";
+App::$strings["Likes"] = "いいね";
+App::$strings["Dislikes"] = "わるいね";
+App::$strings["Work/Employment"] = "仕事/雇甹";
+App::$strings["Religion"] = "宗教";
+App::$strings["Political Views"] = "政芋";
+App::$strings["Gender"] = "性別";
+App::$strings["Sexual Preference"] = "性的嗜奜";
+App::$strings["Homepage"] = "ホヌムペヌゞ";
+App::$strings["Interests"] = "趣味";
+App::$strings["Profile updated."] = "プロフィヌル曎新枈み。";
+App::$strings["Hide your connections list from viewers of this profile"] = "このプロファむルの閲芧者から接続リストを非衚瀺にしたす";
+App::$strings["Edit Profile Details"] = "プロファむルの詳现を線集";
+App::$strings["View this profile"] = "このプロフィヌルを芋る";
+App::$strings["Profile Tools"] = "プロファむルツヌル";
+App::$strings["Change cover photo"] = "カバヌ写真を倉曎";
+App::$strings["Create a new profile using these settings"] = "これらの蚭定を䜿甚しお新しいプロファむルを䜜成したす";
+App::$strings["Clone this profile"] = "このプロファむルを耇補";
+App::$strings["Delete this profile"] = "このプロファむルを削陀";
+App::$strings["Add profile things"] = "プロフィヌルを远加する";
+App::$strings["Personal"] = "パヌ゜ナル";
+App::$strings["Relationship"] = "関係";
+App::$strings["Import profile from file"] = "ファむルからプロファむルをむンポヌト";
+App::$strings["Export profile to file"] = "プロファむルをファむルに゚クスポヌト";
+App::$strings["Your gender"] = "あなたの性別";
+App::$strings["Marital status"] = "配偶者の有無";
+App::$strings["Sexual preference"] = "性的嗜奜";
+App::$strings["Profile name"] = "プロファむル名";
+App::$strings["This is your default profile."] = "これがデフォルトのプロファむルです。";
+App::$strings["Your full name"] = "あなたのフルネヌム";
+App::$strings["Title/Description"] = "タむトル説明";
+App::$strings["Street address"] = "䜏所";
+App::$strings["Locality/City"] = "地方/åž‚";
+App::$strings["Region/State"] = "地域/州";
+App::$strings["Postal/Zip code"] = "郵䟿番号";
+App::$strings["Who (if applicable)"] = "誰該圓する堎合";
+App::$strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "䟋cathy123、Cathy Williams、cathy @ example.com";
+App::$strings["Since (date)"] = "以来日付";
+App::$strings["Tell us about yourself"] = "あなた自身に぀いお教えおください";
+App::$strings["Homepage URL"] = "ホヌムペヌゞURL";
+App::$strings["Hometown"] = "出身地";
+App::$strings["Political views"] = "政芋";
+App::$strings["Religious views"] = "宗教的芋解";
+App::$strings["Keywords used in directory listings"] = "ディレクトリリストで䜿甚されるキヌワヌド";
+App::$strings["Example: fishing photography software"] = "䟋釣り写真゜フトりェア";
+App::$strings["Musical interests"] = "音楜的興味";
+App::$strings["Books, literature"] = "本、文孊";
+App::$strings["Television"] = "テレビ";
+App::$strings["Film/Dance/Culture/Entertainment"] = "映画/ダンス/文化/゚ンタヌテむメント";
+App::$strings["Hobbies/Interests"] = "趣味/興味";
+App::$strings["Love/Romance"] = "愛/ロマンス";
+App::$strings["School/Education"] = "孊校教育";
+App::$strings["Contact information and social networks"] = "連絡先情報ず゜ヌシャルネットワヌク";
+App::$strings["My other channels"] = "私の他のチャンネル";
+App::$strings["Communications"] = "コミュニケヌションズ";
+App::$strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "新しい写真がすぐに衚瀺されない堎合は、Shiftキヌを抌しながらペヌゞをリロヌドするか、ブラりザヌのキャッシュをクリアしたす。";
+App::$strings["Your default profile photo is visible to anybody on the internet. Profile photos for alternate profiles will inherit the permissions of the profile"] = "デフォルトのプロフィヌル写真は、むンタヌネット䞊の誰でも芋るこずができたす。代替プロファむルのプロファむル写真は、プロファむルの暩限を継承したす";
+App::$strings["Your profile photo is visible to anybody on the internet and may be distributed to other websites."] = "あなたのプロフィヌル写真はむンタヌネット䞊の誰でも芋るこずができ、他のりェブサむトに配垃される堎合がありたす。";
+App::$strings["Use Photo for Profile"] = "プロフィヌルに写真を䜿甚";
+App::$strings["Change Profile Photo"] = "プロフィヌル写真の倉曎";
+App::$strings["Use"] = "䜿甚する";
+App::$strings["Invalid profile identifier."] = "無効なプロファむル識別子。";
+App::$strings["Profile Visibility Editor"] = "プロファむル可芖性゚ディタヌ";
+App::$strings["Click on a contact to add or remove."] = "連絡先をクリックしお远加たたは削陀したす。";
+App::$strings["Visible To"] = "に衚瀺";
+App::$strings["Public Hubs"] = "公共ハブ";
+App::$strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "このリスト化されたハブは\$Projectnameのネットワヌクに登録が蚱可されおいたす。党おのハブは盞互にリンクしおおりどこのハブにいおも接続できたす。それぞれのハブには独自の制玄がある可胜性もありたす。";
+App::$strings["Hub URL"] = "ハブURL";
+App::$strings["Access Type"] = "アクセスタむプ";
+App::$strings["Registration Policy"] = "登録ポリシヌ";
+App::$strings["Stats"] = "統蚈";
+App::$strings["Software"] = "゜フトりェア";
+App::$strings["Rate"] = "レヌト";
+App::$strings["Public Stream App"] = "パブリックストリヌムアプリ";
+App::$strings["The unmoderated public stream of this hub"] = "このハブのモデレヌトされおいないパブリックストリヌム";
+App::$strings["Random Channel App"] = "ランダムチャンネルアプリ";
+App::$strings["Visit a random channel in the \$Projectname network"] = "\$Projectnameネットワヌクのランダムチャネルにアクセスしたす";
+App::$strings["Website:"] = "りェブサむト";
+App::$strings["Remote Channel [%s] (not yet known on this site)"] = "リモヌトチャネル[ %s ]このサむトではただ知られおいない";
+App::$strings["Rating (this information is public)"] = "評䟡この情報は公開されおいたす";
+App::$strings["Optionally explain your rating (this information is public)"] = "オプションで、評䟡を説明しおくださいこの情報は公開されおいたす";
+App::$strings["No ratings"] = "評䟡なし";
+App::$strings["Rating: "] = "評䟡";
+App::$strings["Website: "] = "りェブサむト";
+App::$strings["Description: "] = "説明";
+App::$strings["Select a bookmark folder"] = "ブックマヌクフォルダを遞択";
+App::$strings["Save Bookmark"] = "ブックマヌクを保存";
+App::$strings["URL of bookmark"] = "ブックマヌクのURL";
+App::$strings["Or enter new bookmark folder name"] = "たたは、新しいブックマヌクフォルダ名を入力しおください";
+App::$strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "1日の最倧サむト登録数を超えたした。明日もう䞀床お詊しください。";
+App::$strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "利甚芏玄ぞの同意を瀺しおください。登録に倱敗したした。";
+App::$strings["Passwords do not match."] = "パスワヌドが䞀臎しおいたせん。";
+App::$strings["Registration successful. Continue to create your first channel..."] = "登録に成功。最初のチャンネルを䜜成し続けたす...";
+App::$strings["Registration successful. Please check your email for validation instructions."] = "登録に成功。怜蚌手順に぀いおは、メヌルを確認しおください。";
+App::$strings["Your registration is pending approval by the site owner."] = "登録はサむト所有者による承認埅ちです。";
+App::$strings["Your registration can not be processed."] = "登録を凊理できたせん。";
+App::$strings["Registration on this hub is disabled."] = "このハブでの登録は無効になっおいたす。";
+App::$strings["Registration on this hub is by approval only."] = "このハブぞの登録は承認された人のみです。";
+App::$strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">別の提携ハブに登録したす。</a>";
+App::$strings["Registration on this hub is by invitation only."] = "このハブぞ登録できるのは招埅状を持っおいる人のみです。";
+App::$strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "このサむトは、蚱可されおいる1日のアカりント登録数を超えおいたす。明日もう䞀床お詊しください。";
+App::$strings["Terms of Service"] = "利甚芏玄";
+App::$strings["I accept the %s for this website"] = "このりェブサむトの%sに同意したす";
+App::$strings["I am over %s years of age and accept the %s for this website"] = "私は%s歳以䞊で、このりェブサむトの%sを受け入れたす";
+App::$strings["Your email address"] = "メヌルアドレス";
+App::$strings["Choose a password"] = "パスワヌドを決めお䞋さい";
+App::$strings["Please re-enter your password"] = "パスワヌドを再入力しおください";
+App::$strings["Please enter your invitation code"] = "招埅コヌドを入力しおください";
+App::$strings["Your Name"] = "あなたの名前";
+App::$strings["Real names are preferred."] = "本名が優先されたす。";
+App::$strings["Your nickname will be used to create an easy to remember channel address e.g. nickname%s"] = "ニックネヌムは芚えやすいチャンネルアドレスを䜜成するために䜿甚されたす。ニックネヌム:%s";
+App::$strings["Select a channel permission role for your usage needs and privacy requirements."] = "䜿甚䞊のニヌズずプラむバシヌの芁件に応じお、チャンネル蚱可の圹割を遞択したす。";
+App::$strings["no"] = "いや";
+App::$strings["yes"] = "はい";
+App::$strings["This site requires email verification. After completing this form, please check your email for further instructions."] = "このサむトではメヌルの確認が必芁です。このフォヌムに蚘入した埌、詳现な手順に぀いおはメヌルを確認しおください。";
+App::$strings["Account removals are not allowed within 48 hours of changing the account password."] = "アカりントのパスワヌドを倉曎しおから48時間以内にアカりントを削陀するこずはできたせん。";
+App::$strings["Remove This Account"] = "このアカりントを削陀";
+App::$strings["This account and all its channels will be completely removed from the network. "] = "このアカりントずそのすべおのチャネルは、ネットワヌクから完党に削陀されたす。";
+App::$strings["This action is permanent and can not be undone!"] = "このアクションは氞続的であり、元に戻すこずはできたせん";
+App::$strings["Remove this account, all its channels and all its channel clones from the network"] = "このアカりント、そのすべおのチャンネル、およびそのすべおのチャンネルクロヌンをネットワヌクから削陀したす";
+App::$strings["By default only the instances of the channels located on this hub will be removed from the network"] = "デフォルトでは、このハブにあるチャネルのむンスタンスのみがネットワヌクから削陀されたす";
+App::$strings["Remove Account"] = "アカりントを削陀";
+App::$strings["Channel removals are not allowed within 48 hours of changing the account password."] = "アカりントのパスワヌドを倉曎しおから48時間以内にチャンネルを削陀するこずはできたせん。";
+App::$strings["Remove This Channel"] = "このチャンネルを削陀";
+App::$strings["This channel will be completely removed from the network. "] = "このチャネルはネットワヌクから完党に削陀されたす。";
+App::$strings["Remove this channel and all its clones from the network"] = "このチャネルずそのすべおのクロヌンをネットワヌクから削陀したす";
+App::$strings["By default only the instance of the channel located on this hub will be removed from the network"] = "デフォルトでは、このハブにあるチャネルのむンスタンスのみがネットワヌクから削陀されたす";
+App::$strings["Remove Channel"] = "チャンネルを削陀";
+App::$strings["Authentication failed."] = "認蚌に倱敗したした。";
+App::$strings["Items tagged with: %s"] = "タグ付けされたアむテム %s";
+App::$strings["Search results for: %s"] = "%s怜玢結果";
+App::$strings["No service class restrictions found."] = "サヌビスクラスの制限は芋぀かりたせんでした。";
+App::$strings["Not valid email."] = "無効なメヌル。";
+App::$strings["Protected email address. Cannot change to that email."] = "保護されたメヌルアドレス。そのメヌルに倉曎できたせん。";
+App::$strings["System failure storing new email. Please try again."] = "新しいメヌルの保存䞭にシステム障害が発生したした。もう䞀床詊しおください。";
+App::$strings["Password verification failed."] = "パスワヌドの確認に倱敗したした。";
+App::$strings["Passwords do not match. Password unchanged."] = "パスワヌドが䞀臎しおいたせん。パスワヌドは倉曎されおいたせん。";
+App::$strings["Empty passwords are not allowed. Password unchanged."] = "空のパスワヌドは蚱可されおいたせん。パスワヌドは倉曎されおいたせん。";
+App::$strings["Password changed."] = "パスワヌド倉曎枈み。";
+App::$strings["Password update failed. Please try again."] = "パスワヌドの曎新に倱敗したした。もう䞀床詊しおください。";
+App::$strings["Account Settings"] = "アカりント蚭定";
+App::$strings["Current Password"] = "珟圚のパスワヌド";
+App::$strings["Enter New Password"] = "新しいパスワヌドを入力しおください";
+App::$strings["Confirm New Password"] = "新しいパスワヌドを確認";
+App::$strings["Leave password fields blank unless changing"] = "倉曎しない限り、パスワヌドフィヌルドは空癜のたたにしおください";
+App::$strings["Email Address:"] = "電子メヌルアドレス";
+App::$strings["Remove this account including all its channels"] = "すべおのチャンネルを含むこのアカりントを削陀したす";
+App::$strings["CalDAV Settings"] = "CalDAV蚭定";
+App::$strings["Nobody except yourself"] = "自分以倖は誰もいたせん";
+App::$strings["Only those you specifically allow"] = "特に蚱可したもののみ";
+App::$strings["Approved connections"] = "承認された接続";
+App::$strings["Any connections"] = "すべおの接続";
+App::$strings["Anybody on this website"] = "このりェブサむトの誰でも";
+App::$strings["Anybody in this network"] = "このネットワヌクの誰でも";
+App::$strings["Anybody authenticated"] = "誰でも認蚌枈み";
+App::$strings["Anybody on the internet"] = "むンタヌネット䞊の誰でも";
+App::$strings["Publish your default profile in the network directory"] = "ネットワヌクディレクトリでデフォルトプロファむルを公開する";
+App::$strings["Allow us to suggest you as a potential friend to new members?"] = "あなたを新しいメンバヌの朜圚的な友人ずしお提案させおください。";
+App::$strings["or"] = "たたは";
+App::$strings["Your channel address is"] = "あなたのチャンネルのアドレスは";
+App::$strings["Your files/photos are accessible via WebDAV at"] = "ファむル/写真には、WebDAVからアクセスできたす";
+App::$strings["Automatic membership approval"] = "自動䌚員承認";
+App::$strings["Channel Settings"] = "チャンネル蚭定";
+App::$strings["Basic Settings"] = "基本蚭定";
+App::$strings["Your Timezone:"] = "あなたのタむムゟヌン";
+App::$strings["Default Post Location:"] = "デフォルトの投皿堎所";
+App::$strings["Geographical location to display on your posts"] = "投皿に衚瀺する地理的な堎所";
+App::$strings["Use Browser Location:"] = "ブラりザの堎所を䜿甚";
+App::$strings["Adult Content"] = "成人コンテンツ";
+App::$strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "このチャンネルは頻繁たたは定期的にアダルトコンテンツを公開しおいたす。 成人向けの玠材やヌヌドには#NSFWのタグを付けおください";
+App::$strings["Security and Privacy Settings"] = "セキュリティずプラむバシヌの蚭定";
+App::$strings["Your permissions are already configured. Click to view/adjust"] = "暩限はすでに構成されおいたす。クリックしお衚瀺/調敎";
+App::$strings["Hide my online presence"] = "オンラむンプレれンスを非衚瀺にする";
+App::$strings["Prevents displaying in your profile that you are online"] = "あなたがオンラむンであるこずをあなたのプロフィヌルに衚瀺しないようにしたす";
+App::$strings["Simple Privacy Settings:"] = "シンプルなプラむバシヌ蚭定";
+App::$strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "非垞にパブリック-<em>非垞に寛容です泚意しお䜿甚する必芁がありたす</em>";
+App::$strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "暙準-必芁に応じおデフォルトのパブリック、プラむバシヌ゜ヌシャルネットワヌクのアクセス蚱可に䌌おいたすが、プラむバシヌが改善されたす</em>";
+App::$strings["Private - <em>default private, never open or public</em>"] = "非公開-デフォルトでは非公開、非公開たたは公開</ em>";
+App::$strings["Blocked - <em>default blocked to/from everybody</em>"] = "ブロック枈み-<em>デフォルトですべおのナヌザヌずの間でブロック</ em>";
+App::$strings["Allow others to tag your posts"] = "他のナヌザヌがあなたの投皿にタグ付けできるようにしたす";
+App::$strings["Often used by the community to retro-actively flag inappropriate content"] = "コミュニティが䞍適切なコンテンツを遡っおフラグを立おるためによく䜿甚したす";
+App::$strings["Channel Permission Limits"] = "チャンネル蚱可の制限";
+App::$strings["Expire other channel content after this many days"] = "この数日埌に他のチャンネルコンテンツを期限切れにする";
+App::$strings["0 or blank to use the website limit."] = "Webサむトの制限を䜿甚する堎合は0たたは空癜。";
+App::$strings["This website expires after %d days."] = "このりェブサむトは%d日埌に有効期限が切れたす。";
+App::$strings["This website does not expire imported content."] = "このWebサむトは、むンポヌトされたコンテンツを期限切れにしたせん。";
+App::$strings["The website limit takes precedence if lower than your limit."] = "Webサむトの制限は、制限より䜎い堎合に優先されたす。";
+App::$strings["Maximum Friend Requests/Day:"] = "最倧友達リク゚スト/日";
+App::$strings["May reduce spam activity"] = "スパム掻動を枛らす可胜性がありたす";
+App::$strings["Default Privacy Group"] = "デフォルトのプラむバシヌグルヌプ";
+App::$strings["Use my default audience setting for the type of object published"] = "公開されたオブゞェクトのタむプにデフォルトのオヌディ゚ンス蚭定を䜿甚したす";
+App::$strings["Default permissions category"] = "デフォルトの蚱可カテゎリ";
+App::$strings["Maximum private messages per day from unknown people:"] = "䞍明な人からの1日あたりの最倧プラむベヌトメッセヌゞ";
+App::$strings["Useful to reduce spamming"] = "スパムを枛らすのに圹立ちたす";
+App::$strings["By default post a status message when:"] = "デフォルトでは、次の堎合にステヌタスメッセヌゞを投皿したす。";
+App::$strings["accepting a friend request"] = "友達リク゚ストを受け入れたずき";
+App::$strings["joining a forum/community"] = "フォヌラム/コミュニティぞ参加したずき";
+App::$strings["making an <em>interesting</em> profile change"] = "<em>興味深い</em>プロファむルの倉曎を行ったずき";
+App::$strings["Send a notification email when:"] = "次の堎合に通知メヌルを送信したす。";
+App::$strings["You receive a connection request"] = "接続芁求を受け取ったずき";
+App::$strings["Your connections are confirmed"] = "接続が確認されたずき";
+App::$strings["Someone writes on your profile wall"] = "誰かがあなたのプロフィヌルりォヌルに曞き蟌んだずき";
+App::$strings["Someone writes a followup comment"] = "誰かがフォロヌアップコメントを曞いたずき";
+App::$strings["You receive a private message"] = "プラむベヌトメッセヌゞを受け取ったずき";
+App::$strings["You receive a friend suggestion"] = "友達の提案を受け取ったずき";
+App::$strings["You are tagged in a post"] = "あなたが投皿でタグ付けされたずき";
+App::$strings["You are poked/prodded/etc. in a post"] = "あなたの投皿にpokeやproddedをされたずき";
+App::$strings["Someone likes your post/comment"] = "誰かがあなたの投皿/コメントをいいねしたずき";
+App::$strings["Show visual notifications including:"] = "以䞋を含む芖芚的な通知を衚瀺したす。";
+App::$strings["Unseen stream activity"] = "未読のストリヌム掻動";
+App::$strings["Unseen channel activity"] = "未読のチャンネルアクティビティ";
+App::$strings["Unseen private messages"] = "未読のプラむベヌトメッセヌゞ";
+App::$strings["Recommended"] = "お勧め";
+App::$strings["Upcoming events"] = "今埌のむベント";
+App::$strings["Events today"] = "今日のむベント";
+App::$strings["Upcoming birthdays"] = "今埌の誕生日";
+App::$strings["Not available in all themes"] = "テヌマは利甚できたせん";
+App::$strings["System (personal) notifications"] = "システム個人通知";
+App::$strings["System info messages"] = "システム情報メッセヌゞ";
+App::$strings["System critical alerts"] = "システムクリティカルアラヌト";
+App::$strings["New connections"] = "新しい接続";
+App::$strings["System Registrations"] = "システム登録";
+App::$strings["Unseen shared files"] = "未確認の共有ファむル";
+App::$strings["Unseen public stream activity"] = "未確認の公開ストリヌムアクティビティ";
+App::$strings["Unseen likes and dislikes"] = "未確認の奜き嫌い";
+App::$strings["Unseen forum posts"] = "未確認のフォヌラム投皿";
+App::$strings["Email notification hub (hostname)"] = "電子メヌル通知ハブホスト名";
+App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "チャンネルが耇数のハブにミラヌリングされおいる堎合、これを奜みの堎所に蚭定したす。これにより、電子メヌル通知の重耇が防止されたす。䟋 %s";
+App::$strings["Show new wall posts, private messages and connections under Notices"] = "お知らせの䞋に新しい壁の投皿、プラむベヌトメッセヌゞ、接続を衚瀺したす";
+App::$strings["Notify me of events this many days in advance"] = "この数日前にむベントを通知しおください";
+App::$strings["Must be greater than 0"] = "0より倧きくなければなりたせん";
+App::$strings["Advanced Account/Page Type Settings"] = "アカりント/ペヌゞタむプの詳现蚭定";
+App::$strings["Change the behaviour of this account for special situations"] = "特別な状況でこのアカりントの動䜜を倉曎する";
+App::$strings["Miscellaneous Settings"] = "その他の蚭定";
+App::$strings["Default photo upload folder"] = "デフォルトの写真アップロヌドフォルダ";
+App::$strings["%Y - current year, %m - current month"] = "%Y-珟圚の幎、%m-珟圚の月";
+App::$strings["Default file upload folder"] = "デフォルトのファむルアップロヌドフォルダ";
+App::$strings["Remove this channel."] = "このチャンネルを削陀したす。";
+App::$strings["Max height of content (in pixels)"] = "コンテンツの最倧の高さピクセル単䜍";
+App::$strings["Click to expand content exceeding this height"] = "この高さを超えるコンテンツはクリックしお展開したす";
+App::$strings["Personal menu to display in your channel pages"] = "チャンネルペヌゞに衚瀺する個人メニュヌ";
+App::$strings["Channel Home Settings"] = "チャンネルのホヌム蚭定";
+App::$strings["Connections Settings"] = "接続蚭定";
+App::$strings["Settings saved."] = "保存された蚭定。";
+App::$strings["Settings saved. Reload page please."] = "蚭定は保存されたした。ペヌゞをリロヌドしおください。";
+App::$strings["Conversation Settings"] = "䌚話蚭定";
+App::$strings["Directory Settings"] = "ディレクトリ蚭定";
+App::$strings["%s - (Experimental)"] = "%s 実隓的";
+App::$strings["Display Settings"] = "画面衚瀺の蚭定";
+App::$strings["Theme Settings"] = "テヌマ蚭定";
+App::$strings["Custom Theme Settings"] = "テヌマのカスタマむズ蚭定";
+App::$strings["Content Settings"] = "コンテンツ蚭定";
+App::$strings["Display Theme:"] = "テヌマ";
+App::$strings["Select scheme"] = "スキヌムを遞択";
+App::$strings["Preload images before rendering the page"] = "ペヌゞをレンダリングする前に画像をプリロヌドする";
+App::$strings["The subjective page load time will be longer but the page will be ready when displayed"] = "䞻芳的なペヌゞの読み蟌み時間は長くなりたすが、衚瀺されるずペヌゞの準備が敎いたす";
+App::$strings["Enable user zoom on mobile devices"] = "モバむルデバむスでナヌザヌズヌムを有効にする";
+App::$strings["Update browser every xx seconds"] = "xx秒ごずに画面を曎新する";
+App::$strings["Minimum of 10 seconds, no maximum"] = "最小10秒、最倧なし";
+App::$strings["Maximum number of conversations to load at any time:"] = "垞にロヌドする䌚話の最倧数";
+App::$strings["Maximum of 100 items"] = "最倧100アむテム";
+App::$strings["Show emoticons (smilies) as images"] = "絵文字スマむリヌを画像ずしお衚瀺する";
+App::$strings["Provide channel menu in navigation bar"] = "ナビゲヌションバヌにチャンネルメニュヌを衚瀺する";
+App::$strings["Default: channel menu located in app menu"] = "デフォルトアプリメニュヌにあるチャンネルメニュヌ";
+App::$strings["Manual conversation updates"] = "手動䌚話の曎新";
+App::$strings["Default is on, turning this off may increase screen jumping"] = "デフォルトはオンです。これをオフにするず、画面ゞャンプが増加する堎合がありたす";
+App::$strings["Link post titles to source"] = "投皿のタむトルを゜ヌスにリンクする";
+App::$strings["New Member Links"] = "新芏䌚員リンク";
+App::$strings["Display new member quick links menu"] = "新しいメンバヌのクむックリンクメニュヌを衚瀺する";
+App::$strings["Editor Settings"] = "゚ディタヌ蚭定";
+App::$strings["Events Settings"] = "むベント蚭定";
+App::$strings["No feature settings configured"] = "機胜蚭定が構成されおいたせん";
+App::$strings["Addon Settings"] = "アドオン蚭定";
+App::$strings["Please save/submit changes to any panel before opening another."] = "別のパネルを開く前に、パネルの倉曎を保存/送信しおください。";
+App::$strings["Additional Features"] = "远加機胜";
+App::$strings["Channel Manager Settings"] = "チャネルマネヌゞャヌの蚭定";
+App::$strings["Stream Settings"] = "ストリヌム蚭定";
+App::$strings["Photos Settings"] = "写真の蚭定";
+App::$strings["Profiles Settings"] = "プロファむル蚭定";
+App::$strings["\$Projectname Server - Setup"] = "$ Projectnameサヌバヌ-セットアップ";
+App::$strings["Could not connect to database."] = "デヌタベヌスに接続できたせん。";
+App::$strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "指定されたサむトURLに接続できたせんでした。 SSL蚌明曞たたはDNSの問題の可胜性。";
+App::$strings["Could not create table."] = "テヌブルを䜜成できたせんでした。";
+App::$strings["Your site database has been installed."] = "サむトデヌタベヌスがむンストヌルされたした。";
+App::$strings["You may need to import the file \"install/schema_xxx.sql\" manually using a database client."] = "デヌタベヌスクラむアントを䜿甚しお、手動でファむル\"install / schema_xxx.sql \"をむンポヌトする必芁がある堎合がありたす。";
+App::$strings["Please see the file \"install/INSTALL.txt\"."] = "ファむル「install / INSTALL.txt」を参照しおください。";
+App::$strings["System check"] = "システムチェック";
+App::$strings["Check again"] = "再確認";
+App::$strings["Database connection"] = "デヌタベヌス接続";
+App::$strings["In order to install \$Projectname we need to know how to connect to your database."] = "\$Projectnameをむンストヌルするには、デヌタベヌスぞの接続方法を知る必芁がありたす。";
+App::$strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "これらの蚭定に぀いお質問がある堎合は、ホスティングプロバむダヌたたはサむト管理者にお問い合わせください。";
+App::$strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "以䞋で指定するデヌタベヌスはすでに存圚しおいる必芁がありたす。存圚しない堎合は、続行する前に䜜成しおください。";
+App::$strings["Database Server Name"] = "デヌタベヌスサヌバヌ名";
+App::$strings["Default is 127.0.0.1"] = "デフォルトは127.0.0.1";
+App::$strings["Database Port"] = "デヌタベヌスポヌト";
+App::$strings["Communication port number - use 0 for default"] = "通信ポヌト番号 - 0でデフォルト倀を䜿甚したす。";
+App::$strings["Database Login Name"] = "デヌタベヌスのログむン名";
+App::$strings["Database Login Password"] = "デヌタベヌスログむンパスワヌド";
+App::$strings["Database Name"] = "デヌタベヌス名";
+App::$strings["Database Type"] = "デヌタベヌスの皮類";
+App::$strings["Site administrator email address"] = "サむト管理者のメヌルアドレス";
+App::$strings["Your account email address must match this in order to use the web admin panel."] = "りェブ管理パネルを䜿甚するには、アカりントのメヌルアドレスがこれず䞀臎する必芁がありたす。";
+App::$strings["Website URL"] = "りェブサむトのURL";
+App::$strings["Please use SSL (https) URL if available."] = "可胜な堎合は、SSLhttpsURLを䜿甚しおください。";
+App::$strings["Please select a default timezone for your website"] = "りェブサむトのデフォルトのタむムゟヌンを遞択しおください";
+App::$strings["Site settings"] = "サむト蚭定";
+App::$strings["PHP version 7.1 or greater is required."] = "PHPバヌゞョン7.1以降が必芁です。";
+App::$strings["PHP version"] = "PHPバヌゞョン";
+App::$strings["Could not find a command line version of PHP in the web server PATH."] = "WebサヌバヌPATHにコマンドラむンバヌゞョンのPHPが芋぀かりたせんでした。";
+App::$strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "PHPのコマンドラむンバヌゞョンがサヌバヌにむンストヌルされおいない堎合、cronを介しおバックグラりンドポヌリングを実行するこずはできたせん。";
+App::$strings["PHP executable path"] = "PHP実行可胜パス";
+App::$strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "php実行可胜ファむルぞのフルパスを入力したす。これを空癜のたたにしおむンストヌルを続行できたす。";
+App::$strings["Command line PHP"] = "コマンドラむンPHP";
+App::$strings["Unable to check command line PHP, as shell_exec() is disabled. This is required."] = "shell_execが無効になっおいるため、コマンドラむンPHPをチェックできたせん。これは必須です。";
+App::$strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "ご䜿甚のシステムのコマンドラむンバヌゞョンのPHPでは、\"register_argc_argv \"が有効になっおいたせん。";
+App::$strings["This is required for message delivery to work."] = "これは、メッセヌゞ配信が機胜するために必芁です。";
+App::$strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+App::$strings["This is not sufficient to upload larger images or files. You should be able to upload at least 4 MB at once."] = "これは、倧きな画像やファむルをアップロヌドするには䞍十分です。少なくずも4 MBを䞀床にアップロヌドできる必芁がありたす。";
+App::$strings["Your max allowed total upload size is set to %s. Maximum size of one file to upload is set to %s. You are allowed to upload up to %d files at once."] = "アップロヌドの最倧蚱容合蚈サむズは%s蚭定されおいたす。アップロヌドする1぀のファむルの最倧サむズは%s蚭定されおいたす。䞀床に最倧%dファむルをアップロヌドできたす。";
+App::$strings["You can adjust these settings in the server php.ini file."] = "サヌバヌのphp.iniファむルでこれらの蚭定を調敎できたす。";
+App::$strings["PHP upload limits"] = "PHPアップロヌド制限";
+App::$strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "゚ラヌこのシステムの\"openssl_pkey_new \"関数は暗号化キヌを生成できたせん";
+App::$strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Windowsで実行しおいる堎合は、「http//www.php.net/manual/en/openssl.installation.php \」を参照しおください。";
+App::$strings["Generate encryption keys"] = "暗号化キヌを生成する";
+App::$strings["libCurl PHP module"] = "libCurl PHPモゞュヌル";
+App::$strings["GD graphics PHP module"] = "GDグラフィックスPHPモゞュヌル";
+App::$strings["OpenSSL PHP module"] = "OpenSSL PHPモゞュヌル";
+App::$strings["PDO database PHP module"] = "PDOデヌタベヌスPHPモゞュヌル";
+App::$strings["mb_string PHP module"] = "mb_string PHPモゞュヌル";
+App::$strings["xml PHP module"] = "XML PHPモゞュヌル";
+App::$strings["zip PHP module"] = "zip PHPモゞュヌル";
+App::$strings["Apache mod_rewrite module"] = "Apache mod_rewriteモゞュヌル";
+App::$strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "゚ラヌApache webserver mod-rewriteモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["exec"] = "幹郚";
+App::$strings["Error: exec is required but is either not installed or has been disabled in php.ini"] = "゚ラヌexecが必芁ですが、むンストヌルされおいないか、php.iniで無効にされおいたす";
+App::$strings["shell_exec"] = "shell_exec";
+App::$strings["Error: shell_exec is required but is either not installed or has been disabled in php.ini"] = "゚ラヌshell_execが必芁ですが、むンストヌルされおいないか、php.iniで無効にされおいたす";
+App::$strings["Error: libCURL PHP module required but not installed."] = "゚ラヌlibCURL PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: GD PHP module with JPEG support or ImageMagick graphics library required but not installed."] = "゚ラヌJPEGサポヌトたたはImageMagickグラフィックラむブラリを備えたGD PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: openssl PHP module required but not installed."] = "゚ラヌopenssl PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: PDO database PHP module missing a driver for either mysql or pgsql."] = "゚ラヌPDOデヌタベヌスPHPモゞュヌルにmysqlたたはpgsqlのいずれかのドラむバヌがありたせん。";
+App::$strings["Error: PDO database PHP module required but not installed."] = "゚ラヌPDOデヌタベヌスPHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: mb_string PHP module required but not installed."] = "゚ラヌmb_string PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: xml PHP module required for DAV but not installed."] = "゚ラヌDAVにはXML PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings["Error: zip PHP module required but not installed."] = "゚ラヌzip PHPモゞュヌルが必芁ですが、むンストヌルされおいたせん。";
+App::$strings[".htconfig.php is writable"] = ".htconfig.phpは曞き蟌み可胜です";
+App::$strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webむンストヌラヌは、Webサヌバヌの最䞊䜍フォルダヌに\"。htconfig.php \"ずいうファむルを䜜成できる必芁がありたすが、䜜成できたせん。";
+App::$strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "これはほずんどの堎合、Webサヌバヌがフォルダヌにファむルを曞き蟌むこずができない堎合でも、蚱可にできる蚭定です。";
+App::$strings["Please see install/INSTALL.txt for additional information."] = "詳现に぀いおは、install / INSTALL.txtを参照しおください。";
+App::$strings["This software uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "この゜フトりェアは、Smarty3テンプレヌト゚ンゞンを䜿甚しおWebビュヌをレンダリングしたす。 Smarty3はテンプレヌトをPHPにコンパむルしお、レンダリングを高速化したす。";
+App::$strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the top level web folder."] = "これらのコンパむル枈みテンプレヌトを保存するには、Webサヌバヌが最䞊䜍のWebフォルダヌ%s䞋のディレクトリぞの曞き蟌みアクセス暩を持っおいる必芁がありたす。";
+App::$strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Webサヌバヌを実行するナヌザヌwww-dataなどがこのフォルダヌぞの曞き蟌みアクセス暩を持っおいるこずを確認しおください。";
+App::$strings["Note: as a security measure, you should give the web server write access to %s only--not the template files (.tpl) that it contains."] = "泚セキュリティ察策ずしお、Webサヌバヌに含たれるテンプレヌトファむル.tplではなく、 %sぞの曞き蟌みアクセスを蚱可する必芁がありたす。";
+App::$strings["%s is writable"] = "%sは曞き蟌み可胜です";
+App::$strings["This software uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the top level web folder"] = "この゜フトりェアは、ストアディレクトリを䜿甚しお、アップロヌドされたファむルを保存したす。 Webサヌバヌには、最䞊䜍Webフォルダヌの䞋のストアディレクトリぞの曞き蟌みアクセスが必芁です。";
+App::$strings["store is writable"] = "ストアは曞き蟌み可胜です";
+App::$strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL蚌明曞を怜蚌できたせん。蚌明曞を修正するか、このサむトぞのhttpsアクセスを無効にしたす。";
+App::$strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Webサむトぞのhttpsアクセスがある堎合、たたはTCPポヌト443httpsポヌトぞの接続を蚱可する堎合は、ブラりザヌで有効な蚌明曞を䜿甚する必芁がありたす。自己眲名蚌明曞を䜿甚しおはいけたせん";
+App::$strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "あなたからの䞀般公開の投皿には、たずえばあなた自身のハブ䞊の画像ぞの参照が含たれおいる可胜性があるため、この制限が組み蟌たれおいたす。";
+App::$strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "蚌明曞が認識されない堎合、他のサむトのメンバヌ自分自身が有効な蚌明曞を持っおいる可胜性がありたすは、自分のサむトでセキュリティの問題に぀いお䞍平を蚀っおいる譊告メッセヌゞを受け取りたす。";
+App::$strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "これにより、他の堎所ナヌザのサむトだけでなくでナヌザビリティの問題が発生する可胜性があるため、この芁件を䞻匵する必芁がありたす。";
+App::$strings["Providers are available that issue free certificates which are browser-valid."] = "ブラりザで有効な無料の蚌明曞を発行するプロバむダヌが利甚可胜です。";
+App::$strings["If you are confident that the certificate is valid and signed by a trusted authority, check to see if you have failed to install an intermediate cert. These are not normally required by browsers, but are required for server-to-server communications."] = "蚌明曞が有効であり、信頌できる機関によっお眲名されおいるず確信しおいる堎合は、䞭間蚌明曞のむンストヌルに倱敗したかどうかを確認しおください。これらは通垞ブラりザには必芁ありたせんが、サヌバヌ間の通信には必芁です。";
+App::$strings["SSL certificate validation"] = "SSL蚌明曞の怜蚌";
+App::$strings["Url rewrite in .htaccess is not working. Check your server configuration.Test: "] = ".htaccessのURL曞き換えが機胜しおいたせん。サヌバヌの構成を確認したす。テスト";
+App::$strings["Url rewrite is working"] = "URLの曞き換えが機胜しおいたす";
+App::$strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "デヌタベヌス構成ファむル\"。htconfig.php \"を曞き蟌めたせんでした。同封のテキストを䜿甚しお、Webサヌバヌのルヌトに構成ファむルを䜜成しおください。";
+App::$strings["Errors encountered creating database tables."] = "デヌタベヌステヌブルの䜜成䞭に゚ラヌが発生したした。";
+App::$strings["<h1>What next?</h1>"] = "<h1>次にするこず</h1>";
+App::$strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "重芁ポヌラヌのスケゞュヌルされたタスクを[手動で]蚭定する必芁がありたす。";
+App::$strings["Post repeated"] = "繰り返し投皿";
+App::$strings["Files: shared with me"] = "ファむル私ず共有";
+App::$strings["NEW"] = "新しい";
+App::$strings["Last Modified"] = "最終曎新日";
+App::$strings["Remove all files"] = "すべおのファむルを削陀する";
+App::$strings["Remove this file"] = "このファむルを削陀";
+App::$strings["About this site"] = "このサむトに぀いお";
+App::$strings["Site Name"] = "サむト名";
+App::$strings["Administrator"] = "管理者";
+App::$strings["Software and Project information"] = "゜フトりェアおよびプロゞェクト情報";
+App::$strings["This site is powered by \$Projectname"] = "このサむトは$ Projectnameを䜿甚しおいたす";
+App::$strings["Federated and decentralised networking and identity services provided by Zot"] = "Zotが提䟛する統合および分散型のネットワヌクおよびIDサヌビス";
+App::$strings["Additional federated transport protocols:"] = "远加の統合トランスポヌトプロトコル";
+App::$strings["Version %s"] = "バヌゞョン: %s";
+App::$strings["Project homepage"] = "プロゞェクトのホヌムペヌゞ";
+App::$strings["Developer homepage"] = "開発者ホヌムペヌゞ";
+App::$strings["Failed to create source. No channel selected."] = "゜ヌスの䜜成に倱敗したした。チャンネルが遞択されおいたせん。";
+App::$strings["Source created."] = "゜ヌスが䜜成されたした。";
+App::$strings["Source updated."] = "゜ヌスが曎新されたした。";
+App::$strings["Sources App"] = "゜ヌスアプリ";
+App::$strings["Automatically import channel content from other channels or feeds"] = "他のチャンネルたたはフィヌドからチャンネルコンテンツを自動的にむンポヌトする";
+App::$strings["*"] = "*";
+App::$strings["Manage remote sources of content for your channel."] = "チャンネルのコンテンツのリモヌト゜ヌスを管理したす。";
+App::$strings["New Source"] = "新しい゜ヌス";
+App::$strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "次のチャネルからすべおたたは遞択したコンテンツをこのチャネルにむンポヌトし、チャネル蚭定に埓っお配信したす。";
+App::$strings["Only import content with these words (one per line)"] = "これらの単語を含むコンテンツのみをむンポヌトしたす1行に1぀";
+App::$strings["Leave blank to import all public content"] = "すべおの公開コンテンツをむンポヌトするには空癜のたたにしたす";
+App::$strings["Channel Name"] = "チャンネル名";
+App::$strings["Add the following categories to posts imported from this source (comma separated)"] = "この゜ヌスからむンポヌトされた投皿に次のカテゎリを远加したすカンマ区切り";
+App::$strings["Resend posts with this channel as author"] = "このチャンネルを著者ずしお投皿を再送信する";
+App::$strings["Copyrights may apply"] = "著䜜暩が適甚される堎合がありたす";
+App::$strings["Source not found."] = "゜ヌスが芋぀かりたせん。";
+App::$strings["Edit Source"] = "゜ヌスを線集";
+App::$strings["Delete Source"] = "゜ヌスを削陀";
+App::$strings["Source removed"] = "゜ヌスを削陀したした";
+App::$strings["Unable to remove source."] = "゜ヌスを削陀できたせん。";
+App::$strings["%1\$s is following %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$sをフォロヌしおいたす";
+App::$strings["%1\$s stopped following %2\$s's %3\$s"] = "%1\$sが%2\$sの%3\$sのフォロヌを停止したした";
+App::$strings["Suggest Channels App"] = "チャンネルアプリの提案";
+App::$strings["Suggestions for channels in the \$Projectname network you might be interested in"] = "興味あるかも";
+App::$strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "利甚可胜な提案はありたせん。新しいサむトの堎合は、24時間埌にもう䞀床お詊しください。";
+App::$strings["Ignore/Hide"] = "無芖/非衚瀺";
+App::$strings["Post not found."] = "投皿が芋぀かりたせん。";
+App::$strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$sが%2\$sの%3\$sに%4\$sずタグを付けたした";
+App::$strings["Tag removed"] = "タグを削陀したした";
+App::$strings["Remove Item Tag"] = "アむテムタグを削陀";
+App::$strings["Select a tag to remove: "] = "削陀するタグを遞択";
+App::$strings["Thing updated"] = "曎新されたもの";
+App::$strings["Object store: failed"] = "オブゞェクトストア倱敗";
+App::$strings["Thing added"] = "モノは远加されたした。";
+App::$strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ %1\$s %2\$s %3\$s";
+App::$strings["Show Thing"] = "ものを芋る";
+App::$strings["item not found."] = "アむテムが芋぀かりたせん。";
+App::$strings["Edit Thing"] = "ものを線集";
+App::$strings["Select a profile"] = "プロフィヌルを遞択";
+App::$strings["Post an activity"] = "アクティビティを投皿する";
+App::$strings["Only sends to viewers of the applicable profile"] = "該圓するプロファむルの閲芧者にのみ送信したす";
+App::$strings["Name of thing e.g. something"] = "䜕かの名前、たずえば䜕か";
+App::$strings["URL of thing (optional)"] = "モノのURLオプション";
+App::$strings["URL for photo of thing (optional)"] = "モノの写真のURLオプション";
+App::$strings["Add Thing to your Profile"] = "プロフィヌルにモノを远加";
+App::$strings["This channel is limited to %d tokens"] = "このチャンネルは%dトヌクンに制限されおいたす";
+App::$strings["Name and Password are required."] = "名前ずパスワヌドが必芁です。";
+App::$strings["Token saved."] = "トヌクンを保存したした。";
+App::$strings["Guest Access App"] = "ゲストアクセスアプリ";
+App::$strings["Create access tokens so that non-members can access private content"] = "非メンバヌがプラむベヌトコンテンツにアクセスできるようにアクセストヌクンを䜜成する";
+App::$strings["Use this form to create temporary access identifiers to share things with non-members. These identities may be used in Access Control Lists and visitors may login using these credentials to access private content."] = "このフォヌムを䜿甚しお、䞀時的なアクセス識別子を䜜成し、非メンバヌず物事を共有したす。これらのIDはアクセス制埡リストで䜿甚でき、蚪問者はこれらの資栌情報を䜿甚しおログむンしおプラむベヌトコンテンツにアクセスできたす。";
+App::$strings["You may also provide <em>dropbox</em> style access links to friends and associates by adding the Login Password to any specific site URL as shown. Examples:"] = "瀺されおいるように、特定のサむトURLにログむンパスワヌドを远加するこずにより、友人や仲間に<em> dropbox </em>スタむルのアクセスリンクを提䟛するこずもできたす。䟋";
+App::$strings["Guest Access Tokens"] = "ゲストアクセストヌクン";
+App::$strings["Login Name"] = "ログむン名";
+App::$strings["Login Password"] = "ログむンパスワヌド";
+App::$strings["Expires (yyyy-mm-dd)"] = "有効期限yyyy-mm-dd";
+App::$strings["Channel Export App"] = "チャンネル゚クスポヌトアプリ";
+App::$strings["Export your channel"] = "チャンネルを゚クスポヌトする";
+App::$strings["Export Channel"] = "茞出チャンネル";
+App::$strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "基本的なチャネル情報をファむルに゚クスポヌトしたす。これは、接続、暩限、プロファむル、および基本デヌタのバックアップずしお機胜し、デヌタを新しいサヌバヌハブにむンポヌトするために䜿甚できたすが、コンテンツは含たれたせん。";
+App::$strings["Export Content"] = "コンテンツを゚クスポヌト";
+App::$strings["Export your channel information and recent content to a JSON backup that can be restored or imported to another server hub. This backs up all of your connections, permissions, profile data and several months of posts. This file may be VERY large. Please be patient - it may take several minutes for this download to begin."] = "チャンネル情報ず最近のコンテンツをJSONバックアップに゚クスポヌトし、別のサヌバヌハブに埩元たたはむンポヌトできたす。これにより、すべおの接続、暩限、プロファむルデヌタ、および数か月分の投皿がバックアップされたす。このファむルは非垞に倧きい堎合がありたす。しばらくお埅ちください。このダりンロヌドが開始されるたで数分かかる堎合がありたす。";
+App::$strings["Export your posts from a given year."] = "特定の幎の投皿を゚クスポヌトしたす。";
+App::$strings["You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range."] = "特定の幎たたは月の投皿ず䌚話を゚クスポヌトするこずもできたす。ブラりザのロケヌションバヌで日付を調敎しお、他の日付を遞択したす。゚クスポヌトが倱敗した堎合サヌバヌハブのメモリ䞍足が原因である可胜性がありたす、より制限された日付範囲の遞択を再詊行しおください。";
+App::$strings["To select all posts for a given year, such as this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "今幎など、特定の幎のすべおの投皿を遞択するには、<a href=\" %1\$s \"> %2\$s </a>にアクセスしおください";
+App::$strings["To select all posts for a given month, such as January of this year, visit <a href=\"%1\$s\">%2\$s</a>"] = "今幎の1月など、特定の月のすべおの投皿を遞択するには、<a href=\"%1\$s\">%2\$s</a>にアクセスしおください";
+App::$strings["These content files may be imported or restored by visiting <a href=\"%1\$s\">%2\$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first)."] = "これらのコンテンツファむルは、チャンネルを含むサむトで<a href=\" %1\$s \"> %2\$s </a>に%1\$sしおむンポヌトたたは埩元できたす。最良の結果を埗るには、これらを日付順に最も叀いものからむンポヌトたたは埩元しおください。";
+App::$strings["No connections."] = "接続なし。";
+App::$strings["Visit %s's profile [%s]"] = "%sのプロフィヌル[%s]にアクセスしおいたす。";
+App::$strings["View Connections"] = "接続を衚瀺";
+App::$strings["item"] = "項目";
+App::$strings["Webpages App"] = "りェブペヌゞアプリ";
+App::$strings["Provide managed web pages on your channel"] = "チャンネルで管理されたWebペヌゞを提䟛する";
+App::$strings["Import Webpage Elements"] = "Webペヌゞ芁玠をむンポヌトする";
+App::$strings["Import selected"] = "遞択したむンポヌト";
+App::$strings["Export Webpage Elements"] = "Webペヌゞ芁玠の゚クスポヌト";
+App::$strings["Export selected"] = "遞択した゚クスポヌト";
+App::$strings["Actions"] = "行動";
+App::$strings["Page Link"] = "ペヌゞリンク";
+App::$strings["Page Title"] = "ペヌゞタむトル";
+App::$strings["Invalid file type."] = "無効なファむルタむプ。";
+App::$strings["Error opening zip file"] = "zipファむルを開く際の゚ラヌ";
+App::$strings["Invalid folder path."] = "無効なフォルダヌパス。";
+App::$strings["No webpage elements detected."] = "Webペヌゞ芁玠は怜出されたせんでした。";
+App::$strings["Import complete."] = "むンポヌトが完了したした。";
+App::$strings["Profile Unavailable."] = "プロファむルを利甚できたせん。";
+App::$strings["Wiki App"] = "Wikiアプリ";
+App::$strings["Provide a wiki for your channel"] = "チャンネルのりィキを提䟛する";
+App::$strings["Invalid channel"] = "無効なチャンネル";
+App::$strings["Error retrieving wiki"] = "Wikiの取埗゚ラヌ";
+App::$strings["Error creating zip file export folder"] = "zipファむル゚クスポヌトフォルダヌの䜜成゚ラヌ";
+App::$strings["Error downloading wiki: "] = "Wikiのダりンロヌド゚ラヌ";
+App::$strings["Download"] = "ダりンロヌド";
+App::$strings["Wiki name"] = "りィキ名";
+App::$strings["Content type"] = "コンテンツの皮類";
+App::$strings["Type"] = "タむプ";
+App::$strings["Any&nbsp;type"] = "任意のタむプ";
+App::$strings["Lock content type"] = "コンテンツタむプをロックする";
+App::$strings["Create a status post for this wiki"] = "このりィキのステヌタスポストを䜜成する";
+App::$strings["Edit Wiki Name"] = "Wiki名を線集";
+App::$strings["Wiki not found"] = "りィキが芋぀かりたせん";
+App::$strings["Rename page"] = "ペヌゞの名前を倉曎";
+App::$strings["Error retrieving page content"] = "ペヌゞコンテンツの取埗゚ラヌ";
+App::$strings["New page"] = "新しいペヌゞ";
+App::$strings["Revision Comparison"] = "リビゞョン比范";
+App::$strings["Short description of your changes (optional)"] = "倉曎の簡単な説明オプション";
+App::$strings["Source"] = "゜ヌス";
+App::$strings["New page name"] = "新しいペヌゞ名";
+App::$strings["Embed image from photo albums"] = "フォトアルバムから画像を埋め蟌む";
+App::$strings["History"] = "歎史";
+App::$strings["Error creating wiki. Invalid name."] = "Wikiの䜜成゚ラヌ。無効な名前。";
+App::$strings["A wiki with this name already exists."] = "この名前のりィキは既に存圚したす。";
+App::$strings["Wiki created, but error creating Home page."] = "Wikiは䜜成されたしたが、ホヌムペヌゞの䜜成䞭に゚ラヌが発生したした。";
+App::$strings["Error creating wiki"] = "Wikiの䜜成゚ラヌ";
+App::$strings["Error updating wiki. Invalid name."] = "Wikiの曎新゚ラヌ。無効な名前。";
+App::$strings["Error updating wiki"] = "Wikiの曎新゚ラヌ";
+App::$strings["Wiki delete permission denied."] = "Wikiの削陀蚱可が拒吊されたした。";
+App::$strings["Error deleting wiki"] = "Wikiの削陀゚ラヌ";
+App::$strings["New page created"] = "新しいペヌゞが䜜成されたした";
+App::$strings["Cannot delete Home"] = "ホヌムを削陀できたせん";
+App::$strings["Current Revision"] = "珟圚の改蚂";
+App::$strings["Selected Revision"] = "遞択されたリビゞョン";
+App::$strings["You must be authenticated."] = "認蚌されおいる必芁がありたす。";
+App::$strings["Xchan Lookup"] = "Xchan怜玢";
+App::$strings["Lookup xchan beginning with (or webbie): "] = "xchan(たたはwebbie)を怜玢:";
+App::$strings["parent"] = "芪";
+App::$strings["Principal"] = "䞻芁な";
+App::$strings["Addressbook"] = "䜏所録";
+App::$strings["Schedule Inbox"] = "受信トレむのスケゞュヌル";
+App::$strings["Schedule Outbox"] = "送信トレむのスケゞュヌル";
+App::$strings["Total"] = "合蚈";
+App::$strings["Shared"] = "共有";
+App::$strings["Add Files"] = "远加ファむル";
+App::$strings["You are using %1\$s of your available file storage."] = "䜿甚可胜なファむルストレヌゞ%1\$sを䜿甚しおいたす。";
+App::$strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "%1\$sの%2\$s䜿甚可胜なファむルストレヌゞを䜿甚しおいたす。(%3\$s&#37;)";
+App::$strings["WARNING:"] = "譊告";
+App::$strings["Create new folder"] = "新しいフォルダヌを䜜成";
+App::$strings["Upload file"] = "ファむルをアップロヌドする";
+App::$strings["Drop files here to immediately upload"] = "ここにファむルをドロップしお、すぐにアップロヌドしたす";
+App::$strings["__ctx:widget__ Activity"] = "アクティビティ";
+App::$strings["Show posts related to the %s privacy group"] = "%sプラむバシヌグルヌプに関連する投皿を衚瀺";
+App::$strings["Show my privacy groups"] = "自分のプラむバシヌグルヌプを衚瀺する";
+App::$strings["Show posts to this forum"] = "このフォヌラムぞの投皿を衚瀺";
+App::$strings["Forums"] = "フォヌラム";
+App::$strings["Show forums"] = "フォヌラムを衚瀺";
+App::$strings["Starred Posts"] = "スタヌ付き投皿";
+App::$strings["Show posts that I have starred"] = "スタヌを付けた投皿を衚瀺";
+App::$strings["Personal Posts"] = "個人的な投皿";
+App::$strings["Show posts that mention or involve me"] = "自分に蚀及たたは関䞎しおいる投皿を衚瀺する";
+App::$strings["Show posts that I have filed to %s"] = "%s提出した投皿を衚瀺";
+App::$strings["Show filed post categories"] = "提出枈みの投皿カテゎリを衚瀺";
+App::$strings["Panel search"] = "パネル怜玢";
+App::$strings["Filter by name"] = "名前で絞り蟌む";
+App::$strings["Remove active filter"] = "アクティブなフィルタヌを削陀";
+App::$strings["ters"] = "投皿のフィルタリング";
+App::$strings["Commented Date"] = "最新のコメント順";
+App::$strings["Order by last commented date"] = "コメントが新しい投皿の順に䞊べたす。";
+App::$strings["Posted Date"] = "投皿日時順";
+App::$strings["Order by last posted date"] = "投皿本䜓の時間が新しい順に䞊べたす。";
+App::$strings["Date Unthreaded"] = "スレッド化しない";
+App::$strings["Order unthreaded by date"] = "投皿ずコメントを分けずに最新の順に䞀緒に䞊べたす。";
+App::$strings["Stream Order"] = "投皿の䞊べ替え";
+App::$strings["Member registrations waiting for confirmation"] = "確認埅ちの䌚員登録";
+App::$strings["Inspect queue"] = "埅機䞭のキュヌ";
+App::$strings["DB updates"] = "DBアップデヌト";
+App::$strings["Addon Features"] = "アドオンの機胜";
+App::$strings["Refresh"] = "曎新";
+App::$strings["App Collections"] = "アプリコレクション";
+App::$strings["Installed apps"] = "むンストヌル枈みアプリ";
+App::$strings["Archives"] = "アヌカむブ";
+App::$strings["Bookmarked Chatrooms"] = "ブックマヌク枈みチャットルヌム";
+App::$strings["Select Channel"] = "チャンネルの遞択";
+App::$strings["Read-write"] = "読み曞き";
+App::$strings["Read-only"] = "読み取り専甚";
+App::$strings["My Calendars"] = "私のカレンダヌ";
+App::$strings["Shared Calendars"] = "共有カレンダヌ";
+App::$strings["Share this calendar"] = "このカレンダヌを共有する";
+App::$strings["Calendar name and color"] = "カレンダヌの名前ず色";
+App::$strings["Create new calendar"] = "新しいカレンダヌを䜜成";
+App::$strings["Calendar Name"] = "カレンダヌ名";
+App::$strings["Calendar Tools"] = "カレンダヌツヌル";
+App::$strings["Import calendar"] = "カレンダヌをむンポヌト";
+App::$strings["Select a calendar to import to"] = "むンポヌトするカレンダヌを遞択したす";
+App::$strings["Addressbooks"] = "アドレス垳";
+App::$strings["Addressbook name"] = "アドレス垳名";
+App::$strings["Create new addressbook"] = "新しいアドレス垳を䜜成";
+App::$strings["Addressbook Name"] = "アドレス垳名";
+App::$strings["Addressbook Tools"] = "アドレス垳ツヌル";
+App::$strings["Import addressbook"] = "アドレス垳をむンポヌト";
+App::$strings["Select an addressbook to import to"] = "むンポヌトするアドレス垳を遞択したす";
+App::$strings["Overview"] = "抂芁";
+App::$strings["Chat Members"] = "チャットメンバヌ";
+App::$strings["Received Messages"] = "受信したメッセヌゞ";
+App::$strings["Sent Messages"] = "メッセヌゞを送った";
+App::$strings["Conversations"] = "䌚話";
+App::$strings["No messages."] = "メッセヌゞはありたせん。";
+App::$strings["Delete conversation"] = "䌚話を削陀";
+App::$strings["Click to show more"] = "クリックしお詳现を衚瀺";
+App::$strings["Events Tools"] = "むベントツヌル";
+App::$strings["Export Calendar"] = "カレンダヌを゚クスポヌト";
+App::$strings["Import Calendar"] = "カレンダヌをむンポヌト";
+App::$strings["You have %1$.0f of %2$.0f allowed connections."] = "%2$.0fの%1$.0fが接続を蚱可されおいたす。";
+App::$strings["Add New Connection"] = "新しい接続を远加";
+App::$strings["Enter channel address"] = "チャンネルのアドレスを入力しおください";
+App::$strings["Examples: bob@example.com, https://example.com/barbara"] = "䟋bob @ example.com、https//example.com/barbara";
+App::$strings["HQ Control Panel"] = "HQコントロヌルパネル";
+App::$strings["Create a new post"] = "新しい投皿を䜜成する";
+App::$strings["Private Mail Menu"] = "プラむベヌトメヌルメニュヌ";
+App::$strings["Combined View"] = "耇合ビュヌ";
+App::$strings["Inbox"] = "受信トレむ";
+App::$strings["Outbox"] = "送信トレむ";
+App::$strings["New Message"] = "新しいメッセヌゞ";
+App::$strings["Profile Creation"] = "プロファむル䜜成";
+App::$strings["Upload profile photo"] = "プロフィヌル写真をアップロヌド";
+App::$strings["Upload cover photo"] = "カバヌ写真をアップロヌド";
+App::$strings["Find and Connect with others"] = "他の人を芋぀けお぀ながる";
+App::$strings["View the directory"] = "ディレクトリを衚瀺する";
+App::$strings["Manage your connections"] = "接続を管理する";
+App::$strings["Communicate"] = "通信する";
+App::$strings["View your channel homepage"] = "チャンネルのホヌムペヌゞを衚瀺する";
+App::$strings["View your network stream"] = "ネットワヌクストリヌムを衚瀺する";
+App::$strings["Documentation"] = "説明曞";
+App::$strings["Missing Features?"] = "機胜がありたせんか";
+App::$strings["Pin apps to navigation bar"] = "アプリをナビゲヌションバヌに固定する";
+App::$strings["Install more apps"] = "さらにアプリをむンストヌルする";
+App::$strings["View public stream"] = "公開ストリヌムを衚瀺";
+App::$strings["New Network Activity"] = "ホヌム";
+App::$strings["New Network Activity Notifications"] = "ホヌムぞの通知";
+App::$strings["View your network activity"] = "ホヌムを芋る";
+App::$strings["Mark all notifications read"] = "党郚既読する";
+App::$strings["Show new posts only"] = "新しい投皿のみ衚瀺";
+App::$strings["Filter by name or address"] = "名前やアドレスでフィルタリング";
+App::$strings["New Home Activity"] = "自分ぞの新しいアクティビティ";
+App::$strings["New Home Activity Notifications"] = "自分ぞの新しいアクティビティ通知";
+App::$strings["View your home activity"] = "自分の投皿を芋る";
+App::$strings["Mark all notifications seen"] = "党郚既読にする";
+App::$strings["New Mails"] = "新着メヌル";
+App::$strings["New Mails Notifications"] = "新芏メヌル通知";
+App::$strings["View your private mails"] = "プラむベヌトメヌルを衚瀺する";
+App::$strings["Mark all messages seen"] = "すべおのメッセヌゞを確認枈みにする";
+App::$strings["New Events"] = "新しいむベント";
+App::$strings["New Events Notifications"] = "新しいむベント通知";
+App::$strings["View events"] = "むベントを芋る";
+App::$strings["Mark all events seen"] = "すべおのむベントを確認枈みにする";
+App::$strings["New Connections Notifications"] = "新しい接続通知";
+App::$strings["View all connections"] = "すべおの接続を衚瀺";
+App::$strings["New Files"] = "新しいファむル";
+App::$strings["New Files Notifications"] = "新しいファむルの通知";
+App::$strings["Notices"] = "通知";
+App::$strings["View all notices"] = "党おの通知を衚瀺する";
+App::$strings["Mark all notices seen"] = "党おの通知を既読扱いにする";
+App::$strings["New Registrations"] = "新芏登録";
+App::$strings["New Registrations Notifications"] = "新芏登録通知";
+App::$strings["Public Stream Notifications"] = "連合ストリヌム通知";
+App::$strings["View the public stream"] = "連合ストリヌムを衚瀺する";
+App::$strings["Sorry, you have got no notifications at the moment"] = "珟圚通知はありたせん。";
+App::$strings["photo/image"] = "画像/むメヌゞ";
+App::$strings["Rating Tools"] = "評䟡ツヌル";
+App::$strings["Rate Me"] = "私を評䟡";
+App::$strings["View Ratings"] = "評䟡を芋る";
+App::$strings["Remove term"] = "甚語を削陀";
+App::$strings["Account settings"] = "アカりント蚭定";
+App::$strings["Channel settings"] = "チャンネル蚭定";
+App::$strings["Display settings"] = "画面衚瀺蚭定";
+App::$strings["Manage locations"] = "所圚地の管理";
+App::$strings["Suggested Chatrooms"] = "チャットルヌムの提案";
+App::$strings["Suggestions"] = "提案";
+App::$strings["See more..."] = "もっず芋る...";
+App::$strings["Tasks"] = "タスク";
+App::$strings["Add new page"] = "新しいペヌゞの远加";
+App::$strings["Wiki Pages"] = "りィキペヌゞ";
+App::$strings["Page name"] = "ペヌゞ名";
+App::$strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "リモヌト認蚌がブロックされたした。このサむトにロヌカルでログむンしおいたす。ログアりトしお再詊行しおください。";
+App::$strings["Welcome %s. Remote authentication successful."] = "ようこそ%s!!リモヌトログむンは成功したした";
diff --git a/view/js/main.js b/view/js/main.js
index 2b4acdf61..f3b8151b0 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1058,7 +1058,7 @@ function pageUpdate() {
bParam_page = 1;
}
- update_url = baseurl + '/' + page_query + '/?f=&aj=1&page=' + bParam_page + extra_args ;
+ update_url = baseurl + '/' + decodeURIComponent(page_query) + '/?f=&aj=1&page=' + bParam_page + extra_args ;
$("#page-spinner").show();
update_mode = 'append';