[PLUGINS] +agenda2.0 et calendrier_mini
[lhc/web/www.git] / www / plugins / calendrier_mini-2.0 / lang / minical_ca.php
diff --git a/www/plugins/calendrier_mini-2.0/lang/minical_ca.php b/www/plugins/calendrier_mini-2.0/lang/minical_ca.php
new file mode 100644 (file)
index 0000000..932efbb
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.org/tradlang_module/minical?lang_cible=ca
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // A
+       'aucune_date' => 'Rien pour ce mois', # NEW
+
+       // D
+       'date_jour_abbr_1' => 'dg',
+       'date_jour_abbr_2' => 'dl',
+       'date_jour_abbr_3' => 'dt',
+       'date_jour_abbr_4' => 'dc',
+       'date_jour_abbr_5' => 'dj',
+       'date_jour_abbr_6' => 'dv',
+       'date_jour_abbr_7' => 'db',
+
+       // M
+       'mois_precedent' => 'Mois précédent', # NEW
+       'mois_suivant' => 'Mois suivant' # NEW
+);
+
+?>