[MediaWiki-commits] [Gerrit] Hungarian localization for special messages - change (mediawiki...Flow)

2016-03-03 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Hungarian localization for special messages
..


Hungarian localization for special messages

Bug: T119365
Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
Depends-On: Ia51b996bd4c773e720604f0bde5e5d3c7b394d75
---
M Flow.alias.php
M Flow.namespaces.php
2 files changed, 11 insertions(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Flow.alias.php b/Flow.alias.php
index 1708134..c935dbc 100644
--- a/Flow.alias.php
+++ b/Flow.alias.php
@@ -47,6 +47,11 @@
'EnableFlow' => array( 'הפעלת_זרימה' ),
 );
 
+/** Hungarian (magyar) */
+$specialPageAliases['hu'] = array(
+   'EnableFlow' => array( 'Flow bekapcsolása' ),
+);
+
 /** Korean (한국어) */
 $specialPageAliases['ko'] = array(
'Flow' => array( '플로우' ),
@@ -98,4 +103,4 @@
 $specialPageAliases['zh-hant'] = array(
'Flow' => array( '流動量' ),
'EnableFlow' => array( '啟用流動量' ),
-);
\ No newline at end of file
+);
diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index 2a7d499..c982dd9 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -79,6 +79,11 @@
NS_TOPIC =>  'נושא',
 );
 
+/** Hungarian */
+$namespaceNames['hu'] = array(
+   NS_TOPIC =>  'Téma',
+);
+
 /** Italian */
 $namespaceNames['it'] = array(
 NS_TOPIC =>  'Argomento',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza 
Gerrit-Reviewer: Gergő Tisza 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Hungarian localization for special messages - change (mediawiki...Flow)

2015-11-23 Thread Code Review
Gergő Tisza has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/254814

Change subject: Hungarian localization for special messages
..

Hungarian localization for special messages

Bug: T119365
Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
---
M Flow.alias.php
M Flow.namespaces.php
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/14/254814/1

diff --git a/Flow.alias.php b/Flow.alias.php
index 1708134..c935dbc 100644
--- a/Flow.alias.php
+++ b/Flow.alias.php
@@ -47,6 +47,11 @@
'EnableFlow' => array( 'הפעלת_זרימה' ),
 );
 
+/** Hungarian (magyar) */
+$specialPageAliases['hu'] = array(
+   'EnableFlow' => array( 'Flow bekapcsolása' ),
+);
+
 /** Korean (한국어) */
 $specialPageAliases['ko'] = array(
'Flow' => array( '플로우' ),
@@ -98,4 +103,4 @@
 $specialPageAliases['zh-hant'] = array(
'Flow' => array( '流動量' ),
'EnableFlow' => array( '啟用流動量' ),
-);
\ No newline at end of file
+);
diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index 2a7d499..c982dd9 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -79,6 +79,11 @@
NS_TOPIC =>  'נושא',
 );
 
+/** Hungarian */
+$namespaceNames['hu'] = array(
+   NS_TOPIC =>  'Téma',
+);
+
 /** Italian */
 $namespaceNames['it'] = array(
 NS_TOPIC =>  'Argomento',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza 

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