first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'AA native name';
$string['thislanguageint'] = 'AA international name';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Orphaned language with non-existing parent';
$string['parentlanguage'] = 'bbparent';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'My parent is orphaned language';
$string['parentlanguage'] = 'bb';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Circular dependency A';
$string['parentlanguage'] = 'cdc';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Circular dependency B';
$string['parentlanguage'] = 'cda';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Circular dependency C';
$string['parentlanguage'] = 'cdb';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Deutsch';
$string['parentlanguage'] = 'en';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Deutsch - Du';
$string['parentlanguage'] = 'de';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Deutsch - Kids';
$string['parentlanguage'] = 'de_du';
+4
View File
@@ -0,0 +1,4 @@
<?php
$string['thislanguage'] = 'Self dependency';
$string['parentlanguage'] = 'sd';