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