correct usage of hyphens in all occurences of 'super fast, database-free'
- fixes https://github.com/shaarli/Shaarli/issues/1758
This commit is contained in:
parent
d24fc65695
commit
910b695d4d
15 changed files with 16 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
# The personal, minimalist, super-fast, database free, bookmarking service.
|
# The personal, minimalist, super fast, database-free, bookmarking service.
|
||||||
# Makefile for PHP code analysis & testing, documentation and release generation
|
# Makefile for PHP code analysis & testing, documentation and release generation
|
||||||
|
|
||||||
BIN = vendor/bin
|
BIN = vendor/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
![Shaarli logo](doc/md/images/doc-logo.png)
|
![Shaarli logo](doc/md/images/doc-logo.png)
|
||||||
|
|
||||||
The personal, minimalist, super-fast, database free, bookmarking service.
|
The personal, minimalist, super fast, database-free, bookmarking service.
|
||||||
|
|
||||||
_Do you want to share the links you discover?_
|
_Do you want to share the links you discover?_
|
||||||
_Shaarli is a minimalist link sharing service that you can install on your own server._
|
_Shaarli is a minimalist link sharing service that you can install on your own server._
|
||||||
|
|
|
@ -91,7 +91,7 @@ public function initialize(): void
|
||||||
|
|
||||||
$bookmark = new Bookmark();
|
$bookmark = new Bookmark();
|
||||||
$bookmark->setTitle(
|
$bookmark->setTitle(
|
||||||
'Shaarli - ' . t('The personal, minimalist, super-fast, database free, bookmarking service')
|
'Shaarli - ' . t('The personal, minimalist, super fast, database-free, bookmarking service')
|
||||||
);
|
);
|
||||||
$bookmark->setDescription(t(
|
$bookmark->setDescription(t(
|
||||||
'Welcome to Shaarli!
|
'Welcome to Shaarli!
|
||||||
|
|
|
@ -246,7 +246,7 @@ private function check()
|
||||||
$this->links = [];
|
$this->links = [];
|
||||||
$link = [
|
$link = [
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
'title' => t('The personal, minimalist, super-fast, database free, bookmarking service'),
|
'title' => t('The personal, minimalist, super fast, database-free, bookmarking service'),
|
||||||
'url' => 'https://shaarli.readthedocs.io',
|
'url' => 'https://shaarli.readthedocs.io',
|
||||||
'description' => t(
|
'description' => t(
|
||||||
'Welcome to Shaarli! This is your first public bookmark. '
|
'Welcome to Shaarli! This is your first public bookmark. '
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shaarli/shaarli",
|
"name": "shaarli/shaarli",
|
||||||
"description": "The personal, minimalist, super-fast, database-free bookmarking service",
|
"description": "The personal, minimalist, super fast, database-free bookmarking service",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/shaarli/Shaarli",
|
"homepage": "https://github.com/shaarli/Shaarli",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Shaarli
|
# Shaarli
|
||||||
|
|
||||||
<img src="images/icon.png" width="16px" height="16px"> The personal, minimalist, super-fast, database free, bookmarking service.
|
<img src="images/icon.png" width="16px" height="16px"> The personal, minimalist, super fast, database-free, bookmarking service.
|
||||||
|
|
||||||
Do you want to share the links you discover? Shaarli is a minimalist bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy.
|
Do you want to share the links you discover? Shaarli is a minimalist bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy.
|
||||||
|
|
||||||
|
|
|
@ -204,7 +204,7 @@ msgstr ""
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
||||||
msgid ""
|
msgid ""
|
||||||
"The personal, minimalist, super-fast, database free, bookmarking service"
|
"The personal, minimalist, super fast, database-free, bookmarking service"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Der persönliche, minimalistische, superschnelle, datenbankfreie "
|
"Der persönliche, minimalistische, superschnelle, datenbankfreie "
|
||||||
"Lesezeichenservice"
|
"Lesezeichenservice"
|
||||||
|
|
|
@ -193,7 +193,7 @@ msgstr ""
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
||||||
msgid ""
|
msgid ""
|
||||||
"The personal, minimalist, super-fast, database free, bookmarking service"
|
"The personal, minimalist, super fast, database-free, bookmarking service"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Le gestionnaire de marque-pages personnel, minimaliste, et sans base de "
|
"Le gestionnaire de marque-pages personnel, minimaliste, et sans base de "
|
||||||
"données"
|
"données"
|
||||||
|
|
|
@ -194,7 +194,7 @@ msgstr ""
|
||||||
#: application/bookmark/BookmarkInitializer.php:94
|
#: application/bookmark/BookmarkInitializer.php:94
|
||||||
#: application/legacy/LegacyLinkDB.php:246
|
#: application/legacy/LegacyLinkDB.php:246
|
||||||
msgid ""
|
msgid ""
|
||||||
"The personal, minimalist, super-fast, database free, bookmarking service"
|
"The personal, minimalist, super fast, database-free, bookmarking service"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"個人向けの、ミニマムで高速でかつデータベースのいらないブックマークサービス"
|
"個人向けの、ミニマムで高速でかつデータベースのいらないブックマークサービス"
|
||||||
|
|
||||||
|
|
|
@ -196,7 +196,7 @@ msgstr ""
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
||||||
msgid ""
|
msgid ""
|
||||||
"The personal, minimalist, super-fast, database free, bookmarking service"
|
"The personal, minimalist, super fast, database-free, bookmarking service"
|
||||||
msgstr "Личный, минималистичный, сверхбыстрый сервис закладок без баз данных"
|
msgstr "Личный, минималистичный, сверхбыстрый сервис закладок без баз данных"
|
||||||
|
|
||||||
#: application/bookmark/BookmarkInitializer.php:97
|
#: application/bookmark/BookmarkInitializer.php:97
|
||||||
|
|
|
@ -195,7 +195,7 @@ msgstr ""
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:15
|
||||||
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
#: tmp/page.footer.cedf684561d925457130839629000a81.rtpl.php:48
|
||||||
msgid ""
|
msgid ""
|
||||||
"The personal, minimalist, super-fast, database free, bookmarking service"
|
"The personal, minimalist, super fast, database-free, bookmarking service"
|
||||||
msgstr "个人、超快、极简、掌握数据库的书签服务"
|
msgstr "个人、超快、极简、掌握数据库的书签服务"
|
||||||
|
|
||||||
#: application/bookmark/BookmarkInitializer.php:97
|
#: application/bookmark/BookmarkInitializer.php:97
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shaarli - The personal, minimalist, super-fast, database free, bookmarking service.
|
* Shaarli - The personal, minimalist, super fast, database-free, bookmarking service.
|
||||||
*
|
*
|
||||||
* Friendly fork by the Shaarli community:
|
* Friendly fork by the Shaarli community:
|
||||||
* - https://github.com/shaarli/Shaarli
|
* - https://github.com/shaarli/Shaarli
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
site_name: Shaarli Documentation
|
site_name: Shaarli Documentation
|
||||||
repo_url: https://github.com/shaarli/Shaarli
|
repo_url: https://github.com/shaarli/Shaarli
|
||||||
edit_uri: edit/master/doc/md
|
edit_uri: edit/master/doc/md
|
||||||
site_description: The personal, minimalist, super-fast, database free, bookmarking service
|
site_description: The personal, minimalist, super fast, database-free, bookmarking service
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
custom_dir: doc/custom_theme/
|
custom_dir: doc/custom_theme/
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{$version}
|
{$version}
|
||||||
{/if}
|
{/if}
|
||||||
·
|
·
|
||||||
{'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} ·
|
{'The personal, minimalist, super fast, database-free, bookmarking service'|t} {'by the Shaarli community'|t} ·
|
||||||
<a href="{$root_path}/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a>
|
<a href="{$root_path}/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a>
|
||||||
{loop="$plugins_footer.text"}
|
{loop="$plugins_footer.text"}
|
||||||
{$value}
|
{$value}
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<span id="translation-delete-link">{'Are you sure you want to delete this link?'|t}</span>
|
<span id="translation-delete-link">{'Are you sure you want to delete this link?'|t}</span>
|
||||||
<span id="translation-delete-tag">{'Are you sure you want to delete this tag?'|t}</span>
|
<span id="translation-delete-tag">{'Are you sure you want to delete this tag?'|t}</span>
|
||||||
<span id="translation-shaarli-desc">
|
<span id="translation-shaarli-desc">
|
||||||
{'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t}
|
{'The personal, minimalist, super fast, database-free, bookmarking service'|t} {'by the Shaarli community'|t}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
|
<strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
|
||||||
- The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
|
- The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community
|
||||||
- <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
|
- <a href="doc/html/index.html" rel="nofollow">Help/documentation</a>
|
||||||
{loop="$plugins_footer.text"}
|
{loop="$plugins_footer.text"}
|
||||||
{$value}
|
{$value}
|
||||||
|
|
Loading…
Reference in a new issue