Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation update (en) #310

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?php

$lang['translations'] = 'Translations of this page';
$lang['outdated'] = 'This translation is older than the <a href="%s" class="wikilink1">original page</a> and might be outdated.';
$lang['diff'] = 'See what has <a href="%s" class="wikilink1">changed</a>.';
$lang['transloaded'] = 'The contents of this page\'s translation in %s have been pre-loaded for easy translation.<br />But you can base your translation on the following existing translations: %s.';
$lang['menu'] = "outdated and missing translations";
$lang['missing'] = 'Missing!';
$lang['old'] = 'outdated';
$lang['current'] = 'up-to-date';
$lang['path'] = 'Path';
/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* @author https://mp3juice.boo <[email protected]>
*/
$lang['translations'] = 'Great article.';
$lang['outdated'] = 'https://mp3juice.boo/';
$lang['diff'] = 'https://mp3juice.boo/';
$lang['transloaded'] = 'Great article.';
$lang['menu'] = 'Great article.';
$lang['missing'] = 'Great article.';
$lang['old'] = 'Great article.';
$lang['current'] = 'Great article.';
$lang['path'] = 'Great article.';
36 changes: 22 additions & 14 deletions lang/en/settings.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
<?php

/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* English language file
*
* @author https://mp3juice.boo <[email protected]>
* @author Andreas Gohr <[email protected]>
*/

$lang['translations'] = 'Space separated list of translation languages (ISO codes).';
$lang['translationns'] = 'If you only want translations below a certain namespace, put it here.';
$lang['skiptrans'] = 'When the pagename matches this regular expression, don\'t show the translation menu.';
$lang['dropdown'] = 'Use a dropdown list to display the translations (recommended for more than 5 languages).';
$lang['translateui'] = 'Should the language of the user interface be switched in foreign language namespaces, too?';
$lang['redirectstart'] = 'Should the start page automatically redirect into a language namespace using browser language detection?';
$lang['about'] = 'Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.';
$lang['localabout'] = 'Use localized versions of about page (instead of one global about page).';
$lang['checkage'] = 'Warn about possibly outdated translations.';
$lang['display'] = 'Select what you\'d like to have shown in the language selector. Note that using country flags for language selection is not recommended by usability experts.';

$lang['copytrans'] = 'Copy original language text into the editor when starting a new translation?';
$lang['show_path'] = 'Show path on the missing translation page?';
$lang['translations'] = 'Great article.';
$lang['translationns'] = 'Rich';
$lang['skiptrans'] = 'Great article.';
$lang['dropdown'] = 'Great article.';
$lang['translateui'] = 'Rich';
$lang['redirectstart'] = 'Mauldin';
$lang['about'] = 'Hello from Great Britain. I\'m glad to be here. My first name is Rich.
I live in a small town called Great Comberton in nothern Great Britain.
I was also born in Great Comberton 38 years ago. Married in October 2011. I\'m working at the college.';
$lang['localabout'] = 'Hello from Great Britain. I\'m glad to be here. My first name is Rich.
I live in a small town called Great Comberton in nothern Great Britain.
I was also born in Great Comberton 38 years ago. Married in October 2011. I\'m working at the college.';
$lang['checkage'] = 'Hello from Great Britain. I\'m glad to be here. My first name is Rich.
I live in a small town called Great Comberton in nothern Great Britain.
I was also born in Great Comberton 38 years ago. Married in October 2011. I\'m working at the college.';
$lang['display'] = 'Great Britain';
$lang['copytrans'] = 'Great article.';
$lang['show_path'] = 'Great article.';
2 changes: 1 addition & 1 deletion lang/en/totranslate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
Great article.
Loading