mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 14:34:14 +00:00
86cd598b5d
Co-Authored-By: DeepL <DeepL@users.noreply.github.com>
54 lines
No EOL
2.6 KiB
PHP
54 lines
No EOL
2.6 KiB
PHP
<?php
|
|
$langArray = array(
|
|
"meta" => array(
|
|
"lang" => "en",
|
|
"title" => "Is it Vegan? - VeganCheck",
|
|
"description" => "Are you unsure whether a product is vegan or not? With VeganCheck.me you can scan the bar code of an item while shopping and check whether it is vegan or not and that without a lot of other unnecessary information! Try it out now!"
|
|
),
|
|
"form" => array(
|
|
"scanbarcode" => "Scan barcode",
|
|
"enterbarcode" => "Enter product barcode",
|
|
"submit" => "Submit"
|
|
),
|
|
"footer" => array(
|
|
"credits" => 'Made with <i class="icon-vegancheck"></i> by <a href="https://philipbrembeck.com">Philip Brembeck</a> & <a href="https://jokenetwork.de">JokeNetwork</a>',
|
|
"legal" => '<a href="privacy-policy">Privacy Policy</a> / <a href="impressum">Imprint</a> / <a href="//github.com/JokeNetwork/vegancheck.me/wiki">API</a>'
|
|
),
|
|
"layover" => array(
|
|
"close" => "Close scanner"
|
|
),
|
|
"other" => array(
|
|
"offline" => "You are currently offline. VeganCheck.me only works with a functioning internet-connection.",
|
|
"reload" => "Reload",
|
|
"rotate" => "Please turn your device"
|
|
),
|
|
"results" => array(
|
|
"invalid" => "Barcode cannot be empty or include special characters.",
|
|
"invalidscan" => "This barcode is invalid.",
|
|
"notindb" => "This product is not in our database yet.",
|
|
"add" => "Do you want to add it?",
|
|
"addonoff" => "add food",
|
|
"addonobf" => "add cosemtics",
|
|
"or" => "or",
|
|
"missinginfo" => "We do not have enough info on this product yet.",
|
|
"addinfo" => "Want to add info?",
|
|
"editonoff" => "Edit this product at OpenFoodFacts",
|
|
"vegan" => "Vegan",
|
|
"notvegetarian" => "Not vegetarian",
|
|
"vegetarian" => "Vegetarian",
|
|
"unknown" => "unknown",
|
|
"containspalmoil" => "Contains palmoil",
|
|
"nopalmoil" => "No palmoil",
|
|
"palmoilunknown" => "Palmoil unknown",
|
|
"notvegan" => "Not vegan",
|
|
"tweettext" => "%20is%20not%20vegan!%20-%Checked%with%20",
|
|
"tweettextvegan" => "+is+vegan!+-+Checked+with",
|
|
"edit" => "Edit",
|
|
"reporterror" => "Report an issue",
|
|
"animaltestfree" => "Not tested on animals",
|
|
"checkingredients" => "The products ingredients were processed and checked automatically. Please check the ingredients yourself to be sure.",
|
|
"datasource" => "Data source:",
|
|
"processed" => "Processed automatically"
|
|
)
|
|
);
|
|
?>
|