From a0b2d09125d7911656fe4cb286f20643c4432281 Mon Sep 17 00:00:00 2001 From: Marek Laane Date: Sun, 12 Oct 2014 10:54:11 +0300 Subject: Updated Estonian translation --- langs/missing.php | 90 ------------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 langs/missing.php (limited to 'langs/missing.php') diff --git a/langs/missing.php b/langs/missing.php deleted file mode 100644 index 552cf4abe..000000000 --- a/langs/missing.php +++ /dev/null @@ -1,90 +0,0 @@ -/langs/' .$s . ''; - -if($resource =='about/constitution') { - $constitution = true; -} else { - $constitution = false; -} - -if($resource =='about/license') { - $license = true; -} else { - $license = false; -} - -if ($s == '../_nav/langs/en.pot') { - $file = substr(_po_file_switch($s, $l), 14); - $note = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; - $commit = '/_nav/langs/' . $file . ''; - $file = '/_nav/langs/' . $file; - $to_translate = '/_nav/langs/en.pot'; -} else { - $file = '/langs/' . _po_file_switch($s, $l); - $note = ''; - $commit = '' . $file . ''; -} - -$constitution_or_license = ''; -if($constitution) { - $constitution_or_license .= '

Please translate separate constitution file fully into ' . $langs[$l] . ' first

'; - $constitution_or_license .= '

You can find it in git.'; -} - -$num_of_untranslated_strings = 0; -if($license) { - $constitution_or_license .= '

Please translate separate license file into ' . $langs[$l] . ' first

'; - $constitution_or_license .= '

You can find it as a part of a separate drakx translation file in git or in Transifex (it starts before the line with the string "1. License Agreement").'; // git doesn't work yet on https -} - -if($constitution || $license) { - $constitution_or_license .= ' Please read page on wiki for more information about that.

Then:

'; -} - -?> - - - - - Missing language file - - - -

« back to the report page for

-

Missing language file -

- -

Note that you can translate most of our web page resources online in Transifex.

-

Please take a look off the translation guide on the localization Wiki page too.

- -

So, language file is missing in ', $l, ')' ?>. What can you do to help us?

- -
    -You can start translating the source file ' . $to_translate . ' in Transifex or any other gettext editor of your choice and rename it to ' . $file . '.' . $note . '' . PHP_EOL; -?> -
  1. Then: - -
  2. -
- -

Thanks!

-
- - -- cgit v1.2.1