medias_hr.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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=hr
  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' => 'Dodati dokument',
  9. 'bouton_ajouter_image' => 'Dodati sliku',
  10. 'bouton_ajouter_image_document' => 'Dodati sliku ili dokument',
  11. // E
  12. 'entree_dimensions' => 'Veličina:',
  13. 'entree_titre_document' => 'Naslov dokumenta:',
  14. 'entree_titre_image' => 'Naslov slike:',
  15. // I
  16. 'image_tourner_180' => 'okrenuti za 180°',
  17. 'image_tourner_droite' => 'okrenuti za 90° nadesno',
  18. 'image_tourner_gauche' => 'okrenuti za 90° nalijevo',
  19. 'info_document' => 'dokument',
  20. 'info_document_indisponible' => 'Ovaj dokument ne stoji na raspolaganju',
  21. 'info_documents' => 'dokumenti',
  22. 'info_inclusion_directe' => 'direktno uključenje:',
  23. 'info_inclusion_vignette' => 'obuhvatiti malu sličicu:',
  24. 'info_installer_tous_documents' => 'Instalirati sve dokumente',
  25. 'info_logo_max_taille' => 'Veličina logotipa smije biti najviše @maxi@ (ova datoteka je veličine @actuel@).',
  26. 'info_portfolio' => 'mapa',
  27. 'info_telecharger' => 'otprema sa Vašeg računala:',
  28. 'item_autoriser_selectionner_date_en_ligne' => 'Pouvoir sélectionner la date de mise en ligne de chaque document', # MODIF
  29. 'item_non_autoriser_selectionner_date_en_ligne' => 'Ne pas pouvoir changer manuellement la date des documents', # MODIF
  30. // T
  31. 'texte_documents_joints' => 'You can allow the addition of documents (office files, images,
  32. multimedia, etc.) to articles and/or sections. These files
  33. could then be referenced in
  34. the article or displayed separately.', # MODIF
  35. // U
  36. 'upload_fichier_zip' => 'ZIP datoteka',
  37. 'upload_fichier_zip_texte' => 'Datoteka koju želite instalirati je ZIP-datoteka.',
  38. 'upload_fichier_zip_texte2' => 'datoteka može biti:',
  39. 'upload_limit' => 'Datoteka je prevelika za poslužitelja; maksimalna dozvoljena veličina za <i>otpremu</i> (upload) je @max@.',
  40. 'upload_zip_decompacter' => 'dekomprimirana i sve sadržane datoteke će biti instalirane na web sajtu. Ovo su datoteke koje će biti instalirane:',
  41. 'upload_zip_telquel' => 'instalirana takva kakva jeste (kao ZIP datoteka);'
  42. );
  43. ?>