Subversion Repositories oidplus

Rev

Rev 386 | Rev 557 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 511
Line 1... Line 1...
1
#!/usr/bin/php
1
#!/usr/bin/php
2
<?php
2
<?php
3
 
3
 
4
/*
4
/*
5
 * OIDplus 2.0
5
 * OIDplus 2.0
6
 * Copyright 2020 Daniel Marschall, ViaThinkSoft
6
 * Copyright 2019 - 2021 Daniel Marschall, ViaThinkSoft
7
 *
7
 *
8
 * Licensed under the Apache License, Version 2.0 (the "License");
8
 * Licensed under the Apache License, Version 2.0 (the "License");
9
 * you may not use this file except in compliance with the License.
9
 * you may not use this file except in compliance with the License.
10
 * You may obtain a copy of the License at
10
 * You may obtain a copy of the License at
11
 *
11
 *
Line 19... Line 19...
19
 */
19
 */
20
 
20
 
21
// Use this script to create files containing all strings of a specific language
21
// Use this script to create files containing all strings of a specific language
22
// These files can be used for proofing (e.g. using Microsoft Word)
22
// These files can be used for proofing (e.g. using Microsoft Word)
23
 
23
 
24
 
-
 
25
$dir = __DIR__ . '/../../';
24
$dir = __DIR__ . '/../../';
26
 
25
 
27
// ---
26
// ---
28
 
27
 
29
$langs = array();
28
$langs = array();