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