From 4168eaa55eb306f9a859b5aae34ebd3b678a4e81 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Mar 2012 08:15:10 +0100 Subject: Replace "pt" translation by "pt_PT" This makes the difference between Portuguese (Brazil) and Portuguese (Portugal) a bit clearer. Also, "pt_PT" is way more up to date than "pt". Signed-off-by: Lukas Fleischer --- web/lib/config.inc.php.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index fbade866..0925db75 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -51,8 +51,8 @@ $SUPPORTED_LANGS = array( "nb_NO" => "Norsk", "nl" => "Dutch", "pl" => "Polski", - "pt" => "Português", "pt_BR" => "Português (Brasil)", + "pt_PT" => "Português (Portugal)", "ro" => "Română", "ru" => "Русский", "sr" => "Srpski", -- cgit v1.2.3-24-g4f1b From 172549d8304fdb7506996251c18d5a8efd2cb5aa Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Mar 2012 08:19:25 +0100 Subject: Replace "nb_NO" translation by "nb" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This one is not a specific dialect, so "nb" (Norwegian Bokmål) is the better name to use here. Thanks-to: Alexander Rødseth Signed-off-by: Lukas Fleischer --- web/lib/config.inc.php.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index 0925db75..79f5e4c4 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -48,7 +48,7 @@ $SUPPORTED_LANGS = array( "hr" => "Hrvatski", "hu" => "Magyar", "it" => "Italiano", - "nb_NO" => "Norsk", + "nb" => "Norsk", "nl" => "Dutch", "pl" => "Polski", "pt_BR" => "Português (Brasil)", -- cgit v1.2.3-24-g4f1b From bfb25807c49d3f35cdce91947a442455e1940392 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Mar 2012 09:24:52 +0100 Subject: Release 1.9.1 Signed-off-by: Lukas Fleischer --- web/lib/version.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/version.inc.php b/web/lib/version.inc.php index feaa85e1..c9d17d86 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@