From cb0cd8140375c718fd71f9f4b1131c5327eb63e7 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 8 Jul 2010 07:56:05 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.lang.php | 73 +++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/inc/ws/Metier/class.ws.lang.php b/inc/ws/Metier/class.ws.lang.php index 9a66ee3db..b5e7e0050 100644 --- a/inc/ws/Metier/class.ws.lang.php +++ b/inc/ws/Metier/class.ws.lang.php @@ -1,11 +1,84 @@ 1, + 'normal view' => 2, + 'zoom in' => 3, + 'zoom out' => 4, + 'print' => 5, + 'tell a friend' => 6, + 'search' => 7, + 'add / remove bookmark' => 8, + 'download pdf' => 9, + 'help' => 10, + 'switch between book and overview' => 11, + 'zoom in and out' => 12, + 'previous double page' => 13, + 'frontpage' => 14, + 'next double page' => 15, + 'last page' => 16, + 'click once to zoom in, click again to zoom out' => 17, + 'roll the mouse wheel to zoom in/out' => 18, + 'click and drag a corner to switch page' => 19, + 'click on a bookmark to go to page' => 20, + 'preparing print' => 21, + 'right page' => 22, + 'left page' => 23, + 'spread' => 24, + 'entire brochure' => 25, + 'between pages' => 26, + 'one page per sheet' => 27, + 'two pages per sheet' => 28, + 'print' => 29, + 'close' => 30, + 'your name' => 31, + 'the message' => 32, + 'the e-mail(s) of your friend(s)' => 33, + 'send' => 34, + 'no result found' => 35, + 'fluidbook' => 36, + 'press the link below to open Fluidbook:' => 37, + 'next page with the word' => 38, + 'previous page' => 39, + '%total% hits on %pages% pages, %this% hits on this page' => 40, + 'chapters' => 41, + 'marked pages' => 42, + 'you need to enter 3 letters to start searching' => 43, + 'hit(s)' => 44, + 'go to page' => 45, + 'you can\'t bookmark the frontpage' => 46, + 'click for more information about the product' => 47, + 'click to open the link' => 48, + 'click to send an e-mail' => 49, + 'video' => 50, + 'go to the page' => 51, + 'multimedia' => 52, + 'no result on this page' => 53, + 'your e-mail' => 54, + 'use a comma to separate several e-mails' => 55, + '' => 56, + 'click to magnify' => 57, + 'switch between fullscreen and normal' => 58, + 'drag handle to switch page' => 59, + 'pages that are bookmarked' => 60, + 'printing will start automatically when pages are downloaded' => 61, + 'no bookmarks added' => 62, + 'functionality dont work when in fullscreen mode' => 63); + protected $lang_id; protected $nom; protected $nsis_lang; protected $public; protected $embeded; protected $traductions; + + public static function getTraductionWithId($traductions) + { + $res = array(); + foreach($traductions as $k => $v) { + $res[array_search($k, self::$idtonew)] = $v; + } + return $res; + } } ?> \ No newline at end of file -- 2.39.5