[geeklog-hg] geeklog: sync language files with their english.php counterpart

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Oct 21 11:24:41 EDT 2015


changeset 9639:13a9ec7c0ca1
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/13a9ec7c0ca1
user: Dirk Haun <dirk at haun-online.de>
date: Wed Oct 21 17:23:52 2015 +0200
description:
sync language files with their english.php counterpart

diffstat:

 language/afrikaans.php                 |  5 ++++-
 language/afrikaans_utf-8.php           |  5 ++++-
 language/bosnian.php                   |  5 ++++-
 language/bosnian_utf-8.php             |  5 ++++-
 language/bulgarian.php                 |  5 ++++-
 language/bulgarian_utf-8.php           |  5 ++++-
 language/catalan.php                   |  5 ++++-
 language/catalan_utf-8.php             |  5 ++++-
 language/chinese_simplified_utf-8.php  |  5 ++++-
 language/chinese_traditional_utf-8.php |  5 ++++-
 language/croatian.php                  |  5 ++++-
 language/croatian_utf-8.php            |  5 ++++-
 language/czech.php                     |  5 ++++-
 language/czech_utf-8.php               |  5 ++++-
 language/danish.php                    |  5 ++++-
 language/danish_utf-8.php              |  5 ++++-
 language/dutch.php                     |  5 ++++-
 language/dutch_utf-8.php               |  5 ++++-
 language/estonian.php                  |  5 ++++-
 language/estonian_utf-8.php            |  5 ++++-
 language/farsi_utf-8.php               |  5 ++++-
 language/finnish.php                   |  5 ++++-
 language/finnish_utf-8.php             |  5 ++++-
 language/french_canada.php             |  5 ++++-
 language/french_canada_utf-8.php       |  5 ++++-
 language/french_france.php             |  5 ++++-
 language/french_france_utf-8.php       |  5 ++++-
 language/german.php                    |  5 ++++-
 language/german_formal.php             |  5 ++++-
 language/german_formal_utf-8.php       |  5 ++++-
 language/german_utf-8.php              |  5 ++++-
 language/hebrew_utf-8.php              |  5 ++++-
 language/hellenic.php                  |  5 ++++-
 language/hellenic_utf-8.php            |  5 ++++-
 language/indonesian.php                |  5 ++++-
 language/indonesian_utf-8.php          |  5 ++++-
 language/italian.php                   |  5 ++++-
 language/italian_utf-8.php             |  5 ++++-
 language/japanese_utf-8.php            |  1 +
 language/korean.php                    |  5 ++++-
 language/korean_utf-8.php              |  5 ++++-
 language/norwegian.php                 |  5 ++++-
 language/norwegian_utf-8.php           |  5 ++++-
 language/polish.php                    |  5 ++++-
 language/polish_utf-8.php              |  5 ++++-
 language/portuguese.php                |  5 ++++-
 language/portuguese_brazil.php         |  5 ++++-
 language/portuguese_brazil_utf-8.php   |  5 ++++-
 language/portuguese_utf-8.php          |  5 ++++-
 language/romanian.php                  |  5 ++++-
 language/romanian_utf-8.php            |  5 ++++-
 language/russian.php                   |  5 ++++-
 language/russian_utf-8.php             |  5 ++++-
 language/serbian.php                   |  5 ++++-
 language/serbian_utf-8.php             |  5 ++++-
 language/slovak.php                    |  5 ++++-
 language/slovak_utf-8.php              |  5 ++++-
 language/slovenian.php                 |  5 ++++-
 language/slovenian_utf-8.php           |  5 ++++-
 language/spanish.php                   |  5 ++++-
 language/spanish_argentina.php         |  5 ++++-
 language/spanish_argentina_utf-8.php   |  5 ++++-
 language/spanish_utf-8.php             |  5 ++++-
 language/swedish.php                   |  5 ++++-
 language/swedish_utf-8.php             |  5 ++++-
 language/turkish.php                   |  5 ++++-
 language/turkish_utf-8.php             |  5 ++++-
 language/ukrainian.php                 |  5 ++++-
 language/ukrainian_koi8-u.php          |  5 ++++-
 language/ukrainian_utf-8.php           |  5 ++++-
 70 files changed, 277 insertions(+), 69 deletions(-)

diffs (truncated from 2010 to 300 lines):

