Skip to content

Commit

Permalink
Synched language files
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 17, 2020
1 parent c376733 commit 73155c4
Show file tree
Hide file tree
Showing 110 changed files with 250 additions and 72 deletions.
4 changes: 3 additions & 1 deletion language/afrikaans.php
Expand Up @@ -186,6 +186,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -203,7 +204,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/afrikaans_utf-8.php
Expand Up @@ -186,6 +186,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -203,7 +204,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/bosnian.php
Expand Up @@ -190,6 +190,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -207,7 +208,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/bosnian_utf-8.php
Expand Up @@ -190,6 +190,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -207,7 +208,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/bulgarian.php
Expand Up @@ -186,6 +186,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -203,7 +204,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/bulgarian_utf-8.php
Expand Up @@ -186,6 +186,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -203,7 +204,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/catalan.php
Expand Up @@ -184,6 +184,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -201,7 +202,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/catalan_utf-8.php
Expand Up @@ -184,6 +184,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -201,7 +202,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/chinese_simplified_utf-8.php
Expand Up @@ -189,6 +189,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -206,7 +207,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/chinese_traditional_utf-8.php
Expand Up @@ -189,6 +189,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -206,7 +207,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/croatian.php
Expand Up @@ -186,6 +186,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -203,7 +204,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/croatian_utf-8.php
Expand Up @@ -188,6 +188,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -205,7 +206,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/czech.php
Expand Up @@ -185,6 +185,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -202,7 +203,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/czech_utf-8.php
Expand Up @@ -185,6 +185,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -202,7 +203,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/danish.php
Expand Up @@ -185,6 +185,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -202,7 +203,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/danish_utf-8.php
Expand Up @@ -185,6 +185,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -202,7 +203,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/dutch.php
Expand Up @@ -192,6 +192,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -209,7 +210,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/dutch_utf-8.php
Expand Up @@ -192,6 +192,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -209,7 +210,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/estonian.php
Expand Up @@ -187,6 +187,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -204,7 +205,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/estonian_utf-8.php
Expand Up @@ -187,6 +187,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -204,7 +205,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/farsi_utf-8.php
Expand Up @@ -174,6 +174,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -191,7 +192,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down
4 changes: 3 additions & 1 deletion language/finnish.php
Expand Up @@ -187,6 +187,7 @@
141 => 'An Error Occurred',
142 => 'Unfortunately, an error has occurred rendering this page. Please try again later.',
143 => 'Comment (%d)',
144 => 'Parse Error. An error occurred while parsing PHP code.',
'loginform' => "<a href=\"{$_CONF['site_url']}/users.php\">Login Here</a>",
'remoteloginoptions' => 'Remote Login Options',
'facebook' => 'Login with Facebook',
Expand All @@ -204,7 +205,8 @@
'terms_of_use' => 'Terms of Use',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => 'Privacy Policy',
'about_cookies' => 'About Cookies'
'about_cookies' => 'About Cookies',
'parse_php_error' => 'There was an error parsing your PHP code: %s'
);

###############################################################################
Expand Down

0 comments on commit 73155c4

Please sign in to comment.