castopod/modules/Admin/Language/el/Platforms.php

31 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => 'Πλατφόρμες',
'home_url' => 'Μεταβείτε στην ιστοσελίδα {platformName}',
'submit_url' => 'Υποβάλετε το podcast σας στην πλατφόρμα {platformName}',
'visible' => 'Εμφάνιση στην αρχική σελίδα του podcast;',
'on_embed' => 'Εμφάνιση σε ενσωματωμένο player;',
'remove' => 'Κατάργηση {platformName}',
'submit' => 'Αποθήκευση',
'messages' => [
'updateSuccess' => 'Οι σύνδεσμοι της πλατφόρμας ενημερώθηκαν επιτυχώς!',
'removeLinkSuccess' => 'Ο σύνδεσμος πλατφόρμας έχει αφαιρεθεί.',
'removeLinkError' =>
'Δεν ήταν δυνατή η αφαίρεση του συνδέσμου της πλατφόρμας. Δοκιμάστε ξανά.',
],
'description' => [
'podcasting' => 'Το αναγνωριστικό podcast σε αυτή την πλατφόρμα',
'social' => 'Το αναγνωριστικό λογαριασμού podcast σε αυτήν την πλατφόρμα',
'funding' => 'Κλήση σε μήνυμα δράσης',
],
];