mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 09:58:49 +00:00
Create Krynn plugin
This commit is contained in:
parent
adef3fd690
commit
beab86860e
22 changed files with 431 additions and 0 deletions
10
krynn/lang/de/strings.php
Normal file
10
krynn/lang/de/strings.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Planeten Einstellungen";
|
||||
$a->strings["Enable Planets Plugin"] = "Planeten-Plugin aktivieren";
|
||||
$a->strings["Submit"] = "Senden";
|
Loading…
Add table
Add a link
Reference in a new issue