mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
51 lines
2.2 KiB
PHP
51 lines
2.2 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=bs
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'bouton_ajouter_document' => 'DODAJ DOKUMENT', # MODIF
|
|
'bouton_ajouter_image' => 'DODAJ FOTOGRAFIJU', # MODIF
|
|
|
|
// D
|
|
'double_clic_inserer_doc' => 'Kliknite dva puta ako ovu precicu zelite dodati tekstu',
|
|
|
|
// E
|
|
'entree_dimensions' => 'Dimenzije:',
|
|
'entree_titre_document' => 'Naziv dokumenta:',
|
|
'entree_titre_image' => 'Naziv fotografije:',
|
|
|
|
// I
|
|
'image_tourner_180' => 'Okreni za 180°',
|
|
'image_tourner_droite' => 'Okreni 90° na desnu stranu',
|
|
'image_tourner_gauche' => 'Okreni 90° na lijevu stranu',
|
|
'info_document' => 'Dokument',
|
|
'info_documents' => 'Dokumenti',
|
|
'info_inclusion_directe' => 'Direktno ukljucivanje:',
|
|
'info_inclusion_vignette' => 'Ukljuci vinjetu:',
|
|
'info_installer_tous_documents' => 'Instaliraj sve dokumente',
|
|
'info_logo_max_taille' => 'Logotip mora biti manji od @maxi@ (ovaj dokument je @actuel@).',
|
|
'info_portfolio' => 'Portfolio',
|
|
'info_referencer_doc_distant' => 'Preporuciti dokument na internetu:',
|
|
'info_telecharger' => 'Upload sa vaseg kompjutera:',
|
|
|
|
// T
|
|
'texte_documents_joints' => 'Mozete odobriti dodavanje dokumenata (birokratskih dokumenata, slika, multimedija, itd.) clancima i/ili rubrikama. Ti dokumenti mogu zatim biti preporuceni u clanku ili postavljeni odvojeno.', # MODIF
|
|
'texte_documents_joints_2' => 'Ova postavka ne sprijecava direktno unosenje slika u clanke.', # MODIF
|
|
'titre_documents_joints' => 'Pridruzeni dokumenti',
|
|
'tout_dossier_upload' => 'Cjelokupan dosije @upload@',
|
|
|
|
// U
|
|
'upload_fichier_zip' => 'ZIP dokument',
|
|
'upload_fichier_zip_texte' => 'Dokument koji predlazete za upload, je ZIP dokument.',
|
|
'upload_fichier_zip_texte2' => 'Ovaj dokument moze biti:',
|
|
'upload_limit' => 'Ovaj dokument je prevelik za server; dozvoljena maksimalna velicina za <i>upload</i> je @max@.',
|
|
'upload_zip_decompacter' => 'dekompresovan i svaki sadrzani dokument ce biti instaliran na stranicu. Dokumenti koji ce biti instalirani su:',
|
|
'upload_zip_telquel' => 'instaliran kakav jeste, u ZIP formatu;'
|
|
);
|
|
|
|
?>
|