first commit

This commit is contained in:
Your Name
2021-04-20 11:13:47 +05:30
parent b76859a3f1
commit 0a18b88eba
408 changed files with 47723 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
// This is a template file to be used for loading extra translation strings into OpenConf
//
// INSTRUCTIONS:
//
// Make a copy of the file and call it extras.inc
// Replace *** in the first code line below with the language encoding found in the locale.inc file for the desired language (e.g., es, fr, pt-BR)
// Add translation pairs using the format below, with one pair per line
// Single-quotes within a string must be prefixed by a backslash ( \' ), and smart-quotes are best avoided
// Move the extras.inc file you created into the openconf/lib/locale/*** directory
$OC_translationExtrasAR['***'] = array(
'original string' => 'translated string',
);