bbdacffc7d
Res T121
12 lines
286 B
PHP
12 lines
286 B
PHP
<?php
|
|
// Rangitaki Project
|
|
// LANGUAGE: ENGLISH
|
|
|
|
$BLOGLANG = [
|
|
"Blogs on" => "Blogs on",
|
|
"Check out this blog" => "Check out this blog:",
|
|
"Check out" => "Check out:",
|
|
"Next Page" => "Next Page",
|
|
"Previous Page" => "Previous Page",
|
|
"Read More" => "Read More",
|
|
];
|