mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
This commit is contained in:
commit
68268c0199
1
cache/.gitignore
vendored
1
cache/.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
!.htaccess
|
2
cache/.htaccess
vendored
Normal file
2
cache/.htaccess
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
2
db/.htaccess
Normal file
2
db/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
2
inc/.htaccess
Normal file
2
inc/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
@ -371,7 +371,7 @@ class Poche
|
|||||||
{
|
{
|
||||||
case 'add':
|
case 'add':
|
||||||
$content = $this->getPageContent($url);
|
$content = $this->getPageContent($url);
|
||||||
$title = $content['rss']['channel']['item']['title'];
|
$title = ($content['rss']['channel']['item']['title'] != '') ? $content['rss']['channel']['item']['title'] : _('Untitled');
|
||||||
$body = $content['rss']['channel']['item']['description'];
|
$body = $content['rss']['channel']['item']['description'];
|
||||||
|
|
||||||
if ($this->store->add($url->getUrl(), $title, $body, $this->user->getId())) {
|
if ($this->store->add($url->getUrl(), $title, $body, $this->user->getId())) {
|
||||||
@ -561,7 +561,8 @@ class Poche
|
|||||||
|
|
||||||
if (count($entries) > 0) {
|
if (count($entries) > 0) {
|
||||||
$this->pagination->set_total(count($entries));
|
$this->pagination->set_total(count($entries));
|
||||||
$page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');
|
$page_links = str_replace(array('previous', 'next'), array(_('previous'), _('next')),
|
||||||
|
$this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&'));
|
||||||
$datas = $this->store->getEntriesByView($view, $this->user->getId(), $this->pagination->get_limit());
|
$datas = $this->store->getEntriesByView($view, $this->user->getId(), $this->pagination->get_limit());
|
||||||
$tpl_vars['entries'] = $datas;
|
$tpl_vars['entries'] = $datas;
|
||||||
$tpl_vars['page_links'] = $page_links;
|
$tpl_vars['page_links'] = $page_links;
|
||||||
|
2
locale/.htaccess
Normal file
2
locale/.htaccess
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo
Executable file
BIN
locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo
Executable file
Binary file not shown.
428
locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po
Executable file
428
locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po
Executable file
@ -0,0 +1,428 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: wballabag\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2014-02-07 17:38+0300\n"
|
||||||
|
"PO-Revision-Date: 2014-02-07 17:43+0300\n"
|
||||||
|
"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
|
||||||
|
"X-Poedit-Basepath: .\n"
|
||||||
|
"X-Poedit-Language: Polish\n"
|
||||||
|
"X-Poedit-Country: POLAND\n"
|
||||||
|
"X-Poedit-SourceCharset: utf-8\n"
|
||||||
|
"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
|
||||||
|
|
||||||
|
msgid "poche, a read it later open source system"
|
||||||
|
msgstr "poche, serwis odrocznego czytania open source"
|
||||||
|
|
||||||
|
msgid "login failed: user doesn't exist"
|
||||||
|
msgstr "logowanie nie udało się: użytkownik nie istnieje"
|
||||||
|
|
||||||
|
msgid "Return home"
|
||||||
|
msgstr "Wrocic do głównej"
|
||||||
|
|
||||||
|
msgid "Back to top"
|
||||||
|
msgstr "Wrócić na górę"
|
||||||
|
|
||||||
|
msgid "original"
|
||||||
|
msgstr "oryginal"
|
||||||
|
|
||||||
|
msgid "Mark as read"
|
||||||
|
msgstr "Zaznacz jako przeczytane"
|
||||||
|
|
||||||
|
msgid "Toggle mark as read"
|
||||||
|
msgstr "Przełącz jako przeczytane"
|
||||||
|
|
||||||
|
msgid "Favorite"
|
||||||
|
msgstr "Ulubiony"
|
||||||
|
|
||||||
|
msgid "Toggle favorite"
|
||||||
|
msgstr "Zaznacz jako ulubione"
|
||||||
|
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Usuń"
|
||||||
|
|
||||||
|
msgid "Tweet"
|
||||||
|
msgstr "Tweet"
|
||||||
|
|
||||||
|
msgid "Email"
|
||||||
|
msgstr "Wyslij email"
|
||||||
|
|
||||||
|
msgid "shaarli"
|
||||||
|
msgstr "shaarli"
|
||||||
|
|
||||||
|
msgid "flattr"
|
||||||
|
msgstr "flattr"
|
||||||
|
|
||||||
|
msgid "Does this article appear wrong?"
|
||||||
|
msgstr "Czy ten artykuł wygląda nieprawidłowo?"
|
||||||
|
|
||||||
|
msgid "tags:"
|
||||||
|
msgstr "tegi:"
|
||||||
|
|
||||||
|
msgid "Edit tags"
|
||||||
|
msgstr "Redagowac tegi"
|
||||||
|
|
||||||
|
msgid "return home"
|
||||||
|
msgstr "wrócić do głównej"
|
||||||
|
|
||||||
|
msgid "powered by"
|
||||||
|
msgstr "zasilany przez"
|
||||||
|
|
||||||
|
msgid "debug mode is on so cache is off."
|
||||||
|
msgstr "tryb debugowania jest włączony, więc cash jest wyłączony."
|
||||||
|
|
||||||
|
msgid "your poche version:"
|
||||||
|
msgstr "twoja wersja poche:"
|
||||||
|
|
||||||
|
msgid "storage:"
|
||||||
|
msgstr "magazyn:"
|
||||||
|
|
||||||
|
msgid "favoris"
|
||||||
|
msgstr "ulubione"
|
||||||
|
|
||||||
|
msgid "archive"
|
||||||
|
msgstr "archiwum"
|
||||||
|
|
||||||
|
msgid "unread"
|
||||||
|
msgstr "nieprzeczytane"
|
||||||
|
|
||||||
|
msgid "by date asc"
|
||||||
|
msgstr "według daty rosnąco"
|
||||||
|
|
||||||
|
msgid "by date"
|
||||||
|
msgstr "wg daty"
|
||||||
|
|
||||||
|
msgid "by date desc"
|
||||||
|
msgstr "według daty spadająco"
|
||||||
|
|
||||||
|
msgid "by title asc"
|
||||||
|
msgstr "według tytułu rosnąco"
|
||||||
|
|
||||||
|
msgid "by title"
|
||||||
|
msgstr "wg tytułu"
|
||||||
|
|
||||||
|
msgid "by title desc"
|
||||||
|
msgstr "według tytułu malejąco"
|
||||||
|
|
||||||
|
msgid "No articles found."
|
||||||
|
msgstr "Nie znaleziono artykułów."
|
||||||
|
|
||||||
|
msgid "toggle favorite"
|
||||||
|
msgstr "przełączyc ulubione"
|
||||||
|
|
||||||
|
msgid "delete"
|
||||||
|
msgstr "usunąć"
|
||||||
|
|
||||||
|
msgid "estimated reading time:"
|
||||||
|
msgstr "szacowany czas odczytu:"
|
||||||
|
|
||||||
|
msgid "results"
|
||||||
|
msgstr "wyniki"
|
||||||
|
|
||||||
|
msgid "home"
|
||||||
|
msgstr "główna"
|
||||||
|
|
||||||
|
msgid "favorites"
|
||||||
|
msgstr "ulubione"
|
||||||
|
|
||||||
|
msgid "tags"
|
||||||
|
msgstr "tagi"
|
||||||
|
|
||||||
|
msgid "config"
|
||||||
|
msgstr "ustawienia"
|
||||||
|
|
||||||
|
msgid "logout"
|
||||||
|
msgstr "wyloguj"
|
||||||
|
|
||||||
|
msgid "Poching links"
|
||||||
|
msgstr "Zapisywanie linków"
|
||||||
|
|
||||||
|
msgid "There are several ways to poche a link:"
|
||||||
|
msgstr "Istnieje kilka sposobów aby zapisać link:"
|
||||||
|
|
||||||
|
msgid "read the documentation"
|
||||||
|
msgstr "zapoznać się z dokumentacją"
|
||||||
|
|
||||||
|
msgid "download the extension"
|
||||||
|
msgstr "pobrać rozszerzenie"
|
||||||
|
|
||||||
|
msgid "via F-Droid"
|
||||||
|
msgstr "przez F-Droid"
|
||||||
|
|
||||||
|
msgid " or "
|
||||||
|
msgstr "albo"
|
||||||
|
|
||||||
|
msgid "via Google Play"
|
||||||
|
msgstr "przez Google Play"
|
||||||
|
|
||||||
|
msgid "download the application"
|
||||||
|
msgstr "pobrać aplikację"
|
||||||
|
|
||||||
|
msgid "By filling this field"
|
||||||
|
msgstr "Poprzez wypełnienie tego pola"
|
||||||
|
|
||||||
|
msgid "poche it!"
|
||||||
|
msgstr "zapisać!"
|
||||||
|
|
||||||
|
msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
|
||||||
|
msgstr "Bookmarklet: przeciągnij i upucs ten link na pasek zakladek"
|
||||||
|
|
||||||
|
msgid "Updating poche"
|
||||||
|
msgstr "Aktualizacja poche"
|
||||||
|
|
||||||
|
msgid "Installed version"
|
||||||
|
msgstr "Zainstalowana wersja "
|
||||||
|
|
||||||
|
msgid "Latest stable version"
|
||||||
|
msgstr "Najnowsza stabilna wersja"
|
||||||
|
|
||||||
|
msgid "A more recent stable version is available."
|
||||||
|
msgstr "Nowsza stabilna wersja jest dostępna."
|
||||||
|
|
||||||
|
msgid "You are up to date."
|
||||||
|
msgstr "Masz wszystko najnowsze."
|
||||||
|
|
||||||
|
msgid "latest dev version"
|
||||||
|
msgstr "najnowsza wersja dev"
|
||||||
|
|
||||||
|
msgid "a more recent development version is available."
|
||||||
|
msgstr "Nowsza wersja rozwojowa jest dostępna."
|
||||||
|
|
||||||
|
msgid "you are up to date."
|
||||||
|
msgstr "masz wszystko najnowsze."
|
||||||
|
|
||||||
|
msgid "Feeds"
|
||||||
|
msgstr "Kanały (feeds)"
|
||||||
|
|
||||||
|
msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&action=generate'>here to generate it</a>."
|
||||||
|
msgstr "Twój znak kanału jest pusty i musi najpierw zostac wygenerowany. Kliknij <a href='?feed&action=generate'>tu dla jego generacji</a>."
|
||||||
|
|
||||||
|
msgid "Unread feed"
|
||||||
|
msgstr "Kanał nieprzeczytanego"
|
||||||
|
|
||||||
|
msgid "Favorites feed"
|
||||||
|
msgstr "Kanał ulubionego"
|
||||||
|
|
||||||
|
msgid "Archive feed"
|
||||||
|
msgstr "Kanał archiwum"
|
||||||
|
|
||||||
|
msgid "Your token:"
|
||||||
|
msgstr "Twój znak (token): "
|
||||||
|
|
||||||
|
msgid "Your user id:"
|
||||||
|
msgstr "Twój id użytkownika (user id):"
|
||||||
|
|
||||||
|
msgid "You can regenerate your token: <a href='?feed&action=generate'>generate!</a>."
|
||||||
|
msgstr "Mozna zgenerowac nowy znak: kliknij <a href='?feed&action=generate'>zgenerowac!</a>."
|
||||||
|
|
||||||
|
msgid "Change your theme"
|
||||||
|
msgstr "Zmienic motyw"
|
||||||
|
|
||||||
|
msgid "Theme:"
|
||||||
|
msgstr "Motyw:"
|
||||||
|
|
||||||
|
msgid "Update"
|
||||||
|
msgstr "Aktualizacja"
|
||||||
|
|
||||||
|
msgid "Change your language"
|
||||||
|
msgstr "Zmienić język"
|
||||||
|
|
||||||
|
msgid "Language:"
|
||||||
|
msgstr "Język:"
|
||||||
|
|
||||||
|
msgid "Change your password"
|
||||||
|
msgstr "Zmień hasło"
|
||||||
|
|
||||||
|
msgid "New password:"
|
||||||
|
msgstr "Nowe hasło:"
|
||||||
|
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Hasło"
|
||||||
|
|
||||||
|
msgid "Repeat your new password:"
|
||||||
|
msgstr "Powtórz hasło jeszcze raz:"
|
||||||
|
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Import"
|
||||||
|
|
||||||
|
msgid "Please execute the import script locally as it can take a very long time."
|
||||||
|
msgstr "Proszę wykonać skrypt import lokalnie, gdyż moze to trwać bardzo długo."
|
||||||
|
|
||||||
|
msgid "More info in the official docs:"
|
||||||
|
msgstr "Więcej informacji w oficjalnej dokumentacji:"
|
||||||
|
|
||||||
|
msgid "Import from Pocket"
|
||||||
|
msgstr "Іmport z Pocket'a"
|
||||||
|
|
||||||
|
#, php-format
|
||||||
|
msgid "(you must have a %s file on your server)"
|
||||||
|
msgstr "(musisz mieć plik %s na serwerze)"
|
||||||
|
|
||||||
|
msgid "Import from Readability"
|
||||||
|
msgstr "Import z Readability"
|
||||||
|
|
||||||
|
msgid "Import from Instapaper"
|
||||||
|
msgstr "Import z Instapaper"
|
||||||
|
|
||||||
|
msgid "Import from poche"
|
||||||
|
msgstr "Import z poche"
|
||||||
|
|
||||||
|
msgid "Export your poche data"
|
||||||
|
msgstr "Eksportowac dane poche"
|
||||||
|
|
||||||
|
msgid "Click here"
|
||||||
|
msgstr "Kliknij tu"
|
||||||
|
|
||||||
|
msgid "to download your database."
|
||||||
|
msgstr "aby pobrac bazę danych."
|
||||||
|
|
||||||
|
msgid "to export your poche data."
|
||||||
|
msgstr "aby eksportować dane poche."
|
||||||
|
|
||||||
|
msgid "Tag"
|
||||||
|
msgstr "Teg"
|
||||||
|
|
||||||
|
msgid "No link available here!"
|
||||||
|
msgstr "Brak dostępnych linków!"
|
||||||
|
|
||||||
|
msgid "toggle mark as read"
|
||||||
|
msgstr "przełączyć znak jako przeczytane"
|
||||||
|
|
||||||
|
msgid "You can enter multiple tags, separated by commas."
|
||||||
|
msgstr "Mozna wprowadzić wiele tagów rozdzielajac je przecinkami."
|
||||||
|
|
||||||
|
msgid "return to article"
|
||||||
|
msgstr "wrócić do artykułu"
|
||||||
|
|
||||||
|
msgid "plop"
|
||||||
|
msgstr "plop"
|
||||||
|
|
||||||
|
msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
|
||||||
|
msgstr "Można <a href='wallabag_compatibility_test.php'>sprawdzić swoją konfigurację tu</a>."
|
||||||
|
|
||||||
|
msgid "installation"
|
||||||
|
msgstr "instalacja"
|
||||||
|
|
||||||
|
msgid "install your wallabag"
|
||||||
|
msgstr "zainstalować wallabag"
|
||||||
|
|
||||||
|
msgid "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on wallabag website</a>."
|
||||||
|
msgstr "wallabag nie jest jeszcze zainstalowany. Proszę wypełnić poniższy formularz, aby go zainstalowac. Nie wahaj się <a href='http://doc.wallabag.org/'>zapoznac się z dokumentacja na stronie wallabag</a>."
|
||||||
|
|
||||||
|
msgid "Login"
|
||||||
|
msgstr "Login"
|
||||||
|
|
||||||
|
msgid "Repeat your password"
|
||||||
|
msgstr "Powtórz hasło"
|
||||||
|
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Instalowac"
|
||||||
|
|
||||||
|
msgid "login to your wallabag"
|
||||||
|
msgstr "zalogować się do swojego wallabag"
|
||||||
|
|
||||||
|
msgid "Login to wallabag"
|
||||||
|
msgstr "Zalogować się do wallabag"
|
||||||
|
|
||||||
|
msgid "you are in demo mode, some features may be disabled."
|
||||||
|
msgstr "jesteś w trybie demo, niektóre funkcje mogą być niedostępne."
|
||||||
|
|
||||||
|
msgid "Username"
|
||||||
|
msgstr "Imię użytkownika"
|
||||||
|
|
||||||
|
msgid "Stay signed in"
|
||||||
|
msgstr "Pozostań zalogowany"
|
||||||
|
|
||||||
|
msgid "(Do not check on public computers)"
|
||||||
|
msgstr "(Nie sprawdzaj na publicznych komputerach"
|
||||||
|
|
||||||
|
msgid "Untitled"
|
||||||
|
msgstr "Bez nazwy"
|
||||||
|
|
||||||
|
msgid "the link has been added successfully"
|
||||||
|
msgstr "link pozostał pomyślnie dodany"
|
||||||
|
|
||||||
|
msgid "error during insertion : the link wasn't added"
|
||||||
|
msgstr "błąd podczas wprowadzania: link nie zostal dodany"
|
||||||
|
|
||||||
|
msgid "the link has been deleted successfully"
|
||||||
|
msgstr "link zostal pomyślnie usunięty"
|
||||||
|
|
||||||
|
msgid "the link wasn't deleted"
|
||||||
|
msgstr "link nie został usunięty"
|
||||||
|
|
||||||
|
msgid "previous"
|
||||||
|
msgstr "poprzednia"
|
||||||
|
|
||||||
|
msgid "next"
|
||||||
|
msgstr "następna"
|
||||||
|
|
||||||
|
msgid "in demo mode, you can't update your password"
|
||||||
|
msgstr "w trybie demo, nie można zmieniać hasła"
|
||||||
|
|
||||||
|
msgid "your password has been updated"
|
||||||
|
msgstr "twoje hasło zmienione"
|
||||||
|
|
||||||
|
msgid "the two fields have to be filled & the password must be the same in the two fields"
|
||||||
|
msgstr "oba pola muszą być wypełnione i hasła muszę być takie same w obu polach"
|
||||||
|
|
||||||
|
msgid "still using the \""
|
||||||
|
msgstr "nadal w użyciu \""
|
||||||
|
|
||||||
|
msgid "that theme does not seem to be installed"
|
||||||
|
msgstr "wydaje się że motyw nie był zainstalowany"
|
||||||
|
|
||||||
|
msgid "you have changed your theme preferences"
|
||||||
|
msgstr "ustawienia motywu zostałe zmienione"
|
||||||
|
|
||||||
|
msgid "that language does not seem to be installed"
|
||||||
|
msgstr "wydaje się że język nie był zainstalowany"
|
||||||
|
|
||||||
|
msgid "you have changed your language preferences"
|
||||||
|
msgstr "ustawienia języka zostałe zmienione"
|
||||||
|
|
||||||
|
msgid "login failed: you have to fill all fields"
|
||||||
|
msgstr "logowanie nie powiodlo się: musisz wypełnić wszystkie pola"
|
||||||
|
|
||||||
|
msgid "welcome to your poche"
|
||||||
|
msgstr "witamy w poche"
|
||||||
|
|
||||||
|
msgid "login failed: bad login or password"
|
||||||
|
msgstr "logowanie nie powiodlo się: zly login lub hasło"
|
||||||
|
|
||||||
|
msgid "see you soon!"
|
||||||
|
msgstr "do zobaczenia wkrótce!"
|
||||||
|
|
||||||
|
msgid "import from instapaper completed"
|
||||||
|
msgstr "import з instapaper'a zakończony"
|
||||||
|
|
||||||
|
msgid "import from pocket completed"
|
||||||
|
msgstr "import z pocket'a zakończony"
|
||||||
|
|
||||||
|
msgid "import from Readability completed. "
|
||||||
|
msgstr "import z Readability zakończony. "
|
||||||
|
|
||||||
|
msgid "import from Poche completed. "
|
||||||
|
msgstr "import z Poche zakończony. "
|
||||||
|
|
||||||
|
msgid "Unknown import provider."
|
||||||
|
msgstr "Nieznany dostawca importu."
|
||||||
|
|
||||||
|
msgid "Incomplete inc/poche/define.inc.php file, please define \""
|
||||||
|
msgstr "Niekompletny plik inc/poche/define.inc.php, proszę definiować \""
|
||||||
|
|
||||||
|
msgid "Could not find required \""
|
||||||
|
msgstr "Nie znaleziono potrzebnego \""
|
||||||
|
|
||||||
|
msgid "Uh, there is a problem while generating feeds."
|
||||||
|
msgstr "Uh, jest problem podczas generowania kanałów (feeds)."
|
||||||
|
|
||||||
|
msgid "Oops, it seems you don't have PHP 5."
|
||||||
|
msgstr "Oops, wygląda ze u was niema PHP 5."
|
||||||
|
|
BIN
locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo
Normal file → Executable file
BIN
locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo
Normal file → Executable file
Binary file not shown.
498
locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po
Normal file → Executable file
498
locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po
Normal file → Executable file
@ -1,123 +1,86 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2014-02-07 12:40+0300\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Nicolas Lœuillet <nicolas.loeuillet@gmail.com>\n"
|
"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
"Language: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 1.5.4\n"
|
"X-Generator: Poedit 1.5.4\n"
|
||||||
|
"X-Poedit-Language: Russian\n"
|
||||||
|
"X-Poedit-Country: RUSSIA\n"
|
||||||
|
"X-Poedit-SourceCharset: utf-8\n"
|
||||||
|
"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
|
||||||
|
|
||||||
msgid "config"
|
msgid "poche, a read it later open source system"
|
||||||
msgstr "настройки"
|
msgstr "poche, сервис отложенного чтения с открытым исходным кодом"
|
||||||
|
|
||||||
msgid "Poching a link"
|
msgid "login failed: user doesn't exist"
|
||||||
msgstr "Сохраняю ссылку"
|
msgstr "войти не удалось: пользователь не существует"
|
||||||
|
|
||||||
msgid "read the documentation"
|
msgid "Return home"
|
||||||
msgstr "читать инструкцию"
|
msgstr "На главную"
|
||||||
|
|
||||||
msgid "by filling this field"
|
msgid "Back to top"
|
||||||
msgstr "заполнением этого поля"
|
msgstr "Наверх"
|
||||||
|
|
||||||
msgid "poche it!"
|
msgid "original"
|
||||||
msgstr "Прикарманить!"
|
msgstr "источник"
|
||||||
|
|
||||||
msgid "Updating poche"
|
msgid "Mark as read"
|
||||||
msgstr "Обновляю poche"
|
msgstr "Отметить как прочитанное"
|
||||||
|
|
||||||
msgid "your version"
|
msgid "Toggle mark as read"
|
||||||
msgstr "Ваша версия"
|
msgstr "Изменить отметку 'прочитано'"
|
||||||
|
|
||||||
msgid "latest stable version"
|
msgid "Favorite"
|
||||||
msgstr "крайняя стабильная версия"
|
msgstr "Избранное"
|
||||||
|
|
||||||
msgid "a more recent stable version is available."
|
msgid "Toggle favorite"
|
||||||
msgstr "есть более новая стабильная версия."
|
msgstr "Изменить метку избранного"
|
||||||
|
|
||||||
msgid "you are up to date."
|
msgid "Delete"
|
||||||
msgstr "у Вас всё самое новое."
|
msgstr "Удалить"
|
||||||
|
|
||||||
msgid "latest dev version"
|
msgid "Tweet"
|
||||||
msgstr "крайняя версия разработчиков"
|
msgstr "Твитнуть"
|
||||||
|
|
||||||
msgid "a more recent development version is available."
|
msgid "Email"
|
||||||
msgstr "есть более свежая версия разработчиков."
|
msgstr "Отправить по почте"
|
||||||
|
|
||||||
msgid "Change your password"
|
msgid "shaarli"
|
||||||
msgstr "Смени пароль"
|
msgstr "shaarli"
|
||||||
|
|
||||||
msgid "New password:"
|
msgid "flattr"
|
||||||
msgstr "Новый пароль:"
|
msgstr "проспонсировать"
|
||||||
|
|
||||||
msgid "Password"
|
msgid "Does this article appear wrong?"
|
||||||
msgstr "Пароль"
|
msgstr "Статья выглядит криво?"
|
||||||
|
|
||||||
msgid "Repeat your new password:"
|
msgid "tags:"
|
||||||
msgstr "Ещё раз новый пароль:"
|
msgstr "теги:"
|
||||||
|
|
||||||
msgid "Update"
|
msgid "Edit tags"
|
||||||
msgstr "Обновить"
|
msgstr "Редактировать теги"
|
||||||
|
|
||||||
msgid "Import"
|
msgid "return home"
|
||||||
msgstr "Импортировать"
|
msgstr "на главную"
|
||||||
|
|
||||||
msgid "Please execute the import script locally, it can take a very long time."
|
msgid "powered by"
|
||||||
msgstr ""
|
msgstr "при поддержке"
|
||||||
"Выполните сценарий импорта локально - он может занять слишком много времени."
|
|
||||||
|
|
||||||
msgid "More info in the official doc:"
|
msgid "debug mode is on so cache is off."
|
||||||
msgstr "Больше сведений в официальной документации:"
|
msgstr "включён режим отладки - кеш выключен."
|
||||||
|
|
||||||
msgid "import from Pocket"
|
msgid "your poche version:"
|
||||||
msgstr "импортировать из Pocket"
|
msgstr "ваша версия poche:"
|
||||||
|
|
||||||
msgid "import from Readability"
|
msgid "storage:"
|
||||||
msgstr "импортировать из Readability"
|
msgstr "хранилище:"
|
||||||
|
|
||||||
msgid "import from Instapaper"
|
|
||||||
msgstr "импортировать из Instapaper"
|
|
||||||
|
|
||||||
msgid "Export your poche data"
|
|
||||||
msgstr "Экспортировать данные poche"
|
|
||||||
|
|
||||||
msgid "Click here"
|
|
||||||
msgstr "Кликни сюда"
|
|
||||||
|
|
||||||
msgid "to export your poche data."
|
|
||||||
msgstr "чтобы экспортировать твои записи из poche."
|
|
||||||
|
|
||||||
msgid "back to home"
|
|
||||||
msgstr "домой"
|
|
||||||
|
|
||||||
msgid "installation"
|
|
||||||
msgstr "установка"
|
|
||||||
|
|
||||||
msgid "install your poche"
|
|
||||||
msgstr "установить твой poche"
|
|
||||||
|
|
||||||
msgid ""
|
|
||||||
"poche is still not installed. Please fill the below form to install it. "
|
|
||||||
"Don't hesitate to <a href='http://doc.inthepoche.com'>read the documentation "
|
|
||||||
"on poche website</a>."
|
|
||||||
msgstr ""
|
|
||||||
"poche всё ещё не установлен. Надо заполнить форму ниже, чтобы установить "
|
|
||||||
"его. Неплохо также <a href='http://doc.inthepoche.com'>прочесть документацию "
|
|
||||||
"на сайте poche</a>."
|
|
||||||
|
|
||||||
msgid "Login"
|
|
||||||
msgstr "Регистрационное имя"
|
|
||||||
|
|
||||||
msgid "Repeat your password"
|
|
||||||
msgstr "Повтори пароль"
|
|
||||||
|
|
||||||
msgid "Install"
|
|
||||||
msgstr "Установить"
|
|
||||||
|
|
||||||
msgid "back to top"
|
|
||||||
msgstr "наверх"
|
|
||||||
|
|
||||||
msgid "favoris"
|
msgid "favoris"
|
||||||
msgstr "избранное"
|
msgstr "избранное"
|
||||||
@ -126,7 +89,7 @@ msgid "archive"
|
|||||||
msgstr "архив"
|
msgstr "архив"
|
||||||
|
|
||||||
msgid "unread"
|
msgid "unread"
|
||||||
msgstr "нечитанное"
|
msgstr "непрочитанное"
|
||||||
|
|
||||||
msgid "by date asc"
|
msgid "by date asc"
|
||||||
msgstr "по дате, сперва старые"
|
msgstr "по дате, сперва старые"
|
||||||
@ -146,83 +109,336 @@ msgstr "по заголовку"
|
|||||||
msgid "by title desc"
|
msgid "by title desc"
|
||||||
msgstr "по заголовку (обратный)"
|
msgstr "по заголовку (обратный)"
|
||||||
|
|
||||||
msgid "No link available here!"
|
msgid "No articles found."
|
||||||
msgstr "Здесь нет линка!"
|
msgstr "Статей не найдено."
|
||||||
|
|
||||||
msgid "toggle mark as read"
|
|
||||||
msgstr "изменить отметку 'прочитано'"
|
|
||||||
|
|
||||||
msgid "toggle favorite"
|
msgid "toggle favorite"
|
||||||
msgstr "изменить избранность"
|
msgstr "изменить метку избранного"
|
||||||
|
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "удалить"
|
msgstr "удалить"
|
||||||
|
|
||||||
msgid "original"
|
msgid "estimated reading time:"
|
||||||
msgstr "исходный"
|
msgstr "ориентировочное время чтения:"
|
||||||
|
|
||||||
msgid "results"
|
msgid "results"
|
||||||
msgstr "найдено"
|
msgstr "найдено"
|
||||||
|
|
||||||
msgid "tweet"
|
|
||||||
msgstr "твитнуть"
|
|
||||||
|
|
||||||
msgid "email"
|
|
||||||
msgstr "отправить по почте"
|
|
||||||
|
|
||||||
msgid "shaarli"
|
|
||||||
msgstr "Шаарли"
|
|
||||||
|
|
||||||
msgid "flattr"
|
|
||||||
msgstr "проспонсировать"
|
|
||||||
|
|
||||||
msgid "this article appears wrong?"
|
|
||||||
msgstr "статья выглядит криво?"
|
|
||||||
|
|
||||||
msgid "create an issue"
|
|
||||||
msgstr "оповестить об ошибке"
|
|
||||||
|
|
||||||
msgid "or"
|
|
||||||
msgstr "или"
|
|
||||||
|
|
||||||
msgid "contact us by mail"
|
|
||||||
msgstr "связаться по почте"
|
|
||||||
|
|
||||||
msgid "plop"
|
|
||||||
msgstr "plop"
|
|
||||||
|
|
||||||
msgid "home"
|
msgid "home"
|
||||||
msgstr "домой"
|
msgstr "главная"
|
||||||
|
|
||||||
msgid "favorites"
|
msgid "favorites"
|
||||||
msgstr "избранное"
|
msgstr "избранное"
|
||||||
|
|
||||||
|
msgid "tags"
|
||||||
|
msgstr "теги"
|
||||||
|
|
||||||
|
msgid "config"
|
||||||
|
msgstr "настройки"
|
||||||
|
|
||||||
msgid "logout"
|
msgid "logout"
|
||||||
msgstr "выйти"
|
msgstr "выход"
|
||||||
|
|
||||||
msgid "powered by"
|
msgid "Poching links"
|
||||||
msgstr "на основе"
|
msgstr "Сохранение ссылок"
|
||||||
|
|
||||||
msgid "debug mode is on so cache is off."
|
msgid "There are several ways to poche a link:"
|
||||||
msgstr "включён режим отладки - кеш выключен."
|
msgstr "Существует несколько способов сохранить ссылку:"
|
||||||
|
|
||||||
msgid "your poche version:"
|
msgid "read the documentation"
|
||||||
msgstr "Ваша версия poche:"
|
msgstr "читать инструкцию"
|
||||||
|
|
||||||
msgid "storage:"
|
msgid "download the extension"
|
||||||
msgstr "хранилище:"
|
msgstr "скачать расширение"
|
||||||
|
|
||||||
msgid "login to your poche"
|
msgid "via F-Droid"
|
||||||
msgstr "войти в свой poche"
|
msgstr "с F-Droid"
|
||||||
|
|
||||||
|
msgid " or "
|
||||||
|
msgstr "или"
|
||||||
|
|
||||||
|
msgid "via Google Play"
|
||||||
|
msgstr "с Google Play"
|
||||||
|
|
||||||
|
msgid "download the application"
|
||||||
|
msgstr "скачать приложение"
|
||||||
|
|
||||||
|
msgid "By filling this field"
|
||||||
|
msgstr "Заполнением этого поля"
|
||||||
|
|
||||||
|
msgid "poche it!"
|
||||||
|
msgstr "прикарманить!"
|
||||||
|
|
||||||
|
msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
|
||||||
|
msgstr "Закладка: перетащите и опустите ссылку на панель закладок"
|
||||||
|
|
||||||
|
msgid "Updating poche"
|
||||||
|
msgstr "Обновления poche"
|
||||||
|
|
||||||
|
msgid "Installed version"
|
||||||
|
msgstr "Установленная версия"
|
||||||
|
|
||||||
|
msgid "Latest stable version"
|
||||||
|
msgstr "Последняя стабильная версия"
|
||||||
|
|
||||||
|
msgid "A more recent stable version is available."
|
||||||
|
msgstr "Доступна новая стабильная версия."
|
||||||
|
|
||||||
|
msgid "You are up to date."
|
||||||
|
msgstr "У вас всё самое новое."
|
||||||
|
|
||||||
|
msgid "latest dev version"
|
||||||
|
msgstr "последняя версия в разработке"
|
||||||
|
|
||||||
|
msgid "a more recent development version is available."
|
||||||
|
msgstr "есть более свежая версия в разработке."
|
||||||
|
|
||||||
|
msgid "you are up to date."
|
||||||
|
msgstr "у вас всё самое новое."
|
||||||
|
|
||||||
|
msgid "Feeds"
|
||||||
|
msgstr "Ленты (feeds)"
|
||||||
|
|
||||||
|
msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&action=generate'>here to generate it</a>."
|
||||||
|
msgstr "Ваш маркер ленты (feed token) не определен, для того, чтобы активировать ленту, сначала создайте его. Нажмите <a href='?feed&action=generate'>здесь для его генерации</ а>."
|
||||||
|
|
||||||
|
msgid "Unread feed"
|
||||||
|
msgstr "Лента непрочитанного"
|
||||||
|
|
||||||
|
msgid "Favorites feed"
|
||||||
|
msgstr "Лента избранного"
|
||||||
|
|
||||||
|
msgid "Archive feed"
|
||||||
|
msgstr "Лента архива"
|
||||||
|
|
||||||
|
msgid "Your token:"
|
||||||
|
msgstr "Ваш маркер (token):"
|
||||||
|
|
||||||
|
msgid "Your user id:"
|
||||||
|
msgstr "Ваш идентификатор пользователя (user id):"
|
||||||
|
|
||||||
|
msgid "You can regenerate your token: <a href='?feed&action=generate'>generate!</a>."
|
||||||
|
msgstr "Вы можете создать новый маркер: <a href='?feed&action=generate'>сгенерировать!</a>."
|
||||||
|
|
||||||
|
msgid "Change your theme"
|
||||||
|
msgstr "Изменить тему"
|
||||||
|
|
||||||
|
msgid "Theme:"
|
||||||
|
msgstr "Тема:"
|
||||||
|
|
||||||
|
msgid "Update"
|
||||||
|
msgstr "Обновить"
|
||||||
|
|
||||||
|
msgid "Change your language"
|
||||||
|
msgstr "Изменить язык"
|
||||||
|
|
||||||
|
msgid "Language:"
|
||||||
|
msgstr "Язык:"
|
||||||
|
|
||||||
|
msgid "Change your password"
|
||||||
|
msgstr "Смена пароля"
|
||||||
|
|
||||||
|
msgid "New password:"
|
||||||
|
msgstr "Новый пароль:"
|
||||||
|
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
msgid "Repeat your new password:"
|
||||||
|
msgstr "Ещё раз новый пароль:"
|
||||||
|
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Импортировать"
|
||||||
|
|
||||||
|
msgid "Please execute the import script locally as it can take a very long time."
|
||||||
|
msgstr "Пожалуйста, выполните сценарий импорта локально - это может занять слишком много времени."
|
||||||
|
|
||||||
|
msgid "More info in the official docs:"
|
||||||
|
msgstr "Больше сведений в официальной документации:"
|
||||||
|
|
||||||
|
msgid "Import from Pocket"
|
||||||
|
msgstr "Импортировать из Pocket"
|
||||||
|
|
||||||
|
#, php-format
|
||||||
|
msgid "(you must have a %s file on your server)"
|
||||||
|
msgstr "(файл %s должен присутствовать на вашем сервере)"
|
||||||
|
|
||||||
|
msgid "Import from Readability"
|
||||||
|
msgstr "Импортировать из Readability"
|
||||||
|
|
||||||
|
msgid "Import from Instapaper"
|
||||||
|
msgstr "Импортировать из Instapaper"
|
||||||
|
|
||||||
|
msgid "Import from poche"
|
||||||
|
msgstr "Импортировать из poche"
|
||||||
|
|
||||||
|
msgid "Export your poche data"
|
||||||
|
msgstr "Экспортировать данные poche"
|
||||||
|
|
||||||
|
msgid "Click here"
|
||||||
|
msgstr "Кликните здесь"
|
||||||
|
|
||||||
|
msgid "to download your database."
|
||||||
|
msgstr "чтобы скачать вашу базу данных"
|
||||||
|
|
||||||
|
msgid "to export your poche data."
|
||||||
|
msgstr "чтобы экспортировать свои записи из poche."
|
||||||
|
|
||||||
|
msgid "Tag"
|
||||||
|
msgstr "Тег"
|
||||||
|
|
||||||
|
msgid "No link available here!"
|
||||||
|
msgstr "Здесь нет ссылки!"
|
||||||
|
|
||||||
|
msgid "toggle mark as read"
|
||||||
|
msgstr "изменить отметку 'прочитано'"
|
||||||
|
|
||||||
|
msgid "You can enter multiple tags, separated by commas."
|
||||||
|
msgstr "Вы можете ввести несколько тегов, разделяя их запятой."
|
||||||
|
|
||||||
|
msgid "return to article"
|
||||||
|
msgstr "вернуться к статье"
|
||||||
|
|
||||||
|
msgid "plop"
|
||||||
|
msgstr "plop"
|
||||||
|
|
||||||
|
msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
|
||||||
|
msgstr "Вы можете <a href='wallabag_compatibility_test.php'>проверить конфигурацию здесь</a>."
|
||||||
|
|
||||||
|
msgid "installation"
|
||||||
|
msgstr "установка"
|
||||||
|
|
||||||
|
msgid "install your wallabag"
|
||||||
|
msgstr "установка wallabag"
|
||||||
|
|
||||||
|
msgid "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on wallabag website</a>."
|
||||||
|
msgstr "wallabag всё ещё не установлен. Надо заполнить форму ниже, чтобы установить его. Неплохо также <a href='http://doc.wallabag.org'>прочесть документацию на сайте wallabag</a>."
|
||||||
|
|
||||||
|
msgid "Login"
|
||||||
|
msgstr "Имя пользователя"
|
||||||
|
|
||||||
|
msgid "Repeat your password"
|
||||||
|
msgstr "Повторите пароль"
|
||||||
|
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Установить"
|
||||||
|
|
||||||
|
msgid "login to your wallabag"
|
||||||
|
msgstr "войти в свой wallabag"
|
||||||
|
|
||||||
|
msgid "Login to wallabag"
|
||||||
|
msgstr "Войдите в wallabag"
|
||||||
|
|
||||||
msgid "you are in demo mode, some features may be disabled."
|
msgid "you are in demo mode, some features may be disabled."
|
||||||
msgstr "демонстрационный режим - работают не все возможности."
|
msgstr "демонстрационный режим - работают не все возможности."
|
||||||
|
|
||||||
|
msgid "Username"
|
||||||
|
msgstr "Имя пользователя"
|
||||||
|
|
||||||
msgid "Stay signed in"
|
msgid "Stay signed in"
|
||||||
msgstr "Оставаться зарегистрированным"
|
msgstr "Запомнить меня"
|
||||||
|
|
||||||
msgid "(Do not check on public computers)"
|
msgid "(Do not check on public computers)"
|
||||||
msgstr "(Не отмечай на чужих компьютерах)"
|
msgstr "(Не отмечайте на чужих компьютерах)"
|
||||||
|
|
||||||
msgid "Sign in"
|
msgid "Untitled"
|
||||||
msgstr "Зарегистрироваться"
|
msgstr "Без названия"
|
||||||
|
|
||||||
|
msgid "the link has been added successfully"
|
||||||
|
msgstr "ссылка успешно добавлена"
|
||||||
|
|
||||||
|
msgid "error during insertion : the link wasn't added"
|
||||||
|
msgstr "ошибка во время вставки: ссылка не добавлена"
|
||||||
|
|
||||||
|
msgid "the link has been deleted successfully"
|
||||||
|
msgstr "ссылка успешно удалена"
|
||||||
|
|
||||||
|
msgid "the link wasn't deleted"
|
||||||
|
msgstr "ссылка не удалена"
|
||||||
|
|
||||||
|
msgid "previous"
|
||||||
|
msgstr "предыдущая"
|
||||||
|
|
||||||
|
msgid "next"
|
||||||
|
msgstr "следующая"
|
||||||
|
|
||||||
|
msgid "in demo mode, you can't update your password"
|
||||||
|
msgstr "в демонстрационном режиме смена пароля не разрешена"
|
||||||
|
|
||||||
|
msgid "your password has been updated"
|
||||||
|
msgstr "ваш пароль обновлен"
|
||||||
|
|
||||||
|
msgid "the two fields have to be filled & the password must be the same in the two fields"
|
||||||
|
msgstr "необходимо заполнить оба поля и пароль в обоих должен совпадать"
|
||||||
|
|
||||||
|
msgid "still using the \""
|
||||||
|
msgstr "все еще используется \""
|
||||||
|
|
||||||
|
msgid "that theme does not seem to be installed"
|
||||||
|
msgstr "кажется, эта тема не установлена"
|
||||||
|
|
||||||
|
msgid "you have changed your theme preferences"
|
||||||
|
msgstr "вы изменили свои настройки темы"
|
||||||
|
|
||||||
|
msgid "that language does not seem to be installed"
|
||||||
|
msgstr "кажется, что этот язык не установлен"
|
||||||
|
|
||||||
|
msgid "you have changed your language preferences"
|
||||||
|
msgstr "вы изменили свои настройки языка"
|
||||||
|
|
||||||
|
msgid "login failed: you have to fill all fields"
|
||||||
|
msgstr "войти не удалось: вы должны заполнить все поля"
|
||||||
|
|
||||||
|
msgid "welcome to your poche"
|
||||||
|
msgstr "добро пожаловать в ваш poche"
|
||||||
|
|
||||||
|
msgid "login failed: bad login or password"
|
||||||
|
msgstr "войти не удалось: неправильное имя пользователя или пароль"
|
||||||
|
|
||||||
|
msgid "see you soon!"
|
||||||
|
msgstr "увидимся!"
|
||||||
|
|
||||||
|
msgid "import from instapaper completed"
|
||||||
|
msgstr "импорт из instapaper завершен"
|
||||||
|
|
||||||
|
msgid "import from pocket completed"
|
||||||
|
msgstr "импорт из pocket завершен"
|
||||||
|
|
||||||
|
msgid "import from Readability completed. "
|
||||||
|
msgstr "импорт из Readability завершен"
|
||||||
|
|
||||||
|
msgid "import from Poche completed. "
|
||||||
|
msgstr "импорт из Poche завершен."
|
||||||
|
|
||||||
|
msgid "Unknown import provider."
|
||||||
|
msgstr "Неизвестный провайдер импорта."
|
||||||
|
|
||||||
|
msgid "Incomplete inc/poche/define.inc.php file, please define \""
|
||||||
|
msgstr "Незавершенный файл inc/poche/define.inc.php file, пожалуйста определите \""
|
||||||
|
|
||||||
|
msgid "Could not find required \""
|
||||||
|
msgstr "Не удалось найти требуемый \""
|
||||||
|
|
||||||
|
msgid "Uh, there is a problem while generating feeds."
|
||||||
|
msgstr "Ох, возникла проблема при создании ленты."
|
||||||
|
|
||||||
|
msgid "Oops, it seems you don't have PHP 5."
|
||||||
|
msgstr "Упс, кажется у вас не установлен PHP 5."
|
||||||
|
|
||||||
|
#~ msgid "your version"
|
||||||
|
#~ msgstr "Ваша версия"
|
||||||
|
|
||||||
|
#~ msgid "back to home"
|
||||||
|
#~ msgstr "домой"
|
||||||
|
|
||||||
|
#~ msgid "create an issue"
|
||||||
|
#~ msgstr "оповестить об ошибке"
|
||||||
|
|
||||||
|
#~ msgid "or"
|
||||||
|
#~ msgstr "или"
|
||||||
|
|
||||||
|
#~ msgid "contact us by mail"
|
||||||
|
#~ msgstr "связаться по почте"
|
||||||
|
|
||||||
|
#~ msgid "Sign in"
|
||||||
|
#~ msgstr "Зарегистрироваться"
|
||||||
|
BIN
locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mo
Executable file
BIN
locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mo
Executable file
Binary file not shown.
428
locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po
Executable file
428
locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po
Executable file
@ -0,0 +1,428 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: wballabag\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2014-02-06 19:23+0300\n"
|
||||||
|
"PO-Revision-Date: 2014-02-06 19:24+0300\n"
|
||||||
|
"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
|
||||||
|
"X-Poedit-Basepath: .\n"
|
||||||
|
"X-Poedit-Language: Ukrainian\n"
|
||||||
|
"X-Poedit-Country: UKRAINE\n"
|
||||||
|
"X-Poedit-SourceCharset: utf-8\n"
|
||||||
|
"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
|
||||||
|
|
||||||
|
msgid "poche, a read it later open source system"
|
||||||
|
msgstr "poche, сервіс відкладеного читання з відкритим кодом"
|
||||||
|
|
||||||
|
msgid "login failed: user doesn't exist"
|
||||||
|
msgstr "увійти не вдалося: користувач не існує"
|
||||||
|
|
||||||
|
msgid "powered by"
|
||||||
|
msgstr "за підтримки"
|
||||||
|
|
||||||
|
msgid "debug mode is on so cache is off."
|
||||||
|
msgstr "режим відладки включено, отже кеш виключено."
|
||||||
|
|
||||||
|
msgid "your poche version:"
|
||||||
|
msgstr "версія вашої poche:"
|
||||||
|
|
||||||
|
msgid "storage:"
|
||||||
|
msgstr "сховище:"
|
||||||
|
|
||||||
|
msgid "home"
|
||||||
|
msgstr "головна"
|
||||||
|
|
||||||
|
msgid "favorites"
|
||||||
|
msgstr "вибране"
|
||||||
|
|
||||||
|
msgid "archive"
|
||||||
|
msgstr "архів"
|
||||||
|
|
||||||
|
msgid "tags"
|
||||||
|
msgstr "теги"
|
||||||
|
|
||||||
|
msgid "config"
|
||||||
|
msgstr "налаштування"
|
||||||
|
|
||||||
|
msgid "logout"
|
||||||
|
msgstr "вихід"
|
||||||
|
|
||||||
|
msgid "return home"
|
||||||
|
msgstr "повернутися на головну"
|
||||||
|
|
||||||
|
msgid "Poching links"
|
||||||
|
msgstr "Зберігання посилань"
|
||||||
|
|
||||||
|
msgid "There are several ways to poche a link:"
|
||||||
|
msgstr "Є кілька способів зберегти посилання:"
|
||||||
|
|
||||||
|
msgid "read the documentation"
|
||||||
|
msgstr "читати документацію"
|
||||||
|
|
||||||
|
msgid "download the extension"
|
||||||
|
msgstr "завантажити розширення"
|
||||||
|
|
||||||
|
msgid "via F-Droid"
|
||||||
|
msgstr "через F-Droid"
|
||||||
|
|
||||||
|
msgid " or "
|
||||||
|
msgstr "або"
|
||||||
|
|
||||||
|
msgid "via Google Play"
|
||||||
|
msgstr "через Google Play"
|
||||||
|
|
||||||
|
msgid "download the application"
|
||||||
|
msgstr "завантажити додаток"
|
||||||
|
|
||||||
|
msgid "By filling this field"
|
||||||
|
msgstr "Заповнивши це поле"
|
||||||
|
|
||||||
|
msgid "poche it!"
|
||||||
|
msgstr "зберегти!"
|
||||||
|
|
||||||
|
msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
|
||||||
|
msgstr "З допомогою закладки: перетягніть і відпустіть посилання на панель закладок"
|
||||||
|
|
||||||
|
msgid "Updating poche"
|
||||||
|
msgstr "Оновлення poche"
|
||||||
|
|
||||||
|
msgid "Installed version"
|
||||||
|
msgstr "Встановлено версію"
|
||||||
|
|
||||||
|
msgid "Latest stable version"
|
||||||
|
msgstr "Остання стабільна версія"
|
||||||
|
|
||||||
|
msgid "A more recent stable version is available."
|
||||||
|
msgstr "Є новіша стабільна версія."
|
||||||
|
|
||||||
|
msgid "You are up to date."
|
||||||
|
msgstr "У вас остання версія."
|
||||||
|
|
||||||
|
msgid "latest dev version"
|
||||||
|
msgstr "остання версія в розробці"
|
||||||
|
|
||||||
|
msgid "a more recent development version is available."
|
||||||
|
msgstr "доступна новіша версія в розробці."
|
||||||
|
|
||||||
|
msgid "you are up to date."
|
||||||
|
msgstr "у вас остання версія."
|
||||||
|
|
||||||
|
msgid "Feeds"
|
||||||
|
msgstr "Завантаження (feeds)"
|
||||||
|
|
||||||
|
msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&action=generate'>here to generate it</a>."
|
||||||
|
msgstr "Ваш маркер завантажень (feed token) не визначено, ви повинні спочатку згенерувати його для того, щоб активувати завантаження. Натисніть <a href='?feed&action=generate'>тут для його генерації</ A>."
|
||||||
|
|
||||||
|
msgid "Unread feed"
|
||||||
|
msgstr "Завантаження непрочитаного"
|
||||||
|
|
||||||
|
msgid "Favorites feed"
|
||||||
|
msgstr "Завантаження вибраного"
|
||||||
|
|
||||||
|
msgid "Archive feed"
|
||||||
|
msgstr "Завантаження архіву"
|
||||||
|
|
||||||
|
msgid "Your token:"
|
||||||
|
msgstr "Ваш маркер (token): "
|
||||||
|
|
||||||
|
msgid "Your user id:"
|
||||||
|
msgstr "Ваш ідентифікатор користувача (user id):"
|
||||||
|
|
||||||
|
msgid "You can regenerate your token: <a href='?feed&action=generate'>generate!</a>."
|
||||||
|
msgstr "Ви можете перестворити ваш маркер: натисніть <a href='?feed&action=generate'>згенерувати!</a>."
|
||||||
|
|
||||||
|
msgid "Change your theme"
|
||||||
|
msgstr "Змінити тему"
|
||||||
|
|
||||||
|
msgid "Theme:"
|
||||||
|
msgstr "Тема:"
|
||||||
|
|
||||||
|
msgid "Update"
|
||||||
|
msgstr "Оновити"
|
||||||
|
|
||||||
|
msgid "Change your language"
|
||||||
|
msgstr "Змінити мову"
|
||||||
|
|
||||||
|
msgid "Language:"
|
||||||
|
msgstr "Мова:"
|
||||||
|
|
||||||
|
msgid "Change your password"
|
||||||
|
msgstr "Зміна паролю"
|
||||||
|
|
||||||
|
msgid "New password:"
|
||||||
|
msgstr "Новий пароль:"
|
||||||
|
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
msgid "Repeat your new password:"
|
||||||
|
msgstr "Новий пароль ще раз:"
|
||||||
|
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Імпортування"
|
||||||
|
|
||||||
|
msgid "Please execute the import script locally as it can take a very long time."
|
||||||
|
msgstr "Будь ласка, виконайте сценарій імпорту локально, оскільки це може тривати досить довго."
|
||||||
|
|
||||||
|
msgid "More info in the official docs:"
|
||||||
|
msgstr "Більш детальна інформація в офіційній документації:"
|
||||||
|
|
||||||
|
msgid "Import from Pocket"
|
||||||
|
msgstr "Імпорт з Pocket-а"
|
||||||
|
|
||||||
|
#, php-format
|
||||||
|
msgid "(you must have a %s file on your server)"
|
||||||
|
msgstr "(файл %s повинен бути присутнім на вашому сервері)"
|
||||||
|
|
||||||
|
msgid "Import from Readability"
|
||||||
|
msgstr "Імпорт з Readability"
|
||||||
|
|
||||||
|
msgid "Import from Instapaper"
|
||||||
|
msgstr "Імпорт з Instapaper"
|
||||||
|
|
||||||
|
msgid "Import from poche"
|
||||||
|
msgstr "Імпорт з poche"
|
||||||
|
|
||||||
|
msgid "Export your poche data"
|
||||||
|
msgstr "Експортувати ваші дані з poche"
|
||||||
|
|
||||||
|
msgid "Click here"
|
||||||
|
msgstr "Клікніть тут"
|
||||||
|
|
||||||
|
msgid "to download your database."
|
||||||
|
msgstr "щоб завантажити вашу базу даних."
|
||||||
|
|
||||||
|
msgid "to export your poche data."
|
||||||
|
msgstr "щоб експортувати ваші дані poche."
|
||||||
|
|
||||||
|
msgid "Tag"
|
||||||
|
msgstr "Тег"
|
||||||
|
|
||||||
|
msgid "No link available here!"
|
||||||
|
msgstr "Немає доступних посилань!"
|
||||||
|
|
||||||
|
msgid "toggle mark as read"
|
||||||
|
msgstr "змінити мітку на прочитано"
|
||||||
|
|
||||||
|
msgid "toggle favorite"
|
||||||
|
msgstr "змінити мітку вибраного"
|
||||||
|
|
||||||
|
msgid "delete"
|
||||||
|
msgstr "видалити"
|
||||||
|
|
||||||
|
msgid "original"
|
||||||
|
msgstr "оригінал"
|
||||||
|
|
||||||
|
msgid "estimated reading time:"
|
||||||
|
msgstr "приблизний час читання:"
|
||||||
|
|
||||||
|
msgid "results"
|
||||||
|
msgstr "результат(ів)"
|
||||||
|
|
||||||
|
msgid "You can enter multiple tags, separated by commas."
|
||||||
|
msgstr "Ви можете ввести декілька тегів, розділених комами."
|
||||||
|
|
||||||
|
msgid "return to article"
|
||||||
|
msgstr "повернутися до статті"
|
||||||
|
|
||||||
|
msgid "plop"
|
||||||
|
msgstr "plop"
|
||||||
|
|
||||||
|
msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
|
||||||
|
msgstr "Ви можете <a href='wallabag_compatibility_test.php'>перевірити вашу конфігурацію тут</a>."
|
||||||
|
|
||||||
|
msgid "favoris"
|
||||||
|
msgstr "вибране"
|
||||||
|
|
||||||
|
msgid "unread"
|
||||||
|
msgstr "непрочитане"
|
||||||
|
|
||||||
|
msgid "by date asc"
|
||||||
|
msgstr "за датою по зростанню"
|
||||||
|
|
||||||
|
msgid "by date"
|
||||||
|
msgstr "за датою"
|
||||||
|
|
||||||
|
msgid "by date desc"
|
||||||
|
msgstr "за датою по спаданню"
|
||||||
|
|
||||||
|
msgid "by title asc"
|
||||||
|
msgstr "за назвою по зростанню"
|
||||||
|
|
||||||
|
msgid "by title"
|
||||||
|
msgstr "за назвою"
|
||||||
|
|
||||||
|
msgid "by title desc"
|
||||||
|
msgstr "за назвою по спаданню"
|
||||||
|
|
||||||
|
msgid "No articles found."
|
||||||
|
msgstr "Статей не знайдено."
|
||||||
|
|
||||||
|
msgid "Toggle mark as read"
|
||||||
|
msgstr "змінити мітку прочитаного"
|
||||||
|
|
||||||
|
msgid "installation"
|
||||||
|
msgstr "інсталяція"
|
||||||
|
|
||||||
|
msgid "install your wallabag"
|
||||||
|
msgstr "встановити wallabag"
|
||||||
|
|
||||||
|
msgid "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on wallabag website</a>."
|
||||||
|
msgstr "wallabag ще не встановлено. Будь ласка, заповніть форму нижче, щоб його встановити. Ви можете <a href='http://doc.wallabag.org/'>звертутися до документації на сайті wallabag</ A>."
|
||||||
|
|
||||||
|
msgid "Login"
|
||||||
|
msgstr "Логін"
|
||||||
|
|
||||||
|
msgid "Repeat your password"
|
||||||
|
msgstr "Пароль ще раз"
|
||||||
|
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Встановити"
|
||||||
|
|
||||||
|
msgid "login to your wallabag"
|
||||||
|
msgstr "увійти до wallabag"
|
||||||
|
|
||||||
|
msgid "Login to wallabag"
|
||||||
|
msgstr "Увійти до wallabag"
|
||||||
|
|
||||||
|
msgid "you are in demo mode, some features may be disabled."
|
||||||
|
msgstr "ви в демонстраційному режимі, деякі функції можуть бути відключені."
|
||||||
|
|
||||||
|
msgid "Username"
|
||||||
|
msgstr "Ім’я користувача"
|
||||||
|
|
||||||
|
msgid "Stay signed in"
|
||||||
|
msgstr "Запам'ятати мене"
|
||||||
|
|
||||||
|
msgid "(Do not check on public computers)"
|
||||||
|
msgstr "(Не відмічайте на загальнодоступних комп'ютерах)"
|
||||||
|
|
||||||
|
msgid "Return home"
|
||||||
|
msgstr "Повернутися на головну"
|
||||||
|
|
||||||
|
msgid "Back to top"
|
||||||
|
msgstr "Догори"
|
||||||
|
|
||||||
|
msgid "Mark as read"
|
||||||
|
msgstr "Відмітити як прочитано/не прочитано"
|
||||||
|
|
||||||
|
msgid "Favorite"
|
||||||
|
msgstr "Вибране"
|
||||||
|
|
||||||
|
msgid "Toggle favorite"
|
||||||
|
msgstr "Відмітити як вибране/не вибране"
|
||||||
|
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Видалити"
|
||||||
|
|
||||||
|
msgid "Tweet"
|
||||||
|
msgstr "Твітнути"
|
||||||
|
|
||||||
|
msgid "Email"
|
||||||
|
msgstr "Надіслати по e-mail"
|
||||||
|
|
||||||
|
msgid "shaarli"
|
||||||
|
msgstr "shaarli"
|
||||||
|
|
||||||
|
msgid "flattr"
|
||||||
|
msgstr "flattr"
|
||||||
|
|
||||||
|
msgid "Does this article appear wrong?"
|
||||||
|
msgstr "Ця стаття виглядає не так, як треба?"
|
||||||
|
|
||||||
|
msgid "tags:"
|
||||||
|
msgstr "теги:"
|
||||||
|
|
||||||
|
msgid "Edit tags"
|
||||||
|
msgstr "Редагувати теги"
|
||||||
|
|
||||||
|
msgid "previous"
|
||||||
|
msgstr "попередня"
|
||||||
|
|
||||||
|
msgid "next"
|
||||||
|
msgstr "наступна"
|
||||||
|
|
||||||
|
msgid "Untitled"
|
||||||
|
msgstr "Без назви"
|
||||||
|
|
||||||
|
msgid "the link has been added successfully"
|
||||||
|
msgstr "посилання успішно додано"
|
||||||
|
|
||||||
|
msgid "error during insertion : the link wasn't added"
|
||||||
|
msgstr "помилка при вставці: посилання не додано"
|
||||||
|
|
||||||
|
msgid "the link has been deleted successfully"
|
||||||
|
msgstr "посилання успішно видалено"
|
||||||
|
|
||||||
|
msgid "the link wasn't deleted"
|
||||||
|
msgstr "посилання не було видалено"
|
||||||
|
|
||||||
|
msgid "in demo mode, you can't update your password"
|
||||||
|
msgstr "в демонстраційному режимі ви не можете змінювати свій пароль"
|
||||||
|
|
||||||
|
msgid "your password has been updated"
|
||||||
|
msgstr "ваш пароль змінено"
|
||||||
|
|
||||||
|
msgid "the two fields have to be filled & the password must be the same in the two fields"
|
||||||
|
msgstr "обидва поля повинні бути заповнені і пароль повинен співпадати в обох"
|
||||||
|
|
||||||
|
msgid "still using the \""
|
||||||
|
msgstr "досі використовується \""
|
||||||
|
|
||||||
|
msgid "that theme does not seem to be installed"
|
||||||
|
msgstr "виглядає, що цю тему не було встановлено"
|
||||||
|
|
||||||
|
msgid "you have changed your theme preferences"
|
||||||
|
msgstr "ви змінили налаштування своєї теми"
|
||||||
|
|
||||||
|
msgid "that language does not seem to be installed"
|
||||||
|
msgstr "виглядає, що цю мову не було встановлено"
|
||||||
|
|
||||||
|
msgid "you have changed your language preferences"
|
||||||
|
msgstr "ви змінили свої налаштування мови"
|
||||||
|
|
||||||
|
msgid "login failed: you have to fill all fields"
|
||||||
|
msgstr "увійти не вдалося: ви повинні заповнити всі поля"
|
||||||
|
|
||||||
|
msgid "welcome to your poche"
|
||||||
|
msgstr "ласкаво просимо до вашого poche"
|
||||||
|
|
||||||
|
msgid "login failed: bad login or password"
|
||||||
|
msgstr "увійти не вдалося: не вірний логін або пароль"
|
||||||
|
|
||||||
|
msgid "see you soon!"
|
||||||
|
msgstr "бувайте, ще побачимось!"
|
||||||
|
|
||||||
|
msgid "import from instapaper completed"
|
||||||
|
msgstr "імпорт з instapaper-а завершено"
|
||||||
|
|
||||||
|
msgid "import from pocket completed"
|
||||||
|
msgstr "імпорт з pocket-а завершено"
|
||||||
|
|
||||||
|
msgid "import from Readability completed. "
|
||||||
|
msgstr "імпорт з Readability завершено"
|
||||||
|
|
||||||
|
msgid "import from Poche completed. "
|
||||||
|
msgstr "імпорт з Poche завершено."
|
||||||
|
|
||||||
|
msgid "Unknown import provider."
|
||||||
|
msgstr "Невідомий провайдер імпорту."
|
||||||
|
|
||||||
|
msgid "Incomplete inc/poche/define.inc.php file, please define \""
|
||||||
|
msgstr "Неповний файл inc/poche/define.inc.php, будь ласка, визначте \""
|
||||||
|
|
||||||
|
msgid "Could not find required \""
|
||||||
|
msgstr "Не вдалося знайти потрібний \""
|
||||||
|
|
||||||
|
msgid "Uh, there is a problem while generating feeds."
|
||||||
|
msgstr "Ох, є проблема при створенні завантажень (feeds)."
|
||||||
|
|
||||||
|
msgid "Oops, it seems you don't have PHP 5."
|
||||||
|
msgstr "Упс, здається, у вас немає PHP 5."
|
||||||
|
|
@ -3,6 +3,7 @@
|
|||||||
<li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li>
|
<li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li>
|
||||||
<li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
|
<li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
|
||||||
<li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
|
<li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
|
||||||
|
<li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li>
|
||||||
<li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
|
<li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
|
||||||
<li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
|
<li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
BIN
themes/courgette/css/.DS_Store
vendored
BIN
themes/courgette/css/.DS_Store
vendored
Binary file not shown.
@ -8,3 +8,15 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'icomoon';
|
||||||
|
src:url('../font/icomoon.eot?-72nnzw');
|
||||||
|
src:url('../font/icomoon.eot?#iefix-72nnzw') format('embedded-opentype'),
|
||||||
|
url('../font/icomoon.woff?-72nnzw') format('woff'),
|
||||||
|
url('../font/comoon.ttf?-72nnzw') format('truetype'),
|
||||||
|
url('../font/icomoon.svg?-72nnzw#icomoon') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -157,6 +157,8 @@ h1 a {
|
|||||||
transition-delay:1.55ms;
|
transition-delay:1.55ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article_toolbar li:nth-child(2) { display: none; }
|
||||||
|
|
||||||
#menu:before {
|
#menu:before {
|
||||||
content: "\e801";
|
content: "\e801";
|
||||||
display: block;
|
display: block;
|
||||||
@ -299,7 +301,7 @@ ul li {
|
|||||||
color:#000;
|
color:#000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools a:before { display: block; font-family: 'fontello'; }
|
.tools a:before { display: block; font-family: 'icomoon'; }
|
||||||
|
|
||||||
|
|
||||||
.fav-off:before, .fav:before { content: '\e805'; } /* '' */
|
.fav-off:before, .fav:before { content: '\e805'; } /* '' */
|
||||||
@ -308,13 +310,13 @@ ul li {
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
color:#000;
|
color:#000;
|
||||||
}
|
}
|
||||||
.link:before { content: '\e800'; } /* '' */
|
.link:before { content: '\e801'; } /* '' */
|
||||||
.delete:before { content: '\e803'; } /* '' */
|
.delete:before { content: '\e80c'; } /* '' */
|
||||||
.reading-time:before { content: '\e802'; } /* '' */
|
.reading-time:before { content: '\e803'; } /* '' */
|
||||||
|
|
||||||
#article_toolbar a:before {
|
#article_toolbar a:before {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: 'fontello';
|
font-family: 'icomoon';
|
||||||
}
|
}
|
||||||
|
|
||||||
#article_toolbar a {
|
#article_toolbar a {
|
||||||
@ -343,7 +345,8 @@ ul li {
|
|||||||
.email:before { content: '\e80a'; } /* '' */
|
.email:before { content: '\e80a'; } /* '' */
|
||||||
.icon-check:before { content: '\e804'; } /* '' */
|
.icon-check:before { content: '\e804'; } /* '' */
|
||||||
.back:before { content: '\e806'; } /* '' */
|
.back:before { content: '\e806'; } /* '' */
|
||||||
.bad-display:before { content: '\e808'; } /* '' */
|
.flattr:before { content: '\e800'; } /* '' */
|
||||||
|
.bad-display:before { content: '\e600'; } /* '' */
|
||||||
.twitter:before { content: '\e807'; } /* '' */
|
.twitter:before { content: '\e807'; } /* '' */
|
||||||
|
|
||||||
#article_toolbar .flattrli {
|
#article_toolbar .flattrli {
|
||||||
@ -618,3 +621,64 @@ form button:hover, form button:focus, form input[type="submit"]:hover, form inpu
|
|||||||
position:static;
|
position:static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.w600p {
|
||||||
|
width: 70%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagForm {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagForm p {
|
||||||
|
font-style: italic;
|
||||||
|
margin: 0;
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagForm label {
|
||||||
|
width: auto;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.back:before {
|
||||||
|
font-family: "icomoon";
|
||||||
|
}
|
||||||
|
|
||||||
|
.back.link {
|
||||||
|
color: #000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.back.link:before {
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-list a {
|
||||||
|
color: #000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-list li {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
background: #000;
|
||||||
|
color: #FFF;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag:hover, .tag:focus {
|
||||||
|
background: #FFF;
|
||||||
|
color: #000;
|
||||||
|
}
|
20
themes/courgette/edit-tags.twig
Normal file
20
themes/courgette/edit-tags.twig
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{% extends "layout.twig" %}
|
||||||
|
{% block title %}edit tags{% endblock %}
|
||||||
|
{% block menu %}
|
||||||
|
{% include '_menu.twig' %}
|
||||||
|
{% endblock %}
|
||||||
|
{% block content %}
|
||||||
|
{% if tags is empty %}
|
||||||
|
<em>no tags</em>
|
||||||
|
{% endif %}
|
||||||
|
<ul class='tag-list'>
|
||||||
|
{% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&tag_id={{ tag.id }}&id={{ entry_id }}">✘</a></li>{% endfor %}
|
||||||
|
</ul>
|
||||||
|
<form method="post" action="./?action=add_tag" class="tagForm">
|
||||||
|
<label for="value">Add tags: </label><input type="text" placeholder="interview, editorial, video" id="value" name="value" required="required" />
|
||||||
|
<p>{% trans "You can enter multiple tags, separated by commas." %}</p>
|
||||||
|
<input type="hidden" name="entry_id" value="{{ entry_id }}" />
|
||||||
|
<input type="submit" value="Tag" />
|
||||||
|
</form>
|
||||||
|
<a class="back link" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
|
||||||
|
{% endblock %}
|
Binary file not shown.
@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<metadata>Copyright (C) 2013 by original authors @ fontello.com</metadata>
|
|
||||||
<defs>
|
|
||||||
<font id="fontello" horiz-adv-x="1000" >
|
|
||||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
|
||||||
<missing-glyph horiz-adv-x="1000" />
|
|
||||||
<glyph glyph-name="mail" unicode="" d="m929 11v428q-18-20-39-37q-149-114-238-188q-28-24-46-38t-48-27t-57-13h-2q-26 0-57 13t-48 27t-46 38q-88 74-238 188q-21 17-39 37v-428q0-8 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7t-1 7t-3 5t-5 4t-8 2h-822q-7 0-12-6t-6-12q0-94 82-159q108-85 224-177q4-2 20-16t25-21t25-18t28-15t24-5h2q11 0 24 5t28 15t25 18t25 21t20 16q116 92 224 177q30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
|
|
||||||
<glyph glyph-name="up-open" unicode="" d="m0 174l352 352l148 148l148-148l352-352l-148-148l-352 351l-352-351z" horiz-adv-x="1000" />
|
|
||||||
<glyph glyph-name="star" unicode="" d="m440 790l120-336l320 0l-262-196l94-348l-272 208l-272-208l94 348l-262 196l320 0z" horiz-adv-x="880" />
|
|
||||||
<glyph glyph-name="check" unicode="" d="m249 0q-34 0-56 28l-180 236q-16 24-12 52t26 46t51 14t47-28l118-154l296 474q16 24 43 30t53-8q24-16 30-43t-8-53l-350-560q-20-32-56-32z" horiz-adv-x="667" />
|
|
||||||
<glyph glyph-name="link" unicode="" d="m294 116q14 14 34 14t36-14q32-34 0-70l-42-40q-56-56-132-56q-78 0-134 56t-56 132q0 78 56 134l148 148q70 68 144 77t128-43q16-16 16-36t-16-36q-36-32-70 0q-50 48-132-34l-148-146q-26-26-26-64t26-62q26-26 63-26t63 26z m450 574q56-56 56-132q0-78-56-134l-158-158q-74-72-150-72q-62 0-112 50q-14 14-14 34t14 36q14 14 35 14t35-14q50-48 122 24l158 156q28 28 28 64q0 38-28 62q-24 26-56 31t-60-21l-50-50q-16-14-36-14t-34 14q-34 34 0 70l50 50q54 54 127 51t129-61z" horiz-adv-x="800" />
|
|
||||||
<glyph glyph-name="reply" unicode="" d="m900 10q-86 152-208 197t-330 45l0-218l-362 334l362 322l0-192q90 0 168-27t131-70t96-95t69-104t44-95t24-69z" horiz-adv-x="900" />
|
|
||||||
<glyph glyph-name="menu" unicode="" d="m857 100v-71q0-15-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 25t25 11h785q15 0 26-11t10-25z m0 286v-72q0-14-10-25t-26-10h-785q-15 0-25 10t-11 25v72q0 14 11 25t25 10h785q15 0 26-10t10-25z m0 285v-71q0-15-10-25t-26-11h-785q-15 0-25 11t-11 25v71q0 15 11 26t25 10h785q15 0 26-10t10-26z" horiz-adv-x="857.1" />
|
|
||||||
<glyph glyph-name="clock" unicode="" d="m460 810q190 0 325-135t135-325t-135-325t-325-135t-325 135t-135 325t135 325t325 135z m0-820q150 0 255 106t105 254q0 150-105 255t-255 105q-148 0-254-105t-106-255q0-148 106-254t254-106z m36 620l0-244l150-150l-50-50l-170 170l0 274l70 0z" horiz-adv-x="920" />
|
|
||||||
<glyph glyph-name="block" unicode="" d="m480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m258-220z m-622-260q0-132 82-230l514 514q-100 82-232 82q-152 0-258-107t-106-259z m106-258z m258-106q152 0 259 107t107 257q0 130-82 232l-514-514q98-82 230-82z" horiz-adv-x="960" />
|
|
||||||
<glyph glyph-name="twitter" unicode="" d="m920 636q-36-54-94-98l0-24q0-130-60-250t-186-203t-290-83q-160 0-290 84q14-2 46-2q132 0 234 80q-62 2-110 38t-66 94q10-4 34-4q26 0 50 6q-66 14-108 66t-42 120l0 2q36-20 84-24q-84 58-84 158q0 48 26 94q154-188 390-196q-6 18-6 42q0 78 55 133t135 55q82 0 136-58q60 12 120 44q-20-66-82-104q56 8 108 30z" horiz-adv-x="920" />
|
|
||||||
<glyph glyph-name="down-open" unicode="" d="m0 526l148 148l352-351l352 351l148-148l-352-352l-148-148l-148 148z" horiz-adv-x="1000" />
|
|
||||||
<glyph glyph-name="trash" unicode="" d="m50 458q122-70 330-70t330 70l-54-486q-2-14-35-36t-100-43t-141-21t-140 21t-100 43t-36 36z m488 300q94-18 158-55t64-71l0-10q0-58-112-99t-268-41t-268 41t-112 99l0 10q0 34 64 71t158 55l42 48q22 26 70 26l92 0q52 0 70-26z m-54-112l84 0q-92 110-104 126q-14 16-32 16l-102 0q-22 0-32-16l-106-126l84 0l64 66l82 0z" horiz-adv-x="760" />
|
|
||||||
</font>
|
|
||||||
</defs>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Binary file not shown.
BIN
themes/courgette/font/icomoon.eot
Executable file
BIN
themes/courgette/font/icomoon.eot
Executable file
Binary file not shown.
23
themes/courgette/font/icomoon.svg
Executable file
23
themes/courgette/font/icomoon.svg
Executable file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<metadata>Generated by IcoMoon</metadata>
|
||||||
|
<defs>
|
||||||
|
<font id="icomoon" horiz-adv-x="512">
|
||||||
|
<font-face units-per-em="512" ascent="480" descent="-32" />
|
||||||
|
<missing-glyph horiz-adv-x="512" />
|
||||||
|
<glyph unicode=" " d="" horiz-adv-x="256" />
|
||||||
|
<glyph unicode="" d="M256 389.333c-94.272 0-170.667-76.416-170.667-170.666s76.394-170.667 170.667-170.667 170.667 76.416 170.667 170.667-76.394 170.666-170.667 170.666zM335.082 169.749c8.341-8.341 8.341-21.824 0-30.166-4.16-4.16-9.622-6.25-15.082-6.25s-10.923 2.091-15.082 6.25l-48.918 48.918-48.917-48.918c-4.16-4.16-9.621-6.25-15.083-6.25s-10.923 2.091-15.083 6.25c-8.341 8.341-8.341 21.824 0 30.166l48.917 48.918-48.917 48.917c-8.341 8.341-8.341 21.824 0 30.166s21.824 8.341 30.166 0l48.917-48.917 48.918 48.917c8.341 8.341 21.824 8.341 30.166 0s8.341-21.824 0-30.166l-48.918-48.917 48.918-48.918z" />
|
||||||
|
<glyph unicode="" d="M0 25.856v263.168q0 91.648 43.52 142.336t132.608 50.688h280.576q-2.56-2.56-26.624-27.136t-51.2-51.712-55.808-55.808-48.64-47.616-21.504-18.944q-7.68 0-7.68 8.192v79.872h-24.576q-30.208 0-48.128-3.072t-32.256-13.312-19.968-29.184-6.144-49.152v-134.144zM34.304-34.048q2.56 2.56 27.136 27.136t51.2 51.712 55.808 56.32 48.64 47.616 20.992 18.432q7.68 0 7.68-8.192v-79.872h24.576q59.392 0 82.944 18.432t23.040 76.288v134.144l114.688 114.176v-263.168q0-91.648-43.008-142.336t-133.12-50.688h-280.576z" horiz-adv-x="491" />
|
||||||
|
<glyph unicode="" d="M150.528 104.192q7.168 7.168 17.408 7.168t18.432-7.168q16.384-17.408 0-35.84l-21.504-20.48q-28.672-28.672-67.584-28.672-39.936 0-68.608 28.672t-28.672 67.584q0 39.936 28.672 68.608l75.776 75.776q35.84 34.816 73.728 39.424t65.536-22.016q8.192-8.192 8.192-18.432t-8.192-18.432q-18.432-16.384-35.84 0-25.6 24.576-67.584-17.408l-75.776-74.752q-13.312-13.312-13.312-32.768t13.312-31.744q13.312-13.312 32.256-13.312t32.256 13.312zM380.928 398.080q28.672-28.672 28.672-67.584 0-39.936-28.672-68.608l-80.896-80.896q-37.888-36.864-76.8-36.864-31.744 0-57.344 25.6-7.168 7.168-7.168 17.408t7.168 18.432q7.168 7.168 17.92 7.168t17.92-7.168q25.6-24.576 62.464 12.288l80.896 79.872q14.336 14.336 14.336 32.768 0 19.456-14.336 31.744-12.288 13.312-28.672 15.872t-30.72-10.752l-25.6-25.6q-8.192-7.168-18.432-7.168t-17.408 7.168q-17.408 17.408 0 35.84l25.6 25.6q27.648 27.648 65.024 26.112t66.048-31.232z" horiz-adv-x="410" />
|
||||||
|
<glyph unicode="" d="M438.784 96v-36.352q0-7.68-5.12-12.8t-13.312-5.632h-401.92q-7.68 0-12.8 5.632t-5.632 12.8v36.352q0 7.68 5.632 12.8t12.8 5.632h401.92q7.68 0 13.312-5.632t5.12-12.8zM438.784 242.432v-36.864q0-7.168-5.12-12.8t-13.312-5.12h-401.92q-7.68 0-12.8 5.12t-5.632 12.8v36.864q0 7.168 5.632 12.8t12.8 5.12h401.92q7.68 0 13.312-5.12t5.12-12.8zM438.784 388.352v-36.352q0-7.68-5.12-12.8t-13.312-5.632h-401.92q-7.68 0-12.8 5.632t-5.632 12.8v36.352q0 7.68 5.632 13.312t12.8 5.12h401.92q7.68 0 13.312-5.12t5.12-13.312z" horiz-adv-x="439" />
|
||||||
|
<glyph unicode="" d="M235.52 459.52q97.28 0 166.4-69.12t69.12-166.4-69.12-166.4-166.4-69.12-166.4 69.12-69.12 166.4 69.12 166.4 166.4 69.12zM235.52 39.68q76.8 0 130.56 54.272t53.76 130.048q0 76.8-53.76 130.56t-130.56 53.76q-75.776 0-130.048-53.76t-54.272-130.56q0-75.776 54.272-130.048t130.048-54.272zM253.952 357.12v-124.928l76.8-76.8-25.6-25.6-87.040 87.040v140.288h35.84z" horiz-adv-x="471" />
|
||||||
|
<glyph unicode="" d="M127.488 44.8q-17.408 0-28.672 14.336l-92.16 120.832q-8.192 12.288-6.144 26.624t13.312 23.552 26.112 7.168 24.064-14.336l60.416-78.848 151.552 242.688q8.192 12.288 22.016 15.36t27.136-4.096q12.288-8.192 15.36-22.016t-4.096-27.136l-179.2-286.72q-10.24-16.384-28.672-16.384z" horiz-adv-x="342" />
|
||||||
|
<glyph unicode="" d="M225.28 449.28l61.44-172.032h163.84l-134.144-100.352 48.128-178.176-139.264 106.496-139.264-106.496 48.128 178.176-134.144 100.352h163.84z" horiz-adv-x="451" />
|
||||||
|
<glyph unicode="" d="M460.8 49.92q-44.032 77.824-106.496 100.864t-168.96 23.040v-111.616l-185.344 171.008 185.344 164.864v-98.304q46.080 0 86.016-13.824t67.072-35.84 49.152-48.64 35.328-53.248 22.528-48.64 12.288-35.328z" horiz-adv-x="461" />
|
||||||
|
<glyph unicode="" d="M471.040 370.432q-18.432-27.648-48.128-50.176v-12.288q0-66.56-30.72-128t-95.232-103.936-148.48-42.496q-81.92 0-148.48 43.008 7.168-1.024 23.552-1.024 67.584 0 119.808 40.96-31.744 1.024-56.32 19.456t-33.792 48.128q5.12-2.048 17.408-2.048 13.312 0 25.6 3.072-33.792 7.168-55.296 33.792t-21.504 61.44v1.024q18.432-10.24 43.008-12.288-43.008 29.696-43.008 80.896 0 24.576 13.312 48.128 78.848-96.256 199.68-100.352-3.072 9.216-3.072 21.504 0 39.936 28.16 68.096t69.12 28.16q41.984 0 69.632-29.696 30.72 6.144 61.44 22.528-10.24-33.792-41.984-53.248 28.672 4.096 55.296 15.36z" horiz-adv-x="471" />
|
||||||
|
<glyph unicode="" d="M0 314.112l75.776 75.776 180.224-179.712 180.224 179.712 75.776-75.776-256-256-75.776 75.776z" />
|
||||||
|
<glyph unicode="" d="M475.648 50.432v219.136q-9.216-10.24-19.968-18.944-76.288-58.368-121.856-96.256-14.336-12.288-23.552-19.456t-24.576-13.824-29.184-6.656h-1.024q-13.312 0-29.184 6.656t-24.576 13.824-23.552 19.456q-45.056 37.888-121.856 96.256-10.752 8.704-19.968 18.944v-219.136q0-4.096 3.072-6.656t6.144-2.56h420.864q3.584 0 6.144 2.56t3.072 6.656zM475.648 350.464v7.168t-0.512 3.584-0.512 3.584-1.536 2.56-2.56 2.048-4.096 1.024h-420.864q-3.584 0-6.144-3.072t-3.072-6.144q0-48.128 41.984-81.408 55.296-43.52 114.688-90.624 2.048-1.024 10.24-8.192t12.8-10.752 12.8-9.216 14.336-7.68 12.288-2.56h1.024q5.632 0 12.288 2.56t14.336 7.68 12.8 9.216 12.8 10.752 10.24 8.192q59.392 47.104 114.688 90.624 15.36 12.288 28.672 33.28t13.312 37.376zM512 361.216v-310.784q0-18.944-13.312-32.256t-32.256-13.824h-420.864q-18.432 0-32.256 13.824t-13.312 32.256v310.784q0 18.944 13.312 32.256t32.256 13.312h420.864q18.944 0 32.256-13.312t13.312-32.256z" />
|
||||||
|
<glyph unicode="" d="M0 133.888l256 256 256-256-75.776-75.776-180.224 179.712-180.224-179.712z" />
|
||||||
|
<glyph unicode="" d="M25.6 279.296q62.464-35.84 168.96-35.84t168.96 35.84l-27.648-248.832q-1.024-7.168-17.92-18.432t-51.2-22.016-72.192-10.752-71.68 10.752-51.2 22.016-18.432 18.432zM275.456 432.896q48.128-9.216 80.896-28.16t32.768-36.352v-5.12q0-29.696-57.344-50.688t-137.216-20.992-137.216 20.992-57.344 50.688v5.12q0 17.408 32.768 36.352t80.896 28.16l21.504 24.576q11.264 13.312 35.84 13.312h47.104q26.624 0 35.84-13.312zM247.808 375.552h43.008q-47.104 56.32-53.248 64.512-7.168 8.192-16.384 8.192h-52.224q-11.264 0-16.384-8.192l-54.272-64.512h43.008l32.768 33.792h41.984z" horiz-adv-x="389" />
|
||||||
|
</font></defs></svg>
|
After Width: | Height: | Size: 6.5 KiB |
BIN
themes/courgette/font/icomoon.ttf
Executable file
BIN
themes/courgette/font/icomoon.ttf
Executable file
Binary file not shown.
BIN
themes/courgette/font/icomoon.woff
Executable file
BIN
themes/courgette/font/icomoon.woff
Executable file
Binary file not shown.
8
themes/courgette/tags.twig
Normal file
8
themes/courgette/tags.twig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{% extends "layout.twig" %}
|
||||||
|
{% block title %}tags{% endblock %}
|
||||||
|
{% block menu %}
|
||||||
|
{% include '_menu.twig' %}
|
||||||
|
{% endblock %}
|
||||||
|
{% block content %}
|
||||||
|
{% for tag in tags %}<a class="tag" href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% if token != '' %}<a href="?feed&type=tag&user_id={{ user_id }}&tag_id={{ tag.id }}&token={{ token }}" target="_blank"><img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %} {% endfor %}
|
||||||
|
{% endblock %}
|
@ -21,7 +21,7 @@
|
|||||||
<h1>{{ entry.title|raw }}</h1>
|
<h1>{{ entry.title|raw }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<aside class="tags">
|
<aside class="tags">
|
||||||
tags: {% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
|
{% trans "tags:" %} {% for tag in tags %}<a href="./?view=tag&id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
|
||||||
</aside>
|
</aside>
|
||||||
<article>
|
<article>
|
||||||
{{ content | raw }}
|
{{ content | raw }}
|
||||||
|
Loading…
Reference in New Issue
Block a user