View Single Post
Old 04-07-2010, 09:00 AM   #811
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Duglum
Thank you!

PS
Oh, no need to escape umlauts, UTF8 strings work fine.
PPS
Could you also translate this part please (pages, 1 page.. etc):

Quote:
FUNC_X_PAGES: function (n) {
return this.FUNC_X_SOMETHING(n, "pages", "1 page", "No page");
},
FUNC_X_ITEMS: function (n) {
return this.FUNC_X_SOMETHING(n, "items", "1 item", "No item");
},
FUNC_X_SETTINGS: function (n) {
return this.FUNC_X_SOMETHING(n, "settings", "1 setting", "No setting");
},
FUNC_X_PICTURES: function (n) {
return this.FUNC_X_SOMETHING(n, "pictures", "1 picture", "No picture");
},
FUNC_X_SONGS: function (n) {
return this.FUNC_X_SOMETHING(n, "songs", "1 song", "No song");
},
FUNC_X_BOOKMARKS: function (n) {
return this.FUNC_X_SOMETHING(n, "bookmarks", "1 bookmark", "No bookmark");
},
FUNC_X_COLLECTIONS: function (n) {
return this.FUNC_X_SOMETHING(n, "collections", "1 collection", "No collection");
},
FUNC_X_BOOKS: function (n) {
return this.FUNC_X_SOMETHING(n, "books", "1 book", "No book");

Last edited by kartu; 04-07-2010 at 09:03 AM.
kartu is offline   Reply With Quote