diff -r b5a24579320b -r 13a9ec7c0ca1 language/afrikaans.php
--- a/language/afrikaans.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/afrikaans.php	Wed Oct 21 17:23:52 2015 +0200
@@ -181,6 +181,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -526,7 +528,7 @@
     33 => 'URL',
     34 => 'Ligging',
     35 => 'Heeldag',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2381,6 +2383,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/afrikaans_utf-8.php
--- a/language/afrikaans_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/afrikaans_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -181,6 +181,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -526,7 +528,7 @@
     33 => 'URL',
     34 => 'Ligging',
     35 => 'Heeldag',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2381,6 +2383,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/bosnian.php
--- a/language/bosnian.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/bosnian.php	Wed Oct 21 17:23:52 2015 +0200
@@ -185,6 +185,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -530,7 +532,7 @@
     33 => 'URL',
     34 => 'Lokacija',
     35 => 'Cijeli dan',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2385,6 +2387,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/bosnian_utf-8.php
--- a/language/bosnian_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/bosnian_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -185,6 +185,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -530,7 +532,7 @@
     33 => 'URL',
     34 => 'Lokacija',
     35 => 'Cijeli dan',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2385,6 +2387,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/bulgarian.php
--- a/language/bulgarian.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/bulgarian.php	Wed Oct 21 17:23:52 2015 +0200
@@ -181,6 +181,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -526,7 +528,7 @@
     33 => 'URL',
     34 => 'Ðàéîí',
     35 => 'Âñåêè äåí',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2381,6 +2383,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/bulgarian_utf-8.php
--- a/language/bulgarian_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/bulgarian_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -181,6 +181,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -526,7 +528,7 @@
     33 => 'URL',
     34 => 'Район',
     35 => 'Всеки ден',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2381,6 +2383,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/catalan.php
--- a/language/catalan.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/catalan.php	Wed Oct 21 17:23:52 2015 +0200
@@ -179,6 +179,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -524,7 +526,7 @@
     33 => 'URL',
     34 => 'Ubicació',
     35 => 'Tot el dia',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2379,6 +2381,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/catalan_utf-8.php
--- a/language/catalan_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/catalan_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -179,6 +179,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -524,7 +526,7 @@
     33 => 'URL',
     34 => 'Ubicació',
     35 => 'Tot el dia',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2379,6 +2381,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/chinese_simplified_utf-8.php
--- a/language/chinese_simplified_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/chinese_simplified_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -184,6 +184,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -529,7 +531,7 @@
     33 => 'URL',
     34 => '地点',
     35 => '所有日子',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2384,6 +2386,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/chinese_traditional_utf-8.php
--- a/language/chinese_traditional_utf-8.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/chinese_traditional_utf-8.php	Wed Oct 21 17:23:52 2015 +0200
@@ -184,6 +184,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',
     'twitter' => 'Login with Twitter',
     'linkedin' => 'Login with LinkedIn',
@@ -529,7 +531,7 @@
     33 => 'URL',
     34 => '地點',
     35 => '所有日子',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
@@ -2384,6 +2386,7 @@
     'rdf_limit' => 'This field must in numeric or hour such as 24h',
     'path' => 'Path does not exist',
     'file' => 'File does not exist',
+    'fileName' => 'This field must be a proper file name',
     'search_limits' => 'This field must be numeric separated with a comma',
     'num_search_results' => 'This field must be numeric and from \'search_limits\' above',
     'theme' => 'Theme directory does not exist',
diff -r b5a24579320b -r 13a9ec7c0ca1 language/croatian.php
--- a/language/croatian.php	Tue Oct 20 14:28:29 2015 -0400
+++ b/language/croatian.php	Wed Oct 21 17:23:52 2015 +0200
@@ -181,6 +181,8 @@
     138 => "Click <a href=\"{$_CONF['site_url']}/usersettings.php\" rel=\"nofollow\">here</a> to disable the advanced editor and use the default editor which does not require JavaScript",
     139 => "Click <a href=\"{$_CONF['site_url']}/\" rel=\"nofollow\">here</a> to return to the homepage",
     140 => 'Allowed Autotags:',
+    141 => 'An Error Occurred',
+    142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
     'facebook' => 'Login with Facebook',



More information about the geeklog-cvs mailing list