aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-12 20:05:51 +0100
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-12 20:05:51 +0100
commit68268c01995d2136e4c04c4e8c650e7d0a4eaca2 (patch)
tree20dcbe7f9238c088dbf188ae997e81f38b2bb266
parent5966d2c2d3f30ab7b4fdbaf3bf3176532118c0a1 (diff)
parent58f6269f36ae719edcc79139ef5e808de12d4a8e (diff)
downloadwallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.gz
wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.tar.zst
wallabag-68268c01995d2136e4c04c4e8c650e7d0a4eaca2.zip
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
-rw-r--r--README.md2
-rw-r--r--cache/.gitignore1
-rw-r--r--cache/.htaccess2
-rw-r--r--db/.htaccess2
-rw-r--r--inc/.htaccess2
-rw-r--r--inc/poche/Poche.class.php5
-rw-r--r--locale/.htaccess2
-rw-r--r--locale/cs_CZ.utf8/LC_MESSAGES/cs_CZ.utf8.mobin4823 -> 4823 bytes
-rw-r--r--locale/de_DE.utf8/LC_MESSAGES/de_DE.utf8.mobin4776 -> 4776 bytes
-rw-r--r--locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mobin4481 -> 4481 bytes
-rw-r--r--locale/es_ES.utf8/LC_MESSAGES/es_ES.utf8.mobin4195 -> 4848 bytes
-rw-r--r--locale/fa_IR.utf8/LC_MESSAGES/fa_IR.utf8.mobin5632 -> 5632 bytes
-rw-r--r--locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mobin4810 -> 4810 bytes
-rw-r--r--locale/it_IT.utf8/LC_MESSAGES/it_IT.utf8.mobin4897 -> 4897 bytes
-rwxr-xr-xlocale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mobin0 -> 10557 bytes
-rwxr-xr-xlocale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po428
-rwxr-xr-x[-rw-r--r--]locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mobin5803 -> 13000 bytes
-rwxr-xr-x[-rw-r--r--]locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po460
-rwxr-xr-xlocale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mobin0 -> 13258 bytes
-rwxr-xr-xlocale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po428
-rwxr-xr-xthemes/courgette/_menu.twig1
-rwxr-xr-xthemes/courgette/_view.twig (renamed from themes/courgette/view.twig)0
-rw-r--r--themes/courgette/css/.DS_Storebin6148 -> 0 bytes
-rwxr-xr-xthemes/courgette/css/font.css14
-rwxr-xr-xthemes/courgette/css/style.css76
-rw-r--r--themes/courgette/edit-tags.twig20
-rw-r--r--themes/courgette/font/fontello.eotbin6428 -> 0 bytes
-rw-r--r--themes/courgette/font/fontello.svg23
-rw-r--r--themes/courgette/font/fontello.ttfbin6260 -> 0 bytes
-rw-r--r--themes/courgette/font/fontello.woffbin3988 -> 0 bytes
-rwxr-xr-xthemes/courgette/font/icomoon.eotbin0 -> 3056 bytes
-rwxr-xr-xthemes/courgette/font/icomoon.svg23
-rwxr-xr-xthemes/courgette/font/icomoon.ttfbin0 -> 2892 bytes
-rwxr-xr-xthemes/courgette/font/icomoon.woffbin0 -> 3020 bytes
-rw-r--r--themes/courgette/tags.twig8
-rw-r--r--themes/default/view.twig2
36 files changed, 1343 insertions, 156 deletions
diff --git a/README.md b/README.md
index 4dc13522..fe6a06b6 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,4 @@ More informations on our website: [wallabag.org](http://wallabag.org)
7Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org> 7Copyright © 2010-2013 Nicolas Lœuillet <nicolas@loeuillet.org>
8This work is free. You can redistribute it and/or modify it under the 8This work is free. You can redistribute it and/or modify it under the
9terms of the Do What The Fuck You Want To Public License, Version 2, 9terms of the Do What The Fuck You Want To Public License, Version 2,
10as published by Sam Hocevar. See the COPYING file for more details. \ No newline at end of file 10as published by Sam Hocevar. See the COPYING file for more details.
diff --git a/cache/.gitignore b/cache/.gitignore
index e69de29b..35c8ca2e 100644
--- a/cache/.gitignore
+++ b/cache/.gitignore
@@ -0,0 +1 @@
!.htaccess
diff --git a/cache/.htaccess b/cache/.htaccess
new file mode 100644
index 00000000..93169e4e
--- /dev/null
+++ b/cache/.htaccess
@@ -0,0 +1,2 @@
1Order deny,allow
2Deny from all
diff --git a/db/.htaccess b/db/.htaccess
new file mode 100644
index 00000000..93169e4e
--- /dev/null
+++ b/db/.htaccess
@@ -0,0 +1,2 @@
1Order deny,allow
2Deny from all
diff --git a/inc/.htaccess b/inc/.htaccess
new file mode 100644
index 00000000..93169e4e
--- /dev/null
+++ b/inc/.htaccess
@@ -0,0 +1,2 @@
1Order deny,allow
2Deny from all
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 78031984..9345d1c1 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -371,7 +371,7 @@ class Poche
371 { 371 {
372 case 'add': 372 case 'add':
373 $content = $this->getPageContent($url); 373 $content = $this->getPageContent($url);
374 $title = $content['rss']['channel']['item']['title']; 374 $title = ($content['rss']['channel']['item']['title'] != '') ? $content['rss']['channel']['item']['title'] : _('Untitled');
375 $body = $content['rss']['channel']['item']['description']; 375 $body = $content['rss']['channel']['item']['description'];
376 376
377 if ($this->store->add($url->getUrl(), $title, $body, $this->user->getId())) { 377 if ($this->store->add($url->getUrl(), $title, $body, $this->user->getId())) {
@@ -561,7 +561,8 @@ class Poche
561 561
562 if (count($entries) > 0) { 562 if (count($entries) > 0) {
563 $this->pagination->set_total(count($entries)); 563 $this->pagination->set_total(count($entries));
564 $page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&'); 564 $page_links = str_replace(array('previous', 'next'), array(_('previous'), _('next')),
565 $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&'));
565 $datas = $this->store->getEntriesByView($view, $this->user->getId(), $this->pagination->get_limit()); 566 $datas = $this->store->getEntriesByView($view, $this->user->getId(), $this->pagination->get_limit());
566 $tpl_vars['entries'] = $datas; 567 $tpl_vars['entries'] = $datas;
567 $tpl_vars['page_links'] = $page_links; 568 $tpl_vars['page_links'] = $page_links;
diff --git a/locale/.htaccess b/locale/.htaccess
new file mode 100644
index 00000000..93169e4e
--- /dev/null
+++ b/locale/.htaccess
@@ -0,0 +1,2 @@
1Order deny,allow
2Deny from all
diff --git a/locale/cs_CZ.utf8/LC_MESSAGES/cs_CZ.utf8.mo b/locale/cs_CZ.utf8/LC_MESSAGES/cs_CZ.utf8.mo
index 0e8f88bf..af0920d2 100644
--- a/locale/cs_CZ.utf8/LC_MESSAGES/cs_CZ.utf8.mo
+++ b/locale/cs_CZ.utf8/LC_MESSAGES/cs_CZ.utf8.mo
Binary files differ
diff --git a/locale/de_DE.utf8/LC_MESSAGES/de_DE.utf8.mo b/locale/de_DE.utf8/LC_MESSAGES/de_DE.utf8.mo
index 253d8c7e..375e923f 100644
--- a/locale/de_DE.utf8/LC_MESSAGES/de_DE.utf8.mo
+++ b/locale/de_DE.utf8/LC_MESSAGES/de_DE.utf8.mo
Binary files differ
diff --git a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo
index 974ca4f3..83d0a85f 100644
--- a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo
+++ b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo
Binary files differ
diff --git a/locale/es_ES.utf8/LC_MESSAGES/es_ES.utf8.mo b/locale/es_ES.utf8/LC_MESSAGES/es_ES.utf8.mo
index 20978239..f4309896 100644
--- a/locale/es_ES.utf8/LC_MESSAGES/es_ES.utf8.mo
+++ b/locale/es_ES.utf8/LC_MESSAGES/es_ES.utf8.mo
Binary files differ
diff --git a/locale/fa_IR.utf8/LC_MESSAGES/fa_IR.utf8.mo b/locale/fa_IR.utf8/LC_MESSAGES/fa_IR.utf8.mo
index a7bb6f64..be6ebc57 100644
--- a/locale/fa_IR.utf8/LC_MESSAGES/fa_IR.utf8.mo
+++ b/locale/fa_IR.utf8/LC_MESSAGES/fa_IR.utf8.mo
Binary files differ
diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo
index 99e7142c..76872b5a 100644
--- a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo
+++ b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo
Binary files differ
diff --git a/locale/it_IT.utf8/LC_MESSAGES/it_IT.utf8.mo b/locale/it_IT.utf8/LC_MESSAGES/it_IT.utf8.mo
index d6ef9890..42e26ba0 100644
--- a/locale/it_IT.utf8/LC_MESSAGES/it_IT.utf8.mo
+++ b/locale/it_IT.utf8/LC_MESSAGES/it_IT.utf8.mo
Binary files differ
diff --git a/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo b/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo
new file mode 100755
index 00000000..3e8b132f
--- /dev/null
+++ b/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo
Binary files differ
diff --git a/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po b/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po
new file mode 100755
index 00000000..0e7cbcf8
--- /dev/null
+++ b/locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po
@@ -0,0 +1,428 @@
1msgid ""
2msgstr ""
3"Project-Id-Version: wballabag\n"
4"Report-Msgid-Bugs-To: \n"
5"POT-Creation-Date: 2014-02-07 17:38+0300\n"
6"PO-Revision-Date: 2014-02-07 17:43+0300\n"
7"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
8"Language-Team: \n"
9"Language: \n"
10"MIME-Version: 1.0\n"
11"Content-Type: text/plain; charset=UTF-8\n"
12"Content-Transfer-Encoding: 8bit\n"
13"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
14"X-Poedit-Basepath: .\n"
15"X-Poedit-Language: Polish\n"
16"X-Poedit-Country: POLAND\n"
17"X-Poedit-SourceCharset: utf-8\n"
18"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
19
20msgid "poche, a read it later open source system"
21msgstr "poche, serwis odrocznego czytania open source"
22
23msgid "login failed: user doesn't exist"
24msgstr "logowanie nie udało się: użytkownik nie istnieje"
25
26msgid "Return home"
27msgstr "Wrocic do głównej"
28
29msgid "Back to top"
30msgstr "Wrócić na górę"
31
32msgid "original"
33msgstr "oryginal"
34
35msgid "Mark as read"
36msgstr "Zaznacz jako przeczytane"
37
38msgid "Toggle mark as read"
39msgstr "Przełącz jako przeczytane"
40
41msgid "Favorite"
42msgstr "Ulubiony"
43
44msgid "Toggle favorite"
45msgstr "Zaznacz jako ulubione"
46
47msgid "Delete"
48msgstr "Usuń"
49
50msgid "Tweet"
51msgstr "Tweet"
52
53msgid "Email"
54msgstr "Wyslij email"
55
56msgid "shaarli"
57msgstr "shaarli"
58
59msgid "flattr"
60msgstr "flattr"
61
62msgid "Does this article appear wrong?"
63msgstr "Czy ten artykuł wygląda nieprawidłowo?"
64
65msgid "tags:"
66msgstr "tegi:"
67
68msgid "Edit tags"
69msgstr "Redagowac tegi"
70
71msgid "return home"
72msgstr "wrócić do głównej"
73
74msgid "powered by"
75msgstr "zasilany przez"
76
77msgid "debug mode is on so cache is off."
78msgstr "tryb debugowania jest włączony, więc cash jest wyłączony."
79
80msgid "your poche version:"
81msgstr "twoja wersja poche:"
82
83msgid "storage:"
84msgstr "magazyn:"
85
86msgid "favoris"
87msgstr "ulubione"
88
89msgid "archive"
90msgstr "archiwum"
91
92msgid "unread"
93msgstr "nieprzeczytane"
94
95msgid "by date asc"
96msgstr "według daty rosnąco"
97
98msgid "by date"
99msgstr "wg daty"
100
101msgid "by date desc"
102msgstr "według daty spadająco"
103
104msgid "by title asc"
105msgstr "według tytułu rosnąco"
106
107msgid "by title"
108msgstr "wg tytułu"
109
110msgid "by title desc"
111msgstr "według tytułu malejąco"
112
113msgid "No articles found."
114msgstr "Nie znaleziono artykułów."
115
116msgid "toggle favorite"
117msgstr "przełączyc ulubione"
118
119msgid "delete"
120msgstr "usunąć"
121
122msgid "estimated reading time:"
123msgstr "szacowany czas odczytu:"
124
125msgid "results"
126msgstr "wyniki"
127
128msgid "home"
129msgstr "główna"
130
131msgid "favorites"
132msgstr "ulubione"
133
134msgid "tags"
135msgstr "tagi"
136
137msgid "config"
138msgstr "ustawienia"
139
140msgid "logout"
141msgstr "wyloguj"
142
143msgid "Poching links"
144msgstr "Zapisywanie linków"
145
146msgid "There are several ways to poche a link:"
147msgstr "Istnieje kilka sposobów aby zapisać link:"
148
149msgid "read the documentation"
150msgstr "zapoznać się z dokumentacją"
151
152msgid "download the extension"
153msgstr "pobrać rozszerzenie"
154
155msgid "via F-Droid"
156msgstr "przez F-Droid"
157
158msgid " or "
159msgstr "albo"
160
161msgid "via Google Play"
162msgstr "przez Google Play"
163
164msgid "download the application"
165msgstr "pobrać aplikację"
166
167msgid "By filling this field"
168msgstr "Poprzez wypełnienie tego pola"
169
170msgid "poche it!"
171msgstr "zapisać!"
172
173msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
174msgstr "Bookmarklet: przeciągnij i upucs ten link na pasek zakladek"
175
176msgid "Updating poche"
177msgstr "Aktualizacja poche"
178
179msgid "Installed version"
180msgstr "Zainstalowana wersja "
181
182msgid "Latest stable version"
183msgstr "Najnowsza stabilna wersja"
184
185msgid "A more recent stable version is available."
186msgstr "Nowsza stabilna wersja jest dostępna."
187
188msgid "You are up to date."
189msgstr "Masz wszystko najnowsze."
190
191msgid "latest dev version"
192msgstr "najnowsza wersja dev"
193
194msgid "a more recent development version is available."
195msgstr "Nowsza wersja rozwojowa jest dostępna."
196
197msgid "you are up to date."
198msgstr "masz wszystko najnowsze."
199
200msgid "Feeds"
201msgstr "Kanały (feeds)"
202
203msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&amp;action=generate'>here to generate it</a>."
204msgstr "Twój znak kanału jest pusty i musi najpierw zostac wygenerowany. Kliknij <a href='?feed&action=generate'>tu dla jego generacji</a>."
205
206msgid "Unread feed"
207msgstr "Kanał nieprzeczytanego"
208
209msgid "Favorites feed"
210msgstr "Kanał ulubionego"
211
212msgid "Archive feed"
213msgstr "Kanał archiwum"
214
215msgid "Your token:"
216msgstr "Twój znak (token): "
217
218msgid "Your user id:"
219msgstr "Twój id użytkownika (user id):"
220
221msgid "You can regenerate your token: <a href='?feed&amp;action=generate'>generate!</a>."
222msgstr "Mozna zgenerowac nowy znak: kliknij <a href='?feed&amp;action=generate'>zgenerowac!</a>."
223
224msgid "Change your theme"
225msgstr "Zmienic motyw"
226
227msgid "Theme:"
228msgstr "Motyw:"
229
230msgid "Update"
231msgstr "Aktualizacja"
232
233msgid "Change your language"
234msgstr "Zmienić język"
235
236msgid "Language:"
237msgstr "Język:"
238
239msgid "Change your password"
240msgstr "Zmień hasło"
241
242msgid "New password:"
243msgstr "Nowe hasło:"
244
245msgid "Password"
246msgstr "Hasło"
247
248msgid "Repeat your new password:"
249msgstr "Powtórz hasło jeszcze raz:"
250
251msgid "Import"
252msgstr "Import"
253
254msgid "Please execute the import script locally as it can take a very long time."
255msgstr "Proszę wykonać skrypt import lokalnie, gdyż moze to trwać bardzo długo."
256
257msgid "More info in the official docs:"
258msgstr "Więcej informacji w oficjalnej dokumentacji:"
259
260msgid "Import from Pocket"
261msgstr "Іmport z Pocket'a"
262
263#, php-format
264msgid "(you must have a %s file on your server)"
265msgstr "(musisz mieć plik %s na serwerze)"
266
267msgid "Import from Readability"
268msgstr "Import z Readability"
269
270msgid "Import from Instapaper"
271msgstr "Import z Instapaper"
272
273msgid "Import from poche"
274msgstr "Import z poche"
275
276msgid "Export your poche data"
277msgstr "Eksportowac dane poche"
278
279msgid "Click here"
280msgstr "Kliknij tu"
281
282msgid "to download your database."
283msgstr "aby pobrac bazę danych."
284
285msgid "to export your poche data."
286msgstr "aby eksportować dane poche."
287
288msgid "Tag"
289msgstr "Teg"
290
291msgid "No link available here!"
292msgstr "Brak dostępnych linków!"
293
294msgid "toggle mark as read"
295msgstr "przełączyć znak jako przeczytane"
296
297msgid "You can enter multiple tags, separated by commas."
298msgstr "Mozna wprowadzić wiele tagów rozdzielajac je przecinkami."
299
300msgid "return to article"
301msgstr "wrócić do artykułu"
302
303msgid "plop"
304msgstr "plop"
305
306msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
307msgstr "Można <a href='wallabag_compatibility_test.php'>sprawdzić swoją konfigurację tu</a>."
308
309msgid "installation"
310msgstr "instalacja"
311
312msgid "install your wallabag"
313msgstr "zainstalować wallabag"
314
315msgid "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>."
316msgstr "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>."
317
318msgid "Login"
319msgstr "Login"
320
321msgid "Repeat your password"
322msgstr "Powtórz hasło"
323
324msgid "Install"
325msgstr "Instalowac"
326
327msgid "login to your wallabag"
328msgstr "zalogować się do swojego wallabag"
329
330msgid "Login to wallabag"
331msgstr "Zalogować się do wallabag"
332
333msgid "you are in demo mode, some features may be disabled."
334msgstr "jesteś w trybie demo, niektóre funkcje mogą być niedostępne."
335
336msgid "Username"
337msgstr "Imię użytkownika"
338
339msgid "Stay signed in"
340msgstr "Pozostań zalogowany"
341
342msgid "(Do not check on public computers)"
343msgstr "(Nie sprawdzaj na publicznych komputerach"
344
345msgid "Untitled"
346msgstr "Bez nazwy"
347
348msgid "the link has been added successfully"
349msgstr "link pozostał pomyślnie dodany"
350
351msgid "error during insertion : the link wasn't added"
352msgstr "błąd podczas wprowadzania: link nie zostal dodany"
353
354msgid "the link has been deleted successfully"
355msgstr "link zostal pomyślnie usunięty"
356
357msgid "the link wasn't deleted"
358msgstr "link nie został usunięty"
359
360msgid "previous"
361msgstr "poprzednia"
362
363msgid "next"
364msgstr "następna"
365
366msgid "in demo mode, you can't update your password"
367msgstr "w trybie demo, nie można zmieniać hasła"
368
369msgid "your password has been updated"
370msgstr "twoje hasło zmienione"
371
372msgid "the two fields have to be filled & the password must be the same in the two fields"
373msgstr "oba pola muszą być wypełnione i hasła muszę być takie same w obu polach"
374
375msgid "still using the \""
376msgstr "nadal w użyciu \""
377
378msgid "that theme does not seem to be installed"
379msgstr "wydaje się że motyw nie był zainstalowany"
380
381msgid "you have changed your theme preferences"
382msgstr "ustawienia motywu zostałe zmienione"
383
384msgid "that language does not seem to be installed"
385msgstr "wydaje się że język nie był zainstalowany"
386
387msgid "you have changed your language preferences"
388msgstr "ustawienia języka zostałe zmienione"
389
390msgid "login failed: you have to fill all fields"
391msgstr "logowanie nie powiodlo się: musisz wypełnić wszystkie pola"
392
393msgid "welcome to your poche"
394msgstr "witamy w poche"
395
396msgid "login failed: bad login or password"
397msgstr "logowanie nie powiodlo się: zly login lub hasło"
398
399msgid "see you soon!"
400msgstr "do zobaczenia wkrótce!"
401
402msgid "import from instapaper completed"
403msgstr "import з instapaper'a zakończony"
404
405msgid "import from pocket completed"
406msgstr "import z pocket'a zakończony"
407
408msgid "import from Readability completed. "
409msgstr "import z Readability zakończony. "
410
411msgid "import from Poche completed. "
412msgstr "import z Poche zakończony. "
413
414msgid "Unknown import provider."
415msgstr "Nieznany dostawca importu."
416
417msgid "Incomplete inc/poche/define.inc.php file, please define \""
418msgstr "Niekompletny plik inc/poche/define.inc.php, proszę definiować \""
419
420msgid "Could not find required \""
421msgstr "Nie znaleziono potrzebnego \""
422
423msgid "Uh, there is a problem while generating feeds."
424msgstr "Uh, jest problem podczas generowania kanałów (feeds)."
425
426msgid "Oops, it seems you don't have PHP 5."
427msgstr "Oops, wygląda ze u was niema PHP 5."
428
diff --git a/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo b/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo
index 970898db..c9cf1a55 100644..100755
--- a/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo
+++ b/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.mo
Binary files differ
diff --git a/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po b/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po
index 6f647e36..aa1769cf 100644..100755
--- a/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po
+++ b/locale/ru_RU.utf8/LC_MESSAGES/ru_RU.utf8.po
@@ -1,53 +1,242 @@
1msgid "" 1msgid ""
2msgstr "" 2msgstr ""
3"Project-Id-Version: \n" 3"Project-Id-Version: \n"
4"POT-Creation-Date: \n" 4"Report-Msgid-Bugs-To: \n"
5"POT-Creation-Date: 2014-02-07 12:40+0300\n"
5"PO-Revision-Date: \n" 6"PO-Revision-Date: \n"
6"Last-Translator: Nicolas Lœuillet <nicolas.loeuillet@gmail.com>\n" 7"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
7"Language-Team: \n" 8"Language-Team: \n"
9"Language: \n"
8"MIME-Version: 1.0\n" 10"MIME-Version: 1.0\n"
9"Content-Type: text/plain; charset=UTF-8\n" 11"Content-Type: text/plain; charset=UTF-8\n"
10"Content-Transfer-Encoding: 8bit\n" 12"Content-Transfer-Encoding: 8bit\n"
11"X-Generator: Poedit 1.5.4\n" 13"X-Generator: Poedit 1.5.4\n"
14"X-Poedit-Language: Russian\n"
15"X-Poedit-Country: RUSSIA\n"
16"X-Poedit-SourceCharset: utf-8\n"
17"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
18
19msgid "poche, a read it later open source system"
20msgstr "poche, сервис отложенного чтения с открытым исходным кодом"
21
22msgid "login failed: user doesn't exist"
23msgstr "войти не удалось: пользователь не существует"
24
25msgid "Return home"
26msgstr "На главную"
27
28msgid "Back to top"
29msgstr "Наверх"
30
31msgid "original"
32msgstr "источник"
33
34msgid "Mark as read"
35msgstr "Отметить как прочитанное"
36
37msgid "Toggle mark as read"
38msgstr "Изменить отметку 'прочитано'"
39
40msgid "Favorite"
41msgstr "Избранное"
42
43msgid "Toggle favorite"
44msgstr "Изменить метку избранного"
45
46msgid "Delete"
47msgstr "Удалить"
48
49msgid "Tweet"
50msgstr "Твитнуть"
51
52msgid "Email"
53msgstr "Отправить по почте"
54
55msgid "shaarli"
56msgstr "shaarli"
57
58msgid "flattr"
59msgstr "проспонсировать"
60
61msgid "Does this article appear wrong?"
62msgstr "Статья выглядит криво?"
63
64msgid "tags:"
65msgstr "теги:"
66
67msgid "Edit tags"
68msgstr "Редактировать теги"
69
70msgid "return home"
71msgstr "на главную"
72
73msgid "powered by"
74msgstr "при поддержке"
75
76msgid "debug mode is on so cache is off."
77msgstr "включён режим отладки - кеш выключен."
78
79msgid "your poche version:"
80msgstr "ваша версия poche:"
81
82msgid "storage:"
83msgstr "хранилище:"
84
85msgid "favoris"
86msgstr "избранное"
87
88msgid "archive"
89msgstr "архив"
90
91msgid "unread"
92msgstr "непрочитанное"
93
94msgid "by date asc"
95msgstr "по дате, сперва старые"
96
97msgid "by date"
98msgstr "по дате"
99
100msgid "by date desc"
101msgstr "по дате, сперва новые"
102
103msgid "by title asc"
104msgstr "по заголовку (прямой)"
105
106msgid "by title"
107msgstr "по заголовку"
108
109msgid "by title desc"
110msgstr "по заголовку (обратный)"
111
112msgid "No articles found."
113msgstr "Статей не найдено."
114
115msgid "toggle favorite"
116msgstr "изменить метку избранного"
117
118msgid "delete"
119msgstr "удалить"
120
121msgid "estimated reading time:"
122msgstr "ориентировочное время чтения:"
123
124msgid "results"
125msgstr "найдено"
126
127msgid "home"
128msgstr "главная"
129
130msgid "favorites"
131msgstr "избранное"
132
133msgid "tags"
134msgstr "теги"
12 135
13msgid "config" 136msgid "config"
14msgstr "настройки" 137msgstr "настройки"
15 138
16msgid "Poching a link" 139msgid "logout"
17msgstr "Сохраняю ссылку" 140msgstr "выход"
141
142msgid "Poching links"
143msgstr "Сохранение ссылок"
144
145msgid "There are several ways to poche a link:"
146msgstr "Существует несколько способов сохранить ссылку:"
18 147
19msgid "read the documentation" 148msgid "read the documentation"
20msgstr "читать инструкцию" 149msgstr "читать инструкцию"
21 150
22msgid "by filling this field" 151msgid "download the extension"
23msgstr "заполнением этого поля" 152msgstr "скачать расширение"
153
154msgid "via F-Droid"
155msgstr "с F-Droid"
156
157msgid " or "
158msgstr "или"
159
160msgid "via Google Play"
161msgstr "с Google Play"
162
163msgid "download the application"
164msgstr "скачать приложение"
165
166msgid "By filling this field"
167msgstr "Заполнением этого поля"
24 168
25msgid "poche it!" 169msgid "poche it!"
26msgstr "Прикарманить!" 170msgstr "прикарманить!"
171
172msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
173msgstr "Закладка: перетащите и опустите ссылку на панель закладок"
27 174
28msgid "Updating poche" 175msgid "Updating poche"
29msgstr "Обновляю poche" 176msgstr "Обновления poche"
30 177
31msgid "your version" 178msgid "Installed version"
32msgstr "аша версия" 179msgstr "стаовлення версия"
33 180
34msgid "latest stable version" 181msgid "Latest stable version"
35msgstr "няя стабильная версия" 182msgstr "ояя стабильная версия"
36 183
37msgid "a more recent stable version is available." 184msgid "A more recent stable version is available."
38msgstr "ст ее новая стабильная версия." 185msgstr "ост новая стабильная версия."
39 186
40msgid "you are up to date." 187msgid "You are up to date."
41msgstr "у ас всё самое новое." 188msgstr "У ас всё самое новое."
42 189
43msgid "latest dev version" 190msgid "latest dev version"
44msgstr "няя версия разработчв" 191msgstr "ояя версия в разработк"
45 192
46msgid "a more recent development version is available." 193msgid "a more recent development version is available."
47msgstr "есть более свежая версия разработчиков." 194msgstr "есть более свежая версия в разработке."
195
196msgid "you are up to date."
197msgstr "у вас всё самое новое."
198
199msgid "Feeds"
200msgstr "Ленты (feeds)"
201
202msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&amp;action=generate'>here to generate it</a>."
203msgstr "Ваш маркер ленты (feed token) не определен, для того, чтобы активировать ленту, сначала создайте его. Нажмите <a href='?feed&action=generate'>здесь для его генерации</ а>."
204
205msgid "Unread feed"
206msgstr "Лента непрочитанного"
207
208msgid "Favorites feed"
209msgstr "Лента избранного"
210
211msgid "Archive feed"
212msgstr "Лента архива"
213
214msgid "Your token:"
215msgstr "Ваш маркер (token):"
216
217msgid "Your user id:"
218msgstr "Ваш идентификатор пользователя (user id):"
219
220msgid "You can regenerate your token: <a href='?feed&amp;action=generate'>generate!</a>."
221msgstr "Вы можете создать новый ​​маркер: <a href='?feed&action=generate'>сгенерировать!</a>."
222
223msgid "Change your theme"
224msgstr "Изменить тему"
225
226msgid "Theme:"
227msgstr "Тема:"
228
229msgid "Update"
230msgstr "Обновить"
231
232msgid "Change your language"
233msgstr "Изменить язык"
234
235msgid "Language:"
236msgstr "Язык:"
48 237
49msgid "Change your password" 238msgid "Change your password"
50msgstr "Смен парол" 239msgstr "Смен парол"
51 240
52msgid "New password:" 241msgid "New password:"
53msgstr "Новый пароль:" 242msgstr "Новый пароль:"
@@ -58,171 +247,198 @@ msgstr "Пароль"
58msgid "Repeat your new password:" 247msgid "Repeat your new password:"
59msgstr "Ещё раз новый пароль:" 248msgstr "Ещё раз новый пароль:"
60 249
61msgid "Update"
62msgstr "Обновить"
63
64msgid "Import" 250msgid "Import"
65msgstr "Импортировать" 251msgstr "Импортировать"
66 252
67msgid "Please execute the import script locally, it can take a very long time." 253msgid "Please execute the import script locally as it can take a very long time."
68msgstr "" 254msgstr "Пожалуйста, выполните сценарий импорта локально - это может занять слишком много времени."
69"Выполните сценарий импорта локально - он может занять слишком много времени."
70 255
71msgid "More info in the official doc:" 256msgid "More info in the official docs:"
72msgstr "Больше сведений в официальной документации:" 257msgstr "Больше сведений в официальной документации:"
73 258
74msgid "import from Pocket" 259msgid "Import from Pocket"
75msgstr "импортировать из Pocket" 260msgstr "Импортировать из Pocket"
261
262#, php-format
263msgid "(you must have a %s file on your server)"
264msgstr "(файл %s должен присутствовать на вашем сервере)"
265
266msgid "Import from Readability"
267msgstr "Импортировать из Readability"
76 268
77msgid "import from Readability" 269msgid "Import from Instapaper"
78msgstr "мпортировать из Readability" 270msgstr "мпортировать из Instapaper"
79 271
80msgid "import from Instapaper" 272msgid "Import from poche"
81msgstr "мпортировать из Instapaper" 273msgstr "мпортировать из poche"
82 274
83msgid "Export your poche data" 275msgid "Export your poche data"
84msgstr "Экспортировать данные poche" 276msgstr "Экспортировать данные poche"
85 277
86msgid "Click here" 278msgid "Click here"
87msgstr "Кликни сюда" 279msgstr "Кликните здесь"
280
281msgid "to download your database."
282msgstr "чтобы скачать вашу базу данных"
88 283
89msgid "to export your poche data." 284msgid "to export your poche data."
90msgstr "чтобы экспортировать твои записи из poche." 285msgstr "чтобы экспортировать свои записи из poche."
286
287msgid "Tag"
288msgstr "Тег"
91 289
92msgid "back to home" 290msgid "No link available here!"
93msgstr "домой" 291msgstr "Здесь нет ссылки!"
292
293msgid "toggle mark as read"
294msgstr "изменить отметку 'прочитано'"
295
296msgid "You can enter multiple tags, separated by commas."
297msgstr "Вы можете ввести несколько тегов, разделяя их запятой."
298
299msgid "return to article"
300msgstr "вернуться к статье"
301
302msgid "plop"
303msgstr "plop"
304
305msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
306msgstr "Вы можете <a href='wallabag_compatibility_test.php'>проверить конфигурацию здесь</a>."
94 307
95msgid "installation" 308msgid "installation"
96msgstr "установка" 309msgstr "установка"
97 310
98msgid "install your poche" 311msgid "install your wallabag"
99msgstr "установть той poche" 312msgstr "установ wallabag"
100 313
101msgid "" 314msgid "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>."
102"poche is still not installed. Please fill the below form to install it. " 315msgstr "wallabag всё ещё не установлен. Надо заполнить форму ниже, чтобы установить его. Неплохо также <a href='http://doc.wallabag.org'>прочесть документацию на сайте wallabag</a>."
103"Don't hesitate to <a href='http://doc.inthepoche.com'>read the documentation "
104"on poche website</a>."
105msgstr ""
106"poche всё ещё не установлен. Надо заполнить форму ниже, чтобы установить "
107"его. Неплохо также <a href='http://doc.inthepoche.com'>прочесть документацию "
108"на сайте poche</a>."
109 316
110msgid "Login" 317msgid "Login"
111msgstr "стро мя" 318msgstr "я отея"
112 319
113msgid "Repeat your password" 320msgid "Repeat your password"
114msgstr "Повтори пароль" 321msgstr "Повторите пароль"
115 322
116msgid "Install" 323msgid "Install"
117msgstr "Установить" 324msgstr "Установить"
118 325
119msgid "back to top" 326msgid "login to your wallabag"
120msgstr "а" 327msgstr "вйи в вой wallabag"
121 328
122msgid "favoris" 329msgid "Login to wallabag"
123msgstr "ро" 330msgstr "те в wallabag"
124 331
125msgid "archive" 332msgid "you are in demo mode, some features may be disabled."
126msgstr "рив" 333msgstr "емонтаинный режим - работают не се возможности."
127 334
128msgid "unread" 335msgid "Username"
129msgstr "тое" 336msgstr " ьоатля"
130 337
131msgid "by date asc" 338msgid "Stay signed in"
132msgstr "по те, ера тарые" 339msgstr "аоит е"
133 340
134msgid "by date" 341msgid "(Do not check on public computers)"
135msgstr "о ате" 342msgstr "( тмечайте а ужих компьюерах)"
136 343
137msgid "by date desc" 344msgid "Untitled"
138msgstr " ат, сера нве" 345msgstr "з аван"
139 346
140msgid "by title asc" 347msgid "the link has been added successfully"
141msgstr " ооу (ря)" 348msgstr "ссыа усшо оа"
142 349
143msgid "by title" 350msgid "error during insertion : the link wasn't added"
144msgstr "о алову" 351msgstr "шбка в рмя вст: ссыа не даена"
145 352
146msgid "by title desc" 353msgid "the link has been deleted successfully"
147msgstr " овку (ртны)" 354msgstr "ссыа усшо уае"
148 355
149msgid "No link available here!" 356msgid "the link wasn't deleted"
150msgstr "Здес нет лн!" 357msgstr "сылка не уана"
151 358
152msgid "toggle mark as read" 359msgid "previous"
153msgstr "змениь тмт 'отно'" 360msgstr "еая"
154 361
155msgid "toggle favorite" 362msgid "next"
156msgstr "ми избанноть" 363msgstr "сеа"
157 364
158msgid "delete" 365msgid "in demo mode, you can't update your password"
159msgstr "удаи" 366msgstr " монстрцнном режме мена паоля не разрешена"
160 367
161msgid "original" 368msgid "your password has been updated"
162msgstr "оны" 369msgstr "а паоь бвлен"
163 370
164msgid "results" 371msgid "the two fields have to be filled & the password must be the same in the two fields"
165msgstr "надено" 372msgstr "нобходимо злнить оба поля и пароль в обоих лжн совпадать"
166 373
167msgid "tweet" 374msgid "still using the \""
168msgstr "твиут" 375msgstr "вс еще олзетя \""
169 376
170msgid "email" 377msgid "that theme does not seem to be installed"
171msgstr "трт те" 378msgstr "атя, эт тма новлна"
172 379
173msgid "shaarli" 380msgid "you have changed your theme preferences"
174msgstr "ари" 381msgstr "ы менили свои нтк темы"
175 382
176msgid "flattr" 383msgid "that language does not seem to be installed"
177msgstr "рсонсиовть" 384msgstr "жея, чт этот яык е нвен"
178 385
179msgid "this article appears wrong?" 386msgid "you have changed your language preferences"
180msgstr "сттья ылит ри?" 387msgstr "вы мении атйк яыа"
181 388
182msgid "create an issue" 389msgid "login failed: you have to fill all fields"
183msgstr "оеть о оше" 390msgstr "т е алоь: ы джны апть с поля"
184 391
185msgid "or" 392msgid "welcome to your poche"
186msgstr "л" 393msgstr "бро пожавать в ваш poche"
187 394
188msgid "contact us by mail" 395msgid "login failed: bad login or password"
189msgstr "святс по поте" 396msgstr "вти не далос: ервильне мя олзователя или пароль"
190 397
191msgid "plop" 398msgid "see you soon!"
192msgstr "plop" 399msgstr "увидимся!"
193 400
194msgid "home" 401msgid "import from instapaper completed"
195msgstr "о" 402msgstr "мрт з instapaper завершен"
196 403
197msgid "favorites" 404msgid "import from pocket completed"
198msgstr "ире" 405msgstr "иорт pocket ршен"
199 406
200msgid "logout" 407msgid "import from Readability completed. "
201msgstr "ыти" 408msgstr "по из Readability завершен"
202 409
203msgid "powered by" 410msgid "import from Poche completed. "
204msgstr " ове" 411msgstr "т Poche аершен."
205 412
206msgid "debug mode is on so cache is off." 413msgid "Unknown import provider."
207msgstr "ён жим - ын." 414msgstr "звен е о."
208 415
209msgid "your poche version:" 416msgid "Incomplete inc/poche/define.inc.php file, please define \""
210msgstr "ша вер poche:" 417msgstr "верннй файл inc/poche/define.inc.php file, пожалуйста определите \""
211 418
212msgid "storage:" 419msgid "Could not find required \""
213msgstr "рание:" 420msgstr "Не ось ти ребуемый \""
214 421
215msgid "login to your poche" 422msgid "Uh, there is a problem while generating feeds."
216msgstr "воти о poche" 423msgstr "х, окла роблема п содании ленты."
217 424
218msgid "you are in demo mode, some features may be disabled." 425msgid "Oops, it seems you don't have PHP 5."
219msgstr "монстрцнй ежим - отт не вс оости." 426msgstr "с, я а не тон PHP 5."
220 427
221msgid "Stay signed in" 428#~ msgid "your version"
222msgstr "статься регистриованным" 429#~ msgstr "аша рси"
223 430
224msgid "(Do not check on public computers)" 431#~ msgid "back to home"
225msgstr "(Не отмечай на чужих компьютерах)" 432#~ msgstr "домой"
433
434#~ msgid "create an issue"
435#~ msgstr "оповестить об ошибке"
436
437#~ msgid "or"
438#~ msgstr "или"
439
440#~ msgid "contact us by mail"
441#~ msgstr "связаться по почте"
226 442
227msgid "Sign in" 443#~ msgid "Sign in"
228msgstr "Зарегистрироваться" 444#~ msgstr "Зарегистрироваться"
diff --git a/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mo b/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mo
new file mode 100755
index 00000000..80972b65
--- /dev/null
+++ b/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.mo
Binary files differ
diff --git a/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po b/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po
new file mode 100755
index 00000000..6092cbab
--- /dev/null
+++ b/locale/uk_UA.utf8/LC_MESSAGES/uk_UA.utf8.po
@@ -0,0 +1,428 @@
1msgid ""
2msgstr ""
3"Project-Id-Version: wballabag\n"
4"Report-Msgid-Bugs-To: \n"
5"POT-Creation-Date: 2014-02-06 19:23+0300\n"
6"PO-Revision-Date: 2014-02-06 19:24+0300\n"
7"Last-Translator: Maryana <mariroz@mr.lviv.ua>\n"
8"Language-Team: \n"
9"Language: \n"
10"MIME-Version: 1.0\n"
11"Content-Type: text/plain; charset=UTF-8\n"
12"Content-Transfer-Encoding: 8bit\n"
13"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
14"X-Poedit-Basepath: .\n"
15"X-Poedit-Language: Ukrainian\n"
16"X-Poedit-Country: UKRAINE\n"
17"X-Poedit-SourceCharset: utf-8\n"
18"X-Poedit-SearchPath-0: /home/mariroz/_DEV/web/wallabag/wallabag\n"
19
20msgid "poche, a read it later open source system"
21msgstr "poche, сервіс відкладеного читання з відкритим кодом"
22
23msgid "login failed: user doesn't exist"
24msgstr "увійти не вдалося: користувач не існує"
25
26msgid "powered by"
27msgstr "за підтримки"
28
29msgid "debug mode is on so cache is off."
30msgstr "режим відладки включено, отже кеш виключено."
31
32msgid "your poche version:"
33msgstr "версія вашої poche:"
34
35msgid "storage:"
36msgstr "сховище:"
37
38msgid "home"
39msgstr "головна"
40
41msgid "favorites"
42msgstr "вибране"
43
44msgid "archive"
45msgstr "архів"
46
47msgid "tags"
48msgstr "теги"
49
50msgid "config"
51msgstr "налаштування"
52
53msgid "logout"
54msgstr "вихід"
55
56msgid "return home"
57msgstr "повернутися на головну"
58
59msgid "Poching links"
60msgstr "Зберігання посилань"
61
62msgid "There are several ways to poche a link:"
63msgstr "Є кілька способів зберегти посилання:"
64
65msgid "read the documentation"
66msgstr "читати документацію"
67
68msgid "download the extension"
69msgstr "завантажити розширення"
70
71msgid "via F-Droid"
72msgstr "через F-Droid"
73
74msgid " or "
75msgstr "або"
76
77msgid "via Google Play"
78msgstr "через Google Play"
79
80msgid "download the application"
81msgstr "завантажити додаток"
82
83msgid "By filling this field"
84msgstr "Заповнивши це поле"
85
86msgid "poche it!"
87msgstr "зберегти!"
88
89msgid "Bookmarklet: drag & drop this link to your bookmarks bar"
90msgstr "З допомогою закладки: перетягніть і відпустіть посилання на панель закладок"
91
92msgid "Updating poche"
93msgstr "Оновлення poche"
94
95msgid "Installed version"
96msgstr "Встановлено ​​версію"
97
98msgid "Latest stable version"
99msgstr "Остання стабільна версія"
100
101msgid "A more recent stable version is available."
102msgstr "Є новіша стабільна версія."
103
104msgid "You are up to date."
105msgstr "У вас остання версія."
106
107msgid "latest dev version"
108msgstr "остання версія в розробці"
109
110msgid "a more recent development version is available."
111msgstr "доступна новіша версія в розробці."
112
113msgid "you are up to date."
114msgstr "у вас остання версія."
115
116msgid "Feeds"
117msgstr "Завантаження (feeds)"
118
119msgid "Your feed token is currently empty and must first be generated to enable feeds. Click <a href='?feed&amp;action=generate'>here to generate it</a>."
120msgstr "Ваш маркер завантажень (feed token) не визначено, ви повинні спочатку згенерувати його для того, щоб активувати завантаження. Натисніть <a href='?feed&action=generate'>тут для його генерації</ A>."
121
122msgid "Unread feed"
123msgstr "Завантаження непрочитаного"
124
125msgid "Favorites feed"
126msgstr "Завантаження вибраного"
127
128msgid "Archive feed"
129msgstr "Завантаження архіву"
130
131msgid "Your token:"
132msgstr "Ваш маркер (token): "
133
134msgid "Your user id:"
135msgstr "Ваш ідентифікатор користувача (user id):"
136
137msgid "You can regenerate your token: <a href='?feed&amp;action=generate'>generate!</a>."
138msgstr "Ви можете перестворити ваш маркер: натисніть <a href='?feed&amp;action=generate'>згенерувати!</a>."
139
140msgid "Change your theme"
141msgstr "Змінити тему"
142
143msgid "Theme:"
144msgstr "Тема:"
145
146msgid "Update"
147msgstr "Оновити"
148
149msgid "Change your language"
150msgstr "Змінити мову"
151
152msgid "Language:"
153msgstr "Мова:"
154
155msgid "Change your password"
156msgstr "Зміна паролю"
157
158msgid "New password:"
159msgstr "Новий пароль:"
160
161msgid "Password"
162msgstr "Пароль"
163
164msgid "Repeat your new password:"
165msgstr "Новий пароль ще раз:"
166
167msgid "Import"
168msgstr "Імпортування"
169
170msgid "Please execute the import script locally as it can take a very long time."
171msgstr "Будь ласка, виконайте сценарій імпорту локально, оскільки це може тривати досить довго."
172
173msgid "More info in the official docs:"
174msgstr "Більш детальна інформація в офіційній документації:"
175
176msgid "Import from Pocket"
177msgstr "Імпорт з Pocket-а"
178
179#, php-format
180msgid "(you must have a %s file on your server)"
181msgstr "(файл %s повинен бути присутнім на вашому сервері)"
182
183msgid "Import from Readability"
184msgstr "Імпорт з Readability"
185
186msgid "Import from Instapaper"
187msgstr "Імпорт з Instapaper"
188
189msgid "Import from poche"
190msgstr "Імпорт з poche"
191
192msgid "Export your poche data"
193msgstr "Експортувати ваші дані з poche"
194
195msgid "Click here"
196msgstr "Клікніть тут"
197
198msgid "to download your database."
199msgstr "щоб завантажити вашу базу даних."
200
201msgid "to export your poche data."
202msgstr "щоб експортувати ваші дані poche."
203
204msgid "Tag"
205msgstr "Тег"
206
207msgid "No link available here!"
208msgstr "Немає доступних посилань!"
209
210msgid "toggle mark as read"
211msgstr "змінити мітку на прочитано"
212
213msgid "toggle favorite"
214msgstr "змінити мітку вибраного"
215
216msgid "delete"
217msgstr "видалити"
218
219msgid "original"
220msgstr "оригінал"
221
222msgid "estimated reading time:"
223msgstr "приблизний час читання:"
224
225msgid "results"
226msgstr "результат(ів)"
227
228msgid "You can enter multiple tags, separated by commas."
229msgstr "Ви можете ввести декілька тегів, розділених комами."
230
231msgid "return to article"
232msgstr "повернутися до статті"
233
234msgid "plop"
235msgstr "plop"
236
237msgid "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>."
238msgstr "Ви можете <a href='wallabag_compatibility_test.php'>перевірити вашу конфігурацію тут</a>."
239
240msgid "favoris"
241msgstr "вибране"
242
243msgid "unread"
244msgstr "непрочитане"
245
246msgid "by date asc"
247msgstr "за датою по зростанню"
248
249msgid "by date"
250msgstr "за датою"
251
252msgid "by date desc"
253msgstr "за датою по спаданню"
254
255msgid "by title asc"
256msgstr "за назвою по зростанню"
257
258msgid "by title"
259msgstr "за назвою"
260
261msgid "by title desc"
262msgstr "за назвою по спаданню"
263
264msgid "No articles found."
265msgstr "Статей не знайдено."
266
267msgid "Toggle mark as read"
268msgstr "змінити мітку прочитаного"
269
270msgid "installation"
271msgstr "інсталяція"
272
273msgid "install your wallabag"
274msgstr "встановити wallabag"
275
276msgid "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>."
277msgstr "wallabag ще не встановлено. Будь ласка, заповніть форму нижче, щоб його встановити. Ви можете <a href='http://doc.wallabag.org/'>звертутися до документації на сайті wallabag</ A>."
278
279msgid "Login"
280msgstr "Логін"
281
282msgid "Repeat your password"
283msgstr "Пароль ще раз"
284
285msgid "Install"
286msgstr "Встановити"
287
288msgid "login to your wallabag"
289msgstr "увійти до wallabag"
290
291msgid "Login to wallabag"
292msgstr "Увійти до wallabag"
293
294msgid "you are in demo mode, some features may be disabled."
295msgstr "ви в демонстраційному режимі, деякі функції можуть бути відключені."
296
297msgid "Username"
298msgstr "Ім’я користувача"
299
300msgid "Stay signed in"
301msgstr "Запам'ятати мене"
302
303msgid "(Do not check on public computers)"
304msgstr "(Не відмічайте на загальнодоступних комп'ютерах)"
305
306msgid "Return home"
307msgstr "Повернутися на головну"
308
309msgid "Back to top"
310msgstr "Догори"
311
312msgid "Mark as read"
313msgstr "Відмітити як прочитано/не прочитано"
314
315msgid "Favorite"
316msgstr "Вибране"
317
318msgid "Toggle favorite"
319msgstr "Відмітити як вибране/не вибране"
320
321msgid "Delete"
322msgstr "Видалити"
323
324msgid "Tweet"
325msgstr "Твітнути"
326
327msgid "Email"
328msgstr "Надіслати по e-mail"
329
330msgid "shaarli"
331msgstr "shaarli"
332
333msgid "flattr"
334msgstr "flattr"
335
336msgid "Does this article appear wrong?"
337msgstr "Ця стаття виглядає не так, як треба?"
338
339msgid "tags:"
340msgstr "теги:"
341
342msgid "Edit tags"
343msgstr "Редагувати теги"
344
345msgid "previous"
346msgstr "попередня"
347
348msgid "next"
349msgstr "наступна"
350
351msgid "Untitled"
352msgstr "Без назви"
353
354msgid "the link has been added successfully"
355msgstr "посилання успішно додано"
356
357msgid "error during insertion : the link wasn't added"
358msgstr "помилка при вставці: посилання не додано"
359
360msgid "the link has been deleted successfully"
361msgstr "посилання успішно видалено"
362
363msgid "the link wasn't deleted"
364msgstr "посилання не було видалено"
365
366msgid "in demo mode, you can't update your password"
367msgstr "в демонстраційному режимі ви не можете змінювати свій пароль"
368
369msgid "your password has been updated"
370msgstr "ваш пароль змінено"
371
372msgid "the two fields have to be filled & the password must be the same in the two fields"
373msgstr "обидва поля повинні бути заповнені і пароль повинен співпадати в обох"
374
375msgid "still using the \""
376msgstr "досі використовується \""
377
378msgid "that theme does not seem to be installed"
379msgstr "виглядає, що цю тему не було встановлено"
380
381msgid "you have changed your theme preferences"
382msgstr "ви змінили налаштування своєї теми"
383
384msgid "that language does not seem to be installed"
385msgstr "виглядає, що цю мову не було встановлено"
386
387msgid "you have changed your language preferences"
388msgstr "ви змінили свої налаштування мови"
389
390msgid "login failed: you have to fill all fields"
391msgstr "увійти не вдалося: ви повинні заповнити всі поля"
392
393msgid "welcome to your poche"
394msgstr "ласкаво просимо до вашого poche"
395
396msgid "login failed: bad login or password"
397msgstr "увійти не вдалося: не вірний логін або пароль"
398
399msgid "see you soon!"
400msgstr "бувайте, ще побачимось!"
401
402msgid "import from instapaper completed"
403msgstr "імпорт з instapaper-а завершено"
404
405msgid "import from pocket completed"
406msgstr "імпорт з pocket-а завершено"
407
408msgid "import from Readability completed. "
409msgstr "імпорт з Readability завершено"
410
411msgid "import from Poche completed. "
412msgstr "імпорт з Poche завершено."
413
414msgid "Unknown import provider."
415msgstr "Невідомий провайдер імпорту."
416
417msgid "Incomplete inc/poche/define.inc.php file, please define \""
418msgstr "Неповний файл inc/poche/define.inc.php, будь ласка, визначте \""
419
420msgid "Could not find required \""
421msgstr "Не вдалося знайти потрібний \""
422
423msgid "Uh, there is a problem while generating feeds."
424msgstr "Ох, є проблема при створенні завантажень (feeds)."
425
426msgid "Oops, it seems you don't have PHP 5."
427msgstr "Упс, здається, у вас немає PHP 5."
428
diff --git a/themes/courgette/_menu.twig b/themes/courgette/_menu.twig
index 85487f73..5e737299 100755
--- a/themes/courgette/_menu.twig
+++ b/themes/courgette/_menu.twig
@@ -3,6 +3,7 @@
3 <li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li> 3 <li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li>
4 <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> 4 <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
5 <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> 5 <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
6 <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li>
6 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> 7 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
7 <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> 8 <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
8 </ul> 9 </ul>
diff --git a/themes/courgette/view.twig b/themes/courgette/_view.twig
index e80829ef..e80829ef 100755
--- a/themes/courgette/view.twig
+++ b/themes/courgette/_view.twig
diff --git a/themes/courgette/css/.DS_Store b/themes/courgette/css/.DS_Store
deleted file mode 100644
index c788a093..00000000
--- a/themes/courgette/css/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/themes/courgette/css/font.css b/themes/courgette/css/font.css
index 7c16cce4..849ff85b 100755
--- a/themes/courgette/css/font.css
+++ b/themes/courgette/css/font.css
@@ -7,4 +7,16 @@
7 url('../font/fontello.svg?97381924#fontello') format('svg'); 7 url('../font/fontello.svg?97381924#fontello') format('svg');
8 font-weight: normal; 8 font-weight: normal;
9 font-style: normal; 9 font-style: normal;
10} \ No newline at end of file 10}
11
12@font-face {
13 font-family: 'icomoon';
14 src:url('../font/icomoon.eot?-72nnzw');
15 src:url('../font/icomoon.eot?#iefix-72nnzw') format('embedded-opentype'),
16 url('../font/icomoon.woff?-72nnzw') format('woff'),
17 url('../font/comoon.ttf?-72nnzw') format('truetype'),
18 url('../font/icomoon.svg?-72nnzw#icomoon') format('svg');
19 font-weight: normal;
20 font-style: normal;
21}
22
diff --git a/themes/courgette/css/style.css b/themes/courgette/css/style.css
index 2ba16b71..edd09c78 100755
--- a/themes/courgette/css/style.css
+++ b/themes/courgette/css/style.css
@@ -157,6 +157,8 @@ h1 a {
157 transition-delay:1.55ms; 157 transition-delay:1.55ms;
158} 158}
159 159
160#article_toolbar li:nth-child(2) { display: none; }
161
160#menu:before { 162#menu:before {
161 content: "\e801"; 163 content: "\e801";
162 display: block; 164 display: block;
@@ -299,7 +301,7 @@ ul li {
299 color:#000; 301 color:#000;
300} 302}
301 303
302.tools a:before { display: block; font-family: 'fontello'; } 304.tools a:before { display: block; font-family: 'icomoon'; }
303 305
304 306
305.fav-off:before, .fav:before { content: '\e805'; } /* '' */ 307.fav-off:before, .fav:before { content: '\e805'; } /* '' */
@@ -308,13 +310,13 @@ ul li {
308 background: #FFF; 310 background: #FFF;
309 color:#000; 311 color:#000;
310} 312}
311.link:before { content: '\e800'; } /* '' */ 313.link:before { content: '\e801'; } /* '' */
312.delete:before { content: '\e803'; } /* '' */ 314.delete:before { content: '\e80c'; } /* '' */
313.reading-time:before { content: '\e802'; } /* '' */ 315.reading-time:before { content: '\e803'; } /* '' */
314 316
315#article_toolbar a:before { 317#article_toolbar a:before {
316 display: block; 318 display: block;
317 font-family: 'fontello'; 319 font-family: 'icomoon';
318} 320}
319 321
320#article_toolbar a { 322#article_toolbar a {
@@ -343,7 +345,8 @@ ul li {
343.email:before { content: '\e80a'; } /* '' */ 345.email:before { content: '\e80a'; } /* '' */
344.icon-check:before { content: '\e804'; } /* '' */ 346.icon-check:before { content: '\e804'; } /* '' */
345.back:before { content: '\e806'; } /* '' */ 347.back:before { content: '\e806'; } /* '' */
346.bad-display:before { content: '\e808'; } /* '' */ 348.flattr:before { content: '\e800'; } /* '' */
349.bad-display:before { content: '\e600'; } /* '' */
347.twitter:before { content: '\e807'; } /* '' */ 350.twitter:before { content: '\e807'; } /* '' */
348 351
349#article_toolbar .flattrli { 352#article_toolbar .flattrli {
@@ -618,3 +621,64 @@ form button:hover, form button:focus, form input[type="submit"]:hover, form inpu
618 position:static; 621 position:static;
619 } 622 }
620} 623}
624
625
626.w600p {
627 width: 70%;
628 margin: auto;
629}
630
631.tagForm {
632 margin: 1em 0;
633}
634
635.tagForm p {
636 font-style: italic;
637 margin: 0;
638 font-size: 0.8em;
639 color: #999;
640}
641
642.tagForm label {
643 width: auto;
644 margin-right: 1em;
645}
646
647.back:before {
648 font-family: "icomoon";
649}
650
651.back.link {
652 color: #000;
653 text-decoration: none;
654}
655
656.back.link:before {
657 margin-right: 0.5em;
658}
659
660.tag-list a {
661 color: #000;
662 text-decoration: none;
663}
664
665.tag-list li {
666 display: inline-block;
667 margin-right: 1em;
668}
669
670a:hover {
671 text-decoration: underline;
672}
673
674.tag {
675 background: #000;
676 color: #FFF;
677 padding: 0.5em 1em;
678 text-decoration: none;
679}
680
681.tag:hover, .tag:focus {
682 background: #FFF;
683 color: #000;
684} \ No newline at end of file
diff --git a/themes/courgette/edit-tags.twig b/themes/courgette/edit-tags.twig
new file mode 100644
index 00000000..bcddbe46
--- /dev/null
+++ b/themes/courgette/edit-tags.twig
@@ -0,0 +1,20 @@
1{% extends "layout.twig" %}
2{% block title %}edit tags{% endblock %}
3{% block menu %}
4{% include '_menu.twig' %}
5{% endblock %}
6{% block content %}
7{% if tags is empty %}
8<em>no tags</em>
9{% endif %}
10<ul class='tag-list'>
11{% for tag in tags %}<li>{{ tag.value }} <a href="./?action=remove_tag&amp;tag_id={{ tag.id }}&amp;id={{ entry_id }}">✘</a></li>{% endfor %}
12</ul>
13<form method="post" action="./?action=add_tag" class="tagForm">
14 <label for="value">Add tags: </label><input type="text" placeholder="interview, editorial, video" id="value" name="value" required="required" />
15 <p>{% trans "You can enter multiple tags, separated by commas." %}</p>
16 <input type="hidden" name="entry_id" value="{{ entry_id }}" />
17 <input type="submit" value="Tag" />
18</form>
19<a class="back link" href="./?view=view&id={{ entry_id }}">{% trans "return to article" %}</a>
20{% endblock %}
diff --git a/themes/courgette/font/fontello.eot b/themes/courgette/font/fontello.eot
deleted file mode 100644
index 3c5603dd..00000000
--- a/themes/courgette/font/fontello.eot
+++ /dev/null
Binary files differ
diff --git a/themes/courgette/font/fontello.svg b/themes/courgette/font/fontello.svg
deleted file mode 100644
index 0e0118ed..00000000
--- a/themes/courgette/font/fontello.svg
+++ /dev/null
@@ -1,23 +0,0 @@
1<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3<svg xmlns="http://www.w3.org/2000/svg">
4<metadata>Copyright (C) 2013 by original authors @ fontello.com</metadata>
5<defs>
6<font id="fontello" horiz-adv-x="1000" >
7<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8<missing-glyph horiz-adv-x="1000" />
9<glyph glyph-name="mail" unicode="&#xe80a;" 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" />
10<glyph glyph-name="up-open" unicode="&#xe80b;" d="m0 174l352 352l148 148l148-148l352-352l-148-148l-352 351l-352-351z" horiz-adv-x="1000" />
11<glyph glyph-name="star" unicode="&#xe805;" d="m440 790l120-336l320 0l-262-196l94-348l-272 208l-272-208l94 348l-262 196l320 0z" horiz-adv-x="880" />
12<glyph glyph-name="check" unicode="&#xe804;" 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" />
13<glyph glyph-name="link" unicode="&#xe800;" 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" />
14<glyph glyph-name="reply" unicode="&#xe806;" 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" />
15<glyph glyph-name="menu" unicode="&#xe801;" 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" />
16<glyph glyph-name="clock" unicode="&#xe802;" 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" />
17<glyph glyph-name="block" unicode="&#xe808;" 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" />
18<glyph glyph-name="twitter" unicode="&#xe807;" 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" />
19<glyph glyph-name="down-open" unicode="&#xe809;" d="m0 526l148 148l352-351l352 351l148-148l-352-352l-148-148l-148 148z" horiz-adv-x="1000" />
20<glyph glyph-name="trash" unicode="&#xe803;" 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" />
21</font>
22</defs>
23</svg> \ No newline at end of file
diff --git a/themes/courgette/font/fontello.ttf b/themes/courgette/font/fontello.ttf
deleted file mode 100644
index 1967dfaa..00000000
--- a/themes/courgette/font/fontello.ttf
+++ /dev/null
Binary files differ
diff --git a/themes/courgette/font/fontello.woff b/themes/courgette/font/fontello.woff
deleted file mode 100644
index c62afa54..00000000
--- a/themes/courgette/font/fontello.woff
+++ /dev/null
Binary files differ
diff --git a/themes/courgette/font/icomoon.eot b/themes/courgette/font/icomoon.eot
new file mode 100755
index 00000000..ff2d109d
--- /dev/null
+++ b/themes/courgette/font/icomoon.eot
Binary files differ
diff --git a/themes/courgette/font/icomoon.svg b/themes/courgette/font/icomoon.svg
new file mode 100755
index 00000000..8968452d
--- /dev/null
+++ b/themes/courgette/font/icomoon.svg
@@ -0,0 +1,23 @@
1<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3<svg xmlns="http://www.w3.org/2000/svg">
4<metadata>Generated by IcoMoon</metadata>
5<defs>
6<font id="icomoon" horiz-adv-x="512">
7<font-face units-per-em="512" ascent="480" descent="-32" />
8<missing-glyph horiz-adv-x="512" />
9<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
10<glyph unicode="&#xe600;" 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" />
11<glyph unicode="&#xe800;" 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" />
12<glyph unicode="&#xe801;" 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" />
13<glyph unicode="&#xe802;" 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" />
14<glyph unicode="&#xe803;" 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" />
15<glyph unicode="&#xe804;" 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" />
16<glyph unicode="&#xe805;" 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" />
17<glyph unicode="&#xe806;" 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" />
18<glyph unicode="&#xe807;" 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" />
19<glyph unicode="&#xe809;" 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" />
20<glyph unicode="&#xe80a;" 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" />
21<glyph unicode="&#xe80b;" d="M0 133.888l256 256 256-256-75.776-75.776-180.224 179.712-180.224-179.712z" />
22<glyph unicode="&#xe80c;" 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" />
23</font></defs></svg> \ No newline at end of file
diff --git a/themes/courgette/font/icomoon.ttf b/themes/courgette/font/icomoon.ttf
new file mode 100755
index 00000000..52463a87
--- /dev/null
+++ b/themes/courgette/font/icomoon.ttf
Binary files differ
diff --git a/themes/courgette/font/icomoon.woff b/themes/courgette/font/icomoon.woff
new file mode 100755
index 00000000..ddb96f29
--- /dev/null
+++ b/themes/courgette/font/icomoon.woff
Binary files differ
diff --git a/themes/courgette/tags.twig b/themes/courgette/tags.twig
new file mode 100644
index 00000000..9dfdab52
--- /dev/null
+++ b/themes/courgette/tags.twig
@@ -0,0 +1,8 @@
1{% extends "layout.twig" %}
2{% block title %}tags{% endblock %}
3{% block menu %}
4{% include '_menu.twig' %}
5{% endblock %}
6{% block content %}
7{% for tag in tags %}<a class="tag" href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% if token != '' %}<a href="?feed&amp;type=tag&amp;user_id={{ user_id }}&amp;tag_id={{ tag.id }}&amp;token={{ token }}" target="_blank"><img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/rss.png" /></a>{% endif %} {% endfor %}
8{% endblock %} \ No newline at end of file
diff --git a/themes/default/view.twig b/themes/default/view.twig
index d09977a8..9858996f 100644
--- a/themes/default/view.twig
+++ b/themes/default/view.twig
@@ -21,7 +21,7 @@
21 <h1>{{ entry.title|raw }}</h1> 21 <h1>{{ entry.title|raw }}</h1>
22 </header> 22 </header>
23 <aside class="tags"> 23 <aside class="tags">
24 tags: {% for tag in tags %}<a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a> 24 {% trans "tags:" %} {% for tag in tags %}<a href="./?view=tag&amp;id={{ tag.id }}">{{ tag.value }}</a> {% endfor %}<a href="./?view=edit-tags&amp;id={{ entry.id|e }}" title="{% trans "Edit tags" %}">✎</a>
25 </aside> 25 </aside>
26 <article> 26 <article>
27 {{ content | raw }} 27 {{ content | raw }}