aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-26 13:04:12 +0200
committertcit <tcit@tcit.fr>2014-07-26 13:04:12 +0200
commitab86a5124ae4a23cc37dc78ccfbd73089b3248d8 (patch)
tree87538b6d0b533a4dd814b782f8aa5e9fc77cc783
parent8492f37323c63ac4caed3246077c11bb2c5be79b (diff)
downloadwallabag-ab86a5124ae4a23cc37dc78ccfbd73089b3248d8.tar.gz
wallabag-ab86a5124ae4a23cc37dc78ccfbd73089b3248d8.tar.zst
wallabag-ab86a5124ae4a23cc37dc78ccfbd73089b3248d8.zip
more translations
-rw-r--r--inc/poche/WallabagEBooks.class.php8
-rw-r--r--locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mobin13721 -> 15241 bytes
-rw-r--r--locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po61
-rw-r--r--locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mobin18389 -> 20031 bytes
-rw-r--r--locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po58
5 files changed, 121 insertions, 6 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php
index 906a2247..80aa7e43 100644
--- a/inc/poche/WallabagEBooks.class.php
+++ b/inc/poche/WallabagEBooks.class.php
@@ -55,7 +55,7 @@ class WallabagEBooks
55 case 'category': 55 case 'category':
56 $category = filter_var($this->value, FILTER_SANITIZE_STRING); 56 $category = filter_var($this->value, FILTER_SANITIZE_STRING);
57 $this->entries = $this->wallabag->store->getEntriesByView($category, $this->wallabag->user->getId()); 57 $this->entries = $this->wallabag->store->getEntriesByView($category, $this->wallabag->user->getId());
58 $this->bookTitle = sprintf(_('All articles in category %s'), $category); 58 $this->bookTitle = sprintf(_('Articles in category %s'), $category);
59 $this->bookFileName = substr(sprintf(_('Category %s'), $category), 0, 200); 59 $this->bookFileName = substr(sprintf(_('Category %s'), $category), 0, 200);
60 Tools::logm('Producing ebook from category ' . $category); 60 Tools::logm('Producing ebook from category ' . $category);
61 break; 61 break;
@@ -63,7 +63,7 @@ class WallabagEBooks
63 $search = filter_var($this->value, FILTER_SANITIZE_STRING); 63 $search = filter_var($this->value, FILTER_SANITIZE_STRING);
64 Tools::logm($search); 64 Tools::logm($search);
65 $this->entries = $this->wallabag->store->search($search, $this->wallabag->user->getId()); 65 $this->entries = $this->wallabag->store->search($search, $this->wallabag->user->getId());
66 $this->bookTitle = sprintf(_('All articles for search %s'), $search); 66 $this->bookTitle = sprintf(_('Articles for search %s'), $search);
67 $this->bookFileName = substr(sprintf(_('Search %s'), $search), 0, 200); 67 $this->bookFileName = substr(sprintf(_('Search %s'), $search), 0, 200);
68 Tools::logm('Producing ebook from search ' . $search); 68 Tools::logm('Producing ebook from search ' . $search);
69 break; 69 break;
@@ -207,7 +207,7 @@ class WallabagMobi extends WallabagEBooks
207 $error = FALSE; 207 $error = FALSE;
208 # testing Mail function 208 # testing Mail function
209 if (!function_exists('mail')) { 209 if (!function_exists('mail')) {
210 $error = _('Mail function is unavailable'); 210 $error = _("Mail function is disabled. You can't send emails from your server");
211 } 211 }
212 212
213 $char_in = array('/', '.', ',', ':', '|'); # we sanitize filename to avoid conflicts with special characters (for instance, / goes for a directory) 213 $char_in = array('/', '.', ',', ':', '|'); # we sanitize filename to avoid conflicts with special characters (for instance, / goes for a directory)
@@ -244,7 +244,7 @@ class WallabagMobi extends WallabagEBooks
244 # trying to get the kindle email adress 244 # trying to get the kindle email adress
245 if (!$this->wallabag->user->getConfigValue('kindleemail')) 245 if (!$this->wallabag->user->getConfigValue('kindleemail'))
246 { 246 {
247 $error = _('You didn\'t set your kindle\'s email adress !'); 247 $error = _("You didn't set your kindle's email adress !");
248 } 248 }
249 if (!$error) { 249 if (!$error) {
250 mail($this->wallabag->user->getConfigValue('kindleemail'), '[wallabag] ' . $this->bookTitle, "", $header ); 250 mail($this->wallabag->user->getConfigValue('kindleemail'), '[wallabag] ' . $this->bookTitle, "", $header );
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 b3ea3050..ff09d676 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/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po
index 99867dcc..179405b2 100644
--- a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po
+++ b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po
@@ -141,8 +141,10 @@ msgstr "Repeat your new password:"
141msgid "Import" 141msgid "Import"
142msgstr "Import" 142msgstr "Import"
143 143
144msgid "Please execute the import script locally as it can take a very long time." 144msgid ""
145msgstr "Please execute the import script locally as it can take a very long time." 145"Please execute the import script locally as it can take a very long time."
146msgstr ""
147"Please execute the import script locally as it can take a very long time."
146 148
147msgid "More info in the official documentation:" 149msgid "More info in the official documentation:"
148msgstr "More info in the official documentation:" 150msgstr "More info in the official documentation:"
@@ -584,6 +586,61 @@ msgstr "Download as Mobi"
584msgid "Download as PDF" 586msgid "Download as PDF"
585msgstr "Download as PDF" 587msgstr "Download as PDF"
586 588
589msgid "All my articles on %s"
590msgstr "All my articles on %s"
591
592msgid "Allarticles"
593msgstr "Allarticles"
594
595msgid "Articles tagged %s"
596msgstr "Articles tagged %s"
597
598msgid "Tag %s"
599msgstr "Tag %s"
600
601msgid "Articles in category %s"
602msgstr "All articles in category %s"
603
604msgid "Category %s"
605msgstr "Category %s"
606
607msgid "Articles for search %s"
608msgstr "All articles for search %s"
609
610msgid "Search %s"
611msgstr "Search %s"
612
613msgid "wallabag articles book"
614msgstr "wallabag articles book"
615
616msgid "Some articles saved on my wallabag"
617msgstr "Some articles saved on my wallabag"
618
619msgid "Produced by wallabag with PHPePub"
620msgstr "Produced by wallabag with PHPePub"
621
622msgid ""
623"Please open <a href='https://github.com/wallabag/wallabag/issues'>an issue</"
624"a> if you have trouble with the display of this E-Book on your device."
625msgstr ""
626"Please open <a href='https://github.com/wallabag/wallabag/issues'>an issue</"
627"a> if you have trouble with the display of this E-Book on your device."
628
629msgid "Produced by wallabag with PHPMobi"
630msgstr "Produced by wallabag with PHPMobi"
631
632msgid "Mail function is disabled. You can't send emails from your server"
633msgstr "Mail function is disabled. You can't send emails from your server"
634
635msgid "You didn't set your kindle's email adress !"
636msgstr "You didn't set your kindle's email adress !"
637
638msgid "The email has been sent to your kindle !"
639msgstr "The email has been sent to your kindle !"
640
641msgid "Produced by wallabag with mPDF"
642msgstr "Produced by wallabag with mPDF"
643
587#~ msgid "poche it!" 644#~ msgid "poche it!"
588#~ msgstr "poche it!" 645#~ msgstr "poche it!"
589 646
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 866451e1..6dfcdd37 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/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po
index 8e9f4abc..97f989f2 100644
--- a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po
+++ b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po
@@ -708,3 +708,61 @@ msgstr "Télécharger en Mobi"
708 708
709msgid "Download as PDF" 709msgid "Download as PDF"
710msgstr "Télécharger en PDF" 710msgstr "Télécharger en PDF"
711
712msgid "All my articles on %s"
713msgstr "Tous mes articles le %s"
714
715msgid "Allarticles"
716msgstr "TousArticles"
717
718msgid "Articles tagged %s"
719msgstr "Articles avec le tag %s"
720
721msgid "Tag %s"
722msgstr "Tag %s"
723
724msgid "Articles in category %s"
725msgstr "Articles de la catégorie %s"
726
727msgid "Category %s"
728msgstr "Catégorie %s"
729
730msgid "Articles for search %s"
731msgstr "Articles pour la recherche %s"
732
733msgid "Search %s"
734msgstr "Recherche %s"
735
736msgid "wallabag articles book"
737msgstr "Livre d'articles issus de wallabag"
738
739msgid "Some articles saved on my wallabag"
740msgstr "Des articles sauvegardés sur wallabag"
741
742msgid "Produced by wallabag with PHPePub"
743msgstr "Produit par wallabag avec PHPePub"
744
745msgid ""
746"Please open <a href='https://github.com/wallabag/wallabag/issues'>an issue</"
747"a> if you have trouble with the display of this E-Book on your device."
748msgstr ""
749"Merci d'ouvrir <a href='https://github.com/wallabag/wallabag/issues'>un "
750"ticket</a> si vous avez des problèmes d'affichage de cet E-Book sur votre "
751"appareil."
752
753msgid "Produced by wallabag with PHPMobi"
754msgstr "Produit par wallabag avec PHPMobi"
755
756msgid "Mail function is disabled. You can't send emails from your server"
757msgstr ""
758"La fonction mail est désactivée. Vous ne pouvez pas envoyer d'E-mails depuis "
759"votre serveur"
760
761msgid "You didn't set your kindle's email adress !"
762msgstr "Vous n'avez pas renseigné l'adresse E-mail de votre Kindle !"
763
764msgid "The email has been sent to your kindle !"
765msgstr "L'E-mail a été envoyé à votre Kindle !"
766
767msgid "Produced by wallabag with mPDF"
768msgstr "Produit par wallabag avec mPDF"