Added Turkish language files.

Signed-off-by: Sinan Eldem <sinan@sinaneldem.com.tr>
This commit is contained in:
Sinan Eldem
2012-08-08 11:36:28 +03:00
parent 86b0ac0dff
commit 0d718bbf30
2 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Language
* @version 3.2.3
* @author Sinan Eldem <sinan@sinaneldem.com.tr>
* @link http://sinaneldem.com.tr
*/
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. You're free to change them to anything you want.
| If you come up with something more exciting, let us know.
|
*/
'previous' => '&laquo; Önceki',
'next' => 'Sonraki &raquo;',
);