diff --git a/skgbankmodeler/sources/org.kde.skrooge-source-ratesapi.desktop b/skgbankmodeler/sources/org.kde.skrooge-source-ratesapi.desktop index dad798cd6..5dd7f90b2 100644 --- a/skgbankmodeler/sources/org.kde.skrooge-source-ratesapi.desktop +++ b/skgbankmodeler/sources/org.kde.skrooge-source-ratesapi.desktop @@ -1,61 +1,63 @@ [Desktop Entry] Name=RatesAPI Name[ca]=RatesAPI +Name[en_GB]=RatesAPI Name[es]=RatesAPI Name[gl]=RatesAPI Name[nl]=RatesAPI Name[pl]=RatesAPI Name[pt]=RatesAPI Name[sv]=RatesAPI Name[uk]=RatesAPI Name[x-test]=xxRatesAPIxx Comment=You can get the list of available quotes from RatesAPI.
Then, enter the expected quote in format CURRENCY/BASE (eg. USD/EUR). Comment[ca]=Podeu obtenir la llista de les cotitzacions disponibles a RatesAPI.
Després introduïu la cotització desitjada en format DIVISA/BASE (p. ex. USD/EUR). +Comment[en_GB]=You can get the list of available quotes from RatesAPI.
Then, enter the expected quote in format CURRENCY/BASE (eg. USD/EUR). Comment[es]=Puede obtener la lista de las cotizaciones disponibles de RatesAPI.
A continuación, introduzca la cotización esperada con el formato DIVISA/BASE (por ejemplo, USD/EUR). Comment[gl]=Pode obter a lista de cotizacións dispoñíbeis de RatesAPI.
A continuación escriba a cotización esperada no formato DIVISA/BASE (p. ex. USD/EUR). Comment[nl]=U kunt de lijst met namen van beschikbare koersen ophalen uit RatesAPI.
Voer dan de gewenste koers in in het formaat VALUTA/BASIS (bijv. USD/EUR). Comment[pl]=Możesz pobrać wykaz dostępnych wycen z <RatesAPI.
Następnie podaj symbol żądanej wyceny w postaci WALUTA DOCELOWA/WALUTA ODNIESIENIA (np. USD/EUR). Comment[pt]=Poderá obter a lista de cotações disponíveis a partir do RatesAPI.
Depois, indique o símbolo das cotações esperadas no formato MOEDA/BASE (p.ex., USD/EUR). Comment[sv]=Listan över tillgängliga kursnoteringar kan hämtas från RatesAPI.
Skriv därefter in förväntad kursnotering på formatet VALUTA/BAS (t.ex. USD/EUR). Comment[uk]=Ви можете отримати список доступних курсів з сайта RatesAPI.
Далі, введіть потрібний вам курс у форматі ВАЛЮТА/ЕТАЛОН (наприклад USD/EUR). Comment[x-test]=xxYou can get the list of available quotes from RatesAPI.
Then, enter the expected quote in format CURRENCY/BASE (eg. USD/EUR).xx Encoding=UTF-8 Icon=skrooge Type=Service X-KDE-ServiceTypes=skrooge/source X-Krunner-ID=ratesapi X-KDE-PluginInfo-Author=Stephane MANKOWSKI,miraks X-KDE-PluginInfo-Email=stephane@mankowski.fr X-KDE-PluginInfo-Name=RatesAPI X-KDE-PluginInfo-Version=1.0 X-KDE-PluginInfo-Website=http://skrooge.org/ X-KDE-PluginInfo-Category=Plugins X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true #The url or the command line to get the list of accounts in the standard output, something like this: #%1 will be replaced by the internet code of the unit #%2 will be replaced by the current day in format yyyy-MM-dd #%3 will be replaced by the previous date in format yyyy-MM-dd #Example: # X-SKROOGE-url=http://server/?s=%1 # or # X-SKROOGE-script=mydownloadscript %1 #This parameter is MANDATORY X-SKROOGE-script=skrooge-ratesapi.py %1 #The mode (HTML or CSV or CSVR). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted. CSVR means CSV in reverse mode X-SKROOGE-mode=CSV #Regular expression to capture the price of the quote #This parameter is not MANDATORY. X-SKROOGE-price=[^,]*,([^,]*) #Regular expression to capture the date of the quote #This parameter is not MANDATORY. X-SKROOGE-date=([^,]*),.* #The date format X-SKROOGE-dateformat=yyyy-MM-dd