PHP Classes

File: languages/pl.php

Recommend this page to a friend!
  Classes of Lukasz Józwiak   Intl like gettext   languages/pl.php   Download  
File: languages/pl.php
Role: Configuration script
Content type: text/plain
Description: polish strings in php
Class: Intl like gettext
Translate texts from arrays, PO files or JSON
Author: By
Last change: update intl class
Date: 7 years ago
Size: 265 bytes
 

Contents

Class file image Download
<?php
$strings
= array(
   
'text' => 'tekst',
   
'write' => 'zapisz',
   
'read' => 'czytaj',
   
'forget it' => 'zapomnij',
   
'put' => 'w?ó?',
   
'up' => 'góra',
   
'down' => 'dó?',
   
'true' => 'prawda',
   
'text to you'=>'tekst dla ciebie',
 );
?>