mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
pageheader addon added EN_GB translation THX Kris
This commit is contained in:
parent
4b11d4dcf3
commit
adada5c707
2 changed files with 54 additions and 0 deletions
12
pageheader/lang/en-gb/strings.php
Normal file
12
pageheader/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"pageheader\" Settings"] = "Pageheader settings";
|
||||
$a->strings["Message"] = "Message";
|
||||
$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = "Message to display above every page on this server (alternatively, put a pageheader.html file in your docroot)";
|
||||
$a->strings["Save Settings"] = "Save settings";
|
||||
$a->strings["pageheader Settings saved."] = "Pageheader settings saved.";
|
Loading…
Add table
Add a link
Reference in a new issue