Raimond Spekking has submitted this change and it was merged.

Change subject: Implemented changes for getting into translatewiki
......................................................................


Implemented changes for getting into translatewiki

Changed order of messages: FIRST en, SECOND qqq, AFTER THAT doesn't matter
Removed unused lines
Corrected en message

Change-Id: I86c39ff6cb42f5a22e91e635eb66e4cd63b704a9
---
M languages/BlueSpice.ExtJS.i18n.php
1 file changed, 39 insertions(+), 32 deletions(-)

Approvals:
  Raimond Spekking: Verified; Looks good to me, approved



diff --git a/languages/BlueSpice.ExtJS.i18n.php 
b/languages/BlueSpice.ExtJS.i18n.php
index ab17d8b..1d77fd7 100644
--- a/languages/BlueSpice.ExtJS.i18n.php
+++ b/languages/BlueSpice.ExtJS.i18n.php
@@ -1,4 +1,16 @@
 <?php
+/**
+ * Internationalisation file for ExtJS
+ *
+ * Part of BlueSpice for MediaWiki
+ *
+ * @author     Stephan Muggli <mug...@hallowelt.biz>
+ * @package    BlueSpice_Core
+ * @subpackage ExtJS
+ * @copyright  Copyright (C) 2014 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
+ * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or 
later
+ * @filesource
+ */
 
 $messages = array();
 
@@ -26,10 +38,35 @@
        'bs-extjs-upload' => 'Upload',
        'bs-extjs-browse' => 'Browse',
        'bs-extjs-uploading' => 'Uploading...',
-
        'bs-extjs-confirmNavigationTitle'=> 'Follow link',
-       'bs-extjs-confirmNavigationText'=> 'Do you really want to follow this 
link? All dynamic settings, like filtering or sorting, on the current page will 
get lost.',
+       'bs-extjs-confirmNavigationText'=> 'Do you really want to follow this 
link? All dynamic settings like filtering or sorting on the current page will 
be lost.',
        'bs-extjs-allns' => '(all)'
