1 | <?php |
---|
2 | $GLOBALS['__l10n']['Invalid API Key (Key not found)'] = "Invalid API Key. Please configure correctly your API key."; |
---|
3 | |
---|
4 | $GLOBALS['__l10n']['Configuration updated'] = "Configuration updated."; |
---|
5 | |
---|
6 | $GLOBALS['__l10n']['flickr'] = "<em class='flick'>flick</em><em class='r'>r</em>"; |
---|
7 | $GLOBALS['__l10n']['Flickr API Key'] = "<em class='flick'>flick</em><em class='r'>r</em> API key"; |
---|
8 | $GLOBALS['__l10n']['Default search Flickr'] = "Default search on <em class='flick'>flick</em><em class='r'>r</em>"; |
---|
9 | $GLOBALS['__l10n']['Results on flickr'] = "Results on <em class='flick'>flick</em><em class='r'>r</em>"; |
---|
10 | |
---|
11 | $GLOBALS['__l10n']['photobucket'] = "<span style='background: #2B529C; color: white; display: inline; font-weight: bold'>photobucket</span>"; |
---|
12 | $GLOBALS['__l10n']['PhotoBucket API Key'] = "<span style='background: #2B529C; color: white; display: inline; font-weight: bold'>photobucket</span> API Key"; |
---|
13 | $GLOBALS['__l10n']['PhotoBucket API private secret'] = "<span style='background: #2B529C; color: white; display: inline; font-weight: bold'>photobucket</span> API private secret"; |
---|
14 | $GLOBALS['__l10n']['Default search PhotoBucket'] = "Default search on <span style='background: #2B529C; color: white; display: inline; font-weight: bold'>photobucket</span>"; |
---|
15 | $GLOBALS['__l10n']['Results on photobucket'] = "Results on <span style='background: #2B529C; color: white; display: inline; font-weight: bold'>photobucket</span>"; |
---|
16 | |
---|
17 | $GLOBALS['__l10n']['deviantart'] = "<span style='background: #58685D; color: white; display: inline; font-weight: bold'>deviantART</span>"; |
---|
18 | $GLOBALS['__l10n']['Default search deviantART'] = "Default search on <span style='background: #58685D; color: white; display: inline; font-weight: bold'>deviantART</span>."; |
---|
19 | $GLOBALS['__l10n']['Results on deviantart'] = "Results on <span style='background: #58685D; color: white; display: inline; font-weight: bold'>deviantART</span>"; |
---|
20 | |
---|
21 | $GLOBALS['__l10n']['picasa'] = "<span style='background: #E8E8E8; color: #667681; display: inline;'>Picasa</span>"; |
---|
22 | $GLOBALS['__l10n']['Default search picasa'] = "Default search on <span style='background: #E8E8E8; color: #667681; display: inline;'>Picasa</span>."; |
---|
23 | $GLOBALS['__l10n']['Back to search engine'] = "Back to search engine."; |
---|
24 | $GLOBALS['__l10n']['Results on picasa'] = "Results on <span style='background: #E8E8E8; color: #667681; display: inline;'>Picasa</span>"; |
---|
25 | |
---|
26 | $GLOBALS['__l10n']['Pixearch'] = "Pixearch"; |
---|
27 | |
---|
28 | $GLOBALS['__l10n']['Search images'] = "Search pictures"; |
---|
29 | $GLOBALS['__l10n']['on'] = "on"; |
---|
30 | |
---|
31 | $GLOBALS['__l10n']['no results'] = "No result"; |
---|
32 | $GLOBALS['__l10n']['Not configured'] = "Not configured"; |
---|
33 | $GLOBALS['__l10n']['more than'] = "more than"; |
---|
34 | |
---|
35 | $GLOBALS['__l10n']['Insert picture'] = "Insert picture"; |
---|
36 | $GLOBALS['__l10n']['Image size'] = "Picture size"; |
---|
37 | $GLOBALS['__l10n']['square'] = "square"; |
---|
38 | $GLOBALS['__l10n']['thumbnail'] = "thumbnail"; |
---|
39 | $GLOBALS['__l10n']['small'] = "small"; |
---|
40 | $GLOBALS['__l10n']['medium'] = "medium"; |
---|
41 | $GLOBALS['__l10n']['original'] = "original"; |
---|
42 | $GLOBALS['__l10n']['Image only'] = "Picture only"; |
---|
43 | $GLOBALS['__l10n']['Image with link'] = "Picture with link to original"; |
---|
44 | |
---|
45 | $GLOBALS['__l10n']['Configuration'] = "Configuration"; |
---|
46 | $GLOBALS['__l10n']["Doesn't have an API Key ?"] = "Doesn't have an API Key ?"; |
---|
47 | $GLOBALS['__l10n']["help configuration"] = "Flickr and photobucket services needs a personal key. This keys are given for free for a non commercial use. Ask for them with links below and complet configuration form. Search with this two services will be available in entry editor.<br />DeviantART and Picasa doesn't need specific configuration."; |
---|
48 | "Les services flickr et photobucket nécessitent une clé personnelle pour fonctionner. Ces clés sont disponibles gratuitement pour une utilisation non commerciale. Demandez les via les liens proposés ci-dessous et renseignez les champs. La recherche via ces deux services seront alors disponibles dans l'éditeur de billets.<br />DeviantART et Picasa n'ont pas besoin de configuration spécifique."; |
---|
49 | |
---|
50 | $GLOBALS['__l10n']['formatNumberDecimal'] = ','; |
---|
51 | $GLOBALS['__l10n']['seconds'] = 'sec.'; |
---|
52 | |
---|
53 | $GLOBALS['__l10n']['icon by'] = "Icon by"; |
---|