mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
39 lines
1.7 KiB
PHP
39 lines
1.7 KiB
PHP
<?php
|
||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
// extrait automatiquement de http://trad.spip.net/tradlang_module/medias?lang_cible=el
|
||
// ** ne pas modifier le fichier **
|
||
|
||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// B
|
||
'bouton_ajouter_document' => 'ΠΡΟΣΘΗΚΗ ΕΓΓΡΑΦΟΥ', # MODIF
|
||
'bouton_ajouter_image' => 'ΠΡΟΣΘΗΚΗ ΕΙΚΟΝΑΣ', # MODIF
|
||
|
||
// E
|
||
'entree_dimensions' => 'Διαστάσεις :',
|
||
'entree_titre_document' => 'Τίτλος του εγγράφου :',
|
||
'entree_titre_image' => 'Τίτλος της εικόνας :',
|
||
|
||
// I
|
||
'image_tourner_180' => 'Περιστροφή 180°',
|
||
'image_tourner_droite' => 'Περιστροφή 90° δεξιά',
|
||
'image_tourner_gauche' => 'Περιστροφή 90° αριστερά',
|
||
'info_document' => 'Αρχείο',
|
||
'info_document_indisponible' => 'Το αρχείο αυτό δεν είναι διαθέσιμο',
|
||
'info_documents' => 'Αρχεία',
|
||
'info_inclusion_vignette' => 'Ενσωμάτωση ετικέτας:',
|
||
'info_installer_tous_documents' => 'Εγκατάσταση όλων των αρχείων',
|
||
'info_logo_max_taille' => 'Τα λογότυπα μπορεί να είναι λιγότερο από @maxi@ (το αρχείο είναι @actuel@).',
|
||
'info_telecharger' => 'Φορτώστε από τον υπολογιστή σας :',
|
||
|
||
// T
|
||
'texte_documents_joints' => 'You can allow the addition of documents (office files, images,
|
||
multimedia, etc.) to articles and/or sections. These files
|
||
could then be referenced in
|
||
the article or displayed separately.', # MODIF
|
||
'titre_documents_joints' => 'Επισυναπτόμενα'
|
||
);
|
||
|
||
?>
|