Some more localization. Again thanks to Tobias for the patch. re #37

This commit is contained in:
Sébastien Lucas 2013-04-20 15:57:02 +02:00
parent 560bb69942
commit 73433a1c20
4 changed files with 8 additions and 2 deletions

View file

@ -201,8 +201,8 @@
<option value="sp"><?php echo localize("content.published") ?></option>
</select>
<select id="sortorder">
<option value="asc">Asc</option>
<option value="desc">Desc</option>
<option value="asc"><?php echo localize("search.sortorder.asc") ?></option>
<option value="desc"><?php echo localize("search.sortorder.desc") ?></option>
</select>
</div>
</div>

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}