diff options
Diffstat (limited to 'plugins/language_switch')
5 files changed, 5 insertions, 1 deletions
diff --git a/plugins/language_switch/language/gl_ES/description.txt b/plugins/language_switch/language/gl_ES/description.txt new file mode 100644 index 000000000..38a63f14b --- /dev/null +++ b/plugins/language_switch/language/gl_ES/description.txt @@ -0,0 +1 @@ +Muda a outro idioma empregando as bandeiras na páxina de inicio da túa galería.
\ No newline at end of file diff --git a/plugins/language_switch/language/nn_NO/description.txt b/plugins/language_switch/language/nn_NO/description.txt new file mode 100644 index 000000000..b7f698c72 --- /dev/null +++ b/plugins/language_switch/language/nn_NO/description.txt @@ -0,0 +1 @@ +Bytt til eit anna språk ved å bruke flaggsymbol på startsida på galleriet.
\ No newline at end of file diff --git a/plugins/language_switch/language/sl_SI/description.txt b/plugins/language_switch/language/sl_SI/description.txt new file mode 100644 index 000000000..eed62d857 --- /dev/null +++ b/plugins/language_switch/language/sl_SI/description.txt @@ -0,0 +1 @@ +Za spremembo jezika kliknite zastavico na domači strani galerije. diff --git a/plugins/language_switch/language_switch.css b/plugins/language_switch/language_switch.css index f781a9b60..27883fd5c 100644 --- a/plugins/language_switch/language_switch.css +++ b/plugins/language_switch/language_switch.css @@ -178,6 +178,7 @@ #languageSwitch .langflag-ni { background-position:-96px -160px; } #languageSwitch .langflag-nl_NL { background-position:-120px -160px; } #languageSwitch .langflag-nb_NO { background-position:-144px -160px; } +#languageSwitch .langflag-nn_NO { background-position:-144px -160px; } #languageSwitch .langflag-np { background-position:-168px -160px; } #languageSwitch .langflag-nr { background-position:-192px -160px; } #languageSwitch .langflag-nu { background-position:-216px -160px; } diff --git a/plugins/language_switch/main.inc.php b/plugins/language_switch/main.inc.php index 552ab8fe4..2de595ce0 100644 --- a/plugins/language_switch/main.inc.php +++ b/plugins/language_switch/main.inc.php @@ -23,7 +23,7 @@ /* Plugin Name: Language Switch -Version: 2.5.0 +Version: 2.5.1 Description: Switch to another language from flags on your gallery home page. Plugin URI: http://piwigo.org/ext/extension_view.php?eid=123 Author: Piwigo team |