# shiftcontroller/4.9.24/hc3/_interface/itranslate.php

ShiftController Employee Shift Scheduling, version 4.9.24. 10 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.24/code/hc3/_interface/itranslate.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.24/raw/hc3/_interface/itranslate.php
- Modified: 2018-04-13T15:39:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/4.9.24/code/hc3/_interface/itranslate.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
interface HC3_ITranslate
{
	public function translate( $str );
	public function __( $str );
	public function _x( $str, $context );
	public function _n( $singular, $plural, $count );
	public function getLocale();
	public function getOptions();
}
```
