medias_el.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // extrait automatiquement de http://trad.spip.net/tradlang_module/medias?lang_cible=el
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // B
  8. 'bouton_ajouter_document' => 'ΠΡΟΣΘΗΚΗ ΕΓΓΡΑΦΟΥ', # MODIF
  9. 'bouton_ajouter_image' => 'ΠΡΟΣΘΗΚΗ ΕΙΚΟΝΑΣ', # MODIF
  10. // E
  11. 'entree_dimensions' => 'Διαστάσεις :',
  12. 'entree_titre_document' => 'Τίτλος του εγγράφου :',
  13. 'entree_titre_image' => 'Τίτλος της εικόνας :',
  14. // I
  15. 'image_tourner_180' => 'Περιστροφή 180°',
  16. 'image_tourner_droite' => 'Περιστροφή 90° δεξιά',
  17. 'image_tourner_gauche' => 'Περιστροφή 90° αριστερά',
  18. 'info_document' => 'Αρχείο',
  19. 'info_document_indisponible' => 'Το αρχείο αυτό δεν είναι διαθέσιμο',
  20. 'info_documents' => 'Αρχεία',
  21. 'info_inclusion_vignette' => 'Ενσωμάτωση ετικέτας:',
  22. 'info_installer_tous_documents' => 'Εγκατάσταση όλων των αρχείων',
  23. 'info_logo_max_taille' => 'Τα λογότυπα μπορεί να είναι λιγότερο από @maxi@ (το αρχείο είναι @actuel@).',
  24. 'info_telecharger' => 'Φορτώστε από τον υπολογιστή σας :',
  25. // T
  26. 'texte_documents_joints' => 'You can allow the addition of documents (office files, images,
  27. multimedia, etc.) to articles and/or sections. These files
  28. could then be referenced in
  29. the article or displayed separately.', # MODIF
  30. 'titre_documents_joints' => 'Επισυναπτόμενα'
  31. );
  32. ?>