From 73433a1c2084b0049dc00d8b9f5aed52848f498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 20 Apr 2013 15:57:02 +0200 Subject: [PATCH] Some more localization. Again thanks to Tobias for the patch. re #37 --- index.php | 4 ++-- lang/Localization_de.json | 2 ++ lang/Localization_en.json | 2 ++ lang/Localization_fr.json | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index cea86cc..2fe42cc 100644 --- a/index.php +++ b/index.php @@ -201,8 +201,8 @@ diff --git a/lang/Localization_de.json b/lang/Localization_de.json index 18235d0..35f0098 100644 --- a/lang/Localization_de.json +++ b/lang/Localization_de.json @@ -118,5 +118,7 @@ "intro.thanks.1":"Speziellen Dank an Kb Sriram, der nicht nur Trook, eine exzellente und OPDS kompatible ", "intro.thanks.2":"Bibliotheksverwaltung programmierte, sondern auch einen Nook spendete!", "search.result":"Suchergebnis für", +"search.sortorder.asc":"Auf", +"search.sortorder.desc":"Ab", "fin":"fin" } diff --git a/lang/Localization_en.json b/lang/Localization_en.json index df358f3..13abe14 100644 --- a/lang/Localization_en.json +++ b/lang/Localization_en.json @@ -121,5 +121,7 @@ "intro.thanks.1":"Special thanks to Kb Sriram, who not only programmed Trook, an excellent and OPDS compatible ", "intro.thanks.2":"library manager for the Nook, but also was kind enough to donate a Nook !", "search.result":"Search result for *{0}*", +"search.sortorder.asc":"Asc", +"search.sortorder.desc":"Desc", "fin":"fin" } diff --git a/lang/Localization_fr.json b/lang/Localization_fr.json index 543c9e6..680ef55 100644 --- a/lang/Localization_fr.json +++ b/lang/Localization_fr.json @@ -106,5 +106,7 @@ "intro.thanks.1":"Remerciements particuliers à Kb Sriram, qui est l'auteur de Trook, un excellent", "intro.thanks.2":"gestionnaire de bibliothèque pour Nook, et a m'a fait cadeau d'un Nook !", "search.result":"Résultats pour *{0}*", +"search.sortorder.asc":"Crois.", +"search.sortorder.desc":"Décrois.", "fin":"fin" }