+);
+
+$messages['qqq'] = array(
+       'bs-extjs-ok' => 'Label for submit button used in dialogues, alerts and 
prompts',
+       'bs-extjs-cancel' => 'Label for cancel button used in dialogues, alerts 
and prompts',
+       'bs-extjs-yes' => 'Label for accept button used in dialogues, alerts 
and prompts',
+       'bs-extjs-no' => 'Label for reject button used in dialogues, alerts and 
prompts',
+       'bs-extjs-save' => 'Label for save button used in dialogues, alerts and 
prompts',
+       'bs-extjs-delete' => 'Label for delete button used in dialogues, alerts 
and prompts',
+       'bs-extjs-hint' => 'Title for hint prompts',
+       'bs-extjs-error' => 'Title for error prompts',
+       'bs-extjs-confirm' => 'Title for confirm prompts',
+       'bs-extjs-loading' => 'Label for elements that are shown when waiting 
for ajax data',
+       'bs-extjs-pageSize' => 'Label for the input box that changes the number 
of lines in a grid',
+       'bs-extjs-actions-column-header' => 'Label for the grid cloumn that 
shows the action buttons',
+       'bs-extjs-warning' => 'Title for warning prompts',
+       'bs-extjs-saving' => 'Label for elements that are shown when saving 
data from a dialogue via ajax',
+       'bs-extjs-reset' => 'Label for reset button used in dialogues, alerts 
and prompts',
+       'bs-extjs-close' => 'Label for close button used in dialogues, alerts 
and prompts',
+       'bs-extjs-label-user' => 'Label for combo boxes that select users',
+       'bs-extjs-upload' => 'Label for upload button used in dialogues, alerts 
and prompts',
+       'bs-extjs-browse' => 'Label for browse button used in dialogues, alerts 
and prompts',
+       'bs-extjs-uploading' => 'Label for elements that are shown when 
uploading files from a dialogue',
+       'bs-extjs-confirmNavigationTitle'=> 'Title for prompt that warns you if 
you want to follow a link but have unsaved changes',
+       'bs-extjs-confirmNavigationText'=> 'Text for prompt that warns you if 
you want to follow a link but have unsaved changes',
+       'bs-extjs-allns' => 'Selector for all namespaces in namespace combo 
boxes'
 );
 
 $messages['de'] = array(
@@ -56,7 +93,6 @@
        'bs-extjs-upload' => 'Hochladen',
        'bs-extjs-browse'=>'Durchsuchen',
        'bs-extjs-uploading' => 'Lädt hoch...',
-
        'bs-extjs-confirmNavigationTitle'=> 'Dem Link folgen',
        'bs-extjs-confirmNavigationText'=> 'Möchtest du wirklich diesem Link 
folgen? Alle dynamischen Einstellungen, wie Filter und Sortierung, auf dieser 
Seite gehen dabei verloren.',
        'bs-extjs-allns' => '(alle)'
@@ -64,33 +100,4 @@
 
 $messages['de-formal'] = array(
        'bs-extjs-confirmNavigationText'=> 'Möchten Sie wirklich diesem Link 
folgen? Alle dynamischen Einstellungen, wie Filter und Sortierung, auf dieser 
Seite gehen dabei verloren.',
-);
-
-$messages['qqq'] = array(
-       'bs-extjs-ok' => 'Label for submit button used in dialogues, alerts and 
prompts',
-       'bs-extjs-cancel' => 'Label for cancel button used in dialogues, alerts 
and prompts',
-       'bs-extjs-yes' => 'Label for accept button used in dialogues, alerts 
and prompts',
-       'bs-extjs-no' => 'Label for reject button used in dialogues, alerts and 
prompts',
-       'bs-extjs-save' => 'Label for save button used in dialogues, alerts and 
prompts',
-       'bs-extjs-delete' => 'Label for delete button used in dialogues, alerts 
and prompts',
-//unused       'bs-extjs-add' => 'Label for add button used in dialogues, 
alerts and prompts',
-//unused       'bs-extjs-remove' => 'Label for remove button used in 
dialogues, alerts and prompts',
-       'bs-extjs-hint' => 'Title for hint prompts',
-       'bs-extjs-error' => 'Title for error prompts',
-       'bs-extjs-confirm' => 'Title for confirm prompts',
-       'bs-extjs-loading' => 'Label for elements that are shown when waiting 
for ajax data',
-       'bs-extjs-pageSize' => 'Label for the input box that changes the number 
of lines in a grid',
-       'bs-extjs-actions-column-header' => 'Label for the grid cloumn that 
shows the action buttons',
-       'bs-extjs-warning' => 'Title for warning prompts',
-       'bs-extjs-saving' => 'Label for elements that are shown when saving 
data from a dialogue via ajax',
-       'bs-extjs-reset' => 'Label for reset button used in dialogues, alerts 
and prompts',
-       'bs-extjs-close' => 'Label for close button used in dialogues, alerts 
and prompts',
-       'bs-extjs-label-user' => 'Label for combo boxes that select users',
-       'bs-extjs-upload' => 'Label for upload button used in dialogues, alerts 
and prompts',
-       'bs-extjs-browse' => 'Label for browse button used in dialogues, alerts 
and prompts',
-       'bs-extjs-uploading' => 'Label for elements that are shown when 
uploading files from a dialogue',
-
-       'bs-extjs-confirmNavigationTitle'=> 'Title for prompt that warns you if 
you want to follow a link but have unsaved changes',
-       'bs-extjs-confirmNavigationText'=> 'Text for prompt that warns you if 
you want to follow a link but have unsaved changes',
-       'bs-extjs-allns' => 'Selector for all namespaces in namespace combo 
boxes'
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/121686
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I86c39ff6cb42f5a22e91e635eb66e4cd63b704a9
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Smuggli <mug...@hallowelt.biz>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pigpen <reym...@hallowelt.biz>
Gerrit-Reviewer: Raimond Spekking <raimond.spekk...@gmail.com>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to