Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from ArxXx/master
Browse files Browse the repository at this point in the history
German translation for description
  • Loading branch information
Stefan Weiß authored Mar 5, 2018
2 parents b328524 + c4cbc2d commit 3e3c26c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions starter_kits/golang_transactions/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"display_name" : "Go Transactions",
"description" : "Golang app getting transactions & accounts and handling oAuth based logins.",
"description-de" : "Golang  App für Transaktionen und Abruf von Kontodaten, Handhabung mit dem OAuth-Token",
"app_name":"golang_transactions",
"app_url":"http://localhost:8080",
"callback_urls":"http://localhost:8080",
Expand Down
1 change: 1 addition & 0 deletions starter_kits/node_tx/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"display_name" : "NodeJS Transactions",
"description" : "NodeJS app getting transactions and accounts. Handling oAuth login.",
"description-de" : "NodeJS App für Transaktionen und Abruf von Kontodaten, Handhabung mit dem OAuth-Token"
"app_name":"node_tx",
"app_url":"http://localhost:3141",
"callback_urls":"http://localhost:3141",
Expand Down
1 change: 1 addition & 0 deletions starter_kits/php_advanced/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"display_name" : "PHP Advanced",
"description" : "PHP Website using multiple API objects and a tiny PHP SDK",
"description-de" : "PHP Website die viele API Funktionen nutzt und ein kleines SDK enthält"
"app_name":"php_advanced",
"app_url":"http://localhost:8000",
"callback_urls":"http://localhost:8000",
Expand Down
1 change: 1 addition & 0 deletions starter_kits/php_oauth_plain/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"display_name" : "PHP oAuth Plain",
"description" : "PHP script getting the access token",
"description-de" : "PHP Skript um ein OAuth Access-Token zu erhalten"
"app_name":"php_oauth_plain",
"app_url":"http://localhost:8000/example.php",
"callback_urls":"http://localhost:8000/example.php",
Expand Down
1 change: 1 addition & 0 deletions starter_kits/ruby_oauth_plain/.fidor_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"display_name" : "Ruby oAuth Plain",
"description" : "Ruby app doing the oAuth login to get and use the access token. Uses Sinatra as server.",
"description-de" : "Ruby App um ein OAuth Access-Token zu erhalten."
"app_name":"ruby_oauth_plain",
"app_url":"http://localhost:4567",
"callback_urls":"http://localhost:4567",
Expand Down

0 comments on commit 3e3c26c

Please sign in to comment.