Skip to content

Commit 7419e88

Browse files
Update po files
1 parent a038b2e commit 7419e88

161 files changed

Lines changed: 67975 additions & 63900 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ar/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/az/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/bn/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/bs/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/ca/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/cs/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/da/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/de/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/el/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

docs/en_GB/conf.py

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'phpMyAdmin'
47-
copyright = u'2012 - 2025, The phpMyAdmin devel team'
47+
copyright = u'2012 - 2026, The phpMyAdmin devel team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -101,15 +101,11 @@
101101
# a list of builtin themes.
102102
html_theme = 'default'
103103

104-
# See: https://docs.readthedocs.io/en/stable/reference/environment-variables.html#envvar-READTHEDOCS
105-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
106-
107-
if on_rtd: # only import and set the theme if we're building docs on readthedocs
108-
try:
109-
import sphinx_rtd_theme
110-
html_theme = 'sphinx_rtd_theme'
111-
except:
112-
html_theme = 'default'
104+
try:
105+
import sphinx_rtd_theme
106+
html_theme = 'sphinx_rtd_theme'
107+
except:
108+
print('WARNING: The python module sphinx_rtd_theme was not found, using the default theme. Debian package: python3-sphinx-rtd-theme')
113109

114110
# Theme options are theme-specific and customize the look and feel of a theme
115111
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)