mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -3,14 +3,9 @@
|
|||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["WebRTC Videochat"] = "WebRTC Videochat";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["WebRTC Base URL"] = "";
|
||||
$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
||||
$a->strings["Video Chat"] = "";
|
||||
$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "";
|
||||
$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue