Changeset 79745 in spip-zone for _plugins_/corbeille
- Timestamp:
- Dec 31, 2013, 4:38:49 AM (7 years ago)
- Location:
- _plugins_/corbeille/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/corbeille/trunk/lang/corbeille.xml
r78666 r79745 4 4 <langue code="de" url="http://trad.spip.net/tradlang_module/corbeille?lang_cible=de" total="23" traduits="22" relire="0" modifs="0" nouveaux="1" pourcent="95.65"> 5 5 </langue> 6 <langue code="en" url="http://trad.spip.net/tradlang_module/corbeille?lang_cible=en" total="23" traduits=" 15" relire="1" modifs="0" nouveaux="7" pourcent="65.22">6 <langue code="en" url="http://trad.spip.net/tradlang_module/corbeille?lang_cible=en" total="23" traduits="23" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 7 7 <traducteur nom="drBouvierLeduc" lien="http://trad.spip.net/auteur/drbouvierleduc" /> 8 <traducteur nom="Hanjo" lien="http://trad.spip.net/auteur/hanjo" /> 8 9 </langue> 9 10 <langue code="es" url="http://trad.spip.net/tradlang_module/corbeille?lang_cible=es" total="23" traduits="23" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> -
_plugins_/corbeille/trunk/lang/corbeille_en.php
r77330 r79745 12 12 'articles_corbeille_un' => '1 article in the trash', 13 13 'aucun_element_supprime' => 'Nothing was removed from the trash', 14 'auteurs_corbeille_tous' => '@nb@ authors in the trash', 14 15 'auteurs_corbeille_un' => '1 autor in the trash', 15 16 … … 23 24 // E 24 25 'effacer' => 'Erase', 25 'effacer_tout' => 'Erase all', # RELIRE26 'effacer_tout' => 'Erase all', 26 27 'element_supprime' => '@ids@ was removed from the trash', 27 28 'elements_supprimes' => '@ids@ were removed from the trash', 29 30 // F 31 'forums_prives_corbeille_tous' => '@nb@ private forum messages in the trash', 32 'forums_prives_corbeille_un' => '1 private forum message in the trash', 33 'forums_publics_corbeille_tous' => '@nb@ public forum messages in the trash', 34 'forums_publics_corbeille_un' => '1 public forum message in the trash', 28 35 29 36 // R … … 32 39 // S 33 40 'selectionner' => 'select', 41 'signatures_corbeille_tous' => '@nb@ signatures in the trash', 42 'signatures_corbeille_un' => '1 signature in the trash', 34 43 'sites_corbeille_tous' => '@nb@ websites in the trash', 35 44 'sites_corbeille_un' => '1 website in the trash',
Note: See TracChangeset
for help on using the changeset viewer.