revisions_pl.php 776 B

12345678910111213141516171819202122232425262728
  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/revisions?lang_cible=pl
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // D
  8. 'diff_para_ajoute' => 'Dodany akapit',
  9. 'diff_para_deplace' => 'Akapit przeniesiony',
  10. 'diff_para_supprime' => 'Akapit usunięty',
  11. 'diff_texte_ajoute' => 'Dodany tekst',
  12. 'diff_texte_deplace' => 'Przeniesiony tekst',
  13. 'diff_texte_supprime' => 'Usunięty tekst',
  14. // I
  15. 'info_historique' => 'Poprawki :',
  16. 'info_historique_lien' => 'Wyświetl historię zmian',
  17. 'info_historique_titre' => 'Zarządzanie poprawkami',
  18. // V
  19. 'version_initiale' => 'Wersja początkowa'
  20. );
  21. ?>